@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 43.75em) {
  .reveal.large, .reveal.small, .reveal.tiny, .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%);
}

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%);
}

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%);
}

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%);
}

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0;
}

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0;
}

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0;
}

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0;
}

.slow {
  transition-duration: 750ms !important;
}

.fast {
  transition-duration: 250ms !important;
}

.linear {
  transition-timing-function: linear !important;
}

.ease {
  transition-timing-function: ease !important;
}

.ease-in {
  transition-timing-function: ease-in !important;
}

.ease-out {
  transition-timing-function: ease-out !important;
}

.ease-in-out {
  transition-timing-function: ease-in-out !important;
}

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  transition-delay: 300ms !important;
}

.long-delay {
  transition-delay: 700ms !important;
}

.shake {
  animation-name: shake-7;
}
@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%);
  }
}

.spin-cw {
  animation-name: spin-cw-1turn;
}
@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn);
  }
  100% {
    transform: rotate(0);
  }
}

.spin-ccw {
  animation-name: spin-cw-1turn;
}
@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(1turn);
  }
}

.wiggle {
  animation-name: wiggle-7deg;
}
@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    transform: rotate(0);
  }
}

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms;
}

.infinite {
  animation-iteration-count: infinite;
}

.slow {
  animation-duration: 750ms !important;
}

.fast {
  animation-duration: 250ms !important;
}

.linear {
  animation-timing-function: linear !important;
}

.ease {
  animation-timing-function: ease !important;
}

.ease-in {
  animation-timing-function: ease-in !important;
}

.ease-out {
  animation-timing-function: ease-out !important;
}

.ease-in-out {
  animation-timing-function: ease-in-out !important;
}

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  animation-delay: 300ms !important;
}

.long-delay {
  animation-delay: 700ms !important;
}

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
figcaption,
figure {
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 */
button {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

button,
[type=button],
[type=reset],
[type=submit] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  color: inherit; /* 2 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Add the correct display in IE 9-.
 */
menu {
  display: block;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

.foundation-mq {
  font-family: "small=0em&medium=43.75em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}
[data-whatinput=mouse] button {
  outline: 0;
}

pre {
  overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin: 0 auto;
}
@media print, screen and (min-width: 43.75em) {
  .grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.fluid {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 100%;
  margin: 0 auto;
}
@media print, screen and (min-width: 43.75em) {
  .grid-container.fluid {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin: 0 auto;
}

.grid-x {
  display: flex;
  flex-flow: row wrap;
}

.cell {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}
.cell.auto {
  flex: 1 1 0px;
}
.cell.shrink {
  flex: 0 0 auto;
}

.grid-x > .auto {
  width: auto;
}
.grid-x > .shrink {
  width: auto;
}

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  flex-basis: auto;
}

@media print, screen and (min-width: 43.75em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    flex-basis: auto;
  }
}
.grid-x > .small-1 {
  width: 8.3333333333%;
}

.grid-x > .small-2 {
  width: 16.6666666667%;
}

.grid-x > .small-3 {
  width: 25%;
}

.grid-x > .small-4 {
  width: 33.3333333333%;
}

.grid-x > .small-5 {
  width: 41.6666666667%;
}

.grid-x > .small-6 {
  width: 50%;
}

.grid-x > .small-7 {
  width: 58.3333333333%;
}

.grid-x > .small-8 {
  width: 66.6666666667%;
}

.grid-x > .small-9 {
  width: 75%;
}

.grid-x > .small-10 {
  width: 83.3333333333%;
}

.grid-x > .small-11 {
  width: 91.6666666667%;
}

.grid-x > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 43.75em) {
  .grid-x > .medium-auto {
    flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .medium-shrink {
    flex: 0 0 auto;
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 8.3333333333%;
  }
  .grid-x > .medium-2 {
    width: 16.6666666667%;
  }
  .grid-x > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4 {
    width: 33.3333333333%;
  }
  .grid-x > .medium-5 {
    width: 41.6666666667%;
  }
  .grid-x > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-7 {
    width: 58.3333333333%;
  }
  .grid-x > .medium-8 {
    width: 66.6666666667%;
  }
  .grid-x > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10 {
    width: 83.3333333333%;
  }
  .grid-x > .medium-11 {
    width: 91.6666666667%;
  }
  .grid-x > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .large-shrink {
    flex: 0 0 auto;
    width: auto;
  }
  .grid-x > .large-1 {
    width: 8.3333333333%;
  }
  .grid-x > .large-2 {
    width: 16.6666666667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.3333333333%;
  }
  .grid-x > .large-5 {
    width: 41.6666666667%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.3333333333%;
  }
  .grid-x > .large-8 {
    width: 66.6666666667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10 {
    width: 83.3333333333%;
  }
  .grid-x > .large-11 {
    width: 91.6666666667%;
  }
  .grid-x > .large-12 {
    width: 100%;
  }
}
.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: - 0.625rem;
  margin-right: - 0.625rem;
}
@media print, screen and (min-width: 43.75em) {
  .grid-margin-x {
    margin-left: - 0.9375rem;
    margin-right: - 0.9375rem;
  }
}
.grid-margin-x > .cell {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
@media print, screen and (min-width: 43.75em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-1 {
  width: calc(8.3333333333% - 1.25rem);
}
.grid-margin-x > .small-2 {
  width: calc(16.6666666667% - 1.25rem);
}
.grid-margin-x > .small-3 {
  width: calc(25% - 1.25rem);
}
.grid-margin-x > .small-4 {
  width: calc(33.3333333333% - 1.25rem);
}
.grid-margin-x > .small-5 {
  width: calc(41.6666666667% - 1.25rem);
}
.grid-margin-x > .small-6 {
  width: calc(50% - 1.25rem);
}
.grid-margin-x > .small-7 {
  width: calc(58.3333333333% - 1.25rem);
}
.grid-margin-x > .small-8 {
  width: calc(66.6666666667% - 1.25rem);
}
.grid-margin-x > .small-9 {
  width: calc(75% - 1.25rem);
}
.grid-margin-x > .small-10 {
  width: calc(83.3333333333% - 1.25rem);
}
.grid-margin-x > .small-11 {
  width: calc(91.6666666667% - 1.25rem);
}
.grid-margin-x > .small-12 {
  width: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 43.75em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 1.875rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: - 0.625rem;
  margin-left: - 0.625rem;
}
@media print, screen and (min-width: 43.75em) {
  .grid-padding-x .grid-padding-x {
    margin-right: - 0.9375rem;
    margin-left: - 0.9375rem;
  }
}
.grid-container:not(.full) > .grid-padding-x {
  margin-right: - 0.625rem;
  margin-left: - 0.625rem;
}
@media print, screen and (min-width: 43.75em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: - 0.9375rem;
    margin-left: - 0.9375rem;
  }
}
.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 43.75em) {
  .grid-padding-x > .cell {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.3333333333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.6666666667%;
}

.small-up-7 > .cell {
  width: 14.2857142857%;
}

.small-up-8 > .cell {
  width: 12.5%;
}

@media print, screen and (min-width: 43.75em) {
  .medium-up-1 > .cell {
    width: 100%;
  }
  .medium-up-2 > .cell {
    width: 50%;
  }
  .medium-up-3 > .cell {
    width: 33.3333333333%;
  }
  .medium-up-4 > .cell {
    width: 25%;
  }
  .medium-up-5 > .cell {
    width: 20%;
  }
  .medium-up-6 > .cell {
    width: 16.6666666667%;
  }
  .medium-up-7 > .cell {
    width: 14.2857142857%;
  }
  .medium-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }
  .large-up-2 > .cell {
    width: 50%;
  }
  .large-up-3 > .cell {
    width: 33.3333333333%;
  }
  .large-up-4 > .cell {
    width: 25%;
  }
  .large-up-5 > .cell {
    width: 20%;
  }
  .large-up-6 > .cell {
    width: 16.6666666667%;
  }
  .large-up-7 > .cell {
    width: 14.2857142857%;
  }
  .large-up-8 > .cell {
    width: 12.5%;
  }
}
.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem);
}

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem);
}

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.3333333333% - 1.25rem);
}

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem);
}

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem);
}

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.6666666667% - 1.25rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.2857142857% - 1.25rem);
}

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem);
}

@media print, screen and (min-width: 43.75em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.25rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.25rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.25rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.25rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 1.25rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.25rem);
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .small-1 {
  width: 8.3333333333%;
}
.small-margin-collapse > .small-2 {
  width: 16.6666666667%;
}
.small-margin-collapse > .small-3 {
  width: 25%;
}
.small-margin-collapse > .small-4 {
  width: 33.3333333333%;
}
.small-margin-collapse > .small-5 {
  width: 41.6666666667%;
}
.small-margin-collapse > .small-6 {
  width: 50%;
}
.small-margin-collapse > .small-7 {
  width: 58.3333333333%;
}
.small-margin-collapse > .small-8 {
  width: 66.6666666667%;
}
.small-margin-collapse > .small-9 {
  width: 75%;
}
.small-margin-collapse > .small-10 {
  width: 83.3333333333%;
}
.small-margin-collapse > .small-11 {
  width: 91.6666666667%;
}
.small-margin-collapse > .small-12 {
  width: 100%;
}
@media print, screen and (min-width: 43.75em) {
  .small-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 43.75em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 43.75em) {
  .medium-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 43.75em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 43.75em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

.small-offset-0 {
  margin-left: 0%;
}

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 0.625rem);
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.3333333333% + 0.625rem);
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.6666666667% + 0.625rem);
}

.small-offset-3 {
  margin-left: 25%;
}

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 0.625rem);
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.3333333333% + 0.625rem);
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.6666666667% + 0.625rem);
}

.small-offset-6 {
  margin-left: 50%;
}

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 0.625rem);
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.3333333333% + 0.625rem);
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.6666666667% + 0.625rem);
}

.small-offset-9 {
  margin-left: 75%;
}

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 0.625rem);
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.3333333333% + 0.625rem);
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.6666666667% + 0.625rem);
}

@media print, screen and (min-width: 43.75em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 0.9375rem);
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 0.9375rem);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 0.9375rem);
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 0.9375rem);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 0.9375rem);
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 0.9375rem);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 0.9375rem);
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 0.9375rem);
  }
}
@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 0.9375rem);
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 0.9375rem);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 0.9375rem);
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 0.9375rem);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 0.9375rem);
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 0.9375rem);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 0.9375rem);
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 0.9375rem);
  }
}
.grid-y {
  display: flex;
  flex-flow: column nowrap;
}
.grid-y > .cell {
  width: auto;
}
.grid-y > .auto {
  height: auto;
}
.grid-y > .shrink {
  height: auto;
}
.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  flex-basis: auto;
}
@media print, screen and (min-width: 43.75em) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    flex-basis: auto;
  }
}
.grid-y > .small-1 {
  height: 8.3333333333%;
}
.grid-y > .small-2 {
  height: 16.6666666667%;
}
.grid-y > .small-3 {
  height: 25%;
}
.grid-y > .small-4 {
  height: 33.3333333333%;
}
.grid-y > .small-5 {
  height: 41.6666666667%;
}
.grid-y > .small-6 {
  height: 50%;
}
.grid-y > .small-7 {
  height: 58.3333333333%;
}
.grid-y > .small-8 {
  height: 66.6666666667%;
}
.grid-y > .small-9 {
  height: 75%;
}
.grid-y > .small-10 {
  height: 83.3333333333%;
}
.grid-y > .small-11 {
  height: 91.6666666667%;
}
.grid-y > .small-12 {
  height: 100%;
}
@media print, screen and (min-width: 43.75em) {
  .grid-y > .medium-auto {
    flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.3333333333%;
  }
  .grid-y > .medium-2 {
    height: 16.6666666667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.3333333333%;
  }
  .grid-y > .medium-5 {
    height: 41.6666666667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.3333333333%;
  }
  .grid-y > .medium-8 {
    height: 66.6666666667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.3333333333%;
  }
  .grid-y > .medium-11 {
    height: 91.6666666667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.3333333333%;
  }
  .grid-y > .large-2 {
    height: 16.6666666667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.3333333333%;
  }
  .grid-y > .large-5 {
    height: 41.6666666667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.3333333333%;
  }
  .grid-y > .large-8 {
    height: 66.6666666667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.3333333333%;
  }
  .grid-y > .large-11 {
    height: 91.6666666667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: - 0.625rem;
  margin-bottom: - 0.625rem;
}
@media print, screen and (min-width: 43.75em) {
  .grid-padding-y .grid-padding-y {
    margin-top: - 0.9375rem;
    margin-bottom: - 0.9375rem;
  }
}
.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
@media print, screen and (min-width: 43.75em) {
  .grid-padding-y > .cell {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

.grid-margin-y {
  margin-top: - 0.625rem;
  margin-bottom: - 0.625rem;
}
@media print, screen and (min-width: 43.75em) {
  .grid-margin-y {
    margin-top: - 0.9375rem;
    margin-bottom: - 0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 43.75em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 43.75em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw;
}

.cell .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: flex;
  flex-direction: column;
  max-height: 100%;
}
.cell-block-container > .grid-x {
  max-height: 100%;
  flex-wrap: nowrap;
}

@media print, screen and (min-width: 43.75em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .medium-grid-frame {
    width: 100%;
  }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
}
@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .large-grid-frame {
    width: 100%;
  }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
}
.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh;
}
@media print, screen and (min-width: 43.75em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}
@media print, screen and (min-width: 43.75em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: - 0.625rem;
  margin-bottom: - 0.625rem;
}
@media print, screen and (min-width: 43.75em) {
  .grid-margin-y {
    margin-top: - 0.9375rem;
    margin-bottom: - 0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 43.75em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 43.75em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem);
}
@media print, screen and (min-width: 43.75em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 43.75em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #cacaca;
}

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 43.75em) {
  h1, .h1 {
    font-size: 3rem;
  }
  h2, .h2 {
    font-size: 2.5rem;
  }
  h3, .h3 {
    font-size: 1.9375rem;
  }
  h4, .h4 {
    font-size: 1.5625rem;
  }
  h5, .h5 {
    font-size: 1.25rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}
a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: #1468a0;
}
a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ul ol, ol ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}
blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a;
}
cite:before {
  content: "— ";
}

abbr, abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

@media print, screen and (min-width: 43.75em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}
[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  appearance: none;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}

input::placeholder,
textarea::placeholder {
  color: #cacaca;
}
input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

[type=submit],
[type=button] {
  appearance: none;
  border-radius: 0;
}

input[type=search] {
  box-sizing: border-box;
}

[type=file],
[type=checkbox],
[type=radio] {
  margin: 0 0 1rem;
}

[type=checkbox] + label,
[type=radio] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}
[type=checkbox] + label[for],
[type=radio] + label[for] {
  cursor: pointer;
}

label > [type=checkbox],
label > [type=radio] {
  margin-right: 0.5rem;
}

[type=file] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
}
label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a;
}

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch;
}
.input-group > :first-child {
  border-radius: 0 0 0 0;
}
.input-group > :last-child > * {
  border-radius: 0 0 0 0;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label, .input-group-button, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  height: auto;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex: 0 0 auto;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  height: auto;
  align-self: stretch;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
@media screen and (min-width: 0\0 ) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea;
}
.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}

.is-invalid-label {
  color: #cc4b37;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37;
}
.form-error.is-visible {
  display: block;
}

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none;
}
.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}
.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 0px;
  border-bottom: 0;
  font-size: 1rem;
  line-height: 1;
  color: #4A4A4A;
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 0px;
  border-radius: 0 0 0 0;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: #fefefe;
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 0px;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a;
}
:last-child > .accordion-content:last-child {
  border-bottom: 0px;
}

.accordion-menu li {
  width: 100%;
}
.accordion-menu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem;
}
.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #4A4A4A transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}
.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  left: auto;
  right: 1rem;
}
.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem;
}
.accordion-menu .is-accordion-submenu-parent[aria-expanded=true] > a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%;
}

.is-accordion-submenu-parent {
  position: relative;
}

.has-submenu-toggle > a {
  margin-right: 40px;
}

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 40px;
  height: 40px;
}
.submenu-toggle::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #4A4A4A transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}

.submenu-toggle[aria-expanded=true]::after {
  transform: scaleY(-1);
  transform-origin: 50% 50%;
}

.submenu-toggle-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}

.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer;
}
[data-whatinput=mouse] .close-button {
  outline: 0;
}
.close-button:hover, .close-button:focus {
  color: #0a0a0a;
}
.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}
.close-button, .close-button.medium {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  display: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-size: 1rem;
}
.dropdown-pane.is-opening {
  display: block;
}
.dropdown-pane.is-open {
  visibility: visible;
  display: block;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #4A4A4A transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}
.dropdown.menu a {
  padding: 0.7rem 1rem;
}
[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}
.dropdown.menu .is-active > a {
  background: transparent;
  color: #1779ba;
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
  top: 0;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
.dropdown.menu.vertical > li > a::after {
  right: 14px;
}
.dropdown.menu.vertical > li.opens-left > a::after {
  right: auto;
  left: 5px;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #4A4A4A transparent transparent;
}
.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #4A4A4A;
}
@media print, screen and (min-width: 43.75em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #4A4A4A transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #4A4A4A transparent transparent;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #4A4A4A;
  }
}
@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #4A4A4A transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #4A4A4A transparent transparent;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #4A4A4A;
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

.is-dropdown-menu.vertical {
  width: 100px;
}
.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}
.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  margin-top: -6px;
}
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe;
}
.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem;
}
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  right: auto;
  left: 5px;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #4A4A4A transparent transparent;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #4A4A4A;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.is-off-canvas-open {
  overflow: hidden;
}

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(254, 254, 254, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}
.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}
.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}
.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.off-canvas {
  position: fixed;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6;
}
[data-whatinput=mouse] .off-canvas {
  outline: 0;
}
.off-canvas.is-transition-push {
  z-index: 12;
}
.off-canvas.is-closed {
  visibility: hidden;
}
.off-canvas.is-transition-overlap {
  z-index: 13;
}
.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}
.off-canvas.is-open {
  transform: translate(0, 0);
}
.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6;
}
[data-whatinput=mouse] .off-canvas-absolute {
  outline: 0;
}
.off-canvas-absolute.is-transition-push {
  z-index: 12;
}
.off-canvas-absolute.is-closed {
  visibility: hidden;
}
.off-canvas-absolute.is-transition-overlap {
  z-index: 13;
}
.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}
.off-canvas-absolute.is-open {
  transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left {
  transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-left.has-transition-push {
  transform: translateX(250px);
}

.position-left.is-transition-push {
  box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right {
  transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-right.has-transition-push {
  transform: translateX(-250px);
}

.position-right.is-transition-push {
  box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top {
  transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-top.has-transition-push {
  transform: translateY(250px);
}

.position-top.is-transition-push {
  box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25);
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom {
  transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-bottom.has-transition-push {
  transform: translateY(-250px);
}

.position-bottom.is-transition-push {
  box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25);
}

.off-canvas-content {
  transform: none;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
}
.off-canvas-content.has-transition-push {
  transform: translate(0, 0);
}
.off-canvas-content .off-canvas.is-open {
  transform: translate(0, 0);
}

@media print, screen and (min-width: 43.75em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 43.75em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit;
  }
  .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}
@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit;
  }
  .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}
body.is-reveal-open {
  overflow: hidden;
}

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  position: fixed;
  user-select: none;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll;
}

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
}
[data-whatinput=mouse] .reveal {
  outline: 0;
}
@media print, screen and (min-width: 43.75em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 43.75em) {
  .reveal {
    width: 600px;
    max-width: 75rem;
  }
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 43.75em) {
  .reveal.tiny {
    width: 30%;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 43.75em) {
  .reveal.small {
    width: 50%;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 43.75em) {
  .reveal.large {
    width: 90%;
    max-width: 75rem;
  }
}
.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media screen and (max-width: 43.6875em) {
  .reveal {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 43.6875em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 43.75em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 43.75em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 43.6875em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 43.75em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 43.6875em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.align-right {
  justify-content: flex-end;
}

.align-center {
  justify-content: center;
}

.align-justify {
  justify-content: space-between;
}

.align-spaced {
  justify-content: space-around;
}

.align-right.vertical.menu > li > a {
  justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  justify-content: center;
}

.align-top {
  align-items: flex-start;
}

.align-self-top {
  align-self: flex-start;
}

.align-bottom {
  align-items: flex-end;
}

.align-self-bottom {
  align-self: flex-end;
}

.align-middle {
  align-items: center;
}

.align-self-middle {
  align-self: center;
}

.align-stretch {
  align-items: stretch;
}

.align-self-stretch {
  align-self: stretch;
}

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center;
}

.small-order-1 {
  order: 1;
}

.small-order-2 {
  order: 2;
}

.small-order-3 {
  order: 3;
}

.small-order-4 {
  order: 4;
}

.small-order-5 {
  order: 5;
}

.small-order-6 {
  order: 6;
}

@media print, screen and (min-width: 43.75em) {
  .medium-order-1 {
    order: 1;
  }
  .medium-order-2 {
    order: 2;
  }
  .medium-order-3 {
    order: 3;
  }
  .medium-order-4 {
    order: 4;
  }
  .medium-order-5 {
    order: 5;
  }
  .medium-order-6 {
    order: 6;
  }
}
@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1;
  }
  .large-order-2 {
    order: 2;
  }
  .large-order-3 {
    order: 3;
  }
  .large-order-4 {
    order: 4;
  }
  .large-order-5 {
    order: 5;
  }
  .large-order-6 {
    order: 6;
  }
}
.flex-container {
  display: flex;
}

.flex-child-auto {
  flex: 1 1 auto;
}

.flex-child-grow {
  flex: 1 0 auto;
}

.flex-child-shrink {
  flex: 0 1 auto;
}

.flex-dir-row {
  flex-direction: row;
}

.flex-dir-row-reverse {
  flex-direction: row-reverse;
}

.flex-dir-column {
  flex-direction: column;
}

.flex-dir-column-reverse {
  flex-direction: column-reverse;
}

@media print, screen and (min-width: 43.75em) {
  .medium-flex-container {
    display: flex;
  }
  .medium-flex-child-auto {
    flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex;
  }
  .large-flex-child-auto {
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    flex: 0 1 auto;
  }
  .large-flex-dir-row {
    flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%);
}

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%);
}

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%);
}

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%);
}

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0;
}

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0;
}

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0;
}

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0;
}

.slow {
  transition-duration: 750ms !important;
}

.fast {
  transition-duration: 250ms !important;
}

.linear {
  transition-timing-function: linear !important;
}

.ease {
  transition-timing-function: ease !important;
}

.ease-in {
  transition-timing-function: ease-in !important;
}

.ease-out {
  transition-timing-function: ease-out !important;
}

.ease-in-out {
  transition-timing-function: ease-in-out !important;
}

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  transition-delay: 300ms !important;
}

.long-delay {
  transition-delay: 700ms !important;
}

.shake {
  animation-name: shake-7;
}
@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%);
  }
}

.spin-cw {
  animation-name: spin-cw-1turn;
}
@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn);
  }
  100% {
    transform: rotate(0);
  }
}

.spin-ccw {
  animation-name: spin-cw-1turn;
}
@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(1turn);
  }
}

.wiggle {
  animation-name: wiggle-7deg;
}
@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    transform: rotate(0);
  }
}

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms;
}

.infinite {
  animation-iteration-count: infinite;
}

.slow {
  animation-duration: 750ms !important;
}

.fast {
  animation-duration: 250ms !important;
}

.linear {
  animation-timing-function: linear !important;
}

.ease {
  animation-timing-function: ease !important;
}

.ease-in {
  animation-timing-function: ease-in !important;
}

.ease-out {
  animation-timing-function: ease-out !important;
}

.ease-in-out {
  animation-timing-function: ease-in-out !important;
}

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  animation-delay: 300ms !important;
}

.long-delay {
  animation-delay: 700ms !important;
}

/*************************
  SETTINGS
**************************/
/*fixing flash of text on load*/
.wf-loading h1, .wf-loading h2, .wf-loading h3, .wf-loading h4, .wf-loading h5, .wf-loading h6, .wf-loading p, .wf-loading a, .wf-loading .nav-wrapper {
  visibility: hidden;
}

.wf-active h1, .wf-active h2, .wf-active h3, .wf-active h4, .wf-active h5, .wf-active h6, .wf-active p, .wf-active a, .wf-active .nav-wrapper {
  visibility: visible;
}

.vert-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.white-bg {
  background-color: #fefefe;
}

.gray-bg {
  background-color: #F5F5F5;
  padding-top: 0;
  margin-bottom: 0;
}

.lightyellow-bg {
  background-color: #FBF9F2;
}

h1, h2, h3, h4, h5, h6, p, label {
  color: #2D2929;
}

h1, h2, h3, h4, h5, h6, p, label, option, a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.dev-mode {
  display: none;
}

.dev-mode.active {
  position: fixed;
  display: block;
  z-index: 9999999999;
  top: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 4px;
  flex: 0 0 4px;
  width: 100%;
  min-height: 4px;
  background: #000000 url(/img/dev-mode.svg) repeat-x 21px 0;
}

.regular {
  font-weight: 400;
}

.bold {
  font-weight: 700;
}

.serif {
  font-family: "essonnes-text", serif;
}

.sans-serif {
  font-family: "soleil", sans-serif;
}

.sans-serif p {
  font-family: "soleil", sans-serif;
}

.text-center {
  text-align: center;
}

h1 {
  font-size: 2rem;
  font-family: "essonnes-display", serif;
  line-height: 1.1;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #736237;
}

.homepage h1 {
  font-size: 3.375rem;
  font-family: "essonnes-text", serif;
  color: #2D2929;
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: none;
}

h2 {
  font-family: "essonnes-text", serif;
}

h3 {
  font-family: "essonnes-text", serif;
  font-size: 2rem;
  margin-bottom: 1rem;
  line-height: 1.1;
}

h4 {
  text-transform: uppercase;
  font-family: "soleil", sans-serif;
  letter-spacing: 1.14px;
  color: #736237;
  font-size: 1rem;
  font-weight: 600;
}

p {
  font-family: "essonnes-text", serif;
}

.tan-upper, .gray-upper {
  font-size: 0.8125rem;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "soleil", sans-serif;
}

.tan-upper {
  color: #736237;
}

a.tan-upper:hover {
  color: #726137;
}

.gray-upper {
  color: #787878;
  letter-spacing: 0.93px;
}

.gray-upper:hover {
  color: #787878;
}

.tan-hr {
  width: 33px;
  border-bottom: #928052 2px solid;
  margin-left: 0;
}

.indented-quote {
  font-family: "essonnes-text", serif !important;
  padding: 0.5rem 2rem 0.5rem 1.5rem;
}

.text-small {
  font-size: 0.875rem;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.small-sans {
  font-size: 0.875rem;
  font-family: "soleil", sans-serif;
}

/*fixing flash of text on load*/
.wf-loading h1, .wf-loading h2, .wf-loading h3, .wf-loading h4, .wf-loading h5, .wf-loading h6, .wf-loading p, .wf-loading a {
  visibility: hidden;
}

.wf-active h1, .wf-active h2, .wf-active h3, .wf-active h4, .wf-active h5, .wf-active h6, .wf-active p, .wf-active a, .wf-active * {
  visibility: visible;
}

/*************************
  BUTTONS & LINKS
**************************/
.btn, button {
  position: relative;
  font-family: "soleil", sans-serif;
  text-align: center;
  cursor: pointer;
}

.btn.brown {
  background-color: #A29062;
  color: #fefefe;
  position: relative;
  padding: 1rem 1.5rem;
  border: 2px solid #A29062;
}

.btn.brown:hover {
  background-color: #fefefe;
  color: #A29062;
}

.btn.white,
.btn.white:visited,
.btn.white:active {
  background-color: #fefefe;
  color: #736237;
  position: relative;
  padding: 0.75rem 2rem;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  border: 2px solid #736237;
  letter-spacing: 1.14px;
  transition: 0.2s all;
}

.btn.white:hover {
  background-color: #A29062;
  border: 2px solid #A29062;
  color: #fefefe;
}

.btn-wrapper {
  position: relative;
  min-height: 50px;
}

.btn.pink,
.btn.pink:visited,
.btn.pink:active {
  display: block;
  position: relative;
  color: #736237;
  font-weight: 600;
  z-index: 1;
  padding: 0.75rem 0;
  transition: 0.2s all;
}

.btn.pink::before {
  background-color: transparent;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  padding: 0.75rem 0;
  border: 1px solid #A29062;
}

.btn.pink::after {
  padding: 0.75rem 0;
  background-color: #FEE4D5;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0.3rem;
  left: 0.3rem;
  z-index: -1;
}

.btn.pink:hover {
  padding: 0.75rem 0;
  color: #fefefe;
  font-weight: 600;
  z-index: 7;
  background-color: #A29062;
  transform-style: preserve-3d;
}

.btn.pink:hover::after {
  padding: 0.75rem 0;
  background-color: #FEE4D5;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0.3rem;
  left: 0.3rem;
  z-index: -1;
  transform: translateZ(-1px);
}

.btn.footer-btn,
.btn.footer-btn:visited,
.btn.footer-btn:active,
.btn.footer-btn:hover {
  transition: 0.2s all;
  background-color: transparent;
  color: #fefefe;
  padding: 0.75rem;
  display: block;
  margin-bottom: 0.5rem;
  border: 2px solid #fefefe;
}

.btn.footer-btn:hover {
  background-color: #fefefe;
  color: #2D2929;
}

.btn.gray,
.btn.gray:visited,
.btn.gray:active,
.btn.gray:hover {
  display: block;
  position: relative;
  color: #736237;
  font-weight: 600;
  z-index: 1;
  padding: 0.75rem 0;
  transition: 0.2s all;
}

.btn.gray::before {
  background-color: transparent;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  padding: 0.75rem 0;
  border: 1px solid #736237;
}

.btn.gray::after {
  padding: 0.75rem 0;
  background-color: #E1E6E7;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0.3rem;
  left: 0.3rem;
  z-index: -1;
}

.vertical-line {
  width: 1px;
  height: 100%;
  background-color: #DFD7C2;
  margin: 0 auto;
}

.brown-link, .subscribe-text {
  font-family: "soleil", sans-serif;
  color: #736237;
  font-weight: 600;
  position: relative;
  vertical-align: middle;
  display: inline-block;
  height: 24px;
  line-height: 25px;
  text-align: center;
  cursor: pointer;
  border: 1px solid transparent;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.brown-link:hover,
.subscribe-text:hover {
  color: #736237;
}

.brown-link::before:visited,
.brown-link::after:visited,
.brown-link:visited,
.brown-link:active,
.brown-link:focus {
  color: #736237 !important;
}

.brown-link::before, .brown-link::after,
.subscribe-text::before, .subscribe-text::after {
  width: 101%;
  height: 100%;
  z-index: 3;
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  box-sizing: border-box;
  transform: scale(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.brown-link:hover::after, .brown-link:hover::before,
.subscribe-text:hover::after, .subscribe-text:hover::before {
  -webkit-transform: scale(1);
  transform: scale(1);
  -ms-transform: scale(1);
}

/*underline*/
.brown-link::before, .subscribe-text::before {
  border-bottom: 1px solid #736237;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

/*************************
  GENERAL
**************************/
html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
}

html {
  overflow-x: hidden;
}

.show-mobile {
  display: none;
}

.slide {
  display: none;
}

.slide:first-child {
  display: block;
}

.slick-initialized .slide {
  display: block;
}

.show-small {
  display: none;
}

.hide-small {
  display: block;
}

.medium-centered {
  margin: 0 auto;
}

section {
  padding: 1rem 0;
}

.extend {
  width: 100%;
  height: 60px;
}

.content {
  margin-top: 90px;
}

.grid-x {
  max-width: 940px;
  margin: 0 auto;
}

.eyebrow {
  font-family: "soleil", sans-serif;
  color: #736237;
  text-transform: uppercase;
  letter-spacing: 0.93px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.tan-line {
  height: 2px;
  background-color: #736237;
  width: 40px;
  display: inline-block;
  margin: 5px 1rem;
}

.pattern-short_line {
  background: url(/img/pattern-small_lines.png) repeat center;
}

.dot-pattern-bar {
  height: 20px;
  width: 100%;
  background: none;
}

.dot-pattern {
  width: 100%;
  height: 50px;
}

.dot-pattern-bar.blue {
  background: none;
}

.features-pattern {
  background-color: #F9F4E7;
}

.pim-pattern {
  background-color: #F0F9F6;
}

.events-pattern {
  background-color: #FEE4D5;
}

.awards-pattern {
  background-color: #C5E7CD;
  position: relative;
  z-index: 1;
}
.awards-pattern .text-wrapper, .awards-pattern .intro-section {
  z-index: 2;
  position: relative;
}

.support-pattern {
  background-color: #BBCBF1;
  position: relative;
}
.support-pattern .text-wrapper {
  z-index: 1;
  position: relative;
}

.account-pattern {
  background-color: #BBCBF1;
}

.listen-pattern {
  background-color: #E7F7FF;
}

.poems-pattern {
  background-color: #FBF3EE;
  position: relative;
}

.card {
  -webkit-box-shadow: 0px 9px 12px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 9px 12px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 9px 12px 0px rgba(0, 0, 0, 0.1);
  transition: 0.3s all;
}
.card .text-wrapper {
  background-color: #fefefe;
  padding: 1rem;
}
.card .text-wrapper span {
  display: block;
}
.card .text-wrapper h3 {
  font-size: 1.375rem;
  line-height: 1.37;
}
.card .text-wrap p {
  font-family: "soleil", sans-serif;
}

.card:hover {
  -webkit-box-shadow: 0px 9px 12px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 9px 12px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 9px 12px 0px rgba(0, 0, 0, 0.3);
}

.breadcrumb a, .breadcrumb p {
  color: #736237;
  font-size: 0.75rem !important;
  font-family: "soleil", sans-serif;
  text-align: left;
  text-transform: none;
  letter-spacing: 0;
}
.breadcrumb p {
  margin-bottom: 0;
}
.breadcrumb a:hover {
  color: #514527;
}

.button-more {
  cursor: pointer;
}

.detail .intro .breadcrumb a, .detail .intro .breadcrumb p,
.category .intro .breadcrumb a,
.category .intro .breadcrumb p {
  color: #736237;
  font-size: 0.75rem !important;
  font-family: "soleil", sans-serif;
  text-align: left;
  text-transform: none;
  letter-spacing: 0;
}
.detail .intro .breadcrumb a:hover,
.category .intro .breadcrumb a:hover {
  color: #514527;
}
.detail .intro p,
.category .intro p {
  color: #736237;
  text-transform: uppercase;
  font-size: 1.5rem;
  letter-spacing: 1.3px;
  padding: 0;
  margin-bottom: 0;
}

.category .intro .sans-serif p {
  font-size: 0.875rem;
  text-transform: none;
  letter-spacing: 0px;
  font-family: "soleil", sans-serif;
  color: #0a0a0a;
}

/*************************
  ACCESSIBILITY
**************************/
.skip {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 1px;
  width: 1px;
  text-align: left;
  overflow: hidden;
}

a.skip:active,
a.skip:focus,
a.skip:hover {
  left: 0;
  top: 0;
  width: 115px;
  height: 30px;
  overflow: visible;
  color: red;
  z-index: 999999999;
}

/*************************
  MOBILE NAV
**************************/
.mobile-nav {
  z-index: 9999;
  display: none;
  background-color: #fefefe;
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  right: 0;
  overflow-y: auto;
}
.mobile-nav hr {
  border-bottom: 1px solid #DFD7C2;
  width: 95%;
  margin: 0 auto;
}
.mobile-nav .menu-wrapper .accordion-title {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: "essonnes-text", serif;
  padding: 1.25rem 1rem;
}
.mobile-nav .menu-wrapper li {
  border-bottom: 1px solid #DFD7C2;
}
.mobile-nav .menu-wrapper .accordion-title:hover, .mobile-nav .menu-wrapper .accordion-title:focus {
  background-color: #fefefe;
}
.mobile-nav .menu-wrapper svg {
  margin-left: 0.5rem;
}
.mobile-nav .mobile-utility a {
  color: #5C5C5C;
  font-size: 0.875rem;
  font-weight: 600;
  font-family: "soleil", sans-serif;
}
.mobile-nav .mobile-utility ul {
  margin-left: 0.5rem;
  list-style-type: none;
}
.mobile-nav .mobile-utility li {
  margin-bottom: 0.5rem;
}
.mobile-nav .search-wrapper, .mobile-nav .feature-wrapper, .mobile-nav .button-wrapper {
  padding: 0 1rem;
}
.mobile-nav .search-wrapper {
  margin-top: 1rem;
  position: relative;
}
.mobile-nav .search-wrapper input {
  border: none;
  box-shadow: none;
  background-color: #FBF9F2;
  font-family: "soleil", sans-serif;
  color: #4A4A4A;
  padding: 1.5rem;
  height: 25px;
  border: 1px solid #DFD7C2;
}
.mobile-nav .search-wrapper svg {
  position: absolute;
  right: 1.5rem;
  top: 12px;
}

.hamburger-wrapper {
  width: 100%;
  height: 100%;
  display: none;
}

.hamburger-menu {
  position: relative;
  display: none;
  float: none;
  width: 63px;
  height: 93px;
  padding: 0 !important;
}

.Line1, .Line2, .Line3 {
  margin: 5px;
  position: absolute;
  right: 15px;
  float: left;
  background-color: #8E7F59;
  height: 2px;
  width: 28px;
  clear: both;
  display: block;
  margin: 4px 0;
  webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.Line1 {
  top: 30px;
}

.Line2 {
  top: 40px;
}

.Line3 {
  top: 50px;
}

.mobile-header {
  position: relative;
  height: 93px;
}

.mobile-logo {
  position: absolute;
  left: 23px;
  top: 21px;
  width: 142px;
  height: 62px;
  max-width: 137px;
}

.hamburger-menu.On {
  float: right;
  margin-right: 11px;
}
.hamburger-menu.On .Line3 {
  -ms-transform: rotate(-45deg); /* IE 9 */
  -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
  transform: rotate(-45deg);
  top: 40px;
}
.hamburger-menu.On .Line2 {
  right: -100px;
  display: none;
}
.hamburger-menu.On .Line1 {
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  top: 40px;
}

/*************************
  HEADER
**************************/
header {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
}

.header-container.scrolled {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

.account-icon {
  position: relative;
  width: 30px;
}
.account-icon svg {
  position: absolute;
  top: 0px;
  left: 5px;
}

.header-container {
  display: grid;
  display: -ms-grid;
  -ms-grid-columns: 2fr 6fr;
  grid-template-columns: 2fr 6fr;
  -ms-grid-rows: 1;
  background-color: #fefefe;
  height: 90px;
  width: 100%;
}
.header-container .bottom-nav {
  display: flex;
}
.header-container .search-col {
  flex-grow: 1;
  margin-top: 3px;
}
.header-container .logo-wrapper {
  height: 100%;
  padding-left: 1.5rem;
  -ms-grid-column: 1;
  -ms-grid-row: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header-container .logo-wrapper img {
  height: 51px;
}
.header-container .nav-wrapper {
  -ms-grid-column: 2;
  -ms-grid-row: 1;
  height: 100%;
  text-align: right;
  padding-right: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header-container .nav-wrapper .nav-dropdown {
  display: block;
}
.header-container .nav-wrapper .nav-link {
  margin-right: 2rem;
  padding-bottom: 1.5rem;
}
.header-container .nav-wrapper .listen-outer {
  margin-right: 1rem;
}
.header-container .nav-wrapper ul {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 0;
}
.header-container .nav-wrapper ul li {
  display: inline-block;
}
.header-container .nav-wrapper ul .nav-more {
  display: none;
}
.header-container .nav-wrapper ul .nav-more .tan-upper {
  display: none;
}
.header-container .nav-wrapper a {
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 1rem;
  padding: 3px 0 0 0;
}
.header-container .nav-wrapper .nav-link {
  font-family: "essonnes-text", serif;
  color: #4A4A4A !important;
  position: relative;
  font-weight: 400;
  vertical-align: middle;
  display: inline-block;
  letter-spacing: 0.5px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  border: 2px solid transparent;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.header-container .nav-wrapper .nav-link:before, .header-container .nav-wrapper .nav-link:after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #736237;
}
.header-container .nav-wrapper .nav-link:before {
  opacity: 0;
  transform: translateY(-8px);
  transition: transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s;
}
.header-container .nav-wrapper .nav-link:after {
  opacity: 0;
  transform: translateY(4px);
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s;
}
.header-container .nav-wrapper .nav-link:hover:before, .header-container .nav-wrapper .nav-link:hover:after, .header-container .nav-wrapper .nav-link:focus:before, .header-container .nav-wrapper .nav-link:focus:after {
  opacity: 1;
  transform: translateY(0);
}
.header-container .nav-wrapper .nav-link:hover:before, .header-container .nav-wrapper .nav-link:focus:before {
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s;
}
.header-container .nav-wrapper .nav-link:hover:after, .header-container .nav-wrapper .nav-link:focus:after {
  transition: transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s 0.2s;
}
.header-container .nav-wrapper .nav-link.selected:before, .header-container .nav-wrapper .nav-link.selected:after {
  opacity: 1;
  transform: translateY(0);
}
.header-container .nav-wrapper .nav-link.selected:before {
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s;
}
.header-container .nav-wrapper .nav-link.selected:after {
  transition: transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s 0.2s;
}
.header-container .nav-wrapper .nav-link:hover,
.header-container .nav-wrapper .nav-link:active,
.header-container .nav-wrapper .nav-link:visited {
  color: #4A4A4A;
}
.header-container .nav-wrapper .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  margin-top: 17px;
  border: 0px;
}
.header-container .nav-wrapper .dropdown.menu > li.is-dropdown-submenu-parent > a {
  padding-right: 0px;
}
.header-container .nav-wrapper .utility-nav {
  margin-bottom: 10px;
}
.header-container .nav-wrapper .utility-nav a,
.header-container .nav-wrapper .utility-nav a:visited {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #787878;
  text-transform: none;
  font-family: "soleil", sans-serif;
}
.header-container .nav-wrapper .utility-nav a:hover {
  text-decoration: underline;
}
.header-container .nav-wrapper .utility-nav li {
  margin-right: 1rem;
}
.header-container .nav-wrapper .utility-nav li:last-child {
  margin-right: 0;
}
.header-container .nav-wrapper a:visited, .header-container .nav-wrapper a:active {
  color: #787878;
}
.header-container .nav-wrapper .icon {
  padding-left: 0px;
  position: relative;
  width: 32px;
  height: 29px;
}
.header-container .nav-wrapper .search-icon {
  width: 32px;
  left: 0;
  top: 13px;
  height: 32px;
  padding: 0;
}
.header-container .nav-wrapper .search-icon .nav-link {
  margin-right: 5px;
}
.header-container .nav-wrapper .btn, .header-container .nav-wrapper .btn:active, .header-container .nav-wrapper .btn:visited {
  padding: 0.75rem 1.5rem;
  font-family: "soleil", sans-serif;
  color: #fefefe;
  margin-left: 1rem;
  text-transform: none;
  font-weight: 700;
  font-size: 0.875rem;
  display: inline-block;
  transition: 0.2s all;
}
.header-container .nav-wrapper .btn:hover {
  color: #A29062;
}
.header-container .nav-wrapper .is-dropdown-submenu-parent {
  position: initial;
}
.header-container .nav-wrapper .is-dropdown-submenu {
  box-shadow: 0 16px 12px 0 rgba(7, 7, 7, 0.12);
  width: 100%;
  padding: 2rem 0;
  min-width: 100%;
  top: 56px;
  border: 0px;
  border-top: 1px solid #DFD7C2;
  background-color: #FBF9F2;
}
.header-container .nav-wrapper .is-dropdown-submenu li {
  padding-bottom: 1rem;
}
.header-container .nav-wrapper .is-dropdown-submenu a {
  font-family: "soleil", sans-serif;
  text-transform: none;
  font-weight: 400;
}
.header-container .nav-wrapper .is-dropdown-submenu .tan-upper {
  font-weight: 600;
}
.header-container .nav-wrapper .small-menu .is-dropdown-submenu {
  width: auto;
  min-width: auto;
  left: auto !important;
  padding: 1rem 0.5rem;
  border-top: 1px solid #DFD7C2;
}
.header-container .nav-wrapper .small-menu .is-dropdown-submenu .list {
  padding: 0 1rem;
}
.header-container .nav-wrapper .small-menu .is-dropdown-submenu .list li {
  display: block;
  text-align: left;
  padding-bottom: 0;
}
.header-container .nav-wrapper .small-menu .is-dropdown-submenu .list li a {
  text-transform: uppercase;
  font-size: 0.8125rem;
}
.header-container .nav-wrapper .small-menu .is-dropdown-submenu .list li a:visited {
  color: #736237;
}
.header-container .nav-wrapper .award-wrapper {
  padding: 0 0.5rem;
}
.header-container .nav-wrapper .award-wrapper .tan-upper {
  margin-bottom: 0.25rem;
}
.header-container .nav-wrapper .award-wrapper .cat-desc {
  font-size: 0.8125rem;
  font-family: "soleil", sans-serif;
  font-weight: 400;
  color: #4A4A4A;
}
.header-container .nav-wrapper .award-cell {
  border-left: 1px solid #DFD7C2;
}
.header-container .nav-wrapper .annual {
  background: url(/img/fern-annual-awards.svg) no-repeat center;
  background-size: 75%;
}
.header-container .nav-wrapper .four-quartets {
  background: url(/img/fern-four-quartets.svg) no-repeat center 23px;
  background-size: 67%;
}
.header-container .nav-wrapper .chapbook {
  background: url(/img/fern-chapbook.svg) no-repeat top;
  background-size: 53%;
}
.header-container .nav-wrapper .frost {
  background: url(/img/fern-frost-shelley.svg) no-repeat top;
  background-size: 60%;
}
.header-container .nav-wrapper .search-panel {
  background: url(/img/search-bg.png) no-repeat left;
  background-size: auto;
  display: none;
  position: absolute;
  right: 0rem;
  top: 5rem;
  z-index: 999;
  background-color: transparent;
  height: 280px;
  width: 438px;
}
.header-container .nav-wrapper .search-panel .search-wrap {
  text-align: left;
  padding: 2rem 2rem;
  position: relative;
}
.header-container .nav-wrapper .search-panel .search-wrap label {
  margin-bottom: 0.5rem;
}
.header-container .nav-wrapper .search-panel .search-wrap p {
  font-family: "soleil", sans-serif;
  font-size: 0.875rem;
}
.header-container .nav-wrapper .search-panel .search-wrap li {
  display: block;
}
.header-container .nav-wrapper .search-panel .search-wrap li a {
  padding-left: 0;
  text-transform: none;
  color: #4A4A4A;
  font-family: "soleil", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
}
.header-container .nav-wrapper .search-panel .search-wrap .input-wrapper {
  position: relative;
}
.header-container .nav-wrapper .search-panel .search-wrap .input-wrapper input {
  background-color: #F5F5F5;
  border: none;
  box-shadow: none;
  position: relative;
  font-family: "soleil", sans-serif;
}
.header-container .nav-wrapper .search-panel .search-wrap .input-wrapper button {
  position: absolute;
  right: 7px;
  top: 7px;
}
.header-container .nav-wrapper .search-panel .search-wrap .input-wrapper ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-family: "soleil", sans-serif;
}
.header-container .nav-wrapper .search-panel .search-wrap .input-wrapper ::-moz-placeholder { /* Firefox 19+ */
  font-family: "soleil", sans-serif;
}
.header-container .nav-wrapper .search-panel .search-wrap .input-wrapper :-ms-input-placeholder { /* IE 10+ */
  font-family: "soleil", sans-serif;
}
.header-container .nav-wrapper .search-panel .search-wrap .input-wrapper :-moz-placeholder { /* Firefox 18- */
  font-family: "soleil", sans-serif;
}
.header-container .nav-list {
  text-align: left;
}
.header-container .nav-list li {
  width: 50%;
  float: left;
  /*underline*/
}
.header-container .nav-list li a {
  color: #2D2929;
  font-size: 0.875rem;
  font-weight: 400;
  font-family: "soleil", sans-serif;
}
.header-container .nav-list li a:visited, .header-container .nav-list li a:active {
  color: #2D2929;
}
.header-container .nav-list li a {
  font-family: "soleil", sans-serif;
  color: #736237;
  font-weight: 600;
  position: relative;
  vertical-align: middle;
  display: inline-block;
  height: 24px;
  line-height: 25px;
  text-align: center;
  cursor: pointer;
  border: 1px solid transparent;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.header-container .nav-list li a:hover {
  color: #736237;
}
.header-container .nav-list li a::before, .header-container .nav-list li a::after {
  width: 101%;
  height: 100%;
  z-index: 3;
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  box-sizing: border-box;
  transform: scale(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.header-container .nav-list li a:hover::after, .header-container .nav-list li a:hover::before {
  -webkit-transform: scale(1);
  transform: scale(1);
  -ms-transform: scale(1);
}
.header-container .nav-list li a::before {
  border-bottom: 1px solid #736237;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.header-container .award-winners-link {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.header-container .award-winners-link a {
  line-height: 1.2;
  font-size: 0.875rem;
}
.header-container .award-winners-link a::before {
  top: 8px;
}

.header-container .nav-wrapper {
  display: none;
}

.javascript .header-container .nav-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.selected-feature .underline {
  text-decoration: underline;
}

/*************************
  FOOTER
**************************/
.body-wrapper {
  padding-bottom: 0px;
}

footer {
  background-color: #2D2929;
  background-size: cover;
  padding-top: 4rem;
  z-index: 999;
  position: relative;
}
footer .grid-x {
  max-width: 1300px;
}
footer .newsletter .grid-x {
  max-width: 940px;
}
footer .partner-logos {
  justify-content: end;
}
footer .partner-logos .img-wrapper {
  max-width: 200px;
}
footer .social {
  margin-top: 1rem;
}
footer .social a {
  margin-right: 1rem;
}
footer .news-wrap {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 99999;
}
footer .login-links {
  text-align: right;
}
footer .newsletter {
  border-top: 5px solid #A29062;
  margin: -7rem auto 0;
  padding: 2rem 1rem;
  background-color: #fefefe;
  z-index: 10;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 90%;
  max-width: 1320px;
}
footer .newsletter #mc_embed_signup div.mce_inline_error {
  background-color: transparent;
  color: red;
  margin-top: -1rem;
}
footer .newsletter #mce-responses .response {
  margin-top: -1rem;
}
footer .newsletter input {
  border: 0 !important;
  height: 80px;
  width: 100%;
  box-shadow: none;
  font-size: 3.25rem;
  color: #A8A8A8;
  font-size: 3.25rem;
  font-family: "essonnes-text", serif;
  line-height: 1.5;
}
footer .newsletter .grid-x {
  border-bottom: 1px #C4C4C4 solid;
}
footer .newsletter .button {
  color: #736237;
  text-align: right;
  width: 100%;
  height: 100%;
  position: relative;
  padding-right: 2.25rem;
}
footer .newsletter .button svg {
  position: absolute;
  top: auto;
  right: 0;
}
footer .newsletter ::-webkit-input-placeholder {
  color: #A8A8A8;
  font-size: 3.25rem;
  font-family: "essonnes-text", serif;
  line-height: 1.5;
}
footer .newsletter ::-moz-placeholder {
  color: #A8A8A8;
  font-size: 3.25rem;
  font-family: "essonnes-text", serif;
  line-height: 1.5;
}
footer .newsletter :-ms-input-placeholder {
  color: #A8A8A8;
  font-size: 3.25rem;
  font-family: "essonnes-text", serif;
  line-height: 1.5;
}
footer .newsletter :-moz-placeholder {
  color: #A8A8A8;
  font-size: 3.25rem;
  font-family: "essonnes-text", serif;
  line-height: 1.5;
}
footer .newsletter .subscribe-text {
  font-weight: 500;
  height: 20px;
  line-height: 19px;
}

.award-winners .footer {
  position: relative;
  z-index: 17;
}

.footer-wrapper {
  padding: 6rem 0 2rem;
}
.footer-wrapper .logo-row {
  margin-bottom: 2rem;
}
.footer-wrapper ul {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 0;
  text-align: right;
}
.footer-wrapper ul li {
  display: inline-block;
  margin-left: 1rem;
}
.footer-wrapper a {
  color: #fefefe;
  font-family: "soleil", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
}
.footer-wrapper a:hover {
  text-decoration: underline;
}
.footer-wrapper .social-links {
  text-align: center;
  border-right: 1px solid gray;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer-wrapper .social-links a {
  padding: 0.25rem;
}
.footer-wrapper .copyright {
  color: #fefefe;
  font-family: "soleil", sans-serif;
  font-size: 0.875rem;
  padding-top: 1rem;
}
.footer-wrapper .logos {
  text-align: right;
}
.footer-wrapper .logos .img-wrapper {
  border: 0px;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer-wrapper .logos .img-wrapper img {
  padding: 0 1.5rem;
}
.footer-wrapper .logos .img-wrapper:last-child {
  border-right: 0px solid gray;
}

/*************************
  HOMEPAGE
**************************/
.homepage .support-us-bar {
  max-width: 1300px;
  margin: 2rem auto;
  text-align: center;
  padding: 1rem 0;
}
.homepage .support-us-bar .pattern-short_line {
  padding: 2rem 1rem;
  background: url(/img/pattern-small_lines.png) repeat center;
}
.homepage .support-us-bar .btn {
  display: inline-block;
  margin: 0 0.75rem;
}
.homepage .main-features {
  padding: 3rem 0 0 0;
}
.homepage .main-features .grid-x {
  max-width: 1300px;
}
.homepage .main-features .brown-link {
  font-size: 0.875rem;
  color: #736237 !important;
}
.homepage .main-features h2 {
  font-size: 1.375rem;
  line-height: 1.2;
  margin-bottom: 5px;
  padding-right: 1rem;
}
.homepage .main-features .eyebrow {
  margin-bottom: 5px;
}
.homepage .main-features .main-img {
  margin-bottom: 1rem;
  position: relative;
}
.homepage .main-features .play-btn {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
}
.homepage .main-features .img-wrapper {
  position: relative;
}
.homepage .main-features .img-wrapper .play-btn {
  right: 0.25rem;
  bottom: 0rem;
}
.homepage .main-features .faded-scroll {
  position: absolute;
  bottom: 0px;
  width: 92%;
  content: "";
  margin-top: 0px;
  height: 60px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}
.homepage .side-wrap {
  position: relative;
  height: 100%;
}
.homepage .sidebar {
  position: relative;
}
.homepage .sidebar .sidebar-hr {
  margin: 1.75rem 0;
}
.homepage section {
  padding: 1rem 0;
}
.homepage .poem-section {
  padding-bottom: 0;
  margin-top: 2rem;
}
.homepage .poem-section .white-bg {
  box-shadow: 0 9px 12px 0 rgba(0, 0, 0, 0.07);
}
.homepage .secondary-features .grid-x {
  max-width: 1300px;
}
.homepage .secondary-features h3 {
  text-align: center;
  padding: 1.5rem 1rem;
  font-size: 2rem;
}

.poem-block .video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  margin-bottom: 1rem;
}
.poem-block .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.homepage .poem-block .video-wrapper {
  width: 90%;
}

.intro {
  padding-bottom: 2rem;
  text-align: center;
}

.poem-section {
  background-color: #F5F5F5;
  z-index: 1;
  position: relative;
  padding-top: 0px;
  margin-bottom: 0px;
}
.poem-section h3 {
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.poem-section .dot-pattern-bar {
  margin-bottom: 1.5rem;
}

.homepage .poem-section {
  padding-top: 2rem;
}
.homepage .poem-section .white-bg {
  margin: 2rem auto 0;
  max-width: 1120px;
  padding-bottom: 5rem;
  padding-top: 1rem;
}
.homepage .poem-section .tan-upper {
  font-size: 1rem;
}
.homepage .poem-section .tan-hr {
  margin-bottom: 0.5rem;
}

/*************************
  POETRY IN MOTION
**************************/
.poetry-in-motion .gray-bg {
  padding: 0 0 0 0;
  position: relative;
}
.poetry-in-motion .gray-bg h3 {
  color: #736237;
  text-transform: uppercase;
  font-size: 1.5rem;
}
.poetry-in-motion .gray-bg h4 {
  color: #2D2929;
  font-size: 0.875rem;
  letter-spacing: 0;
  font-weight: 500;
  text-transform: none;
}
.poetry-in-motion .gray-bg .pim-listing .img-wrapper {
  margin-bottom: 1rem;
}
.poetry-in-motion .gray-bg .pim-listing .btn {
  max-width: 160px;
}
.poetry-in-motion .index-content p {
  font-family: "soleil", sans-serif;
  font-size: 0.875rem;
}
.poetry-in-motion .index-content h4 {
  color: #736237;
  font-family: "essonnes-display", serif;
  font-size: 1.5rem;
  letter-spacing: 1.3;
  margin-top: 1rem;
}
.poetry-in-motion .index-content .p-medium {
  font-family: "essonnes-text", serif;
  font-size: 1.125rem;
}
.poetry-in-motion .index-content .question {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1.14;
  font-weight: 600;
  font-family: "soleil", sans-serif;
  color: #736237;
}

.poetry-in-motion.category .pim-city-select {
  font-family: "soleil", sans-serif;
  border: 1px solid #736237;
  -webkit-appearance: none;
}
.poetry-in-motion.category .pim-city-select:focus {
  box-shadow: none;
}
.poetry-in-motion.category h1 {
  font-size: 1.875rem;
  margin-bottom: 1.5rem;
  color: #0a0a0a;
  text-transform: none;
}
.poetry-in-motion.category .cat-wrapper {
  padding-bottom: 0.5rem;
}
.poetry-in-motion.category .cat-wrapper .tan-upper {
  font-size: 1rem;
  letter-spacing: 1.14px;
}
.poetry-in-motion.category .cat-wrapper .tan-upper:hover {
  color: #514527;
}
.poetry-in-motion.category .listing {
  padding-bottom: 5rem;
}
.poetry-in-motion.category .listing .poem-link {
  display: block;
}
.poetry-in-motion.category .listing .img-wrapper {
  height: 225px;
  width: 100%;
  background-color: #F0F9F6;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.poetry-in-motion.category .listing .img-wrapper img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
}
.poetry-in-motion.category .listing .cell {
  padding-bottom: 3rem;
}
.poetry-in-motion.category .listing .entry-title, .poetry-in-motion.category .listing .entry-title:hover {
  font-family: "essonnes-text", serif;
  color: #0a0a0a;
  font-size: 1.125rem;
  display: inline-block;
}
.poetry-in-motion.category .listing .brown-link {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 16px;
}
.poetry-in-motion.category .listing .byline {
  padding-top: 0.5rem;
}
.poetry-in-motion.category .listing .byline .author {
  color: #736237;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "soleil", sans-serif;
  display: inline-block;
  line-height: 14px;
  font-size: 0.8125rem;
}
.poetry-in-motion.category .listing .byline span {
  display: block !important;
}

.poetry-in-motion.detail .pim-grid {
  margin: 1rem auto 0;
  display: grid;
  display: -ms-grid;
  -ms-grid-columns: 1fr 10fr 1fr;
  grid-template-columns: 1fr 10fr 1fr;
}
.poetry-in-motion.detail .poem-wrapper,
.poetry-in-motion.detail .arrow-wrap {
  -ms-grid-row: 1;
}
.poetry-in-motion.detail .prev-arrow {
  -ms-grid-column: 1;
}
.poetry-in-motion.detail .poem-wrapper {
  -ms-grid-column: 2;
}
.poetry-in-motion.detail .poem-wrapper a {
  text-decoration: underline;
  color: #736237;
}
.poetry-in-motion.detail .next-arrow {
  -ms-grid-column: 3;
}
.poetry-in-motion.detail .intro {
  padding-top: 0;
  padding-bottom: 1rem;
}
.poetry-in-motion.detail .white-bg .introduction .tan-upper {
  margin-bottom: 0.25rem;
  font-size: 0.8125rem;
}
.poetry-in-motion.detail .white-bg .introduction .serif {
  font-family: "essonnes-text", serif;
  color: #736237;
  font-size: 1rem;
}
.poetry-in-motion.detail h1 {
  font-size: 2.5rem;
  color: #0a0a0a;
  text-transform: none;
  margin-bottom: 0.5rem;
}
.poetry-in-motion.detail .white-bg .btn {
  max-width: 250px;
  margin: 2rem auto 0;
}
.poetry-in-motion.detail .white-bg .tan-upper {
  font-size: 1rem;
}
.poetry-in-motion.detail .share-icons {
  margin: 1rem 0 2rem;
}
.poetry-in-motion.detail .share-icons p {
  margin-bottom: 0.5rem;
}
.poetry-in-motion.detail .share-icons a, .poetry-in-motion.detail .share-icons button {
  display: inline-block;
  margin: 0 1rem;
}
.poetry-in-motion.detail .share-icons svg path {
  fill: #736237;
}
.poetry-in-motion.detail .img-wrapper img {
  display: block;
  margin: 0 auto;
}
.poetry-in-motion.detail .arrow-wrap {
  position: relative;
}
.poetry-in-motion.detail .arrow-right, .poetry-in-motion.detail .arrow-left {
  position: absolute;
  top: 50%;
  height: 100px;
  margin-top: -50px;
}
.poetry-in-motion.detail .arrow-right {
  right: 1rem;
}

/*********************************************
  POEMS & ESSAYS (formerly features)
**********************************************/
.features-byline {
  font-family: "essonnes-text", serif;
  color: #5C5C5C;
  font-size: 2rem;
  line-height: 1.1;
  margin-bottom: 0.5rem;
}

.poems-essays .body-wrapper .intro {
  background-color: #F9F4E7;
}

.pe-listing {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.pe-listing .card-wrap {
  max-width: 380px;
  width: 100%;
  margin: 0 auto;
}

.poems-essays .pe-listing {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.programs .body-wrapper .intro {
  background-color: #EEFAF1;
}

.programs.detail .green-bg {
  background-color: #EEFAF1;
}

.inline-block {
  display: inline-block;
}

.poems-essays .featured,
.programs .featured {
  padding-bottom: 3rem;
}
.poems-essays .body-wrapper .intro,
.programs .body-wrapper .intro {
  padding-top: 2rem;
}
.poems-essays .body-wrapper .intro .desc,
.programs .body-wrapper .intro .desc {
  padding-top: 1rem;
}
.poems-essays .body-wrapper .intro .desc,
.poems-essays .body-wrapper .intro .desc p,
.programs .body-wrapper .intro .desc,
.programs .body-wrapper .intro .desc p {
  font-family: "soleil", sans-serif;
  text-transform: none;
  font-size: 0.875rem;
  color: #2D2929;
  letter-spacing: unset;
}
.poems-essays .listing .img-wrapper,
.programs .listing .img-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.poems-essays .listing .card,
.programs .listing .card {
  height: 97%;
  margin-bottom: 2.5rem;
  cursor: pointer;
}
.poems-essays .listing .card .img-wrapper img,
.programs .listing .card .img-wrapper img {
  display: block;
  margin: 0 auto;
}
.poems-essays .listing .card .text-wrap,
.programs .listing .card .text-wrap {
  padding: 1rem 2rem;
}
.poems-essays .listing .card h2,
.programs .listing .card h2 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
.poems-essays .listing .card p,
.programs .listing .card p {
  margin-bottom: 0.25rem;
}
.poems-essays .listing .card .brown-link,
.programs .listing .card .brown-link {
  margin-top: 0.75rem;
  margin-bottom: 1rem;
  font-size: 0.875rem;
}

.poems-essays .listing .card h2 {
  font-size: 1.375rem;
}
.poems-essays .listing .card p {
  font-size: 0.875rem;
}

.modules-section .video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  margin-bottom: 1rem;
}
.modules-section .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.features-detail .button-articles {
  margin-bottom: 1rem;
}
.features-detail .features-section p a, .features-detail .features-section p a:visited {
  color: #2D2929;
}
.features-detail .features-section p a:hover {
  text-decoration: underline;
}
.features-detail .cat-listing {
  padding-top: 3rem;
}
.features-detail .intro-detail {
  margin-bottom: 0;
  padding-bottom: 3rem;
}
.features-detail .intro-detail h1 {
  color: #2D2929;
  font-size: 3.375rem;
  text-align: left;
  text-transform: none;
  margin-bottom: 0.5rem;
}
.features-detail .intro-detail .social-share-wrapper p, .features-detail .intro-detail .date {
  color: #787878;
  font-size: 0.8125rem;
  font-family: "soleil", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.features-detail .intro-detail .social-share-wrapper span {
  display: inline-block;
  margin-right: 1rem;
}
.features-detail .intro-detail .social-share-wrapper a {
  padding: 0.5rem;
}
.features-detail .intro-detail .social-share-wrapper .social-share:hover,
.features-detail .intro-detail .social-share-wrapper .social-share {
  text-decoration: none;
}
.features-detail .intro-detail .date {
  margin-top: 1rem;
}
.features-detail .category-header {
  margin-bottom: 2rem;
}
.features-detail .category-header h2 {
  color: #736237;
  font-size: 1.5rem;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}
.features-detail .poem-section {
  padding-bottom: 2rem;
  padding-top: 2rem;
}
.features-detail .poem-block iframe {
  width: 100%;
}
.features-detail .poem-block h2 {
  font-family: "essonnes-text", serif;
  font-size: 2rem;
  text-align: left;
  color: #2D2929;
  text-transform: none;
  font-weight: 400;
}
.features-detail .poem-block p {
  font-size: 1.125rem;
}
.features-detail .poem-block ol li,
.features-detail .poem-block ul li {
  font-size: 1.125rem;
  font-family: "essonnes-text", serif;
  color: #2D2929;
}
.features-detail .article-section h2,
.features-detail .modules-section h2 {
  font-family: "essonnes-text", serif;
  font-size: 1.5rem;
  text-align: left;
  color: #060606;
  text-transform: none;
  font-weight: 400;
}
.features-detail .article-section p,
.features-detail .modules-section p {
  font-family: "soleil", sans-serif;
  font-size: 0.875rem;
}
.features-detail .article-section p a,
.features-detail .modules-section p a {
  color: #736237;
  text-decoration: underline;
}
.features-detail .article-section blockquote,
.features-detail .article-section blockquote p,
.features-detail .modules-section blockquote,
.features-detail .modules-section blockquote p {
  color: #2D2929;
}
.features-detail .article-section figcaption,
.features-detail .modules-section figcaption {
  font-family: "soleil", sans-serif;
  font-size: 0.875rem;
  color: #2D2929;
}
.features-detail .cat-listing h4 {
  margin-bottom: 2rem;
}
.features-detail .cat-listing .list-item {
  margin-bottom: 4rem;
}
.features-detail .cat-listing .list-item p {
  font-family: "soleil", sans-serif;
  font-size: 0.875rem;
}
.features-detail .cat-listing h5 {
  font-family: "essonnes-text", serif;
  font-size: 2rem;
}
.features-detail .cat-listing .button-row .cell {
  margin: 1.5rem auto 1rem;
}

.poems-essays.category .features-byline {
  font-size: 1.375rem;
  margin-bottom: 0;
}
.poems-essays.category .intro h1 {
  font-size: 3.375rem;
  color: #2D2929;
  letter-spacing: 0.5px;
  text-transform: none;
}
.poems-essays.category .features-section .btn {
  margin-top: 0rem;
}
.poems-essays.category .features-section .btn.pink {
  display: inline-block;
  min-width: 165px;
  padding: 0.75rem 2.5rem;
}
.poems-essays.category .article-listing .grid-x {
  margin-bottom: 2rem;
}
.poems-essays.category .article-listing h5 {
  margin-bottom: 0.5rem !important;
}
.poems-essays.category .article-listing .features-byline {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.poems-essays.category .article-listing .excerpt p {
  font-family: "soleil", sans-serif;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}
.poems-essays.category .article-listing .brown-link {
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
}
.poems-essays.category .gray-bg {
  padding-bottom: 0;
}
.poems-essays.category .listing {
  padding-bottom: 4rem;
}
.poems-essays.category .listing .white-bg {
  padding-top: 2rem;
}
.poems-essays.category .listing .white-bg h4 {
  text-align: center;
  text-transform: uppercase;
  font-family: "soleil", sans-serif;
  color: #736237;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 3rem;
}
.poems-essays.category .listing .white-bg h5 {
  text-align: left;
  font-size: 1.375rem;
  color: #2D2929;
  font-family: "essonnes-text", serif;
  margin-bottom: 1rem;
}
.poems-essays.category .listing .white-bg .img-wrapper {
  height: 271px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1rem;
  background: none;
  background-color: #F0F9F6;
}
.poems-essays.category .listing .white-bg .img-wrapper img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}
.poems-essays.category .listing .white-bg .img-wrapper p {
  text-align: center;
  margin-bottom: 0;
}
.poems-essays.category .listing .white-bg .img-wrapper address {
  display: none;
}

/*************************
  AWARDS
**************************/
.simple-intro {
  padding-top: 0.5rem;
  text-align: center;
}
.simple-intro .small-header {
  padding-bottom: 0;
  margin-bottom: 0;
  color: #736237;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 1.3px;
}
.simple-intro .large-text {
  font-size: 3.375rem;
  color: #2D2929;
  text-transform: none;
  letter-spacing: 0;
}
.simple-intro .small-sans {
  margin-top: 1rem;
}
.simple-intro .small-sans,
.simple-intro .small-sans p {
  font-family: "soleil", sans-serif;
}

.simple-intro.padding-bottom {
  padding-bottom: 2rem;
}

.awards .intro-section {
  position: relative;
  z-index: 99;
}
.awards .intro p {
  margin-bottom: 0;
  padding-top: 1rem;
}
.awards .gray-bg {
  padding-top: 0rem;
}

.awards .award-cat-listing, .support .award-cat-listing {
  padding: 2rem 0;
}
.awards .award-cat-listing .border-right, .support .award-cat-listing .border-right {
  border-right: 1px solid #DFD7C2;
}
.awards .award-cat-listing .desc-wrapper, .support .award-cat-listing .desc-wrapper {
  margin-bottom: 2rem;
  margin-top: 1rem;
}
.awards .award-cat-listing .item-wrapper, .support .award-cat-listing .item-wrapper {
  padding: 5rem 1rem 0.5rem;
  margin: 2rem auto;
}
.awards .award-cat-listing .item-wrapper p, .support .award-cat-listing .item-wrapper p {
  font-family: "soleil", sans-serif;
}
.awards .award-cat-listing .item-wrapper.annual, .support .award-cat-listing .item-wrapper.annual {
  background: url(/img/fern-annual-awards.svg) no-repeat top;
  background-size: 200px;
}
.awards .award-cat-listing .item-wrapper.four-quartets, .support .award-cat-listing .item-wrapper.four-quartets {
  background: url(/img/fern-four-quartets.svg) no-repeat top;
  background-size: 165px;
}
.awards .award-cat-listing .item-wrapper.chapbook, .support .award-cat-listing .item-wrapper.chapbook {
  background: url(/img/fern-chapbook.svg) no-repeat top;
  background-size: 115px;
}
.awards .award-cat-listing .item-wrapper.frost-shelley, .support .award-cat-listing .item-wrapper.frost-shelley {
  background: url(/img/fern-frost-shelley.svg) no-repeat top;
  background-size: 127px;
}
.awards .award-cat-listing hr, .support .award-cat-listing hr {
  border-bottom: 1px solid #C0B088;
}
.awards .cta-winners, .support .cta-winners {
  padding-top: 1rem;
  padding-bottom: 0.5rem;
  background: url(/img/laurel-wreath.png) no-repeat top;
  background-size: 140px;
}
.awards .cta-winners .medium-12, .support .cta-winners .medium-12 {
  padding-bottom: 2rem;
  border-bottom: 1px solid #DFD7C2;
}
.awards .cta-winners .lightgreen-bg, .support .cta-winners .lightgreen-bg {
  background-color: #EEFAF1;
  padding: 2rem 0;
}
.awards .cta-winners .lightgreen-bg p, .support .cta-winners .lightgreen-bg p {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.cta-winners {
  padding-top: 1rem;
  padding-bottom: 0.5rem;
  background: url(/img/laurel-wreath.png) no-repeat top;
  background-size: 140px;
}

.sponsors {
  margin-bottom: -2rem;
}
.sponsors .grid-wrapper {
  width: 100%;
  margin-bottom: 1rem;
  display: grid;
  display: -ms-grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.sponsors .img-wrapper {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sponsors .img-wrapper img {
  max-width: 90px;
}
.sponsors .sans-serif {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.mobile-awards-menu-wrapper {
  display: none;
}

.annual-awards-menu {
  display: grid;
  display: -ms-grid;
  -ms-grid-columns: 1fr 1fr 1fr 1.2fr;
  grid-template-columns: 1fr 1fr 1fr 1.2fr;
}
.annual-awards-menu a {
  border-bottom: 1px solid #C0B088;
  border-top: 1px solid #C0B088;
  color: #736237;
  text-transform: uppercase;
  letter-spacing: 0.93px;
  font-size: 0.8125rem;
  font-weight: 600;
  text-align: center;
  padding: 1rem 0;
  font-family: "soleil", sans-serif;
}
.annual-awards-menu .selected {
  background-color: #EEFAF1;
}

.frost-menu {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.awards.index .white-bg hr {
  border-bottom: 1px solid #DFD7C2;
}
.awards.index .white-bg h2 {
  color: #736237;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 1.3px;
}
.awards.index .white-bg .btn {
  max-width: 140px;
  margin: 0 auto;
}

.awards.detail .intro .header-title {
  padding: 0rem 0 0rem;
  color: #2D2929;
  text-transform: none;
  font-size: 3.375rem;
  letter-spacing: 0;
}
.awards.detail .judges {
  padding-bottom: 0rem;
}
.awards.detail .judges h2, .awards.detail .judges .img-wrapper {
  margin-bottom: 1rem;
}
.awards.detail .judges h2 {
  font-size: 1rem;
}
.awards.detail .judges h3 {
  margin-bottom: 2rem;
}
.awards.detail .white-bg {
  padding: 2rem 0;
}
.awards.detail .registration-block .line-wrapper h2 {
  color: #736237;
  text-transform: uppercase;
  font-size: 1.5rem;
}
.awards.detail .registration-block .three-col {
  margin-top: 1rem;
}
.awards.detail .registration-block .number {
  font-size: 2rem;
}
.awards.detail .registration-block .sans-serif {
  font-size: 0.875rem;
}
.awards.detail .registration-block .btn {
  max-width: 140px;
  margin: 1.5rem auto 0;
}
.awards.detail h1 {
  color: #2D2929;
  text-transform: none;
  font-size: 2.5rem;
  letter-spacing: 0;
}
.awards.detail .annual {
  background: url(/img/fern-annual-awards.svg) no-repeat top;
  background-size: 200px;
}
.awards.detail .four-quartets {
  background: url(/img/fern-four-quartets.svg) no-repeat top;
  background-size: 165px;
}
.awards.detail .chapbook {
  background: url(/img/fern-chapbook.svg) no-repeat top;
  background-size: 115px;
}
.awards.detail .frost-shelley {
  background: url(/img/fern-frost-shelley.svg) no-repeat top;
  background-size: 127px;
}
.awards.detail .awards-submenu {
  border-top: 1px solid #C0B088;
  border-bottom: 1px solid #C0B088;
}
.awards.detail .awards-submenu a {
  color: #736237;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "soleil", sans-serif;
  font-size: 0.8125rem;
}
.awards.detail .member-cta p {
  font-size: 0.875rem;
}
.awards.detail .member-cta .btn {
  display: inline-block;
  margin: 1rem auto 0;
  padding: 0.75rem 1.5rem;
}
.awards.detail .past-winners {
  padding: 2rem 0;
  background-color: #FBF9F2;
  margin: 0;
}
.awards.detail .past-winners h2 {
  margin-bottom: 1.5rem;
}
.awards.detail .past-winners .year {
  margin-bottom: 0.25rem;
}
.awards.detail .past-winners .btn {
  margin-top: 1rem;
}
.awards.detail .past-winners .medium-4 {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
}
.awards.detail .winner-wrapper {
  border-bottom: #DFD7C2 1px solid;
  height: 100%;
}
.awards.detail .winner-wrapper h3 {
  margin-bottom: 0.25rem;
}
.awards.detail .winner-wrapper .winner p {
  font-size: 1.375rem;
}
.awards.detail .winner-wrapper .finalist {
  margin-bottom: 0;
}
.awards.detail .winner-wrapper .finalist h4 {
  font-size: 0.875rem;
  color: #787878;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 0.2rem;
}
.awards.detail .largeWinnerSection h2 {
  color: #787878;
  margin-bottom: 0.2rem;
}
.awards.detail .largeWinnerSection h3 {
  margin-bottom: 0;
  font-size: 2rem;
}
.awards.detail .largeWinnerSection .author {
  font-size: 2rem;
}
.awards.detail .chapbookWinnerSection h2 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
.awards.detail .chapbookWinnerSection h3 {
  font-size: 1rem;
}
.awards.detail .chapbookWinnerSection .subtitle {
  margin-bottom: 2rem;
}
.awards.detail .chapbookWinnerSection .subtitle, .awards.detail .chapbookWinnerSection .selectedBy {
  font-size: 0.875rem;
  font-family: "soleil", sans-serif;
  color: #2D2929;
}
.awards.detail .chapbookWinnerSection h4 {
  color: #5C5C5C;
  font-weight: 400;
  text-transform: none;
  font-size: 1.375rem;
  font-family: "essonnes-text", serif;
  letter-spacing: 0;
}
.awards.detail .chapbookWinnerSection h4 span {
  display: block;
  color: #060606;
}
.awards.detail .past-chapbook .year {
  color: #787878;
  font-size: 2rem;
}
.awards.detail .past-chapbook .btn {
  max-width: 200px;
  margin: 0 auto;
}
.awards.detail .past-chapbook h3 {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  color: #5C5C5C;
  font-weight: 400;
  text-transform: none;
  font-size: 1.375rem;
  font-family: "essonnes-text", serif;
  letter-spacing: 0;
}
.awards.detail .past-chapbook h3 span {
  display: block;
  color: #060606;
}
.awards.detail .past-chapbook .selectedBy {
  font-size: 0.875rem;
  font-family: "soleil", sans-serif;
  color: #2D2929;
}
.awards.detail .frost-medalists .img-wrapper {
  margin-bottom: 1rem;
}
.awards.detail .frost-medalists .gray-upper {
  margin-bottom: 0.25rem;
}
.awards.detail .frost-medalists .winner-name {
  font-size: 1.125rem;
}
.awards.detail .one-entry .btn {
  max-width: 200px;
}
.awards.detail .other-awards {
  padding: 3rem 0 2rem;
}
.awards.detail .other-awards .tan-upper {
  font-size: 1rem;
  margin-bottom: 0.75rem;
  letter-spacing: 1.14px;
}
.awards.detail .other-awards hr {
  margin-bottom: 4rem;
  border-bottom: 1px solid #DFD7C2;
}
.awards.detail .other-awards p {
  font-size: 0.875rem;
}
.awards.detail .other-awards .middle {
  border-right: 1px solid #DFD7C2;
  border-left: 1px solid #DFD7C2;
}
.awards.detail .other-awards .item-wrapper {
  margin: -1rem auto 0;
}
.awards.detail .other-awards .btn {
  margin: 0 auto;
  max-width: 150px;
}
.awards.detail .awards-body p, .awards.detail .awards-body li, .awards.detail .awards-body ol, .awards.detail .awards-body blockquote {
  font-family: "soleil", sans-serif;
  font-size: 0.875rem;
}
.awards.detail .awards-body li {
  margin-bottom: 0.5rem;
}
.awards.detail .awards-body p {
  margin-bottom: 0.25rem;
}
.awards.detail .awards-body a, .awards.detail .awards-body a:visited {
  color: #736237;
}
.awards.detail .awards-body blockquote, .awards.detail .awards-body blockquote p {
  color: #2D2929;
}
.awards.detail .awards-body a:hover {
  color: #736237;
  text-decoration: underline;
}
.awards.detail .awards-body .gray-subtitle {
  font-family: "essonnes-text", serif;
  font-size: 1.375rem;
  color: #787878;
}
.awards.detail .awards-body .black-serif-title {
  color: #060606;
  font-family: "essonnes-text", serif;
  margin-bottom: 0.25rem;
  font-size: 1.375rem;
}
.awards.detail .awards-body .tan-upper {
  margin-bottom: 0.5rem;
}
.awards.detail .awards-body .small-tan-hr {
  border-bottom: 2px solid #928052;
  width: 50px;
  margin-left: 0;
}
.awards.detail .awards-body .two-col-block {
  margin-bottom: 2.5rem;
}
.awards.detail .awards-body .green-callout {
  border-bottom: 2px solid #928052;
  border-top: 2px solid #928052;
  text-align: center;
}
.awards.detail .awards-body .green-callout .text-wrapper {
  background-color: #EEFAF1;
  background-size: cover;
  padding: 2rem;
  margin: 0.5rem;
}
.awards.detail .awards-body .green-callout h3 {
  text-align: center;
  font-size: 1.375rem;
}
.awards.detail .awards-body .green-callout .btn {
  display: inline-block;
  margin: 1rem auto 0;
  padding: 0.75rem 1rem;
}

/*************************
  AWARD WINNERS
**************************/
.award-winners.awards .white-bg {
  padding: 3rem 0 0;
}
.award-winners.awards .white-bg2 {
  padding: 0 0 3rem;
}
.award-winners.awards .white-bg2 hr {
  margin-top: 0;
}
.award-winners.awards .breadcrumb {
  z-index: 15;
  position: relative;
}
.award-winners.awards .intro p {
  color: #736237;
  text-transform: uppercase;
  font-size: 1.5rem;
  letter-spacing: 1.3px;
  padding: 0;
  margin-bottom: 0;
}
.award-winners.awards .intro h1 {
  text-transform: none;
  color: #0a0a0a;
  font-size: 3.375rem;
  margin-bottom: 2rem;
}
.award-winners.awards .gray-bg {
  padding-bottom: 0;
}
.award-winners.awards .award-winner-submenu {
  display: grid;
  display: -ms-grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
.award-winners.awards .award-winner-submenu a {
  border-bottom: 1px solid #C0B088;
  border-top: 1px solid #C0B088;
  color: #736237;
  text-transform: uppercase;
  letter-spacing: 0.93px;
  font-size: 0.8125rem;
  font-weight: 600;
  text-align: center;
  padding: 1rem 0;
  font-family: "soleil", sans-serif;
}
.award-winners.awards .award-winner-submenu .selected {
  background-color: #EEFAF1;
}
.award-winners.awards .extra {
  height: 100px;
}
.award-winners.awards h2 {
  margin-bottom: 1rem;
  color: #736237;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 1.3px;
}
.award-winners.awards h2.tan-upper {
  font-size: 0.8125rem;
  text-transform: uppercase;
  font-weight: 600;
}
.award-winners.awards h2.year-big {
  margin-bottom: 1rem;
  color: #736237;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  font-family: "essonnes-display", serif;
}
.award-winners.awards h3 {
  margin-bottom: 0.5rem;
}
.award-winners.awards h4 {
  color: #787878;
  font-size: 0.875rem;
  text-transform: none;
}
.award-winners.awards p {
  font-size: 1rem;
}
.award-winners.awards .winner {
  font-size: 1.375rem;
}
.award-winners.awards .individual-awards {
  margin-bottom: 2rem;
  position: relative;
}
.award-winners.awards .individual-awards .border {
  border-bottom: 1px solid #DFD7C2;
  position: absolute;
  width: 90%;
  height: 10px;
  bottom: 0;
}
.award-winners.awards .individual-awards .entry {
  padding-bottom: 1rem;
}
.award-winners.awards .category-wrapper h3 {
  padding-bottom: 0rem;
}
.award-winners.awards .category-wrapper .entry {
  margin-bottom: 1rem;
  height: 100%;
}
.award-winners.awards .category-wrapper .entry p {
  color: #5C5C5C;
}
.award-winners.awards .category-wrapper .individual-awards {
  margin-bottom: 0;
}
.award-winners.awards .category-wrapper .individual-awards .entry {
  padding-bottom: 1rem;
}
.award-winners.awards .category-wrapper .individual-awards .medium-4 {
  margin-bottom: 2rem;
  position: relative;
}
.award-winners.awards .category-wrapper .individual-awards .medium-4 .border {
  border-bottom: 1px solid #DFD7C2;
  position: absolute;
  width: 90%;
  height: 10px;
  bottom: 0;
}
.award-winners.awards .chapbookTitle {
  font-size: 1.375rem;
}
.award-winners.awards .chapbook-winners {
  position: relative;
  z-index: 17;
}
.award-winners.awards .chapbook-winners h2 {
  font-size: 2rem;
  color: #2D2929;
  margin-bottom: 1rem;
}
.award-winners.awards .chapbook-winners .past {
  padding: 2rem 0 3rem 0;
}
.award-winners.awards .chapbook-winners .past .img-wrapper {
  margin-bottom: 1rem;
}
.award-winners.awards .chapbook-winners .past h3 {
  color: #060606;
  font-size: 1.125rem;
}
.award-winners.awards .chapbook-winners .past .selectedBy {
  font-size: 0.875rem;
}
.award-winners.awards .chapbook-winners .item-wrapper {
  margin-bottom: 2rem;
}
.award-winners.awards .chapbook-winners .item-wrapper h3 {
  font-size: 1.375rem;
}
.award-winners.awards .chapbook-winners .item-wrapper h3 span {
  display: block;
}
.award-winners.awards .chapbook-winners .yellow-section {
  padding: 0rem 0 0rem 7rem;
}
.award-winners.awards .chapbook-winners .recent {
  padding: 3rem 0 2rem;
}
.award-winners.awards .chapbook-winners .row-wrap:first {
  border-bottom: 1px solid #DFD7C2;
}
.award-winners.awards .entry a {
  color: #060606;
}
.award-winners.awards .entry span {
  font-size: 1.375rem;
}
.award-winners.awards .entry .poem {
  margin-bottom: 0;
}
.award-winners.awards .entry .person {
  color: #060606;
  font-size: 1.375rem;
}
.award-winners.awards .entry .person span {
  font-family: "essonnes-text", serif;
  font-size: 1.375rem;
  color: #787878;
}
.award-winners.awards .entry .finalist, .award-winners.awards .entry .finalist span {
  font-family: "essonnes-text", serif;
  font-size: 1rem;
  color: #060606;
}
.award-winners.awards .entry .finalist {
  margin-bottom: 0.25rem;
}
.award-winners.awards .chapbookTitle {
  font-family: "essonnes-text", serif;
  color: #787878;
  display: block;
}
.award-winners.awards .judge-selected p {
  font-family: "soleil", sans-serif;
  font-size: 0.875rem;
  margin-top: 1rem;
  color: #2D2929;
}
.award-winners.awards .cat-entry .person {
  color: #060606;
  font-size: 1.125rem;
}
.award-winners.awards .cat-entry .person span {
  color: #060606;
  font-size: 1.125rem;
}
.award-winners.awards .outer-wrapper {
  border-bottom: 1px solid #DFD7C2;
  margin-bottom: 2rem;
}
.award-winners.awards .small-item-wrapper {
  margin-bottom: 2rem;
}
.award-winners.awards .cols-wrapper .year-num {
  font-family: "soleil", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.1rem;
}

.winners-select {
  text-align: center;
  padding: 0.75rem 0;
  border-bottom: 1px solid #C0B088;
  margin-bottom: 0.75rem;
}
.winners-select .current-wrapper {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding-right: 1.5rem;
}
.winners-select .current-wrapper .current-item {
  color: #2D2929;
  font-size: 2rem;
  font-family: "essonnes-display", serif;
}
.winners-select .current-wrapper svg {
  position: absolute;
  right: 0px;
  top: 50%;
  transition: 0s all;
}
.winners-select .current-wrapper.On svg {
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.winners-select .menu-wrapper {
  position: relative;
}
.winners-select .menu-wrap {
  display: none;
  position: absolute;
  z-index: 99999;
  top: 0;
  width: 250px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
  background-color: #FBF9F2;
  border-top: 1px solid #C0B088;
  box-shadow: 0 16px 12px 0 rgba(7, 7, 7, 0.12);
}
.winners-select .menu-wrap .year {
  color: #2D2929;
  font-family: "essonnes-text", serif;
  font-size: 1rem;
  cursor: pointer;
}

.name-list .winners-select {
  position: relative;
  background-color: #fefefe;
  margin: 0 7rem 0rem 0;
  padding: 1rem 0 1rem 7rem;
  z-index: 20;
  background-color: #fefefe;
  border-bottom: 0px;
}
.name-list .list-wrapper {
  padding-top: 1rem;
  border-top: 1px solid #C0B088;
}
.name-list .chapbook-winners .list-wrapper {
  padding-top: 0rem;
  border-top: 0px solid transparent;
}

.award-winners .white-bg .name-list hr {
  margin-top: 0;
}
.award-winners .white-bg .name-list h2 {
  margin-bottom: 0.25rem;
  font-size: 1rem;
}

.yellow-section {
  position: relative;
  z-index: 16;
  background-color: #FBF9F2;
  padding: 0;
  margin: 0;
}

.white-bg2 {
  position: relative;
  padding: 3rem 0;
  z-index: 17;
  background-color: #fefefe;
}

.winner-detail .gray-bg {
  padding-bottom: 0;
}
.winner-detail .intro-section {
  z-index: 9;
  position: relative;
}
.winner-detail .awards-pattern {
  z-index: 1;
}
.winner-detail .social-wrapper {
  position: relative;
  margin-bottom: 1rem;
}
.winner-detail .social-wrapper .social-icon {
  display: inline-block;
  padding: 0 0.5rem;
}
.winner-detail .citations p {
  font-family: "soleil", sans-serif;
  font-size: 0.875rem;
}
.winner-detail .judge {
  font-size: 1.375rem;
}
.winner-detail .social-share-wrapper a {
  padding-right: 1rem;
}
.winner-detail .yellow-section {
  background-color: #FBF9F2;
  padding: 0rem 0 0 7rem;
}
.winner-detail .finalists h3 {
  margin-bottom: 0.5rem;
}
.winner-detail .poem {
  padding-top: 2rem;
}
.winner-detail .poem h3 {
  padding-bottom: 1.5rem;
}
.winner-detail .poem-block {
  font-family: "essonnes-text", serif;
}
.winner-detail .mainEntry .img-wrapper {
  height: 225px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1rem;
}
.winner-detail .mainEntry .img-wrapper img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}
.winner-detail .mainEntry .finalist {
  margin-bottom: 0;
}
.winner-detail .past-winners {
  margin: 0 7rem 0 0;
}
.winner-detail .past-winners h3 {
  font-size: 1.375rem;
  margin-bottom: 2rem;
}
.winner-detail .past-winners .gray-upper {
  margin-bottom: 0.25rem;
}
.winner-detail .past-winners a {
  margin-bottom: 2rem;
  text-decoration: underline;
  color: #2D2929;
}
.winner-detail .past-winners a:hover {
  color: #2e2929;
}
.winner-detail .people-content p {
  font-family: "soleil", sans-serif;
  font-size: 0.875rem;
}
.winner-detail .white-bg2 {
  padding-top: 2rem;
  padding-bottom: 7rem;
}
.winner-detail .white-bg2 p {
  float: left;
  padding-right: 1rem;
  margin-top: 10px;
}
.winner-detail .white-bg2 .btn-wrapper {
  display: inline-block;
  min-width: 200px;
}
.winner-detail .white-bg2 .btn {
  margin-left: 0;
  max-width: 200px;
}
.winner-detail .more-frost .frost-list {
  margin-bottom: 1.5rem;
}
.winner-detail .more-frost h3 {
  font-size: 1.375rem;
}
.winner-detail .more-frost .gray-upper {
  margin-bottom: 0.5rem;
}
.winner-detail .more-frost h4 {
  text-transform: none;
  font-family: "essonnes-text", serif;
  font-size: 1.125rem;
  color: #0a0a0a;
  font-weight: 500;
}
.winner-detail .more-frost h4.selected {
  text-decoration: underline;
}
.winner-detail .more-frost .img-wrapper {
  height: 170px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1rem;
  background-color: gainsboro;
}
.winner-detail .more-frost .img-wrapper img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}
.winner-detail .year-item {
  margin-bottom: 2rem;
}
.winner-detail .see-all .btn {
  max-width: 200px;
  margin: 1rem auto 1rem;
}

/*************************
  PEOPLE
**************************/
.people.detail h1 {
  font-size: 2.5rem;
}
.people.detail .related-section {
  padding-top: 0;
}
.people.detail .related-section .list {
  padding-top: 1.5rem;
}
.people.detail .related-section .tan-hr {
  border-bottom: 1px solid #DFD7C2;
  width: 100%;
}
.people.detail .related-section h3 {
  letter-spacing: 1.14px;
  font-size: 1rem;
  margin-bottom: 2rem;
}
.people.detail .related-section .poems .published {
  color: #736237;
  font-family: "soleil", sans-serif;
  font-size: 0.8125rem;
  text-transform: uppercase;
  font-weight: 600;
}
.people.detail .related-section .poems p {
  color: #736237;
  font-family: "soleil", sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0;
}
.people.detail .related-section .poems p a {
  font-size: 1.375rem;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  font-weight: 400;
  color: #2D2929;
  text-transform: none;
  font-family: "essonnes-text", serif;
  display: block;
}
.people.detail .related-section .poems p a:hover {
  color: #2D2929;
}
.people.detail .related-section .articles h4 {
  text-transform: none;
  font-family: "essonnes-text", serif;
  font-weight: 400;
  font-size: 1.375rem;
}
.people.detail .related-section .articles h4 a {
  color: #060606;
}
.people.detail .related-section .articles .excerpt p {
  font-family: "soleil", sans-serif;
  font-size: 0.875rem;
  color: #2D2929;
}
.people.detail .related-section .articles .brown-link {
  font-size: 0.875rem;
  margin-bottom: 2rem;
}
.people.detail .related-section .chapbooks .author {
  margin-bottom: 0;
  font-family: "soleil", sans-serif;
  font-size: 0.875rem;
  color: #2D2929;
}
.people.detail .related-section .chapbooks h4 {
  margin-bottom: 0.25rem;
  text-transform: none;
  font-family: "essonnes-text", serif;
  font-weight: 400;
  font-size: 1.375rem;
  color: #060606;
}
.people.detail .related-section .chapbooks .img-wrapper {
  margin-bottom: 1rem;
}
.people.detail .related-section .chapbooks .brown-link {
  font-size: 0.875rem;
}

/*************************
  SUPPORT US
**************************/
.support .intro-section h1 {
  color: #736237;
}
.support .intro-section h2, .support .intro-section p {
  color: #0a0a0a;
}
.support .intro-section h2 {
  font-size: 3.375rem;
}
.support .intro-section p {
  padding-bottom: 0.5rem;
  padding-top: 0rem;
}
.support .intro-section img {
  padding-bottom: 2rem;
}
.support .item-wrapper .btn {
  margin: 0 auto;
}
.support .white-bg .btn {
  max-width: 190px;
  width: 100%;
  line-height: 1.2;
}
.support .white-bg .brown-link {
  margin-top: 1rem;
}
.support .gray-bg {
  padding-bottom: 0;
}
.support .award-cat-listing .item-wrapper {
  padding: 0 1rem 0rem;
}
.support .award-cat-listing h2 {
  text-transform: uppercase;
  color: #736237;
  font-family: "essonnes-text", serif;
  font-size: 1.5rem;
}

.awards.detail .award-detail-intro p a {
  color: #736237;
  text-decoration: underline;
}
.awards.detail .award-detail-intro h1 {
  font-size: 2.5rem;
  padding-top: 1rem;
}

.errors, .error-list {
  color: red;
  font-family: "soleil", sans-serif;
  font-size: 0.875rem;
}
.errors span, .error-list span {
  color: red;
  font-family: "soleil", sans-serif;
  font-size: 0.875rem;
}

/* google pay jun 2021 */
.google-pay .other-amount-wrapper {
  display: none;
}
.google-pay .error {
  display: none;
}
.google-pay .instructions {
  margin-bottom: 5px;
  font-size: 0.875rem;
}
.google-pay .dollar {
  padding-right: 10px;
  padding-left: 1rem;
}
.google-pay .cents {
  margin-left: 5px;
  margin-top: 5px;
}
.google-pay .dollar,
.google-pay .cents {
  color: #787878;
  margin-top: 5px;
  font-family: "soleil", sans-serif;
  font-size: 1.375rem;
}

.support.membership .intro-section h1 {
  color: #0a0a0a;
  font-size: 3.375rem;
  text-transform: none;
}
.support.membership .intro-section p {
  color: #736237;
  font-size: 1.5rem;
  text-transform: uppercase;
}
.support.membership .price {
  padding: 0 1rem 1rem 1rem;
  font-size: 1.5625rem;
  font-family: "essonnes-display", serif;
}
.support.membership .price p {
  margin: 1rem 0;
  font-family: "essonnes-display", serif;
}
.support.membership .price span {
  font-size: 2rem;
}
.support.membership .price hr {
  margin: 0 auto 0.5rem;
}
.support.membership .all-benefits {
  padding: 0 1rem 1rem 1rem;
}
.support.membership .all-benefits p {
  font-family: "soleil", sans-serif;
  color: #736237;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.5rem;
  margin-top: -17px;
}
.support.membership .all-benefits hr {
  margin: 0 auto;
}
.support.membership .membership-types .card {
  margin: 1rem;
}
.support.membership .membership-types .card .btn {
  margin: 0 auto;
}
.support.membership .membership-types .title-wrapper {
  padding: 0.5rem 1rem;
}
.support.membership .membership-types .title-wrapper h2 {
  text-align: center;
  text-transform: uppercase;
  color: #fefefe;
  font-family: "soleil", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0;
}
.support.membership .membership-types .general .title-wrapper {
  background-color: #A8A8A8;
}
.support.membership .membership-types .general .disclaimer {
  margin-bottom: 0;
}
.support.membership .membership-types .supporter .title-wrapper {
  background-color: #5C5C5C;
}
.support.membership .membership-types .sustainer .title-wrapper {
  background-color: #4A4A4A;
}
.support.membership .membership-types .patron .title-wrapper {
  background-color: #A29062;
}
.support.membership .membership-types .second-century-friend .title-wrapper {
  background-color: #8E7F59;
}
.support.membership .membership-types .second-century-angel .title-wrapper {
  background-color: #736237;
}
.support.membership .membership-types .card {
  background-color: #F5F5F5;
}
.support.membership .membership-types .patron,
.support.membership .membership-types .second-century-friend,
.support.membership .membership-types .second-century-angel {
  background-color: #F9F4E7;
}
.support.membership .membership-types .item-wrapper {
  position: relative;
  margin-bottom: 0.5rem;
}
.support.membership .membership-types .item-wrapper .item {
  color: #5C5C5C;
  font-family: "soleil", sans-serif;
  margin-left: 2rem;
  font-size: 0.875rem;
}
.support.membership .membership-types .item-wrapper .checkmark {
  position: absolute;
  left: 0;
  top: 4px;
}
.support.membership .membership-types .membership-list {
  padding: 0 1rem 1rem 1rem;
}
.support.membership .membership-types .btn-wrapper {
  text-align: center;
  padding: 1rem;
}
.support.membership .membership-types .disclaimer {
  text-align: center;
  font-family: "soleil", sans-serif;
  font-style: italic;
  font-size: 0.75rem;
  font-weight: 300;
  color: #787878;
  padding: 0.5rem 0 1rem;
}
.support.membership .membership-types .student {
  padding-top: 1rem;
  background-color: #E1E6E7;
}
.support.membership .membership-types .student p {
  font-family: "soleil", sans-serif;
  font-size: 0.75rem;
  color: #787878;
  text-align: center;
  margin-bottom: 0rem;
}
.support.membership .membership-types .student p span {
  text-transform: uppercase;
  letter-spacing: 1.14px;
  font-size: 1rem;
  font-weight: 600;
  color: #736237;
  display: block;
}
.support.membership .membership-types .general .btn-wrapper,
.support.membership .membership-types .student .btn-wrapper {
  margin-top: 0rem;
}
.support.membership .membership-types .circle-member {
  margin-top: 1rem;
  background-color: #FBF3EE;
  padding-bottom: 0rem;
}
.support.membership .membership-types .circle-member hr {
  border-bottom: 1px solid #DFD7C2;
}
.support.membership .membership-types .circle-member .circle-title {
  width: 300px;
  text-align: center;
  margin: 0 auto 0.75rem;
  display: block;
  background-color: #E36554;
  padding: 0.5rem 0;
}
.support.membership .membership-types .circle-member .circle-title h2 {
  color: #F5F5F5;
  font-weight: 600;
  font-family: "soleil", sans-serif;
  text-transform: uppercase;
  font-size: 1rem;
  margin-bottom: 0;
}
.support.membership .membership-types .circle-member .membership-list .item {
  font-size: 0.875rem;
}
.support.membership .membership-types .circle-member .disclaimer {
  margin-top: 0.5rem;
}
.support.membership .membership-types .circle-member .price p {
  margin: 0.5rem 0;
}
.support.membership .membership-types .circle-member .circle-intro p {
  font-family: "soleil", sans-serif;
  font-size: 0.875rem;
}
.support.membership .link-circle {
  color: #736237;
  font-family: "soleil", sans-serif;
  font-weight: 600;
}

.support.detail .white-bg h2 {
  color: #0a0a0a;
  font-size: 2rem;
  text-transform: none;
}
.support.detail .white-bg .label {
  font-weight: 600;
  color: #787878;
  font-size: 0.8125rem;
  letter-spacing: 0.93px;
  font-family: "soleil", sans-serif;
  text-transform: uppercase;
}
.support.detail .white-bg .no-gift {
  margin-bottom: 2rem;
  margin-top: 1rem;
}
.support.detail .white-bg .no-gift p {
  margin-bottom: 5px;
}
.support.detail .white-bg .no-gift label {
  display: inline-block;
  margin-right: 1rem;
  font-family: "soleil", sans-serif;
}
.support.detail .white-bg .btn-wrapper {
  margin-top: 1rem;
}
.support.detail .white-bg select {
  font-family: "soleil", sans-serif;
  -webkit-appearance: none;
  border: 1px solid #736237;
  margin-top: 0.25rem;
}
.support.detail .white-bg select:focus {
  box-shadow: none;
}
.support.detail .white-bg input[type=text] {
  border: 1px solid #736237;
  box-shadow: none;
  -webkit-appearance: none;
}
.support.detail .white-bg .radio-wrapper {
  display: inline-block;
}
.support.detail .white-bg .radio-wrapper input {
  margin-right: 0.5rem;
  border: 1px solid #736237;
}
.support.detail .white-bg .radio-wrapper .first {
  margin-right: 2rem;
}
.support.detail .white-bg .radio-wrapper span {
  font-size: 0.875rem;
  font-family: "soleil", sans-serif;
}

.support.member-details .white-bg .price {
  padding-left: 0;
}
.support.member-details .white-bg .btn-wrapper .btn {
  width: 100%;
  margin: 0;
}
.support.member-details .pay-by-check {
  margin-top: 2rem;
}
.support.member-details .pay-by-check p {
  font-family: "soleil", sans-serif;
}
.support.member-details .pay-by-check p a {
  color: #2D2929;
  text-decoration: underline;
}
.support.member-details .pay-by-check p a:hover {
  color: #736237;
}

.support.account .white-bg .btn {
  width: 100%;
  margin: 0;
}

.support.checkout .address-review p {
  font-family: "soleil", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
}
.support.checkout .address-review .address-wrapper {
  background-color: #F5F5F5;
  padding: 1rem 1rem;
}
.support.checkout .address-review .brown-link {
  font-size: 0.875rem;
  margin-bottom: 2rem;
  margin-top: 0.5rem;
}
.support.checkout .order-review {
  margin-bottom: 1rem;
}
.support.checkout .order-review th {
  color: #787878;
  padding-bottom: 0.5rem;
}
.support.checkout .order-review .item-detail p {
  font-size: 1.375rem;
}
.support.checkout .order-review .title-wrap {
  width: 60%;
}
.support.checkout .order-review .category-wrap {
  width: 20%;
}
.support.checkout .order-review .quantity {
  width: 10%;
}
.support.checkout .order-review .price-td {
  color: #787878;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "soleil", sans-serif;
}
.support.checkout .stripe-charge-form {
  width: auto;
}
.support.checkout .gift label {
  color: #787878;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "soleil", sans-serif;
}
.support.checkout #giftNote {
  border: 1px solid #736237;
}
.support.checkout .paymentForm button[type=submit],
.support.checkout .paymentForm button[type=submit]:visited,
.support.checkout .paymentForm button[type=submit]:active {
  position: relative;
  width: 100%;
  margin: 2rem 0;
  max-width: 200px;
  font-family: "soleil", sans-serif;
  text-align: center;
  cursor: pointer;
  display: block;
  position: relative;
  color: #736237;
  font-weight: 600;
  z-index: 1;
  padding: 0.75rem 0;
  transition: 0.2s all;
}
.support.checkout .paymentForm button[type=submit]::before {
  background-color: transparent;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  padding: 0.75rem 0;
  border: 1px solid #736237;
}
.support.checkout .paymentForm button[type=submit]::after {
  padding: 0.75rem 0;
  background-color: #FEE4D5;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0.3rem;
  left: 0.3rem;
  z-index: -1;
}
.support.checkout .paymentForm button[type=submit]:hover {
  padding: 0.75rem 0;
  color: #fefefe;
  font-weight: 600;
  z-index: 7;
  background-color: #A29062;
  transform-style: preserve-3d;
}
.support.checkout .paymentForm button[type=submit]:hover::after {
  padding: 0.75rem 0;
  background-color: #FEE4D5;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0.3rem;
  left: 0.3rem;
  z-index: -1;
  transform: translateZ(-1px);
}
.support.checkout .grid .item {
  width: 50%;
  float: left;
}
.support.checkout .grid .card-holder-first-name {
  width: 97%;
}

.support.donate .intro {
  padding-bottom: 7rem;
}
.support.donate .intro .small-sans {
  text-transform: none;
  font-size: 0.875rem;
  color: #060606;
  letter-spacing: 0;
}
.support.donate .StripeElement {
  border: 1px solid #736237;
  margin-bottom: 1rem;
  border-radius: 0px;
}
.support.donate .enupal-stripe-button,
.support.donate .enupal-stripe-button span {
  background-image: none;
  border-radius: 0;
  box-shadow: none;
}
.support.donate .enupal-stripe-button {
  margin: 0;
  overflow: visible;
}
.support.donate .enupal-stripe-button span {
  background: none;
  height: auto;
  padding: 0;
  color: #736237;
  font-family: "soleil", sans-serif;
  text-shadow: none;
}
.support.donate .enupal-stripe-button:hover span {
  color: #fefefe;
}
.support.donate .enupal-stripe-form-elements .fields {
  display: none;
}
.support.donate #card-errors-59637 {
  color: red;
  margin-bottom: 1rem;
}
.support.donate .white-bg input[type=text],
.support.donate .white-bg input[type=email],
.support.donate .white-bg input[type=number] {
  border: 1px solid #736237;
  box-shadow: none;
  -webkit-appearance: none;
  display: block;
  width: 100%;
  margin: 0 0 1rem;
  padding: 0.5rem;
}
.support.donate .white-bg input[type=radio] {
  margin-right: 0.5rem;
}
.support.donate .white-bg label {
  font-family: "soleil", sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #787878;
  text-transform: uppercase;
  letter-spacing: 0.93px;
  padding-bottom: 0.25rem;
}
.support.donate .white-bg .radio-wrapper span {
  font-family: "soleil", sans-serif;
  font-size: 0.875rem;
  margin-right: 1rem;
}
.support.donate .white-bg select {
  margin-top: 0;
}
.support.donate .white-bg .other,
.support.donate .white-bg .error {
  display: none;
}
.support.donate .white-bg .error p {
  font-family: "soleil", sans-serif;
  color: red;
}
.support.donate .loading,
.support.donate .form-wrap {
  display: none;
}
.support.donate .continue {
  margin-top: 1rem;
}
.support.donate .enupal-stripe-form-elements .tab {
  padding-top: 0;
  padding-bottom: 0rem;
  margin: 0;
}
.support.donate .enupal-input-icon i {
  display: none;
}
.support.donate .donation-custom-one-time input[type=number] {
  float: left;
}
.support.donate .edit {
  display: block;
  font-weight: 600;
  font-family: "soleil", sans-serif;
  color: #736237;
  text-decoration: underline;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.donation-review h2 {
  letter-spacing: 0 !important;
}
.donation-review .gray-bg {
  padding: 1.5rem 1rem 1rem;
}
.donation-review .label {
  margin-bottom: 0;
}
.donation-review .value {
  font-size: 1.375rem;
}
.donation-review .value .amount {
  font-family: "essonnes-display", serif;
}

/*************************
  POEMS
**************************/
.poem.index .featured-poem h2 {
  font-size: 1.5rem;
  color: #736237;
  letter-spacing: 1.3px;
}
.poem.index .featured-poem .btn-wrapper .btn {
  max-width: 150px;
  margin: 0 auto;
}
.poem.index .featured-poem .text-wrapper {
  position: relative;
  z-index: 1;
}
.poem.index .featured-poem .published {
  color: #736237;
  font-family: "soleil", sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}
.poem.index .poem-section {
  padding-bottom: 0;
}
.poem.index .search .input-wrapper {
  margin: 2rem 0;
}
.poem.index .list .poems .published {
  color: #736237;
  font-family: "soleil", sans-serif;
  font-size: 0.8125rem;
  text-transform: uppercase;
  font-weight: 600;
}
.poem.index .list .poems p {
  color: #736237;
  font-family: "soleil", sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0;
}
.poem.index .list .poems p a {
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  font-weight: 400;
  color: #2D2929;
  text-transform: none;
  font-family: "essonnes-text", serif;
  display: block;
}
.poem.index .list .poems p a:hover {
  color: #2D2929;
  text-decoration: underline;
}
.poem.index .list .poems a .entry-title p {
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  font-weight: 400;
  color: #2D2929;
  text-transform: none;
  font-family: "essonnes-text", serif;
  display: block;
}
.poem.index .list .poems a .entry-title p:hover {
  color: #2D2929;
  text-decoration: underline;
}

.poem.index.search .white-bg {
  margin: -6rem 7rem 0 0;
}

.poem.detail .poem-section {
  padding-bottom: 0;
}
.poem.detail h1 {
  font-size: 2.5rem;
  color: #060606;
  text-transform: none;
  margin-bottom: 2rem;
}
.poem.detail .published {
  color: #787878;
  font-family: "soleil", sans-serif;
  font-size: 0.8125rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.93px;
}
.poem.detail .intro-detail h2 {
  font-size: 1.5rem;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  color: #736237;
}
.poem.detail .author {
  font-size: 1rem;
  letter-spacing: 1.14px;
}
.poem.detail .share-icons {
  margin-bottom: 2rem;
}
.poem.detail .share-icons .gray-upper {
  margin-bottom: 0.5rem;
}
.poem.detail .share-icons a {
  padding-right: 1rem;
}
.poem.detail .share-icons svg path {
  fill: #736237;
}

/*************************
  SEARCH RESULTS
**************************/
.search .input-wrapper {
  position: relative;
}
.search .input-wrapper button {
  position: absolute;
  right: 7px;
  bottom: 7px;
}
.search .input-wrapper input {
  font-size: 1.75rem;
  color: #A8A8A8;
  box-shadow: none;
  border: none;
  font-family: "essonnes-text", serif;
  border-bottom: 1px solid #C4C4C4;
  padding: 0 0 0.25rem 0;
  margin-bottom: 0.25rem;
}
.search .white-bg .result-count {
  font-family: "soleil", sans-serif;
  font-size: 0.75rem;
  color: #4A4A4A;
}
.search .search-result .count {
  font-size: 2rem;
  line-height: 1;
  color: #0a0a0a;
  font-family: "essonnes-text", serif;
  margin-bottom: 0.5rem;
}
.search .search-result .tan-upper {
  margin-bottom: 0.5rem;
}
.search .search-result hr {
  margin: 0 auto;
  width: 55px;
  border-bottom: #736237 2px solid;
}
.search .search-result h2 {
  font-size: 1.375rem;
  line-height: 1.3;
}

/*************************
  CONTACT US
**************************/
.contact .intro {
  background-color: #E1E6E7;
}
.contact .intro p {
  font-size: 1.125rem;
  padding-top: 1rem;
}

.contact {
  background-color: #F5F5F5;
}
.contact .white-bg {
  padding: 2rem 0;
}
.contact .contact-form {
  padding-bottom: 6rem;
}
.contact .contact-form .btn {
  max-width: 225px;
  width: 100%;
  font-size: 0.875rem;
}
.contact .contact-form label {
  font-family: "soleil", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #2D2929;
  padding-bottom: 0.25rem;
}
.contact .contact-form input, .contact .contact-form textarea {
  border: 1px solid #DFD7C2;
  box-shadow: none;
}
.contact .contact-form textarea {
  resize: none;
}
.contact .contact-form .is-invalid-input {
  border: 1px solid #cc4b37;
}
.contact .sidebar h3 {
  font-size: 1.375rem;
  margin-bottom: 0.5rem;
}
.contact .sidebar p {
  font-family: "soleil", sans-serif;
  font-size: 0.875rem;
  color: #787878;
}
.contact .sidebar p a {
  color: #736237;
  font-weight: 600;
}
.contact .sidebar .map-wrapper {
  margin-bottom: 1.5rem;
}
.contact .sidebar .social a {
  padding-right: 0.5rem;
}

.map-wrapper {
  max-width: 220px;
  max-height: 220px;
}
.map-wrapper #map {
  width: 220px;
  height: 220px;
}

/*************************
  EVENTS
**************************/
.events .top-section {
  position: relative;
  z-index: 99;
}
.events .card {
  max-width: 300px;
}
.events .events-item, .events .card,
.events .events-item .text-wrapper {
  height: auto;
}
.events .featured-event {
  display: block;
  padding: 3rem 0;
  margin: 1rem 0;
}
.events .featured-event ~ .featured-event {
  display: none;
}
.events .content .events-intro .featured-tan-upper {
  font-size: 1rem;
}
.events .content .events-intro img {
  margin: 0 auto;
  display: block;
}
.events .content .events-intro h2 {
  text-align: left;
  line-height: 1.3;
}
.events .content .events-intro .btn {
  width: 160px;
}
.events .events-listing {
  background-color: #F5F5F5;
  padding-top: 0;
  margin-bottom: 0;
  margin-top: 0;
}
.events .events-listing .columns {
  margin-bottom: 2rem;
}
.events .events-listing h4 {
  margin: 2rem 0;
}
.events .events-listing .img-wrapper {
  background-color: gainsboro;
  max-height: 225px;
  min-height: 210px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.events .events-listing .img-wrapper img {
  display: block;
}
.events .address-title {
  font-size: 0.8125rem;
  color: #787878;
  font-weight: 600;
  font-family: "soleil", sans-serif;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
}
.events .address-p {
  font-family: "essonnes-display", serif;
}
.events .button-row .cell {
  margin: 1.5rem auto 1rem;
}

.event-entry {
  margin-bottom: 2rem;
}
.event-entry h3 {
  padding-bottom: 2rem;
}

.calendar-wrapper {
  position: relative;
  height: 57px;
  margin-bottom: 1rem;
}
.calendar-wrapper .tan-upper {
  font-size: 0.8125rem !important;
  line-height: 1.4;
}

.calendar {
  background: url(/img/events-pink_cal_bg.svg) no-repeat left;
  background-color: transparent;
  background-size: cover;
  width: 50px;
  height: 57px;
  float: left;
  margin-right: 1rem;
}
.calendar span {
  text-align: center;
  color: #736237;
  width: 100%;
  display: block;
}
.calendar .day {
  font-family: "essonnes-display", serif;
  font-size: 1.375rem;
  letter-spacing: 1.57px;
}
.calendar .month {
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: 600;
  font-family: "soleil", sans-serif;
}

.events-detail .content h1 {
  text-align: left;
  line-height: 1.3;
  color: #2D2929;
  font-size: 2.5rem;
  text-transform: none;
}
.events-detail .content .white-bg {
  padding: 3rem 0;
}
.events-detail .content .share-icons p {
  margin-bottom: 0.5rem;
}
.events-detail .content .share-icons a {
  padding-right: 1.5rem;
}
.events-detail .content .share-icons svg path {
  fill: #736237;
}
.events-detail .content .events-intro {
  padding-bottom: 0;
}
.events-detail .content .events-intro h2 {
  text-align: center;
  text-transform: uppercase;
  color: #736237;
  font-size: 1.5rem;
}
.events-detail .content article p, .events-detail .content article li {
  font-family: "soleil", sans-serif;
  font-size: 0.875rem;
}
.events-detail .content article a {
  color: #736237;
  text-decoration: underline;
}
.events-detail .content .button-row {
  margin-top: 0;
  padding-top: 0;
  background-color: #F5F5F5;
  padding-bottom: 3rem;
  margin-bottom: 0;
}
.events-detail .content .button-row .cell {
  margin: 0.25rem auto 1rem;
}

.past-events .card,
.events.category .card {
  margin-bottom: 2rem;
}

.events.category .intro {
  padding-top: 0;
}
.events.category .intro h1 {
  font-size: 3.375rem;
  text-transform: none;
  color: #2D2929;
  margin: 0.5rem 0;
}
.events.category .intro .header {
  font-size: 1.5rem;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  color: #736237;
}
.events.category .listing {
  padding-bottom: 2rem;
}
.events.category .events-listing {
  background-color: #F5F5F5;
  padding-top: 0;
  margin-bottom: 0;
}
.events.category .events-listing .columns {
  margin-bottom: 2rem;
}
.events.category .events-listing h4 {
  margin: 2rem 0;
}
.events.category .events-listing .img-wrapper {
  background-color: gainsboro;
  max-height: 225px;
  min-height: 225px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.events.category .events-listing .img-wrapper img {
  display: block;
}

/*************************
  ABOUT
**************************/
.yellow-arc {
  position: relative;
  background-color: #FAEFB2;
}

.subnav-wrap {
  padding: 1rem 0;
}
.subnav-wrap a {
  font-size: 0.8125rem;
  margin: 0 1rem;
}
.subnav-wrap a:visited,
.subnav-wrap a:focus {
  color: #736237;
}
.subnav-wrap .mobile-subnav {
  display: none;
}
.subnav-wrap .mobile-subnav .select-wrap {
  border-top: 1px solid #736237;
  border-bottom: 1px solid #736237;
  padding: 0.5rem 0;
  margin: 0 1rem;
}
.subnav-wrap .mobile-subnav .select-wrap select {
  color: #736237;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 0.8125rem;
  font-family: "soleil", sans-serif;
  border: 0px solid transparent;
  max-width: 200px;
  padding-left: 4rem;
  background-color: transparent;
}

.about.index .intro h2 {
  font-size: 3.375rem;
  color: #2D2929;
  letter-spacing: 0.5px;
  text-transform: none;
}

.newsletter-signup .p-med {
  font-size: 1.375rem;
}
.newsletter-signup .inner-form .email {
  border: 1px solid #DFD7C2;
}
.newsletter-signup .inner-form label {
  font-family: "soleil", sans-serif;
}
.newsletter-signup .btn {
  width: 100%;
}
.newsletter-signup #mce-success-response {
  font-family: "soleil", sans-serif;
}

.about .borders {
  border-right: 1px solid #DFD7C2;
  border-left: 1px solid #DFD7C2;
}
.about .about-listing {
  padding-top: 3rem;
}
.about .about-listing h3 {
  color: #736237;
  font-size: 1.5rem;
}
.about .about-listing .medium-4 {
  padding: 2rem 1rem;
}
.about .about-listing .medium-4 .btn {
  padding: 0.75rem 3rem;
  display: inline-block;
}
.about .about-listing .small-sans {
  padding: 0 2rem;
}
.about .about-listing hr {
  padding-top: 0rem;
  margin-bottom: 1rem;
  border: none;
  border-bottom: 1px solid #DFD7C2;
}
.about .contact-bar {
  text-align: center;
  padding: 0;
  margin: 0.5rem 0;
}
.about .contact-bar .btn {
  margin: 0 auto;
}
.about .contact-bar h3 {
  color: #736237;
}
.about .contact-bar .contact-row {
  padding: 2rem 0;
  background-color: #FAEFB2;
}
.about .contact-bar .btn {
  margin-top: 1rem;
}
.about .contact-hr hr {
  margin: 0;
  width: 100%;
}

.about-detail .gray-bg {
  padding-bottom: 0;
}
.about-detail .listing {
  padding-top: 0;
}

.about-detail .text-wrapper,
.support.detail .text-wrapper,
.awards.detail .text-wrapper {
  position: relative;
  z-index: 15;
}

.mission h3 {
  color: #736237;
  text-transform: uppercase;
  font-size: 1.5rem;
  letter-spacing: 1.3px;
  margin-bottom: 2rem;
}
.mission .gray-bg {
  padding-bottom: 0;
}
.mission .timeline-row .line {
  background: url(/img/gold-line.svg);
  background-color: transparent;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: 50% 0;
  position: relative;
}
.mission .timeline-row .line svg {
  position: absolute;
  top: 8px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
.mission .timeline-row p {
  font-family: "soleil", sans-serif;
  font-size: 0.875rem;
}
.mission .timeline-row .num {
  font-weight: 600;
  font-size: 1rem;
  color: #787878;
  text-transform: uppercase;
}

.resources .white-bg hr {
  border-bottom: #DFD7C2 1px solid;
}
.resources .intro-p {
  font-size: 1.375rem;
}
.resources h3 {
  text-transform: none;
  color: #060606;
}
.resources .letter-title {
  color: #787878;
  font-weight: 600;
  font-family: "soleil", sans-serif;
  margin-top: 1rem;
}
.resources .letter-list ul {
  margin-left: 0rem;
  list-style-type: none;
}
.resources .letter-list ul li {
  display: inline-block;
  padding-right: 7px;
}
.resources .letter-list ul li a {
  color: #736237;
  font-weight: 600;
  font-family: "soleil", sans-serif;
}
.resources .resource-categories {
  margin-left: 0rem;
  list-style-type: none;
}
.resources .resource-categories li {
  margin-bottom: 1rem;
}
.resources .resource-categories li button {
  text-align: left;
  color: #736237;
  font-weight: 600;
  letter-spacing: 1.14px;
  text-transform: uppercase;
  line-height: 1.2;
  font-family: "soleil", sans-serif;
}
.resources .resource-categories li button.active,
.resources .resource-categories li button:hover {
  text-decoration: underline;
}
.resources .panel a, .resources .panel a:visited {
  color: #736237;
  font-weight: 600;
  font-size: 0.875rem;
}
.resources .panel a:hover {
  text-decoration: underline;
}

.funders .gray-bg h3 {
  font-size: 1.375rem;
  margin-bottom: 2rem;
}
.funders .list {
  margin-top: 1rem;
  margin-bottom: 3rem;
}
.funders .list h4 {
  font-size: 0.8125rem;
}
.funders .list ul {
  list-style-type: none;
  margin-left: 0;
}
.funders .list li {
  font-family: "essonnes-text", serif;
  font-size: 1rem;
}

.funders .white-bg,
.staff .white-bg,
.mission .white-bg,
.poetry-in-motion .white-bg,
.awards .white-bg,
.support .white-bg,
.listen .white-bg,
.programs.detail .white-bg,
.poem.detail .white-bg,
.poem.index .white-bg {
  position: relative;
  padding: 3rem 0;
}

.intro {
  padding-top: 2rem;
}

.poetry-in-motion-section {
  padding-bottom: 3rem;
}
.poetry-in-motion-section .btn {
  margin-bottom: 1rem;
}

.programs .card-wrapper {
  margin-top: 2rem;
}
.programs .card-wrapper .card {
  margin-bottom: 3rem;
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fefefe;
  -webkit-box-shadow: 0 9px 12px 0 rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 9px 12px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 9px 12px 0 rgba(0, 0, 0, 0.07);
}
.programs .card-wrapper .card .img-wrapper img {
  margin: 0 auto;
  display: block;
}
.programs .card-wrapper .card h2 {
  text-transform: none;
  font-size: 2.5rem;
  color: #060606;
}
.programs .card-wrapper .card .btn {
  max-width: 200px;
  margin-bottom: 2rem;
}
.programs .card-wrapper .card p a {
  color: #2D2929;
  text-decoration: underline;
}
.programs .card-wrapper .card:hover {
  -webkit-box-shadow: 0px 9px 12px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 9px 12px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 9px 12px 0px rgba(0, 0, 0, 0.3);
}

.programs.detail .gray-bg {
  padding-bottom: 0;
}
.programs.detail .img-wrapper {
  margin-bottom: 1rem;
}
.programs.detail .img-wrapper img {
  display: block;
  margin: 0 auto;
}
.programs.detail .body p {
  font-family: "soleil", sans-serif;
  font-size: 0.875rem;
}
.programs.detail .body img {
  margin-bottom: 0.5rem;
}

.staff .social-share-wrapper p {
  font-size: 0.75rem;
  color: #787878;
}
.staff .list-item {
  padding: 1rem 0;
}
.staff .list-item .tan-upper {
  color: #787878;
}
.staff .list-item h3 {
  margin-bottom: 0.5rem;
}
.staff .bio {
  font-size: 0.875rem;
}
.staff .bio a, .staff .bio a:visited {
  color: #2D2929;
  text-decoration: underline;
}
.staff .bio a:hover {
  color: #736237;
}
.staff .lightyellow-bg {
  background-color: #FFF9D9;
  position: relative;
  z-index: 15;
  margin: 0rem 7rem 0 0;
  padding: 3rem 0 6rem 7rem;
  -webkit-box-shadow: 0px 9px 12px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 9px 12px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 9px 12px 0px rgba(0, 0, 0, 0.1);
}
.staff .board-section h4 {
  margin-bottom: 3rem;
}
.staff .board-section .tan-upper {
  color: #787878;
  margin-bottom: 0.25rem;
}
.staff .board-section .header {
  font-size: 0.875rem;
  margin-bottom: 1rem;
}
.staff .board-section ul {
  margin-left: 0;
  list-style-type: none;
}
.staff .board-section ul li {
  font-family: "essonnes-text", serif;
  font-size: 1rem;
}

.news .intro {
  padding-bottom: 1rem;
}
.news .intro .intro-p {
  color: #736237;
  text-transform: uppercase;
  font-size: 1.5rem;
  letter-spacing: 1.3px;
  padding: 0;
  margin-bottom: 0;
}
.news .white-bg {
  position: relative;
  z-index: 15;
  padding: 2rem 0;
  -webkit-box-shadow: 0px 9px 12px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 9px 12px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 9px 12px 0px rgba(0, 0, 0, 0.1);
}
.news h3 {
  line-height: 1.2;
}
.news .byline {
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 1.14px;
  font-weight: 600;
  color: #787878;
  font-family: "soleil", sans-serif;
}
.news .brown-link {
  font-size: 0.875rem;
}
.news .category-listing h2 {
  font-size: 1.375rem;
  margin-bottom: 1rem;
}
.news .category-listing ul {
  margin-left: 0;
  list-style-type: none;
}
.news .category-listing li {
  padding-bottom: 0.5rem;
}
.news .category-listing a {
  color: #736237;
  text-transform: uppercase;
  letter-spacing: 1.14px;
  font-weight: 600;
  font-size: 1rem;
  font-family: "soleil", sans-serif;
}

.listing {
  padding-top: 3rem;
}

.news-detail h1 {
  font-size: 2.5rem;
}
.news-detail .detail-img {
  margin-bottom: 1rem;
}
.news-detail .grid-wrapper {
  display: grid;
  margin-bottom: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(10px, 1fr));
}
.news-detail .img-wrapper {
  padding: 0.5rem;
}
.news-detail .byline {
  color: #736237;
  margin-bottom: 0.25rem;
}
.news-detail .date {
  color: #787878;
  font-family: "soleil", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.8125rem;
}
.news-detail .news-excerpt {
  font-size: 1.125rem;
}
.news-detail .tags {
  margin-bottom: 1rem;
  font-size: 0.875rem;
  color: #787878;
}
.news-detail .tags a {
  color: #787878;
  font-family: "soleil", sans-serif;
  font-size: 0.875rem;
}
.news-detail .social-wrapper {
  position: relative;
  margin-bottom: 1rem;
}
.news-detail .social-wrapper .social-icon {
  display: inline-block;
  padding: 0 0.5rem;
}
.news-detail .news-body p {
  font-size: 0.875rem;
  font-family: "soleil", sans-serif;
}

.news-listing h4 {
  margin: 1rem 0 2rem;
}
.news-listing h5, .news-listing h3 {
  font-family: "essonnes-text", serif;
  font-size: 1.375rem;
  line-height: 1.23;
  margin-bottom: 0.5rem;
}
.news-listing .text-wrapper {
  text-align: left;
}
.news-listing .date {
  margin-bottom: 0;
  color: #787878;
  font-family: "soleil", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.8125rem;
}
.news-listing .byline {
  color: #787878;
  font-family: "soleil", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.8125rem;
}
.news-listing .date, .news-listing .byline {
  letter-spacing: 0.93px;
}
.news-listing .block {
  margin-bottom: 3rem;
}
.news-listing .detail-img {
  margin-bottom: 0.5rem;
  min-height: 215px;
  background-color: #FFF9D9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-height: 215px;
}
.news-listing .detail-img img {
  max-height: 215px;
}

/*************************
  LISTEN
**************************/
.listen .listen-pattern {
  padding-bottom: 9rem;
}
.listen .gray-bg {
  padding-bottom: 0;
}
.listen .featured {
  z-index: 10;
  position: relative;
}
.listen .featured h2 {
  font-size: 2.5rem;
}
.listen .featured .img-wrapper {
  position: relative;
}
.listen .featured .btn-wrapper {
  display: inline-block;
  position: relative;
  max-width: 200px;
  width: 100%;
}
.listen .featured .btn-wrapper .btn {
  max-width: 250px;
  text-transform: uppercase;
  font-size: 0.875rem;
}
.listen .featured .btn-wrapper .svg {
  position: absolute;
  left: 33px;
  top: 13px;
}
.listen .button-listen {
  margin: 2rem auto;
  display: block;
}
.listen .white-bg .menu-wrapper {
  margin-top: 1rem;
}
.listen .white-bg .menu {
  display: grid;
  display: -ms-grid;
  -ms-grid-columns: 1fr 1fr 1fr 1.2fr;
  grid-template-columns: 1fr 1fr 1fr 1.2fr;
}
.listen .white-bg .menu button {
  border-bottom: 1px solid #C0B088;
  border-top: 1px solid #C0B088;
  color: #736237;
  text-transform: uppercase;
  letter-spacing: 0.93px;
  font-size: 0.8125rem;
  font-weight: 600;
  text-align: center;
  padding: 1rem 0;
  font-family: "soleil", sans-serif;
}
.listen .white-bg .menu .selected {
  background-color: #E7F7FF;
}
.listen .panel {
  display: none;
}
.listen .panel.show {
  display: block;
}
.listen .item-wrapper {
  padding: 2rem 0;
  border-bottom: 1px solid #C0B088;
}
.listen .load-button {
  margin-top: 2rem;
}
.listen .listen-item h3 {
  font-size: 1.375rem;
  margin-bottom: 0.15rem;
}
.listen .listen-item .gray-upper {
  margin-bottom: 0.25rem;
}
.listen .listen-item .img-wrapper {
  margin-bottom: 0rem;
  position: relative;
}
.listen .listen-item .description p {
  font-family: "soleil", sans-serif;
  color: #787878;
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
}
.listen .listen-item .brown-link-wrapper {
  display: inline-block;
  text-transform: uppercase;
  position: relative;
}
.listen .listen-item .brown-link-wrapper .svg {
  position: absolute;
  left: 0;
  top: 6px;
}
.listen .listen-item .brown-link-wrapper .brown-link {
  margin-left: 24px;
  font-size: 0.875rem;
}
.listen .time-stamp-wrapper {
  position: absolute;
  left: 0;
  top: 0;
}
.listen .time-stamp-wrapper .time-stamp {
  background-color: #fefefe;
  color: #736237;
  text-align: center;
  width: 100px;
  height: 30px;
  padding-top: 4px;
  font-family: "soleil", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.93px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.listen.detail .listen-pattern {
  position: relative;
  z-index: 9;
  padding-bottom: 5rem;
}
.listen.detail .intro, .listen.detail .breadcrumb {
  position: relative;
  z-index: 10;
}
.listen.detail h1 {
  font-size: 2.5rem;
  color: #0a0a0a;
  text-transform: none;
  margin-bottom: 1rem;
}
.listen.detail .social-wrapper {
  position: relative;
  margin-bottom: 1rem;
}
.listen.detail .social-wrapper .social-icon {
  display: inline-block;
  padding: 0 0.5rem;
}
.listen.detail .media-wrapper {
  margin-bottom: 1rem;
}
.listen.detail .contributors {
  font-size: 1rem;
}
.listen.detail .all-audio {
  margin-top: 3rem;
}

/*************************
  404
**************************/
.error-page .gray-bg .intro-p {
  margin: 2rem 0;
  font-size: 1.375rem;
}
.error-page .gray-bg .intro-p a {
  text-decoration: underline;
  color: #736237;
}
.error-page .gray-bg .selected-feature {
  text-decoration: none;
  margin-bottom: 2rem;
}
.error-page .gray-bg .selected-feature h2, .error-page .gray-bg .selected-feature a h2 {
  text-decoration: none;
  font-size: 2rem;
}
.error-page .gray-bg .selected-feature .excerpt p {
  text-decoration: none;
}

/*************************
  MEDIA QUERIES
**************************/
@media only screen and (min-width: 1400px) {
  .header-container .nav-wrapper .icon {
    padding-right: 3rem;
  }
  .main-features .main {
    padding-left: 0;
  }
  .header-container {
    position: relative;
  }
  .main-nav {
    position: absolute;
    bottom: 11px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
  }
}
@media only screen and (max-width: 1330px) {
  .header-container .nav-wrapper .nav-link {
    margin-right: 1rem;
  }
}
@media only screen and (max-width: 1250px) {
  .header-container .nav-wrapper {
    padding-right: 0.5rem;
  }
  .homepage .main h1 {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 1199px) {
  .header-container .nav-wrapper {
    height: 90px;
  }
  .header-container .nav-wrapper ul .nav-more {
    display: inline-block;
  }
  .header-container .nav-wrapper ul .nav-more .listen-li, .header-container .nav-wrapper ul .nav-more .shop-li {
    display: inline-block;
  }
  .header-container .nav-wrapper ul .listen-outer, .header-container .nav-wrapper ul .shop-outer {
    display: none;
  }
}
@media only screen and (max-width: 1100px) {
  .mobile-awards-menu-wrapper {
    display: block;
  }
  .annual-awards-menu-wrapper {
    display: none;
  }
  .mobile-awards-menu select {
    font-family: "soleil", sans-serif;
  }
}
@media only screen and (max-width: 1020px) {
  .header-container {
    -ms-grid-columns: 170px 6fr;
    grid-template-columns: 170px 6fr;
  }
  .header-container .search-col {
    flex-grow: 0;
  }
  .header-container .bottom-nav {
    justify-content: flex-end;
  }
  .homepage .main-features {
    padding: 2rem 0 0 0;
  }
  .homepage .sidebar {
    max-height: 630px;
  }
}
@media only screen and (max-width: 1000px) {
  .header-container .nav-wrapper .nav-link {
    font-size: 0.875rem;
  }
  .events .content .events-intro .tan-upper {
    margin-top: 1rem;
  }
  .events .content .events-intro .white-bg {
    margin: 2rem 0 0 0;
    padding: 3rem 1rem;
  }
  .footer-nav {
    display: none;
  }
  .footer .newsletter {
    padding: 1rem;
  }
  .footer .newsletter .medium-4, .footer .newsletter .medium-8 {
    width: 100%;
  }
  .footer .newsletter .grid-x {
    border-bottom: 0px;
  }
  .footer .newsletter input {
    height: 50px;
    font-size: 1.875rem;
    line-height: 1;
    border-bottom: 1px solid gray;
    margin-bottom: 1rem;
  }
  .footer .newsletter ::-webkit-input-placeholder {
    color: #A8A8A8;
    font-size: 1.875rem;
    font-family: "essonnes-text", serif;
    line-height: 1.4;
  }
  .footer .newsletter ::-moz-placeholder {
    color: #A8A8A8;
    font-size: 1.875rem;
    font-family: "essonnes-text", serif;
    line-height: 1.4;
  }
  .footer .newsletter :-ms-input-placeholder {
    color: #A8A8A8;
    font-size: 1.875rem;
    font-family: "essonnes-text", serif;
    line-height: 1.4;
  }
  .footer .newsletter :-moz-placeholder {
    color: #A8A8A8;
    font-size: 1.875rem;
    font-family: "essonnes-text", serif;
    line-height: 1.4;
  }
  .footer-wrapper .button-wrapper {
    width: 100%;
    text-align: center;
  }
  .footer-wrapper .button-wrapper .btn {
    width: 170px;
    margin-right: 10px;
    display: inline-block;
  }
  .footer-wrapper .logos {
    width: 100%;
    margin-top: 1rem;
    text-align: center;
  }
  .footer-wrapper .logos .img-wrapper {
    float: none;
    display: inline-block;
  }
  .footer-wrapper .social-links {
    border-right: 0px;
    text-align: right;
    padding-right: 1rem;
  }
  .footer-wrapper .hide-small {
    display: none;
  }
  .show-small {
    display: block;
    border-right: 0px;
  }
  .hide-small,
  .hide-mobile {
    display: none;
  }
  .show-mobile {
    display: block;
  }
}
@media only screen and (max-width: 900px) {
  .poems-essays .pe-listing {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .copyright {
    padding: 0 1rem;
  }
  .homepage .sidebar {
    max-height: 575px;
  }
  .homepage .sidebar .img-wrapper {
    margin-bottom: 0.5rem;
  }
  .homepage .secondary-features h3 {
    font-size: 1.75rem;
  }
  .homepage .secondary-features .card {
    max-width: 418px;
    margin: 0 auto;
  }
  .header-container {
    -ms-grid-columns: 182px 6fr 75px;
    grid-template-columns: 182px 6fr 75px;
  }
  .header-container .bottom-nav,
  .header-container .utility-nav {
    display: none;
  }
  .hamburger-wrapper, .hamburger-menu {
    display: block;
  }
  .funders .white-bg .num, .funders .white-bg2 .num,
  .staff .white-bg .num,
  .staff .white-bg2 .num,
  .mission .white-bg .num,
  .mission .white-bg2 .num,
  .awards .white-bg .num,
  .awards .white-bg2 .num,
  .support .white-bg .num,
  .support .white-bg2 .num,
  .poetry-in-motion .white-bg .num,
  .poetry-in-motion .white-bg2 .num,
  .awards.detail .white-bg .num,
  .awards.detail .white-bg2 .num,
  .award-winners .white-bg .num,
  .award-winners .white-bg2 .num,
  .listen.detail .poem.index .white-bg .num,
  .listen.detail .poem.index .white-bg2 .num,
  .poem.detail .poem-section .white-bg .num,
  .poem.detail .poem-section .white-bg2 .num {
    margin-bottom: 0.25rem;
  }
  .awards.detail .yellow-section {
    margin: 0 1rem 0 0;
    padding: 0 0 0 1rem;
  }
  .award-winners.index .white-bg2 {
    margin: 0rem 1rem 0 0;
  }
  .award-winners.index .gray-bg .white-bg {
    padding: 3rem 0 0rem 0;
  }
  .homepage .main {
    display: block;
  }
  .homepage .main h1 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 850px) {
  .poems-essays .listing .card .text-wrap,
  .programs .listing .card .text-wrap {
    padding: 1rem;
  }
}
@media only screen and (max-width: 800px) {
  .homepage .features-section {
    padding-bottom: 0;
  }
  .homepage .features-section .btn {
    max-width: 250px;
    margin: 2.5rem auto 0;
  }
  .homepage .support-us-bar {
    padding: 1rem 0;
    margin: 1rem 0;
  }
  .homepage .support-us-bar .btn {
    margin-bottom: 5px;
    margin-top: 5px;
  }
  .homepage .poem-section .white-bg {
    margin: 0 2rem;
  }
  .homepage .sidebar {
    max-height: 530px;
  }
  .pink-wavy::after {
    background-color: #FEE4D5;
  }
  .features-detail .poem-section .medium-8 {
    width: 100%;
  }
  .features-detail .cat-listing .medium-offset-1 {
    margin-left: 0;
  }
  .mission .line {
    display: none;
  }
  .mission .timeline-row .num {
    text-align: left;
  }
}
@media only screen and (max-width: 770px) {
  .poetry-in-motion.category .white-bg {
    margin: 0rem 0 0 0;
    padding: 3rem 0 6rem 0rem;
  }
  .poetry-in-motion.category .listing .img-wrapper {
    max-height: none;
    height: auto;
  }
  .poetry-in-motion.category .pim-pattern {
    margin-bottom: 0;
    padding-bottom: 1rem;
  }
  .poetry-in-motion.category .intro {
    padding-bottom: 0;
  }
  .poetry-in-motion.category .gray-bg {
    margin-top: 0;
  }
  .header-container .nav-wrapper ul .nav-second-hide {
    display: none;
  }
}
@media only screen and (max-width: 700px) {
  .homepage .main-features .faded-scroll {
    display: none;
  }
  .homepage .sidebar {
    margin-top: 2rem;
    display: flex;
    max-height: unset;
    overflow-y: hidden;
    overflow-x: scroll;
  }
  .homepage .main-img .play-btn {
    bottom: 0;
  }
  .homepage .main-img .play-btn svg {
    width: 160px;
  }
  .homepage .sidebar-card {
    max-width: 200px;
    min-width: 200px;
    margin-right: 1rem;
    margin-bottom: 2rem;
  }
  .homepage .sidebar-card hr {
    display: none;
  }
  .winner-detail .mainEntry h2 {
    font-size: 2rem;
  }
  .winner-detail .mainEntry .img-wrapper {
    margin-top: 1rem;
  }
  .breadcrumb {
    z-index: 1;
    position: relative;
  }
  .award-winners.index .white-bg2 {
    margin: 0;
    padding-top: 1rem;
  }
  .name-list .winners-select {
    margin: 0 auto;
    padding: 1rem;
  }
  .listen .time-stamp-wrapper {
    top: 1rem;
  }
  .register-wrapper {
    margin-bottom: 2.5rem;
  }
  .your-cart .quantity-select,
  .checkout .quantity-select {
    min-width: 45px;
  }
  .your-cart .type-col, .your-cart .category-wrap,
  .checkout .type-col,
  .checkout .category-wrap {
    display: none;
  }
  .your-cart .item .title-wrap,
  .checkout .item .title-wrap {
    min-width: 125px;
    width: 40%;
  }
  .your-cart .item .item-detail .item-title,
  .checkout .item .item-detail .item-title {
    font-size: 1.125rem;
  }
  .your-cart .item .remove-wrapper,
  .checkout .item .remove-wrapper {
    padding-right: 0rem;
  }
  .your-cart .item .quantity,
  .checkout .item .quantity {
    padding-right: 0.2rem;
  }
  .your-cart .shipping-price-wrapper,
  .checkout .shipping-price-wrapper {
    text-align: right;
  }
  .your-cart .scroll-cart,
  .checkout .scroll-cart {
    overflow-x: auto;
  }
  .your-cart .continue,
  .checkout .continue {
    margin-bottom: 1rem;
  }
  .your-cart .empty-cart button,
  .checkout .empty-cart button {
    margin-left: 2rem;
  }
  .your-cart .checkout,
  .checkout .checkout {
    margin-bottom: 4rem;
  }
  .button-articles {
    padding-bottom: 2rem;
  }
  .mobile-pattern {
    height: 50px;
    width: 100%;
    z-index: 12;
    position: relative;
  }
  .mobile-pattern.about {
    margin-top: 1rem;
    background-color: #FAEFB2;
  }
  .mobile-pattern.awards {
    background-color: #C5E7CD;
  }
  .mobile-pattern.features {
    background-color: #F9F4E7;
  }
  .mobile-pattern.listen {
    margin-top: 2rem;
    background-color: #E7F7FF;
  }
  .mobile-pattern.pim {
    margin-top: 1rem;
    margin-bottom: 1rem;
    background-color: #F0F9F6;
  }
  .awards-pattern::after {
    background: none;
    background-color: #C5E7CD;
  }
  .listen-pattern::after {
    background: none;
    background-color: #E7F7FF;
  }
  .listen .listen-pattern {
    padding-bottom: 5rem;
  }
  .pim-pattern::after {
    background: none;
    background-color: transparent;
  }
  .poetry-in-motion.category .pim-pattern,
  .poetry-in-motion.detail .pim-pattern {
    padding-bottom: 0;
  }
  .features-detail .intro-detail {
    padding-bottom: 3rem;
  }
  .features-pattern {
    padding-bottom: 0;
  }
  .features-detail.category .poem-section {
    margin-top: 1rem;
  }
  .features-detail.category .features-pattern {
    padding-bottom: 0rem;
    margin-top: 1rem;
  }
  .features-detail.category .poem-section {
    margin-top: 1rem;
  }
  .funders .intro,
  .staff .intro,
  .mission .intro,
  .programs.detail .intro,
  .support.membership .intro,
  .support.account .intro,
  .news .intro {
    padding-bottom: 5rem;
  }
  .intro {
    padding-bottom: 0;
  }
  .hide-mobile {
    display: none;
  }
  .show-mobile {
    display: block;
  }
  .funders .white-bg, .funders .white-bg2,
  .staff .white-bg,
  .staff .white-bg2,
  .mission .white-bg,
  .mission .white-bg2,
  .awards .white-bg,
  .awards .white-bg2,
  .support .white-bg,
  .support .white-bg2,
  .news .white-bg,
  .news .white-bg2,
  .listen .white-bg,
  .listen .white-bg2,
  .poetry-in-motion .white-bg,
  .poetry-in-motion .white-bg2,
  .awards.detail .white-bg,
  .awards.detail .white-bg2,
  .award-winners .white-bg,
  .award-winners .white-bg2,
  .listen.detail .white-bg,
  .listen.detail .white-bg2,
  .programs.detail .white-bg,
  .programs.detail .white-bg2,
  .poem.index .poem-section .white-bg,
  .poem.index .poem-section .white-bg2,
  .poem.detail .poem-section .white-bg,
  .poem.detail .poem-section .white-bg2 {
    padding: 2rem 0;
  }
  .funders .white-bg .num, .funders .white-bg2 .num,
  .staff .white-bg .num,
  .staff .white-bg2 .num,
  .mission .white-bg .num,
  .mission .white-bg2 .num,
  .awards .white-bg .num,
  .awards .white-bg2 .num,
  .support .white-bg .num,
  .support .white-bg2 .num,
  .news .white-bg .num,
  .news .white-bg2 .num,
  .listen .white-bg .num,
  .listen .white-bg2 .num,
  .poetry-in-motion .white-bg .num,
  .poetry-in-motion .white-bg2 .num,
  .awards.detail .white-bg .num,
  .awards.detail .white-bg2 .num,
  .award-winners .white-bg .num,
  .award-winners .white-bg2 .num,
  .listen.detail .white-bg .num,
  .listen.detail .white-bg2 .num,
  .programs.detail .white-bg .num,
  .programs.detail .white-bg2 .num,
  .poem.index .poem-section .white-bg .num,
  .poem.index .poem-section .white-bg2 .num,
  .poem.detail .poem-section .white-bg .num,
  .poem.detail .poem-section .white-bg2 .num {
    margin-bottom: 0.25rem;
  }
  .awards .white-bg, .support .white-bg {
    margin: 0;
    padding: 1rem 0;
  }
  .award-winners .white-bg2 {
    margin: 0;
  }
  .events .card {
    margin: 0 auto;
  }
  .programs .card {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .store.detail .content-wrapper {
    padding-bottom: 2rem;
  }
  .store.index .img-wrapper {
    margin-bottom: 1rem;
  }
  .store.index .product-listing {
    padding-bottom: 0;
  }
  .store.category .product-listing .item-wrapper,
  .store.detail .product-listing .item-wrapper {
    margin-bottom: 3rem;
  }
  .store.category .product-listing .item-wrapper .img-wrapper img,
  .store.detail .product-listing .item-wrapper .img-wrapper img {
    width: auto;
    display: block;
    margin-left: 0;
    max-height: 260px;
  }
  .store.category .product-listing .single-product .img-wrapper,
  .store.detail .product-listing .single-product .img-wrapper {
    margin-bottom: 1rem;
  }
  .store.category h4 .tan-line,
  .store.detail h4 .tan-line {
    margin: 5px 9px;
  }
  .tan-line {
    width: 30px;
  }
  .yellow-arc::after {
    background: none;
    background-color: #FAEFB2;
  }
  .about .borders {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
  }
  .about .about-listing {
    padding-top: 1rem;
  }
  .about .about-listing hr {
    display: none;
  }
  .about .extend {
    display: none;
  }
  .store .extra .desc-wrapper {
    margin-bottom: 0;
  }
  .awards.detail .awards-pattern {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .awards.detail .gray-bg {
    margin-top: 1rem;
  }
  .awards.detail .intro {
    padding-bottom: 0;
  }
  .awards.detail .registration-block .btn {
    margin-bottom: 1rem;
  }
  .awards.detail .registration-block .medium-4 {
    width: 33.3333333333%;
  }
  .awards.detail .registration-block .number {
    font-size: 1.5rem;
  }
  .awards.detail .registration-block .number, .awards.detail .registration-block h3 {
    margin-bottom: 0.25rem;
  }
  .awards.detail .registration-block .line-wrapper .tan-line {
    display: none;
  }
  .awards.detail h1 {
    font-size: 2rem;
  }
  .awards.detail .green-callout {
    margin-top: 2rem;
  }
  .awards.detail .other-awards hr {
    display: block;
  }
  .awards.detail .other-awards .middle {
    border-right: 0px solid transparent;
    border-left: 0px solid transparent;
  }
  .awards.detail .intro .header-title {
    line-height: 1.1;
    font-size: 2.8125rem;
  }
  .sponsors .grid-wrapper {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .sponsors .grid-wrapper .img-wrapper {
    margin-bottom: 0.5rem;
  }
  .poetry-in-motion .white-bg, .awards.detail .white-bg {
    margin: 0rem 0 0 0;
    padding: 1rem 0 5rem 0rem;
  }
  .poetry-in-motion.category .listing {
    margin-top: 3rem;
  }
  .poetry-in-motion.category .white-bg {
    padding: 3rem 0 6rem 0.6rem;
  }
  .poetry-in-motion.detail .pim-grid {
    -ms-grid-columns: 0.5fr 10fr 0.5fr;
    grid-template-columns: 0.5fr 10fr 0.5fr;
  }
  .poetry-in-motion.detail .arrow-wrap {
    display: block;
  }
  .poetry-in-motion.detail .arrow-wrap .arrow {
    display: none;
  }
  .poetry-in-motion.detail .pim-pattern {
    margin-bottom: 0;
    padding-bottom: 0rem;
  }
  .poetry-in-motion.detail .intro {
    padding-bottom: 0;
  }
  .poetry-in-motion.detail .gray-bg {
    margin-top: 0;
  }
  .poetry-in-motion.detail .intro {
    position: relative;
    z-index: 999;
  }
  .contact .sidebar {
    margin-top: 2rem;
  }
  .contact .map-wrapper {
    max-width: 100%;
    width: 100%;
  }
  .contact .map-wrapper #map {
    width: 100%;
  }
  .features .poem-section .card {
    margin: 1rem 1rem 2rem;
  }
  .features .poem-section .img-wrapper {
    margin-bottom: 1rem;
  }
  .features-detail .features-pattern::after {
    background: none;
  }
  .features-detail .intro-detail h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }
  .features-detail .poem-section .white-bg h4 {
    margin: 0 auto 0.5rem;
  }
  .features-detail .cat-listing h4 .tan-line {
    width: 17%;
    margin: 5px 0.25rem 25px;
  }
  .features-detail .cat-listing h4 .cat-title {
    width: 37%;
    display: inline-block;
  }
  .features-detail .cat-listing .list-item img {
    max-height: 345px;
    margin: 0 auto 0.5rem;
    display: block;
  }
  .features-detail .cat-listing .list-item .medium-4 {
    text-align: center;
  }
  .features-detail.category .features-pattern::after {
    background: none;
  }
  .features-detail.category .dots-line {
    display: none;
  }
  .features-detail.category .intro-detail {
    padding-bottom: 3rem;
    background-color: #F9F4E7;
    padding-top: 1rem;
  }
  .features-detail.category .poem-section {
    margin-top: 2rem;
  }
  .features-detail.category .poem-section .white-bg {
    margin-top: 0;
  }
  .features-detail.category .poem-section .white-bg h4 {
    margin-bottom: 2rem;
  }
  .features-detail.category .poem-section .white-bg .medium-5 {
    margin-bottom: 3rem;
  }
  .awards .award-cat-listing {
    padding: 0;
  }
  .awards .award-cat-listing .border-right {
    border-right: 0px;
  }
  .awards .award-cat-listing hr {
    display: none;
  }
  footer .newsletter {
    width: 100%;
  }
  .footer-wrapper {
    padding: 4rem 0 2rem;
  }
  .footer-wrapper .copyright {
    font-size: 0.75rem;
  }
  .footer-wrapper .logo-wrapper {
    height: 52px;
    width: 139px;
  }
  .footer-wrapper .logos .img-wrapper {
    border-right: 0px;
    width: 32%;
    padding: 0 0.75rem;
  }
  .footer-wrapper .logos .img-wrapper img {
    padding: 0px;
    margin: 0 auto;
  }
  .footer-wrapper .button-wrapper .btn {
    width: 150px;
    padding: 0.5rem;
  }
  .support-us-bar .btn {
    width: 90%;
    margin-bottom: 1rem;
    padding: 0.75rem 0rem;
  }
  .support-us-bar .pattern-short_line {
    padding-top: 2.5rem;
  }
  .poetry-in-motion-section {
    text-align: center;
    padding-bottom: 0 !important;
  }
  .poetry-in-motion-section img {
    margin: 1rem auto;
  }
  .poetry-in-motion-section h2 {
    font-size: 2.25rem;
  }
  .poetry-in-motion-section .intro {
    padding-bottom: 1rem;
  }
  .poetry-in-motion-section .pattern {
    background-color: #F0F9F6;
    background-size: cover;
    padding: 2rem 0;
    width: 100%;
  }
  .poetry-in-motion-section .btn {
    margin: 0 auto 1rem;
  }
  .features-pattern .pattern {
    background: none;
    background-color: #F9F4E7;
    background-size: cover;
    padding-bottom: 2.5rem;
    margin-top: 2rem;
  }
  .features-pattern img {
    display: block;
    margin: 0 auto 1rem;
  }
  .features-pattern::after {
    background: none;
    background-color: #F9F4E7;
  }
  .events-pattern::after {
    background: none;
    background-color: #FEE4D5;
  }
  .homepage section {
    padding: 1rem 0;
  }
  .homepage .features-section h2 {
    font-size: 2rem;
  }
  .homepage .features-section .pattern {
    background: url(/img/pattern-features.png) repeat left;
    background-size: 65%;
  }
  .homepage .pim-pattern .pattern {
    background: url(/img/pattern-teal_diamonds.png) repeat left;
    background-size: 58%;
  }
  .homepage .events-pattern .pattern {
    padding-bottom: 3rem;
    margin-top: 3rem;
    background: url(/img/pattern-events.png) repeat right;
    background-size: 60%;
  }
  .homepage .just-announced.yellow-arc .brown-link {
    margin-bottom: 1rem;
  }
  .homepage .just-announced.yellow-arc h2 {
    font-size: 2rem;
  }
  .homepage .just-announced.yellow-arc h3 {
    font-size: 1.5rem;
  }
  .homepage .just-announced.yellow-arc::after {
    background: none;
    background-color: #FAEFB2;
  }
  .events-section {
    padding-bottom: 0rem !important;
  }
  .events-section .card {
    margin: 0 auto;
  }
  .pink-wavy .pattern {
    margin-top: 2rem;
    background: url(/img/pattern-pink_wavy.png) no-repeat left;
    background-size: cover;
    padding-bottom: 4rem;
  }
  .pink-wavy::after {
    background: none;
    background-color: #FEE4D5;
  }
  .homepage .poem-section .white-bg {
    margin: 0 1rem;
  }
  .listen .featured img {
    padding-top: 1rem;
  }
  .listen .item-wrapper .img-wrapper {
    margin-bottom: 0.5rem;
  }
  .store.account h1,
  .account.index h1 {
    font-size: 2rem;
  }
  .store.account h2,
  .account.index h2 {
    font-size: 1.75rem;
  }
  .store.account h3,
  .account.index h3 {
    font-size: 1.375rem;
  }
  .store.account .small-order-2,
  .account.index .small-order-2 {
    margin-bottom: 1rem;
  }
  .store.account .links-mobile,
  .account.index .links-mobile {
    display: block;
    margin-bottom: 3rem;
  }
  .store.account .control-panel-links,
  .account.index .control-panel-links {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .staff-list img {
    margin-bottom: 1rem;
  }
  .pe-listing {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .subnav-wrap {
    padding: 1rem 0;
  }
  .subnav-wrap a {
    font-size: 0.8125rem;
    margin: 0 1rem;
  }
  .simple-intro .large-text {
    font-size: 2.5rem;
  }
  .simple-intro .subnav-wrap .subnav {
    display: none;
  }
  .simple-intro .subnav-wrap .mobile-subnav {
    display: block;
  }
}
@media only screen and (max-width: 600px) {
  .awards.detail .member-cta .btn {
    margin: 0.5rem auto 1rem;
  }
  .awards.detail .registration-block .btn {
    margin: 0.75rem auto 0;
  }
  .awards.detail .registration-block .medium-4 {
    width: 100%;
    margin-bottom: 1rem;
  }
  .header-container .nav-wrapper .nav-first-hide .btn {
    display: none;
  }
  .header-container .nav-wrapper {
    padding-right: 0;
  }
  .header-container .nav-wrapper .search-panel {
    right: -70px;
    width: 320px;
  }
  .header-container .nav-wrapper .icon .search-icon {
    top: 7px;
  }
  .header-container .nav-wrapper .search-panel .search-wrap .input-wrapper button {
    width: 42px;
    top: -5px;
  }
  .account-icon svg {
    top: -23px;
  }
}
@media only screen and (max-width: 500px) {
  .poems-essays .pe-listing {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 345px) {
  .header-container .nav-wrapper .cart-icon {
    height: 33px;
    width: 33px;
  }
  .header-container .nav-wrapper .icon {
    width: 31px;
    height: 26px;
  }
}
