/** Import everything from autoload */

/**
 * Prefix your imports with `~` to grab from node_modules/
 * @see https://github.com/webpack-contrib/sass-loader#imports
 */

/* stylelint-disable value-list-comma-newline-after */

@font-face {
  font-display: swap;
  font-family: 'Untitled Serif';
  font-style: normal;
  font-weight: 400;
  src: local("UntitledSerif-Regular"), local("Untitled Serif Regular"), local("Untitled Serif"), url(/wp-content/themes/aldf2020/dist/fonts/untitled-serif/UntitledSerifWeb-Regular.woff2) format("woff2"), url(/wp-content/themes/aldf2020/dist/fonts/untitled-serif/UntitledSerifWeb-Regular.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: 'Untitled Serif';
  font-style: italic;
  font-weight: 400;
  src: local("UntitledSerif-RegularItalic"), local("Untitled Serif Regular Italic"), url(/wp-content/themes/aldf2020/dist/fonts/untitled-serif/UntitledSerifWeb-RegularItalic.woff2) format("woff2"), url(/wp-content/themes/aldf2020/dist/fonts/untitled-serif/UntitledSerifWeb-RegularItalic.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: 'Untitled Serif';
  font-style: normal;
  font-weight: 700;
  src: local("UntitledSerif-Bold"), local("Untitled Serif Bold"), url(/wp-content/themes/aldf2020/dist/fonts/untitled-serif/UntitledSerifWeb-Bold.woff2) format("woff2"), url(/wp-content/themes/aldf2020/dist/fonts/untitled-serif/UntitledSerifWeb-Bold.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: 'Untitled Serif';
  font-style: italic;
  font-weight: 700;
  src: local("UntitledSerif-BoldItalic"), local("Untitled Serif Bold Italic"), url(/wp-content/themes/aldf2020/dist/fonts/untitled-serif/UntitledSerifWeb-BoldItalic.woff2) format("woff2"), url(/wp-content/themes/aldf2020/dist/fonts/untitled-serif/UntitledSerifWeb-BoldItalic.woff) format("woff");
}

/* stylelint-enable */

* {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

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

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

[hidden],
template {
  display: none;
}

[aria-busy=true] {
  cursor: progress;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

[tabindex],
a,
area,
button,
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

img {
  border: 0;
  height: auto;
  max-width: 100%;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

embed,
iframe,
object {
  display: block;
  max-width: 100%;
  position: relative;
  z-index: 1;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  line-height: 0;
  position: relative;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

blockquote[type=cite] {
  border: 0;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

ins {
  text-decoration: none;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

a {
  background-color: transparent;
}

a[href^=mailto] {
  word-break: break-all;
  word-break: break-word;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

a > svg,
button > svg {
  pointer-events: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button,
select {
  text-transform: none;
}

button,
input,
select {
  overflow: visible;
}

select::-ms-value {
  color: currentColor;
}

optgroup {
  font-weight: 700;
}

fieldset {
  border: 0;
}

legend {
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  border-radius: 0;
  display: block;
  overflow: auto;
  width: 100%;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

[aria-controls],
[type=button],
[type=reset],
[type=submit],
[type=checkbox],
[type=radio],
button,
label,
select {
  cursor: pointer;
}

[readonly] {
  cursor: text;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=search],
[type=tel],
[type=text],
[type=url],
[type=email],
[type=number],
[type=password] {
  border-radius: 0;
  -webkit-appearance: none;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  border-radius: 0;
}

[type=search]::-webkit-search-decoration,
[type=search]::-webkit-search-results-button,
[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

::-moz-placeholder {
  opacity: 1;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0.5;
    -webkit-transform: translateY(25%);
            transform: translateY(25%);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0.5;
    -webkit-transform: translateY(25%);
            transform: translateY(25%);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

html {
  background-color: #f8f6f3;
  color: #4a3d31;
  font-family: Georgia, Times, Times New Roman, serif;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

html.fonts-loaded {
  font-family: "Untitled Serif", Georgia, Times, Times New Roman, serif, Georgia, Times, Times New Roman, serif;
}

@media all and (max-width: 19.9375em) {
  html {
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }
}

a {
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

a,
a:link,
a:visited,
a:focus,
a:hover,
a:active,
a.nice-select.open {
  text-decoration: none;
}

[data-icon] .icon {
  fill: currentColor;
  display: inline-block;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 150ms ease-in-out;
  transition: -webkit-transform 150ms ease-in-out;
  transition: transform 150ms ease-in-out;
  transition: transform 150ms ease-in-out, -webkit-transform 150ms ease-in-out;
}

[data-icon]:hover .icon,
[data-icon]:active .icon,
.nice-select.open[data-icon] .icon,
[data-whatinput="keyboard"] [data-icon]:focus .icon,
.no-js [data-icon]:focus .icon {
  -webkit-transform: translateX(1px);
          transform: translateX(1px);
}

[data-icon]:hover .icon-download,
[data-icon]:active .icon-download,
.nice-select.open[data-icon] .icon-download,
[data-whatinput="keyboard"] [data-icon]:focus .icon-download,
.no-js [data-icon]:focus .icon-download {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}

.external-icon {
  fill: currentColor;
  margin-left: 0.3125em;
}

svg:not([fill]):not([class]) {
  fill: currentColor;
}

@media all and (min-width: 75em) and (min-height: 56.25em) {
@supports ((position: -webkit-sticky) or (position: sticky)) {
    .js :target:not(a):not(#main):before {
      content: '';
      display: block;
      padding-top: 8.3125rem;
      margin-top: -8.3125rem;
    }
}
}

.ua-ios input,
.ua-ios textarea,
.ua-ios select {
  font-size: 1rem !important;
}

[data-whatinput='mouse'] *:focus,
[data-whatinput='touch'] *:focus {
  outline: none;
}

.bg-image {
  position: relative;
}

picture.bg-image {
  display: block;
}

.bg-image-source {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.no-objectfit .bg-image {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-size: cover;
}

.no-objectfit .bg-image-source {
  display: none;
}

@media all and (max-width: 42.5em) {
  .hide-on-mobile {
    display: none;
  }
}

.bg-default {
  background-color: #f8f6f3;
}

.bg-black {
  background-color: #333 !important;
}

.bg-darkBrown {
  background-color: #4a3d31 !important;
}

.bg-darkOrange {
  background-color: #a85d00 !important;
}

.bg-gray {
  background-color: #979797 !important;
}

.bg-green {
  background-color: #677836 !important;
}

.bg-lightBlue {
  background-color: #cce7e6 !important;
}

.bg-lightGreen {
  background-color: #b8b83d !important;
}

.bg-offWhite {
  background-color: #f8f6f3 !important;
}

.bg-orange {
  background-color: #d47500 !important;
}

.bg-red {
  background-color: #c44303 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-yellow {
  background-color: #e7aa0d !important;
}

.btn {
  background-color: transparent;
  background-image: none;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  text-align: center;
  -webkit-transition: background-color 150ms ease-in-out, border 150ms ease-in-out, color 150ms ease-in-out, -webkit-transform 50ms ease-in-out;
  transition: background-color 150ms ease-in-out, border 150ms ease-in-out, color 150ms ease-in-out, -webkit-transform 50ms ease-in-out;
  transition: background-color 150ms ease-in-out, border 150ms ease-in-out, color 150ms ease-in-out, transform 50ms ease-in-out;
  transition: background-color 150ms ease-in-out, border 150ms ease-in-out, color 150ms ease-in-out, transform 50ms ease-in-out, -webkit-transform 50ms ease-in-out;
}

.btn:active,
.btn.nice-select.open {
  -webkit-transform: scale(0.97);
          transform: scale(0.97);
}

.btn:disabled {
  background-color: #eee !important;
  border-color: #bbb !important;
  color: #666 !important;
  cursor: not-allowed !important;
}

.btn .icon-triangle {
  margin-left: 0.375rem;
}

.btn-border {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: HelveticaNeueHeavy, HelveticaNeue-Heavy, Helvetica Neue Heavy, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  font-weight: 800;
  border: 2px solid currentColor;
  color: #4a3d31;
  font-size: 1rem;
  line-height: 1.2;
  padding: 1.125rem 2.125rem;
  text-transform: uppercase;
}

.btn-border:hover,
.btn-border:active,
.btn-border.nice-select.open,
[data-whatinput="keyboard"] .btn-border:focus,
.no-js .btn-border:focus {
  background-color: #4a3d31;
  border-color: #4a3d31;
  color: #fff;
}

.btn-border-white {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: HelveticaNeueHeavy, HelveticaNeue-Heavy, Helvetica Neue Heavy, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  font-weight: 800;
  border: 2px solid #f8f6f3;
  color: #fff;
  font-size: 1rem;
  line-height: 1.2;
  padding: 1.125rem 2.125rem;
  text-transform: uppercase;
}

.btn-border-white:hover,
.btn-border-white:active,
.btn-border-white.nice-select.open,
[data-whatinput="keyboard"] .btn-border-white:focus,
.no-js .btn-border-white:focus {
  background-color: #f8f6f3;
  border-color: #f8f6f3;
  color: #4a3d31;
}

.btn-solid {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: HelveticaNeueHeavy, HelveticaNeue-Heavy, Helvetica Neue Heavy, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  font-weight: 800;
  background-color: #c44303;
  color: #fff;
  font-size: 1rem;
  padding: 1.125rem 1.25rem;
  text-transform: uppercase;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.btn-solid .icon {
  fill: currentColor;
  margin-left: 0.625rem;
}

.btn-solid:hover,
.btn-solid:active,
.btn-solid.nice-select.open,
[data-whatinput="keyboard"] .btn-solid:focus,
.no-js .btn-solid:focus {
  background-color: #ab3a03;
}

@supports ((-webkit-filter: drop-shadow(0 0 0 #000)) or (filter: drop-shadow(0 0 0 #000))) {
  .btn-solid {
    -webkit-filter: drop-shadow(0 3px 6px rgba(74, 61, 49, 0));
            filter: drop-shadow(0 3px 6px rgba(74, 61, 49, 0));
  }

  .btn-solid:hover,
  .btn-solid:active,
  .btn-solid.nice-select.open,
  [data-whatinput="keyboard"] .btn-solid:focus,
  .no-js .btn-solid:focus {
    -webkit-filter: drop-shadow(0 3px 6px rgba(74, 61, 49, 0.4));
            filter: drop-shadow(0 3px 6px rgba(74, 61, 49, 0.4));
  }
}

.c-default {
  color: #4a3d31;
}

.c-darkBrown {
  color: #4a3d31 !important;
}

.c-darkOrange {
  color: #a85d00 !important;
}

.c-gray {
  color: #767676 !important;
}

.c-green {
  color: #677836 !important;
}

.c-orange {
  color: #b36200 !important;
}

.c-red {
  color: #c44303 !important;
}

[class^='c-'],
[class*=' c-'] {
  fill: currentColor;
}

.f-uppercase {
  text-transform: uppercase;
}

.f-scale-body {
  font-size: 1.0625rem;
}

@media all and (min-width: 22.5em) {
  .f-scale-body {
    font-size: calc(1.25vw + 0.78125rem);
  }
}

@media all and (min-width: 37.5em) {
  .f-scale-body {
    font-size: 1.25rem;
  }
}

.f-sans {
  font-family: HelveticaNeue, Helvetica Neue, HelveticaNeueRoman, HelveticaNeue-Roman, Helvetica Neue Roman, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
}

.f-sans-light {
  font-family: HelveticaNeueLight, HelveticaNeue-Light, Helvetica Neue Light, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  font-weight: 300;
}

.f-sans-medium {
  font-family: HelveticaNeueMedium, HelveticaNeue-Medium, Helvetica Neue Medium, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  font-weight: 500;
}

.f-sans-bold {
  font-family: HelveticaNeueBold, HelveticaNeue-Bold, Helvetica Neue Bold, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  font-weight: 700;
}

.f-untitled-serif {
  font-family: Georgia, Times, Times New Roman, serif;
}

.fonts-loaded .f-untitled-serif {
  font-family: "Untitled Serif", Georgia, Times, Times New Roman, serif, Georgia, Times, Times New Roman, serif;
}

.f-h2.f-h2.f-h2 {
  font-family: HelveticaNeueBold, HelveticaNeue-Bold, Helvetica Neue Bold, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1.2;
  letter-spacing: 0.01667em;
}

@media all and (min-width: 20em) {
  .f-h2.f-h2.f-h2 {
    font-size: calc(1.72414vw + 1.53017rem);
  }
}

@media all and (min-width: 56.25em) {
  .f-h2.f-h2.f-h2 {
    font-size: 2.5rem;
  }
}

.f-h3.f-h3.f-h3 {
  font-size: 1.375rem;
  font-weight: bold;
  letter-spacing: 0.0625rem;
  line-height: 1.24;
}

@media all and (min-width: 20em) {
  .f-h3.f-h3.f-h3 {
    font-size: calc(1.72414vw + 1.03017rem);
  }
}

@media all and (min-width: 56.25em) {
  .f-h3.f-h3.f-h3 {
    font-size: 2rem;
  }
}

.f-h4.f-h4.f-h4 {
  font-size: 1.125rem;
  font-family: HelveticaNeue, Helvetica Neue, HelveticaNeueRoman, HelveticaNeue-Roman, Helvetica Neue Roman, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  font-weight: normal;
  line-height: 1.333;
}

@media all and (min-width: 20em) {
  .f-h4.f-h4.f-h4 {
    font-size: calc(1.72414vw + 0.78017rem);
  }
}

@media all and (min-width: 56.25em) {
  .f-h4.f-h4.f-h4 {
    font-size: 1.75rem;
  }
}

.f-h5.f-h5.f-h5 {
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.0625rem;
  line-height: 1.2;
}

@media all and (min-width: 20em) {
  .f-h5.f-h5.f-h5 {
    font-size: calc(1.03448vw + 0.7931rem);
  }
}

@media all and (min-width: 56.25em) {
  .f-h5.f-h5.f-h5 {
    font-size: 1.375rem;
  }
}

.f-h6.f-h6.f-h6 {
  font-family: HelveticaNeueBold, HelveticaNeue-Bold, Helvetica Neue Bold, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.2;
  text-transform: uppercase;
}

@media all and (min-width: 20em) {
  .f-h6.f-h6.f-h6 {
    font-size: calc(0.34483vw + 0.93103rem);
  }
}

@media all and (min-width: 56.25em) {
  .f-h6.f-h6.f-h6 {
    font-size: 1.125rem;
  }
}

.f-title-sans {
  font-family: HelveticaNeueBold, HelveticaNeue-Bold, Helvetica Neue Bold, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  font-weight: 700;
  font-size: 2.625rem;
  line-height: 3.15rem;
}

@media all and (min-width: 20em) {
  .f-title-sans {
    font-size: calc(2.24138vw + 2.17672rem);
  }
}

@media all and (min-width: 56.25em) {
  .f-title-sans {
    font-size: 3.4375rem;
  }
}

@media all and (min-width: 20em) {
  .f-title-sans {
    line-height: calc(2.21552vw + 2.7069rem);
  }
}

@media all and (min-width: 56.25em) {
  .f-title-sans {
    line-height: 3.95312rem;
  }
}

.f-title-serif {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 2.625rem;
  line-height: 3.15rem;
  font-weight: bold;
  letter-spacing: 0.0625rem;
}

.fonts-loaded .f-title-serif {
  font-family: "Untitled Serif", Georgia, Times, Times New Roman, serif, Georgia, Times, Times New Roman, serif;
}

@media all and (min-width: 20em) {
  .f-title-serif {
    font-size: calc(2.24138vw + 2.17672rem);
  }
}

@media all and (min-width: 56.25em) {
  .f-title-serif {
    font-size: 3.4375rem;
  }
}

@media all and (min-width: 20em) {
  .f-title-serif {
    line-height: calc(2.21552vw + 2.7069rem);
  }
}

@media all and (min-width: 56.25em) {
  .f-title-serif {
    line-height: 3.95312rem;
  }
}

.f-section-header {
  font-family: HelveticaNeueBold, HelveticaNeue-Bold, Helvetica Neue Bold, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  font-weight: 700;
  font-size: 2.3125rem;
  line-height: 2.775rem;
  border-top: 2px solid rgba(74, 61, 49, 0.5);
  margin-bottom: 2.5rem;
  padding-top: 0.6875rem;
}

@media all and (min-width: 20em) {
  .f-section-header {
    font-size: calc(2.24138vw + 1.86422rem);
  }
}

@media all and (min-width: 56.25em) {
  .f-section-header {
    font-size: 3.125rem;
  }
}

@media all and (min-width: 20em) {
  .f-section-header {
    line-height: calc(2.25862vw + 2.32328rem);
  }
}

@media all and (min-width: 56.25em) {
  .f-section-header {
    line-height: 3.59375rem;
  }
}

.f-heading-upper {
  font-family: HelveticaNeueBold, HelveticaNeue-Bold, Helvetica Neue Bold, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1.1;
  text-transform: uppercase;
}

@media all and (min-width: 20em) {
  .f-heading-upper {
    font-size: calc(0.41667vw + 1.54167rem);
  }
}

@media all and (min-width: 50em) {
  .f-heading-upper {
    font-size: 1.75rem;
  }
}

.f-subtitle {
  font-size: 1.125rem;
  font-family: HelveticaNeue, Helvetica Neue, HelveticaNeueRoman, HelveticaNeue-Roman, Helvetica Neue Roman, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  line-height: 1.45;
}

@media all and (min-width: 20em) {
  .f-subtitle {
    font-size: calc(0.83333vw + 0.95833rem);
  }
}

@media all and (min-width: 50em) {
  .f-subtitle {
    font-size: 1.375rem;
  }
}

.f-caption {
  font-size: 0.9375rem;
  font-family: HelveticaNeue, Helvetica Neue, HelveticaNeueRoman, HelveticaNeue-Roman, Helvetica Neue Roman, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  color: #767676;
  line-height: 1.55;
}

@media all and (min-width: 20em) {
  .f-caption {
    font-size: calc(0.71429vw + 0.79464rem);
  }
}

@media all and (min-width: 37.5em) {
  .f-caption {
    font-size: 1.0625rem;
  }
}

.f-upper-label {
  color: rgba(74, 61, 49, 0.75);
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
}

.u-form input[type='email'],
.u-form input[type='number'],
.u-form input[type='password'],
.u-form input[type='search'],
.u-form input[type='tel'],
.u-form input[type='text'],
.u-form input[type='url'] {
  background-color: transparent;
  border: 2px solid #4a3d31;
  line-height: 1.2;
  padding: 0.75rem 1rem 0.625rem;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  width: 100%;
}

.u-form input[type='email']:focus,
.u-form input[type='number']:focus,
.u-form input[type='password']:focus,
.u-form input[type='search']:focus,
.u-form input[type='tel']:focus,
.u-form input[type='text']:focus,
.u-form input[type='url']:focus {
  background-color: #fff;
}

.u-form input[type='email']::-webkit-input-placeholder,
.u-form input[type='number']::-webkit-input-placeholder,
.u-form input[type='password']::-webkit-input-placeholder,
.u-form input[type='search']::-webkit-input-placeholder,
.u-form input[type='tel']::-webkit-input-placeholder,
.u-form input[type='text']::-webkit-input-placeholder,
.u-form input[type='url']::-webkit-input-placeholder {
  color: #767676;
}

.u-form input[type='email']::-moz-placeholder,
.u-form input[type='number']::-moz-placeholder,
.u-form input[type='password']::-moz-placeholder,
.u-form input[type='search']::-moz-placeholder,
.u-form input[type='tel']::-moz-placeholder,
.u-form input[type='text']::-moz-placeholder,
.u-form input[type='url']::-moz-placeholder {
  color: #767676;
}

.u-form input[type='email']::-ms-input-placeholder,
.u-form input[type='number']::-ms-input-placeholder,
.u-form input[type='password']::-ms-input-placeholder,
.u-form input[type='search']::-ms-input-placeholder,
.u-form input[type='tel']::-ms-input-placeholder,
.u-form input[type='text']::-ms-input-placeholder,
.u-form input[type='url']::-ms-input-placeholder {
  color: #767676;
}

.u-form input[type='email']::placeholder,
.u-form input[type='number']::placeholder,
.u-form input[type='password']::placeholder,
.u-form input[type='search']::placeholder,
.u-form input[type='tel']::placeholder,
.u-form input[type='text']::placeholder,
.u-form input[type='url']::placeholder {
  color: #767676;
}

.u-form input[type='email']:disabled,
.u-form input[type='number']:disabled,
.u-form input[type='password']:disabled,
.u-form input[type='search']:disabled,
.u-form input[type='tel']:disabled,
.u-form input[type='text']:disabled,
.u-form input[type='url']:disabled {
  background-color: #f4f4f4;
  border-color: #ccc;
  color: #707070;
  cursor: not-allowed !important;
}

.u-form textarea {
  background-color: transparent;
  border: 2px solid #4a3d31;
  line-height: 1.2;
  padding: 0.75rem 1rem 0.625rem;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  width: 100%;
}

.u-form textarea:focus {
  background-color: #fff;
}

.u-form textarea::-webkit-input-placeholder {
  color: #767676;
}

.u-form textarea::-moz-placeholder {
  color: #767676;
}

.u-form textarea::-ms-input-placeholder {
  color: #767676;
}

.u-form textarea::placeholder {
  color: #767676;
}

.u-form textarea:disabled {
  background-color: #f4f4f4;
  border-color: #ccc;
  color: #707070;
  cursor: not-allowed !important;
}

.u-form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg%20version=%271.1%27%20baseProfile=%27full%27%20xmlns=%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox=%270%200%20731%20366%27%20width=%27731%27%20height=%27366%27%20preserveAspectRatio=%27xMidYMid%20meet%27%20fill=%27%23000%27%3E%3Cpath%20d=%27M730.5.5l-54%2055-288%20288-23%2022-23-22-288-288L.5.5h730zm-155%2064h-420l210%20210%20210-210z%27%2F%3E%3C%2Fsvg%3E");
  background-position: right 10px top 9px;
  background-repeat: no-repeat;
  background-size: 18px 9px;
  border-radius: 0;
  border: 2px solid currentColor;
  color: currentColor;
  cursor: pointer;
  line-height: 1;
  padding: 0.75rem 2.75rem 0.75rem 1rem;
  position: relative;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  width: 100%;
  z-index: 2;
}

.u-form select:hover,
.u-form select:active,
.u-form select.nice-select.open,
[data-whatinput="keyboard"] .u-form select:focus,
.no-js .u-form select:focus {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%271.1%27%20baseProfile=%27full%27%20xmlns=%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox=%270%200%20731%20366%27%20width=%27731%27%20height=%27366%27%20preserveAspectRatio=%27xMidYMid%20meet%27%20fill=%27%23b36200%27%3E%3Cpath%20d=%27M730.5.5l-54%2055-288%20288-23%2022-23-22-288-288L.5.5h730zm-155%2064h-420l210%20210%20210-210z%27%2F%3E%3C%2Fsvg%3E");
  color: #b36200;
}

.u-form select::-ms-expand {
  opacity: 0;
  visibility: hidden;
}

.lte-ie9 .u-form select {
  background-image: none;
  padding-right: 0;
}

.u-form select optgroup {
  padding-left: 0.625rem;
}

.u-form select option {
  padding: 0.125rem 0.9375rem;
}

.u-form select.is-invalid {
  border-color: #c44303;
}

.u-form datalist.is-invalid,
.u-form input.is-invalid,
.u-form select.is-invalid,
.u-form textarea.is-invalid {
  border-color: #c44303;
}

.u-form fieldset + fieldset {
  margin-top: 1.875rem;
}

.u-form legend {
  font-size: 1.125rem;
  font-family: HelveticaNeue, Helvetica Neue, HelveticaNeueRoman, HelveticaNeue-Roman, Helvetica Neue Roman, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  font-weight: normal;
  line-height: 1.333;
  margin-bottom: 1rem;
}

@media all and (min-width: 20em) {
  .u-form legend {
    font-size: calc(1.72414vw + 0.78017rem);
  }
}

@media all and (min-width: 56.25em) {
  .u-form legend {
    font-size: 1.75rem;
  }
}

.u-form [data-validate='error'] {
  color: #c44303;
}

.u-form [data-validate='error'].is-hidden {
  display: none !important;
}

.no-js-show {
  display: none !important;
}

.no-js .no-js-show {
  display: block !important;
}

.no-js .no-js-hide {
  display: none !important;
}

.js-hide {
  display: none !important;
}

.no-js .js-hide {
  display: block !important;
}

.l-padding {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media all and (min-width: 20em) {
  .l-padding {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media all and (min-width: 25em) {
  .l-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media all and (min-width: 37.5em) {
  .l-padding {
    padding-left: 2.1875rem;
    padding-right: 2.1875rem;
  }
}

@media print {
  .l-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

@media print {
  .l-padding {
    padding: 0 !important;
  }
}

.l-vert-padding {
  padding-bottom: 3.125rem;
  padding-top: 3.125rem;
}

@media all and (min-width: 20em) {
  .l-vert-padding {
    padding-bottom: calc(2.5641vw + 2.61218rem);
    padding-top: calc(2.5641vw + 2.61218rem);
  }
}

@media all and (min-width: 68.75em) {
  .l-vert-padding {
    padding-bottom: 4.375rem;
    padding-top: 4.375rem;
  }
}

.l-vert-padding--top {
  padding-top: 3.125rem;
}

@media all and (min-width: 20em) {
  .l-vert-padding--top {
    padding-top: calc(2.5641vw + 2.61218rem);
  }
}

@media all and (min-width: 68.75em) {
  .l-vert-padding--top {
    padding-top: 4.375rem;
  }
}

.l-vert-padding--bottom {
  padding-bottom: 3.125rem;
}

@media all and (min-width: 20em) {
  .l-vert-padding--bottom {
    padding-bottom: calc(8.97436vw + 1.33013rem);
  }
}

@media all and (min-width: 68.75em) {
  .l-vert-padding--bottom {
    padding-bottom: 7.5rem;
  }
}

.l-vert-padding--large {
  padding-bottom: 2.875rem;
  padding-top: 2.875rem;
}

@media all and (min-width: 20em) {
  .l-vert-padding--large {
    padding-bottom: calc(5.12821vw + 1.84936rem);
    padding-top: calc(5.12821vw + 1.84936rem);
  }
}

@media all and (min-width: 68.75em) {
  .l-vert-padding--large {
    padding-bottom: 5.375rem;
    padding-top: 5.375rem;
  }
}

.l-strata {
  margin-bottom: 3.125rem;
  margin-top: 3.125rem;
}

.l-strata:after {
  clear: both;
  content: '';
  display: table;
}

@media all and (min-width: 20em) {
  .l-strata {
    margin-bottom: calc(2.5641vw + 2.61218rem);
    margin-top: calc(2.5641vw + 2.61218rem);
  }
}

@media all and (min-width: 68.75em) {
  .l-strata {
    margin-bottom: 4.375rem;
    margin-top: 4.375rem;
  }
}

.l-strata:last-child {
  margin-bottom: 0;
}

.Main > .l-strata:last-child {
  margin-bottom: 3.125rem;
}

@media all and (min-width: 20em) {
  .Main > .l-strata:last-child {
    margin-bottom: calc(8.97436vw + 1.33013rem);
  }
}

@media all and (min-width: 68.75em) {
  .Main > .l-strata:last-child {
    margin-bottom: 7.5rem;
  }
}

.l-fullwidth {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
}

.l-cols-primary .l-fullwidth {
  -webkit-transform: none;
          transform: none;
}

@media all and (min-width: 20em) {
  .l-cols-primary .l-fullwidth {
    left: -0.9375rem;
  }
}

@media all and (min-width: 25em) {
  .l-cols-primary .l-fullwidth {
    left: -1.25rem;
  }
}

@media all and (min-width: 37.5em) {
  .l-cols-primary .l-fullwidth {
    left: -2.1875rem;
  }
}

@media all and (min-width: 65.625em) {
  .l-wrap .l-cols-primary .l-fullwidth {
    left: calc(-50vw + 490px);
  }
}

@media all and (min-width: 46.875em) {
  .l-wrap--narrow .l-cols-primary .l-fullwidth {
    left: calc(-50vw + 340px);
  }
}

@media all and (min-width: 80em) {
  .l-wrap--wide .l-cols-primary .l-fullwidth {
    left: calc(-50vw + 605px);
  }
}

.l-cols--flip .l-cols-primary .l-fullwidth {
  float: right;
  left: auto;
  -webkit-transform: none;
          transform: none;
}

@media all and (min-width: 20em) {
  .l-cols--flip .l-cols-primary .l-fullwidth {
    right: -0.9375rem;
  }
}

@media all and (min-width: 25em) {
  .l-cols--flip .l-cols-primary .l-fullwidth {
    right: -1.25rem;
  }
}

@media all and (min-width: 37.5em) {
  .l-cols--flip .l-cols-primary .l-fullwidth {
    right: -2.1875rem;
  }
}

@media all and (min-width: 65.625em) {
  .l-wrap .l-cols--flip .l-cols-primary .l-fullwidth {
    right: calc(-50vw + 490px);
  }
}

@media all and (min-width: 46.875em) {
  .l-wrap--narrow .l-cols--flip .l-cols-primary .l-fullwidth {
    right: calc(-50vw + 340px);
  }
}

@media all and (min-width: 80em) {
  .l-wrap--wide .l-cols--flip .l-cols-primary .l-fullwidth {
    right: calc(-50vw + 605px);
  }
}

.l-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 980px;
}

.l-wrap:after {
  clear: both;
  content: '';
  display: table;
}

@media print {
  .l-wrap {
    max-width: none !important;
  }
}

.l-wrap--narrow {
  margin-left: auto;
  margin-right: auto;
  max-width: 42.5rem;
}

.l-wrap--narrow:after {
  clear: both;
  content: '';
  display: table;
}

@media print {
  .l-wrap--narrow {
    max-width: none !important;
  }
}

.l-wrap--wide {
  margin-left: auto;
  margin-right: auto;
  max-width: 75.625rem;
}

.l-wrap--wide:after {
  clear: both;
  content: '';
  display: table;
}

@media print {
  .l-wrap--wide {
    max-width: none !important;
  }
}

.l-cols:after {
  clear: both;
  content: '';
  display: table;
}

@supports (display: grid) {
@media all and (min-width: 56.25em) {
    .l-cols {
      display: grid;
      grid-column-gap: 2.5rem;
      grid-template-areas: "main sidebar";
      grid-template-columns: auto 18.75rem;
    }

    .l-cols-primary {
      grid-area: main;
      min-width: 0;
    }

    .l-cols-secondary {
      grid-area: sidebar;
    }

    .l-cols--flip {
      grid-template-areas: "sidebar main";
      grid-template-columns: 18.75rem auto;
    }
}
}

@media all and (min-width: 56.25em) {
  .no-cssgrid .l-cols,
  .no-cssgrid_cssgridlegacy .l-cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }

  .no-cssgrid .l-cols-primary,
  .no-cssgrid_cssgridlegacy .l-cols-primary {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    opacity: 1;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(100% - 340px);
  }

  .no-cssgrid .l-cols-secondary,
  .no-cssgrid_cssgridlegacy .l-cols-secondary {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 2.5rem;
    opacity: 2;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 18.75rem;
  }
}

@media all and (min-width: 56.25em) {
  .no-cssgrid .l-cols--flip .l-cols-primary,
  .no-cssgrid_cssgridlegacy .l-cols--flip .l-cols-primary {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .no-cssgrid .l-cols--flip .l-cols-secondary,
  .no-cssgrid_cssgridlegacy .l-cols--flip .l-cols-secondary {
    margin-left: 0;
    margin-right: 2.5rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.u-richtext {
  font-family: Georgia, Times, Times New Roman, serif;
  line-height: 1.55;
}

.u-richtext:after {
  clear: both;
  content: '';
  display: table;
}

.fonts-loaded .u-richtext {
  font-family: "Untitled Serif", Georgia, Times, Times New Roman, serif, Georgia, Times, Times New Roman, serif;
}

.u-richtext em,
.u-richtext i {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 0.95em;
}

.u-richtext--dropcap:not(.nodropcap) > p:first-of-type:after {
  clear: both;
  content: '';
  display: table;
}

.u-richtext--dropcap:not(.nodropcap) > p:first-of-type:first-letter {
  font-size: 3.4375rem;
  border-bottom: 1px solid currentColor;
  float: left;
  line-height: 1;
  margin-right: 0.14925em;
  margin-top: -0.20896em;
}

@media all and (min-width: 20em) {
  .u-richtext--dropcap:not(.nodropcap) > p:first-of-type:first-letter {
    font-size: calc(4.28571vw + 2.58036rem);
  }
}

@media all and (min-width: 37.5em) {
  .u-richtext--dropcap:not(.nodropcap) > p:first-of-type:first-letter {
    font-size: 4.1875rem;
  }
}

.u-richtext > div {
  margin-bottom: 2em;
  margin-top: 2em;
}

.u-richtext > div:first-child {
  margin-top: 0;
}

.u-richtext > div:last-child {
  margin-bottom: 0;
}

.u-richtext > div:not([class*="u-richtext"]) {
  font-size: 1rem;
}

.u-richtext > *:first-child {
  margin-top: 0;
}

.u-richtext > *:last-child {
  margin-bottom: 0;
}

.u-richtext > *:not(div) a:not(.btn):not([data-tooltip]):not(.external-image) {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#bbdfde), to(#bbdfde));
  background-image: linear-gradient(to top, #bbdfde, #bbdfde);
  background-repeat: repeat-x;
  background-size: 100% 200%;
  background-position: 0 -70%;
  color: currentColor;
  font-weight: bold;
  text-shadow: 0 0 1px #fff;
  -webkit-transition: background 100ms ease-in-out, color 100ms ease-in-out;
  transition: background 100ms ease-in-out, color 100ms ease-in-out;
}

.u-richtext > *:not(div) a:not(.btn):not([data-tooltip]):not(.external-image):hover,
.u-richtext > *:not(div) a:not(.btn):not([data-tooltip]):not(.external-image):focus,
.u-richtext > *:not(div) a:not(.btn):not([data-tooltip]):not(.external-image):active,
.u-richtext > *:not(div) a.nice-select.open:not(.btn):not([data-tooltip]):not(.external-image) {
  background-position: 0 0;
}

.u-richtext > p {
  margin-bottom: 1em;
}

.u-richtext > p:empty {
  display: none !important;
}

.u-richtext > h1,
.u-richtext > h2,
.u-richtext > h3,
.u-richtext > h4,
.u-richtext > h5,
.u-richtext > h6 {
  margin-bottom: 1rem;
  margin-top: 1.5rem;
}

.u-richtext > h1:first-child,
.u-richtext > h2:first-child,
.u-richtext > h3:first-child,
.u-richtext > h4:first-child,
.u-richtext > h5:first-child,
.u-richtext > h6:first-child {
  margin-top: 0;
}

.u-richtext > h1 {
  font-family: HelveticaNeueBold, HelveticaNeue-Bold, Helvetica Neue Bold, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1.2;
  letter-spacing: 0.01667em;
}

@media all and (min-width: 20em) {
  .u-richtext > h1 {
    font-size: calc(1.72414vw + 1.53017rem);
  }
}

@media all and (min-width: 56.25em) {
  .u-richtext > h1 {
    font-size: 2.5rem;
  }
}

.u-richtext > h2 {
  font-family: HelveticaNeueBold, HelveticaNeue-Bold, Helvetica Neue Bold, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1.2;
  letter-spacing: 0.01667em;
}

@media all and (min-width: 20em) {
  .u-richtext > h2 {
    font-size: calc(1.72414vw + 1.53017rem);
  }
}

@media all and (min-width: 56.25em) {
  .u-richtext > h2 {
    font-size: 2.5rem;
  }
}

.u-richtext > h3 {
  font-size: 1.375rem;
  font-weight: bold;
  letter-spacing: 0.0625rem;
  line-height: 1.24;
}

@media all and (min-width: 20em) {
  .u-richtext > h3 {
    font-size: calc(1.72414vw + 1.03017rem);
  }
}

@media all and (min-width: 56.25em) {
  .u-richtext > h3 {
    font-size: 2rem;
  }
}

.u-richtext > h4 {
  font-size: 1.125rem;
  font-family: HelveticaNeue, Helvetica Neue, HelveticaNeueRoman, HelveticaNeue-Roman, Helvetica Neue Roman, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  font-weight: normal;
  line-height: 1.333;
}

@media all and (min-width: 20em) {
  .u-richtext > h4 {
    font-size: calc(1.72414vw + 0.78017rem);
  }
}

@media all and (min-width: 56.25em) {
  .u-richtext > h4 {
    font-size: 1.75rem;
  }
}

.u-richtext > h5 {
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.0625rem;
  line-height: 1.2;
}

@media all and (min-width: 20em) {
  .u-richtext > h5 {
    font-size: calc(1.03448vw + 0.7931rem);
  }
}

@media all and (min-width: 56.25em) {
  .u-richtext > h5 {
    font-size: 1.375rem;
  }
}

.u-richtext > h6 {
  font-family: HelveticaNeueBold, HelveticaNeue-Bold, Helvetica Neue Bold, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.2;
  text-transform: uppercase;
}

@media all and (min-width: 20em) {
  .u-richtext > h6 {
    font-size: calc(0.34483vw + 0.93103rem);
  }
}

@media all and (min-width: 56.25em) {
  .u-richtext > h6 {
    font-size: 1.125rem;
  }
}

.u-richtext > hr {
  background-color: currentColor;
  border: 0;
  display: block;
  height: 4px;
  margin: 2em 0;
}

.u-richtext > figure {
  margin-bottom: 1em;
  margin-top: 1em;
  max-width: 100%;
}

.u-richtext > figure img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.u-richtext > figure figcaption {
  font-size: 0.9375rem;
  font-family: HelveticaNeue, Helvetica Neue, HelveticaNeueRoman, HelveticaNeue-Roman, Helvetica Neue Roman, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  color: #767676;
  line-height: 1.55;
  margin-top: 1em;
}

@media all and (min-width: 20em) {
  .u-richtext > figure figcaption {
    font-size: calc(0.71429vw + 0.79464rem);
  }
}

@media all and (min-width: 37.5em) {
  .u-richtext > figure figcaption {
    font-size: 1.0625rem;
  }
}

.u-richtext > ol,
.u-richtext > ul {
  margin-bottom: 1em;
  padding-left: 1.875rem;
}

@media all and (min-width: 30em) {
  .u-richtext > ol,
  .u-richtext > ul {
    padding-left: 2.8125rem;
  }
}

.u-richtext > ol ul,
.u-richtext > ol ol,
.u-richtext > ul ul,
.u-richtext > ul ol {
  margin-bottom: 0;
}

.u-richtext > ol li,
.u-richtext > ul li {
  margin-top: 0.5em;
}

.u-richtext > ol li ol,
.u-richtext > ul li ol {
  padding-left: 1.6875rem;
}

.u-richtext > ol li ul,
.u-richtext > ul li ul {
  padding-left: 1.25rem;
}

.u-richtext > ol li:first-child,
.u-richtext > ul li:first-child {
  margin-top: 0;
}

.u-richtext > ol li li:first-child,
.u-richtext > ul li li:first-child {
  margin-top: 0.5em;
}

.u-richtext > ol li > p:last-child,
.u-richtext > ul li > p:last-child {
  margin-bottom: 0;
}

.u-richtext > ul,
.u-richtext > ol ul {
  list-style: disc;
}

.u-richtext > ul ul,
.u-richtext > ol ul ul {
  list-style: circle;
}

.u-richtext > ol,
.u-richtext > ul ol {
  list-style: decimal;
}

.u-richtext > ol ol,
.u-richtext > ul ol ol {
  list-style: lower-alpha;
}

.u-richtext > ol ol ol,
.u-richtext > ul ol ol ol {
  list-style: lower-roman;
}

.u-richtext > blockquote {
  font-family: Georgia,Times,Times New Roman,serif;
  font-size: 1.2rem;
  font-style: italic;
  line-height: 1.3;
  margin-left: 0;
  max-width: 43.75rem;
  padding: 0.875rem 0 0.875rem 3rem;
  position: relative;
}

@media all and (min-width: 56.25em) {
  .u-richtext > blockquote {
    padding: 0.875rem 1.875rem 0.875rem 3rem;
  }
}

.u-richtext > blockquote > p:not(:last-child) {
  margin-bottom: 1em;
}

.u-richtext > blockquote:before {
  content: "\201C";
  font-size: 5rem;
  left: 0;
  position: absolute;
  top: -7px;
}

.u-richtext > blockquote footer {
  display: block;
  font-style: normal;
  font-weight: 700;
  margin-top: 1em;
}

.u-richtext > table {
  border-collapse: separate;
  width: 100%;
}

.u-richtext > table caption {
  font-size: 1em;
  margin-bottom: 1em;
}

.u-richtext > table td {
  border-bottom: 1px solid currentColor;
  padding: 0.9375rem 1.875rem 0.9375rem 0;
}

.u-richtext > table th {
  border-bottom: 1px solid currentColor;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
}

.u-richtext > table td,
.u-richtext > table th {
  font-size: 1em;
}

.js-tablewrap + .js-tablewrap {
  margin-top: 3.125em;
}

.u-richtext > dl > dd {
  margin-bottom: 2em;
}

.u-richtext b,
.u-richtext strong {
  font-weight: bold;
}

.u-richtext sup {
  font-size: 0.8em;
  left: -1px;
}

.u-richtext code,
.u-richtext kbd,
.u-richtext pre,
.u-richtext samp {
  font-family: Operator Mono, Consolas, Menlo, Monaco, monospace;
}

.u-richtext small {
  display: inline-block;
}

.u-richtext .aligncenter {
  display: block;
  margin: 2em auto;
}

.u-richtext .alignleft,
.u-richtext .alignright {
  margin-bottom: 1em;
  margin-top: 0.4375em;
}

@media all and (min-width: 42.5em) {
  .u-richtext .alignleft {
    float: left;
    margin-right: 1.5em;
  }
}

@media all and (min-width: 42.5em) {
  .u-richtext .alignright {
    float: right;
    margin-left: 1em;
  }
}

.u-hide {
  display: none !important;
}

.u-center {
  text-align: center !important;
}

.u-scrollable {
  overflow-x: scroll !important;
}

@media all and (min-width: 20em) {
  .u-nowrap {
    display: inline-block;
    text-decoration: inherit;
    white-space: nowrap !important;
  }
}

[data-whatinput='mouse'] .u-no-outline,
[data-whatinput='touch'] .u-no-outline {
  outline: none;
}

.u-mb0 {
  margin-bottom: 0rem !important;
}

.u-mt0 {
  margin-top: 0rem !important;
}

.u-mb1 {
  margin-bottom: 0.625rem !important;
}

.u-mt1 {
  margin-top: 0.625rem !important;
}

.u-mb2 {
  margin-bottom: 1.25rem !important;
}

.u-mt2 {
  margin-top: 1.25rem !important;
}

.u-mb3 {
  margin-bottom: 1.875rem !important;
}

.u-mt3 {
  margin-top: 1.875rem !important;
}

.u-mb4 {
  margin-bottom: 2.5rem !important;
}

.u-mt4 {
  margin-top: 2.5rem !important;
}

.u-mb5 {
  margin-bottom: 3.125rem !important;
}

.u-mt5 {
  margin-top: 3.125rem !important;
}

.u-mb6 {
  margin-bottom: 3.75rem !important;
}

.u-mt6 {
  margin-top: 3.75rem !important;
}

.u-mb7 {
  margin-bottom: 4.375rem !important;
}

.u-mt7 {
  margin-top: 4.375rem !important;
}

.u-mb8 {
  margin-bottom: 5rem !important;
}

.u-mt8 {
  margin-top: 5rem !important;
}

.u-mb9 {
  margin-bottom: 5.625rem !important;
}

.u-mt9 {
  margin-top: 5.625rem !important;
}

.u-mb10 {
  margin-bottom: 6.25rem !important;
}

.u-mt10 {
  margin-top: 6.25rem !important;
}

.u-mb0-em {
  margin-bottom: 0em !important;
}

.u-mt0-em {
  margin-top: 0em !important;
}

.u-mb1-em {
  margin-bottom: 1em !important;
}

.u-mt1-em {
  margin-top: 1em !important;
}

.u-mb2-em {
  margin-bottom: 2em !important;
}

.u-mt2-em {
  margin-top: 2em !important;
}

.u-mb3-em {
  margin-bottom: 3em !important;
}

.u-mt3-em {
  margin-top: 3em !important;
}

.u-mb4-em {
  margin-bottom: 4em !important;
}

.u-mt4-em {
  margin-top: 4em !important;
}

.u-clearfix:after {
  clear: both;
  content: '';
  display: table;
}

.u-screenreader {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.screen-reader-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

[class*='u-aspect--'] {
  position: relative;
}

[class*='u-aspect--']:before {
  content: '';
  display: block;
}

[class*='u-aspect--'] img,
[class*='u-aspect--'] iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.u-aspect--wide:before {
  padding-top: 56.25%;
}

.u-aspect--square:before {
  padding-top: 100%;
}

.ActionPromo.condensed {
  margin-bottom: -1rem;
  margin-top: -2rem;
}

.ActionPromo-content:after {
  clear: both;
  content: '';
  display: table;
}

@media all and (min-width: 30em) {
  .ActionPromo-content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.ActionPromo-image {
  display: block;
  overflow: hidden;
  position: relative;
  background-color: #c44303;
  display: block;
  -webkit-filter: drop-shadow(0 0 12px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 0 12px rgba(0, 0, 0, 0.3));
  position: relative;
}

.ActionPromo-image:before {
  content: '';
  display: block;
  padding-top: 100%;
}

@media all and (min-width: 30em) {
  .ActionPromo-image {
    margin-right: calc(3.125vw + 0.9375rem);
  }
}

@media all and (min-width: 50em) {
  .ActionPromo-image {
    margin-right: 2.5rem;
  }
}

.condensed .ActionPromo-image {
  -webkit-box-flex: 2;
      -ms-flex: 2 1 auto;
          flex: 2 1 auto;
  min-width: 200px;
  width: auto;
}

@media all and (max-width: 29.9375em) {
  .ActionPromo-image {
    max-width: 200px;
    margin: 0 auto 1rem;
  }
}

@media all and (min-width: 30em) {
  .ActionPromo-image {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 0.3125rem;
    max-width: 22.625rem;
    width: 38%;
  }
}

.ActionPromo-image img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 800ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
  transition: all 800ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.ActionPromo-image-overlay {
  fill: #fff;
  height: auto;
  left: 50%;
  max-height: 85%;
  position: absolute;
  top: 52%;
  -webkit-transition: opacity 150ms ease-in-out;
  transition: opacity 150ms ease-in-out;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 73%;
  z-index: 1;
}

.ActionPromo-image:hover img,
.ActionPromo-image:focus img,
.ActionPromo-image:active img,
.ActionPromo-image.nice-select.open img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.ActionPromo-image:hover svg,
.ActionPromo-image:focus svg,
.ActionPromo-image:active svg,
.ActionPromo-image.nice-select.open svg {
  opacity: 0.5;
}

@media all and (min-width: 30em) {
  .ActionPromo-body {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 62%;
  }
}

.ActionPromo-title {
  font-size: 1.5rem;
  line-height: 1.333;
  margin-bottom: 0.6875rem;
}

@media all and (min-width: 20em) {
  .ActionPromo-title {
    font-size: calc(2.5vw + 1rem);
  }
}

@media all and (min-width: 30em) {
  .ActionPromo-title {
    font-size: 1.75rem;
  }
}

.ActionPromo-link {
  border-bottom: 1px solid transparent;
  color: #c44303;
}

.ActionPromo-link:hover,
.ActionPromo-link:active,
.ActionPromo-link.nice-select.open,
[data-whatinput="keyboard"] .ActionPromo-link:focus,
.no-js .ActionPromo-link:focus {
  border-bottom-color: currentColor;
}

.ActionPromo-link:hover,
.ActionPromo-link:focus,
.ActionPromo-link:active,
.ActionPromo-link.nice-select.open {
  color: darkne(#c44303, 10%);
}

.ActionPromo-description {
  font-size: 1rem;
  line-height: 1.6;
  max-width: 580px;
}

@media all and (min-width: 30em) {
  .ActionPromo-description {
    font-size: calc(0.64516vw + 0.80645rem);
  }
}

@media all and (min-width: 68.75em) {
  .ActionPromo-description {
    font-size: 1.25rem;
  }
}

.condensed .ActionPromo-description {
  font-size: 0.875rem;
  font-size: 1.1rem;
}

@media all and (min-width: 30em) {
  .condensed .ActionPromo-description {
    font-size: calc(0.32258vw + 0.77823rem);
  }
}

@media all and (min-width: 68.75em) {
  .condensed .ActionPromo-description {
    font-size: 1rem;
  }
}

@media all and (max-width: 29.9375em) {
  .condensed .ActionPromo-description {
    font-size: .9rem;
  }
}

@media all and (min-width: 30em) {
  .ActionPromo-description {
    font-weight: normal;
  }
}

.ActionPromo-button {
  margin-top: 0.875rem;
}

@media all and (min-width: 30em) {
  .ActionPromo-button {
    margin-top: calc(2.09677vw + 0.24597rem);
  }
}

@media all and (min-width: 68.75em) {
  .ActionPromo-button {
    margin-top: 1.6875rem;
  }
}

.ActionPromo--small .ActionPromo-title {
  font-size: 1.125rem;
}

@media all and (min-width: 20em) {
  .ActionPromo--small .ActionPromo-title {
    font-size: calc(2.5vw + 0.625rem);
  }
}

@media all and (min-width: 30em) {
  .ActionPromo--small .ActionPromo-title {
    font-size: 1.375rem;
  }
}

.ActionPromo--small .ActionPromo-description {
  font-size: 0.875rem;
}

@media all and (min-width: 30em) {
  .ActionPromo--small .ActionPromo-description {
    font-size: calc(0.32258vw + 0.77823rem);
  }
}

@media all and (min-width: 68.75em) {
  .ActionPromo--small .ActionPromo-description {
    font-size: 1rem;
  }
}

.ActionPromo--small .ActionPromo-button {
  color: #4a3d31;
  display: block;
  font-weight: bold;
  margin-top: 0.9375rem;
}

.ActionPromo--small .ActionPromo-button:hover,
.ActionPromo--small .ActionPromo-button:focus,
.ActionPromo--small .ActionPromo-button:active,
.ActionPromo--small .ActionPromo-button.nice-select.open {
  color: #a85d00;
}

.ActionsGrid-badge {
  display: block;
  margin: 0 auto;
  position: relative;
  width: 100px;
}

@media all and (min-width: 50em) {
  .ActionsGrid-badge {
    width: 170px;
  }
}

.ActionsGrid-header {
  position: relative;
}

.ActionsGrid-header:before {
  border-bottom: solid 5px #c44303;
  bottom: 28%;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
}

@media all and (min-width: 50em) {
@supports (display: grid) {
    .ActionsGrid-list {
      display: grid;
      grid-column-gap: 1.25rem;
      grid-template-columns: 1fr 1fr;
    }
}
}

@media all and (max-width: 49.9375em) {
  .ActionsGrid-list-item:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}

@media all and (min-width: 50em) {
@supports not (display: grid) {
    .ActionsGrid-list-item {
      margin-bottom: 2.8125rem;
    }
}

  .ActionsGrid-list-item:first-child {
    grid-column: 1 / span 2;
    margin-bottom: 2.8125rem;
  }
}

.ArticleFeature {
  margin-bottom: 1.25rem;
}

@media all and (min-width: 37.5em) {
  .ArticleFeature {
    margin-bottom: calc(2.25vw + 0.40625rem);
  }
}

@media all and (min-width: 62.5em) {
  .ArticleFeature {
    margin-bottom: 1.8125rem;
  }
}

.ArticleFeature-image {
  display: block;
  width: 100%;
}

.no-featured .ArticleFeature {
  display: none;
}

.ArticleTaxonomy-grid {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-bottom: 1px solid rgba(74, 61, 49, 0.75);
  border-top: 1px solid rgba(74, 61, 49, 0.75);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media all and (min-width: 31.25em) {
  .ArticleTaxonomy-grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.ArticleTaxonomy-grid-item {
  border-top: solid 1px rgba(74, 61, 49, 0.75);
  padding-bottom: 0.9375rem;
  padding-top: 0.9375rem;
  width: 100%;
}

.ArticleTaxonomy-grid-item:first-child {
  border-top: none;
}

@media all and (min-width: 31.25em) {
  .ArticleTaxonomy-grid-item {
    width: 100%;
  }

  .ArticleTaxonomy-grid-item:nth-last-child(2):first-child,
  .ArticleTaxonomy-grid-item:nth-last-child(2):first-child ~ .ArticleTaxonomy-grid-item {
    border-top: none;
    border-left: solid 1px rgba(74, 61, 49, 0.75);
    padding: 1.125rem 1.375rem 1.6875rem;
    width: 50%;
  }

  .ArticleTaxonomy-grid-item:nth-last-child(2):first-child:first-child,
  .ArticleTaxonomy-grid-item:nth-last-child(2):first-child ~ .ArticleTaxonomy-grid-item:first-child {
    border-left: none;
  }
}

@media all and (min-width: 40.625em) {
  .ArticleTaxonomy-grid-item:nth-last-child(3):first-child,
  .ArticleTaxonomy-grid-item:nth-last-child(3):first-child ~ .ArticleTaxonomy-grid-item {
    border-top: none;
    border-left: solid 1px rgba(74, 61, 49, 0.75);
    padding: 1.125rem 1.375rem 1.6875rem;
    width: 33.3%;
  }

  .ArticleTaxonomy-grid-item:nth-last-child(3):first-child:first-child,
  .ArticleTaxonomy-grid-item:nth-last-child(3):first-child ~ .ArticleTaxonomy-grid-item:first-child {
    border-left: none;
  }
}

.ArticleTaxonomy-grid-title {
  color: rgba(74, 61, 49, 0.75);
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
}

.ArticleTaxonomy-item {
  font-weight: bold;
  margin-bottom: 0.625rem;
}

.ArticleTaxonomy-link {
  color: #4a3d31;
  border-bottom: 1px solid transparent;
  font-size: 1rem;
}

.ArticleTaxonomy-link:hover,
.ArticleTaxonomy-link:focus,
.ArticleTaxonomy-link:active,
.ArticleTaxonomy-link.nice-select.open {
  color: #a85d00;
}

.ArticleTaxonomy-link:hover,
.ArticleTaxonomy-link:active,
.ArticleTaxonomy-link.nice-select.open,
[data-whatinput="keyboard"] .ArticleTaxonomy-link:focus,
.no-js .ArticleTaxonomy-link:focus {
  border-bottom-color: currentColor;
}

.ArticleTaxonomy-link .icon {
  margin-left: 0.1875rem;
}

.ArticleTaxonomy-tags {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 0.9375rem;
  padding-top: 1.25rem;
}

.-case .ArticleTaxonomy-tags {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -3.125rem;
  padding-bottom: 0.9375rem;
  padding-top: 1.25rem;
}

@media all and (min-width: 40.625em) {
  .ArticleTaxonomy-tags {
    padding-right: 1.375rem;
  }
}

.ArticleTaxonomy-tags-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.1;
  margin-bottom: 1.25rem;
  padding-right: 1.25rem;
}

.ArticleTaxonomy-tags-heading {
  font-size: 1rem;
  margin-right: 0.625rem;
}

.ArticleTaxonomy-tags-linkRow {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -0.625rem;
}

.ArticleTaxonomy-tags-linkRow-item {
  font-size: 1rem;
  margin-bottom: 0.625rem;
}

.ArticleTaxonomy-tags-linkRow-item:not(:last-child) {
  margin-right: 0.625rem;
  padding-right: 0.625rem;
  position: relative;
}

.ArticleTaxonomy-tags-linkRow-item:not(:last-child):before {
  border-left: 1px #4a3d31 solid;
  bottom: 0;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
}

.ArticleTaxonomy-tags-link {
  color: #4a3d31;
  border-bottom: 1px solid transparent;
  font-size: 1rem;
  font-weight: bold;
}

.ArticleTaxonomy-tags-link:hover,
.ArticleTaxonomy-tags-link:focus,
.ArticleTaxonomy-tags-link:active,
.ArticleTaxonomy-tags-link.nice-select.open {
  color: #a85d00;
}

.ArticleTaxonomy-tags-link:hover,
.ArticleTaxonomy-tags-link:active,
.ArticleTaxonomy-tags-link.nice-select.open,
[data-whatinput="keyboard"] .ArticleTaxonomy-tags-link:focus,
.no-js .ArticleTaxonomy-tags-link:focus {
  border-bottom-color: currentColor;
}

.ReadMore,
.js .ReadMore[aria-hidden="false"] {
  overflow: hidden;
  -webkit-transition: max-height 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000), visibility 0s linear 0s;
  transition: max-height 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000), visibility 0s linear 0s;
  visibility: visible;
}

.ReadMore[aria-hidden="true"],
.js .ReadMore:not([aria-hidden]) {
  max-height: 0 !important;
  -webkit-transition: max-height 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000), visibility 0s linear 500ms;
  transition: max-height 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000), visibility 0s linear 500ms;
  visibility: hidden;
}

.Breadcrumbs {
  font-size: 0.875em;
  overflow: hidden;
}

.Breadcrumbs-list {
  margin-bottom: -0.625rem;
}

.Breadcrumbs-list:after {
  clear: both;
  content: '';
  display: table;
}

.Breadcrumbs-item {
  float: left;
  margin-bottom: 0.625rem;
  margin-right: 0.75rem;
  padding-right: 0.75rem;
  position: relative;
  white-space: nowrap;
}

.Breadcrumbs-item:after {
  border-right: 1px solid currentColor;
  bottom: 0.125rem;
  content: '';
  position: absolute;
  right: 0;
  top: 0.125rem;
}

.Breadcrumbs-item:last-child,
.Breadcrumbs-item:nth-last-child(2) {
  margin-right: 0;
  padding-right: 0;
}

.Breadcrumbs-item:last-child:after,
.Breadcrumbs-item:nth-last-child(2):after {
  display: none;
}

.Breadcrumbs-link {
  color: #c44303;
  border-bottom: 1px solid transparent;
  display: inline-block;
}

.Breadcrumbs-link:hover,
.Breadcrumbs-link:focus,
.Breadcrumbs-link:active,
.Breadcrumbs-link.nice-select.open {
  color: darkne(#c44303, 10%);
}

.Breadcrumbs-link:hover,
.Breadcrumbs-link:active,
.Breadcrumbs-link.nice-select.open,
[data-whatinput="keyboard"] .Breadcrumbs-link:focus,
.no-js .Breadcrumbs-link:focus {
  border-bottom-color: currentColor;
}

@media all and (max-width: 56.1875em) {
  .CardTwoUp-row > *:first-child {
    margin-bottom: 4.375rem;
  }
}

@media all and (min-width: 56.25em) {
  .CardTwoUp-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: -1.5625rem;
  }

  .CardTwoUp-row > * {
    padding-left: 1.5625rem;
    padding-right: 0;
    width: 50%;
  }
}

.Card-wrap {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-top: 2.5625rem;
  background-color: #f8f6f3;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 10px 24px 0 rgba(68, 68, 68, 0.15);
          box-shadow: 0 10px 24px 0 rgba(68, 68, 68, 0.15);
  margin-left: auto;
  margin-right: auto;
  max-width: 48.5rem;
  padding-bottom: 2.0625rem;
  position: relative;
}

@media all and (min-width: 20em) {
  .Card-wrap {
    padding-left: calc(9.375vw + -0.9375rem);
    padding-right: calc(9.375vw + -0.9375rem);
  }
}

@media all and (min-width: 30em) {
  .Card-wrap {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

@media all and (min-width: 20em) {
  .Card-wrap {
    padding-top: calc(10vw + 0.5625rem);
  }
}

@media all and (min-width: 30em) {
  .Card-wrap {
    padding-top: 3.5625rem;
  }
}

.Card-icon {
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}

.Card-bar {
  background-color: #cce7e6;
  height: 0.6875rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.Card-bar-image {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0.3;
}

.Card-bar-image img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.Card-heading {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 1em;
}

@media all and (min-width: 20em) {
  .Card-heading {
    font-size: calc(1.42857vw + 0.96429rem);
  }
}

@media all and (min-width: 37.5em) {
  .Card-heading {
    font-size: 1.5rem;
  }
}

.Card-cta {
  display: inline-block;
  margin-top: 2.1875rem;
}

.Card-cta .icon {
  margin-left: 0.75rem;
  vertical-align: bottom;
}

.Card-cta .icon-download {
  height: auto;
  width: 0.875rem;
}

.CaseTitle {
  padding-top: 3.125rem;
  position: relative;
  z-index: 200;
}

@media all and (min-width: 20em) {
  .CaseTitle {
    padding-top: calc(4.48276vw + 2.22845rem);
  }
}

@media all and (min-width: 56.25em) {
  .CaseTitle {
    padding-top: 4.75rem;
  }
}

.CaseTitle-background {
  background-color: #cce7e6;
  height: 10.875rem;
  position: absolute;
  left: 0;
  opacity: 0.14;
  top: 0;
  width: 100%;
  z-index: 1;
}

.CaseTitle-background img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 30%;
     object-position: 50% 30%;
}

.CaseTitle-content {
  margin-bottom: 3.125rem;
  padding-bottom: 3.125rem;
  padding-top: 1.875rem;
  background-color: #f8f6f3;
  -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.25);
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
  position: relative;
  z-index: 2;
}

@media all and (min-width: 20em) {
  .CaseTitle-content {
    margin-bottom: calc(6.89655vw + 1.74569rem);
  }
}

@media all and (min-width: 56.25em) {
  .CaseTitle-content {
    margin-bottom: 5.625rem;
  }
}

@media all and (min-width: 20em) {
  .CaseTitle-content {
    padding-bottom: calc(3.44828vw + 2.43534rem);
  }
}

@media all and (min-width: 56.25em) {
  .CaseTitle-content {
    padding-bottom: 4.375rem;
  }
}

@media all and (min-width: 20em) {
  .CaseTitle-content {
    padding-top: calc(3.44828vw + 1.18534rem);
  }
}

@media all and (min-width: 56.25em) {
  .CaseTitle-content {
    padding-top: 3.125rem;
  }
}

.CaseTitle-meta {
  margin-bottom: 0.5rem;
}

.CaseTitle-meta a {
  color: #a85d00;
  font-weight: bold;
}

.CaseTitle-title {
  margin-bottom: 0.875rem;
}

@media all and (max-width: 23.75em) {
  .CaseTitle-title {
    overflow-wrap: break-word;
    word-wrap: break-word;
  }
}

.CaseTitle-legal {
  font-size: 1.5rem;
  line-height: 1.333;
  margin-bottom: 1.3125rem;
}

.CaseTitle-share {
  margin-bottom: 1.25rem;
}

@media all and (min-width: 20em) {
  .CaseTitle-share {
    margin-bottom: calc(3.44828vw + 0.56034rem);
  }
}

@media all and (min-width: 56.25em) {
  .CaseTitle-share {
    margin-bottom: 2.5rem;
  }
}

.CaseTitle-description {
  font-size: 1.25rem;
  line-height: 1.45;
  margin-bottom: 2rem;
}

@media all and (min-width: 20em) {
  .CaseTitle-description {
    font-size: calc(0.625vw + 1.125rem);
  }
}

@media all and (min-width: 40em) {
  .CaseTitle-description {
    font-size: 1.375rem;
  }
}

.CaseTitle-label {
  margin-bottom: 0.5rem;
}

.CaseTitle-taxonomy {
  border-bottom: 1px solid rgba(74, 61, 49, 0.5);
  border-top: 1px solid rgba(74, 61, 49, 0.5);
  margin-bottom: 1.875rem;
}

@media all and (min-width: 27.5em) {
  .CaseTitle-taxonomy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2.5rem;
  }
}

@media all and (max-width: 38.6875em) {
  .CaseTitle-taxonomy {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.CaseTitle-taxonomy a {
  border-bottom: 1px solid transparent;
  color: #4a3d31;
}

.CaseTitle-taxonomy a:hover,
.CaseTitle-taxonomy a:active,
.CaseTitle-taxonomy a.nice-select.open,
[data-whatinput="keyboard"] .CaseTitle-taxonomy a:focus,
.no-js .CaseTitle-taxonomy a:focus {
  border-bottom-color: currentColor;
}

.CaseTitle-taxonomy a:hover,
.CaseTitle-taxonomy a:focus,
.CaseTitle-taxonomy a:active,
.CaseTitle-taxonomy a.nice-select.open {
  color: #a85d00;
}

.CaseTitle-taxonomy a .icon {
  margin-left: 0.375rem;
}

.CaseTitle-taxonomy-col {
  font-size: 0.9375rem;
  font-weight: bold;
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
}

@media all and (max-width: 27.4375em) {
  .CaseTitle-taxonomy-col {
    border-top: 1px solid rgba(74, 61, 49, 0.5);
  }
}

@media all and (min-width: 27.5em) and (max-width: 38.6875em) {
  .CaseTitle-taxonomy-col {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

@media all and (min-width: 27.5em) and (max-width: 38.6875em) and (min-width: 26.25em) {
  .CaseTitle-taxonomy-col {
    padding-left: calc(3.84615vw + -0.38462rem);
    padding-right: calc(3.84615vw + -0.38462rem);
  }
}

@media all and (min-width: 27.5em) and (max-width: 38.6875em) and (min-width: 42.5em) {
  .CaseTitle-taxonomy-col {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media all and (min-width: 27.5em) {
  .CaseTitle-taxonomy-col {
    border-left: 1px solid rgba(74, 61, 49, 0.5);
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.CaseTitle-taxonomy-col:first-child {
  border-top: 0;
  border-left: 0;
}

.CaseTitle-taxonomy-focus-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.CaseTitle-taxonomy-focus-link:hover,
.CaseTitle-taxonomy-focus-link:focus,
.CaseTitle-taxonomy-focus-link:active,
.CaseTitle-taxonomy-focus-link.nice-select.open {
  border-bottom: 0;
}

.CaseTitle-taxonomy-focus-link:hover .CaseTitle-taxonomy-focus-text,
.CaseTitle-taxonomy-focus-link:focus .CaseTitle-taxonomy-focus-text,
.CaseTitle-taxonomy-focus-link:active .CaseTitle-taxonomy-focus-text,
.CaseTitle-taxonomy-focus-link.nice-select.open .CaseTitle-taxonomy-focus-text {
  border-bottom-color: currentColor;
}

.CaseTitle-taxonomy-focus-text {
  border-bottom: 1px solid transparent;
  color: currentColor;
  -webkit-transition: border 150ms ease-in-out;
  transition: border 150ms ease-in-out;
}

.CaseTitle-taxonomy-focus-image {
  display: block;
  height: auto;
  margin-right: 1.25rem;
  width: 3.4375rem;
}

@media all and (min-width: 27.5em) and (max-width: 38.6875em) {
  .CaseTitle-taxonomy-date {
    border-left: 0;
    padding-right: 1.25rem;
  }
}

@media all and (min-width: 27.5em) and (max-width: 38.6875em) {
  .CaseTitle-taxonomy-type {
    padding-left: 1.25rem;
  }
}

@media all and (min-width: 27.5em) and (max-width: 38.6875em) {
  .CaseTitle-taxonomy-date,
  .CaseTitle-taxonomy-type {
    border-top: 1px solid rgba(74, 61, 49, 0.5);
    width: 50%;
  }
}

.CaseTitle-info {
  font-size: 0.875rem;
  line-height: 1.4;
}

@media all and (min-width: 28.75em) {
  .CaseTitle-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.CaseTitle-info-title {
  font-weight: bold;
  font-size: 0.9375rem;
  margin-bottom: 0.3125rem;
}

.CaseTitle-info-link {
  border-bottom: 1px solid transparent;
  color: #4a3d31;
}

.CaseTitle-info-link:hover,
.CaseTitle-info-link:active,
.CaseTitle-info-link.nice-select.open,
[data-whatinput="keyboard"] .CaseTitle-info-link:focus,
.no-js .CaseTitle-info-link:focus {
  border-bottom-color: currentColor;
}

.CaseTitle-info-link:hover,
.CaseTitle-info-link:focus,
.CaseTitle-info-link:active,
.CaseTitle-info-link.nice-select.open {
  color: #a85d00;
}

.CaseTitle-info-link .icon {
  margin-left: 0.375rem;
}

.CaseTitle-info-description {
  line-height: 1.55;
}

@media all and (max-width: 28.6875em) {
  .CaseTitle-info-status {
    margin-bottom: 1.875rem;
  }
}

@media all and (min-width: 28.75em) {
  .CaseTitle-info-status,
  .CaseTitle-info-next {
    width: 45%;
  }
}

.Cases {
  background-color: #cce7e6;
}

@media all and (min-width: 60em) {
  .Cases-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -1.875rem;
  }
}

@media all and (max-width: 59.9375em) {
  .Cases-item {
    margin-bottom: 2.125rem;
  }
}

@media all and (min-width: 60em) {
  .Cases-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 1.875rem;
    width: 50%;
  }

  .Cases-item:nth-last-child(3):first-child,
  .Cases-item:nth-last-child(3):first-child ~ .Cases-item {
    width: 33.33333%;
  }
}

.Cases-focus {
  border-top: 1px solid rgba(74, 61, 49, 0.75);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.Cases-focus-icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid rgba(74, 61, 49, 0.75);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-height: 3.125rem;
  padding: 0.3125rem 0.5rem;
  width: 4.375rem;
}

.Cases-focus-icon-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 2.25rem;
  width: auto;
}

.Cases-focus-label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  padding-bottom: 0.625rem;
  padding-left: 1.0625rem;
  padding-top: 0.625rem;
}

.Cases-focus-label-link {
  font-size: 1rem;
  border-bottom: 1px solid transparent;
  color: #4a3d31;
  display: inline-block;
  line-height: 1.25;
}

@media all and (min-width: 21.25em) {
  .Cases-focus-label-link {
    font-size: calc(1.42857vw + 0.69643rem);
  }
}

@media all and (min-width: 30em) {
  .Cases-focus-label-link {
    font-size: 1.125rem;
  }
}

.Cases-focus-label-link:hover,
.Cases-focus-label-link:active,
.Cases-focus-label-link.nice-select.open,
[data-whatinput="keyboard"] .Cases-focus-label-link:focus,
.no-js .Cases-focus-label-link:focus {
  border-bottom-color: currentColor;
}

@media all and (min-width: 60em) {
  .Cases-focus-label-link {
    font-size: 1rem;
  }
}

.Cases-focus-label-link .icon {
  margin-left: 0.5rem;
  position: relative;
  top: 0.0625rem;
}

.Cases-content {
  border-top: 1px solid rgba(74, 61, 49, 0.75);
}

@media all and (max-width: 59.9375em) {
  .Cases-content {
    padding-right: calc(100% - 43.125rem);
  }
}

.Cases-title {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.0625rem;
  margin-bottom: 1.3125rem;
  margin-top: 0.75rem;
}

@media all and (min-width: 20em) {
  .Cases-title {
    font-size: calc(1.25vw + 1.25rem);
  }
}

@media all and (min-width: 30em) {
  .Cases-title {
    font-size: 1.625rem;
  }
}

.Cases-title-link {
  border-bottom: 1px solid transparent;
  color: #4a3d31;
}

.Cases-title-link:hover,
.Cases-title-link:active,
.Cases-title-link.nice-select.open,
[data-whatinput="keyboard"] .Cases-title-link:focus,
.no-js .Cases-title-link:focus {
  border-bottom-color: currentColor;
}

.Cases-legal {
  font-size: 0.9375rem;
  line-height: 1.375;
  margin-bottom: 0.8125rem;
}

@media all and (min-width: 20em) {
  .Cases-legal {
    font-size: calc(0.625vw + 0.8125rem);
  }
}

@media all and (min-width: 30em) {
  .Cases-legal {
    font-size: 1rem;
  }
}

.Cases-meta {
  font-size: 0.875rem;
  border-bottom: 1px solid rgba(74, 61, 49, 0.75);
  border-top: 1px solid rgba(74, 61, 49, 0.75);
  margin-top: auto;
}

@media all and (min-width: 20em) {
  .Cases-meta {
    font-size: calc(0.625vw + 0.75rem);
  }
}

@media all and (min-width: 30em) {
  .Cases-meta {
    font-size: 0.9375rem;
  }
}

@media all and (min-width: 20em) {
  .Cases-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media all and (min-width: 60em) and (max-width: 65em) {
  .Cases-meta {
    display: block;
  }
}

.Cases-meta-col {
  padding-top: 0.9375rem;
  padding-bottom: 0.75rem;
}

@media all and (min-width: 20em) {
  .Cases-meta-col {
    border-left: 1px solid rgba(74, 61, 49, 0.75);
    padding-left: 0.9375rem;
  }
}

@media all and (min-width: 20em) {
  .Cases-meta-col:first-child {
    border-left: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding-right: 0.3125rem;
    padding-left: 0;
    max-width: 10.25rem;
    min-width: 8.875rem;
    width: 45%;
  }
}

@media all and (min-width: 60em) {
  .Cases-meta-col:first-child {
    max-width: 10.25rem;
    width: 48%;
  }
}

@media all and (min-width: 60em) and (max-width: 65em) {
  .Cases-meta-col {
    border-left: 0;
    padding-left: 0;
  }

  .Cases-meta-col:first-child {
    max-width: none;
    width: 100%;
  }
}

.Cases-meta-label {
  color: rgba(74, 61, 49, 0.77);
  line-height: 1;
  margin-bottom: 0.375rem;
  text-transform: uppercase;
}

.Cases-meta-link {
  border-bottom: 1px solid transparent;
  color: #4a3d31;
}

.Cases-meta-link:hover,
.Cases-meta-link:active,
.Cases-meta-link.nice-select.open,
[data-whatinput="keyboard"] .Cases-meta-link:focus,
.no-js .Cases-meta-link:focus {
  border-bottom-color: currentColor;
}

.Cases-meta-link .icon {
  margin-left: 0.375rem;
}

.Cases-more {
  margin-top: 1.875rem;
}

@media all and (min-width: 52.5em) {
  .Cases-more {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 3.75rem;
  }
}

.Cases-more-text {
  font-size: 0.875rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media all and (min-width: 20em) {
  .Cases-more-text {
    font-size: calc(1.25vw + 0.625rem);
  }
}

@media all and (min-width: 30em) {
  .Cases-more-text {
    font-size: 1rem;
  }
}

.Cases-more-link {
  border-bottom: 1px solid transparent;
  color: #4a3d31;
}

.Cases-more-link:hover,
.Cases-more-link:active,
.Cases-more-link.nice-select.open,
[data-whatinput="keyboard"] .Cases-more-link:focus,
.no-js .Cases-more-link:focus {
  border-bottom-color: currentColor;
}

.Cases-more-link .icon {
  margin-left: 0.3125rem;
}

.Cases-more-cta {
  display: inline-block;
}

@media all and (max-width: 52.4375em) {
  .Cases-more-cta {
    margin-top: 2.3125rem;
  }
}

@media all and (min-width: 52.5em) {
  .Cases-more-cta {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    margin-left: 1.875rem;
  }
}

#usmap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding-top: 50px;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

@media all and (max-width: 37.5em) {
  #usmap {
    margin-top: -1em;
  }
}

#usmap #theSVG {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  max-height: 53vh;
  width: 100%;
}

@media all and (max-width: 37.5em) {
  #usmap #theSVG {
    max-height: 40vh;
  }
}

#usmap.state-view .jvectormap-region:hover,
#usmap.activeState .jvectormap-region:hover,
#usmap.activeMarker .jvectormap-region:hover {
  fill: #98d4e8;
}

#usmap.state-view .state-mode,
#usmap.activeState .state-mode,
#usmap.activeMarker .state-mode {
  font-weight: 700;
  color: #4a3d31;
}

#usmap.state-view .marker.federal,
#usmap.activeState .marker.federal,
#usmap.activeMarker .marker.federal {
  display: none;
}

#usmap.federal-view #district-lines {
  opacity: 1;
}

#usmap.federal-view .federal-mode {
  font-weight: 700;
  color: #4a3d31;
}

#usmap.federal-view #regions > g:hover {
  fill: #98d4e8 !important;
}

#usmap.federal-view #regions > g path {
  stroke-width: 1px;
  stroke: transparent;
}

#usmap.federal-view .marker.state {
  display: none;
}

#usmap #reset-map {
  background-color: #c44303;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  height: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.5s, height 1s;
  transition: opacity 0.5s, height 1s;
}

#usmap #reset-map button {
  border: 0;
  color: #fff;
  padding: 12px 16px;
  font-weight: 700;
}

@media all and (max-width: 37.5em) {
  #usmap #reset-map button {
    font-size: 15px;
    padding: 6px 8px;
  }
}

#usmap #reset-map.active {
  height: auto;
  opacity: 1;
}

#usmap #casemap-mode {
  position: absolute;
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  right: 0;
  top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  color: #808080;
  letter-spacing: 0;
  font-size: 15px;
  font-family: HelveticaNeue, Helvetica Neue, HelveticaNeueRoman, HelveticaNeue-Roman, Helvetica Neue Roman, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
}

@media all and (max-width: 37.5em) {
  #usmap #casemap-mode {
    font-size: 14px;
  }
}

#usmap #casemap-mode .state-mode {
  margin-right: 25px;
}

@media all and (max-width: 37.5em) {
  #usmap #casemap-mode .state-mode {
    margin-right: 15px;
  }
}

#usmap #caseKey {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#usmap #caseKey > div {
  margin: 0 10px;
  font-family: HelveticaNeue, Helvetica Neue, HelveticaNeueRoman, HelveticaNeue-Roman, Helvetica Neue Roman, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  font-size: 14px;
}

#usmap #caseKey > div.animals-used-in-research:before {
  background-color: #c85336;
}

#usmap #caseKey > div.captive-animals:before {
  background-color: #c19642;
}

#usmap #caseKey > div.farmed-animals:before {
  background-color: #46382a;
}

#usmap #caseKey > div.wildlife:before {
  background-color: #d3843c;
}

#usmap #caseKey > div.companion-animals:before {
  background-color: #aca649;
}

#usmap #caseKey > div:before {
  content: '';
  height: 9px;
  width: 9px;
  background-color: red;
  border-radius: 50%;
  display: inline-block;
  margin-right: 4px;
}

#usmap #caseKey > div:first-of-type {
  margin-left: 0;
}

#usmap #caseKey > div:last-of-type {
  margin-right: 0;
}

#usmap #info-boxes {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  font-size: 30px;
  font-family: HelveticaNeue, Helvetica Neue, HelveticaNeueRoman, HelveticaNeue-Roman, Helvetica Neue Roman, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  line-height: 1.2;
  margin-top: 30px;
}

@media all and (max-width: 37.5em) {
  #usmap #info-boxes {
    font-size: 19px;
    margin-top: 10px;
  }
}

#usmap #info-boxes .info-box-us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  max-width: 510px;
  margin: 0 auto;
}

#usmap #info-boxes .info-box-us .info-cases-us,
#usmap #info-boxes .info-box-us .info-state-us {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  text-transform: uppercase;
  font-weight: 700;
  padding-top: 7px;
  padding-bottom: 7px;
}

@media all and (max-width: 37.5em) {
  #usmap #info-boxes .info-box-us .info-cases-us,
  #usmap #info-boxes .info-box-us .info-state-us {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

#usmap #info-boxes .info-box-us .info-cases-us {
  border-right: 1px solid #000;
  position: relative;
  text-align: center;
}

@media all and (min-width: 37.5em) {
  #usmap #info-boxes .info-box-us .info-cases-us {
    padding-right: 45px;
    text-align: right;
  }
}

#usmap #info-boxes .info-box-us .info-cases-us:after {
  position: absolute;
  content: "in";
  right: 0;
  -webkit-transform: translateX(50%) translateY(-50%);
          transform: translateX(50%) translateY(-50%);
  background-color: #f8f6f3;
  font-size: 15px;
  line-height: 17px;
  line-height: 20px;
  top: 50%;
  color: #808080;
}

#usmap #info-boxes .info-box-us .info-state-us {
  text-align: center;
}

@media all and (min-width: 37.5em) {
  #usmap #info-boxes .info-box-us .info-state-us {
    padding-left: 45px;
    text-align: left;
  }
}

#usmap #info-boxes .info-box-us .info-cases-us-text,
#usmap #info-boxes .info-box-us .info-state-us-text {
  color: #b64c20;
}

@media all and (max-width: 37.5em) {
  #usmap #info-boxes .info-box-us .info-cases-us-text,
  #usmap #info-boxes .info-box-us .info-state-us-text {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
}

#usmap #info-boxes .info-box-us .federal {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  font-size: 25px;
  font-style: italic;
  margin-top: 5px;
}

#usmap #info-boxes .info-box-us .federal a {
  color: #b64c20;
  font-weight: 700;
}

#usmap #info-boxes .info-box-state {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  max-width: 578px;
  margin: 0 auto;
}

#usmap #info-boxes .info-box-state .info-cases-state,
#usmap #info-boxes .info-box-state .info-state-long {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  text-transform: uppercase;
  font-weight: 700;
  padding-top: 7px;
  padding-bottom: 7px;
}

@media all and (min-width: 37.5em) {
  #usmap #info-boxes .info-box-state .info-cases-state,
  #usmap #info-boxes .info-box-state .info-state-long {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
}

#usmap #info-boxes .info-box-state .info-cases-state {
  border-right: none;
  position: relative;
}

@media all and (min-width: 37.5em) {
  #usmap #info-boxes .info-box-state .info-cases-state {
    border-right: 1px solid #000;
  }
}

#usmap #info-boxes .info-box-state .info-cases-state:after {
  position: absolute;
  content: "in";
  right: 50%;
  -webkit-transform: translateX(50%) translateY(-50%);
          transform: translateX(50%) translateY(-50%);
  background-color: #f8f6f3;
  font-size: 15px;
  line-height: 17px;
  line-height: 20px;
  top: 100%;
  color: #808080;
}

@media all and (min-width: 37.5em) {
  #usmap #info-boxes .info-box-state .info-cases-state:after {
    top: 50%;
    right: 0;
  }
}

#usmap #info-boxes .info-box-state .info-cases-state .info-cases-state-number {
  color: #c44303;
}

#usmap #info-boxes .info-box-state .info-cases-state .info-cases-state-number .cases {
  color: #4a3d31;
}

#usmap #info-boxes .info-box-state .info-state-all {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}

#usmap #info-boxes .info-box-state .info-state-long {
  color: #c44303;
}

#usmap #info-boxes .info-box-marker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #000;
  line-height: 1;
  font-weight: 700;
}

#usmap #info-boxes .info-box-marker .info-label {
  font-size: 14px;
  text-transform: uppercase;
  color: #808080;
}

#usmap #info-boxes .info-box-marker .info-name {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  line-height: 32px;
  margin-bottom: 20px;
  font-size: 24px;
}

@media all and (max-width: 37.5em) {
  #usmap #info-boxes .info-box-marker .info-name {
    font-size: 18px;
    line-height: 21px;
  }
}

#usmap #info-boxes .info-box-marker .info-focus,
#usmap #info-boxes .info-box-marker .info-focus-image,
#usmap #info-boxes .info-box-marker .info-type,
#usmap #info-boxes .info-box-marker .info-status {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 16px;
  text-align: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  height: 60px;
  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;
  padding-right: 1%;
}

@media all and (min-width: 37.5em) {
  #usmap #info-boxes .info-box-marker .info-focus,
  #usmap #info-boxes .info-box-marker .info-focus-image,
  #usmap #info-boxes .info-box-marker .info-type,
  #usmap #info-boxes .info-box-marker .info-status {
    text-align: left;
  }
}

#usmap #info-boxes .info-box-marker .info-focus {
  border-right: 1px solid #000;
}

#usmap #info-boxes .info-box-marker .info-focus-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

#usmap #info-boxes .info-box-marker .info-focus-image img {
  height: 40px;
  width: auto;
}

#usmap #info-boxes .info-box-marker .info-type {
  padding-left: 2.5%;
  border-right: 1px solid #000;
}

#usmap #info-boxes .info-box-marker .info-status {
  padding-left: 2.5%;
}

#usmap #info-boxes .info-box-marker .info-all {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}

#usmap #info-boxes .btn {
  background-color: #c44303;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  border: none;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 700;
}

@media all and (max-width: 37.5em) {
  #usmap #info-boxes .btn {
    font-size: 16px;
    margin-top: 10px;
  }
}

#usmap #info-boxes .btn:hover {
  background-color: #4a3d31;
}

#usmap .marker {
  fill: transparent;
  stroke: #fff;
}

#usmap .marker.animals-used-in-research {
  stroke: #a0422b;
  fill: #c85336;
}

#usmap .marker.animals-used-in-research.active {
  fill: #783220;
}

#usmap .marker.captive-animals {
  stroke: #9d7933;
  fill: #c19642;
}

#usmap .marker.captive-animals.active {
  fill: #765b27;
}

#usmap .marker.farmed-animals {
  stroke: #261f17;
  fill: #46382a;
}

#usmap .marker.farmed-animals.active {
  fill: #060504;
}

#usmap .marker.wildlife {
  stroke: #b36b29;
  fill: #d3843c;
}

#usmap .marker.wildlife.active {
  fill: #8a521f;
}

#usmap .marker.companion-animals {
  stroke: #88833a;
  fill: #aca649;
}

#usmap .marker.companion-animals.active {
  fill: #64612b;
}

#usmap .marker.active {
  stroke: #fff;
}

#usmap #district-lines {
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.advocacy-actionwidget {
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: #f8f6f3;
}

.ContentGrid-row {
  display: none;
}

@media all and (min-width: 56.25em) {
  .ContentGrid-row {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin-left: -1.875rem;
  }
}

@media all and (min-width: 56.25em) {
  .ContentGrid-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    overflow: hidden;
  }

  .ContentGrid-content:first-child > *:first-child {
    border-top: 6px solid #e7aa0d;
    padding-top: 0.75rem;
  }
}

.ContentGrid-image {
  display: block;
}

.ContentGrid-image img {
  display: block;
  width: 100%;
}

.ContentGrid-meta {
  border-bottom: 1px solid rgba(74, 61, 49, 0.5);
  padding-bottom: 0.625rem;
}

@media all and (min-width: 56.25em) {
  .ContentGrid-meta {
    margin-bottom: 0 !important;
    padding-left: 0 !important;
  }
}

.ContentGrid-large {
  margin-bottom: 1.875rem;
}

@media all and (max-width: 56.1875em) {
  .ContentGrid-large {
    border-bottom: 1px solid #e7aa0d;
    border-top: 6px solid #e7aa0d;
    padding-bottom: 1.125rem;
    padding-top: 1.0625rem;
  }
}

@media all and (min-width: 56.25em) {
  .ContentGrid-large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media all and (max-width: 56.1875em) {
  .ContentGrid-large .ContentGrid-image {
    margin-bottom: 0.6875rem;
  }
}

@media all and (min-width: 56.25em) {
  .ContentGrid-large .ContentGrid-image {
    display: block;
    overflow: hidden;
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 68%;
            flex: 1 1 68%;
    margin-left: 1.875rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .ContentGrid-large .ContentGrid-image:before {
    content: '';
    display: block;
    padding-top: 56.25%;
  }

  .ContentGrid-large .ContentGrid-image img {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.ContentGrid-large .ContentGrid-content {
  min-width: 18.75rem;
}

@media all and (min-width: 56.25em) {
  .ContentGrid-large .ContentGrid-content {
    border-bottom: 1px solid rgba(74, 61, 49, 0.5);
    -webkit-box-flex: 1;
        -ms-flex: 1 0 32%;
            flex: 1 0 32%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .ContentGrid-large .ContentGrid-content > *:first-child {
    border-top: 6px solid #e7aa0d;
    padding-top: 0.75rem;
    width: 100%;
  }
}

.ContentGrid-large .ContentGrid-meta {
  border-bottom: 0;
}

.ContentGrid-medium {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 1.875rem;
  width: 50%;
}

.ContentGrid-medium .ContentGrid-image {
  margin-bottom: 0.6875rem;
}

.ContentGrid-medium .ContentGrid-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.ContentGrid-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 1.875rem;
  width: 50%;
}

.ContentGrid-small {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.ContentGrid-small:not(:last-child) {
  margin-bottom: 1.25rem;
}

.ContentGrid-small:only-child {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.ContentGrid-small .ContentGrid-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 0.6875rem;
  margin-right: 1.875rem;
  width: 40%;
}

@media all and (min-width: 56.25em) {
  .ContentGrid-small .ContentGrid-image:before {
    padding-top: 100%;
  }
}

.ContentGrid-small .ContentGrid-content {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  width: 100%;
}

.CookieBanner {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: #4a3d31;
  bottom: 0;
  color: #fff;
  left: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  -webkit-transition: opacity 200ms ease-in-out, max-height 0s linear 200ms, padding 0s linear 200ms, visibility 0s linear 200ms;
  transition: opacity 200ms ease-in-out, max-height 0s linear 200ms, padding 0s linear 200ms, visibility 0s linear 200ms;
  visibility: hidden;
  width: 100%;
  z-index: 900;
}

.CookieBanner.is-active {
  border-top: 1px solid #f8f6f3;
  max-height: 500px;
  opacity: 1;
  padding-bottom: 1.875rem;
  padding-top: 1.25rem;
  -webkit-transition: none;
  transition: none;
  visibility: visible;
}

@media all and (min-width: 35em) {
  .CookieBanner-wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.CookieBanner-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 0.9375rem;
  line-height: 1.4;
}

@media all and (min-width: 35em) {
  .CookieBanner-content {
    padding-right: 2.5rem;
  }
}

.CookieBanner-content a {
  color: #fff;
  font-weight: bold;
}

.CookieBanner-content a:hover,
.CookieBanner-content a:active,
.CookieBanner-content a.nice-select.open,
[data-whatinput="keyboard"] .CookieBanner-content a:focus {
  text-decoration: underline;
}

.CookieBanner-content a,
.CookieBanner-content a:link,
.CookieBanner-content a:visited,
.CookieBanner-content a:focus,
.CookieBanner-content a:hover,
.CookieBanner-content a:active,
.CookieBanner-content a.nice-select.open {
  text-decoration: underline;
}

@media all and (min-width: 20em) {
  .CookieBanner-content a {
    white-space: nowrap;
  }
}

.CookieBanner-content b,
.CookieBanner-content strong {
  font-weight: bold;
}

.CookieBanner-content i,
.CookieBanner-content em {
  font-style: italic;
}

@media all and (max-width: 34.9375em) {
  .CookieBanner-button {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.875rem;
  }
}

@media all and (min-width: 35em) {
  .CookieBanner-button {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.CoverLink {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.CoverLink-parent {
  position: relative;
}

.CoverLink-over {
  position: relative;
  z-index: 3;
}

.show-promo {
  overflow: hidden;
}

.DonatePromo {
  background-color: #4a3d31;
  color: #fff;
  display: none;
  min-height: 100vh;
  position: relative;
  z-index: 1;
}

.show-promo .DonatePromo {
  display: block;
}

@media all and (min-width: 64em) {
  .show-promo .DonatePromo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media all and (min-width: 64em) and (min-height: 60em) {
  .DonatePromo {
    height: 100vh;
  }
}

@media all and (min-width: 80em) and (min-height: 56.25em) {
  .DonatePromo {
    height: 100vh;
  }
}

.DonatePromo-image {
  position: relative;
}

@media all and (max-width: 63.9375em) {
  .DonatePromo-image {
    display: none;
  }
}

@media all and (min-width: 64em) {
  .DonatePromo-image {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 47%;
            flex: 1 1 47%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.DonatePromo-image img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  display: none;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.show-promo .DonatePromo-image img {
  display: block;
}

.DonatePromo-content {
  padding-bottom: 3.125rem;
  padding-top: 4.375rem;
}

@media all and (min-width: 50em) {
  .DonatePromo-content {
    padding-top: 5.625rem;
    max-width: 48.75rem;
  }
}

.DonatePromo-content-image {
  display: none;
}

@supports (mix-blend-mode: multiply) {
  .DonatePromo-content-image {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    display: block;
    mix-blend-mode: multiply;
    opacity: 0.3;
    z-index: -1;
  }
}

.DonatePromo-content-image img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

@media all and (min-width: 64em) {
  .DonatePromo-content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    min-width: 33.75rem;
    width: 53%;
  }
}

.DonatePromo-close {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  background-image: none;
  cursor: pointer;
  font-weight: normal;
  letter-spacing: 0;
  line-height: normal;
  text-align: left;
  text-shadow: none;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0.25);
  color: currentColor;
  height: 4.375rem;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  width: 4.375rem;
}

.DonatePromo-close:hover,
.DonatePromo-close:focus,
.DonatePromo-close:active,
.DonatePromo-close.nice-select.open {
  background-color: transparent;
}

.DonatePromo-close:hover,
.DonatePromo-close:active,
.DonatePromo-close.nice-select.open,
[data-whatinput="keyboard"] .DonatePromo-close:focus,
.no-js .DonatePromo-close:focus {
  background-color: #c44303;
}

.DonatePromo-close-icon {
  fill: currentColor;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.DonatePromo-title {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 1.625rem;
  line-height: 1.3;
  margin-bottom: 0.75rem;
  font-weight: bold;
}

@media all and (min-width: 20em) {
  .DonatePromo-title {
    font-size: calc(4.375vw + 0.75rem);
  }
}

@media all and (min-width: 40em) {
  .DonatePromo-title {
    font-size: 2.5rem;
  }
}

.DonatePromo-description {
  font-size: 1.125rem;
  line-height: 1.55;
  margin-bottom: 1.4375rem;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}

@media all and (min-width: 20em) {
  .DonatePromo-description {
    font-size: calc(1.875vw + 0.75rem);
  }
}

@media all and (min-width: 40em) {
  .DonatePromo-description {
    font-size: 1.5rem;
  }
}

.DonatePromo-amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.5625rem;
}

@supports (display: grid) {
  .DonatePromo-amount {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 20px;
  }
}

.DonatePromo-amount-label {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  border: 1px solid currentColor;
  color: #fff;
  display: block;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
  padding: 0.9375rem;
  text-align: center;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  width: calc(33% - 13.33333px);
}

@supports (display: grid) {
  .DonatePromo-amount-label {
    width: auto;
  }
}

.DonatePromo-amount-label:hover,
.DonatePromo-amount-label:active,
.DonatePromo-amount-label.nice-select.open,
[data-whatinput="keyboard"] .DonatePromo-amount-label:focus,
.no-js .DonatePromo-amount-label:focus {
  background-color: rgba(0, 0, 0, 0.2);
}

.DonatePromo-amount-input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.DonatePromo-amount-input:checked + label {
  background-color: #c44303;
}

.DonatePromo-other {
  margin-bottom: 1.4375rem;
  position: relative;
}

.DonatePromo-other:before {
  color: #fff;
  content: '$';
  font-family: HelveticaNeue, Helvetica Neue, HelveticaNeueRoman, HelveticaNeue-Roman, Helvetica Neue Roman, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  left: 0.75rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.DonatePromo-other-input {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  border-color: currentColor !important;
  border-width: 1px !important;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1 !important;
  padding-left: 1.875rem !important;
}

.DonatePromo-other-input:focus {
  background-color: transparent !important;
}

.DonatePromo-other-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7) !important;
}

.DonatePromo-other-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7) !important;
}

.DonatePromo-other-input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7) !important;
}

.DonatePromo-other-input::placeholder {
  color: rgba(255, 255, 255, 0.7) !important;
}

.DonatePromo-recurring {
  margin-bottom: 2rem;
}

.DonatePromo-recurring-input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.DonatePromo-recurring-input:checked + .DonatePromo-recurring-label:before {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%271.1%27%20baseProfile=%27full%27%20xmlns=%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox=%270%200%20512%20512%27%20width=%27512%27%20height=%27512%27%20preserveAspectRatio=%27xMidYMid%20meet%27%20fill=%27%23fff%27%3E%3Cpath%20d=%27M174%20439L7%20273a26%2026%200%200%201%200-36l37-36c10-10%2026-10%2036%200l112%20112L432%2073c10-10%2026-10%2036%200l37%2036c9%2010%209%2026%200%2036L210%20439a26%2026%200%200%201-36%200z%27%2F%3E%3C%2Fsvg%3E");
}

.DonatePromo-recurring-label {
  display: block;
  font-size: 1rem;
  padding-left: 1.75rem;
  position: relative;
}

.DonatePromo-recurring-label:hover,
.DonatePromo-recurring-label:focus,
.DonatePromo-recurring-label:active,
.DonatePromo-recurring-label.nice-select.open {
  text-decoration: underline;
}

.DonatePromo-recurring-label:before {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 70% auto;
  border: 1px solid currentColor;
  content: '';
  height: 1.25rem;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.25rem;
}

.DonatePromo-submit .icon {
  vertical-align: bottom;
}

@-webkit-keyframes errorHeroImage {
  from {
    -webkit-transform: translateY(-180px);
            transform: translateY(-180px);
  }

  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes errorHeroImage {
  from {
    -webkit-transform: translateY(-180px);
            transform: translateY(-180px);
  }

  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.ErrorHero {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d47500), to(#a85d00));
  background-image: linear-gradient(to bottom, #d47500, #a85d00);
  overflow: hidden;
  position: relative;
}

.ErrorHero-background {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0.15;
}

.ErrorHero-background img {
  mix-blend-mode: multiply;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

.ErrorHero-content {
  color: #fff;
  position: relative;
  z-index: 2;
}

.ErrorHero-image {
  -webkit-animation: 1.2s errorHeroImage cubic-bezier(0.190, 1.000, 0.220, 1.000) 800ms both;
          animation: 1.2s errorHeroImage cubic-bezier(0.190, 1.000, 0.220, 1.000) 800ms both;
  display: block;
  margin-bottom: 1.875rem;
}

.ErrorHero-title {
  margin-bottom: 1.875rem;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

.ErrorHero-description {
  font-size: 1.25rem;
  line-height: 1.45;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
}

@media all and (min-width: 20em) {
  .ErrorHero-description {
    font-size: calc(0.34483vw + 1.18103rem);
  }
}

@media all and (min-width: 56.25em) {
  .ErrorHero-description {
    font-size: 1.375rem;
  }
}

.ErrorHero-description a {
  font-family: HelveticaNeueBold, HelveticaNeue-Bold, Helvetica Neue Bold, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  font-weight: 700;
  color: #fff;
  text-decoration: underline;
}

.ErrorHero-description a:hover,
.ErrorHero-description a:focus,
.ErrorHero-description a:active,
.ErrorHero-description a.nice-select.open {
  opacity: 0.8;
}

.ErrorHero .search {
  text-shadow: none;
}

.ErrorHero .search-form {
  margin-top: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 31.25rem;
  width: 100%;
}

@media all and (min-width: 20em) {
  .ErrorHero .search-form {
    margin-top: calc(5.51724vw + 0.77155rem);
  }
}

@media all and (min-width: 56.25em) {
  .ErrorHero .search-form {
    margin-top: 3.875rem;
  }
}

.ErrorHero .search-form > label {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  width: 100%;
}

.ErrorHero .search-field {
  background-color: #f8f6f3;
  border: 2px solid currentColor;
  color: #4a3d31;
  display: block;
  font-size: 1.125rem;
  height: 100%;
  padding: 0.75rem 1rem 0.625rem;
  width: 100%;
}

.ErrorHero .search-submit {
  background-color: transparent;
  background-image: none;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  text-align: center;
  -webkit-transition: background-color 150ms ease-in-out, border 150ms ease-in-out, color 150ms ease-in-out, -webkit-transform 50ms ease-in-out;
  transition: background-color 150ms ease-in-out, border 150ms ease-in-out, color 150ms ease-in-out, -webkit-transform 50ms ease-in-out;
  transition: background-color 150ms ease-in-out, border 150ms ease-in-out, color 150ms ease-in-out, transform 50ms ease-in-out;
  transition: background-color 150ms ease-in-out, border 150ms ease-in-out, color 150ms ease-in-out, transform 50ms ease-in-out, -webkit-transform 50ms ease-in-out;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: HelveticaNeueHeavy, HelveticaNeue-Heavy, Helvetica Neue Heavy, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  font-weight: 800;
  border: 2px solid currentColor;
  color: #4a3d31;
  font-size: 1rem;
  line-height: 1.2;
  padding: 1.125rem 2.125rem;
  text-transform: uppercase;
  font-size: 0.875rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  background-color: #fff;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 6.25rem;
          flex: 0 0 6.25rem;
  margin-left: 0.75rem;
  padding-bottom: 0.625rem;
  padding-top: 0.625rem;
}

.ErrorHero .search-submit:active,
.ErrorHero .search-submit.nice-select.open {
  -webkit-transform: scale(0.97);
          transform: scale(0.97);
}

.ErrorHero .search-submit:disabled {
  background-color: #eee !important;
  border-color: #bbb !important;
  color: #666 !important;
  cursor: not-allowed !important;
}

.ErrorHero .search-submit .icon-triangle {
  margin-left: 0.375rem;
}

.ErrorHero .search-submit:hover,
.ErrorHero .search-submit:active,
.ErrorHero .search-submit.nice-select.open,
[data-whatinput="keyboard"] .ErrorHero .search-submit:focus,
.no-js .ErrorHero .search-submit:focus {
  background-color: #4a3d31;
  border-color: #4a3d31;
  color: #fff;
}

@media all and (min-width: 20em) {
  .ErrorHero .search-submit {
    font-size: calc(1.66667vw + 0.54167rem);
  }
}

@media all and (min-width: 27.5em) {
  .ErrorHero .search-submit {
    font-size: 1rem;
  }
}

@media all and (min-width: 20em) {
  .ErrorHero .search-submit {
    padding-left: calc(11.66667vw + -1.08333rem);
    padding-right: calc(11.66667vw + -1.08333rem);
  }
}

@media all and (min-width: 27.5em) {
  .ErrorHero .search-submit {
    padding-left: 2.125rem;
    padding-right: 2.125rem;
  }
}

.Fact {
  position: relative;
}

@media all and (min-width: 43.75em) {
  .Fact {
    padding-top: 3.375rem;
  }
}

@media all and (min-width: 85.625em) {
  .Fact-wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 81.25rem;
  }
}

.Fact-background {
  display: block;
  overflow: hidden;
  position: relative;
  background-color: #cce7e6;
}

.Fact-background:before {
  content: '';
  display: block;
  padding-top: 56.25%;
}

.Fact-background-image {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

@media all and (min-width: 61.25em) {
  .Fact-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 61.25rem;
    width: 92.85714%;
  }
}

.Fact-box {
  background-color: #d47500;
  -webkit-box-shadow: 3px 4px 7px 0 rgba(68, 68, 68, 0.55);
          box-shadow: 3px 4px 7px 0 rgba(68, 68, 68, 0.55);
  color: #fff;
  position: relative;
  width: 100%;
}

@media all and (min-width: 28.125em) and (max-width: 43.6875em) {
  .Fact-box {
    margin-left: auto;
    margin-right: auto;
    margin-top: -15vw;
    width: 80%;
  }
}

@media all and (min-width: 43.75em) {
  .Fact-box {
    max-width: 23.25rem;
    padding-bottom: 2.125rem;
    padding-top: 2.125rem;
    position: absolute;
    top: 0;
  }
}

.Fact-box-image {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.15;
  z-index: 1;
}

@supports (mix-blend-mode: soft-light) {
  .Fact-box-image {
    mix-blend-mode: soft-light;
    opacity: 0.8;
  }
}

.Fact-box-inner {
  padding-bottom: 1.6875rem;
  padding-top: 1.6875rem;
  position: relative;
  z-index: 2;
}

.Fact-box-inner:before,
.Fact-box-inner:after {
  border-top: 1px solid currentColor;
  content: '';
  left: 0;
  position: absolute;
  width: 7.1875rem;
}

@media all and (max-width: 43.6875em) {
  .Fact-box-inner:before,
  .Fact-box-inner:after {
    display: none;
  }
}

.Fact-box-inner:before {
  top: 0;
}

.Fact-box-inner:after {
  bottom: 0;
}

.Fact-box-text {
  font-size: 1.625rem;
  line-height: 1.25;
  margin-bottom: 1.0625rem;
}

@media all and (min-width: 20em) {
  .Fact-box-text {
    font-size: calc(3.10078vw + 1.00484rem);
  }
}

@media all and (min-width: 28.0625em) {
  .Fact-box-text {
    font-size: 1.875rem;
  }
}

@media all and (min-width: 28.125em) {
  .Fact-box-text {
    font-size: calc(2vw + 1.3125rem);
  }
}

@media all and (min-width: 43.75em) {
  .Fact-box-text {
    font-size: 2.1875rem;
  }
}

.Fact-box-source {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 0.875rem;
}

.Fact-box-source a {
  color: #fff;
  text-decoration: underline;
}

.Fact-box-source a:hover,
.Fact-box-source a:focus,
.Fact-box-source a:active,
.Fact-box-source a.nice-select.open {
  opacity: 0.8;
}

@media all and (max-width: 56.1875em) {
  .l-cols-secondary .Factoid {
    margin-top: 1.875rem;
  }
}

@media all and (max-width: 56.1875em) and (min-width: 20em) {
  .l-cols-secondary .Factoid {
    margin-top: calc(1.72712vw + 1.52958rem);
  }
}

@media all and (max-width: 56.1875em) and (min-width: 56.1875em) {
  .l-cols-secondary .Factoid {
    margin-top: 2.5rem;
  }
}

.Factoid-share {
  display: block;
  margin-top: 1.875rem;
}

.Factoid-text {
  font-size: 1.375rem;
  padding-top: 1.0625rem;
  padding-bottom: 1.0625rem;
  color: #677836;
  display: block;
  position: relative;
}

@media all and (min-width: 20em) {
  .Factoid-text {
    font-size: calc(1.17647vw + 1.13971rem);
  }
}

@media all and (min-width: 62.5em) {
  .Factoid-text {
    font-size: 1.875rem;
  }
}

@media all and (min-width: 37.5em) {
  .Factoid-text {
    padding-top: calc(7vw + -1.5625rem);
    padding-bottom: calc(7vw + -1.5625rem);
  }
}

@media all and (min-width: 62.5em) {
  .Factoid-text {
    padding-top: 2.8125rem;
    padding-bottom: 2.8125rem;
  }
}

.Factoid-text:before,
.Factoid-text:after {
  background-color: transparent;
  border-top: 1px solid #979797;
  content: "";
  left: 0;
  max-width: 7.8125rem;
  position: absolute;
  width: 40%;
}

.Factoid-text:before {
  top: 0;
}

.Factoid-text:after {
  bottom: 0;
}

.FilterTags-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.FilterTags-item {
  margin-top: 0.625rem;
  margin-right: 0.625rem;
}

@media all and (min-width: 40em) {
  .FilterTags-item {
    margin-top: 1.25rem;
    margin-right: 1.25rem;
  }
}

.FilterTags-link {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: #a85d00;
  color: #fff;
  display: block;
  font-size: 0.875rem;
  padding: 0.625rem 32px 0.625rem 0.75rem;
  position: relative;
}

.FilterTags-link:hover,
.FilterTags-link:focus,
.FilterTags-link:active,
.FilterTags-link.nice-select.open {
  background-color: #8f4f00;
}

.FilterTags-link:hover:before,
.FilterTags-link:hover:after,
.FilterTags-link:focus:before,
.FilterTags-link:focus:after,
.FilterTags-link:active:before,
.FilterTags-link.nice-select.open:before,
.FilterTags-link:active:after,
.FilterTags-link.nice-select.open:after {
  border-top-color: #fff;
}

.FilterTags-link:before,
.FilterTags-link:after {
  border-top: 2px solid rgba(255, 255, 255, 0.75);
  content: '';
  opacity: 0.8;
  position: absolute;
  right: 0.75rem;
  top: 50%;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  width: 0.875rem;
}

.FilterTags-link:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.FilterTags-link:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.FilterTags-link--reset {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  background-color: transparent;
  border: 1px solid transparent;
  color: #4a3d31;
  padding-left: 0;
  padding-right: 0;
}

.FilterTags-link--reset:hover,
.FilterTags-link--reset:focus,
.FilterTags-link--reset:active,
.FilterTags-link--reset.nice-select.open {
  background-color: transparent;
  color: #c44303;
  text-decoration: underline;
}

.FilterTags-link--reset:before,
.FilterTags-link--reset:after {
  display: none;
}

.Filters {
  margin-bottom: 1.875rem;
  clear: both;
}

@media all and (min-width: 20em) {
  .Filters {
    margin-bottom: calc(4.26136vw + 1.02273rem);
  }
}

@media all and (min-width: 64em) {
  .Filters {
    margin-bottom: 3.75rem;
  }
}

@media all and (min-width: 56.25em) {
  .Filters {
    margin-bottom: 4.375rem;
  }
}

.Filters-toggle {
  color: #b36200;
  margin-bottom: 1.25rem;
  padding-bottom: 0.625rem;
  padding-top: 0.625rem;
  text-transform: uppercase;
}

.Filters-toggle:hover,
.Filters-toggle:active,
.Filters-toggle.nice-select.open,
[data-whatinput="keyboard"] .Filters-toggle:focus,
.no-js .Filters-toggle:focus {
  -webkit-transform: none;
          transform: none;
  text-decoration: underline;
}

.Filters-toggle .icon {
  fill: currentColor;
  -webkit-transition: -webkit-transform 250ms ease-in-out;
  transition: -webkit-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
}

.Filters-toggle[aria-expanded="true"] .icon {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

@media all and (min-width: 56.25em) {
  .Filters-toggle {
    display: none;
  }
}

.Filters-row {
  border-bottom: 1px solid rgba(74, 61, 49, 0.5);
}

@media all and (max-width: 56.1875em) {
  .Filters-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: visible !important;
  }

  .Filters-row,
  .js .Filters-row[aria-hidden="false"] {
    overflow: hidden;
    -webkit-transition: max-height 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000), visibility 0s linear 0s;
    transition: max-height 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000), visibility 0s linear 0s;
    visibility: visible;
  }

  .Filters-row[aria-hidden="true"],
  .js .Filters-row:not([aria-hidden]) {
    max-height: 0 !important;
    -webkit-transition: max-height 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000), visibility 0s linear 500ms;
    transition: max-height 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000), visibility 0s linear 500ms;
    visibility: hidden;
  }
}

@media all and (min-width: 56.25em) {
  .Filters-row {
    border-top: 1px solid rgba(74, 61, 49, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .Filters-row > * {
    border-right: 1px solid rgba(74, 61, 49, 0.5);
    padding: 1rem 1.1875rem 0 1rem;
  }
}

.Filters-legend {
  color: #b36200;
  font-size: 0.875rem !important;
  line-height: 1 !important;
  text-transform: uppercase;
}

@media all and (max-width: 56.1875em) {
  .Filters-legend {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }
}

@media all and (min-width: 56.25em) {
  .Filters-legend {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-left: 0.4375rem;
    margin-bottom: 0 !important;
  }
}

.Filters-item {
  position: relative;
}

@media all and (max-width: 56.1875em) {
  .Filters-item {
    border-top: 1px solid rgba(74, 61, 49, 0.5);
    padding-top: 0.625rem;
  }

  .Filters-item:last-child {
    margin-bottom: 1.25rem;
  }
}

@media all and (min-width: 56.25em) {
  .Filters-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 180px;
            flex: 1 0 180px;
  }

  .Filters-item:last-child {
    margin-right: 5%;
  }
}

.Filters-label {
  color: rgba(74, 61, 49, 0.75);
  display: block;
  font-size: 0.875rem;
  line-height: 1;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
  white-space: nowrap;
}

.Filters-select {
  border: 0 !important;
  display: block;
  font-size: 0.9375rem;
  font-weight: bold;
  padding-bottom: 1.0625rem !important;
  padding-left: 0 !important;
  padding-top: 0.3125rem !important;
  width: 100%;
}

.Filters-select:hover,
.Filters-select:active,
.Filters-select.nice-select.open,
[data-whatinput="keyboard"] .Filters-select:focus,
.no-js .Filters-select:focus {
  text-decoration: underline;
}

.Filters .nice-select {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: normal;
  padding-top: 0.3125rem;
  position: static;
}

.Filters .nice-select:hover .current {
  color: #d47500;
  text-decoration: underline;
}

.Filters .nice-select .list {
  background-color: #f8f6f3;
  border: 1px solid rgba(74, 61, 49, 0.5);
  border-top: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  left: -1px;
  width: calc(100% + 2px);
}

.Filters .nice-select .list li:hover {
  color: #d47500;
  text-decoration: underline;
}

.Filters-submenuToggle {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  background-image: none;
  cursor: pointer;
  font-weight: normal;
  letter-spacing: 0;
  line-height: normal;
  text-align: left;
  text-shadow: none;
  text-transform: none;
  background-image: url("data:image/svg+xml,%3Csvg%20version=%271.1%27%20baseProfile=%27full%27%20xmlns=%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox=%270%200%20731%20366%27%20width=%27731%27%20height=%27366%27%20preserveAspectRatio=%27xMidYMid%20meet%27%20fill=%27%23000%27%3E%3Cpath%20d=%27M730.5.5l-54%2055-288%20288-23%2022-23-22-288-288L.5.5h730zm-155%2064h-420l210%20210%20210-210z%27%2F%3E%3C%2Fsvg%3E");
  background-position: right 10px top 9px;
  background-repeat: no-repeat;
  background-size: 17px 10px;
  color: #4a3d31;
  display: block;
  font-size: 0.9375rem;
  font-weight: 700;
  padding-top: 0.3125rem;
  width: 100%;
}

.Filters-submenuToggle:hover,
.Filters-submenuToggle:focus,
.Filters-submenuToggle:active,
.Filters-submenuToggle.nice-select.open {
  background-color: transparent;
}

.Filters-submenuToggle:hover,
.Filters-submenuToggle:active,
.Filters-submenuToggle.nice-select.open,
[data-whatinput="keyboard"] .Filters-submenuToggle:focus,
.no-js .Filters-submenuToggle:focus {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%271.1%27%20baseProfile=%27full%27%20xmlns=%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox=%270%200%20731%20366%27%20width=%27731%27%20height=%27366%27%20preserveAspectRatio=%27xMidYMid%20meet%27%20fill=%27%23b36200%27%3E%3Cpath%20d=%27M730.5.5l-54%2055-288%20288-23%2022-23-22-288-288L.5.5h730zm-155%2064h-420l210%20210%20210-210z%27%2F%3E%3C%2Fsvg%3E");
  color: #b36200;
  text-decoration: underline;
}

.Filters-submenuToggle[aria-expanded="true"] {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%271.1%27%20baseProfile=%27full%27%20xmlns=%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox=%270%200%20731%20366%27%20width=%27731%27%20height=%27366%27%20preserveAspectRatio=%27xMidYMid%20meet%27%20fill=%27%23000%27%3E%3Cpath%20d=%27M.5%20365.5l54-55%20288-288%2023-22%2023%2022%20288%20288%2054%2055H.5zm155-64h420l-210-210-210%20210z%27%2F%3E%3C%2Fsvg%3E");
}

.Filters-submenuToggle[aria-expanded="true"]:hover,
.Filters-submenuToggle[aria-expanded="true"]:active,
.Filters-submenuToggle.nice-select.open[aria-expanded="true"],
[data-whatinput="keyboard"] .Filters-submenuToggle[aria-expanded="true"]:focus,
.no-js .Filters-submenuToggle[aria-expanded="true"]:focus {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%271.1%27%20baseProfile=%27full%27%20xmlns=%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox=%270%200%20731%20366%27%20width=%27731%27%20height=%27366%27%20preserveAspectRatio=%27xMidYMid%20meet%27%20fill=%27%23b36200%27%3E%3Cpath%20d=%27M.5%20365.5l54-55%20288-288%2023-22%2023%2022%20288%20288%2054%2055H.5zm155-64h420l-210-210-210%20210z%27%2F%3E%3C%2Fsvg%3E");
}

.Filters-submenu {
  font-size: 0.9375rem;
}

.Filters-submenu,
.js .Filters-submenu[aria-hidden="false"] {
  overflow: hidden;
  -webkit-transition: max-height 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000), visibility 0s linear 0s;
  transition: max-height 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000), visibility 0s linear 0s;
  visibility: visible;
}

.Filters-submenu[aria-hidden="true"],
.js .Filters-submenu:not([aria-hidden]) {
  max-height: 0 !important;
  -webkit-transition: max-height 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000), visibility 0s linear 500ms;
  transition: max-height 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000), visibility 0s linear 500ms;
  visibility: hidden;
}

@media all and (min-width: 56.25em) {
  .Filters-submenu {
    left: -1px;
    position: absolute;
    top: 100%;
    width: calc(100% + 2px);
    z-index: 599;
  }
}

@media all and (max-width: 56.1875em) {
  .Filters-submenu-wrap {
    margin-top: 1.25rem;
  }
}

@media all and (min-width: 23.75em) and (max-width: 56.1875em) {
  .Filters-submenu-wrap {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}

@media all and (min-width: 56.25em) {
  .Filters-submenu-wrap {
    background-color: #f8f6f3;
    border: 1px solid rgba(74, 61, 49, 0.5);
    border-top: 0;
    padding: 0.625rem;
  }
}

.Filters-submenu-input {
  opacity: 0;
  position: absolute;
}

.Filters-submenu-input + label {
  display: block;
  padding-left: 2.3125rem;
  position: relative;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.Filters-submenu-input + label:hover,
.Filters-submenu-input + label:focus,
.Filters-submenu-input + label:active,
.Filters-submenu-input + label.nice-select.open {
  color: #d47500;
}

.Filters-submenu-input + label:before,
.Filters-submenu-input + label:after {
  content: '';
  height: 1.125rem;
  left: 2px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.125rem;
}

.Filters-submenu-input + label:before {
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 2px currentColor;
          box-shadow: 0 0 0 2px currentColor;
  color: #4a3d31;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.Filters-submenu-input + label:after {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%271.1%27%20baseProfile=%27full%27%20xmlns=%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox=%270%200%20512%20512%27%20width=%27512%27%20height=%27512%27%20preserveAspectRatio=%27xMidYMid%20meet%27%20fill=%27%234a3d31%27%3E%3Cpath%20d=%27M174%20439L7%20273a26%2026%200%200%201%200-36l37-36c10-10%2026-10%2036%200l112%20112L432%2073c10-10%2026-10%2036%200l37%2036c9%2010%209%2026%200%2036L210%20439a26%2026%200%200%201-36%200z%27%2F%3E%3C%2Fsvg%3E");
  background-position: center 49%;
  background-repeat: no-repeat;
  background-size: 70% auto;
  opacity: 0;
  -webkit-transition: all 70ms linear;
  transition: all 70ms linear;
}

.Filters-submenu-input:hover + label:before,
[data-whatinput='keyboard'] .Filters-submenu-input:focus + label:before {
  color: #d47500;
}

.Filters-submenu-input:checked + label:after {
  opacity: 1;
}

.Filters-submenu-label {
  line-height: 1.5;
  margin-bottom: 1.25rem;
}

.Filters-submenu-label:last-child {
  margin-bottom: 0;
}

.Filters-submenu-label:hover,
.Filters-submenu-label:focus,
.Filters-submenu-label:active,
.Filters-submenu-label.nice-select.open {
  text-decoration: underline;
}

.Filters-submenu-submit {
  display: block;
  margin-top: 1.25rem;
  padding-bottom: 0.625rem;
  padding-top: 0.625rem;
  width: 100%;
}

.no-js .Filters-submit,
[data-whatinput="keyboard"] .Filters-submit:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: normal;
  width: auto;
  float: right;
  margin-top: 1.25rem;
  margin-left: 1.25rem;
  padding: 0.625rem 0.9375rem;
}

.FocusAreaTitleBlock {
  position: relative;
  z-index: 200;
}

.FocusAreaTitleBlock-image {
  display: block;
  overflow: hidden;
  position: relative;
  background-color: #b8b83d;
  display: block;
  position: relative;
  width: 100%;
  z-index: 1;
}

.FocusAreaTitleBlock-image:before {
  content: '';
  display: block;
  padding-top: 42.85714%;
}

@media all and (min-width: 37.5em) {
  .FocusAreaTitleBlock-image {
    margin-bottom: calc(-20vw + 6.25rem);
  }
}

@media all and (min-width: 62.5em) {
  .FocusAreaTitleBlock-image {
    margin-bottom: -6.25rem;
  }
}

@media all and (min-width: 60em) {
  .FocusAreaTitleBlock-image {
    height: calc(85vh - 123px);
  }
}

.FocusAreaTitleBlock-image img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.FocusAreaTitleBlock-image-fallback {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 30%;
     object-position: 50% 30%;
  opacity: 0.14;
  z-index: -1;
}

.no-objectfit .FocusAreaTitleBlock-image-fallback {
  display: none;
}

@media all and (min-width: 56.25em) {
  .FocusAreaTitleBlock-row {
    margin-bottom: calc(15vw + -5.9375rem);
    margin-top: calc(15vw + -5.9375rem);
  }
}

@media all and (min-width: 68.75em) {
  .FocusAreaTitleBlock-row {
    margin-bottom: 4.375rem;
    margin-top: 4.375rem;
  }
}

.FocusAreaTitleBlock-content {
  padding-top: 1.25rem;
  background-color: #f8f6f3;
  border-radius: 1px;
  position: relative;
  text-align: center;
  z-index: 2;
}

.FocusAreaTitleBlock-content:after {
  clear: both;
  content: '';
  display: table;
}

@media all and (min-width: 20em) {
  .FocusAreaTitleBlock-content {
    padding-top: calc(3.44828vw + 0.56034rem);
  }
}

@media all and (min-width: 56.25em) {
  .FocusAreaTitleBlock-content {
    padding-top: 2.5rem;
  }
}

.FocusAreaTitleBlock-content-border {
  background-color: #b8b83d;
  height: 10px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.FocusAreaTitleBlock-content-border img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  mix-blend-mode: multiply;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 62%;
     object-position: 50% 62%;
  opacity: 0.25;
}

@media all and (min-width: 37.5em) {
  .FocusAreaTitleBlock-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 59.375rem;
    width: 85%;
  }
}

@media all and (min-width: 37.5em) {
  .FocusAreaTitleBlock-content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.FocusAreaTitleBlock-title {
  font-family: HelveticaNeue, Helvetica Neue, HelveticaNeueRoman, HelveticaNeue-Roman, Helvetica Neue Roman, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  margin-bottom: 0.875rem;
}

@media all and (max-width: 23.75em) {
  .FocusAreaTitleBlock-title {
    overflow-wrap: break-word;
    word-wrap: break-word;
  }
}

.FocusAreaTitleBlock-description {
  font-size: 1.25rem;
  margin-bottom: 30px;
  line-height: 1.45;
}

@media all and (min-width: 20em) {
  .FocusAreaTitleBlock-description {
    font-size: calc(0.625vw + 1.125rem);
  }
}

@media all and (min-width: 40em) {
  .FocusAreaTitleBlock-description {
    font-size: 1.375rem;
  }
}

.FocusAreaTitleBlock-textGrid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.FocusAreas {
  text-align: center;
}

.FocusAreas-body {
  margin-left: auto;
  margin-right: auto;
}

.FocusAreas-body > * {
  margin-top: 0.9375rem;
}

.FocusAreas-body > *:first-child {
  margin-top: 0;
}

.FocusAreas-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  border-bottom: solid 1px #4a3d31;
}

@media all and (min-width: 56.25em) {
  .FocusAreas-list {
    border-bottom: 0;
  }
}

.FocusAreas-list-item {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-flex: 1;
      -ms-flex: 1 100%;
          flex: 1 100%;
  border-top: solid 1px #4a3d31;
}

@media all and (min-width: 37.5em) and (max-width: 56.1875em) {
  .FocusAreas-list-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 50%;
            flex: 1 50%;
    max-width: 50%;
    border-bottom: solid 1px #4a3d31;
    margin-bottom: -1px;
  }
}

@media all and (min-width: 56.25em) {
  .FocusAreas-list-item {
    border-top: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.FocusAreas-title {
  font-size: 1.625rem;
  margin-bottom: 1.875rem;
  font-weight: bold;
  line-height: 1.25;
}

@media all and (min-width: 37.5em) {
  .FocusAreas-title {
    font-size: calc(1.5vw + 1.0625rem);
  }
}

@media all and (min-width: 62.5em) {
  .FocusAreas-title {
    font-size: 2rem;
  }
}

@media all and (min-width: 37.5em) {
  .FocusAreas-title {
    margin-bottom: 5vw;
  }
}

@media all and (min-width: 62.5em) {
  .FocusAreas-title {
    margin-bottom: 3.125rem;
  }
}

.FocusAreas-text {
  font-size: 1.125rem;
}

@media all and (min-width: 37.5em) {
  .FocusAreas-text {
    font-size: calc(1vw + 0.75rem);
  }
}

@media all and (min-width: 62.5em) {
  .FocusAreas-text {
    font-size: 1.375rem;
  }
}

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

@media all and (min-width: 56.25em) {
  .FocusAreas-term {
    text-align: center;
  }
}

.FocusAreas-term-image {
  display: block;
  overflow: hidden;
  position: relative;
  display: block;
  width: 25%;
}

.FocusAreas-term-image:before {
  content: '';
  display: block;
  padding-top: 75%;
}

@media all and (min-width: 56.25em) {
  .FocusAreas-term-image {
    margin-bottom: 10px;
    width: 100%;
  }
}

.FocusAreas-term-image img {
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: opacity 150ms ease-in-out;
  transition: opacity 150ms ease-in-out;
}

.FocusAreas-term-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4a3d31;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  height: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 1.25rem 0.625rem;
}

.FocusAreas-term-link .icon {
  fill: currentColor;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

@media all and (min-width: 56.25em) {
  .FocusAreas-term-link .icon {
    display: block;
    margin-top: 0.625rem;
  }
}

.FocusAreas-term-link:hover,
.FocusAreas-term-link:focus,
.FocusAreas-term-link:active,
.FocusAreas-term-link.nice-select.open {
  background-color: #b8b83d;
  color: #333;
  text-decoration: underline;
}

.FocusAreas-term-link:hover img,
.FocusAreas-term-link:focus img,
.FocusAreas-term-link:active img,
.FocusAreas-term-link.nice-select.open img {
  opacity: 0.8;
}

@media all and (min-width: 56.25em) {
  .FocusAreas-term-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.FocusAreas-term-text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

@media all and (max-width: 56.1875em) {
  .FocusAreas-term-text {
    margin-left: 1.25rem;
  }
}

@media all and (min-width: 56.25em) {
  .FocusAreas-term-text {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: middle;
        align-self: middle;
    border-top: solid 1px #4a3d31;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 1.25rem;
    width: 100%;
  }

  .FocusAreas-term-text span {
    text-align: center;
    width: 100%;
  }
}

.Footer {
  border-top: 1px solid rgba(74, 61, 49, 0.5);
}

@media all and (min-width: 52.5em) {
  .Footer-top-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.Footer-logo {
  padding-bottom: 1.125rem;
  padding-top: 2rem;
}

@media all and (max-width: 52.4375em) {
  .Footer-logo {
    text-align: center;
  }
}

@media all and (min-width: 52.5em) {
  .Footer-logo {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    padding-right: 30px;
    padding-top: 2.5rem;
  }
}

.Footer-logo-link {
  color: #4a3d31;
  display: inline-block;
}

@media all and (max-width: 52.4375em) {
  .Footer-logo-link {
    margin-left: auto;
    margin-right: auto;
    max-width: 18.75rem;
    min-width: 13.75rem;
    width: 60%;
  }
}

@media all and (min-width: 52.5em) {
  .Footer-logo-link {
    display: block;
    width: 100%;
  }
}

.Footer-logo-link .text {
  -webkit-transition: fill 150ms ease-in-out;
  transition: fill 150ms ease-in-out;
}

.Footer-logo-link:hover .text,
.Footer-logo-link:focus .text,
.Footer-logo-link:active .text,
.Footer-logo-link.nice-select.open .text {
  fill: #d47500;
}

.Footer-logo-image {
  display: block;
  fill: currentColor;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

@supports (height: auto) {
  .Footer-logo-image {
    height: auto;
  }
}

@media all and (min-width: 52.5em) {
  .Footer-logo-image {
    width: 100%;
  }
}

.Footer-newsletter {
  padding-bottom: 1.875rem;
}

@media all and (max-width: 52.4375em) {
  .Footer-newsletter {
    padding-top: 1.25rem;
    position: relative;
    text-align: center;
  }

  .Footer-newsletter:before {
    border-top: 1px solid rgba(74, 61, 49, 0.5);
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100vw;
  }
}

@media all and (min-width: 52.5em) {
  .Footer-newsletter {
    border-left: 1px solid rgba(74, 61, 49, 0.5);
    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-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-width: 18.75rem;
    padding-bottom: 2.1875rem;
    padding-left: 1.875rem;
    padding-top: 1.875rem;
  }
}

.Footer-newsletter-heading {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 0.625rem;
}

@media all and (min-width: 28.75em) {
  .Footer-newsletter-heading {
    font-size: 1.375rem;
  }
}

@media all and (max-width: 28.6875em) {
  .Footer-newsletter-heading .f-sans {
    display: block;
    margin-bottom: 0.1875rem;
  }
}

@media all and (min-width: 28.75em) {
  .Footer-newsletter-heading .f-sans {
    font-size: 1.25rem;
  }
}

.Footer-newsletter-form {
  position: relative;
}

@media all and (min-width: 28.75em) {
  .Footer-newsletter-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.Footer-newsletter-input {
  font-size: 1.125rem;
  padding-bottom: 1.0625rem !important;
  padding-top: 1.0625rem !important;
}

.Footer-newsletter [data-validate="error"] {
  color: #c44303;
  font-size: 0.875rem;
}

@media all and (max-width: 28.6875em) {
  .Footer-newsletter [data-validate="error"] {
    display: block;
    margin-bottom: 0.625rem;
  }
}

@media all and (min-width: 28.75em) {
  .Footer-newsletter [data-validate="error"] {
    left: 0;
    margin-top: 0.5em;
    position: absolute;
    top: 100%;
  }
}

@media all and (max-width: 28.6875em) {
  .Footer-newsletter-submit {
    margin-top: 1.25rem;
    width: 100%;
  }
}

@media all and (min-width: 28.75em) {
  .Footer-newsletter-submit {
    margin-left: 0.75rem;
    padding-bottom: 0.3125rem;
    padding-top: 0.3125rem;
  }
}

.Footer-bottom {
  padding-top: 2.0625rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: #4a3d31;
  color: #fff;
  overflow: hidden;
  padding-bottom: 2.125rem;
  position: relative;
}

@media all and (min-width: 40em) {
  .Footer-bottom {
    padding-top: calc(1.75vw + 1.3625rem);
  }
}

@media all and (min-width: 65em) {
  .Footer-bottom {
    padding-top: 2.5rem;
  }
}

.Footer-bottom-image {
  display: none;
}

@supports (mix-blend-mode: multiply) {
  .Footer-bottom-image {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    display: block;
    mix-blend-mode: soft-light;
    opacity: 0.2;
    z-index: 1;
  }
}

.Footer-bottom-image img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.Footer-bottom-wrap {
  position: relative;
  z-index: 2;
}

.Footer-bottom a {
  color: #fff;
}

.Footer-bottom a:hover,
.Footer-bottom a:active,
.Footer-bottom a.nice-select.open,
[data-whatinput="keyboard"] .Footer-bottom a:focus {
  text-decoration: underline;
}

@media all and (min-width: 48.75em) {
  .Footer-bottom-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media all and (min-width: 48.75em) and (min-width: 65em) {
  .Footer-bottom-row {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media all and (min-width: 48.75em) {
  .Footer-bottom-primary {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media all and (min-width: 48.75em) {
  .Footer-bottom-secondary {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    margin-right: 3.125rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media all and (min-width: 65em) {
  .Footer-bottom-secondary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media all and (min-width: 48.75em) {
  .Footer-bottom-secondary-col:first-child {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 1.5rem;
  }

  .Footer-bottom-secondary-col:last-child {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
}

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

@media all and (max-width: 48.6875em) {
  .Footer-scrollTop {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    margin-bottom: 1.375rem;
    padding-bottom: 1.5625rem;
    text-align: center;
  }
}

@media all and (min-width: 40em) {
  .Footer-scrollTop {
    display: none;
  }
}

.Footer-scrollTop-link {
  display: inline-block;
}

.Footer-scrollTop-link:hover .icon,
.Footer-scrollTop-link:focus .icon,
.Footer-scrollTop-link:active .icon,
.Footer-scrollTop-link.nice-select.open .icon {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.Footer-scrollTop-icon {
  fill: currentColor;
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: -webkit-transform 150ms ease-out;
  transition: -webkit-transform 150ms ease-out;
  transition: transform 150ms ease-out;
  transition: transform 150ms ease-out, -webkit-transform 150ms ease-out;
  width: 0.75rem;
}

.Footer-scrollTop-text {
  font-size: 0.875rem;
  font-weight: bold;
}

.Footer-sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: -1.875rem;
  padding-bottom: 1.875rem;
}

@media all and (max-width: 39.9375em) {
  .Footer-sitemap {
    display: none;
  }
}

.Footer-sitemap-heading {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 1.6875rem;
}

@media all and (min-width: 40em) {
  .Footer-sitemap-heading {
    font-size: calc(2vw + 0.45rem);
  }
}

@media all and (min-width: 65em) {
  .Footer-sitemap-heading {
    font-size: 1.75rem;
  }
}

.Footer-sitemap-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 25%;
          flex: 1 1 25%;
  padding-left: 1.875rem;
}

.Footer-sitemap-sublist-item {
  font-size: 0.875rem;
  line-height: 1.4;
  margin-bottom: 0.44444em;
}

@media all and (min-width: 40em) {
  .Footer-sitemap-sublist-item {
    font-size: calc(1vw + 0.475rem);
  }
}

@media all and (min-width: 65em) {
  .Footer-sitemap-sublist-item {
    font-size: 1.125rem;
  }
}

.Footer-sitemap-sublist-item--big {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 0.1875rem;
}

@media all and (min-width: 40em) {
  .Footer-sitemap-sublist-item--big {
    font-size: calc(1vw + 0.85rem);
  }
}

@media all and (min-width: 65em) {
  .Footer-sitemap-sublist-item--big {
    font-size: 1.5rem;
  }
}

.Footer-sitemap-sublist-item--big:first-child {
  margin-top: -0.4375rem;
}

.Footer-sitemap-sublist-item--big .icon {
  margin-left: 0.4375rem;
}

.Footer-sitemap-sublist-item:last-child {
  margin-bottom: 0;
}

.Footer-sitemap-sublist-link {
  color: #fff;
  display: inline-block;
  padding-bottom: 0.3125rem;
  padding-top: 0.3125rem;
}

.Footer-sitemap-sublist-link:hover,
.Footer-sitemap-sublist-link:active,
.Footer-sitemap-sublist-link.nice-select.open,
[data-whatinput="keyboard"] .Footer-sitemap-sublist-link:focus {
  text-decoration: underline;
}

.Footer-donate {
  background-color: #c44303;
  display: block;
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 2.0625rem;
  padding: 0.9375rem 1.25rem 0.875rem;
  text-transform: uppercase;
  width: 100%;
}

.Footer-donate .icon {
  fill: currentColor;
  margin-right: 0.125rem;
  -webkit-transition: -webkit-transform 150ms ease-in-out;
  transition: -webkit-transform 150ms ease-in-out;
  transition: transform 150ms ease-in-out;
  transition: transform 150ms ease-in-out, -webkit-transform 150ms ease-in-out;
  vertical-align: bottom;
}

.Footer-donate:hover,
.Footer-donate:active,
.Footer-donate.nice-select.open,
[data-whatinput="keyboard"] .Footer-donate:focus,
.no-js .Footer-donate:focus {
  background-color: #a63903;
}

.Footer-donate:hover .icon,
.Footer-donate:active .icon,
.Footer-donate.nice-select.open .icon,
[data-whatinput="keyboard"] .Footer-donate:focus .icon,
.no-js .Footer-donate:focus .icon {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media all and (max-width: 48.6875em) {
  .Footer-social {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    margin-bottom: 1.375rem;
    padding-bottom: 2.25rem;
    text-align: center;
  }

  .Footer-social .Social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media all and (min-width: 48.75em) {
  .Footer-social {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.Footer-social-text {
  font-size: 1rem;
  font-weight: bold;
}

@media all and (max-width: 48.6875em) {
  .Footer-social-text {
    margin-bottom: 1.25rem;
  }
}

@media all and (min-width: 48.75em) {
  .Footer-social-text {
    margin-right: 1.25rem;
  }
}

.Footer-badges {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.6875rem;
}

@media all and (max-width: 48.6875em) {
  .Footer-badges {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}

@media all and (min-width: 48.75em) {
  .Footer-badges {
    margin-bottom: 1.25rem;
  }
}

.Footer-badges-item:not(:first-child) {
  margin-left: 0.75rem;
}

.Footer-badges-link {
  display: block;
  -webkit-transition: -webkit-transform 250ms ease-out;
  transition: -webkit-transform 250ms ease-out;
  transition: transform 250ms ease-out;
  transition: transform 250ms ease-out, -webkit-transform 250ms ease-out;
}

.Footer-badges-link:hover,
.Footer-badges-link:focus,
.Footer-badges-link:active,
.Footer-badges-link.nice-select.open {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.Footer-badges-image {
  display: block;
}

.Footer-legal:after {
  clear: both;
  content: '';
  display: table;
}

@media all and (max-width: 48.6875em) {
  .Footer-legal {
    text-align: center;
  }
}

@media all and (max-width: 64.9375em) {
  .Footer-legal {
    margin-bottom: 1em;
  }
}

.Footer-legal-item {
  display: inline-block;
  line-height: 1;
}

@media all and (min-width: 48.75em) {
  .Footer-legal-item {
    float: left;
  }
}

.Footer-legal-item:not(:last-child) {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%271.1%27%20baseProfile=%27full%27%20xmlns=%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox=%270%200%2070%20122%27%20width=%2770%27%20height=%27122%27%20preserveAspectRatio=%27xMidYMid%20meet%27%20fill=%27%23fff%27%3E%3Cpath%20d=%27M.5%20121.6L47.5%200h22.4l-47%20121.6z%27%2F%3E%3C%2Fsvg%3E");
  background-position: right bottom 2px;
  background-repeat: no-repeat;
  background-size: 0.375rem auto;
  margin-right: 0.625rem;
  padding-right: 1rem;
}

.Footer-legal-link {
  font-size: 0.8125rem;
  font-weight: bold;
  position: relative;
}

.Footer-description {
  font-size: 0.8125rem;
  line-height: 1.5;
}

@media all and (max-width: 48.6875em) {
  .Footer-description {
    text-align: center;
  }
}

@media all and (min-width: 48.75em) {
  .Footer-description {
    max-width: 34.375rem;
  }
}

.Footer-description a {
  text-decoration: underline;
}

.Footer-description a:hover,
.Footer-description a:focus,
.Footer-description a:active,
.Footer-description a.nice-select.open {
  opacity: 0.8;
}

.FooterDonation {
  background-color: #4a3d31;
}

.FooterDonation-give {
  background-color: #cce7e6;
}

@media all and (min-width: 60em) {
  .FooterDonation-give-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -1.875rem;
  }
}

.FooterDonation-give-item {
  margin-bottom: 1.25rem;
}

@media all and (max-width: 59.9375em) {
  .FooterDonation-give-item {
    margin-bottom: 2.125rem;
  }
}

@media all and (min-width: 60em) {
  .FooterDonation-give-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 1.875rem;
    width: 33.33333%;
  }
}

.FooterDonation-give-title {
  margin-bottom: 1.3125rem;
  margin-top: 0.75rem;
}

.FooterDonation-give-title-link {
  font-size: 1.5rem;
  border-bottom: 1px solid transparent;
  color: #4a3d31;
  font-size: 1.5rem;
  font-weight: bold;
}

@media all and (min-width: 20em) {
  .FooterDonation-give-title-link {
    font-size: calc(1.25vw + 1.25rem);
  }
}

@media all and (min-width: 30em) {
  .FooterDonation-give-title-link {
    font-size: 1.625rem;
  }
}

.FooterDonation-give-title-link:hover,
.FooterDonation-give-title-link:active,
.FooterDonation-give-title-link.nice-select.open,
[data-whatinput="keyboard"] .FooterDonation-give-title-link:focus,
.no-js .FooterDonation-give-title-link:focus {
  border-bottom-color: currentColor;
}

.FooterDonation-logo {
  padding-bottom: 1.125rem;
  padding-top: 2rem;
  text-align: center;
}

.FooterDonation-logo-link {
  display: block;
  width: 100%;
}

.FooterDonation-description {
  max-width: 100%;
}

.FooterDonation-image {
  fill: white;
}

.FooterDonation-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.FooterDonation-nav-item {
  font-size: 0.8125rem;
}

.FooterDonation-nav-item:last-child:after {
  content: "";
}

.FooterDonation-nav-item:after {
  content: "/";
  color: white;
  margin-right: 0.625rem;
  margin-left: 0.625rem;
}

.FooterDonation-nav-item-link {
  color: #fff;
  display: inline-block;
  padding-bottom: 0.3125rem;
  padding-top: 0.3125rem;
}

.FooterDonation-nav-item-link:hover,
.FooterDonation-nav-item-link:active,
.FooterDonation-nav-item-link.nice-select.open,
[data-whatinput="keyboard"] .FooterDonation-nav-item-link:focus {
  text-decoration: underline;
}

.Header {
  position: relative;
  z-index: 700;
}

@media all and (min-width: 75em) and (min-height: 56.25em) {
@supports ((position: -webkit-sticky) or (position: sticky)) {
    .js .Header {
      background-color: #f8f6f3;
      left: 0;
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      width: 100%;
    }
}
}

.Header:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  content: "";
  height: 1rem;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
}

@media all and (max-width: 49.9375em) {
  .Header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .no-js .Header {
    display: block;
  }
}

.Header-logo:after {
  clear: both;
  content: '';
  display: table;
}

@media all and (min-width: 43.75em) {
  .Header-logo {
    width: 45%;
  }
}

@media all and (min-width: 50em) {
  .Header-logo {
    width: auto;
  }

  .Header-logo:after {
    clear: both;
    content: '';
    display: table;
  }
}

.Header-logo-link {
  color: #4a3d31;
  display: block;
  margin-right: 0.9375rem;
  padding: 1.25rem 0.9375rem 0.625rem;
}

@media all and (min-width: 50em) {
  .Header-logo-link {
    float: left;
  }
}

.Header-logo-link .fox {
  -webkit-transition: -webkit-transform 400ms ease-in-out;
  transition: -webkit-transform 400ms ease-in-out;
  transition: transform 400ms ease-in-out;
  transition: transform 400ms ease-in-out, -webkit-transform 400ms ease-in-out;
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
}

.Header-logo-link .text {
  -webkit-transition: fill 150ms ease-in-out;
  transition: fill 150ms ease-in-out;
}

.Header-logo-link:hover .text,
.Header-logo-link:focus .text,
.Header-logo-link:active .text,
.Header-logo-link.nice-select.open .text {
  fill: #d47500;
}

.Header-logo-link:hover .fox,
.Header-logo-link:focus .fox,
.Header-logo-link:active .fox,
.Header-logo-link.nice-select.open .fox {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}

.Header-logo-img {
  display: block;
  fill: currentColor;
  max-width: 15.9375rem;
  width: 100%;
}

@supports (height: auto) {
  .Header-logo-img {
    height: auto;
  }
}

@media all and (min-width: 43.75em) {
  .Header-logo-img {
    max-width: 22.8125rem;
  }
}

.Header-button {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  background-image: none;
  cursor: pointer;
  font-weight: normal;
  letter-spacing: 0;
  line-height: normal;
  text-align: left;
  text-shadow: none;
  text-transform: none;
  color: #4a3d31;
  line-height: 1;
  text-align: center;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.Header-button:hover,
.Header-button:focus,
.Header-button:active,
.Header-button.nice-select.open {
  background-color: transparent;
}

@media all and (min-width: 50em) {
  .Header-button {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-left: 1px solid rgba(74, 61, 49, 0.15);
    bottom: 0;
    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;
    position: absolute;
    top: 0;
    width: 6.5625rem;
  }

  .no-js .Header-button {
    height: 7.6875rem;
  }
}

.Header-button:hover,
.Header-button:active,
.Header-button.nice-select.open,
[data-whatinput="keyboard"] .Header-button:focus,
.no-js .Header-button:focus {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: #4a3d31;
  color: #fff;
}

.Header-button-icon {
  display: inline-block;
  fill: currentColor;
  -webkit-transition: -webkit-transform 150ms ease-in-out;
  transition: -webkit-transform 150ms ease-in-out;
  transition: transform 150ms ease-in-out;
  transition: transform 150ms ease-in-out, -webkit-transform 150ms ease-in-out;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.Header-button-icon--hamburger {
  margin-bottom: 8px;
  margin-top: 8px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.Header-button-icon--hamburger,
.Header-button-icon--hamburger::before,
.Header-button-icon--hamburger::after {
  background-color: currentColor;
  height: 2px;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  transition-property: background-color, transform, -webkit-transform;
  width: 30px;
}

.Header-button-icon--hamburger::before,
.Header-button-icon--hamburger::after {
  content: '';
  left: 0;
  position: absolute;
}

.Header-button-icon--hamburger::before {
  top: -8px;
}

.Header-button-icon--hamburger::after {
  top: 8px;
}

.Header-button[aria-expanded="true"] {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: #4a3d31;
  color: #fff;
}

.Header-button[aria-expanded="true"] .Header-button-icon--hamburger {
  background-color: transparent;
}

.Header-button[aria-expanded="true"] .Header-button-icon--hamburger:before {
  -webkit-transform: translateY(8px) rotate(45deg);
          transform: translateY(8px) rotate(45deg);
}

.Header-button[aria-expanded="true"] .Header-button-icon--hamburger:after {
  -webkit-transform: translateY(-8px) rotate(-45deg);
          transform: translateY(-8px) rotate(-45deg);
}

.Header-button-text {
  font-size: 0.875rem;
  display: block;
  font-weight: bold;
  margin-top: 0.71429em;
}

@media all and (min-width: 20em) {
  .Header-button-text {
    font-size: calc(0.83333vw + 0.70833rem);
  }
}

@media all and (min-width: 50em) {
  .Header-button-text {
    font-size: 1.125rem;
  }
}

@media all and (min-width: 50em) {
  .Header-button-text {
    font-family: HelveticaNeue, Helvetica Neue, HelveticaNeueRoman, HelveticaNeue-Roman, Helvetica Neue Roman, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
    font-size: 1.125rem;
  }
}

.Header-button--menu {
  border-left: 1px solid rgba(74, 61, 49, 0.25);
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 25%;
}

@media all and (min-width: 50em) {
  .Header-button--menu {
    display: none;
  }
}

@media all and (max-width: 49.9375em) {
  .Header-button--nav {
    display: none;
  }
}

@media all and (min-width: 50em) {
  .Header-button--nav {
    right: 13.125rem;
  }
}

@media all and (max-width: 49.9375em) {
  .Header-button--search {
    display: none;
  }
}

@media all and (min-width: 50em) {
  .Header-button--search {
    right: 6.5625rem;
  }

  .Header-button--search .is-active-show {
    display: none;
  }

  .Header-button--search[aria-expanded="true"] .is-active-show {
    display: block;
  }

  .Header-button--search[aria-expanded="true"] .is-active-hide {
    display: none;
  }

  .Header-button--search .Header-button-text {
    margin-top: 0.3125rem;
  }

  .Header-button--search .Header-button-text.is-active-show {
    margin-top: 0.5625rem;
  }
}

.Header-button--donate {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: #c44303;
  color: #fff;
  text-transform: uppercase;
}

@media all and (max-width: 49.9375em) {
  .Header-button--donate {
    display: block;
    padding-bottom: 1.5625rem;
    padding-top: 1.5625rem;
    width: 100%;
  }

  .Header-button--donate svg {
    margin-right: 0.1875rem;
  }
}

@media all and (min-width: 50em) {
  .Header-button--donate {
    right: 0;
  }
}

@media all and (max-width: 49.9375em) {
  .Header-button--donate .Header-button-text {
    display: inline-block;
    font-size: 1.25rem;
    margin-top: 0;
  }
}

@media all and (min-width: 50em) {
  .Header-button--donate .Header-button-text {
    margin-top: 0.4375rem;
  }
}

.Header-button--donate:hover,
.Header-button--donate:active,
.Header-button--donate.nice-select.open,
[data-whatinput="keyboard"] .Header-button--donate:focus,
.no-js .Header-button--donate:focus {
  background-color: #a63903;
}

.Header-button--donate:hover .Header-button-icon,
.Header-button--donate:active .Header-button-icon,
.Header-button--donate.nice-select.open .Header-button-icon,
[data-whatinput="keyboard"] .Header-button--donate:focus .Header-button-icon,
.no-js .Header-button--donate:focus .Header-button-icon {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.HeaderDonation {
  position: relative;
  z-index: 700;
}

.HeaderDonation:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  content: "";
  height: 1rem;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
}

@media all and (max-width: 49.9375em) {
  .HeaderDonation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.HeaderDonation-logo:after {
  clear: both;
  content: '';
  display: table;
}

@media all and (min-width: 43.75em) {
  .HeaderDonation-logo {
    width: 45%;
  }
}

@media all and (min-width: 50em) {
  .HeaderDonation-logo {
    width: auto;
  }

  .HeaderDonation-logo:after {
    clear: both;
    content: '';
    display: table;
  }
}

.HeaderDonation-logo-link {
  color: #4a3d31;
  display: block;
  margin-right: 0.9375rem;
  padding: 1.25rem 0.9375rem 0.625rem;
}

@media all and (min-width: 50em) {
  .HeaderDonation-logo-link {
    float: left;
  }
}

.HeaderDonation-logo-link .fox {
  -webkit-transition: -webkit-transform 400ms ease-in-out;
  transition: -webkit-transform 400ms ease-in-out;
  transition: transform 400ms ease-in-out;
  transition: transform 400ms ease-in-out, -webkit-transform 400ms ease-in-out;
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
}

.HeaderDonation-logo-link .text {
  -webkit-transition: fill 150ms ease-in-out;
  transition: fill 150ms ease-in-out;
}

.HeaderDonation-logo-link:hover .text,
.HeaderDonation-logo-link:focus .text,
.HeaderDonation-logo-link:active .text,
.HeaderDonation-logo-link.nice-select.open .text {
  fill: #d47500;
}

.HeaderDonation-logo-link:hover .fox,
.HeaderDonation-logo-link:focus .fox,
.HeaderDonation-logo-link:active .fox,
.HeaderDonation-logo-link.nice-select.open .fox {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}

.HeaderDonation-logo-img {
  display: block;
  fill: currentColor;
  max-width: 15.9375rem;
  width: 100%;
}

@supports (height: auto) {
  .HeaderDonation-logo-img {
    height: auto;
  }
}

@media all and (min-width: 43.75em) {
  .HeaderDonation-logo-img {
    max-width: 22.8125rem;
  }
}

.HeaderDonation .Nav {
  display: none;
}

.HomepageFeature {
  text-align: center;
}

.HomepageFeature-body {
  padding-top: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  background-color: #4a3d31;
  border-radius: 2px;
  -webkit-box-shadow: 0 12px 24px rgba(74, 61, 49, 0.24);
          box-shadow: 0 12px 24px rgba(74, 61, 49, 0.24);
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  max-width: 52.5rem;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 100%;
}

@media all and (min-width: 37.5em) {
  .HomepageFeature-body {
    padding-top: calc(5vw + -0.625rem);
  }
}

@media all and (min-width: 62.5em) {
  .HomepageFeature-body {
    padding-top: 2.5rem;
  }
}

@media all and (min-width: 37.5em) {
  .HomepageFeature-body {
    padding-left: calc(10vw + -2.5rem);
    padding-right: calc(10vw + -2.5rem);
  }
}

@media all and (min-width: 62.5em) {
  .HomepageFeature-body {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}

@media all and (min-height: 48em) {
  .HomepageFeature-body {
    -webkit-animation: 1s fadeInUp cubic-bezier(0.215, 0.610, 0.355, 1.000);
            animation: 1s fadeInUp cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
}

.HomepageFeature-body > * {
  margin-top: 0.9375rem;
}

.HomepageFeature-body > *:first-child {
  margin-top: 0;
}

.HomepageFeature-button {
  margin-top: 0;
  padding-left: 40px;
  padding-right: 40px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

.HomepageFeature-button:active,
.HomepageFeature-button.nice-select.open {
  -webkit-transform: scale(0.97) translateY(50%);
          transform: scale(0.97) translateY(50%);
}

.HomepageFeature-button .icon {
  vertical-align: bottom;
}

.HomepageFeature-content {
  margin-bottom: 3.75rem;
  position: relative;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: -webkit-transform 40ms ease;
  transition: -webkit-transform 40ms ease;
  transition: transform 40ms ease;
  transition: transform 40ms ease, -webkit-transform 40ms ease;
  z-index: 2;
}

@media all and (min-width: 30em) {
  .HomepageFeature-content {
    margin-bottom: -2.5rem;
    -webkit-transform: translateY(-33%);
            transform: translateY(-33%);
  }
}

@media all and (min-width: 53.75em) {
  .HomepageFeature-content {
    margin-bottom: -5rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.HomepageFeature-image {
  display: block;
  overflow: hidden;
  position: relative;
  background-color: #4a3d31;
  overflow: hidden;
  z-index: 1;
}

.HomepageFeature-image:before {
  content: '';
  display: block;
  padding-top: 56.25%;
}

@media all and (min-width: 60em) {
  .HomepageFeature-image {
    max-height: calc(82vh - 123px);
  }
}

.HomepageFeature-image img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.HomepageFeature-image-fallback {
  display: none;
}

@supports (mix-blend-mode: multiply) {
  .HomepageFeature-image-fallback {
    display: block;
    mix-blend-mode: multiply;
    opacity: 0.3;
    z-index: -1;
  }
}

.HomepageFeature-title {
  font-size: 1.625rem;
  font-weight: normal !important;
}

@media all and (min-width: 37.5em) {
  .HomepageFeature-title {
    font-size: calc(3.5vw + 0.3125rem);
  }
}

@media all and (min-width: 62.5em) {
  .HomepageFeature-title {
    font-size: 2.5rem;
  }
}

.HomepageFeature-text {
  font-size: 1.125rem;
}

@media all and (min-width: 37.5em) {
  .HomepageFeature-text {
    font-size: calc(1vw + 0.75rem);
  }
}

@media all and (min-width: 62.5em) {
  .HomepageFeature-text {
    font-size: 1.375rem;
  }
}

.Icon {
  display: inline-block;
}

.Icon--inline {
  height: 1em;
  width: 1em;
}

.Icon--inline--small {
  height: 0.75em;
  width: 0.75em;
}

.Icon--inline--large {
  height: 1.3em;
  width: 1.3em;
}

.Icon--currentColor {
  fill: currentColor;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}

.ImageFull {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media all and (min-width: 77.5em) {
  .ImageFull {
    max-width: 75rem;
  }
}

.ImageFull img {
  display: block;
  width: 100%;
}

.ImageFull-caption {
  margin-top: 1em;
}

/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 5px #19F;
          box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active,
.flickity-button.nice-select.open {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/* Flickity fullscreen v1.0.1
------------------------- */

.flickity-enabled.is-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  padding-bottom: 35px;
  z-index: 1;
}

.flickity-enabled.is-fullscreen .flickity-page-dots {
  bottom: 10px;
}

.flickity-enabled.is-fullscreen .flickity-page-dots .dot {
  background: white;
}

/* prevent page scrolling when flickity is fullscreen */

html.is-flickity-fullscreen {
  overflow: hidden;
}

/* ---- flickity-fullscreen-button ---- */

.flickity-fullscreen-button {
  display: block;
  right: 10px;
  top: 10px;
  width: 24px;
  height: 24px;
  border-radius: 4px;
}

/* right-to-left */

.flickity-rtl .flickity-fullscreen-button {
  right: auto;
  left: 10px;
}

.flickity-fullscreen-button-exit {
  display: none;
}

.flickity-enabled.is-fullscreen .flickity-fullscreen-button-exit {
  display: block;
}

.flickity-enabled.is-fullscreen .flickity-fullscreen-button-view {
  display: none;
}

.flickity-fullscreen-button .flickity-button-icon {
  position: absolute;
  width: 16px;
  height: 16px;
  left: 4px;
  top: 4px;
}

.Gallery {
  position: relative;
  z-index: 400;
}

.Gallery.is-fullscreen {
  -webkit-transform: none !important;
          transform: none !important;
  z-index: 800;
}

.Gallery-list .flickity-fullscreen-button {
  display: none;
}

.Gallery-list.is-fullscreen .flickity-fullscreen-button-exit {
  display: block;
}

.Gallery-list.is-fullscreen .Gallery-item {
  margin-right: 3vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.Gallery-list.is-fullscreen .Gallery-item-caption {
  display: block;
  opacity: 0;
  -webkit-transition: opacity 150ms ease-in-out;
  transition: opacity 150ms ease-in-out;
}

.Gallery-list.is-fullscreen .Gallery-item.is-selected .Gallery-item-caption {
  opacity: 1;
  -webkit-transition: opacity 500ms ease-out 200ms;
  transition: opacity 500ms ease-out 200ms;
}

.Gallery-list.is-fullscreen .Gallery-image {
  height: auto;
  max-height: 80vh;
}

.Gallery-item {
  margin-right: 10px;
}

.Gallery-item-caption {
  color: #fff;
  display: none;
  line-height: 1.5;
  text-align: center;
}

.no-js .Gallery-item-caption {
  display: block;
}

.Gallery-image {
  display: block;
  height: 16.875rem;
  opacity: 0;
  -webkit-transition: opacity 250ms ease-in-out;
  transition: opacity 250ms ease-in-out;
}

@supports (object-fit: contain) {
  .Gallery-image {
    max-width: 95vw;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
}

.no-js .Gallery-image,
.Gallery-image.flickity-lazyloaded,
.Gallery-image.flickity-lazyerror {
  opacity: 1;
}

.Gallery-caption {
  line-height: 1.5;
  margin: 40px auto 0;
  max-width: 35rem;
  min-height: 1.5rem;
  text-align: center;
}

.Introduction {
  text-align: center;
  padding-top: 0;
}

.Introduction-body > * {
  margin-top: 0.9375rem;
}

.Introduction-body > *:first-child {
  margin-top: 0;
}

.Introduction-title {
  font-size: 1.625rem;
  font-weight: normal !important;
}

@media all and (min-width: 37.5em) {
  .Introduction-title {
    font-size: calc(1.5vw + 1.0625rem);
  }
}

@media all and (min-width: 62.5em) {
  .Introduction-title {
    font-size: 2rem;
  }
}

.Introduction-title strong {
  font-weight: normal;
}

.Introduction-text {
  font-size: 1.125rem;
  line-height: 1.45;
}

@media all and (min-width: 37.5em) {
  .Introduction-text {
    font-size: calc(1vw + 0.75rem);
  }
}

@media all and (min-width: 62.5em) {
  .Introduction-text {
    font-size: 1.375rem;
  }
}

.IssueTitleBlock {
  padding-top: 3.125rem;
  position: relative;
  z-index: 200;
}

@media all and (min-width: 20em) {
  .IssueTitleBlock {
    padding-top: calc(4.48276vw + 2.22845rem);
  }
}

@media all and (min-width: 56.25em) {
  .IssueTitleBlock {
    padding-top: 4.75rem;
  }
}

.IssueTitleBlock-background {
  background-color: #b8b83d;
  height: 10.875rem;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}

@media all and (min-width: 48em) {
  .IssueTitleBlock-background {
    height: 95%;
    height: calc(100% - 30px);
  }
}

.IssueTitleBlock-background img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 30%;
     object-position: 50% 30%;
  opacity: 0.14;
}

.IssueTitleBlock-content {
  padding-bottom: 1.875rem;
  padding-top: 1.875rem;
  background-color: #f8f6f3;
  border-top: solid 5px #4a3d31;
  border-radius: 1px;
  margin-left: auto;
  margin-right: auto;
  max-width: 59.375rem;
  position: relative;
  z-index: 2;
}

.IssueTitleBlock-content:after {
  clear: both;
  content: '';
  display: table;
}

@media all and (min-width: 20em) {
  .IssueTitleBlock-content {
    padding-bottom: calc(5.17241vw + 0.84052rem);
  }
}

@media all and (min-width: 56.25em) {
  .IssueTitleBlock-content {
    padding-bottom: 3.75rem;
  }
}

@media all and (min-width: 60em) {
  .IssueTitleBlock-content {
    padding-left: calc(16.66667vw + -7.8125rem);
    padding-right: calc(16.66667vw + -7.8125rem);
  }
}

@media all and (min-width: 67.5em) {
  .IssueTitleBlock-content {
    padding-left: 3.4375rem;
    padding-right: 3.4375rem;
  }
}

@media all and (min-width: 20em) {
  .IssueTitleBlock-content {
    padding-top: calc(3.44828vw + 1.18534rem);
  }
}

@media all and (min-width: 56.25em) {
  .IssueTitleBlock-content {
    padding-top: 3.125rem;
  }
}

@media all and (min-width: 48em) {
  .IssueTitleBlock-content {
    border-top-width: 10px;
  }
}

@media all and (min-width: 48em) {
  .IssueTitleBlock-content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.IssueTitleBlock-meta {
  margin-bottom: 0.5rem;
}

.IssueTitleBlock-meta a {
  color: #b36200;
  font-weight: bold;
}

.IssueTitleBlock-title {
  font-size: 2.625rem;
  line-height: 1.15;
  margin-bottom: 0.875rem;
}

@media all and (min-width: 20em) {
  .IssueTitleBlock-title {
    font-size: calc(2.90828vw + 2.04334rem);
  }
}

@media all and (min-width: 47.9375em) {
  .IssueTitleBlock-title {
    font-size: 3.4375rem;
  }
}

@media all and (min-width: 48em) {
  .IssueTitleBlock-title {
    font-size: calc(7.55814vw + -1.00291rem);
  }
}

@media all and (min-width: 58.75em) {
  .IssueTitleBlock-title {
    font-size: 3.4375rem;
  }
}

@media all and (max-width: 23.75em) {
  .IssueTitleBlock-title {
    overflow-wrap: break-word;
    word-wrap: break-word;
  }
}

.IssueTitleBlock-subtitle {
  margin-bottom: 1.3125rem;
}

.IssueTitleBlock-share {
  border-top: solid 1px #4a3d31;
  padding-top: 0.625rem;
  margin-top: 2.1875rem;
}

.IssueTitleBlock-description {
  font-size: 1.25rem;
  margin-bottom: 1.875rem;
  line-height: 1.45;
}

@media all and (min-width: 20em) {
  .IssueTitleBlock-description {
    font-size: calc(0.625vw + 1.125rem);
  }
}

@media all and (min-width: 40em) {
  .IssueTitleBlock-description {
    font-size: 1.375rem;
  }
}

@media all and (min-width: 20em) {
  .IssueTitleBlock-description {
    margin-bottom: 9.375vw;
  }
}

@media all and (min-width: 40em) {
  .IssueTitleBlock-description {
    margin-bottom: 3.75rem;
  }
}

.IssueTitleBlock-textGrid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.IssueTitleBlock-image {
  -webkit-box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24);
          box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24);
  width: 100%;
}

.IssueTitleBlock-image.show-desktop {
  display: none;
  margin-left: 5%;
  -ms-flex-item-align: start;
      align-self: flex-start;
  max-width: 45%;
}

@media all and (min-width: 48em) {
  .IssueTitleBlock-image.show-desktop {
    display: block;
  }
}

.IssueTitleBlock-image.show-mobile {
  display: block;
}

@media all and (min-width: 48em) {
  .IssueTitleBlock-image.show-mobile {
    display: none;
  }
}

.IssueTitleBlock-label {
  margin-bottom: 0.5rem;
}

.LinkPromo {
  clear: both;
}

.ListingHeader {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 1.25rem;
  padding-top: 2.5rem;
  background-color: #4a3d31;
  color: #fff;
  padding-bottom: 1.4375rem;
  position: relative;
}

@media all and (min-width: 20em) {
  .ListingHeader {
    margin-bottom: calc(3.44828vw + 0.56034rem);
  }
}

@media all and (min-width: 56.25em) {
  .ListingHeader {
    margin-bottom: 2.5rem;
  }
}

@media all and (min-width: 20em) {
  .ListingHeader {
    padding-top: calc(9.13793vw + 0.67241rem);
  }
}

@media all and (min-width: 56.25em) {
  .ListingHeader {
    padding-top: 5.8125rem;
  }
}

.ListingHeader-background {
  display: none;
}

@supports (mix-blend-mode: multiply) {
  .ListingHeader-background {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    display: block;
    mix-blend-mode: multiply;
    opacity: 0.3;
    z-index: 1;
  }
}

.ListingHeader-background img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}

.ListingHeader-wrap {
  position: relative;
  z-index: 2;
}

@media all and (min-width: 42.5em) {
  .ListingHeader-wrap {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.ListingHeader-heading {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: HelveticaNeue, Helvetica Neue, HelveticaNeueRoman, HelveticaNeue-Roman, Helvetica Neue Roman, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif !important;
  font-weight: normal;
}

@media all and (max-width: 42.4375em) {
  .ListingHeader-heading {
    margin-bottom: 1.25rem;
  }
}

@media all and (min-width: 42.5em) {
  .ListingHeader-heading {
    margin-right: auto;
  }
}

.Listing-results {
  font-size: 0.875rem;
  opacity: 0.75;
  margin-bottom: 1.125rem;
}

@media all and (min-width: 20em) {
  .Listing-results {
    font-size: calc(0.55556vw + 0.76389rem);
  }
}

@media all and (min-width: 42.5em) {
  .Listing-results {
    font-size: 1rem;
  }
}

.Listing-results em {
  font-style: italic;
}

.Listing-noresults {
  font-size: 1rem;
  margin-bottom: 2.5rem;
}

@media all and (min-width: 20em) {
  .Listing-noresults {
    font-size: calc(0.55556vw + 0.88889rem);
  }
}

@media all and (min-width: 42.5em) {
  .Listing-noresults {
    font-size: 1.125rem;
  }
}

@media all and (min-width: 20em) {
  .Listing-noresults {
    margin-bottom: calc(6.89655vw + 1.12069rem);
  }
}

@media all and (min-width: 56.25em) {
  .Listing-noresults {
    margin-bottom: 5rem;
  }
}

.Listing-item {
  border-top: solid 1px rgba(74, 61, 49, 0.5);
  padding-top: 1.875rem;
}

.Listing-item:after {
  clear: both;
  content: '';
  display: table;
}

@media all and (min-width: 30em) {
  .Listing-item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.Listing-image {
  display: block;
  overflow: hidden;
  position: relative;
  background-color: #cce7e6;
  display: block;
  width: 100%;
}

.Listing-image:before {
  content: '';
  display: block;
  padding-top: 56.25%;
}

.Listing-image:hover img,
.Listing-image:focus img,
.Listing-image:active img,
.Listing-image.nice-select.open img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

@media all and (max-width: 29.9375em) {
  .Listing-image {
    margin-bottom: 0.6875rem;
  }
}

@media all and (min-width: 30em) {
  .Listing-image:not(.ContentGrid-image) {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 1.875rem;
    margin-left: 1.25rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 33%;
  }
}

@media all and (min-width: 30em) {
  .Listing-item--person .Listing-image {
    width: 45%;
    max-width: 330px;
  }
}

.Listing-image img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 800ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
  transition: all 800ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
  width: 100%;
  z-index: 2;
}

.Listing-image-background {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0.2;
  z-index: 1;
}

.Listing-image-background img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.Listing-content {
  margin-bottom: 1.6875rem;
}

@media all and (min-width: 30em) {
  .Listing-content {
    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-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
}

.Listing-title {
  font-size: 1.375rem;
  line-height: 1.3;
  margin-bottom: 0.6875rem;
}

@media all and (min-width: 37.5em) {
  .Listing-title {
    font-size: calc(1.5vw + 0.8125rem);
  }
}

@media all and (min-width: 62.5em) {
  .Listing-title {
    font-size: 1.75rem;
  }
}

.Listing-description {
  font-size: 1.0625rem;
  margin-bottom: 0.9375rem;
  line-height: 1.55;
}

@media all and (min-width: 20em) {
  .Listing-description {
    font-size: calc(0.625vw + 0.9375rem);
  }
}

@media all and (min-width: 30em) {
  .Listing-description {
    font-size: 1.125rem;
  }
}

.Listing-description a:last-child {
  display: none;
}

.Listing-link {
  color: #4a3d31;
  border-bottom: 1px solid transparent;
  margin-top: 0.5rem;
}

.Listing-link:hover,
.Listing-link:focus,
.Listing-link:active,
.Listing-link.nice-select.open {
  color: #a85d00;
}

.Listing-link:hover,
.Listing-link:active,
.Listing-link.nice-select.open,
[data-whatinput="keyboard"] .Listing-link:focus,
.no-js .Listing-link:focus {
  border-bottom-color: currentColor;
}

.Listing-link .icon {
  margin-left: 0.25rem;
}

@supports (height: auto) {
  .Listing-link .icon {
    height: auto;
    width: 0.71429em;
  }
}

@supports (height: auto) {
  .Listing-link .icon-download {
    width: 0.57143em;
  }
}

@media all and (min-width: 56.25em) {
  .ContentGrid .Listing--grid {
    display: none;
  }
}

.Listing--grid .Listing-item {
  border-top-color: #e7aa0d;
}

.Listing--grid .Listing-item:first-child {
  border-top: 0;
  padding-top: 0;
}

@media all and (max-width: 56.1875em) {
  .ContentGrid .Listing--grid .Listing-item:first-child {
    display: none;
  }

  .ContentGrid .Listing--grid .Listing-item:nth-child(2) {
    border-top: 0;
    padding-top: 0;
  }
}

@media all and (min-width: 30em) {
  .Listing--grid .Listing-image {
    margin-left: 0;
    margin-right: 1.25rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media all and (min-width: 30em) {
  .Listing--grid .Listing-content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.Listing--shortcode {
  border-top: 5px solid currentColor;
  padding-top: 1.25rem;
}

.Listing--shortcode .Listing-item {
  border-top: 0;
  padding-top: 0;
}

@media all and (min-width: 30em) {
  .Listing--shortcode .Listing-image {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 1.25rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.Listing--shortcode .Listing-content {
  margin-bottom: 0;
}

@media all and (min-width: 30em) {
  .Listing--shortcode .Listing-content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.Listing--shortcode .Listing-title {
  font-size: 1.375rem;
}

@media all and (min-width: 30em) {
  .Listing--shortcode .Listing-title {
    font-size: calc(0.38462vw + 1.25962rem);
  }
}

@media all and (min-width: 62.5em) {
  .Listing--shortcode .Listing-title {
    font-size: 1.5rem;
  }
}

.MetaRow {
  font-size: 0.9375rem;
  font-size: 1rem;
  margin-bottom: -0.375rem;
}

.MetaRow:after {
  clear: both;
  content: '';
  display: table;
}

@media all and (min-width: 20em) {
  .MetaRow {
    font-size: calc(0.625vw + 0.8125rem);
  }
}

@media all and (min-width: 30em) {
  .MetaRow {
    font-size: 1rem;
  }
}

.MetaRow + * {
  clear: both;
}

.MetaRow-item {
  float: left;
  margin-bottom: 0.375rem;
  position: relative;
  white-space: nowrap;
}

.MetaRow-item:not(:last-child) {
  margin-right: 0.75rem;
  padding-right: 0.75rem;
}

.MetaRow-item:not(:last-child):after {
  border-right: 1px solid currentColor;
  bottom: 0.125rem;
  content: '';
  position: absolute;
  right: 0;
  top: 0.125rem;
}

.MetaRow-link {
  color: #4a3d31;
  border-bottom: 1px solid transparent;
  display: inline-block;
}

.MetaRow-link:hover,
.MetaRow-link:focus,
.MetaRow-link:active,
.MetaRow-link.nice-select.open {
  color: #a85d00;
}

.MetaRow-link:hover,
.MetaRow-link:active,
.MetaRow-link.nice-select.open,
[data-whatinput="keyboard"] .MetaRow-link:focus,
.no-js .MetaRow-link:focus {
  border-bottom-color: currentColor;
}

@media print {
  .Nav {
    display: none !important;
  }
}

@media all and (max-width: 49.9375em) {
  .Nav {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
  }

  .Nav,
  .js .Nav[aria-hidden="false"] {
    overflow: hidden;
    -webkit-transition: max-height 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000), visibility 0s linear 0s;
    transition: max-height 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000), visibility 0s linear 0s;
    visibility: visible;
  }

  .Nav[aria-hidden="true"],
  .js .Nav:not([aria-hidden]) {
    max-height: 0 !important;
    -webkit-transition: max-height 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000), visibility 0s linear 500ms;
    transition: max-height 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000), visibility 0s linear 500ms;
    visibility: hidden;
  }
}

.no-js .Nav {
  position: static;
}

@media all and (max-width: 49.9375em) {
  .Nav-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 1.25rem;
    position: relative;
  }

  .Nav-wrap:after {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
    bottom: 0;
    content: '';
    height: 1.25rem;
    left: 0;
    position: absolute;
    width: 100%;
  }
}

@media all and (max-width: 49.9375em) {
  .Nav-donate {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.Nav-menu {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: #4a3d31;
  color: #fff;
}

@media all and (max-width: 49.9375em) {
  .Nav-menu {
    max-height: none !important;
    padding-top: 0.5rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media all and (min-width: 50em) {
  .Nav-menu {
    position: absolute;
    width: 100%;
    z-index: 1;
  }

  .Nav-menu,
  .js .Nav-menu[aria-hidden="false"] {
    overflow: hidden;
    -webkit-transition: max-height 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000), visibility 0s linear 0s;
    transition: max-height 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000), visibility 0s linear 0s;
    visibility: visible;
  }

  .Nav-menu[aria-hidden="true"],
  .js .Nav-menu:not([aria-hidden]) {
    max-height: 0 !important;
    -webkit-transition: max-height 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000), visibility 0s linear 500ms;
    transition: max-height 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000), visibility 0s linear 500ms;
    visibility: hidden;
  }

  .no-js .Nav-menu {
    position: relative;
  }
}

.Nav-menu-background {
  display: none;
}

@supports (mix-blend-mode: multiply) {
  .Nav-menu-background {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    display: block;
    mix-blend-mode: soft-light;
    opacity: 0.2;
    z-index: 1;
  }
}

.Nav-menu-background img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}

@media all and (max-width: 49.9375em) {
  .Nav-menu-background {
    display: none;
  }
}

@media all and (min-width: 50em) {
  .Nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 2.3125rem;
    padding-top: 1.8125rem;
    position: relative;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8);
    z-index: 2;
  }
}

.Nav-search {
  position: relative;
}

@media all and (max-width: 49.9375em) {
  .Nav-search {
    background-color: #4a3d31;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding-bottom: 1.75rem;
  }
}

@media all and (min-width: 50em) {
  .Nav-search {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    background-color: #4a3d31;
    color: #fff;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 2;
  }

  .Nav-search,
  .js .Nav-search[aria-hidden="false"] {
    overflow: hidden;
    -webkit-transition: max-height 250ms cubic-bezier(0.215, 0.610, 0.355, 1.000), visibility 0s linear 0s;
    transition: max-height 250ms cubic-bezier(0.215, 0.610, 0.355, 1.000), visibility 0s linear 0s;
    visibility: visible;
  }

  .Nav-search[aria-hidden="true"],
  .js .Nav-search:not([aria-hidden]) {
    max-height: 0 !important;
    -webkit-transition: max-height 250ms cubic-bezier(0.215, 0.610, 0.355, 1.000), visibility 0s linear 250ms;
    transition: max-height 250ms cubic-bezier(0.215, 0.610, 0.355, 1.000), visibility 0s linear 250ms;
    visibility: hidden;
  }

  .no-js .Nav-search {
    position: relative;
  }
}

@media all and (min-width: 50em) {
  .Nav-search-wrap {
    padding: 1.5625rem 6.5625rem 1.5625rem 2.25rem;
  }
}

.Nav-search-help {
  font-size: 0.875rem;
  font-style: italic;
  margin-top: 0.625rem;
  opacity: 0.75;
}

.Nav-search-help a {
  color: #fff;
}

.Nav-search-help a:hover,
.Nav-search-help a:active,
.Nav-search-help a.nice-select.open,
[data-whatinput="keyboard"] .Nav-search-help a:focus {
  text-decoration: underline;
}

.Nav-search .search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media all and (min-width: 50em) {
  .Nav-search .search-form {
    width: 37.5rem;
  }

  .no-js .Nav-search .search-form {
    margin-left: auto;
  }
}

.Nav-search label {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.Nav-search .search-field {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  background-color: #4a3d31;
  border: 2px solid #fff;
  color: #fff;
  display: block;
  font-size: 1.125rem;
  margin-right: 1.125rem;
  padding: 0.75rem 1rem 0.625rem;
  width: 100%;
}

.Nav-search .search-field::-webkit-input-placeholder {
  color: #fff;
}

.Nav-search .search-field::-moz-placeholder {
  color: #fff;
}

.Nav-search .search-field::-ms-input-placeholder {
  color: #fff;
}

.Nav-search .search-field::placeholder {
  color: #fff;
}

.Nav-search .search-submit {
  background-color: transparent;
  background-image: none;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  text-align: center;
  -webkit-transition: background-color 150ms ease-in-out, border 150ms ease-in-out, color 150ms ease-in-out, -webkit-transform 50ms ease-in-out;
  transition: background-color 150ms ease-in-out, border 150ms ease-in-out, color 150ms ease-in-out, -webkit-transform 50ms ease-in-out;
  transition: background-color 150ms ease-in-out, border 150ms ease-in-out, color 150ms ease-in-out, transform 50ms ease-in-out;
  transition: background-color 150ms ease-in-out, border 150ms ease-in-out, color 150ms ease-in-out, transform 50ms ease-in-out, -webkit-transform 50ms ease-in-out;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: HelveticaNeueHeavy, HelveticaNeue-Heavy, Helvetica Neue Heavy, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  font-weight: 800;
  border: 2px solid currentColor;
  color: #4a3d31;
  font-size: 1rem;
  line-height: 1.2;
  padding: 1.125rem 2.125rem;
  text-transform: uppercase;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg%20version=%271.1%27%20baseProfile=%27full%27%20xmlns=%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox=%270%200%2026%2028%27%20width=%2726%27%20height=%2728%27%20preserveAspectRatio=%27xMidYMid%20meet%27%20fill=%27%234a3d31%27%3E%3Cpath%20d=%27M18%2013q0-2.9-2.06-4.95T11%206%206.05%208.06%204%2013t2.05%204.95T11%2020t4.95-2.06T18%2013zm8%2013q0%20.8-.6%201.4T24%2028q-.84%200-1.4-.6l-5.37-5.34Q14.43%2024%2011%2024q-2.23%200-4.27-.87T3.2%2020.8.88%2017.26%200%2013t.87-4.27T3.2%205.2t3.53-2.33T11%202t4.27.87T18.8%205.2t2.33%203.53T22%2013q0%203.44-1.94%206.23l5.36%205.36q.58.57.58%201.4z%27%2F%3E%3C%2Fsvg%3E");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 24px, auto;
  border-left: 1px solid rgba(74, 61, 49, 0.25);
  border: 0;
  border-radius: 0;
  color: #4a3d31;
  font-size: 0 !important;
  margin-left: 0.75rem;
  max-width: 6.25rem;
  text-transform: uppercase;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  width: 6.25rem;
  z-index: 2;
}

.Nav-search .search-submit:active,
.Nav-search .search-submit.nice-select.open {
  -webkit-transform: scale(0.97);
          transform: scale(0.97);
}

.Nav-search .search-submit:disabled {
  background-color: #eee !important;
  border-color: #bbb !important;
  color: #666 !important;
  cursor: not-allowed !important;
}

.Nav-search .search-submit .icon-triangle {
  margin-left: 0.375rem;
}

.Nav-search .search-submit:hover,
.Nav-search .search-submit:active,
.Nav-search .search-submit.nice-select.open,
[data-whatinput="keyboard"] .Nav-search .search-submit:focus,
.no-js .Nav-search .search-submit:focus {
  background-color: #4a3d31;
  border-color: #4a3d31;
  color: #fff;
}

.Nav-search .search-submit:hover,
.Nav-search .search-submit:active,
.Nav-search .search-submit.nice-select.open,
[data-whatinput="keyboard"] .Nav-search .search-submit:focus,
.no-js .Nav-search .search-submit:focus {
  background-color: #d47500;
  background-image: url("data:image/svg+xml,%3Csvg%20version=%271.1%27%20baseProfile=%27full%27%20xmlns=%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox=%270%200%2026%2028%27%20width=%2726%27%20height=%2728%27%20preserveAspectRatio=%27xMidYMid%20meet%27%20fill=%27%23fff%27%3E%3Cpath%20d=%27M18%2013q0-2.9-2.06-4.95T11%206%206.05%208.06%204%2013t2.05%204.95T11%2020t4.95-2.06T18%2013zm8%2013q0%20.8-.6%201.4T24%2028q-.84%200-1.4-.6l-5.37-5.34Q14.43%2024%2011%2024q-2.23%200-4.27-.87T3.2%2020.8.88%2017.26%200%2013t.87-4.27T3.2%205.2t3.53-2.33T11%202t4.27.87T18.8%205.2t2.33%203.53T22%2013q0%203.44-1.94%206.23l5.36%205.36q.58.57.58%201.4z%27%2F%3E%3C%2Fsvg%3E");
  color: #fff;
}

@media all and (min-width: 50em) {
  .Nav-item {
    padding-left: calc(4.16667vw + -0.83333rem);
    padding-right: calc(4.16667vw + -0.83333rem);
  }
}

@media all and (min-width: 65em) {
  .Nav-item {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

@media all and (max-width: 49.9375em) {
  .Nav-item {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    margin-top: 0.625rem;
    padding-top: 0.625rem;
  }

  .Nav-item:first-child {
    border-top: 0;
    margin-top: 0;
  }

  .Nav-item.f-sans {
    padding-top: 0.75rem;
  }
}

@media all and (min-width: 50em) {
  .Nav-item {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-box-flex: 1;
        -ms-flex: 1 1 25%;
            flex: 1 1 25%;
  }

  .Nav-item:first-child {
    border-left: 0;
  }
}

.Nav-toggle {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  background-image: none;
  cursor: pointer;
  font-weight: normal;
  letter-spacing: 0;
  line-height: normal;
  text-align: left;
  text-shadow: none;
  text-transform: none;
  color: #fff;
  font-size: 1.5rem;
  display: block;
  font-weight: bold;
  padding-bottom: 0.3125rem;
  padding-top: 0.3125rem;
  width: 100%;
}

.Nav-toggle:hover,
.Nav-toggle:focus,
.Nav-toggle:active,
.Nav-toggle.nice-select.open {
  background-color: transparent;
}

.Nav-toggle:hover,
.Nav-toggle:active,
.Nav-toggle.nice-select.open,
[data-whatinput="keyboard"] .Nav-toggle:focus {
  text-decoration: underline;
}

@media all and (min-width: 20em) {
  .Nav-toggle {
    font-size: calc(3.33333vw + 0.83333rem);
  }
}

@media all and (min-width: 31.25em) {
  .Nav-toggle {
    font-size: 1.875rem;
  }
}

.Nav-toggle .icon {
  margin-left: 0.4375rem;
  -webkit-transition: -webkit-transform 250ms ease-in-out;
  transition: -webkit-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
}

.Nav-toggle[aria-expanded="true"] .icon {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

@media all and (min-width: 50em) {
  .Nav-toggle {
    display: none;
  }
}

.Nav-heading {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 1.6875rem;
}

@media all and (max-width: 49.9375em) {
  .Nav-heading {
    display: none;
  }
}

@media all and (min-width: 51.625em) {
  .Nav-heading {
    font-size: 1.3125rem;
  }
}

@media all and (min-width: 53.375em) {
  .Nav-heading {
    font-size: 1.375rem;
  }
}

@media all and (min-width: 55.25em) {
  .Nav-heading {
    font-size: 1.4375rem;
  }
}

@media all and (min-width: 57em) {
  .Nav-heading {
    font-size: 1.5rem;
  }
}

@media all and (min-width: 58.875em) {
  .Nav-heading {
    font-size: 1.5625rem;
  }
}

@media all and (min-width: 60.75em) {
  .Nav-heading {
    font-size: 1.625rem;
  }
}

@media all and (min-width: 65em) {
  .Nav-heading {
    font-size: 1.6875rem;
  }
}

@media all and (min-width: 65em) {
  .Nav-heading {
    font-size: 1.75rem;
  }
}

@media all and (max-width: 49.9375em) {
  .Nav-sublist--expandable,
  .js .Nav-sublist--expandable[aria-hidden="false"] {
    overflow: hidden;
    -webkit-transition: max-height 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000), visibility 0s linear 0s;
    transition: max-height 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000), visibility 0s linear 0s;
    visibility: visible;
  }

  .Nav-sublist--expandable[aria-hidden="true"],
  .js .Nav-sublist--expandable:not([aria-hidden]) {
    max-height: 0 !important;
    -webkit-transition: max-height 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000), visibility 0s linear 500ms;
    transition: max-height 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000), visibility 0s linear 500ms;
    visibility: hidden;
  }

  .Nav-sublist--expandable[aria-hidden="false"] .Nav-list {
    padding-bottom: 1.25rem;
    padding-top: 0.625rem;
  }
}

.Nav-sublist-item {
  font-size: 1.125rem;
  line-height: 1.4;
}

@media all and (min-width: 20em) {
  .Nav-sublist-item {
    font-size: calc(1.11111vw + 0.90278rem);
  }
}

@media all and (min-width: 31.25em) {
  .Nav-sublist-item {
    font-size: 1.25rem;
  }
}

@media all and (min-width: 50em) {
  .Nav-sublist-item {
    font-size: calc(1.66667vw + 0.04167rem);
  }
}

@media all and (min-width: 65em) {
  .Nav-sublist-item {
    font-size: 1.125rem;
  }
}

@media all and (max-width: 49.9375em) {
  .Nav-sublist-item {
    margin-bottom: 0.44444em;
  }
}

@media all and (min-width: 50em) {
  .Nav-sublist-item {
    font-weight: normal;
    margin-bottom: 0.44444em;
  }
}

.Nav-sublist-item--big {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 0.1875rem;
}

@media all and (min-width: 20em) {
  .Nav-sublist-item--big {
    font-size: calc(3.33333vw + 0.58333rem);
  }
}

@media all and (min-width: 31.25em) {
  .Nav-sublist-item--big {
    font-size: 1.625rem;
  }
}

@media all and (min-width: 50em) {
  .Nav-sublist-item--big {
    font-size: calc(1.66667vw + 0.41667rem);
  }
}

@media all and (min-width: 65em) {
  .Nav-sublist-item--big {
    font-size: 1.5rem;
  }
}

@media all and (min-width: 50em) {
  .Nav-sublist-item--big:first-child {
    margin-top: -0.4375rem;
  }
}

.Nav-sublist-item--big .icon {
  margin-left: 0.4375rem;
}

.Nav-sublist-item:last-child {
  margin-bottom: 0;
}

.Nav-sublist-link {
  color: #fff;
  display: inline-block;
  padding-bottom: 0.3125rem;
  padding-top: 0.3125rem;
}

.Nav-sublist-link:hover,
.Nav-sublist-link:active,
.Nav-sublist-link.nice-select.open,
[data-whatinput="keyboard"] .Nav-sublist-link:focus {
  text-decoration: underline;
}

.Nav-social {
  margin-top: 1.5rem;
}

@media all and (max-width: 49.9375em) {
  .Nav-social {
    margin-bottom: 1.6875rem;
  }
}

.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg%20version=%271.1%27%20baseProfile=%27full%27%20xmlns=%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox=%270%200%20731%20366%27%20width=%27731%27%20height=%27366%27%20preserveAspectRatio=%27xMidYMid%20meet%27%20fill=%27%23000%27%3E%3Cpath%20d=%27M730.5.5l-54%2055-288%20288-23%2022-23-22-288-288L.5.5h730zm-155%2064h-420l210%20210%20210-210z%27%2F%3E%3C%2Fsvg%3E");
  background-position: right 10px top 9px;
  background-repeat: no-repeat;
  background-size: 17px 10px;
  border-radius: 5px;
  border: solid 1px #f7f6f2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: 100%;
}

.nice-select:hover {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%271.1%27%20baseProfile=%27full%27%20xmlns=%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox=%270%200%20731%20366%27%20width=%27731%27%20height=%27366%27%20preserveAspectRatio=%27xMidYMid%20meet%27%20fill=%27%23d47500%27%3E%3Cpath%20d=%27M730.5.5l-54%2055-288%20288-23%2022-23-22-288-288L.5.5h730zm-155%2064h-420l210%20210%20210-210z%27%2F%3E%3C%2Fsvg%3E");
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #999;
}

.nice-select.open {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%271.1%27%20baseProfile=%27full%27%20xmlns=%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox=%270%200%20731%20366%27%20width=%27731%27%20height=%27366%27%20preserveAspectRatio=%27xMidYMid%20meet%27%20fill=%27%23d47500%27%3E%3Cpath%20d=%27M.5%20365.5l54-55%20288-288%2023-22%2023%2022%20288%20288%2054%2055H.5zm155-64h420l-210-210-210%20210z%27%2F%3E%3C%2Fsvg%3E");
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #fbfaf8;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
          box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: calc(100% - 5px);
  left: 0;
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
          transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f7f6f2;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

.Pagination {
  margin-bottom: 1.875rem;
  font-size: 1.0625rem;
}

@media all and (min-width: 20em) {
  .Pagination {
    margin-bottom: calc(4.26136vw + 1.02273rem);
  }
}

@media all and (min-width: 64em) {
  .Pagination {
    margin-bottom: 3.75rem;
  }
}

.Pagination a {
  color: #4a3d31;
  line-height: 1;
}

.Pagination a:hover,
.Pagination a:focus,
.Pagination a:active,
.Pagination a.nice-select.open {
  background-color: #eee;
  color: #b36200;
  text-decoration: underline;
}

.Pagination > .page-numbers {
  margin-top: 1.875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(74, 61, 49, 0.5);
  border-top: 1px solid rgba(74, 61, 49, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media all and (min-width: 20em) {
  .Pagination > .page-numbers {
    margin-top: calc(4.26136vw + 1.02273rem);
  }
}

@media all and (min-width: 64em) {
  .Pagination > .page-numbers {
    margin-top: 3.75rem;
  }
}

.Pagination > .page-numbers .page-numbers {
  display: block;
  padding: 1.5625rem 1rem;
}

.Pagination > .page-numbers .prev,
.Pagination > .page-numbers .next {
  background-repeat: no-repeat;
  background-size: 9px auto;
  font-weight: bold;
}

.Pagination > .page-numbers .prev:hover,
.Pagination > .page-numbers .prev:focus,
.Pagination > .page-numbers .prev:active,
.Pagination > .page-numbers .prev.nice-select.open,
.Pagination > .page-numbers .next:hover,
.Pagination > .page-numbers .next:focus,
.Pagination > .page-numbers .next:active,
.Pagination > .page-numbers .next.nice-select.open {
  background-color: #f8f6f3;
  color: #b36200;
}

.Pagination > .page-numbers .prev {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%271.1%27%20baseProfile=%27full%27%20xmlns=%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox=%270%200%20235%20424%27%20width=%27235%27%20height=%27424%27%20preserveAspectRatio=%27xMidYMid%20meet%27%20fill=%27%234a3d31%27%3E%3Cpath%20d=%27M234.5%2023.5L46%20212l188.5%20188.5-23%2023-200-200L.5%20212l11-11.5%20200-200z%27%2F%3E%3C%2Fsvg%3E");
  background-position: left center;
  margin-right: auto;
  padding-left: 1.1875rem;
}

.Pagination > .page-numbers .prev:hover,
.Pagination > .page-numbers .prev:focus,
.Pagination > .page-numbers .prev:active,
.Pagination > .page-numbers .prev.nice-select.open {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%271.1%27%20baseProfile=%27full%27%20xmlns=%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox=%270%200%20235%20424%27%20width=%27235%27%20height=%27424%27%20preserveAspectRatio=%27xMidYMid%20meet%27%20fill=%27%23b36200%27%3E%3Cpath%20d=%27M234.5%2023.5L46%20212l188.5%20188.5-23%2023-200-200L.5%20212l11-11.5%20200-200z%27%2F%3E%3C%2Fsvg%3E");
}

.Pagination > .page-numbers .next {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%271.1%27%20baseProfile=%27full%27%20xmlns=%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox=%270%200%20235%20424%27%20width=%27235%27%20height=%27424%27%20preserveAspectRatio=%27xMidYMid%20meet%27%20fill=%27%234a3d31%27%3E%3Cpath%20d=%27M1%20401l188-189L1%2024%2024%201l200%20200%2011%2011-11%2012L24%20424z%27%2F%3E%3C%2Fsvg%3E");
  background-position: right center;
  margin-left: auto;
  padding-right: 1.1875rem;
}

.Pagination > .page-numbers .next:hover,
.Pagination > .page-numbers .next:focus,
.Pagination > .page-numbers .next:active,
.Pagination > .page-numbers .next.nice-select.open {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%271.1%27%20baseProfile=%27full%27%20xmlns=%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox=%270%200%20235%20424%27%20width=%27235%27%20height=%27424%27%20preserveAspectRatio=%27xMidYMid%20meet%27%20fill=%27%23b36200%27%3E%3Cpath%20d=%27M1%20401l188-189L1%2024%2024%201l200%20200%2011%2011-11%2012L24%20424z%27%2F%3E%3C%2Fsvg%3E");
}

.Pagination > .page-numbers [aria-current="page"] {
  background-color: #b36200;
  color: #fff;
}

.post-password-form p:first-child {
  font-size: 1.125rem;
  margin-bottom: 2em;
}

.post-password-form p:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.post-password-form label {
  display: inline-block;
  font-size: 0;
  margin-right: 1.25rem;
}

.post-password-form input[name="post_password"] {
  background-color: transparent;
  border: 2px solid #4a3d31;
  line-height: 1.2;
  padding: 0.75rem 1rem 0.625rem;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  width: 100%;
  font-size: 1rem;
  height: 100%;
}

.post-password-form input[name="post_password"]:focus {
  background-color: #fff;
}

.post-password-form input[name="post_password"]::-webkit-input-placeholder {
  color: #767676;
}

.post-password-form input[name="post_password"]::-moz-placeholder {
  color: #767676;
}

.post-password-form input[name="post_password"]::-ms-input-placeholder {
  color: #767676;
}

.post-password-form input[name="post_password"]::placeholder {
  color: #767676;
}

.post-password-form input[name="post_password"]:disabled {
  background-color: #f4f4f4;
  border-color: #ccc;
  color: #707070;
  cursor: not-allowed !important;
}

.post-password-form input[type="submit"] {
  background-color: transparent;
  background-image: none;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  text-align: center;
  -webkit-transition: background-color 150ms ease-in-out, border 150ms ease-in-out, color 150ms ease-in-out, -webkit-transform 50ms ease-in-out;
  transition: background-color 150ms ease-in-out, border 150ms ease-in-out, color 150ms ease-in-out, -webkit-transform 50ms ease-in-out;
  transition: background-color 150ms ease-in-out, border 150ms ease-in-out, color 150ms ease-in-out, transform 50ms ease-in-out;
  transition: background-color 150ms ease-in-out, border 150ms ease-in-out, color 150ms ease-in-out, transform 50ms ease-in-out, -webkit-transform 50ms ease-in-out;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: HelveticaNeueHeavy, HelveticaNeue-Heavy, Helvetica Neue Heavy, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  font-weight: 800;
  border: 2px solid currentColor;
  color: #4a3d31;
  font-size: 1rem;
  line-height: 1.2;
  padding: 1.125rem 2.125rem;
  text-transform: uppercase;
}

.post-password-form input[type="submit"]:active,
.post-password-form input.nice-select.open[type="submit"] {
  -webkit-transform: scale(0.97);
          transform: scale(0.97);
}

.post-password-form input[type="submit"]:disabled {
  background-color: #eee !important;
  border-color: #bbb !important;
  color: #666 !important;
  cursor: not-allowed !important;
}

.post-password-form input[type="submit"] .icon-triangle {
  margin-left: 0.375rem;
}

.post-password-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:active,
.post-password-form input.nice-select.open[type="submit"],
[data-whatinput="keyboard"] .post-password-form input[type="submit"]:focus,
.no-js .post-password-form input[type="submit"]:focus {
  background-color: #4a3d31;
  border-color: #4a3d31;
  color: #fff;
}

@media all and (max-width: 37.4375em) {
  .PeoplePromo-list {
    margin-bottom: 1.875rem;
  }
}

@media all and (min-width: 37.5em) {
@supports (display: grid) {
    .PeoplePromo-list {
      grid-column-gap: 1.875rem;
      grid-row-gap: 1.875rem;
      display: grid;
      grid-column-gap: 30px;
      grid-template-columns: 1fr 1fr;
    }

@media all and (min-width: 37.5em) {
      .PeoplePromo-list {
        grid-column-gap: calc(3.33333vw + 0.625rem);
        grid-row-gap: calc(3.33333vw + 0.625rem);
      }
}

@media all and (min-width: 56.25em) {
      .PeoplePromo-list {
        grid-column-gap: 2.5rem;
        grid-row-gap: 2.5rem;
      }
}
}

  .no-cssgrid .PeoplePromo-list,
  .no-cssgrid_cssgridlegacy .PeoplePromo-list {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-left: -1.875rem;
  }
}

@media all and (min-width: 56.25em) {
@supports (display: grid) {
    .PeoplePromo-list {
      grid-template-columns: 1fr 1fr 1fr;
    }

    .l-cols-primary .PeoplePromo-list {
      grid-template-columns: 1fr 1fr;
    }
}
}

.PeoplePromo-item {
  margin-bottom: 2.5rem;
}

@media all and (min-width: 37.5em) {
  .no-cssgrid .PeoplePromo-item,
  .no-cssgrid_cssgridlegacy .PeoplePromo-item {
    padding-left: 1.875rem;
    width: 50%;
  }
}

@media all and (min-width: 56.25em) {
  .no-cssgrid .PeoplePromo-item,
  .no-cssgrid_cssgridlegacy .PeoplePromo-item {
    width: 33.33333%;
  }

  .l-cols-primary .no-cssgrid .PeoplePromo-item,
  .l-cols-primary
      .no-cssgrid_cssgridlegacy .PeoplePromo-item {
    width: 50%;
  }
}

.PersonFeature {
  margin-bottom: 1.25rem;
}

@media all and (min-width: 37.5em) {
  .PersonFeature {
    margin-bottom: calc(2.25vw + 0.40625rem);
  }
}

@media all and (min-width: 62.5em) {
  .PersonFeature {
    margin-bottom: 1.8125rem;
  }
}

.PersonFeature-image {
  display: block;
  width: 100%;
}

.ProjectFeature {
  max-height: 32.125rem;
  overflow: hidden;
  position: relative;
}

.ProjectFeature:before {
  content: '';
  display: block;
  padding-top: 56.25%;
}

@media all and (min-width: 50em) {
  .ProjectFeature:before {
    padding-top: 42.85714%;
  }
}

.ProjectFeature-image {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.ProjectNav-wrap {
  background-color: #677836;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.ProjectNav-background {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -o-object-fit: none;
     object-fit: none;
  -o-object-position: center top;
     object-position: center top;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.25;
  z-index: 1;
}

@media all and (min-width: 56.25em) {
  .ProjectNav-background {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@supports (mix-blend-mode: multiply) {
  .ProjectNav-background {
    mix-blend-mode: multiply;
    opacity: 0.1;
  }
}

.ProjectNav-content {
  position: relative;
  z-index: 2;
}

@media all and (max-width: 56.1875em) {
  .ProjectNav-list,
  .js .ProjectNav-list[aria-hidden="false"] {
    overflow: hidden;
    -webkit-transition: max-height 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000), visibility 0s linear 0s;
    transition: max-height 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000), visibility 0s linear 0s;
    visibility: visible;
  }

  .ProjectNav-list[aria-hidden="true"],
  .js .ProjectNav-list:not([aria-hidden]) {
    max-height: 0 !important;
    -webkit-transition: max-height 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000), visibility 0s linear 500ms;
    transition: max-height 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000), visibility 0s linear 500ms;
    visibility: hidden;
  }
}

@media all and (min-width: 56.25em) {
  .ProjectNav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.ProjectNav-item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

@media all and (max-width: 56.1875em) {
  .ProjectNav-item:first-child .ProjectNav-link {
    border-top: 2px solid rgba(73, 85, 38, 0.9);
  }
}

@media all and (min-width: 56.25em) {
  .ProjectNav-item:first-child .ProjectNav-link:before {
    display: none;
  }
}

.ProjectNav-toggle {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  background-image: none;
  cursor: pointer;
  font-weight: normal;
  letter-spacing: 0;
  line-height: normal;
  text-align: left;
  text-shadow: none;
  text-transform: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  width: 100%;
}

.ProjectNav-toggle:hover,
.ProjectNav-toggle:focus,
.ProjectNav-toggle:active,
.ProjectNav-toggle.nice-select.open {
  background-color: transparent;
}

@media all and (min-width: 56.25em) {
  .ProjectNav-toggle {
    display: none;
  }
}

.ProjectNav-toggle .icon {
  fill: currentColor;
  margin-left: auto;
  -webkit-transition: -webkit-transform 250ms ease-in-out;
  transition: -webkit-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
}

.ProjectNav-toggle[aria-expanded="true"] .icon {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.ProjectNav-toggle,
.ProjectNav-link {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.4;
  padding: 1.25rem 1.25rem;
  text-shadow: 1px 1px 0 #495526;
}

.ProjectNav-toggle:hover,
.ProjectNav-toggle:active,
.ProjectNav-toggle.nice-select.open,
[data-whatinput="keyboard"] .ProjectNav-toggle:focus,
.ProjectNav-link:hover,
.ProjectNav-link:active,
.ProjectNav-link.nice-select.open,
[data-whatinput="keyboard"] .ProjectNav-link:focus {
  text-decoration: underline;
}

.ProjectNav-toggle:hover,
.ProjectNav-toggle:active,
.ProjectNav-toggle.nice-select.open,
[data-whatinput="keyboard"] .ProjectNav-toggle:focus,
.no-js .ProjectNav-toggle:focus,
.ProjectNav-link:hover,
.ProjectNav-link:active,
.ProjectNav-link.nice-select.open,
[data-whatinput="keyboard"] .ProjectNav-link:focus,
.no-js .ProjectNav-link:focus {
  background-color: rgba(73, 85, 38, 0.3);
}

.ProjectNav-link {
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  display: block;
  height: 100%;
  line-height: 1.4;
  position: relative;
}

@media all and (min-width: 56.25em) {
  .ProjectNav-link {
    padding-bottom: 2.375rem;
    padding-top: 2.375rem;
  }
}

@media all and (min-width: 56.25em) {
  .ProjectNav-link:before {
    border-left: 1px solid #fff;
    bottom: 0.8125rem;
    content: '';
    left: 0;
    position: absolute;
    top: 0.8125rem;
  }
}

.BlockQuote {
  padding-bottom: 2.1875rem;
  padding-top: 2.1875rem;
  background-color: #f8f6f3;
  position: relative;
}

@media all and (min-width: 20em) {
  .BlockQuote {
    padding-bottom: calc(3.125vw + 1.5625rem);
    padding-top: calc(3.125vw + 1.5625rem);
  }
}

@media all and (min-width: 50em) {
  .BlockQuote {
    padding-bottom: 3.125rem;
    padding-top: 3.125rem;
  }
}

.BlockQuote-background {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0.23;
  z-index: 1;
}

@supports (mix-blend-mode: multiply) {
  .BlockQuote-background {
    mix-blend-mode: multiply;
  }
}

.BlockQuote-background img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.BlockQuote-content {
  background-color: #f8f6f3;
  padding: 43px 25px;
  position: relative;
  z-index: 1;
}

@media all and (min-width: 53.125em) {
  .BlockQuote-content {
    padding: 30px 43px 23px 60px;
    text-align: center;
  }
}

.BlockQuote-credit {
  display: block;
  font-size: 16px;
  margin-top: 1.25rem;
}

.BlockQuote-icon {
  fill: #d47500;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(7px, -50%);
          transform: translate(7px, -50%);
  width: 55px;
}

@media all and (min-width: 53.125em) {
  .BlockQuote-icon {
    width: 100px;
    -webkit-transform: translate(-75%, -12px);
            transform: translate(-75%, -12px);
  }
}

.BlockQuote-icon.show-mobile {
  display: block;
}

@media all and (min-width: 53.125em) {
  .BlockQuote-icon.show-mobile {
    display: none;
  }
}

.BlockQuote-icon.show-desktop {
  display: none;
}

@media all and (min-width: 53.125em) {
  .BlockQuote-icon.show-desktop {
    display: block;
  }
}

.BlockQuote-text {
  font-size: 1.375rem;
  font-weight: bold;
  letter-spacing: 0.0625rem;
}

@media all and (min-width: 20em) {
  .BlockQuote-text {
    font-size: calc(0.88235vw + 1.19853rem);
  }
}

@media all and (min-width: 62.5em) {
  .BlockQuote-text {
    font-size: 1.75rem;
  }
}

.ReadMore {
  position: relative;
}

.ReadMore-button {
  background-color: transparent;
  background-image: none;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  text-align: center;
  -webkit-transition: background-color 150ms ease-in-out, border 150ms ease-in-out, color 150ms ease-in-out, -webkit-transform 50ms ease-in-out;
  transition: background-color 150ms ease-in-out, border 150ms ease-in-out, color 150ms ease-in-out, -webkit-transform 50ms ease-in-out;
  transition: background-color 150ms ease-in-out, border 150ms ease-in-out, color 150ms ease-in-out, transform 50ms ease-in-out;
  transition: background-color 150ms ease-in-out, border 150ms ease-in-out, color 150ms ease-in-out, transform 50ms ease-in-out, -webkit-transform 50ms ease-in-out;
  font-weight: bold;
  padding-bottom: 0.625rem;
  padding-top: 0.625rem;
}

.ReadMore-button:hover,
.ReadMore-button:active,
.ReadMore-button.nice-select.open,
[data-whatinput="keyboard"] .ReadMore-button:focus,
.no-js .ReadMore-button:focus {
  color: #b36200;
  text-decoration: underline;
}

.ReadMore-gradient {
  background: -webkit-gradient(linear, left bottom, left top, from(#f8f6f3), to(rgba(248, 246, 243, 0)));
  background: linear-gradient(to top, #f8f6f3, rgba(248, 246, 243, 0));
  bottom: 0;
  content: "";
  height: 150px;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
  width: 100%;
  z-index: -1;
}

.ReadMore[aria-hidden="true"] ~ .ReadMore-gradient {
  opacity: 1;
  z-index: 1;
}

.ReadMore-wrapper {
  position: relative;
}

.RelatedTwoUp {
  padding-bottom: 2.1875rem;
  padding-top: 2.1875rem;
  background-color: #f8f6f3;
  position: relative;
}

@media all and (min-width: 20em) {
  .RelatedTwoUp {
    padding-bottom: calc(3.125vw + 1.5625rem);
    padding-top: calc(3.125vw + 1.5625rem);
  }
}

@media all and (min-width: 50em) {
  .RelatedTwoUp {
    padding-bottom: 3.125rem;
    padding-top: 3.125rem;
  }
}

.RelatedTwoUp-background {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0.21;
  z-index: 1;
}

@supports (mix-blend-mode: multiply) {
  .RelatedTwoUp-background {
    mix-blend-mode: multiply;
  }
}

.RelatedTwoUp-background img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media all and (min-width: 50em) {
  .RelatedTwoUp-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 1.875rem;
  }

  .no-cssgrid .RelatedTwoUp-wrap:after,
  .no-cssgrid_cssgridlegacy .RelatedTwoUp-wrap:after {
    clear: both;
    content: '';
    display: table;
  }
}

.RelatedTwoUp-col {
  padding: 1.5625rem;
  padding-bottom: 2.1875rem;
  background-color: #f8f6f3;
  border-top: 5px solid #4a3d31;
  position: relative;
  z-index: 2;
}

@media all and (min-width: 20em) {
  .RelatedTwoUp-col {
    padding: calc(4.6875vw + 0.625rem);
  }
}

@media all and (min-width: 40em) {
  .RelatedTwoUp-col {
    padding: 2.5rem;
  }
}

@media all and (min-width: 20em) {
  .RelatedTwoUp-col {
    padding-bottom: calc(4.6875vw + 1.25rem);
  }
}

@media all and (min-width: 40em) {
  .RelatedTwoUp-col {
    padding-bottom: 3.125rem;
  }
}

@media all and (max-width: 49.9375em) {
  .RelatedTwoUp-col:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}

@media all and (min-width: 50em) {
  .no-cssgrid .RelatedTwoUp-col,
  .no-cssgrid_cssgridlegacy .RelatedTwoUp-col {
    width: calc(50% - 30px);
  }

  .no-cssgrid .RelatedTwoUp-col:first-child,
  .no-cssgrid_cssgridlegacy .RelatedTwoUp-col:first-child {
    float: left;
  }

  .no-cssgrid .RelatedTwoUp-col:last-child,
  .no-cssgrid_cssgridlegacy .RelatedTwoUp-col:last-child {
    float: right;
  }
}

.RelatedTwoUp-heading {
  margin-bottom: 1.25rem;
  line-height: 1.25;
}

@media all and (min-width: 20em) {
  .RelatedTwoUp-heading {
    margin-bottom: calc(3.125vw + 0.625rem);
  }
}

@media all and (min-width: 40em) {
  .RelatedTwoUp-heading {
    margin-bottom: 1.875rem;
  }
}

.RelatedTwoUp-item:not(:last-child) {
  margin-bottom: 2.0625rem;
}

.RelatedTwoUp-link {
  border-bottom: 1px solid transparent;
  color: #4a3d31;
  font-size: 1.25rem;
  font-weight: bold;
}

.RelatedTwoUp-link:hover,
.RelatedTwoUp-link:active,
.RelatedTwoUp-link.nice-select.open,
[data-whatinput="keyboard"] .RelatedTwoUp-link:focus,
.no-js .RelatedTwoUp-link:focus {
  border-bottom-color: currentColor;
}

.RelatedTwoUp-link:hover,
.RelatedTwoUp-link:focus,
.RelatedTwoUp-link:active,
.RelatedTwoUp-link.nice-select.open {
  color: #b36200;
}

.RelatedTwoUp-link .icon {
  margin-left: 0.5rem;
}

.RelatedTwoUp-meta {
  font-size: 1rem;
  margin-top: 0.4375rem;
}

.SearchField {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.SearchField-input {
  border-color: #f8f6f3 !important;
  color: #fff;
  font-size: 1.125rem;
}

.SearchField-input:focus {
  background-color: #f8f6f3 !important;
  color: #4a3d31;
}

.SearchField-submit {
  font-size: 0.875rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-left: 0.75rem;
  padding-bottom: 0.625rem;
  padding-top: 0.625rem;
}

@media all and (min-width: 20em) {
  .SearchField-submit {
    font-size: calc(1.66667vw + 0.54167rem);
  }
}

@media all and (min-width: 27.5em) {
  .SearchField-submit {
    font-size: 1rem;
  }
}

@media all and (min-width: 20em) {
  .SearchField-submit {
    padding-left: calc(11.66667vw + -1.08333rem);
    padding-right: calc(11.66667vw + -1.08333rem);
  }
}

@media all and (min-width: 27.5em) {
  .SearchField-submit {
    padding-left: 2.125rem;
    padding-right: 2.125rem;
  }
}

@media print {
  .Share {
    display: none !important;
  }
}

.Share > * {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

.Share--stacked .Share-label {
  display: block;
  margin-bottom: 0.875rem;
}

.Share--inline .Share-label span {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.Share-link {
  color: #4a3d31;
  display: inline-block;
  padding: 0.25rem;
}

.Share-link:hover,
.Share-link:focus,
.Share-link:active,
.Share-link.nice-select.open {
  color: #a85d00;
}

.Share-list {
  display: inline-block;
  font-size: 0;
  line-height: 1;
}

.Share-list:after {
  clear: both;
  content: '';
  display: table;
}

.Share-list-item {
  border-left: solid 1px #4a3d31;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.5rem;
}

.Share-list-item:first-child {
  border-left: none;
}

.Share--stacked .Share-list-item:first-child {
  padding-left: 0;
}

.Share-list-item:last-child {
  padding-right: 0;
}

.SimplePromo {
  /*a*/
}

.SimplePromo:after {
  clear: both;
  content: '';
  display: table;
}

@media all and (min-width: 37.5em) {
  .SimplePromo > * {
    -webkit-box-flex: 1;
        -ms-flex: 1 100%;
            flex: 1 100%;
  }
}

.SimplePromo-image {
  display: block;
  -webkit-filter: drop-shadow(0 0 12px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 0 12px rgba(0, 0, 0, 0.3));
}

.SimplePromo-image:after {
  clear: both;
  content: '';
  display: table;
}

@media all and (max-width: 37.4375em) {
  .SimplePromo-image {
    float: left;
    width: 33%;
  }
}

.SimplePromo-image img {
  display: block;
  width: 100%;
}

@media all and (max-width: 37.4375em) {
  .SimplePromo-content {
    margin-left: auto;
    overflow: hidden;
    padding-left: 1.25rem;
    width: 67%;
  }
}

@media all and (min-width: 37.5em) {
  .SimplePromo-content {
    margin-top: 0.9375rem;
  }
}

.SimplePromo-title {
  font-size: 1.125rem;
  line-height: 1.3;
  margin-bottom: 0.3125rem;
}

@media all and (min-width: 20em) {
  .SimplePromo-title {
    font-size: calc(3.58423vw + 0.40815rem);
  }
}

@media all and (min-width: 37.4375em) {
  .SimplePromo-title {
    font-size: 1.75rem;
  }
}

@media all and (min-width: 37.5em) {
  .SimplePromo-title {
    font-size: 1.625rem;
  }
}

.SimplePromo-description {
  font-size: 0.75rem;
  line-height: 1.55;
}

@media all and (min-width: 20em) {
  .SimplePromo-description {
    font-size: 3.75vw;
  }
}

@media all and (min-width: 30em) {
  .SimplePromo-description {
    font-size: 1.125rem;
  }
}

.SimplePromo-link {
  color: #4a3d31;
  border-bottom: 1px solid transparent;
  margin-top: 0.5rem;
}

.SimplePromo-link:hover,
.SimplePromo-link:focus,
.SimplePromo-link:active,
.SimplePromo-link.nice-select.open {
  color: #a85d00;
}

.SimplePromo-link:hover,
.SimplePromo-link:active,
.SimplePromo-link.nice-select.open,
[data-whatinput="keyboard"] .SimplePromo-link:focus,
.no-js .SimplePromo-link:focus {
  border-bottom-color: currentColor;
}

.SimplePromo-link .icon {
  margin-left: 0.4375rem;
}

@media print {
  .SkipLinks {
    display: none !important;
  }
}

.SkipLinks a {
  background-color: #f8f6f3;
  font-size: 0.875em;
  font-weight: normal;
  left: 50%;
  padding: 10px 15px;
  position: absolute;
  top: -200px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: -1;
}

.SkipLinks a:focus {
  top: 0;
  z-index: 999;
}

.Social {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.Social-item:not(:last-child) {
  margin-right: 1.25rem;
}

.Social-link {
  color: currentColor;
  display: block;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.Social-link:hover,
.Social-link:focus,
.Social-link:active,
.Social-link.nice-select.open {
  color: #c44303;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.Social-icon {
  display: block;
  fill: currentColor;
}

.single-state .state-rank,
.single-territory .state-rank {
  text-align: center;
}

.single-state .state-rank--top,
.single-territory .state-rank--top {
  color: #afb136;
}

.single-state .state-rank--middle,
.single-territory .state-rank--middle {
  color: #e2a226;
}

.single-state .state-rank--bottom,
.single-territory .state-rank--bottom {
  color: #aa2c1e;
}

.single-state .ranking-list,
.single-territory .ranking-list {
  font-size: 1rem;
  font-weight: 700;
  list-style-type: none;
  margin-top: 2em;
  padding: 0;
}

.single-state .ranking-list li,
.single-territory .ranking-list li {
  margin-top: 0.2em;
}

.single-state .ranking-list .cat-list--positive,
.single-territory .ranking-list .cat-list--positive {
  color: #afb136;
  font-family: HelveticaNeue,Helvetica Neue,HelveticaNeueRoman,HelveticaNeue-Roman,Helvetica Neue Roman,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;
  font-weight: 700;
  padding-right: 5px;
}

.single-state .ranking-list .cat-list--negative,
.single-territory .ranking-list .cat-list--negative {
  color: #aa2c1e;
  font-family: HelveticaNeue,Helvetica Neue,HelveticaNeueRoman,HelveticaNeue-Roman,Helvetica Neue Roman,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;
  font-weight: 700;
  padding-right: 5px;
}

.single-state .fallback,
.single-territory .fallback {
  display: none;
}

.Subnav {
  margin-top: -1rem;
}

@media all and (max-width: 56.1875em) {
  .l-cols-secondary .Subnav {
    margin-top: 1.625rem;
  }
}

.Subnav-heading {
  text-transform: uppercase;
}

.Subnav-link {
  color: #4a3d31;
  display: block;
  padding: 0.75rem 0.75rem 0.75rem 1.6875rem;
}

.Subnav-link:hover,
.Subnav-link:focus,
.Subnav-link:active,
.Subnav-link.nice-select.open {
  background-color: rgba(74, 61, 49, 0.1);
}

.Subnav-link.is-active {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%271.1%27%20baseProfile=%27full%27%20xmlns=%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox=%270%200%20365%20730%27%20width=%27365%27%20height=%27730%27%20preserveAspectRatio=%27xMidYMid%20meet%27%20fill=%27%23b36200%27%3E%3Cpath%20d=%27M0%200l55%2054%20288%20288%2022%2023-22%2023L55%20676%200%20730V0zm64%20155v420l210-210L64%20155z%27%2F%3E%3C%2Fsvg%3E");
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: 7px auto;
  color: #b36200;
}

.Subnav-link--parent.is-active {
  background-image: none;
}

.Subnav-list {
  border-bottom: solid 1px #4a3d31;
}

.Subnav-item {
  border-top: solid 1px #4a3d31;
}

.Timeline-top {
  margin-bottom: 2.8125rem;
}

@media all and (min-width: 28.75em) {
  .Timeline-top {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.Timeline-heading {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1;
}

@media all and (min-width: 20em) {
  .Timeline-heading {
    font-size: calc(1.42857vw + 1.46429rem);
  }
}

@media all and (min-width: 37.5em) {
  .Timeline-heading {
    font-size: 2rem;
  }
}

@media all and (max-width: 28.6875em) {
  .Timeline-heading {
    margin-bottom: 1.875rem;
  }
}

.Timeline-controls {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: none;
}

.Timeline-controls.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media all and (min-width: 28.75em) {
  .Timeline-controls {
    margin-left: auto;
  }
}

.Timeline-controls-label {
  margin-bottom: 0.125rem;
  margin-right: 1rem;
}

.Timeline-controls-item {
  position: relative;
}

.Timeline-controls-item:not(:last-child) {
  margin-right: 0.8125rem;
  padding-right: 0.8125rem;
}

.Timeline-controls-item:not(:last-child):after {
  border-right: 2px solid #4a3d31;
  content: '';
  height: 0.875rem;
  margin-top: 0.1875rem;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.Timeline-toggle {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  background-image: none;
  cursor: pointer;
  font-weight: normal;
  letter-spacing: 0;
  line-height: normal;
  text-align: left;
  text-shadow: none;
  text-transform: none;
  border-color: transparent;
  border-style: solid;
  border-width: 4px 0 1px;
  padding-top: 0.25rem;
  -webkit-transition: color 150ms ease-in-out, border-color 150ms ease-in-out;
  transition: color 150ms ease-in-out, border-color 150ms ease-in-out;
}

.Timeline-toggle:hover,
.Timeline-toggle:focus,
.Timeline-toggle:active,
.Timeline-toggle.nice-select.open {
  background-color: transparent;
}

.Timeline-toggle:hover,
.Timeline-toggle:active,
.Timeline-toggle.nice-select.open,
[data-whatinput="keyboard"] .Timeline-toggle:focus,
.no-js .Timeline-toggle:focus {
  border-bottom-color: currentColor;
  color: #a85d00;
}

.Timeline-toggle.is-active {
  border-top-color: #e7aa0d;
}

.Timeline-toggle.is-active:hover,
.Timeline-toggle.is-active:active,
.Timeline-toggle.is-active.nice-select.open,
[data-whatinput="keyboard"] .Timeline-toggle.is-active:focus,
.no-js .Timeline-toggle.is-active:focus {
  border-bottom-color: transparent;
}

.Timeline-list {
  list-style: none !important;
  padding-left: 0 !important;
}

.Timeline-item {
  display: none;
  max-height: 500vh;
  opacity: 1;
  -webkit-transition: margin 0s linear 0s, max-height 0s linear 0s, visibility 0s linear 0s, opacity 600ms;
  transition: margin 0s linear 0s, max-height 0s linear 0s, visibility 0s linear 0s, opacity 600ms;
  visibility: visible;
}

.no-js .Timeline-item,
.js-init.Timeline .Timeline-item {
  display: block;
}

.Timeline-item:not(:first-child) {
  margin-top: 1.875rem !important;
}

.Timeline-item.is-hidden {
  margin-top: 0 !important;
  max-height: 0;
  opacity: 0;
  -webkit-transition: margin 0s linear 300ms, max-height 0s linear 300ms, visibility 0s linear 300ms, opacity 300ms;
  transition: margin 0s linear 300ms, max-height 0s linear 300ms, visibility 0s linear 300ms, opacity 300ms;
  visibility: hidden;
}

.TitleBlock {
  border-top: 3px solid #4a3d31;
  margin-bottom: 1rem;
}

.TitleBlock-content {
  margin-bottom: 0.75rem;
  margin-top: 1.3125rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.TitleBlock-content:after {
  clear: both;
  content: '';
  display: table;
}

.TitleBlock-content:last-child {
  border-bottom: solid 1px rgba(74, 61, 49, 0.5);
  padding-bottom: 1.125rem;
}

@media all and (min-width: 37.5em) {
  .TitleBlock-content:last-child {
    padding-bottom: calc(1.75vw + 0.46875rem);
  }
}

@media all and (min-width: 62.5em) {
  .TitleBlock-content:last-child {
    padding-bottom: 1.5625rem;
  }
}

.TitleBlock-label {
  margin-bottom: 0.9375rem;
}

@media all and (min-width: 37.5em) {
  .TitleBlock-label {
    margin-bottom: calc(2vw + 0.1875rem);
  }
}

@media all and (min-width: 62.5em) {
  .TitleBlock-label {
    margin-bottom: 1.4375rem;
  }
}

.TitleBlock-label a {
  border-bottom: 1px solid transparent;
  color: #a85d00;
}

.TitleBlock-label a:hover,
.TitleBlock-label a:active,
.TitleBlock-label a.nice-select.open,
[data-whatinput="keyboard"] .TitleBlock-label a:focus,
.no-js .TitleBlock-label a:focus {
  border-bottom-color: currentColor;
}

.TitleBlock-title:first-child {
  margin-top: 2rem;
}

.TitleBlock-subtitle {
  margin-top: 0.5rem;
}

.TitleBlock-description {
  font-size: 1.125rem;
  margin-top: 0.9375rem;
}

@media all and (min-width: 37.5em) {
  .TitleBlock-description {
    font-size: calc(1vw + 0.75rem);
  }
}

@media all and (min-width: 62.5em) {
  .TitleBlock-description {
    font-size: 1.375rem;
  }
}

.TitleBlock-meta {
  border-top: solid 1px rgba(74, 61, 49, 0.5);
  font-size: 0.875em;
  margin-top: 1.125rem;
}

.TitleBlock-meta:after {
  clear: both;
  content: '';
  display: table;
}

@media all and (min-width: 37.5em) {
  .TitleBlock-meta {
    margin-top: calc(4.25vw + -0.46875rem);
  }
}

@media all and (min-width: 62.5em) {
  .TitleBlock-meta {
    margin-top: 2.1875rem;
  }
}

.TitleBlock-meta-content {
  margin-top: 0.75rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.TitleBlock-meta-content:after {
  clear: both;
  content: '';
  display: table;
}

@media all and (max-width: 31.1875em) {
  .TitleBlock-date {
    margin-bottom: 1.25rem;
  }
}

@media all and (min-width: 31.25em) {
  .TitleBlock-date {
    float: right;
  }
}

@media all and (min-width: 31.25em) {
  .TitleBlock-share {
    margin-bottom: 2.5rem;
  }
}

.TitleBlock-share.project {
  margin-bottom: 2rem;
}

.TitleBlock-share.project:not(.deluxe) {
  margin-bottom: 0;
}

.TitleBlock--project {
  margin-bottom: 2rem;
  position: relative;
  z-index: 200;
}

@media all and (min-width: 20em) {
  .TitleBlock--project {
    margin-bottom: calc(8.88889vw + 0.22222rem);
  }
}

@media all and (min-width: 42.5em) {
  .TitleBlock--project {
    margin-bottom: 4rem;
  }
}

@media all and (min-width: 42.5em) {
  .TitleBlock--project {
    margin-top: calc(-11.53846vw + 1.77885rem);
  }
}

@media all and (min-width: 75em) {
  .TitleBlock--project {
    margin-top: -6.875rem;
  }
}

.TitleBlock--project-wrap {
  padding-top: 1rem;
  background-color: #f8f6f3;
  margin-left: auto;
  margin-right: auto;
  max-width: 65.75rem;
}

@media all and (min-width: 20em) {
  .TitleBlock--project-wrap {
    padding-top: calc(4.44444vw + 0.11111rem);
  }
}

@media all and (min-width: 42.5em) {
  .TitleBlock--project-wrap {
    padding-top: 2rem;
  }
}

@media all and (min-width: 42.5em) {
  .TitleBlock--project-wrap {
    width: 90%;
  }
}

.TitleBlock--project-content {
  border-top: 3px solid #4a3d31;
  padding-top: 0.625rem;
}

@media all and (min-width: 320) {
  .TitleBlock--project-content {
    padding-top: calc(5.55556vw + -0.48611rem);
  }
}

@media all and (min-width: 42.5em) {
  .TitleBlock--project-content {
    padding-top: 1.875rem;
  }
}

.TitleBlock--project-meta {
  margin-top: 1rem;
}

.TitleBlock--project-meta:after {
  clear: both;
  content: '';
  display: table;
}

/* stylelint-disable no-duplicate-selectors */

[data-tooltip] {
  cursor: help;
  position: relative;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

[data-tooltip].is-fullwidth {
  position: static;
}

[data-tooltip]:before {
  content: '';
  left: 50%;
  opacity: 0;
  position: absolute;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  -webkit-transition: opacity 150ms ease-in-out;
  transition: opacity 150ms ease-in-out;
}

[data-tooltip].is-fullwidth:before {
  left: auto;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

[data-tooltip][aria-expanded="true"]:before {
  opacity: 1;
}

[data-tooltip-menu] {
  left: 50%;
  max-height: 0;
  opacity: 0;
  position: absolute;
  z-index: 999;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  -webkit-transition: max-height 0s linear 200ms, visibility 0s linear 200ms, opacity 200ms;
  transition: max-height 0s linear 200ms, visibility 0s linear 200ms, opacity 200ms;
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
  visibility: hidden;
  width: calc(100vw - 20px);
}

@supports ((width: -webkit-max-content) or (width: -moz-max-content) or (width: max-content)) {
  [data-tooltip-menu] {
    max-width: calc(100vw - 20px);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

@media all and (min-width: 20em) {
  [data-tooltip-menu] {
    max-width: 18.75rem;
  }
}

[data-tooltip-menu][aria-hidden="false"] {
  max-height: 100vh;
  opacity: 1;
  -webkit-transition: max-height 0s linear 0s, visibility 0s linear 0s, opacity 200ms;
  transition: max-height 0s linear 0s, visibility 0s linear 0s, opacity 200ms;
  visibility: visible;
}

[data-tooltip-menu][data-align="full"] {
  left: 0.625rem;
  right: 0.625rem;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

@media all and (min-width: 20em) {
  [data-tooltip-menu][data-align="full"] {
    left: 50vw;
    right: auto;
    -webkit-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
  }
}

[data-tooltip-menu][data-align="left"] {
  left: 0;
  right: auto;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

[data-tooltip-menu][data-align="right"] {
  left: auto;
  right: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

/* stylelint-disable no-duplicate-selectors */

[data-tooltip] {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #d47500), color-stop(50%, transparent));
  background-image: linear-gradient(to right, #d47500 50%, transparent 50%);
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: 8px 2px;
  position: relative;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

[data-tooltip],
[data-tooltip]:link,
[data-tooltip]:visited,
[data-tooltip]:focus,
[data-tooltip]:hover,
[data-tooltip]:active,
.nice-select.open[data-tooltip] {
  color: currentColor;
}

[data-tooltip]:hover,
[data-tooltip]:active,
.nice-select.open[data-tooltip],
[data-whatinput="keyboard"] [data-tooltip]:focus {
  background-image: -webkit-gradient(linear, left top, right top, to(#d47500));
  background-image: linear-gradient(to right, #d47500 100%);
}

[data-whatinput="mouse"] [data-tooltip]:focus,
[data-whatinput="touch"] [data-tooltip]:focus {
  outline: none;
}

[data-tooltip]:before {
  height: 0;
  width: 0;
  border-bottom-width: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #b36200;
}

.no-js [data-tooltip] {
  background-image: none;
  font-style: italic;
}

.no-js [data-tooltip]:after {
  content: " (" attr(data-tooltip) ")";
  display: inline;
  font-style: normal;
}

[data-tooltip] [data-tooltip-menu] {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: #b36200;
  color: #fff;
  cursor: text;
  font-family: HelveticaNeue, Helvetica Neue, HelveticaNeueRoman, HelveticaNeue-Roman, Helvetica Neue Roman, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  font-size: 0.9375rem;
  margin-top: -0.5rem;
  padding: 1.0625rem 0.875rem;
}

.easy-footnotes-wrapper {
  font-size: 0.8em;
  padding-left: 1em !important;
}

.qtip-content em {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: .9em;
}

.Video {
  background: #ccc url("data:image/svg+xml,%3Csvg%20version=%271.1%27%20baseProfile=%27full%27%20xmlns=%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox=%270%200%20365%20730%27%20width=%27365%27%20height=%27730%27%20preserveAspectRatio=%27xMidYMid%20meet%27%20fill=%27%23eee%27%3E%3Cpath%20d=%27M0%200l55%2054%20288%20288%2022%2023-22%2023L55%20676%200%20730V0zm64%20155v420l210-210L64%20155z%27%2F%3E%3C%2Fsvg%3E") center no-repeat;
  background-size: 15%;
  position: relative;
}

.Video:before {
  content: '';
  display: block;
  padding-top: 56.25%;
}

.Video-link {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  padding-left: 0.625rem;
  padding-top: 0.625rem;
  z-index: 1;
}

.Video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

@media print {
  * {
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    color: #000 !important;
    -webkit-filter: none !important;
            filter: none !important;
    text-shadow: none !important;
    -webkit-transition: none !important;
    transition: none !important;
  }

  html {
    font-size: 81.25%;
  }

  svg {
    fill: #000 !important;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 2;
    widows: 2;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

@page {
    margin: 0.75in 0.75in 1in;
}
}


/*# sourceMappingURL=main.css.map*/