/*!
 * DO NOT OVERRIDE THIS FILE.
 * Generated with `npm run build`
 *
 * nfwf-build - NFWF Website Build File
 * @version 0.8.0
 * @author WDG
 * @link https://www.webdevelopmentgroup.com/
 */

@charset "UTF-8";
@font-face {
  font-family: 'merriweather';
  src: url("../fonts/merriweather-regular-webfont.woff2") format("woff2"), url("../fonts/merriweather-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'merriweather-bold';
  src: url("../fonts/merriweather-bold-webfont.woff2") format("woff2"), url("../fonts/merriweather-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'public_sans-medium';
  src: url("../fonts/publicsans-medium-webfont.woff2") format("woff2"), url("../fonts/publicsans-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'public_sans-light';
  src: url("../fonts/publicsans-light-webfont.woff2") format("woff2"), url("../fonts/publicsans-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'public_sans-regular';
  src: url("../fonts/publicsans-regular-webfont.woff2") format("woff2"), url("../fonts/publicsans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'public_sans-semibold';
  src: url("../fonts/publicsans-semibold-webfont.woff2") format("woff2"), url("../fonts/publicsans-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'bebas-neue';
  src: url("../fonts/BebasNeue-Regular.woff2") format("woff2"), url("../fonts/BebasNeue-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

html {
  background-color: #fff;
  color: #171717;
  font-family: "merriweather", serif;
  font-size: 20px;
  line-height: 36px;
  height: 100%;
}

@media print {
  html {
    background: none;
  }
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background: #1E242F;
  color: #171717;
  image-rendering: -webkit-optimize-contrast;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  font-size: 20px;
  overflow-x: hidden;
  height: 100%;
}

body.fixed {
  overflow: hidden;
}

@media print {
  body {
    padding-top: 0;
    margin-left: 0.5in;
    margin-right: 0.5in;
  }
}

body.admin-bar {
  margin-top: -16px;
}

@media print {
  @page {
    margin: 2cm;
  }
}

hr {
  background-color: #9f9f9f;
  border: none;
  height: 2px;
  margin: 20px auto;
}

.hr--dashed {
  background-color: transparent;
  border-top: 1px dashed #9f9f9f;
}

.hr--divide {
  margin: 70px 0 50px;
}

.hr--green {
  background-color: #A0B426;
  margin-top: 8px;
  margin-bottom: 8px;
  max-width: 50px;
}

.hr--short {
  max-width: 30px;
  margin-left: 0;
}

.hr--larger-margin {
  margin-top: 64px;
  margin-bottom: 64px;
}

.hr--max-width {
  margin-left: 20px;
  margin-right: 20px;
}

@media (min-width: 768px) {
  .hr--max-width {
    margin-left: 40px;
    margin-right: 40px;
  }
}

.hr--thin {
  height: 1px;
}

.hr--no-bottom-margin {
  margin-bottom: 0;
}

.hr--no-top-margin {
  margin-top: 0;
}

.highlight-word {
  color: #A0B426;
}

a {
  font-family: "merriweather", serif;
  color: #5D6B03;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: color 200ms ease-out;
  transition: color 200ms ease-out;
}

a:hover, a:focus {
  color: #A0B426;
}

a.down-arrow-link {
  color: #171717;
}

a.down-arrow-link svg {
  margin-right: 16px;
}

a.down-arrow-link svg path {
  fill: #A0B426;
}

a.down-arrow-link:hover span, a.down-arrow-link:focus span {
  border-bottom: 2px solid #A0B426;
}

dd,
dl,
dt,
fieldset,
ol,
p,
ul,
table {
  margin: 20px 0;
}

table[align="center"] {
  margin-right: auto;
  margin-left: auto;
}

cite,
address {
  font-style: normal;
}

figure {
  margin: 0;
}

figure figcaption {
  color: #6A6A6A;
  font-family: "public_sans-regular", sans-serif;
  font-size: 16px;
  line-height: 27px;
  margin-top: 10px;
}

figure.align-center figcaption {
  margin-left: auto;
  margin-right: auto;
}

.highlight {
  color: #A0B426;
}

.callout {
  display: block;
  font-family: "bebas-neue", sans-serif;
  font-size: 36px;
  color: #000;
  text-transform: uppercase;
  font-weight: 400;
  margin: 50px 0;
}

ul.inline {
  list-style: none;
  padding: 0;
}

ul.inline li {
  display: inline-block;
  vertical-align: middle;
}

ul.editor-rich-text__tinymce {
  font-size: 1.8em;
}

@media (min-width: 768px) {
  ul.editor-rich-text__tinymce {
    font-size: 2.2em;
  }
}

ul.editor-rich-text__tinymce li > * {
  font-size: 1em;
}

ul.drupal-edit-link {
  padding: 0 15px;
  margin: 20px 0;
  max-width: 1440px;
  list-style: none;
}

@media only screen and (min-width: 1025px) {
  ul.drupal-edit-link {
    margin: 25px auto 60px;
  }
}

ul.drupal-edit-link li {
  display: inline-block;
  margin: 0 15px 0 0;
}

ul.drupal-edit-link li .button {
  padding: 10px 20px;
  font-size: 13px;
}

@media only screen and (max-width: 767px) {
  ul.drupal-edit-link li .button {
    padding: 3px 10px;
  }
}

@media only screen and (min-width: 960px) {
  .embedded-entity.align-left {
    float: left;
    margin: 1rem 1rem 1rem 0;
  }
}

@media only screen and (min-width: 960px) and (min-width: 1200px) {
  .embedded-entity.align-left {
    margin: 1.5rem 1.5rem 1.5rem -18%;
  }
}

@media only screen and (min-width: 960px) {
  .embedded-entity.align-center {
    display: block;
    margin: 16px auto;
    text-align: center;
  }
  .embedded-entity.align-right {
    float: right;
    margin: 1rem 0 1rem 1rem;
  }
}

@media only screen and (min-width: 960px) and (min-width: 1200px) {
  .embedded-entity.align-right {
    margin: 1.5rem -18% 1.5rem 1.5rem;
  }
}

h1,
.h1 {
  font-size: 34px;
  line-height: normal;
  font-family: "merriweather-bold", serif;
  margin: 0 0 0.5rem;
}

@media only screen and (min-width: 1024px) {
  h1,
  .h1 {
    font-size: 55px;
  }
}

h2,
.h2 {
  font-size: 32px;
  line-height: 1.2;
  font-family: "merriweather-bold", serif;
  margin: 0 0 0.5rem;
}

@media only screen and (min-width: 1024px) {
  h2,
  .h2 {
    font-size: 48px;
  }
}

h3,
.h3 {
  font-size: 30px;
  line-height: normal;
  font-family: "merriweather-bold", serif;
  margin: 0 0 0.5rem;
}

@media only screen and (min-width: 1024px) {
  h3,
  .h3 {
    font-size: 36px;
  }
}

h4,
.h4 {
  font-size: 24px;
  line-height: 1.357142857;
  font-family: "merriweather-bold", serif;
  margin: 0 0 0.5rem;
}

@media (min-width: 768px) {
  h4,
  .h4 {
    font-size: 28px;
  }
}

h5,
.h5 {
  font-size: 20px;
  line-height: normal;
  font-family: "merriweather-bold", serif;
  margin: 0 0 0.5rem;
}

h6,
.h6 {
  font-size: 15px;
  line-height: normal;
  font-family: "public_sans-semibold", sans-serif;
  margin: 0 0 0.5rem;
}

.figcaption {
  margin: 10px auto 0;
  font-size: 1.6em;
  text-align: left;
  color: #171717;
}

.figcaption p {
  font-size: 1em;
  margin: 0;
}

p.indent {
  padding-left: 40px;
}

img {
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  vertical-align: bottom;
}

nav ol,
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav li {
  margin: 0;
}

nav.inline li {
  display: inline-block;
  vertical-align: middle;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

svg {
  max-width: 100%;
}

fieldset {
  border: 0;
  border-top: 1px solid #9f9f9f;
  padding: 0;
}

legend {
  margin-left: 0.5em;
  padding: 0 0.5em;
}

label {
  cursor: pointer;
  display: inline-block;
}

a,
input[type="button"],
input[type="submit"],
input[type="reset"],
button {
  cursor: pointer;
}

[hidden] {
  display: none !important;
}

.svgs,
.svg-hide {
  display: none;
}

.content-wrapper {
  width: 100%;
  position: relative;
  z-index: 4;
  padding-top: 63px;
  padding-bottom: 50px;
}

.content-wrapper:focus {
  outline: none;
}

a:focus,
button:focus,
[tabindex="0"]:focus,
[tabindex="-1"]:focus {
  outline: none;
}

.keyboard--focus a:focus, .keyboard--focus
button:focus, .keyboard--focus
[tabindex="0"]:focus, .keyboard--focus
[tabindex="-1"]:focus {
  outline: 1px dotted #171717;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  padding: 0;
  background: none;
  border: 0;
}

.site-container {
  background-color: #fff;
  overflow: hidden;
}

div[data-drupal-messages] {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 15px;
}

.standard-content blockquote {
  margin: 50px 0;
  padding-left: 40px;
  border-left: 5px solid #8B9C21;
}

.p-wrap {
  position: relative;
  z-index: 2;
  background: #FFF;
}

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
}

table.text-box {
  padding: 20px;
  background: #BDD6EE;
}

table.text-box td {
  border: none;
}

table[align*="right"] {
  margin-left: 20px;
}

.hp-hero {
  position: relative;
  z-index: 1;
}

@media (min-width: 1025px) {
  .hp-hero {
    margin-top: -29px;
  }
}

.hp-hero__image {
  display: block;
  max-width: 300%;
  width: 100%;
}

.hp-hero__contain {
  padding: 0 25px;
  max-width: 1326px;
  width: 100%;
  margin: auto;
}

.hp-hero__heading {
  background-size: cover;
}

.hp-hero__title {
  padding-top: 140px;
  padding-bottom: 100px;
  text-align: center;
  position: relative;
  z-index: 3;
}

@media (min-width: 1024px) {
  .hp-hero__title {
    padding-top: 200px;
  }
}

.hp-hero__title--light-text {
  color: #FFF;
}

.hp-hero__title--light-text a {
  color: #a0b426;
}

.hp-hero__title--light-text a:hover, .hp-hero__title--light-text a:focus {
  text-decoration: underline;
}

.hp-hero__title p {
  font-size: 18px;
  line-height: 1.4;
}

.hp-hero__video {
  position: relative;
  overflow: hidden;
  height: 40vh;
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#004a7e), color-stop(65%, #1e242f), to(#1e242f));
  background-image: linear-gradient(to bottom, #004a7e 0%, #1e242f 65%, #1e242f 100%);
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .hp-hero__video {
    position: relative;
    width: auto;
  }
}

@media (min-width: 768px) {
  .hp-hero__video {
    height: 60vh;
  }
}

.hp-hero__video video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}

@supports (-ms-ime-align: auto) {
  .hp-hero__video video {
    font-family: 'object-fit: cover; object-position: left top;';
    -webkit-transform: none;
            transform: none;
    top: 0;
    left: 0;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .hp-hero__video video {
    font-family: 'object-fit: cover; object-position: left top;';
    -webkit-transform: none;
            transform: none;
    top: 0;
    left: 0;
  }
}

.hp-hero__play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border: 1px solid rgba(255, 255, 255, 0.33);
  border-radius: 50%;
  display: block;
  z-index: 2;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  opacity: 0;
}

@media (min-width: 768px) {
  .hp-hero__play-button {
    width: 95px;
    height: 95px;
  }
}

.yt-ready .hp-hero__play-button {
  opacity: 1;
}

.hp-hero__play-button__triangle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
}

.hp-hero__play-button svg {
  overflow: visible;
}

@media (max-width: 767px) {
  .hp-hero__play-button svg {
    width: 80%;
  }
}

.hp-hero__play-button:hover, .hp-hero__play-button:focus {
  background: #A0B426;
  border-color: #A0B426;
}

.hp-hero__text {
  text-align: center;
  position: absolute;
  bottom: 85px;
  padding: 5px 35px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 10;
  width: 100%;
  max-width: 600px;
  color: #fff;
  font-family: "merriweather-bold", serif;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  font-size: 36px;
  line-height: 1.3;
}

@media (max-width: 767px) {
  .hp-hero__text {
    font-size: 16px;
    line-height: 1.3;
  }
}

@media (max-width: 1023px) {
  .hp-hero__text {
    bottom: 20px;
  }
}

@media (min-width: 768px) and (max-height: 499px) {
  .hp-hero__text {
    display: none;
  }
}

@media (min-width: 768px) and (max-height: 1050px) {
  .hp-hero__text {
    bottom: 20px;
  }
}

.partnerships-investments-container {
  position: relative;
  background-size: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-color: #fff;
  z-index: 3;
}

@media (max-width: 767px) {
  .partnerships-investments-container {
    background: #FFF !important;
  }
}

.partnerships-investments-container::after {
  content: '';
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  height: 40%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(50%, #ffffff), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(180deg, #FFF 0%, #ffffff 50%, rgba(255, 255, 255, 0) 100%);
  z-index: -1;
}

@media (min-width: 768px) {
  .partnerships-investments-container::after {
    top: 67%;
    height: 18%;
  }
}

@media (min-width: 950px) {
  .partnerships-investments-container::after {
    top: 55%;
    height: 27%;
  }
}

@media (min-width: 1200px) {
  .partnerships-investments-container::after {
    top: 45%;
    height: 30%;
  }
}

@media (min-width: 1400px) {
  .partnerships-investments-container::after {
    top: 40%;
    height: 30%;
  }
}

@media (min-width: 1830px) {
  .partnerships-investments-container::after {
    top: 28%;
    height: 37%;
  }
}

@media (min-width: 2450px) {
  .partnerships-investments-container::after {
    top: 20%;
  }
}

@media (min-width: 3200px) {
  .partnerships-investments-container::after {
    top: 19%;
  }
}

@media (max-width: 767px) {
  .hp-partnerships__columns,
  .hp-results__columns,
  .hp-investments__columns {
    padding: 0 12px !important;
  }
}

.hp-partnerships__intro-title,
.hp-results__intro-title,
.hp-investments__intro-title {
  font-family: "public_sans-medium", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  color: #6A6A6A;
}

.hp-partnerships hr,
.hp-results hr,
.hp-investments hr {
  background-color: #A0B426;
  max-width: 30px;
  margin: 5px auto 0;
  height: 2px;
}

.hp-partnerships p,
.hp-partnerships h1,
.hp-results p,
.hp-results h1,
.hp-investments p,
.hp-investments h1 {
  font-size: 18px;
  font-weight: 400;
  line-height: 2.222222222;
  color: #4c4c4c;
  margin: 20px 0 50px;
}

@media (min-width: 1024px) {
  .hp-partnerships p,
  .hp-partnerships h1,
  .hp-results p,
  .hp-results h1,
  .hp-investments p,
  .hp-investments h1 {
    font-size: 26px;
    line-height: 1.730769231;
  }
}

@media (max-width: 767px) {
  .hp-partnerships .button,
  .hp-results .button,
  .hp-investments .button {
    font-size: 14px;
    padding: 22px 30px;
  }
}

.hp-partnerships a:not(.button),
.hp-results a:not(.button),
.hp-investments a:not(.button) {
  text-decoration: underline;
}

.hp-partnerships a:not(.button):hover, .hp-partnerships a:not(.button):focus,
.hp-results a:not(.button):hover,
.hp-results a:not(.button):focus,
.hp-investments a:not(.button):hover,
.hp-investments a:not(.button):focus {
  color: #A0B426;
}

.hp-partnerships a:not(.button):hover .hp-investments__landscape-title, .hp-partnerships a:not(.button):focus .hp-investments__landscape-title,
.hp-results a:not(.button):hover .hp-investments__landscape-title,
.hp-results a:not(.button):focus .hp-investments__landscape-title,
.hp-investments a:not(.button):hover .hp-investments__landscape-title,
.hp-investments a:not(.button):focus .hp-investments__landscape-title {
  color: #A0B426;
}

.hp-partnerships__row,
.hp-results__row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  max-width: 1446px;
  background-color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 28px 0 48px;
  z-index: 5;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hp-partnerships__column,
.hp-results__column {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  padding: 0 25px;
}

@media only screen and (min-width: 1025px) {
  .hp-partnerships__column,
  .hp-results__column {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
    max-width: 91.66667%;
    padding: 0 25px;
  }
}

@media only screen and (min-width: 1200px) {
  .hp-partnerships__column,
  .hp-results__column {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
    padding: 0 25px;
  }
}

.hp-partnerships__column a:not(.button),
.hp-results__column a:not(.button) {
  text-decoration: underline;
}

.hp-partnerships + .hp-partnerships {
  margin-top: -75px;
}

@media (min-width: 1024px) {
  .hp-partnerships + .hp-partnerships {
    margin-top: -91px;
  }
}

@media (min-width: 768px) {
  .hp-partnerships {
    margin-bottom: 31px;
  }
}

.hp-investments {
  position: relative;
}

@media (max-width: 767px) {
  .hp-investments {
    margin-top: 29px;
  }
}

.hp-investments__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  max-width: 1305px;
}

@media (min-width: 768px) {
  .hp-investments__row {
    padding: 0 0 23vw;
  }
}

.hp-investments__columns {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  padding: 0 25px;
}

@media only screen and (min-width: 768px) {
  .hp-investments__columns {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    padding: 0 25px;
  }
}

@media only screen and (min-width: 1025px) {
  .hp-investments__columns:first-child {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    padding: 0 25px;
  }
}

.hp-investments__columns:last-child {
  margin-left: auto;
}

@media only screen and (min-width: 1025px) {
  .hp-investments__columns:last-child {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%;
    padding: 0 25px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .hp-investments__columns:last-child {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
}

@media (max-width: 767px) {
  .hp-investments__columns {
    text-align: center;
  }
}

.hp-investments__columns--results {
  margin-top: 42px;
}

@media (min-width: 768px) {
  .hp-investments__columns--results {
    display: none;
  }
}

.hp-investments__featured-landscape {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) {
  .hp-investments__featured-landscape img {
    max-width: 192px;
    margin: 0 20px 0 0;
  }
}

@media (min-width: 1025px) {
  .hp-investments__featured-landscape {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.hp-investments__featured-landscape a:not(.button) {
  text-decoration: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(100% - 222px);
          flex: 0 1 calc(100% - 222px);
}

.hp-investments__landscape-type {
  font-family: "public_sans-semibold", sans-serif;
  font-size: 11px;
  letter-spacing: 1.44px;
  text-transform: uppercase;
  color: #323232;
}

.hp-investments__landscape-title {
  font-family: "merriweather-bold", serif;
  font-size: 22px;
  line-height: 31px;
  color: #171717;
}

@media (min-width: 768px) {
  .hp-investments__landscape-title {
    font-size: 28px;
  }
}

.hp-investments__stat {
  padding: 30px 10px 20px;
  background-image: linear-gradient(145deg, #338fb8 0%, #115c7b 100%);
  text-align: center;
  color: #fff;
  max-width: 396px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

.hp-investments__stat .button {
  background-color: #00435e;
  padding: 15px 10px;
}

.hp-investments__stat .button svg:first-child {
  margin-right: 10px;
}

@media (min-width: 768px) {
  .hp-investments__stat .button {
    padding: 15px 20px;
  }
  .hp-investments__stat .button svg:first-child {
    margin-right: 24px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .hp-investments__stat .button {
    padding: 15px 10px;
  }
}

.hp-investments__stat-number {
  font-size: 80px;
  line-height: 1.15;
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .hp-investments__stat-number {
    font-size: 90px;
  }
}

.hp-investments__stat-desc {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 25px;
}

.hp-investments hr {
  margin: 0;
}

@media (max-width: 767px) {
  .hp-investments hr {
    margin: 0 auto;
  }
}

.map-cta {
  max-width: 385px;
  margin: auto;
  width: 100%;
  min-height: 270px;
  position: relative;
  background-image: linear-gradient(145deg, #338fb8 0%, #115c7b 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.map-cta__bg {
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  background: #FFF url(../img/map-cta.png) no-repeat 50% 50%;
  background-size: cover;
}

.map-cta__content {
  margin: auto auto 20px;
  position: relative;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .map-cta__content {
    position: absolute;
    bottom: 0;
    width: 350px;
    left: 40px;
  }
}

.map-cta .button {
  margin: auto auto 20px;
  background-color: #00435e;
  padding: 20px;
  font-size: 12px;
}

.map-cta .button:hover, .map-cta .button:focus {
  background-color: #3369c3;
  border-color: #3369c3;
}

.hp-results {
  position: relative;
  background-color: #fff;
  z-index: 6;
}

@media (max-width: 767px) {
  .hp-results {
    display: none;
  }
}

.hp-results::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), color-stop(50%, #ffffff), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(180deg, #eeeeee 0%, #ffffff 50%, rgba(255, 255, 255, 0) 100%);
  z-index: -1;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .hp-results--large p {
    margin-bottom: 0;
  }
}

.hp-featured-story,
.hp-press,
.hp-cta {
  position: relative;
  z-index: 7;
}

.hp-featured-story__row,
.hp-press__row,
.hp-cta__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  max-width: 1305px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hp-featured-story__column,
.hp-press__column,
.hp-cta__column {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  padding: 0 25px;
}

.hp-featured-story__columns,
.hp-press__columns,
.hp-cta__columns {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  padding: 0 25px;
}

@media only screen and (min-width: 1025px) {
  .hp-featured-story__columns,
  .hp-press__columns,
  .hp-cta__columns {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    padding: 0 25px;
  }
}

@media (max-width: 767px) {
  .hp-featured-story__columns,
  .hp-press__columns,
  .hp-cta__columns {
    padding: 0 12px;
  }
}

@media only screen and (min-width: 1025px) {
  .hp-featured-story__columns:first-child,
  .hp-press__columns:first-child,
  .hp-cta__columns:first-child {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 54.16667%;
        flex-basis: 54.16667%;
    max-width: 54.16667%;
    padding: 0 25px;
  }
}

.hp-featured-story__columns:last-child,
.hp-press__columns:last-child,
.hp-cta__columns:last-child {
  margin-left: auto;
}

@media only screen and (min-width: 1025px) {
  .hp-featured-story__columns:last-child,
  .hp-press__columns:last-child,
  .hp-cta__columns:last-child {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
    max-width: 41.66667%;
    padding: 0 25px;
  }
}

.hp-featured-story img {
  width: 100%;
}

@media (max-width: 1024px) {
  .hp-featured-story {
    display: none;
  }
}

.hp-featured-story__intro-title {
  font-family: "public_sans-medium", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  color: #6A6A6A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.hp-featured-story__intro-title a {
  font-family: "public_sans-semibold", sans-serif;
  font-size: 14px;
  letter-spacing: 1.17px;
  text-transform: uppercase;
}

.hp-featured-story__intro-title a:hover, .hp-featured-story__intro-title a:focus {
  color: #A0B426;
}

.hp-featured-story__intro-title a svg path {
  stroke: #8B9C21;
}

.hp-featured-story__topic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 33px;
}

@media (min-width: 768px) {
  .hp-featured-story__topic img {
    max-width: 192px;
    margin: 0 20px 0 0;
  }
}

.hp-featured-story__topic-subtitle {
  color: #171717;
  font-family: "public_sans-semibold", sans-serif;
  font-size: 11px;
  letter-spacing: 1.44px;
  text-transform: uppercase;
}

.hp-featured-story h2,
.hp-featured-story h2 a {
  color: #171717;
  font-family: "merriweather-bold", serif;
  font-size: 28px;
  line-height: 1.3;
}

@media (min-width: 768px) {
  .hp-featured-story h2,
  .hp-featured-story h2 a {
    font-size: 36px;
  }
}

.hp-featured-story h2:hover, .hp-featured-story h2:focus,
.hp-featured-story h2 a:hover,
.hp-featured-story h2 a:focus {
  color: #A0B426;
}

.hp-featured-story h3,
.hp-featured-story h3 a {
  color: #171717;
  font-size: 28px;
  line-height: 31px;
}

.hp-featured-story h3:hover, .hp-featured-story h3:focus,
.hp-featured-story h3 a:hover,
.hp-featured-story h3 a:focus {
  color: #A0B426;
}

.hp-featured-story hr:not(.hr--dashed) {
  height: 2px;
  width: 100%;
  background-color: #BFBFBF;
  margin: 30px 0;
}

@media (min-width: 768px) {
  .hp-featured-story hr:not(.hr--dashed) {
    margin: 70px 0;
  }
}

@media (max-width: 767px) {
  .hp-press {
    margin-top: 40px;
  }
}

.hp-press .glide__track {
  background: #181a1f;
}

.hp-press .glide__slides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.hp-press .glide__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
}

.hp-press__row:last-child:not(:first-child) hr {
  height: 2px;
  width: 100%;
  background-color: #BFBFBF;
  margin: 50px 0 70px;
}

@media (max-width: 767px) {
  .hp-press__row:last-child:not(:first-child) hr {
    height: 1px;
    margin: 50px 0 19px;
  }
}

.hp-press__top-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
  margin-top: 60px;
}

@media (min-width: 1024px) {
  .hp-press__top-bar {
    margin-top: 50px;
  }
}

.hp-press__top-bar a {
  font-family: "public_sans-semibold", sans-serif;
  font-size: 14px;
  letter-spacing: 1.17px;
  text-transform: uppercase;
}

.hp-press__top-bar a:hover, .hp-press__top-bar a:focus {
  color: #A0B426;
}

.hp-press__title {
  color: #6A6A6A;
  font-family: "public_sans-medium", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
}

.hp-press__title hr {
  max-width: 30px;
  height: 2px;
  background-color: #A0B426;
  margin: 0;
}

.hp-press__article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 45px;
}

@media (max-width: 767px) {
  .hp-press__article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.hp-press__article:last-of-type {
  margin-bottom: 0;
}

.hp-press__article img {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .hp-press__article img {
    max-width: 192px;
    margin-left: 20px;
    margin-bottom: 0;
  }
}

.hp-press__article a {
  display: block;
  color: #171717;
  font-family: "merriweather-bold", serif;
  font-size: 18px;
  line-height: 31px;
  margin-bottom: 5px;
}

.hp-press__article a:hover, .hp-press__article a:focus {
  color: #A0B426;
}

.hp-press__article-date {
  color: #6A6A6A;
  font-family: "public_sans-medium", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
}

.hp-press .hp-press__slide {
  background-color: #191c22;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.hp-press .hp-press__slide img {
  width: 100%;
}

.hp-press .hp-press__slide a {
  color: #FFF;
}

.hp-press .hp-press__slide a:hover {
  color: #A0B426;
}

.hp-press__img-container {
  position: relative;
}

@media (max-width: 767px) {
  .hp-press__img-container {
    margin-bottom: 100px;
  }
}

.hp-press__img-container::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#191c22));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #191c22 100%);
}

.hp-press__slide-content {
  padding: 0 30px 20px;
  position: absolute;
  bottom: 30px;
}

@media only screen and (min-width: 1024px) {
  .hp-press__slide-content {
    padding: 0 60px 60px;
    margin-top: auto;
    position: relative;
    bottom: auto;
  }
}

.hp-press__slide-date {
  opacity: 0.8;
  font-family: "public_sans-semibold", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.hp-press__slide-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .hp-press__slide-title {
    font-size: 27px;
  }
}

.hp-press__bottom-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 25px;
  line-height: 1;
}

.hp-press__bottom-row .button {
  padding: 0;
  font-size: 13px;
  padding: 13px 25px;
  border-radius: 3px;
  margin-right: 28px;
}

.hp-press__bottom-row a:not(.button) {
  font-size: 14px;
  letter-spacing: 1.17px;
  text-transform: uppercase;
  font-family: "public_sans-semibold", sans-serif;
  color: #FFF;
}

.hp-press__bottom-row a:not(.button):hover, .hp-press__bottom-row a:not(.button):focus {
  color: #A0B426;
}

.hp-press .glide__arrows {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 10px;
  top: 45%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 100%;
}

@media (min-width: 768px) {
  .hp-press .glide__arrows {
    padding: 0 20px;
  }
}

.hp-press .glide__slides {
  margin: 0;
}

.hp-press .glide__slide {
  position: relative;
}

.hp-press .glide__arrow svg {
  width: 13px;
  height: 25px;
}

.hp-press .glide__arrow--left {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.hp-press .glide__bullets {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 20px;
  width: 100%;
  height: auto;
  text-align: center;
}

.hp-press .glide__bullet {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.7;
  margin: 0 10px;
}

.hp-press .glide__bullet--active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

.hp-cta {
  padding: 0 0 70px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #171717;
}

.hp-cta__row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hp-cta__columns {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  padding: 0 25px;
}

@media (max-width: 767px) {
  .hp-cta__columns {
    padding: 0 12px;
  }
}

.hp-cta__columns:first-child:not(:last-child) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media only screen and (min-width: 1025px) {
  .hp-cta__columns:first-child:not(:last-child) {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 45.83333%;
        flex-basis: 45.83333%;
    max-width: 45.83333%;
    padding: 0 25px;
  }
}

@media only screen and (min-width: 1025px) {
  .hp-cta__columns:first-child:not(:last-child) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.hp-cta__columns:first-child:not(:last-child) h2 {
  margin-top: 20px;
}

.hp-cta__columns:last-child:not(:first-child) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  text-align: right;
}

@media only screen and (min-width: 1025px) {
  .hp-cta__columns:last-child:not(:first-child) {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 54.16667%;
        flex-basis: 54.16667%;
    max-width: 54.16667%;
    padding: 0 25px;
  }
}

@media only screen and (min-width: 1025px) {
  .hp-cta__columns:last-child:not(:first-child) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .hp-cta__columns:last-child:not(:first-child) img {
    width: auto;
  }
}

@media (max-width: 767px) {
  .hp-cta__columns--large {
    display: none;
  }
}

.hp-cta__image-small {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .hp-cta__image-small {
    display: none;
  }
}

.hp-cta__image-small img {
  display: block;
}

.hp-cta h2 {
  font-size: 25px;
  line-height: 1.68;
  margin-bottom: 0;
  color: #171717;
  font-weight: 700;
}

@media (min-width: 768px) {
  .hp-cta h2 {
    font-size: 36px;
  }
}

.hp-cta img {
  width: 100%;
}

.hp-cta p {
  color: #4c4c4c;
  margin-bottom: 30px;
  opacity: 0.81;
  font-weight: 400;
}

@media (max-width: 767px) {
  .hp-cta p {
    font-size: 18px;
    line-height: 1.888888889;
  }
}

.hp-cta .button {
  padding: 20px 25px;
}

.accordions {
  margin: 20px 0;
}

.accordions__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  max-width: 1100px;
}

.accordions__column {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  padding: 0 25px;
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
  .accordions__column {
    padding: 0 35px;
  }
}

.accordions .accordion {
  position: relative;
  color: #171717;
  font-family: "merriweather-bold", serif;
  font-size: 18px;
  line-height: 28px;
  width: 100%;
  text-align: left;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding: 16px 0 16px 60px;
  border-bottom: 1px dashed #9f9f9f;
}

@media (min-width: 768px) {
  .accordions .accordion {
    font-size: 28px;
    line-height: 38px;
  }
}

@media screen and (min-width: 1100px) {
  .accordions .accordion {
    padding-left: 0;
    margin-left: 30px;
    width: calc(100% - 30px);
  }
}

.accordions .accordion .icon {
  position: absolute;
  display: block;
  top: 50%;
  left: 0px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  z-index: 1;
}

@media screen and (min-width: 1100px) {
  .accordions .accordion .icon {
    left: -50px;
  }
}

.accordions .accordion .icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-style: solid;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent #A0B426;
  border-width: 6.5px 0 6.5px 7px;
}

.accordions .accordion:hover .icon, .accordions .accordion:focus .icon {
  border: 1px solid #CDCDCD;
}

.accordions .accordion.active .icon::after {
  border-style: solid;
  height: 0;
  width: 0;
  border-color: #A0B426 transparent transparent;
  border-width: 7px 6.5px 0;
}

.accordions .panel {
  background-color: white;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
}

@media screen and (min-width: 1100px) {
  .accordions .panel {
    padding: 0 30px;
  }
}

.accordions .panel .inner-container {
  padding: 20px 0;
}

@media (min-width: 768px) {
  .accordions .panel .inner-container {
    padding: 40px 0;
  }
}

.accordions .panel p {
  margin-top: 0;
}

@media (max-width: 767px) {
  .accordions .panel p {
    font-size: 16px;
  }
}

.accordions .panel .offices__column,
.accordions .panel .offices__columns {
  padding: 0;
}

.announcements {
  padding: 35px 0;
}

@media only screen and (min-width: 768px) {
  .announcements {
    padding: 55px 0;
  }
}

.announcements__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  max-width: 1355px;
}

.announcements__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  padding: 0 25px;
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
  .announcements__column {
    padding: 0 35px;
  }
}

@media only screen and (max-width: 639px) {
  .announcements__column {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.announcements__column .views-exposed-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  max-width: 1100px;
  padding: 0 25px;
  margin-bottom: 50px;
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
  .announcements__column .views-exposed-form {
    padding: 0 35px;
  }
}

.announcements__columns {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  padding: 0 25px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .announcements__columns {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    padding: 0 25px;
  }
}

@media only screen and (min-width: 1025px) {
  .announcements__columns {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%;
    padding: 0 25px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
  .announcements__columns {
    padding: 0 35px;
  }
}

.announcements__date {
  color: #6A6A6A;
  font-family: "public_sans-medium", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
}

.announcements img {
  width: 100%;
  margin-bottom: 10px;
}

.announcements h4 {
  margin-right: 40px;
  font-size: 26px;
}

@media only screen and (max-width: 639px) {
  .announcements h4 hr {
    margin-bottom: 0;
  }
}

.announcements h4 ~ a {
  margin-top: 4px;
  font-family: "public_sans-semibold", sans-serif;
  font-size: 14px;
  letter-spacing: 1.17px;
  text-transform: uppercase;
}

@media only screen and (max-width: 639px) {
  .announcements h4 ~ a {
    display: block;
    margin-bottom: 20px;
  }
}

.announcements h4 ~ a:hover, .announcements h4 ~ a:focus {
  color: #A0B426;
}

.announcements h4 ~ a:hover svg path, .announcements h4 ~ a:focus svg path {
  stroke: #A0B426;
}

.announcements h4 ~ a svg {
  position: relative;
  top: 2px;
  width: 6px;
  margin-left: 10px;
}

.announcements h4 ~ a svg path {
  stroke: #5D6B03;
}

.announcements h5,
.announcements h5 a {
  font-size: 18px;
  line-height: 31px;
  color: #171717;
  margin-bottom: 0;
}

.announcements h5:hover, .announcements h5:focus,
.announcements h5 a:hover,
.announcements h5 a:focus {
  color: #A0B426;
}

.annual-report {
  margin: 35px 0 0;
}

.annual-report__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  max-width: 1355px;
}

.annual-report__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  padding: 0 25px;
  margin-bottom: 25px;
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
  .annual-report__column {
    padding: 0 35px;
  }
}

.annual-report__columns {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
  padding: 0 25px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .annual-report__columns {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
    padding: 0 25px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
  .annual-report__columns {
    padding: 0 35px;
  }
}

.annual-report__columns a:hover, .annual-report__columns a:focus {
  color: #A0B426;
}

.annual-report__columns a:hover .annual-report__title, .annual-report__columns a:focus .annual-report__title {
  color: #A0B426;
}

.annual-report__title {
  color: #6A6A6A;
  font-family: "public_sans-medium", sans-serif;
  font-size: 15px;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.annual-report--padding-bottom {
  padding-bottom: 80px;
}

.annual-report h4 {
  display: inline-block;
  margin-right: 40px;
}

.annual-report h4 ~ a {
  margin-top: 4px;
  font-family: "public_sans-semibold", sans-serif;
  font-size: 14px;
  letter-spacing: 1.17px;
  text-transform: uppercase;
}

.annual-report h4 ~ a:hover svg path, .annual-report h4 ~ a:focus svg path {
  stroke: #A0B426;
}

.annual-report h4 ~ a svg {
  position: relative;
  top: 2px;
  width: 6px;
  margin-left: 10px;
}

.annual-report h4 ~ a svg path {
  stroke: #5D6B03;
}

.blockquote-module {
  margin: 80px 0 40px;
}

.blockquote-module__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  max-width: 1100px;
}

.blockquote-module__column {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  padding: 0 25px;
  padding-left: 40px;
  border-left: 3px solid #D17A22;
}

@media only screen and (min-width: 640px) {
  .blockquote-module__author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.blockquote-module__author-name {
  font-family: "public_sans-semibold", sans-serif;
  font-size: 19px;
  line-height: 26px;
  color: #171717;
  text-transform: uppercase;
}

@media only screen and (max-width: 639px) {
  .blockquote-module__author-name {
    margin-top: 10px;
  }
}

.blockquote-module__author-company {
  font-family: "public_sans-semibold", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #6A6A6A;
  margin-top: 5px;
}

.blockquote-module p {
  margin-top: 0;
  font-family: "public_sans-semibold", sans-serif;
  font-size: 22px;
}

.blockquote-module img {
  margin: 20px 0 0;
  max-width: 220px;
  border: 1px solid #BFBFBF;
  background-color: #fff;
  margin-right: 40px;
}

.breadcrumbs {
  padding: 35px 0 10px;
  position: relative;
}

.breadcrumbs__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  max-width: 1100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.breadcrumbs__columns {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  padding: 0 25px;
}

@media only screen and (min-width: 1025px) {
  .breadcrumbs__columns:first-child {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 70.83333%;
        flex-basis: 70.83333%;
    max-width: 70.83333%;
    padding: 0 25px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
  .breadcrumbs__columns:first-child {
    padding: 0 35px;
  }
}

@media only screen and (min-width: 1025px) {
  .breadcrumbs__columns:last-child {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 29.16667%;
        flex-basis: 29.16667%;
    max-width: 29.16667%;
    padding: 0 25px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
  .breadcrumbs__columns:last-child {
    padding: 0 35px;
  }
}

.breadcrumbs__list {
  display: none;
}

@media only screen and (min-width: 1025px) {
  .breadcrumbs__list {
    display: block;
  }
}

.breadcrumbs__list .separator {
  padding: 0 14px;
  font-size: 18px;
  color: #c9c9c9;
}

.breadcrumbs__list li {
  font-family: "public_sans-medium", sans-serif;
  font-size: 15px;
}

.breadcrumbs__list a {
  font-family: "public_sans-medium", sans-serif;
  font-size: 15px;
  color: #171717;
}

.breadcrumbs__list a:hover, .breadcrumbs__list a:focus {
  color: #A0B426;
}

.breadcrumbs .social-media-icons ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.breadcrumbs .social-media-icons li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 14px;
}

.breadcrumbs .social-media-icons li:first-child {
  margin-left: 0;
}

.breadcrumbs .social-media-icons li:last-child {
  margin-right: 0;
}

.breadcrumbs .social-media-icons li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  width: 56px;
  height: 56px;
  text-align: center;
}

.breadcrumbs .social-media-icons li a svg {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.breadcrumbs .social-media-icons li a:hover svg path, .breadcrumbs .social-media-icons li a:focus svg path {
  fill: #A0B426;
}

.breadcrumbs--alt-top-padding {
  padding-top: 12px;
}

.breadcrumbs--alt-bottom-padding {
  padding-bottom: 16px;
}

.button {
  display: inline-block;
  vertical-align: middle;
  padding: 25px 30px;
  border: 2px solid transparent;
  border-radius: 5px;
  -webkit-transition: background-color 250ms ease-out, border-color 250ms ease-out;
  transition: background-color 250ms ease-out, border-color 250ms ease-out;
  font-family: "public_sans-semibold", sans-serif;
  font-size: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 1;
  letter-spacing: 1.33px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  background-color: #8B9C21;
  color: #fff;
}

.button[data-youtubemodal] {
  opacity: 0;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.yt-ready .button[data-youtubemodal] {
  opacity: 1;
}

.button svg:first-child {
  margin-right: 24px;
  vertical-align: middle;
}

.button svg:last-child {
  margin-left: 24px;
  vertical-align: middle;
}

.button svg path[fill] {
  fill: #fff;
}

.button svg path[fill="none"][stroke] {
  fill: none;
  stroke: #fff;
}

.button:hover, .button:focus {
  background-color: #A0B426;
  border-color: #A0B426;
  color: #fff;
}

.button:hover svg path[fill], .button:focus svg path[fill] {
  fill: #fff;
}

.button:hover svg path[fill="none"][stroke], .button:focus svg path[fill="none"][stroke] {
  fill: none;
  stroke: #fff;
}

.button--secondary {
  background-color: #21447e;
}

.button--secondary:hover, .button--secondary:focus {
  background-color: #3369c3;
  border-color: #3369c3;
}

.button--outline {
  background-color: transparent;
}

.button--outline--bg-white {
  background-color: #fff;
}

.button--outline--green {
  border-color: #8B9C21;
  color: #8B9C21;
}

.button--outline--green svg path[fill] {
  fill: #8B9C21;
}

.button--outline--green svg path[fill="none"][stroke] {
  fill: none;
  stroke: #8B9C21;
}

.button--outline--green:hover, .button--outline--green:focus {
  border-color: #A0B426;
  color: #fff;
  background-color: #A0B426;
}

.button--outline--green:hover svg path[fill], .button--outline--green:focus svg path[fill] {
  fill: #fff;
}

.button--outline--green:hover svg path[fill="none"][stroke], .button--outline--green:focus svg path[fill="none"][stroke] {
  fill: none;
  stroke: #fff;
}

.button--outline--blue {
  border-color: #21447e;
  color: #21447e;
}

.button--outline--blue svg path[fill] {
  fill: #21447e;
}

.button--outline--blue svg path[fill="none"][stroke] {
  fill: none;
  stroke: #21447e;
}

.button--outline--blue:hover, .button--outline--blue:focus {
  border-color: #3369c3;
  color: #fff;
  background-color: #3369c3;
}

.button--outline--blue:hover svg path[fill], .button--outline--blue:focus svg path[fill] {
  fill: #fff;
}

.button--outline--blue:hover svg path[fill="none"][stroke], .button--outline--blue:focus svg path[fill="none"][stroke] {
  fill: none;
  stroke: #fff;
}

.button--thin {
  padding: 16px 20px 16px 30px;
  background-color: #A0B426;
  color: #171717;
}

.button--thin svg {
  margin-top: -3px;
}

.button--thin svg:first-child {
  margin-left: 12px;
  margin-right: 8px;
}

.button--thin svg:last-child {
  margin-left: 12px;
  margin-right: 8px;
}

.button--thin svg path[fill] {
  fill: none;
}

.button--thin svg path[fill="none"][stroke] {
  fill: none;
  stroke: #171717;
}

.button--thin:hover, .button--thin:focus {
  background-color: #B5CD20;
  border-color: #B5CD20;
  color: #171717;
}

.button--thin:hover svg path[fill], .button--thin:focus svg path[fill] {
  fill: none;
}

.button--thin:hover svg path[fill="none"][stroke], .button--thin:focus svg path[fill="none"][stroke] {
  fill: none;
  stroke: #171717;
}

.file + .file-size {
  display: none;
}

[class*="file--mime-application"] {
  display: inline;
  width: 100%;
}

[class*="file--mime-application"] .button {
  width: 100%;
}

body #backtotop {
  font-size: 1em;
  right: 20px;
  bottom: 20px;
  z-index: 30;
  background: url(../img/backtotop.png) no-repeat center center;
}

/*
  This is the top-level selector

  It should be relative positioned
  to allow the children to be positioned absolutely
  relative to this
 */
.Wallop {
  position: relative;
  max-width: 678px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}

@media only screen and (max-width: 1399px) {
  .Wallop {
    padding: 0 35px;
  }
}

@media only screen and (max-width: 767px) {
  .Wallop {
    padding: 0 25px;
  }
}

/*
  This element groups all the items, but not the buttons

  It's a recommendation but it's very likely
  you'll want to hide any overflow from the items
  Especially when doing animations such as scale
 */
.Wallop-list {
  position: relative;
  overflow: hidden;
  margin: 0;
}

/*
  This is the item element

  By default, they are all hidden and
  positioned absolute
  I recommend always having .Wallop-item--current
  in your markup by default (probably on the first element)
 */
.Wallop-item {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/*
  This is the current item element

  All we do here, is make it visible again reset
  the position to static. Could also be relative
 */
.Wallop-item--current {
  visibility: visible;
  position: relative;
}

.Wallop--fade .Wallop-item--hidePrevious,
.Wallop--fade .Wallop-item--hideNext {
  visibility: visible;
  -webkit-animation: fadeOut 450ms cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
  animation: fadeOut 450ms cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}

/*
  In order to fade out properly we need to make sure
  that the item that is going to be the previous one
  has a higer z-index that the next one
 */
.Wallop--fade .Wallop-item--hidePrevious,
.Wallop--fade .Wallop-item--hideNext {
  z-index: 2;
}

.Wallop--fade .Wallop-item--showPrevious,
.Wallop--fade .Wallop-item--showNext {
  z-index: 1;
}

/*==========  FADE ANIMATIONS  ==========*/
@-webkit-keyframes fadeOut {
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes fadeOut {
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

.Wallop-list {
  margin: 0;
}

.Wallop-item img {
  width: 100%;
}

.Wallop-item p {
  font-size: 16px;
  color: #6a6a6a;
  line-height: 30px;
  margin-top: 10px;
}

.Wallop-item .block__heading {
  font-family: "merriweather-bold", serif;
  font-size: 24px;
  line-height: 38px;
  margin-top: 16px;
  margin-bottom: 6px;
}

.Wallop-item .block__heading-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.Wallop-count {
  color: #6a6a6a;
  font-family: "public_sans-medium", sans-serif;
  font-size: 17px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 150px;
          flex: 0 1 150px;
  padding-top: 12px;
  text-align: right;
}

.Wallop-count .pos {
  color: #000;
  font-weight: bold;
}

.btn.-slider {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 20;
  border-radius: 50%;
  opacity: 40%;
  background: #000;
  padding: 13px 18px 13px 18px;
}

.Wallop-buttonPrevious {
  left: 20px;
}

.Wallop-buttonPrevious svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.Wallop-buttonNext {
  right: 20px;
}

#cboxTitle {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 20px;
  width: 100%;
  top: 0px;
}

.carousel-alt ul.glide__slides {
  margin: 0;
}

.carousel-alt .content-listing__top-bar a.button {
  background: none;
  border: 2px solid #5D6B03;
  color: #5D6B03;
}

.carousel-alt .content-listing__top-bar a.button svg {
  margin-top: -3px;
}

.carousel-alt .content-listing__top-bar a.button svg path {
  stroke: #5D6B03;
}

.carousel-alt .content-listing__top-bar a.button svg:first-child {
  margin-left: 12px;
  margin-right: 8px;
}

.carousel-alt .content-listing__top-bar a.button svg:last-child {
  margin-left: 12px;
  margin-right: 8px;
}

.carousel-alt .content-listing__top-bar a.button:hover {
  background: #5D6B03;
  color: #fff;
}

.carousel-alt .content-listing__top-bar a.button:hover svg path {
  stroke: #fff;
}

.carousel-alt .glide__controls {
  position: absolute;
  left: 25px;
  bottom: 80px;
  display: block;
  width: 125px;
  z-index: 2;
}

.carousel-alt .glide__controls--container {
  padding: 0px;
}

.carousel-alt .glide__controls .glide__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.carousel-alt .glide__controls .glide__arrows .glide__arrow {
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background: #fff;
  position: relative;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.carousel-alt .glide__controls .glide__arrows .glide__arrow.glide__arrow--left {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  -ms-filter: fliph;
  /*IE*/
  -webkit-filter: fliph;
          filter: fliph;
  /*IE*/
}

.carousel-alt .glide__controls .glide__arrows .glide__arrow svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
}

.carousel-alt .glide__controls .glide__arrows .glide__arrow svg path {
  stroke: #1E242F;
}

.carousel-alt .glide__controls .glide__arrows .glide__arrow:hover {
  background: #A0B426;
}

.carousel-alt .glide__controls #glide-counter, .carousel-alt .glide__controls #glide-counter-hero {
  color: #fff;
  font-size: 16px;
  width: 68px;
  text-align: center;
  font-family: "public_sans-regular", sans-serif;
}

.carousel-alt .glide__controls #glide-counter span, .carousel-alt .glide__controls #glide-counter-hero span {
  opacity: .6;
}

.carousel-hero .trending-content {
  padding-top: 5px;
}

.carousel-hero .trending-content__row {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  max-width: 1836px;
  min-height: 460px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding-bottom: 0px;
  position: relative;
}

.carousel-hero .trending-content__row.glide__controls--container {
  padding: 0px;
  min-height: auto;
}

@media only screen and (max-width: 1023px) {
  .carousel-hero .trending-content__row {
    padding: 0px;
  }
}

.carousel-hero .trending-content__row .hero-overlay {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(126deg, rgba(30, 36, 47, 0) 0%, #1E242F 100%);
}

@media only screen and (max-width: 1023px) {
  .carousel-hero .trending-content__row .hero-overlay {
    background: linear-gradient(234deg, rgba(30, 36, 47, 0) 0%, #1E242F 100%);
  }
}

.carousel-hero .trending-content__row .bg_hero {
  position: absolute;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.carousel-hero .trending-content__row .bg_hero img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.carousel-hero .trending-content__columns {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  padding: 0 25px;
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
  .carousel-hero .trending-content__columns {
    padding: 0 35px;
  }
}

@media only screen and (min-width: 640px) {
  .carousel-hero .trending-content__columns:first-child {
    display: none;
  }
  .carousel-hero .trending-content__columns:last-child {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding: 0px 25px;
    margin-left: auto;
  }
}

@media only screen and (min-width: 1024px) {
  .carousel-hero .trending-content__columns {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    padding: 0 25px;
  }
  .carousel-hero .trending-content__columns:first-child {
    -ms-flex-preferred-size: 52%;
        flex-basis: 52%;
    max-width: 52%;
  }
  .carousel-hero .trending-content__columns:last-child {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    max-width: 40%;
    margin-left: auto;
  }
}

@media only screen and (min-width: 1200px) {
  .carousel-hero .trending-content__columns {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    padding: 0 25px;
  }
  .carousel-hero .trending-content__columns:first-child {
    -ms-flex-preferred-size: 52%;
        flex-basis: 52%;
    max-width: 52%;
  }
  .carousel-hero .trending-content__columns:last-child {
    -ms-flex-preferred-size: 36%;
        flex-basis: 36%;
    max-width: 36%;
    margin-left: auto;
  }
}

.carousel-hero .trending-content__content {
  padding-top: 64px;
}

.carousel-hero .trending-content__content hr {
  max-width: 30px;
  height: 2px;
  margin: 0;
  margin-bottom: 20px;
}

.carousel-hero .trending-content__content h2 {
  font-size: 40px;
  margin-bottom: 35px;
}

.carousel-hero .trending-content__content h2.featured-header__title--long {
  font-size: 28px;
}

.carousel-hero .trending-content__content h2.featured-header__title--med {
  font-size: 32px;
}

.carousel-hero .trending-content__topic {
  font-size: 16px;
}

.carousel-hero .glide__controls {
  bottom: 30px;
}

.video-carousel .glide__controls {
  position: absolute;
  left: auto;
  right: 25px;
  bottom: 8px;
  display: block;
}

@media (max-width: 639px) {
  .video-carousel .glide__controls {
    left: 14px;
    right: auto;
  }
}

body.youtube-playing .video-carousel .glide__controls {
  display: none;
}

#colorbox #cboxTitle {
  background-color: #FFF;
}

#colorbox #cboxCurrent {
  bottom: -37px;
  border-left: none;
}

@media (max-width: 767px) {
  #colorbox #cboxCurrent {
    font-size: 14px;
    line-height: 1.6;
  }
}

#colorbox #cboxTitle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 767px) {
  #colorbox #cboxTitle {
    font-size: 14px;
    line-height: 1.6;
  }
}

@media (max-width: 767px) {
  #colorbox #cboxNext,
  #colorbox #cboxPrevious {
    bottom: -34px;
  }
}

.site-inner div.ctct-form-embed div.ctct-form-defaults {
  font-family: "public_sans-semibold", sans-serif;
  padding-left: 0;
}

.site-inner div.ctct-form-embed div.ctct-form-defaults p.ctct-gdpr-text {
  font-family: "merriweather", serif;
  font-size: 14px;
  line-height: 1.6;
}

.site-inner div.ctct-form-embed div.ctct-form-defaults p.ctct-form-text,
.site-inner div.ctct-form-embed div.ctct-form-defaults h2.ctct-form-header {
  font-family: "merriweather", serif;
}

.site-inner div.ctct-form-embed div.ctct-form-defaults h2.ctct-form-header {
  font-size: 32px;
  line-height: 1.2;
  font-family: "merriweather-bold", serif;
  margin: 0 0 .5rem;
  font-weight: normal;
}

@media (min-width: 1024px) {
  .site-inner div.ctct-form-embed div.ctct-form-defaults h2.ctct-form-header {
    font-size: 48px;
  }
}

.site-inner div.ctct-form-embed form.ctct-form-custom {
  margin-top: 50px;
}

.site-inner div.ctct-form-embed form.ctct-form-custom input.ctct-form-element {
  -webkit-box-shadow: none;
          box-shadow: none;
  height: auto;
}

.site-inner div.ctct-form-embed form.ctct-form-custom button.ctct-form-button {
  display: inline-block;
  vertical-align: middle;
  padding: 25px 30px;
  border: 2px solid transparent;
  border-radius: 5px;
  -webkit-transition: background-color 250ms ease-out, border-color 250ms ease-out;
  transition: background-color 250ms ease-out, border-color 250ms ease-out;
  font-family: "public_sans-semibold", sans-serif;
  font-size: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 1;
  letter-spacing: 1.33px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  width: auto;
  background-color: #21447e;
}

.site-inner div.ctct-form-embed form.ctct-form-custom button.ctct-form-button::after {
  content: '';
  position: relative;
  display: inline-block;
  background: url(../img/angle-right.svg);
  width: 9px;
  height: 14px;
  margin-left: 24px;
  vertical-align: middle;
}

.site-inner div.ctct-form-embed form.ctct-form-custom button.ctct-form-button:hover, .site-inner div.ctct-form-embed form.ctct-form-custom button.ctct-form-button:focus {
  border-width: 2px;
  text-transform: uppercase;
  background-color: #3369c3;
  border-color: #3369c3;
}

@media (min-width: 768px) {
  .content-listing {
    padding-left: 28px;
  }
}

.content-listing__top-bar {
  margin-bottom: 30px;
  margin-top: 60px;
}

@media (min-width: 768px) {
  .content-listing__top-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.content-listing__top-bar a {
  font-family: "public_sans-semibold", sans-serif;
  font-size: 16px;
  letter-spacing: 1.17px;
  text-transform: uppercase;
}

.content-listing__top-bar a.button {
  background-color: #5D6B03;
  padding: 15px 20px;
}

@media (max-width: 767px) {
  .content-listing__top-bar a {
    position: static;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}

.content-listing__title {
  color: #6A6A6A;
  font-family: "public_sans-medium", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
}

.content-listing__title hr {
  max-width: 30px;
  height: 2px;
  background-color: #A0B426;
  margin: 0;
}

.content-listing__article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .content-listing__article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.content-listing__article:last-of-type {
  margin-bottom: 0;
}

.content-listing__article img {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .content-listing__article img {
    max-width: 192px;
    margin-left: 20px;
    margin-bottom: 0;
  }
}

.content-listing__article a {
  display: block;
  color: #171717;
  font-family: "merriweather-bold", serif;
  font-size: 18px;
  line-height: 31px;
  margin-bottom: 5px;
}

.content-listing__article a:hover, .content-listing__article a:focus {
  color: #A0B426;
}

.content-listing__article-date {
  line-height: 1.2;
  color: #6A6A6A;
  font-family: "public_sans-medium", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
}

.social {
  background: #f3f3f3;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .social {
    margin-top: 12px;
    padding-left: 28px;
  }
}

.social ul li a svg path[fill] {
  fill: #8B9C21;
}

.social ul li a svg path[fill="none"][stroke] {
  fill: none;
  stroke: #8B9C21;
}

.social ul li a:hover svg path[fill], .social ul li a:focus svg path[fill] {
  fill: #5D6B03;
}

.social ul li a:hover svg path[fill="none"][stroke], .social ul li a:focus svg path[fill="none"][stroke] {
  fill: none;
  stroke: #5D6B03;
}

.corporate-partner {
  background-color: #1E242F;
  padding: 70px 0 72px;
  color: #fff;
}

.corporate-partner__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  max-width: 1140px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.corporate-partner__columns {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  padding: 0 25px;
}

@media only screen and (min-width: 1025px) {
  .corporate-partner__columns {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    padding: 0 25px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
  .corporate-partner__columns {
    padding: 0 35px;
  }
}

.corporate-partner__stat {
  font-family: "bebas-neue", sans-serif;
  font-size: 36px;
  text-transform: uppercase;
  margin-top: 45px;
  margin-bottom: 20px;
}

.corporate-partner p:first-child::first-letter {
  font-family: "merriweather-bold", serif;
  font-size: 64px;
  text-transform: uppercase;
  vertical-align: top;
  float: left;
  margin: 16px 16px 10px 0;
}

.corporate-partner img {
  border: 1px solid #bfbfbf;
  display: block;
  margin: auto;
}

.cta {
  padding: 0 0 50px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
}

.cta__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  max-width: 1338px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cta__columns {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  padding: 0 25px;
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
  .cta__columns {
    padding: 0 35px;
  }
}

.cta__columns:first-child:not(:last-child) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media only screen and (min-width: 1025px) {
  .cta__columns:first-child:not(:last-child) {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 45.83333%;
        flex-basis: 45.83333%;
    max-width: 45.83333%;
    padding: 0 25px;
  }
}

@media only screen and (min-width: 1025px) {
  .cta__columns:first-child:not(:last-child) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.cta__columns:first-child:not(:last-child) h2 {
  margin-top: 20px;
}

.cta__columns:last-child:not(:first-child) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  text-align: right;
}

@media only screen and (min-width: 1025px) {
  .cta__columns:last-child:not(:first-child) {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 54.16667%;
        flex-basis: 54.16667%;
    max-width: 54.16667%;
    padding: 0 25px;
  }
}

@media only screen and (min-width: 1025px) {
  .cta__columns:last-child:not(:first-child) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .cta__columns:last-child:not(:first-child) img {
    width: auto;
  }
}

.cta h2 {
  font-size: 26px;
  line-height: 46px;
  margin-bottom: 40px;
}

@media tablet-up {
  .cta h2 {
    font-size: 36px;
    line-height: 66px;
  }
}

.cta img {
  margin-top: -50px;
  width: 100%;
  -webkit-box-shadow: 0 24px 34px rgba(0, 0, 0, 0.25);
          box-shadow: 0 24px 34px rgba(0, 0, 0, 0.25);
}

.cta--simple {
  padding: 115px 0 135px;
  text-align: center;
}

.cta--simple .cta__columns {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  padding: 0 25px;
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
  .cta--simple .cta__columns {
    padding: 0 35px;
  }
}

.cta--simple h2 {
  margin-bottom: 32px;
}

.cta--solid-bg {
  background-color: #004A7E;
}

.custom-table {
  margin: 30px 0 50px;
}

.custom-table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  max-width: 1446px;
}

.custom-table table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  text-align: left;
}

.custom-table table thead {
  width: 100%;
}

.custom-table table thead tr {
  background-color: transparent;
  width: 100%;
}

.custom-table table thead th {
  font-family: "public_sans-semibold", sans-serif;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  padding: 30px 10px;
  line-height: 1.2;
}

.custom-table table tbody {
  width: 100%;
}

.custom-table table tbody tr {
  background-color: #fff;
  width: 100%;
}

.custom-table table tbody tr:nth-child(even) {
  background-color: transparent;
}

.custom-table table tbody td {
  font-size: 16px;
  font-weight: 400;
  padding: 30px 10px;
  line-height: 1.2;
  position: relative;
}

.grants-library .custom-table table tbody td {
  vertical-align: top;
}

.custom-table table tbody td:first-child {
  border-right: 3px solid #f3f3f3;
  font-family: "public_sans-semibold", sans-serif;
}

@media (min-width: 769px) {
  .custom-table table tbody td:first-child {
    width: 25%;
  }
}

.custom-table table tbody td:nth-child(2) {
  font-family: "merriweather-bold", serif;
}

.custom-table table tbody td .button {
  font-size: 13px;
  border-radius: 50px;
  padding: 12px 20px;
  max-width: 310px;
  line-height: 1.3;
  word-break: break-word;
}

@media screen and (max-width: 768px) {
  .custom-table table {
    border: 0;
  }
  .custom-table table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .custom-table table tr {
    border-bottom: 3px solid #e4e5f3;
    display: block;
  }
  .custom-table table tbody td {
    border-bottom: 1px solid #e4e5f3;
    display: block;
    font-size: 16px;
    text-align: right;
    padding: 14px 16px 12px;
    padding-left: 70px;
  }
  .custom-table table tbody td::before {
    content: attr(data-label);
    font-family: "public_sans-semibold", sans-serif;
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    left: 10px;
  }
  .custom-table table tbody td:not(:last-child) {
    border-right: 0;
  }
  .custom-table table tbody td:last-child {
    border-bottom: 0;
  }
  .custom-table table .file-size {
    display: block;
    margin-top: 10px;
  }
}

.site-footer {
  background-color: #1E242F;
  border-top: 5px solid #A0B426;
  padding: 30px 0;
  color: #fff;
  font-family: "public_sans-medium", sans-serif;
  font-size: 15px;
}

.site-footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

@media only screen and (min-width: 640px) {
  .site-footer__row {
    text-align: left;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 30px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .site-footer__row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (min-width: 640px) {
  .site-footer__columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 43%;
            flex: 0 1 43%;
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .site-footer__columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33%;
            flex: 0 1 33%;
  }
}

@media only screen and (min-width: 1024px) {
  .site-footer__columns {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: auto;
  }
  .site-footer__columns#block-footerleft {
    max-width: 380px;
  }
}

.site-footer__columns#block-footerleft img {
  max-width: 222px;
}

.site-footer__columns:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media only screen and (min-width: 640px) {
  .site-footer__columns:nth-child(2) {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-line-pack: baseline;
        align-content: baseline;
    margin-left: 40px;
    padding-top: 95px;
  }
}

@media only screen and (min-width: 768px) {
  .site-footer__columns:nth-child(2) {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 0px;
  }
}

@media only screen and (min-width: 640px) {
  .site-footer__columns--util {
    text-align: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin-top: 60px;
  }
}

@media only screen and (min-width: 768px) {
  .site-footer__columns--util {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (min-width: 1024px) {
  .site-footer__columns--util {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    height: 100px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .site-footer__columns--util {
    display: block;
  }
  .site-footer__columns--util .site-footer__utility-menu,
  .site-footer__columns--util .site-footer__social {
    float: left;
    clear: left;
    width: 50%;
  }
  .site-footer__columns--util .site-footer__ad {
    float: right;
    margin-top: -56px;
  }
}

@media only screen and (min-width: 1440px) {
  .site-footer__columns--util {
    display: block;
    height: auto;
    margin-top: 8px;
    max-width: 350px;
  }
}

.site-footer__address {
  margin-bottom: 26px;
}

.site-footer__additional {
  margin-bottom: 20px;
}

.site-footer__additional a {
  display: block;
}

@media only screen and (max-width: 639px) {
  .site-footer__additional {
    display: none;
  }
}

.site-footer__additional-mobile {
  display: none;
  text-align: center;
}

.site-footer__additional-mobile a {
  display: block;
}

@media only screen and (max-width: 639px) {
  .site-footer__additional-mobile {
    display: block;
    margin-top: 20px;
  }
}

.site-footer__menu {
  margin: 0 2vw;
  width: 100%;
}

@media only screen and (min-width: 640px) {
  .site-footer__menu {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}

@media only screen and (min-width: 768px) {
  .site-footer__menu {
    -ms-flex-preferred-size: calc(50% - 4vw);
        flex-basis: calc(50% - 4vw);
    width: 100%;
  }
}

@media only screen and (min-width: 1024px) {
  .site-footer__menu {
    -ms-flex-preferred-size: calc(25% - 4vw);
        flex-basis: calc(25% - 4vw);
    margin: 15px 1vw;
  }
}

.site-footer__menu h3 {
  margin: 0 auto 46px;
  width: 100%;
  position: relative;
}

@media only screen and (min-width: 1024px) {
  .site-footer__menu h3 {
    margin-bottom: 26px;
  }
}

.site-footer__menu h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 20px;
  height: 3px;
  background-color: #a0b426;
}

@media only screen and (max-width: 639px) {
  .site-footer__menu h3:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.site-footer__menu nav {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .site-footer__menu nav {
    display: block;
  }
}

.site-footer__menu li {
  margin: 6px 0;
}

.site-footer__utility-menu {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .site-footer__utility-menu {
    text-align: center;
    margin-bottom: 20px;
  }
}

@media (min-width: 1024px) {
  .site-footer__utility-menu {
    text-align: left;
  }
}

@media only screen and (min-width: 1440px) {
  .site-footer__utility-menu {
    margin-bottom: 45px;
  }
}

.site-footer__utility-menu li {
  margin: 0 5px;
}

.site-footer__utility-menu li:first-child {
  margin-left: 0;
}

.site-footer__utility-menu li:last-child {
  margin-right: 0;
}

.site-footer__social {
  margin-bottom: 45px;
}

@media (min-width: 768px) {
  .site-footer__social {
    text-align: center;
    margin-bottom: 20px;
  }
}

@media (min-width: 1024px) {
  .site-footer__social {
    text-align: left;
  }
}

@media only screen and (min-width: 1440px) {
  .site-footer__social {
    margin-bottom: 45px;
  }
}

.site-footer__social li {
  margin: 0 4%;
}

.site-footer__social li:first-child {
  margin-left: 0;
}

.site-footer__social li:last-child {
  margin-right: 0;
}

@media (min-width: 1024px) {
  .site-footer__ad {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(50% - 40px);
            flex: 1 0 calc(50% - 40px);
    text-align: right;
    margin-left: 25px;
  }
}

@media only screen and (min-width: 1440px) {
  .site-footer__ad {
    text-align: left;
    margin-left: 0;
  }
}

@media only screen and (min-width: 768px) {
  .site-footer__ad img {
    max-width: 326px;
  }
}

@media only screen and (min-width: 1024px) {
  .site-footer__ad img {
    max-width: 350px;
  }
}

.site-footer .button {
  padding: 12px 20px;
  border-radius: 25px;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 32px;
}

@media only screen and (max-width: 639px) {
  .site-footer .button {
    margin-bottom: 52px;
  }
}

.site-footer h3 {
  font-size: 16px;
}

.site-footer h3 a {
  font-family: "public_sans-semibold", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}

.site-footer a {
  color: #fff;
  font-family: "public_sans-medium", sans-serif;
  font-size: 15px;
}

.site-footer a:not(.button):hover, .site-footer a:not(.button):focus {
  color: #A0B426;
}

.site-footer p {
  line-height: 29px;
}

.social {
  margin-top: 60px;
  margin-bottom: 0px;
}

.social .site-footer__social {
  margin-top: 20px;
  margin-bottom: 0px;
}

.social .site-footer__social li {
  margin: 0 4%;
}

.social .site-footer__social li:first-child {
  margin-left: 0;
}

.form-module {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e2e2e2));
  background-image: linear-gradient(180deg, #ffffff 0%, #e2e2e2 100%);
  padding: 80px 0 60px;
}

.form-module__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  max-width: 1355px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-module__columns {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  padding: 0 25px;
}

@media only screen and (min-width: 1025px) {
  .form-module__columns {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    padding: 0 25px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
  .form-module__columns {
    padding: 0 35px;
  }
}

@media only screen and (min-width: 1200px) {
  .form-module__columns:first-child {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
    max-width: 41.66667%;
    padding: 0 25px;
  }
}

@media only screen and (min-width: 1200px) {
  .form-module__columns:last-child {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    padding: 0 25px;
  }
}

.form-module input:not([type="checkbox"]):not([type="radio"]):not([type="search"]):not([type="color"]):not([type="button"]):not([type="submit"]):not([type="reset"]) {
  max-width: 100%;
}

@media only screen and (min-width: 960px) {
  .form-module input:not([type="checkbox"]):not([type="radio"]):not([type="search"]):not([type="color"]):not([type="button"]):not([type="submit"]):not([type="reset"]) {
    width: 49.5%;
  }
}

@media only screen and (min-width: 960px) {
  .form-module .form-row--half input:not([type="checkbox"]):not([type="radio"]):not([type="search"]):not([type="color"]):not([type="button"]):not([type="submit"]):not([type="reset"]),
  .form-module .form-row--full input:not([type="checkbox"]):not([type="radio"]):not([type="search"]):not([type="color"]):not([type="button"]):not([type="submit"]):not([type="reset"]) {
    width: 100%;
  }
}

.form-module input[type="checkbox"],
.form-module input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}

.form-module input[type="checkbox"]-focusable:focus, .form-module input[type="checkbox"]-focusable:active,
.form-module input[type="radio"]-focusable:focus,
.form-module input[type="radio"]-focusable:active {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
  clip-path: none;
}

.form-module input[type="checkbox"] + label,
.form-module input[type="radio"] + label {
  position: relative;
  font-size: 16px;
}

.form-module input[type="checkbox"] + label::before,
.form-module input[type="radio"] + label::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #a4a4a4;
  background-color: #ffffff;
  margin-right: 5px;
  position: relative;
  top: 3px;
  -webkit-transition: border-color .25s ease;
  transition: border-color .25s ease;
}

.form-module input[type="checkbox"]:checked + label::before,
.form-module input[type="radio"]:checked + label::before {
  background: #FFF url(../img/checkbox.svg) no-repeat 50% 50%;
}

.form-module input[type="checkbox"]:focus + label::before,
.form-module input[type="radio"]:focus + label::before {
  outline-style: auto;
  outline-color: blue;
  outline-width: 5px;
  outline-color: -webkit-focus-ring-color;
  border-color: #A0B426;
}

.form-module input[type="checkbox"]:disabled + label::before,
.form-module input[type="radio"]:disabled + label::before {
  cursor: default;
  opacity: .75;
}

.form-module input[type="radio"] + label::before {
  border-radius: 180%;
}

.form-module input[type="radio"]:checked + label::before {
  background: #FFF url(../img/radio.svg) no-repeat 50% 50%;
}

.form-module .fieldgroup {
  padding: 0;
  border-width: 0;
}

.form-module label,
.form-module .fieldset-legend {
  font-family: "public_sans-medium", sans-serif;
  font-size: 18px;
}

.form-module label.error {
  color: #d60707;
  font-family: "public_sans-semibold", sans-serif;
  font-size: 12px;
  letter-spacing: 0.2px;
  display: block;
  margin: -20px 0 4px 10px;
}

.form-module textarea + label.error {
  margin-top: -31px;
}

.form-module select {
  margin-bottom: 16px;
}

.form-row {
  position: relative;
}

@media (min-width: 768px) {
  .form-row--half {
    width: 49.5%;
    display: inline-block;
  }
}

textarea + label.error {
  margin-top: -16px;
}

.webform-flex legend {
  margin: 0;
  padding: 0;
}

.webform-flex label {
  display: block;
}

.webform-flex .form-checkbox + label,
.webform-flex .form-radio + label {
  display: inline-block;
  vertical-align: middle;
}

.webform-flex input:not([type="checkbox"]):not([type="radio"]):not([type="search"]):not([type="color"]):not([type="button"]):not([type="submit"]):not([type="reset"]),
.webform-flex select {
  width: 100%;
}

@media (min-width: 768px) {
  .webform-flex--container .webform-flex--container {
    margin: 0;
  }
}

.keyboard--focus .form-module input[type="checkbox"]:focus + label::before,
.keyboard--focus .form-module [type="radio"]:focus + label::before {
  outline: 1px dotted #171717;
}

@media screen and (min-width: 640px) {
  .form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
  }
}

.form__row .form-select {
  margin-bottom: 16px;
}

.form__row .form-select--full {
  width: 100%;
}

@media (max-width: 639px) {
  .form__row + .form-actions .button {
    display: block;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 640px) {
  .form__col {
    margin: 0 15px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.form__col label {
  display: block;
}

.form__col input:not([type="checkbox"]):not([type="radio"]):not([type="search"]):not([type="color"]):not([type="button"]):not([type="submit"]):not([type="reset"]) {
  max-width: none;
}

.webform-confirmation {
  max-width: 1100px;
  margin: auto;
  padding: 0 25px;
}

.webform-confirmation__message {
  font-size: 24px;
}

#donateform input[type="image"] {
  border: 0;
  padding: 0;
  max-width: 147px;
}

.grid {
  padding: 30px 0 30px;
}

.grid__row:first-child, .grid__row:nth-child(3), .grid__row--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  max-width: 1100px;
}

.grid__row:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  max-width: 1325px;
}

.grid__row:nth-child(3), .grid__row--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.grid__column {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  padding: 0 25px;
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
  .grid__column {
    padding: 0 35px;
  }
}

.grid__columns {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
}

@media (min-width: 1024px) {
  .grid__columns {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%;
    padding: 0 25px;
  }
}

@media (max-width: 767px) {
  .grid__filters {
    margin-bottom: 30px;
  }
}

.grid__filters input,
.grid__filters select {
  width: 100%;
  padding: 25px;
  border-radius: 5px;
  border: 1px solid #bababa;
  background-color: transparent;
  color: #171717;
  font-family: "public_sans-semibold", sans-serif;
  font-size: 14px;
}

.grid__filters input:focus,
.grid__filters select:focus {
  outline: 0;
}

.grid__filters input {
  max-width: 415px;
  margin-right: 20px;
  margin-bottom: 50px;
}

.grid__filters input:not([type="checkbox"]):not([type="radio"]):not([type="search"]):not([type="color"]):not([type="button"]):not([type="submit"]):not([type="reset"]) {
  border: 1px solid #bababa;
  border-radius: 5px;
  color: #171717;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 40px 15px 20px;
  background-color: #fff;
  background: url(../img/search-icon.svg) no-repeat 95% 50%;
}

@media (max-width: 768px) {
  .grid__filters input:not([type="checkbox"]):not([type="radio"]):not([type="search"]):not([type="color"]):not([type="button"]):not([type="submit"]):not([type="reset"]) {
    max-width: 100%;
  }
}

.grid__filters input::-webkit-input-placeholder {
  color: #171717;
}

.grid__filters input::-moz-placeholder {
  color: #171717;
}

.grid__filters input:-ms-input-placeholder {
  color: #171717;
}

.grid__filters input::-ms-input-placeholder {
  color: #171717;
}

.grid__filters input::placeholder {
  color: #171717;
}

.grid__filters .select-wrapper {
  position: relative;
  width: 100%;
  display: inline-block;
  margin-bottom: 15px;
}

@media (min-width: 640px) {
  .grid__filters .select-wrapper {
    max-width: calc(50% - 20px);
    margin-right: 35px;
  }
  .grid__filters .select-wrapper:last-child {
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .grid__filters .select-wrapper {
    margin-bottom: 50px;
  }
}

@media (min-width: 769px) {
  .grid__filters .select-wrapper {
    max-width: 290px;
    margin-right: 20px;
  }
}

.grid__filters select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.grid h2 {
  font-size: 36px;
}

.grid hr {
  max-width: 50px;
  margin-left: 0;
  background-color: #A0B426;
}

.grid img {
  width: 100%;
  margin-bottom: 16px;
}

.grid a.title-link {
  color: inherit;
}

.grid a.title-link:hover, .grid a.title-link:focus {
  color: #A0B426;
}

.grid h3 {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 40px;
  letter-spacing: -0.06em;
}

@media (min-width: 640px) {
  .grid h3 {
    font-size: 22px;
  }
}

@media (min-width: 768px) {
  .grid h3 {
    letter-spacing: -0.02em;
  }
}

@media (min-width: 1024px) {
  .grid h3 {
    letter-spacing: 0;
  }
}

@media (min-width: 768px) {
  .grid--title-dash h3::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 3px;
    width: 20px;
    margin-right: 10px;
    margin-bottom: 4px;
    background-color: #A0B426;
  }
}

.grid--public-sans h3 {
  font-family: "public_sans-semibold", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .grid--public-sans h3 {
    font-size: 22px;
  }
}

.grid--alt-row .grid__row:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  max-width: 1325px;
}

.grid .section-header {
  position: relative;
}

.grid .section-header__link {
  display: block;
  left: auto;
  right: 0;
  top: 9px;
  margin: 0;
  -webkit-transform: none;
  transform: none;
  position: absolute;
  width: 300px;
}

@media (max-width: 767px) {
  .grid .section-header__link {
    position: static;
    margin-bottom: 20px;
  }
}

.grid-alt {
  background-color: #1e242f;
  color: #fff;
  padding: 51px 0 70px;
}

.grid-alt h2 {
  font-family: "public_sans-semibold", sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-right: 320px;
}

@media (max-width: 767px) {
  .grid-alt h2 {
    margin-right: 0px;
  }
}

.grid-alt p {
  font-family: "public_sans-semibold", sans-serif;
  font-size: 16px;
  margin: 6px 0 30px 0;
  margin-right: 320px;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .grid-alt p {
    margin-right: 0px;
  }
}

.grid-alt hr {
  max-width: 30px;
  margin: 8px 0 16px 0;
  margin-right: 320px;
}

.grid-alt .grid__column {
  padding: 0 17px;
}

.grid-alt .grid__columns {
  padding: 0 18px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .grid-alt .grid__columns:last-child {
    margin: 0 auto;
  }
}

@media (max-width: 1023px) {
  .grid-alt .grid__columns {
    margin-bottom: 44px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}

.grid-alt .grid__columns h3 {
  text-align: center;
  font-size: 22px;
  font-family: "public_sans-semibold", sans-serif;
  font-weight: 700;
  text-transform: none;
  max-width: 76%;
  margin: 0 auto;
}

.grid-alt .grid__columns h3::before {
  display: none;
}

.grid-alt .grid__columns .grid__image-container {
  position: relative;
  overflow: hidden;
}

.grid-alt .grid__columns .grid__image-container::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 36, 47, 0)), color-stop(83.33%, #1E242F));
  background: linear-gradient(180deg, rgba(30, 36, 47, 0) 0%, #1E242F 83.33%);
  pointer-events: none;
  z-index: 2;
}

.grid-alt .grid__columns a {
  overflow: hidden;
}

.grid-alt .grid__columns a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.grid-alt .grid__columns a:hover .grid__image-container::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 36, 47, 0)), color-stop(83.33%, #1E242F));
  background: linear-gradient(180deg, rgba(30, 36, 47, 0) 0%, #1E242F 83.33%);
  z-index: 2;
}

.grid-alt .grid__columns a:hover .grid__image-container img {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

@media (max-width: 1023px) {
  .grid-alt .grid__columns a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    max-width: 1650px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .grid-alt .grid__columns a .grid__image-container, .grid-alt .grid__columns a h3 {
    display: block;
    text-align: left;
  }
}

@media only screen and (max-width: 1023px) and (min-width: 1025px) {
  .grid-alt .grid__columns a .grid__image-container, .grid-alt .grid__columns a h3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    padding: 0 25px;
  }
}

@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .grid-alt .grid__columns a .grid__image-container, .grid-alt .grid__columns a h3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    padding: 0 25px;
  }
}

@media (max-width: 1023px) {
  .grid-alt .grid__columns a h3 {
    margin-top: -20px;
  }
}

@media (max-width: 767px) {
  .grid-alt .grid__columns a .grid__image-container, .grid-alt .grid__columns a h3 {
    width: 100%;
  }
  .grid-alt .grid__columns a .grid__image-container img {
    margin-bottom: 0px;
  }
  .grid-alt .grid__columns a .grid__image-container::before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 36, 47, 0)), color-stop(95%, #1E242F));
    background: linear-gradient(180deg, rgba(30, 36, 47, 0) 0%, #1E242F 95%);
  }
  .grid-alt .grid__columns a h3 {
    margin-top: 0px;
    max-width: 100%;
    margin-bottom: 20px;
  }
}

.site-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 0 27px;
  background-color: #fff;
}

@media only screen and (min-width: 1025px) {
  .site-header {
    padding: 0 15px 31px;
  }
}

@media (min-width: 1200px) {
  .site-header {
    padding: 0 30px 31px;
  }
}

.site-header__mobile-toggle {
  position: relative;
  top: 0px;
  width: 30px;
  height: 25px;
  cursor: pointer;
  z-index: 1;
}

@media only screen and (min-width: 1025px) {
  .site-header__mobile-toggle {
    display: none;
  }
}

.site-header__mobile-hamburger {
  position: absolute;
  left: -10px;
  top: -10px;
  width: 48px;
  height: 48px;
}

.site-header__mobile-hamburger__line {
  top: 10px;
  left: 10px;
  position: absolute;
  width: 30px;
  height: 4px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  border-radius: 5px;
  background-color: #004A7E;
}

.site-header__mobile-hamburger__line::before, .site-header__mobile-hamburger__line::after {
  content: '';
  display: block;
  position: absolute;
  width: 30px;
  height: 4px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  border-radius: 5px;
  background-color: #004A7E;
}

.site-header__mobile-hamburger__line::before {
  top: 10px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.site-header__mobile-hamburger__line::after {
  top: 20px;
}

.site-header__mobile-hamburger--active .site-header__mobile-hamburger__line {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

.site-header__mobile-hamburger--active .site-header__mobile-hamburger__line::before {
  -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
          transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}

.site-header__mobile-hamburger--active .site-header__mobile-hamburger__line::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
          transform: translate3d(0, -20px, 0) rotate(-90deg);
}

.site-header__logo {
  margin-top: 10px;
  max-width: 180px;
  width: 100%;
}

@media (min-width: 1024px) {
  .site-header__logo {
    max-width: 125px;
  }
}

@media (min-width: 1300px) {
  .site-header__logo {
    max-width: 150px;
  }
}

.site-header__logo a {
  display: block;
}

.site-header__logo svg {
  height: auto;
  max-width: 222px;
  width: 100%;
}

.site-header__menu {
  position: fixed;
  top: 0;
  left: -102%;
  background-color: #fff;
  padding: 30px 0 0;
  height: 100%;
  display: block;
  width: 100%;
  max-width: 85%;
  -webkit-transition: left 400ms ease-in-out;
  transition: left 400ms ease-in-out;
  -webkit-box-shadow: 0 2px 64px rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 64px rgba(0, 0, 0, 0.5);
  overflow-y: scroll;
  z-index: 10;
}

@media only screen and (min-width: 1025px) {
  .site-header__menu {
    position: relative;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: auto;
    padding: 0;
    left: 0;
    -webkit-box-shadow: 0 0 0 0 transparent;
            box-shadow: 0 0 0 0 transparent;
    max-width: calc(100% - 125px);
    overflow: visible;
    padding-left: 20px;
  }
}

@media (min-width: 1024px) {
  .site-header__menu {
    z-index: 4;
  }
  .youtube-playing .site-header__menu,
  .youtube-fading .site-header__menu {
    z-index: 2;
  }
}

@media (min-width: 1300px) {
  .site-header__menu {
    max-width: calc(100% - 150px);
  }
}

.site-header__menu .site-header__mobile-toggle {
  left: 29px;
  margin-bottom: 20px;
}

.site-header__menu .landing-link a::after {
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDEzIDE1Ij48Zz48Zz48cGF0aCBmaWxsPSIjOGI5YzIxIiBkPSJNOCA3LjVsLS41NS42MzZMMS41MSAxNSAwIDEzLjcyOCA1LjM5MyA3LjUgMCAxLjI3MiAxLjUwOSAwIDcuNDUgNi44NjQgOCA3LjV6Ii8+PC9nPjxnPjxwYXRoIGZpbGw9IiM4YjljMjEiIGQ9Ik0xMyA3LjVsLS41NS42MzZMNi41MSAxNSA1IDEzLjcyOCAxMC4zOTMgNy41IDUgMS4yNzIgNi41MDkgMGw1Ljk0MiA2Ljg2NEwxMyA3LjV6Ii8+PC9nPjwvZz48L3N2Zz4=);
  margin-left: 12px;
  margin-right: -12px;
  vertical-align: middle;
}

@media only screen and (min-width: 1025px) {
  .site-header__menu .landing-link {
    display: none;
  }
}

.site-header__menu--active {
  left: 0;
}

.site-header__menu--main-menu, .site-header__menu--utility-menu {
  width: 100%;
}

@media only screen and (min-width: 1025px) {
  .site-header__menu--main-menu, .site-header__menu--utility-menu {
    width: auto;
  }
  .site-header__menu--main-menu li, .site-header__menu--utility-menu li {
    display: inline-block;
    vertical-align: middle;
  }
}

.site-header__menu--main-menu {
  border-bottom: 1px solid #b9b9b9;
}

@media only screen and (min-width: 1025px) {
  .site-header__menu--main-menu {
    border-bottom: 0;
  }
}

@media only screen and (min-width: 1025px) {
  .site-header__menu--main-menu > ul > li {
    position: relative;
    padding: 0px .5vw;
  }
  .site-header__menu--main-menu > ul > li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: calc(100% - 2.50vw);
    height: 5px;
    background-color: transparent;
  }
  .site-header__menu--main-menu > ul > li:hover::before, .site-header__menu--main-menu > ul > li:focus::before {
    background-color: #A0B426;
  }
  .site-header__menu--main-menu > ul > li:hover > a,
  .site-header__menu--main-menu > ul > li:hover > span, .site-header__menu--main-menu > ul > li:focus > a,
  .site-header__menu--main-menu > ul > li:focus > span {
    opacity: 0.6;
  }
  .site-header__menu--main-menu > ul > li:hover > ul, .site-header__menu--main-menu > ul > li:focus > ul {
    width: 265px;
    height: auto;
    -webkit-box-shadow: 0px -20px 5px -5px white, 0px 14px 21px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px -20px 5px -5px white, 0px 14px 21px 0px rgba(0, 0, 0, 0.15);
  }
}

.site-header__menu--main-menu > ul > li a,
.site-header__menu--main-menu > ul > li span {
  display: block;
  color: #171717;
  font-family: "public_sans-semibold", sans-serif;
  font-size: 19px;
  padding: 12px 0 12px 45px;
}

@media only screen and (min-width: 1025px) {
  .site-header__menu--main-menu > ul > li a,
  .site-header__menu--main-menu > ul > li span {
    font-size: 1.1vw;
    text-transform: uppercase;
    border-top: 5px solid transparent;
    padding: 28px 0 30px;
  }
}

@media only screen and (min-width: 1441px) {
  .site-header__menu--main-menu > ul > li a,
  .site-header__menu--main-menu > ul > li span {
    font-size: 16px;
  }
}

.site-header__menu--main-menu > ul > li ul {
  display: none;
}

@media only screen and (min-width: 1025px) {
  .site-header__menu--main-menu > ul > li ul {
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    top: 88%;
    height: 0;
    width: 0;
    z-index: 10;
    padding: 8px 0 0;
    border-radius: 6px;
    overflow: hidden;
  }
  .site-header__menu--main-menu > ul > li ul::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #A0B426;
    border-radius: 6px 6px 0 0;
    z-index: 1;
  }
  .site-header__menu--main-menu > ul > li ul::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #A0B426;
  }
}

.site-header__menu--main-menu > ul > li ul li {
  display: block;
  background-color: transparent;
}

@media only screen and (min-width: 1025px) {
  .site-header__menu--main-menu > ul > li ul li {
    padding: 0;
    background-color: #fff;
  }
  .site-header__menu--main-menu > ul > li ul li:not(:last-child) {
    border-bottom: 1px solid #d1d3d7;
  }
  .site-header__menu--main-menu > ul > li ul li:first-child {
    border-radius: 6px 6px 0 0;
    overflow: hidden;
  }
  .site-header__menu--main-menu > ul > li ul li:first-child > a {
    padding-top: 24px;
  }
}

.site-header__menu--main-menu > ul > li ul li a {
  font-size: 17px;
}

@media only screen and (min-width: 1025px) {
  .site-header__menu--main-menu > ul > li ul li a {
    font-size: 16px;
    padding: 20px 48px;
    line-height: 1.2;
    -webkit-transition: none;
    transition: none;
  }
  .site-header__menu--main-menu > ul > li ul li a:hover, .site-header__menu--main-menu > ul > li ul li a:focus {
    background-color: #A0B426;
    color: #fff;
  }
}

@media only screen and (max-width: 1024px) {
  .site-header__menu--main-menu > ul li.has-children {
    position: relative;
    cursor: pointer;
  }
  .site-header__menu--main-menu > ul li.has-children > a,
  .site-header__menu--main-menu > ul li.has-children > span {
    position: relative;
  }
  .site-header__menu--main-menu > ul li.has-children > a::before,
  .site-header__menu--main-menu > ul li.has-children > span::before {
    content: '';
    position: absolute;
    top: 23px;
    left: 20px;
    border-style: solid;
    height: 0;
    width: 0;
    border-color: transparent transparent transparent #8c8c8c;
    border-width: 6px 0 6px 6px;
  }
  .site-header__menu--main-menu > ul li.has-children.active {
    background-color: #e8e8e8;
  }
  .site-header__menu--main-menu > ul li.has-children.active > a::before,
  .site-header__menu--main-menu > ul li.has-children.active > span::before {
    top: 26px;
    border-style: solid;
    height: 0;
    width: 0;
    border-color: #8B9C21 transparent transparent;
    border-width: 6px 6px 0;
  }
  .site-header__menu--main-menu > ul li.has-children.active > ul {
    display: block;
  }
  .site-header__menu--main-menu > ul li.has-children .has-children > a::before,
  .site-header__menu--main-menu > ul li.has-children .has-children > span::before {
    top: 16px;
    left: 20px;
  }
  .site-header__menu--main-menu > ul li.has-children .has-children.active {
    background-color: #fff;
  }
  .site-header__menu--main-menu > ul li.has-children .has-children.active > a::before,
  .site-header__menu--main-menu > ul li.has-children .has-children.active > span::before {
    top: 19px;
  }
  .site-header__menu--main-menu > ul li li {
    margin-left: 20px;
    padding: 8px 0;
  }
  .site-header__menu--main-menu > ul li li a {
    padding: 10px 20px 10px 45px;
    line-height: 23px;
  }
  .site-header__menu--main-menu > ul li li li {
    margin-left: 0;
    padding-right: 40px;
  }
  .site-header__menu--main-menu > ul li li li a {
    line-height: 23px;
  }
}

.site-header__menu--utility-menu {
  padding: 0 0 0 45px;
}

@media only screen and (min-width: 1025px) {
  .site-header__menu--utility-menu {
    padding: 0;
  }
}

.site-header__menu--utility-menu li {
  padding: 12px 0;
}

@media only screen and (min-width: 1025px) {
  .site-header__menu--utility-menu li {
    padding: 0 0.3vw;
  }
  .site-header__menu--utility-menu li:first-child {
    padding-left: 0;
  }
  .site-header__menu--utility-menu li:last-child {
    padding-right: 0;
  }
}

.site-header__menu--utility-menu li a {
  color: #171717;
  font-family: "public_sans-medium", sans-serif;
  font-size: 16px;
}

@media only screen and (min-width: 1025px) {
  .site-header__menu--utility-menu li a {
    font-size: 1vw;
  }
}

@media only screen and (min-width: 1441px) {
  .site-header__menu--utility-menu li a {
    font-size: 15px;
  }
}

.site-header__menu--utility-menu li a:hover, .site-header__menu--utility-menu li a:focus {
  opacity: .6;
}

.site-header__menu--utility-menu li .search-toggle {
  display: none;
}

@media only screen and (min-width: 1025px) {
  .site-header__menu--utility-menu li .search-toggle {
    display: block;
  }
}

@media only screen and (min-width: 1025px) {
  .site-header__mobile-search {
    display: none;
  }
}

.site-header__mobile-search .search-toggle {
  padding: 10px 0;
}

.site-header__search-container {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  right: 0;
  width: 0;
  height: 80px;
  padding: 15px 0;
  overflow: hidden;
  -webkit-transition: width 300ms ease-in-out, padding-left 300ms ease-in-out, padding-right 300ms ease-in-out;
  transition: width 300ms ease-in-out, padding-left 300ms ease-in-out, padding-right 300ms ease-in-out;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  z-index: 11;
  border-bottom: 5px solid #e8e8e8;
}

@media only screen and (min-width: 1025px) {
  .site-header__search-container {
    padding: 23px 0;
  }
}

@media only screen and (min-width: 1025px) {
  .site-header__search-container {
    height: 101px;
  }
}

.site-header__search-container.active {
  width: 100%;
  padding: 15px 25px;
}

@media only screen and (min-width: 1025px) {
  .site-header__search-container.active {
    padding: 23px;
  }
}

.site-header--homepage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: transparent;
}

.site-header--homepage .site-header__mobile-hamburger {
  background-color: #fff;
}

.site-header--homepage .site-header__mobile-hamburger::before, .site-header--homepage .site-header__mobile-hamburger::after {
  background-color: #fff;
}

.site-header--homepage .site-header__mobile-search path {
  fill: #fff;
}

@media only screen and (min-width: 1024px) {
  .site-header--homepage .site-header__menu {
    background-color: transparent;
  }
  .site-header--homepage .site-header__menu--main-menu > ul > li > a,
  .site-header--homepage .site-header__menu--main-menu > ul > li > span {
    color: #fff;
  }
  .site-header--homepage .site-header__menu--main-menu > ul > li:hover > ul, .site-header--homepage .site-header__menu--main-menu > ul > li:focus > ul {
    -webkit-box-shadow: 0 0 0 0 transparent;
            box-shadow: 0 0 0 0 transparent;
  }
  .site-header--homepage .site-header__menu--utility-menu li a {
    color: #fff;
  }
  .site-header--homepage .site-header__menu--utility-menu li .search-toggle path {
    fill: #fff;
  }
}

.search-results__search-container label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}

.search-results__search-container label-focusable:focus, .search-results__search-container label-focusable:active {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
  clip-path: none;
}

.site-header__search-container label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}

.site-header__search-container label-focusable:focus, .site-header__search-container label-focusable:active {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
  clip-path: none;
}

.site-header__search-container .search-results__search-container {
  margin: 0 auto;
}

@media only screen and (max-width: 639px) {
  .site-header__search-container .search-results__search-container {
    margin: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .site-header__search-container .search-results__search-container {
    max-width: 85%;
  }
}

.site-header__search-container .search-results__search-container::after {
  right: 15px;
  top: 50%;
}

.site-header__search-container .search-results__search-container .form-search {
  padding: 13px 45px 13px 20px;
  font-size: 16px;
}

@media only screen and (max-width: 1024px) {
  .site-header__search-container .search-results__search-container .form-search {
    padding: 10px 45px 10px 20px;
  }
}

body.path-frontpage .site-header {
  background-color: #1E242F;
}

@media (min-width: 1200px) {
  body.path-frontpage .site-header {
    padding: 0 30px 10px;
  }
}

body.path-frontpage .site-header__logo {
  margin-top: 10px;
  max-width: 225px;
  width: 100%;
}

@media (min-width: 1024px) {
  body.path-frontpage .site-header__logo {
    max-width: 125px;
  }
}

@media (min-width: 1300px) {
  body.path-frontpage .site-header__logo {
    max-width: 225px;
  }
}

body.path-frontpage .site-header__logo a {
  display: block;
}

body.path-frontpage .site-header__logo svg {
  height: auto;
  max-width: 225px;
}

body.path-frontpage .site-header__menu {
  background-color: #1E242F;
}

@media only screen and (min-width: 1025px) {
  body.path-frontpage .site-header__menu {
    max-width: calc(100% - 125px);
  }
}

@media (min-width: 1300px) {
  body.path-frontpage .site-header__menu {
    max-width: calc(100% - 225px);
  }
}

@media (min-width: 1024px) {
  body.path-frontpage .site-header__menu--main-menu > ul > li span, body.path-frontpage .site-header__menu--main-menu > ul > li a {
    color: #fff;
  }
  body.path-frontpage .site-header__menu ul.site-header__menu--sub-menu li a {
    color: #171717;
  }
}

@media (max-width: 1023px) {
  body.path-frontpage .site-header__menu--main-menu > ul > li span, body.path-frontpage .site-header__menu--main-menu > ul > li a {
    color: #fff;
  }
  body.path-frontpage .site-header__menu ul.site-header__menu--sub-menu li a {
    color: #171717;
  }
  body.path-frontpage .site-header__menu--main-menu > ul > li.active span, body.path-frontpage .site-header__menu--main-menu > ul > li.active a {
    color: #171717;
  }
  body.path-frontpage .site-header__menu ul.site-header__menu--sub-menu li a {
    color: #171717;
  }
}

@media only screen and (min-width: 1025px) {
  body.path-frontpage .site-header .site-header__menu--main-menu > ul > li:hover > ul, body.path-frontpage .site-header .site-header__menu--main-menu > ul > li:focus > ul {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

body.path-frontpage .site-header .site-header__menu--utility-menu li a {
  color: #fff;
}

body.path-frontpage .site-header .search-toggle svg path {
  fill: #fff;
}

body.path-frontpage .site-header .site-header__mobile-hamburger__line {
  background-color: #fff;
}

body.path-frontpage .site-header .site-header__mobile-hamburger__line::before, body.path-frontpage .site-header .site-header__mobile-hamburger__line::after {
  background-color: #fff;
}

.hero {
  font-size: 16px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#004a7e), color-stop(65%, #1e242f), to(#1e242f));
  background-image: linear-gradient(to bottom, #004a7e 0%, #1e242f 65%, #1e242f 100%);
  color: #fff;
}

.hero .highlight {
  color: #A0B426;
}

.hero__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  max-width: 1600px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .hero__container {
    position: relative;
  }
}

@media (max-width: 1023px) {
  .hero__container {
    overflow: hidden;
  }
}

.hero__image-container {
  position: relative;
  margin-top: 0px;
  width: 100%;
  max-width: 1446px;
}

@media (min-width: 1024px) {
  .hero__image-container {
    overflow: hidden;
  }
}

@media only screen and (min-width: 1025px) {
  .hero__image-container {
    margin-top: -30px;
  }
}

.hero__image-container::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#1E242F));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #1E242F 100%);
}

@media (min-width: 1024px) {
  .hero__image-container::after {
    height: 329px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#1E242F));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #1E242F 100%);
  }
}

.hero__image-container[style*="background-image"] {
  background-size: contain;
  background-attachment: fixed;
  background-position: 100% 0;
  background-repeat: no-repeat;
}

.hero__image-container[style*="background-image"] img {
  opacity: 0;
}

.hero__image-container img {
  max-width: 100%;
  position: relative;
  -webkit-transform-origin: center;
          transform-origin: center;
}

@media (min-width: 768px) {
  .hero__image-container img {
    width: 100%;
    height: auto;
  }
}

.hero__content-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  padding: 0 25px;
  max-width: 1326px;
  margin-bottom: 20px;
  z-index: 1;
  position: relative;
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
  .hero__content-container {
    padding: 0 35px;
  }
}

@media (min-width: 1024px) {
  .hero__content-container {
    margin-top: -2.3rem;
    margin-bottom: 50px;
  }
}

.hero__content-container h1 {
  color: #fff;
  font-size: 1.325em;
  line-height: 1.35;
  padding-top: 20px;
  margin: 0;
}

@media (min-width: 768px) {
  .hero__content-container h1 {
    font-size: 1.625em;
  }
}

@media only screen and (min-width: 1025px) {
  .hero__content-container h1 {
    padding-top: 0;
    font-size: 3.4375em;
  }
}

.hero__all {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .hero__all {
    display: none;
  }
}

.hero__all a {
  color: inherit;
  font-family: "public_sans-semibold", sans-serif;
  font-size: 0.9375em;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.hero__all a:hover, .hero__all a:focus {
  color: #A0B426;
}

.hero__all a svg {
  position: relative;
  top: -2px;
  vertical-align: middle;
  margin-right: 15px;
}

.hero__image-caption {
  color: #FFF;
  font-family: "public_sans-medium", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 27px;
}

@media (max-width: 1023px) {
  .hero__image-caption {
    font-size: 11px;
    position: absolute;
    top: -25px;
    right: 10px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
  }
}

@media (min-width: 1024px) {
  .hero__image-caption {
    text-align: right;
    color: #6a6a6a;
  }
}

.hero__content {
  color: #fff;
  font-size: 18px;
  line-height: 1.592592593;
}

@media (min-width: 1024px) {
  .hero__content {
    font-size: 27px;
  }
}

.hero__content p {
  margin-bottom: 0;
}

.hero hr {
  max-width: 50px;
  margin: 10px 0 20px;
  background-color: #A0B426;
}

.hero .social-media-icons ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.hero .social-media-icons li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  width: 56px;
  height: 56px;
  text-align: center;
  margin: 0 14px;
}

.hero .social-media-icons li:first-child {
  margin-left: 0;
}

.hero .social-media-icons li:last-child {
  margin-right: 0;
}

.hero .social-media-icons li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}

.hero .social-media-icons li a:hover svg path, .hero .social-media-icons li a:focus svg path {
  fill: #A0B426;
}

.hero--simple {
  background-image: none;
  color: #171717;
}

@media screen and (max-width: 1025px) {
  .hero--simple {
    margin-top: 30px;
  }
}

.hero--simple .hero__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  max-width: 1100px;
  padding-top: 0;
}

.hero--simple .hero__content-container {
  margin-top: -5px;
  margin-bottom: 0;
  max-width: none;
  padding: 0 25px;
  text-shadow: none !important;
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
  .hero--simple .hero__content-container {
    padding: 0 35px;
  }
}

.hero--simple .hero__content-container h1 {
  color: #171717;
}

.hero--simple .hero__content-container h1::after {
  content: '';
  display: block;
  width: 50px;
  height: 3px;
  background-color: #A0B426;
  margin-top: 2px;
}

.hero--simple + .views-element-container .sectionnav--white-bg {
  margin-top: 40px;
}

.hero--margin-bottom {
  margin-bottom: 50px;
}

.hero--alt-width .hero__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  max-width: 1340px;
}

.hero--social .hero__content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

input:not([type="checkbox"]):not([type="radio"]):not([type="search"]):not([type="color"]):not([type="button"]):not([type="submit"]):not([type="reset"]) {
  font-family: "public_sans-semibold", sans-serif;
  background-color: #fff;
  border: 1px solid #bababa;
  border-radius: 5px;
  font-size: 14px;
  margin-bottom: 16px;
  padding: 25px 20px;
  max-width: 360px;
  width: 100%;
  color: #171717;
}

input:not([type="checkbox"]):not([type="radio"]):not([type="search"]):not([type="color"]):not([type="button"]):not([type="submit"]):not([type="reset"]):focus {
  border: 1px solid #A0B426;
  outline: 0;
}

input:not([type="checkbox"]):not([type="radio"]):not([type="search"]):not([type="color"]):not([type="button"]):not([type="submit"]):not([type="reset"])::-webkit-input-placeholder {
  color: #171717;
}

input:not([type="checkbox"]):not([type="radio"]):not([type="search"]):not([type="color"]):not([type="button"]):not([type="submit"]):not([type="reset"])::-moz-placeholder {
  color: #171717;
}

input:not([type="checkbox"]):not([type="radio"]):not([type="search"]):not([type="color"]):not([type="button"]):not([type="submit"]):not([type="reset"]):-ms-input-placeholder {
  color: #171717;
}

input:not([type="checkbox"]):not([type="radio"]):not([type="search"]):not([type="color"]):not([type="button"]):not([type="submit"]):not([type="reset"])::-ms-input-placeholder {
  color: #171717;
}

input:not([type="checkbox"]):not([type="radio"]):not([type="search"]):not([type="color"]):not([type="button"]):not([type="submit"]):not([type="reset"])::placeholder {
  color: #171717;
}

input:not([type="checkbox"]):not([type="radio"]):not([type="search"]):not([type="color"]):not([type="button"]):not([type="submit"]):not([type="reset"]).error {
  border-color: #e66161;
}

input[type="checkbox"] {
  background-color: #fff;
  border-radius: 4px;
  border: 2px solid #bababa;
  vertical-align: middle;
}

textarea {
  font-family: "public_sans-semibold", sans-serif;
  background-color: #fff;
  border: 1px solid #bababa;
  border-radius: 5px;
  font-size: 14px;
  margin-bottom: 16px;
  padding: 25px 20px;
  width: 100%;
  color: #171717;
}

textarea:focus {
  border: 1px solid #A0B426;
  outline: 0;
}

textarea::-webkit-input-placeholder {
  color: #171717;
}

textarea::-moz-placeholder {
  color: #171717;
}

textarea:-ms-input-placeholder {
  color: #171717;
}

textarea::-ms-input-placeholder {
  color: #171717;
}

textarea::placeholder {
  color: #171717;
}

textarea.error {
  border-color: #e66161;
}

select:not([multiple]) {
  border: 1px solid #bababa;
  border-radius: 5px;
  color: #171717;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 40px 15px 20px;
  background-color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAHCAMAAADkrjcoAAAAFVBMVEUAAACfsyahtSafryChtCagtCaftCbTrD/KAAAAB3RSTlMAUH8Q0P+gugqphAAAACZJREFUeNpFx7cNAAAIA7BQ/z8Z0b0ZxI8gaksF2U/20p1sK1fvBDQJAOjtDFxVAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 90% 50%;
  background-size: 12px 6px;
}

.layout-columns {
  position: relative;
  margin-bottom: 0px;
}

.layout-columns__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  max-width: 1338px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.layout-columns__column {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  padding: 0 25px;
}

.layout-columns__columns {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  padding: 0 25px;
}

@media only screen and (min-width: 1025px) {
  .layout-columns__columns {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    padding: 0 25px;
  }
}

@media (max-width: 767px) {
  .layout-columns__columns {
    padding: 0 12px;
  }
}

.layout-columns__columns:first-child {
  -ms-flex-preferred-size: 62%;
      flex-basis: 62%;
  max-width: 62%;
}

.layout-columns__columns:last-child {
  -ms-flex-preferred-size: 36.6%;
      flex-basis: 36.6%;
  max-width: 36.6%;
  margin-left: auto;
}

@media (max-width: 1023px) {
  .layout-columns__columns:first-child {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .layout-columns__columns:last-child {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    margin-left: 0;
  }
}

.library-list {
  margin-bottom: 50px;
}

.library-list .views-field {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  margin-top: 10px;
  padding-bottom: 10px;
}

.library-list .views-field:last-child {
  border: 0;
}

.library-list .views-label {
  display: inline-block;
  font-weight: bold;
  margin-right: 10px;
}

.library-list .field-content {
  display: inline-block;
}

.library-list .field-content p {
  margin: 0;
}

.lb-loader,
.lightbox {
  text-align: center;
  line-height: 0;
  position: absolute;
  left: 0;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  filter: alpha(Opacity=80);
  opacity: .8;
  display: none;
}

.lightbox {
  width: 100%;
  z-index: 10000;
  font-weight: 400;
  outline: 0;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  border: 4px solid #fff;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #fff;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  top: 43%;
  height: 25%;
  width: 100%;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../vendor/lightbox2/dist/images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: 0;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}

.lb-next,
.lb-prev {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../vendor/lightbox2/dist/images/prev.png) left 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity .6s;
  transition: opacity .6s;
}

.lb-nav a.lb-prev:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../vendor/lightbox2/dist/images/next.png) right 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity .6s;
  transition: opacity .6s;
}

.lb-nav a.lb-next:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: 700;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../vendor/lightbox2/dist/images/close.png) top right no-repeat;
  text-align: right;
  outline: 0;
  filter: alpha(Opacity=70);
  opacity: .7;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: alpha(Opacity=100);
  opacity: 1;
}

body .lb-outerContainer {
  height: auto !important;
}

body .lightboxOverlay {
  opacity: .95;
}

body .lb-container {
  position: relative;
}

body .lb-nav a.lb-next,
body .lb-nav a.lb-prev {
  opacity: .5;
}

body .lb-image {
  height: auto !important;
}

body .lb-data {
  padding: 20px 10px;
}

body .lb-data .lb-number {
  font-size: 15px;
}

body .lb-data .lb-caption {
  font-weight: bold;
  font-family: "merriweather-bold", serif;
  font-size: 24px;
  line-height: 38px;
}

body .lb-data .lb-caption p {
  font-weight: normal;
  font-size: 16px;
  line-height: 1.875;
}

body .lb-container {
  max-width: 1250px;
}

@media (min-width: 768px) {
  body .lb-data .lb-details {
    width: calc(100% - 45px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body .lb-data .lb-details .lb-caption {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% - 75px);
            flex: 0 1 calc(100% - 75px);
  }
  body .lb-data .lb-details .lb-number {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50px;
            flex: 0 1 50px;
  }
}

.links-list h2 {
  padding: 4px 0 0;
}

.links-list:last-child .links__row:last-child {
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .links-list:last-child .links__row:last-child {
    margin-bottom: 0px;
  }
}

.links-list .links__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  max-width: 1650px;
  text-align: center;
}

@media only screen and (min-width: 1024px) {
  .links-list .links__row {
    font-size: 26px;
  }
}

.links-list .links__row:last-child {
  padding-bottom: 0px;
}

@media (min-width: 1024px) {
  .links-list .links__row:last-child {
    text-align: center;
  }
}

.links-list .links__row-listing {
  margin: 0 auto;
}

.links-list .links__row-mission-statement {
  max-width: 75%;
  margin: 0 auto;
  margin-top: 20px;
}

.links-list .links__row-mission-statement p {
  line-height: 1.6em;
}

@media only screen and (max-width: 1023px) {
  .links-list .links__row-mission-statement {
    text-align: left;
    max-width: 100%;
    padding: 0 25px;
  }
}

.links-list .links__column, .links-list .links__columns {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  padding: 0 25px;
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
  .links-list .links__column, .links-list .links__columns {
    padding: 0 35px;
  }
}

.links-list .links__columns--three-columns {
  margin-top: 7px;
  margin-bottom: 58px;
}

@media only screen and (min-width: 1025px) {
  .links-list .links__columns--three-columns {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%;
    padding: 0 25px;
  }
}

@media (max-width: 1023px) {
  .links-list .links__columns--three-columns {
    display: none;
  }
}

.links-list .links__columns--three-columns a {
  font-size: 16px;
  font-family: "public_sans-semibold", sans-serif;
  letter-spacing: 1.17px;
  text-transform: uppercase;
  position: relative;
  padding-right: 20px;
}

.links-list .links__columns--three-columns svg {
  position: absolute;
  right: 4px;
  top: 3px;
}

.links-list .links__columns--three-columns .link-item {
  line-height: 31px;
}

.links-list .links__columns--two-columns {
  display: none;
  margin-top: 7px;
  margin-bottom: 58px;
}

@media (max-width: 1023px) {
  .links-list .links__columns--two-columns {
    display: block;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .links-list .links__columns--two-columns:first-child {
    margin-top: 0px;
  }
  .links-list .links__columns--two-columns:last-child {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 1025px) {
  .links-list .links__columns--two-columns {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    padding: 0 25px;
  }
}

@media only screen and (min-width: 768px) {
  .links-list .links__columns--two-columns {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    padding: 0 25px;
  }
}

.links-list .links__columns--two-columns a {
  font-size: 14px;
  font-family: "public_sans-medium", sans-serif;
  letter-spacing: 1.17px;
  text-transform: uppercase;
  position: relative;
  padding-right: 20px;
}

.links-list .links__columns--two-columns svg {
  position: absolute;
  right: 4px;
  top: 3px;
}

.links-list .links__columns--two-columns .link-item {
  line-height: 31px;
}

.links-list .links__columns--header {
  text-align: center;
}

.links-list .links__columns--header h2 {
  padding-top: 24px;
}

.links-list .links__columns--header .hr--short {
  margin: 0 auto;
}

.links-list .links__columns--header p {
  margin-bottom: 0px;
  font-size: 16px;
  max-width: 75%;
  margin: 0 auto;
  padding-top: 20px;
}

.links-list h2 {
  font-size: 28px;
  line-height: 37px;
}

@media only screen and (min-width: 768px) {
  .links-list h2 {
    color: #171717;
    font-size: 25px;
    font-weight: 700;
    line-height: 130%;
  }
}

.links-list hr {
  margin-bottom: 10px;
}

.links-list--alt-padding {
  padding-top: 0;
}

.links-list--alt-padding:last-child .links__row:last-child {
  margin-bottom: 20px;
}

.load-more__button,
.load-more__drupal {
  position: absolute;
  left: 50%;
  bottom: -25px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.33px;
  text-transform: uppercase;
  color: #5d6b03;
  border-radius: 35px;
  background-color: #fff;
  padding: 15px 24px;
  border: 1px solid #b9b9b9;
}

@media (min-width: 768px) {
  .load-more__button,
  .load-more__drupal {
    padding: 15px 30px;
  }
}

.load-more__button::before,
.load-more__drupal::before {
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDE1IDE1Ij48Zz48ZyB0cmFuc2Zvcm09InJvdGF0ZSgtNDUgNy41IDcuNSkiPjxwYXRoIGZpbGw9IiM1ZDZiMDMiIGQ9Ik04LjY3MyA3LjVsNC4wODQtNC4wODRhLjgzLjgzIDAgMCAwLTEuMTczLTEuMTczTDcuNSA2LjMyNyAzLjQxNiAyLjI0M2EuODMuODMgMCAwIDAtMS4xNzMgMS4xNzNMNi4zMjcgNy41bC00LjA4NCA0LjA4NGEuODMuODMgMCAwIDAgMS4xNzMgMS4xNzNMNy41IDguNjczbDQuMDg0IDQuMDg0YS44MjguODI4IDAgMSAwIDEuMTczLTEuMTczTDguNjczIDcuNSIvPjwvZz48L2c+PC9zdmc+);
  display: inline-block;
  margin-right: 12px;
}

.load-more__button--loaded::before,
.load-more__drupal--loaded::before {
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDE1IDE1Ij48Zz48ZyB0cmFuc2Zvcm09InJvdGF0ZSgtNDUgNy41IDcuNSkiPjxwYXRoIGZpbGw9IiM1ZDZiMDMiIGQ9Ik04LjcsNy41TDMuNCwyLjJDMy4xLDEuOSwyLjYsMiwyLjIsMi4zYy0wLjMsMC4zLTAuMywwLjgsMCwxLjFsOS4zLDkuM2MwLjMsMC4zLDAuOCwwLjMsMS4yLDBzMC4zLTAuOCwwLTEuMkw4LjcsNy41Ii8+PC9nPjwvZz48L3N2Zz4=);
}

.load-more__button:hover, .load-more__button:focus,
.load-more__drupal:hover,
.load-more__drupal:focus {
  border-color: #A0B426;
  color: #A0B426;
}

[data-load-more] {
  position: relative;
  z-index: 2;
}

[data-load-more] ~ [data-load-more] {
  z-index: 1;
}

ul.load-more {
  margin: 0px;
}

ul.load-more li {
  list-style: none;
}

.load-more__drupal {
  line-height: 16px;
  font-family: Arial, Helvetica, sans-serif;
}

.user-login-form {
  margin: 100px;
}

.user-login-form label {
  display: block;
  font-weight: bold;
}

.user-login-form .description {
  margin-bottom: 20px;
}

.map {
  position: relative;
  max-width: 1660px;
  margin: auto auto 50px;
  width: 100%;
  margin-top: 104px;
  padding-bottom: 45px;
}

.map::before {
  content: '';
  display: block;
  width: 200vw;
  background: #ECEFF4;
  position: absolute;
  height: 100%;
  left: -50%;
  top: 0;
  bottom: 0;
  right: 0;
}

.map__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.map__listing {
  display: none;
  width: 307px;
  height: 758px;
  overflow: hidden;
  overflow-y: auto;
}

@media (min-width: 1024px) {
  .map__listing {
    display: block;
  }
}

.map__listing__empty {
  padding-top: 100px;
  text-align: center;
}

.map__listing__empty__text {
  font-family: "merriweather", serif;
  font-size: 16px;
  color: #171717;
  letter-spacing: 0;
  text-align: center;
  line-height: 30px;
  padding: 0px 70px;
}

.map-projects {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 307px;
          flex: 0 1 307px;
  padding: 55px 40px 30px;
  position: relative;
  display: none;
}

@media (min-width: 1024px) {
  .map-projects {
    display: block;
  }
}

.map-projects::before {
  content: '';
  display: block;
  background: #bec7cf;
  height: 1px;
  width: calc(100% - 70px);
  left: 20px;
  position: absolute;
  bottom: 0;
}

.map-projects::after {
  content: '';
  display: block;
  width: calc(100% - 70px);
  left: 20px;
  height: 20px;
  position: absolute;
  bottom: -20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#eceff4), color-stop(47%, rgba(236, 239, 244, 0.53)), to(rgba(125, 185, 232, 0)));
  background: linear-gradient(to bottom, #eceff4 0%, rgba(236, 239, 244, 0.53) 47%, rgba(125, 185, 232, 0) 100%);
  z-index: 2;
}

.map-projects__title {
  margin-bottom: 0;
}

.map-projects__count {
  color: #2c84ab;
  font-family: "public_sans-semibold", sans-serif;
  font-size: 42px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 9px;
}

.map-projects__text {
  color: #4c4c4c;
  font-family: "public_sans-medium", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  display: block;
}

.map-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.map-controls__wrap:last-child {
  margin-bottom: 20px;
}

@media (min-width: 1600px) {
  .map-controls__wrap:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .map-controls__wrap--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 767px) {
  .map-controls__wrap--flex .select2-container {
    max-width: 100% !important;
    width: 100% !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .map-controls__wrap--flex .select2-container {
    max-width: calc(100% - 15px) !important;
    width: calc(100% - 15px) !important;
  }
}

.map-controls__wrap--flex .map-controls__fieldset {
  margin-right: 15px;
}

@media (max-width: 767px) {
  .map-controls__wrap--flex .map-controls__fieldset {
    margin-bottom: 15px;
    margin-right: 0;
  }
}

@media (max-width: 1023px) {
  .map-controls__wrap--flex .map-controls__fieldset {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 33%;
            flex: 1 0 33%;
  }
}

.map-controls__wrap--flex .map-controls__fieldset:last-child {
  margin-right: 0;
}

.map-controls__yearflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.map-controls__form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  padding: 56px 10px 0 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 1023px) {
  .map-controls__form {
    padding: 56px 10px 0 10px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media (min-width: 1024px) {
  .map-controls__form {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% - 307px);
            flex: 0 1 calc(100% - 307px);
  }
}

@media (min-width: 1600px) {
  .map-controls__form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.map-controls__fieldset {
  border: none;
  padding: 0;
}

.map-controls__legend, .map-controls__label {
  display: block;
  border: none;
  padding: 0;
  margin: 0 0 5px;
}

.map-controls__select {
  min-width: 150px;
  max-width: 300px;
  width: 300px;
}

.map-controls__select__state {
  width: 200px;
}

.map-controls__select--year {
  width: 75px;
}

.map-controls__years-range {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .map-controls__years-range .select2-container {
    width: 135px !important;
  }
}

.map-controls__radio {
  position: absolute;
  top: 0;
}

.map-controls__radio input:checked + label {
  border-color: #8B9C21;
}

.map-controls__radio input:checked + label:hover, .map-controls__radio input:checked + label:focus {
  border-color: #8B9C21;
}

.map-controls__radio label {
  color: #171717;
  font-family: "public_sans-semibold", sans-serif;
  font-size: 12px;
  font-weight: 600;
  margin-right: 25px;
  border-top: 4px solid transparent;
  padding-top: 10px;
  -webkit-transition: all .25s ease-in;
  transition: all .25s ease-in;
}

.map-controls__radio label:hover, .map-controls__radio label:focus {
  border-color: #171717;
}

.map-range-hyphen {
  color: #4c4c4c;
  font-family: "public_sans-semibold", sans-serif;
  font-size: 13px;
  margin: 0 5px;
}

.mapbox {
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  height: 80vh;
  width: 100%;
  background: #EEE;
  border: 1px solid #979797;
}

@media (min-width: 1024px) {
  .mapbox {
    width: calc(100% - 306px);
    height: 758px;
  }
}

.project {
  padding: 0px 20px;
  position: relative;
  overflow: hidden;
}

.project::after {
  content: '';
  display: block;
  border-bottom: 2px dashed #bec7cf;
  width: calc(100% - 20px);
  padding-top: 25px;
}

.project__year {
  display: block;
  opacity: 0.8;
  color: #000000;
  font-family: "public_sans-semibold", sans-serif;
  font-size: 11px;
  letter-spacing: 1.44px;
  padding-top: 13px;
}

.project__title {
  margin: 0;
  line-height: 1;
  font-size: 1rem;
}

.project__toggle {
  color: #000000;
  font-family: "merriweather-bold", serif;
  font-size: 15px;
  line-height: 1.733333333;
  background: none;
  text-align: left;
  position: relative;
  padding: 5px 15px 5px 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.project__toggle::after {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  right: 0px;
  border-style: solid;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent #7c8d10;
  border-width: 6px 0 6px 6px;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.project__toggle[aria-expanded="true"]::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.project__description {
  display: none;
  position: relative;
}

.project__description::after {
  content: '';
  display: block;
  position: absolute;
  background: transparent;
  width: 6px;
  height: 300%;
  top: -100%;
  left: -20px;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.project__description[style*="block;"]::after, .project__description[style*="height"]::after {
  background: #a0b426;
}

.project__description p {
  color: #000000;
  font-family: "merriweather", serif;
  font-size: 13px;
  line-height: 1.538461538;
}

.project__description p.project__amount {
  font-family: "merriweather-bold", serif;
  line-height: 2;
}

.project__description p.project__amount .project__amount__number {
  font-size: 15px;
}

.project__program p {
  color: #000000;
  font-family: "merriweather", serif;
  font-size: 13px;
  line-height: 2;
}

.project__link {
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}

.project__pop {
  display: none;
}

.mapboxgl-popup-close-button {
  font-size: 24px;
  margin-right: 5px;
}

.filters,
#goHome {
  background: #000;
  color: #FFF;
  padding: 5px 10px;
  cursor: pointer;
}

.filters:hover,
#goHome:hover {
  background: #FFF;
  color: #000;
}

.mapboxgl-popup-content h2 {
  font-family: "merriweather-bold", serif;
  font-size: 15px;
  color: #000000;
  letter-spacing: 0;
  line-height: 1.733333333;
}

.mapboxgl-popup-content p {
  font-family: "merriweather", serif;
  font-size: 13px;
  color: #000000;
  letter-spacing: 0;
  line-height: 1.538461538;
}

.map__loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(30, 36, 47, 0.8);
  pointer-events: none;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.map__loading--hide {
  opacity: 0;
}

.select2-results__option {
  font-size: 16px;
  line-height: 1.2;
}

.button--map {
  font-size: 15px;
  padding: 8px 10px;
  margin-top: 10px;
}

.map-animate {
  width: 60px;
  height: 60px;
  border: 3px solid rgba(191, 196, 203, 0.33);
  display: block;
  position: relative;
  border-radius: 180%;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  margin-left: 15px;
}

.map-animate__svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.map-animate__svg svg {
  -webkit-transition: inherit;
  transition: inherit;
  height: 19px;
  fill: #5D6B03;
}

.map-animate__svg__pause {
  display: none;
}

.map-animate__svg__pause svg {
  height: 37px;
  position: relative;
  top: 5px;
}

.map-animate:hover, .map-animate:focus {
  background: #8B9C21;
  border-color: #8B9C21;
}

.map-animate:hover svg, .map-animate:focus svg {
  fill: #FFF;
}

.map-range-hide--hiden {
  display: none;
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.lds-roller div {
  -webkit-animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  -webkit-transform-origin: 32px 32px;
          transform-origin: 32px 32px;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  margin: -3px 0 0 -3px;
}

.lds-roller div:nth-child(1) {
  -webkit-animation-delay: -0.036s;
          animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 50px;
  left: 50px;
}

.lds-roller div:nth-child(2) {
  -webkit-animation-delay: -0.072s;
          animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 54px;
  left: 45px;
}

.lds-roller div:nth-child(3) {
  -webkit-animation-delay: -0.108s;
          animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 57px;
  left: 39px;
}

.lds-roller div:nth-child(4) {
  -webkit-animation-delay: -0.144s;
          animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 58px;
  left: 32px;
}

.lds-roller div:nth-child(5) {
  -webkit-animation-delay: -0.18s;
          animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 57px;
  left: 25px;
}

.lds-roller div:nth-child(6) {
  -webkit-animation-delay: -0.216s;
          animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 54px;
  left: 19px;
}

.lds-roller div:nth-child(7) {
  -webkit-animation-delay: -0.252s;
          animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 50px;
  left: 14px;
}

.lds-roller div:nth-child(8) {
  -webkit-animation-delay: -0.288s;
          animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 45px;
  left: 10px;
}

@-webkit-keyframes lds-roller {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes lds-roller {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

#map .mapboxgl-popup-content {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 20px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
}

#map .mapboxgl-popup {
  max-width: 286px !important;
  width: 100%;
}

#map .mapboxgl-image {
  margin: -20px -20px 10px;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}

#map .mapboxgl-image img {
  display: block;
}

#map .mapboxgl-popup-close-button {
  margin-right: 0;
  border-radius: 0 8px 0 0;
  right: 0px;
  width: 20px;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  background: #FFF;
}

#map .mapboxgl-popup-close-button:hover, #map .mapboxgl-popup-close-button:focus {
  background: #8B9C21;
  color: #FFF;
}

#map .mapboxgl-popup {
  -webkit-transition: opacity .15s ease;
  transition: opacity .15s ease;
}

#map .mapboxgl-popup--hide {
  opacity: 0;
}

.mapbox-map {
  position: relative;
  margin: 50px 0;
}

.mapbox-map * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mapbox-map__contain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding: 0 25px;
  max-width: 1660px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .mapbox-map__contain {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.mapbox-map .sidebar {
  position: relative;
  width: 100%;
  max-height: 500px;
  height: 100%;
  overflow: hidden;
  margin-top: 20px;
  border: 1px solid rgba(0, 0, 0, 0.25);
}

@media (min-width: 768px) {
  .mapbox-map .sidebar {
    margin-top: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 250px;
            flex: 0 1 250px;
    max-width: 250px;
    height: 800px;
    max-height: 800px;
  }
}

@media (min-width: 1200px) {
  .mapbox-map .sidebar {
    margin-top: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 20%;
            flex: 0 1 20%;
    max-width: 20%;
  }
}

.mapbox-map .map {
  position: relative;
  width: 100%;
  height: 500px;
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {
  .mapbox-map .map {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% - 250px);
            flex: 0 1 calc(100% - 250px);
    max-width: calc(100% - 250px);
    height: 800px;
  }
}

@media (min-width: 1200px) {
  .mapbox-map .map {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 80%;
            flex: 0 1 80%;
    max-width: 80%;
    height: 800px;
  }
}

.mapbox-map .pad2 {
  padding: 20px;
}

.mapbox-map a {
  color: #99bb5a;
  text-decoration: none;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.mapbox-map a:hover, .mapbox-map a:focus {
  color: #101010;
}

.mapbox-map .heading {
  background: #204D88;
  color: #fff;
  border-bottom: 1px solid #eee;
  min-height: 60px;
  line-height: 60px;
  padding: 0 10px;
}

.mapbox-map .heading__text {
  font-size: 22px;
  margin: 0;
  font-weight: 400;
  line-height: 20px;
  padding: 20px 2px;
}

.mapbox-map .listings {
  height: 100%;
  overflow: auto;
  padding-bottom: 60px;
}

.mapbox-map .listings .item {
  display: block;
  border-bottom: 1px solid #eee;
  padding: 10px;
  text-decoration: none;
  line-height: 1.3;
  font-family: "merriweather-bold", serif;
  font-size: 15px;
}

.mapbox-map .listings .item:last-child {
  border-bottom: none;
}

.mapbox-map .listings .item .title {
  display: block;
  color: #99bb5a;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 10px;
  font-family: "merriweather-bold", serif;
  font-size: 15px;
}

.mapbox-map .listings .item .title small {
  font-weight: 400;
}

.mapbox-map .listings .item.active .title,
.mapbox-map .listings .item .title:hover {
  color: #204D88;
}

.mapbox-map .listings .item.active {
  background-color: #f8f8f8;
}

.mapbox-map .mapboxgl-popup-content {
  padding: 0;
  width: 275px;
}

.mapbox-map .mapboxgl-popup-content h3 {
  background: #204D88;
  color: #fff;
  margin: 0;
  display: block;
  padding: 10px;
  border-radius: 8px 8px 0 0;
  margin: -20px -10px 0;
  font-family: "merriweather-bold", serif;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1.733333333;
}

.mapbox-map .mapboxgl-popup-content h4,
.mapbox-map .mapboxgl-popup-content p {
  margin: 0;
  display: block;
  padding: 10px 0 0;
  color: #000000;
  font-family: "merriweather", serif;
  font-size: 13px;
  line-height: 1.538461538;
  font-weight: 400;
  max-height: 300px;
  overflow: auto;
}

.mapbox-map .mapboxgl-popup-content div {
  padding: 10px;
}

.mapbox-map .mapboxgl-popup-content-wrapper {
  padding: 1%;
}

.mapbox-map .mapboxgl-popup-anchor-top > .mapboxgl-popup-tip {
  border-bottom-color: #204D88;
}

.mapbox-map .mapboxgl-container .leaflet-marker-icon {
  cursor: pointer;
}

.mapbox-map #map .mapboxgl-popup-content {
  padding: 20px 10px;
  width: 275px;
}

@media (min-width: 860px) {
  .mapbox-map #map .mapboxgl-popup-content {
    width: 475px;
  }
}

.mapbox-map #map .mapboxgl-popup-close-button {
  border: 1px solid #000;
  border-radius: 0;
  right: 0;
  top: -50px;
  background: #91c949;
  color: #FFF;
  width: 40px;
  height: 40px;
}

.mapbox-map #map .mapboxgl-popup {
  max-width: auto !important;
}

@media (min-width: 860px) {
  .mapbox-map #map .mapboxgl-popup {
    max-width: 486px !important;
  }
}

.site-container--mapbox--story {
  overflow: initial !important;
}

.mapbox-map--story #map {
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  position: absolute;
}

.mapbox-map--story #header {
  position: relative;
}

.mapbox-map--story .mapbox-map__contain {
  max-width: 100%;
  padding: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.mapbox-map--story #story {
  margin: 0 auto;
  width: 100%;
}

@media (max-width: 750px) {
  .mapbox-map--story #features {
    width: 90vw;
    margin: 0 auto;
  }
}

.mapbox-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
}

/* Fix issue on mobile browser where scroll breaks  */
.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan,
.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan .mapboxgl-canvas {
  -ms-touch-action: unset;
      touch-action: unset;
}

.offices-list h2 {
  padding: 75px 0 0;
}

.offices-list:not(:last-child) .offices__row:last-child {
  border-bottom: 1px dashed #BFBFBF;
}

.offices-list:last-child .offices__row:last-child {
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .offices-list:last-child .offices__row:last-child {
    margin-bottom: 50px;
  }
}

.offices-list .offices__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  max-width: 1100px;
}

.offices-list .offices__row:last-child {
  padding-bottom: 20px;
}

.offices-list .offices__column, .offices-list .offices__columns {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  padding: 0 25px;
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
  .offices-list .offices__column, .offices-list .offices__columns {
    padding: 0 35px;
  }
}

.offices-list .offices__columns--two-columns {
  font-family: "public_sans-regular", sans-serif;
  font-size: 18px;
  line-height: 33px;
  color: #4c4c4c;
}

.offices-list .offices__columns--two-columns p {
  margin-bottom: 0;
}

.offices-list .offices__columns--two-columns p ~ p {
  margin-top: 5px;
}

@media only screen and (min-width: 768px) {
  .offices-list .offices__columns--two-columns:first-child:not(:last-child) {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    padding: 0 25px;
  }
}

@media only screen and (min-width: 1025px) {
  .offices-list .offices__columns--two-columns:first-child:not(:last-child) {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%;
    padding: 0 25px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
  .offices-list .offices__columns--two-columns:first-child:not(:last-child) {
    padding: 0 35px;
  }
}

@media only screen and (min-width: 768px) {
  .offices-list .offices__columns--two-columns:nth-child(2) {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    padding: 0 25px;
  }
}

@media only screen and (min-width: 1025px) {
  .offices-list .offices__columns--two-columns:nth-child(2) {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    max-width: 66.66667%;
    padding: 0 25px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
  .offices-list .offices__columns--two-columns:nth-child(2) {
    padding: 0 35px;
  }
}

.offices-list .offices__columns--three-columns {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
  .offices-list .offices__columns--three-columns {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    padding: 0 25px;
  }
}

@media only screen and (min-width: 1025px) {
  .offices-list .offices__columns--three-columns {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%;
    padding: 0 25px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
  .offices-list .offices__columns--three-columns {
    padding: 0 35px;
  }
}

.offices-list .offices__columns--three-columns p {
  margin-top: 0;
  font-family: "public_sans-medium", sans-serif;
  font-size: 16px;
  line-height: 1.3;
}

.offices-list .offices__columns--three-columns p a {
  display: inline-block;
  margin-top: 10px;
}

.offices-list .offices__staff-title {
  font-family: "merriweather-bold", serif;
  font-size: 28px;
  line-height: 38px;
  margin-top: 50px;
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .offices-list .offices__staff-title {
    margin-top: 70px;
  }
}

.offices-list .offices__staff-name {
  font-family: "public_sans-semibold", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.9px;
  color: #000;
}

.offices-list h2 {
  font-size: 28px;
  line-height: 37px;
}

@media only screen and (min-width: 768px) {
  .offices-list h2 {
    font-size: 48px;
    line-height: 57px;
  }
}

.offices-list hr {
  margin-bottom: 10px;
}

.offices-list--alt-padding {
  padding-top: 0;
}

.offices-list--alt-padding:last-child .offices__row:last-child {
  margin-bottom: 20px;
}

.overview {
  position: relative;
}

@media only screen and (min-width: 1200px) {
  .overview::before {
    content: 'Overview';
    text-transform: uppercase;
    position: absolute;
    top: 40%;
    -webkit-transform: rotate(-90deg) translate(0, -50%);
            transform: rotate(-90deg) translate(0, -50%);
    opacity: 0.2;
    text-transform: uppercase;
    font-family: "bebas-neue", sans-serif;
    font-size: 48px;
    margin-left: -20px;
  }
}

.overview__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  max-width: 1100px;
}

.overview__column {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  padding: 0 25px;
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
  .overview__column {
    padding: 0 35px;
  }
}

.overview *:first-child::first-letter {
  font-family: "merriweather-bold", serif;
  font-size: 64px;
  text-transform: uppercase;
  vertical-align: top;
  float: left;
  margin: 16px 25px 10px 0;
}

.overview .down-arrow-link {
  display: inline-block;
  margin-top: 25px;
  font-family: "public_sans-semibold", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
}

.overview-partner {
  position: relative;
}

@media only screen and (min-width: 960px) {
  .overview-partner {
    margin-bottom: 60px;
  }
}

@media only screen and (min-width: 1200px) {
  .overview-partner::before {
    content: 'Overview';
    text-transform: uppercase;
    position: absolute;
    top: 40%;
    -webkit-transform: rotate(-90deg) translate(0, -50%);
            transform: rotate(-90deg) translate(0, -50%);
    opacity: 0.2;
    text-transform: uppercase;
    font-family: "bebas-neue", sans-serif;
    font-size: 48px;
    margin-left: -20px;
  }
}

@media only screen and (min-width: 960px) {
  .overview-partner__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1100px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 960px) {
  .overview-partner .overview {
    max-width: 72%;
    padding-right: 40px;
    width: 100%;
  }
}

@media only screen and (min-width: 1200px) {
  .overview-partner .overview:before {
    display: none;
  }
}

@media only screen and (min-width: 960px) {
  .overview-partner .partners-grid {
    margin-top: 20px;
    border-left: 1px solid #C9C9C9;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media only screen and (min-width: 1200px) {
  .overview-partner .partners-grid {
    margin-left: 5%;
    padding-left: 60px;
  }
}

.overview-partner .partners-grid__columns {
  width: 100%;
}

@media only screen and (min-width: 1200px) {
  .overview-partner .partners-grid__columns {
    padding: 0;
  }
}

@media only screen and (min-width: 960px) {
  .overview-partner .partners-grid h2 {
    padding: 0;
  }
  .overview-partner .partners-grid h2:before {
    display: none;
  }
  .overview-partner .partners-grid h2:after {
    left: 50%;
    bottom: -10px;
    top: auto;
    right: auto;
    width: 50px;
    height: 2px;
    background-color: #8B9C21;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.pagination {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .pagination {
    margin: 20px 25px 0;
    text-align: center;
  }
}

.pagination li {
  padding: 10px 15px;
  border-bottom: 6px solid transparent;
}

.pagination li.active {
  border-bottom: 6px solid #A0B426;
}

.pagination a {
  font-family: "public_sans-semibold", sans-serif;
  font-size: 18px;
  line-height: 21px;
  color: inherit;
}

.pagination a:hover, .pagination a:focus {
  color: #A0B426;
}

.announcements .pager {
  width: 100%;
  text-align: center;
}

.partners-grid {
  margin-top: 90px;
}

.partners-grid__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  max-width: 1520px;
  overflow: hidden;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.partners-grid__column {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  padding: 0 25px;
  text-align: center;
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
  .partners-grid__column {
    padding: 0 35px;
  }
}

.partners-grid__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 33.3333333%;
  border-left: 1px solid #d8d8d8;
  padding: 0 30px;
  margin: 45px 0;
}

@media (max-width: 1023px) {
  .partners-grid__columns {
    margin: 25px 0;
  }
  .partners-grid__columns:nth-child(3n+1) {
    border-left: none;
  }
}

@media only screen and (min-width: 960px) and (max-width: 1023px) {
  .partners-grid__columns:nth-child(3n + 1) {
    border-left: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .partners-grid__columns {
    width: 25%;
  }
}

@media only screen and (max-width: 639px) {
  .partners-grid__columns {
    width: 50%;
  }
  .partners-grid__columns:nth-child(odd) {
    border-left: 0;
  }
  .partners-grid__columns:nth-child(even) {
    border-left: 1px solid #d8d8d8;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .partners-grid__columns:nth-child(4n + 1) {
    border-left: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .partners-grid__columns {
    width: 20%;
  }
  .partners-grid__columns:nth-child(5n + 1) {
    border-left: 0;
  }
}

.partners-grid__columns:first-child {
  border-left: 0;
}

.partners-grid h2 {
  position: relative;
  text-align: center;
  font-size: 26px;
  display: inline-block;
  padding: 0 42px;
}

.partners-grid h2::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  width: 100vw;
  height: 1px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-color: #bfbfbf;
}

.partners-grid h2::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 100%;
  width: 100vw;
  height: 1px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-color: #bfbfbf;
}

.related-aside {
  margin-top: 30px;
}

@media only screen and (min-width: 768px) {
  .related-aside {
    margin: 0 0 50px 40px;
    padding-left: 40px;
    max-width: 300px;
    float: right;
    border-left: 1px solid #C9C9C9;
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 1100px) {
  .related-aside {
    margin-right: -30px;
  }
}

.related-aside__title {
  position: relative;
  font-size: 18px;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .related-aside__title {
    font-size: 26px;
  }
}

.related-aside__title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  height: 2px;
  width: 50px;
  background: #8B9C21;
}

.related-aside__link {
  display: block;
  line-height: 1.3;
  margin-bottom: 15px;
}

.related-content {
  padding: 35px 0 55px;
}

@media only screen and (min-width: 768px) {
  .related-content {
    padding: 94px 0 85px;
  }
}

.related-content[data-load-more] {
  margin-bottom: 75px;
}

.related-content[data-load-more] .load-more__button {
  bottom: 0;
}

@media only screen and (min-width: 768px) {
  .related-content[data-load-more] .load-more__button {
    bottom: 25px;
  }
}

.related-content__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  max-width: 1355px;
  position: relative;
}

.related-content__row > div.views-infinite-scroll-content-wrapper {
  width: 100%;
}

.related-content__row:nth-child(2) .related-content__column {
  padding-bottom: 15px;
  margin-bottom: 45px;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .related-content__row:nth-child(2) .related-content__column {
    padding-bottom: 45px;
  }
}

.related-content__row:nth-child(2) .related-content__column:not(:last-child) {
  border-bottom: 2px dashed #9f9f9f;
}

.related-content__column {
  padding: 0 25px;
}

@media (min-width: 768px) {
  .related-content__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding: 0 25px;
  }
  .related-content__column.contextual-region {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
  .related-content__column {
    padding: 0 35px;
  }
}

.related-content__content {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

@media only screen and (min-width: 960px) {
  .related-content__content {
    margin-right: 70px;
  }
}

@media only screen and (min-width: 768px) {
  .related-content__content {
    max-width: 70%;
    padding-right: 5%;
  }
}

.related-content__content ~ img {
  display: inline-block;
  vertical-align: middle;
}

.related-content__cat {
  color: #171717;
  font-family: "public_sans-semibold", sans-serif;
  font-size: 11px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1.44px;
  text-transform: uppercase;
  margin-bottom: 2px;
}

.related-content h2 {
  font-size: 26px;
  display: inline-block;
  margin-right: 40px;
  vertical-align: top;
  line-height: 38px;
}

@media only screen and (max-width: 639px) {
  .related-content h2 hr {
    margin-bottom: 0;
  }
}

.related-content h2 ~ a {
  font-family: "public_sans-semibold", sans-serif;
  font-size: 14px;
  letter-spacing: 1.17px;
  text-transform: uppercase;
  vertical-align: top;
}

@media only screen and (max-width: 639px) {
  .related-content h2 ~ a {
    display: block;
    margin-bottom: 20px;
  }
}

.related-content h2 ~ a:hover svg path, .related-content h2 ~ a:focus svg path {
  stroke: #A0B426;
}

.related-content h2 ~ a svg {
  position: relative;
  top: 2px;
  width: 6px;
  margin-left: 10px;
}

.related-content h2 ~ a svg path {
  stroke: #5D6B03;
}

.related-content hr {
  max-width: 30px;
  margin: 8px 0 50px;
  background-color: #A0B426;
}

.related-content h3 {
  font-size: 18px;
  line-height: 31px;
}

@media only screen and (min-width: 768px) {
  .related-content h3 {
    font-size: 28px;
    line-height: 38px;
  }
}

.related-content h3 a {
  color: inherit;
  border-bottom: 2px solid transparent;
}

.related-content h3 a:hover, .related-content h3 a:focus {
  border-color: #A0B426;
}

.related-content h3 svg {
  width: 32px;
  height: 32px;
  margin-left: 24px;
  margin-right: 5px;
  vertical-align: middle;
}

@media only screen and (max-width: 639px) {
  .related-content h3 svg {
    margin-left: 10px;
  }
}

.related-content h3 svg ~ span {
  vertical-align: middle;
  font-family: "public_sans-medium", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
}

.related-content p {
  font-size: 16px;
  line-height: 31px;
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .related-content p {
    font-size: 18px;
  }
}

.related-content--alt-top-padding {
  padding-top: 30px;
}

.related-content--no-bottom-padding {
  padding-bottom: 0;
}

.related-programs {
  background-color: #1E242F;
  color: #fff;
  padding: 65px 0 90px;
}

.related-programs__row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  max-width: 1355px;
}

.related-programs__column {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  padding: 0 25px;
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
  .related-programs__column {
    padding: 0 35px;
  }
}

.related-programs a {
  color: inherit;
}

.related-programs a:hover .related-programs__title, .related-programs a:focus .related-programs__title {
  color: #A0B426;
}

.related-programs__columns {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  padding: 0 25px;
}

@media only screen and (min-width: 1025px) {
  .related-programs__columns {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%;
    padding: 0 25px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
  .related-programs__columns {
    padding: 0 35px;
  }
}

.related-programs__columns.active .related-programs__image-container::before {
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1Ij48Zz48Zz48cGF0aCBmaWxsPSIjYTBiNDI2IiBkPSJNMTUuMTY2IDEyLjVsOS4yODItOS4yODJBMS44ODUgMS44ODUgMCAwIDAgMjEuNzgzLjU1MkwxMi41IDkuODM1IDMuMjE3LjU1MkExLjg4NSAxLjg4NSAwIDAgMCAuNTUyIDMuMjE4TDkuODM0IDEyLjUuNTUyIDIxLjc4M2ExLjg4NSAxLjg4NSAwIDAgMCAyLjY2NSAyLjY2NWw5LjI4My05LjI4MiA5LjI4MyA5LjI4MmExLjg4MiAxLjg4MiAwIDAgMCAyLjY2NiAwIDEuODg1IDEuODg1IDAgMCAwIDAtMi42NjVMMTUuMTY1IDEyLjUiLz48L2c+PC9nPjwvc3ZnPg==);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 100%;
  text-align: center;
  z-index: 1;
}

.related-programs__columns.active .related-programs__image-container::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}

.related-programs__columns.active .related-programs__title {
  color: #A0B426;
}

.related-programs h2 {
  color: inherit;
  font-size: 1.625em;
}

.related-programs hr {
  max-width: 30px;
  margin: 16px 0 22px;
  background-color: #A0B426;
}

.related-programs__image-container {
  position: relative;
  cursor: pointer;
}

.related-programs__image-container img {
  width: 100%;
}

.related-programs__title {
  position: relative;
  vertical-align: middle;
  color: inherit;
  font-family: "public_sans-semibold", sans-serif;
  font-size: 22px;
  line-height: 29px;
  text-transform: uppercase;
  margin-top: 13px;
  margin-bottom: 30px;
  padding-left: 30px;
  cursor: pointer;
}

.related-programs__title::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 3px;
  height: 100%;
  background-color: #A0B426;
}

.related-programs__content {
  position: absolute;
  left: 15px;
  width: calc(100% - 25px);
  padding-top: 100px;
  padding-bottom: 90px;
  display: none;
}

.related-programs__content h3 {
  font-family: "merriweather-bold", serif;
  font-size: 48px;
  line-height: 57px;
}

.related-programs__content p {
  margin-bottom: 50px;
}

.related-programs--no-bg {
  background-color: #fff;
  color: #171717;
  border-bottom: 1px solid #BFBFBF;
}

.related-species {
  color: #171717;
  padding: 65px 0 90px;
}

.related-species__row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  max-width: 1355px;
}

.related-species__column {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  padding: 0 25px;
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
  .related-species__column {
    padding: 0 35px;
  }
}

.related-species__columns {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  padding: 0 25px;
}

@media only screen and (min-width: 768px) {
  .related-species__columns {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    padding: 0 25px;
  }
}

@media only screen and (min-width: 1025px) {
  .related-species__columns {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
    padding: 0 25px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
  .related-species__columns {
    padding: 0 35px;
  }
}

.related-species a {
  color: inherit;
}

.related-species a:hover .related-species__title, .related-species a:focus .related-species__title {
  color: #A0B426;
}

.related-species h2 {
  color: inherit;
  font-size: 1.625em;
}

.related-species hr {
  max-width: 30px;
  margin: 16px 0 22px;
  background-color: #A0B426;
}

.related-species__image-container {
  position: relative;
  cursor: pointer;
}

.related-species__image-container img {
  width: 100%;
}

.related-species__title {
  position: relative;
  vertical-align: middle;
  color: inherit;
  font-family: "public_sans-semibold", sans-serif;
  font-size: 18px;
  line-height: 29px;
  text-transform: uppercase;
  margin-top: 13px;
  margin-bottom: 30px;
  padding-left: 30px;
  cursor: pointer;
}

.related-species__title::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 20px;
  height: 3px;
  background-color: #A0B426;
}

.related-species__content {
  position: absolute;
  left: 15px;
  width: calc(100% - 25px);
  padding-top: 100px;
  padding-bottom: 90px;
  display: none;
}

.related-species__content h3 {
  font-family: "merriweather-bold", serif;
  font-size: 48px;
  line-height: 57px;
}

.related-species__content p {
  margin-bottom: 50px;
}

.related-species--no-bg {
  background-color: #fff;
  color: #171717;
  border-bottom: 1px solid #BFBFBF;
}

.search-results__filters li {
  padding: 0 15px;
}

.search-results__filters li a {
  font-family: "public_sans-medium", sans-serif;
  font-size: 16px;
  color: #171717;
  border-bottom: 3px solid transparent;
  padding-bottom: 5px;
}

.search-results__filters li:first-child {
  padding-left: 0;
}

.search-results__filters li.active a {
  border-bottom-color: #A0B426;
}

.search-results__filter-list {
  display: none;
}

@media only screen and (min-width: 1025px) {
  .search-results__filter-list {
    display: block;
  }
}

@media only screen and (min-width: 1025px) {
  .search-results__filter-dropdown {
    display: none;
  }
}

.search-results__search-container {
  position: relative;
  max-width: 920px;
  margin-bottom: 30px;
}

.search-results__search-container input {
  width: 100%;
  border-radius: 6px;
  border: 1px solid #cbcbcb;
  background-color: #ffffff;
  padding: 23px 55px 23px 36px;
  font-family: "public_sans-semibold", sans-serif;
  font-size: 23px;
}

.search-results__search-container::after {
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMyIgaGVpZ2h0PSIyMyIgdmlld0JveD0iMCAwIDIzIDIzIj48Zz48Zz48cGF0aCBmaWxsPSIjMDA0YTdlIiBkPSJNMTAuMDU4IDIuODc1YzMuOTQzIDAgNy4xODIgMy4yMTMgNy4xODIgNy4xODMgMCAzLjk3LTMuMjM5IDcuMTgyLTcuMTgyIDcuMTgyLTMuOTQ0IDAtNy4xODMtMy4yMzktNy4xODMtNy4xODIgMC0zLjk0NCAzLjIxMy03LjE4MyA3LjE4My03LjE4M3ptLS4wMjkgMTcuMTZhMTAuMDIgMTAuMDIgMCAwIDAgNi4wNzEtMi4wNTdsNC42MjcgNC42MjFjLjI2Ny4yNjcuNjE1LjQwMS45MzYuNDAxLjMyIDAgLjY5NS0uMTM0LjkzNi0uNGExLjMyMSAxLjMyMSAwIDAgMCAwLTEuODk3bC00LjYtNC42MjJhOS45OTQgOS45OTQgMCAwIDAgMi4wNi02LjA2NEMyMC4wNTggNC40ODcgMTUuNTY0IDAgMTAuMDI4IDBTMCA0LjQ4OCAwIDEwLjAxN2MwIDUuNTMgNC40OTMgMTAuMDE4IDEwLjAzIDEwLjAxOHoiLz48L2c+PC9nPjwvc3ZnPg==);
  position: absolute;
  top: 54%;
  right: 36px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  line-height: 1;
}

.search-results__pagination {
  margin-bottom: 50px;
}

.search-results__pagination .grid__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  max-width: 1355px;
  padding: 0 20px;
}

.glide {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.glide * {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.glide__track {
  overflow: hidden;
}

.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -ms-touch-action: pan-Y;
      touch-action: pan-Y;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  will-change: transform;
}

.glide__slides--dragging {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.glide__slide {
  width: 100%;
  height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.glide__slide a {
  -webkit-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.glide--rtl {
  direction: rtl;
}

.section-nav {
  background-color: #004A7E;
  color: #fff;
}

.section-nav__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  max-width: 1580px;
  margin: 0 0 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 30px;
}

.section-nav__nav {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  padding: 0 25px;
  padding: 16px 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-nav__nav li {
  position: relative;
  line-height: 21px;
  font-size: 16px;
}

.section-nav__nav li:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 0;
  right: -30px;
  height: 100%;
  width: 1px;
  background-color: #fff;
  opacity: 0.24;
}

.section-nav__nav a {
  color: #ffffff;
  font-family: "public_sans-semibold", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
}

.section-nav .glide {
  position: relative;
  padding-left: 20px;
  display: inline-block;
  width: calc(100% - 105px);
}

.section-nav .glide__track {
  overflow: visible;
}

.section-nav .glide__slides {
  margin: 0;
  overflow: visible;
}

.section-nav .glide__slide:hover > a {
  color: rgba(0, 0, 0, 0.6);
}

.section-nav .glide__slide:hover .glide__slide-dropdown {
  display: block;
}

.section-nav .glide__slide:focus > a {
  color: rgba(0, 0, 0, 0.6);
}

.section-nav .glide__arrow {
  position: absolute;
  top: 0;
  width: 50px;
  height: 90%;
  background-color: #004A7E;
}

.section-nav .glide__arrow--left {
  display: none;
  left: -8px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.section-nav .glide__arrow--right {
  right: -9px;
}

.section-nav .glide__slide-dropdown {
  position: absolute;
  display: none;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 300px;
  background-color: #1E242F;
  z-index: 3;
  color: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 11px 21px rgba(0, 0, 0, 0.15);
          box-shadow: 0 11px 21px rgba(0, 0, 0, 0.15);
}

.section-nav .glide__slide-dropdown::before {
  content: '';
  position: absolute;
  top: -8px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  border-style: solid;
  height: 0;
  width: 0;
  border-color: transparent transparent #1E242F;
  border-width: 0 7px 8px;
}

.section-nav .glide__slide-dropdown ul {
  list-style: none;
  margin: 0;
  padding: 25px 0 75px;
}

.section-nav .glide__slide-dropdown ul li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #424a58;
}

.section-nav .glide__slide-dropdown ul li::after {
  display: none;
}

.section-nav .glide__slide-dropdown a {
  position: relative;
  display: block;
  padding: 18px 50px;
  color: #fff;
}

.section-nav .glide__slide-dropdown a:hover, .section-nav .glide__slide-dropdown a:focus {
  color: #a7adb6;
}

.section-nav .glide__slide-dropdown a:hover::before, .section-nav .glide__slide-dropdown a:focus::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: #A0B426;
}

.section-nav__nav-item {
  position: relative;
  display: inline-block;
  font-family: "public_sans-light", sans-serif;
  font-size: 16px;
  line-height: 21px;
  max-width: 96px;
  padding-right: 20px;
  z-index: 2;
  background-color: #004A7E;
}

.section-nav__nav-item::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  background-color: #fff;
  opacity: 0.24;
}

.section-nav--white-bg {
  background-color: #fff;
}

.section-nav--white-bg a {
  color: #000;
}

.section-nav--white-bg .section-nav__nav {
  border-top: 1px solid rgba(0, 0, 0, 0.24);
  border-bottom: 1px solid rgba(0, 0, 0, 0.24);
}

.section-nav--white-bg .section-nav__nav li:not(:last-child)::after {
  background-color: #000;
}

.section-nav--media-center {
  margin-top: 35px;
  padding: 0 20px;
}

.section-nav--media-center .section-nav__container {
  position: relative;
  max-width: 1070px;
  margin: 0 auto;
  padding: 0;
}

.section-nav--media-center .section-nav__container::before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 90%;
  right: 100%;
  background-color: #fff;
  z-index: 2;
}

.section-nav--media-center .section-nav__container::after {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 90%;
  left: 100%;
  background-color: #fff;
  z-index: 2;
}

.section-nav--media-center .section-nav__nav {
  padding: 0;
  overflow: visible;
}

.section-nav--media-center .section-nav__nav li {
  padding: 10px 0;
  margin: 10px 0 5px;
}

.section-nav--media-center .section-nav__nav li:not(:last-child)::after {
  right: -20px;
}

.section-nav--media-center .glide {
  padding-left: 0;
  width: 100%;
}

.section-nav--media-center .glide__arrow {
  background-color: #fff;
}

.section-nav--media-center .glide__arrow svg path {
  stroke: #171717;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

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

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.sectionnav {
  background-color: #004A7E;
  color: #fff;
  position: relative;
  z-index: 2;
}

.sectionnav__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  max-width: 1580px;
  margin: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
}

@media (min-width: 768px) {
  .sectionnav__container {
    padding-left: 30px;
  }
}

.sectionnav__nav {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  padding: 0 25px;
  padding: 16px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sectionnav__nav a {
  color: #ffffff;
  font-family: "public_sans-semibold", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.sectionnav__nav a:hover {
  color: rgba(0, 0, 0, 0.6);
}

@media (max-width: 767px) {
  .sectionnav__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.sectionnav__nav-item {
  position: relative;
  display: inline-block;
  font-family: "public_sans-semibold", sans-serif;
  font-size: 16px;
  line-height: 21px;
  z-index: 3;
  margin-bottom: 0;
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .sectionnav__nav-item {
    font-family: "public_sans-light", sans-serif;
    max-width: 96px;
    padding-left: 0;
  }
}

.sectionnav__nav-item::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  height: 24px;
  width: 1px;
  background-color: #fff;
  opacity: 0.24;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
}

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

.sectionnav--white-bg a {
  color: #000;
}

.sectionnav--white-bg .sectionnav__nav {
  border-top: 1px solid rgba(0, 0, 0, 0.24);
  border-bottom: 1px solid rgba(0, 0, 0, 0.24);
}

.sectionnav--white-bg .sectionnav__nav li:not(:last-child)::after {
  background-color: #000;
}

.sectionnav--white-bg .sectionnav__overflow::after {
  background: #FFF;
}

.sectionnav--media-center {
  margin-top: 35px;
  padding: 0 20px;
}

.sectionnav--media-center .sectionnav__container {
  position: relative;
  max-width: 1070px;
  margin: 0 auto;
  padding: 0;
}

.sectionnav--media-center .sectionnav__container::before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 90%;
  right: 100%;
  background-color: #fff;
  z-index: 2;
}

.sectionnav--media-center .sectionnav__container::after {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 90%;
  left: 100%;
  background-color: #fff;
  z-index: 2;
}

.sectionnav--media-center .sectionnav__nav {
  padding: 0;
  overflow: visible;
}

.sectionnav--media-center .sectionnav__nav li {
  padding: 10px 0;
  margin: 10px 0 5px;
}

.sectionnav--media-center .sectionnav__nav li:not(:last-child)::after {
  right: -20px;
}

.sectionnav--media-center .glide {
  padding-left: 0;
  width: 100%;
}

.sectionnav--media-center .glide__arrow {
  background-color: #fff;
}

.sectionnav--media-center .glide__arrow svg path {
  stroke: #171717;
}

.sectionnav__ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 72px);
  position: relative;
}

.sectionnav__ul::after {
  content: '';
  display: block;
  background: #004A7E;
  height: 100%;
  width: 300%;
  right: -300%;
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
}

@media (min-width: 768px) {
  .sectionnav--media-center .sectionnav__ul {
    width: calc(100% - 132px);
  }
}

.sectionnav .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.sectionnav .slick-list {
  overflow: visible;
}

.sectionnav .slick-slide {
  max-width: 260px;
  position: relative;
  height: auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sectionnav .slick-slide::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0px;
  height: 24px;
  width: 1px;
  background-color: #fff;
  opacity: 0.24;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sectionnav__li {
  max-width: 260px;
  position: relative;
  line-height: 1.3125;
  font-size: 16px;
  border: 1px solid transparent;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  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: 10px 0;
}

.sectionnav__li a {
  display: block;
  padding: 0 15px;
  position: relative;
}

.sectionnav__li:hover .glide__slide-dropdown {
  display: block;
}

.sectionnav__overflow {
  position: relative;
  z-index: 2;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

@media (min-width: 768px) {
  .sectionnav__overflow {
    width: calc(100% - 96px);
  }
}

.sectionnav__overflow::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  height: 24px;
  width: 1px;
  background-color: #fff;
  opacity: 0.24;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  z-index: 4;
}

.sectionnav__overflow::after {
  content: '';
  display: block;
  background: #004A7E;
  height: 100%;
  width: 300%;
  left: -300%;
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
}

.sectionnav .glide {
  position: relative;
  padding-left: 20px;
  display: inline-block;
  width: calc(100% - 105px);
}

.sectionnav .glide__slide:hover > a {
  color: rgba(0, 0, 0, 0.6);
}

.sectionnav .glide__slide:hover .glide__slide-dropdown {
  display: block;
}

.sectionnav .glide__slide:focus > a {
  color: rgba(0, 0, 0, 0.6);
}

.sectionnav .glide__arrow {
  position: absolute;
  top: 0;
  width: 50px;
  height: 90%;
  background-color: #004A7E;
}

.sectionnav .glide__arrow--left {
  display: none;
  left: -8px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.sectionnav .glide__arrow--right {
  right: -9px;
}

.sectionnav .glide__slide-dropdown {
  position: absolute;
  display: none;
  top: calc(100% + 3px);
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 300px;
  background-color: #1E242F;
  z-index: 3;
  color: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 11px 21px rgba(0, 0, 0, 0.15);
          box-shadow: 0 11px 21px rgba(0, 0, 0, 0.15);
}

.sectionnav .glide__slide-dropdown::before {
  content: '';
  position: absolute;
  top: -8px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  border-style: solid;
  height: 0;
  width: 0;
  border-color: transparent transparent #1E242F;
  border-width: 0 7px 8px;
}

.sectionnav .glide__slide-dropdown ul {
  list-style: none;
  margin: 0;
  padding: 25px 0 5px;
}

.sectionnav .glide__slide-dropdown ul li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #424a58;
}

.sectionnav .glide__slide-dropdown ul li:last-child {
  border-bottom: none;
}

.sectionnav .glide__slide-dropdown ul li::after {
  display: none;
}

.sectionnav .glide__slide-dropdown a {
  position: relative;
  display: block;
  padding: 18px 50px;
  color: #fff;
}

.sectionnav .glide__slide-dropdown a:hover, .sectionnav .glide__slide-dropdown a:focus {
  color: #a7adb6;
}

.sectionnav .glide__slide-dropdown a:hover::before, .sectionnav .glide__slide-dropdown a:focus::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: #A0B426;
}

.sectionnav .slick-arrow {
  display: block;
  width: 36px;
  height: 46px;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  background: #004A7E;
  position: relative;
  transition: all .25s ease;
  z-index: 3;
}

.sectionnav .slick-arrow:hover {
  background: #8B9C21;
}

.sectionnav .slick-arrow svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  fill: #FFF;
  width: 14px;
  height: 9px;
}

.sectionnav .slick-arrow--prev svg {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}

.sectionnav .slick-arrow--next::after {
  content: '';
  display: block;
  position: relative;
  top: -5px;
  left: -30px;
  width: 30px;
  height: calc(100% + 10px);
  background: -webkit-gradient(linear, right top, left top, from(#004a7e), color-stop(2%, rgba(0, 74, 126, 0.98)), color-stop(71%, rgba(0, 74, 126, 0.29)), to(rgba(125, 185, 232, 0)));
  background: linear-gradient(to left, #004a7e 0%, rgba(0, 74, 126, 0.98) 2%, rgba(0, 74, 126, 0.29) 71%, rgba(125, 185, 232, 0) 100%);
}

.sectionnav .slick-arrow.slick-disabled {
  opacity: 0.1;
  cursor: default;
}

.sectionnav .slick-arrow.slick-disabled:hover {
  background: #004A7E;
}

.sectionnav .slick-arrow.slick-hidden {
  display: none;
}

.sectionnav--media-center .sectionnav__overflow {
  width: 100%;
  margin-bottom: 0;
}

.sectionnav--white-bg .slick-arrow {
  background: white;
  position: relative;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  z-index: 3;
}

.sectionnav--white-bg .slick-arrow:hover {
  background: #8B9C21;
}

.sectionnav--white-bg .slick-arrow:hover svg [stroke] {
  stroke: #FFF;
}

.sectionnav--white-bg .slick-arrow svg {
  position: absolute;
}

.sectionnav--white-bg .slick-arrow svg [stroke] {
  stroke: #171717;
}

.sectionnav--white-bg .slick-arrow--next::after {
  background: -webkit-gradient(linear, right top, left top, from(white), color-stop(2%, rgba(255, 255, 255, 0.98)), color-stop(71%, rgba(255, 255, 255, 0.29)), to(rgba(125, 185, 232, 0)));
  background: linear-gradient(to left, white 0%, rgba(255, 255, 255, 0.98) 2%, rgba(255, 255, 255, 0.29) 71%, rgba(125, 185, 232, 0) 100%);
}

.sectionnav--white-bg .slick-arrow.slick-disabled:hover {
  background: #FFF;
}

.sectionnav--white-bg .sectionnav__ul::after {
  background: #FFF;
}

.map-controls__form .select2-container .select2-selection--single {
  height: 60px;
  border-radius: 5px;
  background-color: #fff;
  border-color: #fff;
  color: #171717;
  font-family: "public_sans-semibold", sans-serif;
  font-size: 14px;
  padding: 15px;
}

.map-controls__form .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 14px;
}

.map-controls__form .select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 0;
}

.select2-dropdown {
  border-color: #FFF !important;
}

.select2-results__option {
  color: #171717 !important;
  font-family: "public_sans-medium", sans-serif !important;
  font-size: 13px !important;
  line-height: 1.307692308 !important;
  padding: 10px 22px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #5D6B03 !important;
  color: #FFF !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  height: 44px;
  border-radius: 3px;
  border: 1px solid #bababa !important;
  background-color: #ffffff;
  background: url("../img/map-search.svg") no-repeat 95% 50%;
}

[data-simplebar] {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: 100%;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  visibility: visible;
  overflow: auto;
  /* Scroll on this element otherwise element can't have a padding applied properly */
  max-width: 100%;
  /* Not required for horizontal scroll to trigger */
  max-height: 100%;
  /* Needed for vertical scroll to trigger */
}

.simplebar-content:before,
.simplebar-content:after {
  content: ' ';
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-box-flex: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}

.simplebar-height-auto-observer {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  right: 2px;
  width: 7px;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: black;
  border-radius: 7px;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.simplebar-track .simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  -webkit-transition: opacity 0s linear;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.species-drawer {
  background-color: #1E242F;
  color: #fff;
  padding: 65px 0 90px;
}

.species-drawer--alt {
  background: none;
  color: #171717;
}

.species-drawer--alt .species-drawer__click-container {
  color: #171717;
}

.species-drawer__row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  max-width: 1355px;
}

.species-drawer__column {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  padding: 0 25px;
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
  .species-drawer__column {
    padding: 0 35px;
  }
}

.species-drawer__columns {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  padding: 0 25px;
}

@media only screen and (min-width: 768px) {
  .species-drawer__columns {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    padding: 0 25px;
  }
}

@media only screen and (min-width: 1025px) {
  .species-drawer__columns {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%;
    padding: 0 25px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
  .species-drawer__columns {
    padding: 0 35px;
  }
}

.species-drawer__columns.active .species-drawer__image-container {
  overflow: hidden;
}

.species-drawer__columns.active .species-drawer__image-container::before {
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1Ij48Zz48Zz48cGF0aCBmaWxsPSIjYTBiNDI2IiBkPSJNMTUuMTY2IDEyLjVsOS4yODItOS4yODJBMS44ODUgMS44ODUgMCAwIDAgMjEuNzgzLjU1MkwxMi41IDkuODM1IDMuMjE3LjU1MkExLjg4NSAxLjg4NSAwIDAgMCAuNTUyIDMuMjE4TDkuODM0IDEyLjUuNTUyIDIxLjc4M2ExLjg4NSAxLjg4NSAwIDAgMCAyLjY2NSAyLjY2NWw5LjI4My05LjI4MiA5LjI4MyA5LjI4MmExLjg4MiAxLjg4MiAwIDAgMCAyLjY2NiAwIDEuODg1IDEuODg1IDAgMCAwIDAtMi42NjVMMTUuMTY1IDEyLjUiLz48L2c+PC9nPjwvc3ZnPg==);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  width: 100%;
  text-align: center;
  z-index: 1;
}

.species-drawer__columns.active .species-drawer__image-container::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), to(#191c22));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #191c22 100%);
}

.species-drawer__columns.active .species-drawer__title {
  color: #A0B426;
}

.species-drawer h2 {
  color: inherit;
  font-size: 1.625em;
}

.species-drawer hr {
  max-width: 30px;
  margin: 16px 0 22px;
  background-color: #A0B426;
}

.species-drawer__image-container {
  position: relative;
  cursor: pointer;
  -webkit-transition: .25s all ease;
  transition: .25s all ease;
}

.species-drawer__image-container::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#191c22));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #191c22 100%);
  opacity: 0;
  -webkit-transition: inherit;
  transition: inherit;
}

.species-drawer__image-container figcaption {
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding: 15px 20px;
  color: #FFF;
  z-index: 2;
  font-size: 18px;
  opacity: 0;
  -webkit-transition: inherit;
  transition: inherit;
}

.species-drawer__image-container figcaption p {
  margin: 0;
}

.species-drawer__image-container img {
  width: 100%;
}

.species-drawer__title {
  position: relative;
  vertical-align: middle;
  color: inherit;
  font-family: "public_sans-semibold", sans-serif;
  font-size: 22px;
  line-height: 29px;
  text-transform: uppercase;
  margin-top: 13px;
  margin-bottom: 30px;
  padding-left: 30px;
  cursor: pointer;
}

.species-drawer__title::before {
  content: '';
  position: absolute;
  top: 15px;
  left: 0;
  height: 3px;
  width: 20px;
  background-color: #A0B426;
}

.species-drawer__content {
  position: absolute;
  left: 25px;
  width: calc(100% - 50px);
  padding-top: 30px;
  padding-bottom: 50px;
  display: none;
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
  .species-drawer__content {
    left: 35px;
    width: calc(100% - 70px);
  }
}

@media (min-width: 1024px) {
  .species-drawer__content {
    padding-top: 80px;
    padding-bottom: 90px;
  }
}

.species-drawer__content h3 {
  font-family: "merriweather-bold", serif;
  font-size: 32px;
  line-height: 1.1875;
}

@media (min-width: 1024px) {
  .species-drawer__content h3 {
    font-size: 48px;
  }
}

.species-drawer__content p {
  margin-bottom: 50px;
}

.species-drawer--no-bg {
  background-color: #fff;
  color: #171717;
  border-bottom: 1px solid #BFBFBF;
}

.species-drawer--no-bg .species-drawer__click-container {
  color: #171717;
}

.species-drawer__click-container {
  text-align: left;
  color: #FFF;
}

.species-drawer__click-container:hover, .species-drawer__click-container:focus {
  color: #A0B426;
}

.species-drawer__click-container:hover .species-drawer__image-container::before, .species-drawer__click-container:focus .species-drawer__image-container::before {
  opacity: 1;
}

.species-drawer__click-container:hover .species-drawer__image-container figcaption, .species-drawer__click-container:focus .species-drawer__image-container figcaption {
  opacity: 1;
}

.species-content__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.species-content__figure {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .species-content__figure {
    display: none;
  }
}

@media only screen and (min-width: 1025px) {
  .species-content__columns {
    width: 50%;
  }
  .species-content__columns:first-child {
    width: 42%;
    margin-right: 8%;
  }
}

.species-content__related-plans h4 {
  font-family: "public_sans-semibold", sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: inherit;
}

.species-content__related-plans ul {
  margin: 0 0 40px;
  margin-left: 22px;
  padding: 0;
}

.species-landscapes__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.species-landscapes__row img {
  width: 100%;
  margin-bottom: 15px;
}

.species-landscapes__columns {
  width: 50%;
  padding: 0 8px;
  margin-bottom: 45px;
}

.species-landscapes__columns a {
  color: inherit;
  display: block;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.species-landscapes__columns a:hover {
  color: #A0B426;
}

.species-landscapes__title {
  font-family: "public_sans-semibold", sans-serif;
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
  vertical-align: middle;
}

.species-landscapes__title::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 3px;
  width: 20px;
  margin-right: 10px;
  margin-bottom: 4px;
  background-color: #A0B426;
}

.standard-content {
  max-width: 1100px;
  margin: 40px auto 20px;
}

.standard-content__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  max-width: 1040px;
  margin-left: 0;
}

.standard-content__row--alt-width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  max-width: 1340px;
}

.standard-content__column {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  max-width: 100%;
  padding: 0 25px;
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
  .standard-content__column {
    padding: 0 35px;
  }
}

.standard-content__column a {
  word-break: break-word;
}

.standard-content--no-max-width {
  max-width: 100%;
}

@media (max-width: 767px) {
  .breadcrumbs + .standard-content {
    margin-top: 0;
  }
}

.strategy-grid {
  color: #171717;
  padding: 65px 0 45px;
}

.strategy-grid__row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  max-width: 1355px;
}

.strategy-grid__column {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  padding: 0 25px;
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
  .strategy-grid__column {
    padding: 0 35px;
  }
}

.strategy-grid__columns {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  padding: 0 25px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 1025px) {
  .strategy-grid__columns {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%;
    padding: 0 25px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
  .strategy-grid__columns {
    padding: 0 35px;
  }
}

.strategy-grid__columns:nth-child(3n+1) .strategy-grid__title::before {
  background-color: #D17A22;
}

.strategy-grid__columns:nth-child(3n+2) .strategy-grid__title::before {
  background-color: #21447e;
}

.strategy-grid h2 {
  color: inherit;
  font-size: 1.625em;
}

.strategy-grid hr {
  max-width: 30px;
  margin: 16px 0 22px;
  background-color: #A0B426;
}

.strategy-grid__image-container {
  position: relative;
}

.strategy-grid__image-container img {
  width: 100%;
}

.strategy-grid a {
  color: inherit;
}

.strategy-grid a:hover .strategy-grid__title, .strategy-grid a:focus .strategy-grid__title {
  color: #A0B426;
}

.strategy-grid__intro-title {
  color: #6A6A6A;
  font-family: "public_sans-medium", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 1.2;
}

.strategy-grid__title {
  position: relative;
  vertical-align: middle;
  color: inherit;
  font-family: "merriweather-bold", serif;
  font-size: 21px;
  line-height: 35px;
  margin-top: 13px;
  margin-bottom: 20px;
  padding-left: 15px;
  border-bottom: 2px solid transparent;
}

.strategy-grid__title::before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 4px;
  height: 100%;
  max-height: 50px;
  background-color: #A0B426;
}

.tabbed-content {
  padding: 50px 0 25px;
  background-color: #f3f3f3;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .tabbed-content {
    padding: 50px 0;
  }
}

.tabbed-content__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  max-width: 1075px;
  padding: 0px 25px;
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
  .tabbed-content__container {
    padding: 0 35px;
  }
}

ul.tabs {
  width: 100%;
  margin: 0 0 35px;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #C9C9C9;
}

ul.tabs li {
  position: relative;
  cursor: pointer;
  display: block;
  margin: 0;
  margin-right: -7px;
}

@media only screen and (min-width: 500px) {
  ul.tabs li {
    display: inline-block;
  }
}

.tab__button {
  font-family: "public_sans-semibold", sans-serif;
  font-size: 22px;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  padding: 10px 28px;
  text-align: center;
  vertical-align: top;
  color: #171717;
  width: 100%;
}

.tab__button::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 6px;
}

.tab__button.current {
  background: #1E242F;
  color: #fff;
  z-index: 2;
}

.tab__button.current::after {
  background-color: #A0B426 !important;
}

.tab__button:hover::after, .tab__button:focus::after {
  background-color: #A0B426;
}

@media (max-width: 767px) {
  .touchevents .tab__button:hover::after, .touchevents .tab__button:focus::after {
    background: none;
  }
}

.tab-content {
  display: none;
  width: 100%;
}

.tab-content.current {
  display: block;
}

.tab-content .views-element-container {
  margin-bottom: 75px;
}

.tab-content .views-element-container:last-child {
  margin-bottom: 0;
}

.tab-content div.views-field-body {
  margin: 20px 0;
}

.overview + .tabbed-content {
  margin-top: 40px;
}

.trending-content {
  padding: 30px 0 0;
}

@media (min-width: 1024px) {
  .trending-content {
    padding: 70px 0 0;
  }
}

.trending-content__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  max-width: 1355px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 70px;
  border-bottom: 1px solid #bfbfbf;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.trending-content__columns {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  padding: 0 25px;
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
  .trending-content__columns {
    padding: 0 35px;
  }
}

@media only screen and (min-width: 960px) {
  .trending-content__columns:first-child {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
    max-width: 58.33333%;
    padding: 0 25px;
  }
}

@media only screen and (min-width: 1200px) {
  .trending-content__columns:first-child {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    padding: 0 25px;
  }
}

@media only screen and (min-width: 960px) {
  .trending-content__columns:last-child {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
    max-width: 41.66667%;
    padding: 0 25px;
  }
}

@media only screen and (min-width: 1200px) {
  .trending-content__columns:last-child {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    padding: 0 25px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
  .trending-content__columns:last-child {
    padding: 0 35px;
  }
}

.trending-content__content {
  max-width: 550px;
}

.trending-content__content h2 {
  font-size: 36px;
  line-height: 1.1875;
}

@media (min-width: 768px) {
  .trending-content__content h2 {
    font-size: 48px;
  }
}

@media (min-width: 960px) and (max-width: 1200px) {
  .trending-content__content h2 {
    font-size: 36px;
  }
}

.trending-content__content hr {
  max-width: 50px;
  margin-left: 0;
  background-color: #A0B426;
  height: 3px;
}

.trending-content__content p {
  max-width: 535px;
}

.trending-content__topic {
  color: #6A6A6A;
  font-family: "public_sans-medium", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
}

.trending-content img {
  margin-bottom: 30px;
}

@media only screen and (min-width: 960px) {
  .trending-content--reverse .trending-content__columns:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .trending-content--reverse .trending-content__columns:last-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media only screen and (min-width: 1200px) {
  .trending-content--reverse .trending-content__columns:last-child .trending-content__content {
    margin-left: auto;
    margin-right: 120px;
  }
}

.trending-content--background {
  background-color: #1E242F;
  color: #fff;
}

.trending-content--background .trending-content__row {
  border-bottom: 0;
}

.trending-content--background .trending-content__topic {
  color: #fff;
}

.trending-content .video-play {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #8B9C21;
  font-family: "public_sans-semibold", sans-serif;
  font-size: 16px;
  letter-spacing: 1.33px;
  text-transform: uppercase;
}

.trending-content .video-play svg {
  margin-right: 20px;
}

.trending-content .video-play:hover, .trending-content .video-play:focus {
  color: #A0B426;
}

.video-module {
  margin: 60px 0 70px;
}

.video-module__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  max-width: 1355px;
}

.video-module__column {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  padding: 0 25px;
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
  .video-module__column {
    padding: 0 35px;
  }
}

.video-module__img-container {
  position: relative;
}

.video-module__img-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #171717;
  opacity: 0.4;
}

.video-module__img-container img {
  width: 100%;
}

.video-module__content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  text-align: center;
}

.video-module__content .button {
  padding: 14px 25px;
}

.video-module__content .button svg {
  margin-right: 20px;
  width: 40px;
  height: 40px;
}

.carousel-alt__top-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
  margin-top: 60px;
}

@media (min-width: 1024px) {
  .carousel-alt__top-bar {
    margin-top: 40px;
  }
}

.carousel-alt__top-bar a {
  font-family: "public_sans-semibold", sans-serif;
  font-size: 16px;
  letter-spacing: 1.17px;
  text-transform: uppercase;
}

.carousel-alt__top-bar a.button {
  background-color: #5D6B03;
}

.carousel-alt__title {
  color: #6A6A6A;
  font-family: "public_sans-medium", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
}

.carousel-alt__title hr {
  max-width: 30px;
  height: 2px;
  background-color: #A0B426;
  margin: 0;
}

.video-alt {
  margin: 0px;
  position: relative;
}

.video-alt .video-module__column {
  padding: 0px;
}

.video-alt .youtube-modal {
  position: absolute;
  left: 0;
  top: 0px;
  padding-top: 40px;
  width: 100%;
  bottom: 0;
  right: 0;
  height: auto;
  background: #000;
  z-index: 4;
}

.video-alt__play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border: 1px solid white;
  border-radius: 50%;
  display: block;
  z-index: 2;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  opacity: 0;
}

@media (min-width: 768px) {
  .video-alt__play-button {
    width: 70px;
    height: 70px;
  }
}

.yt-ready .video-alt__play-button {
  opacity: 1;
}

.video-alt__play-button__triangle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  margin-top: -2px;
}

.video-alt__play-button svg {
  overflow: visible;
}

@media (max-width: 767px) {
  .video-alt__play-button svg {
    width: 80%;
  }
}

.video-alt__play-button:hover, .video-alt__play-button:focus {
  background: #A0B426;
  border-color: #A0B426;
}

.video-alt__title-container {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 58px;
  right: 0;
  display: block;
  background: #1E242F;
  color: #FFF;
  font-size: 16px;
  font-family: "public_sans-medium", sans-serif;
  padding: 12px 175px 12px 38px;
}

@media (max-width: 639px) {
  .video-alt__title-container {
    position: static;
    padding: 14px 14px 55px 14px;
    line-height: 1.2em;
  }
}

.youtube-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  background: #000;
  display: none;
}

.youtube-modal .fitvid {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.youtube-modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent;
  border: none;
  padding: 20px;
  z-index: 2;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.youtube-modal__close svg {
  fill: #FFF;
}

.youtube-modal__close:hover, .youtube-modal__close:focus {
  background: #8B9C21;
}

.sr-only,
.a11y, .access {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:active,
.a11y-focusable:active,
.a11y-focusable:active, .access-focusable:active, .access-focusable:active {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
  clip-path: none;
}

.u-cf::after {
  clear: both;
  content: "";
  display: block;
}

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

#block-views-block-programs-block-1 label[for^=edit-items-per-page],
#block-views-block-programs-block-1 label[for^=edit-items-per-page] + div.select-wrapper {
  display: none;
}

.u-no-children-margin > :first-child {
  margin-top: 0 !important;
}

.u-no-children-margin > :last-child {
  margin-bottom: 0 !important;
}

@media print {
  body {
    padding: 0 !important;
    margin: 0 !important;
    width: 100%;
    background: none !important;
  }
  body * {
    background-image: none !important;
    background-color: transparent !important;
    color: #000 !important;
  }
  body h1,
  body h2,
  body h3,
  body h4,
  body h5,
  body h6 {
    font-weight: 500;
  }
  .hp-investments__row {
    padding-bottom: 0 !important;
  }
  .hp-partnerships__column,
  .hp-results__column,
  .hp-investments__columns,
  .hp-press__columns {
    padding: 0 !important;
    max-width: 100%;
    text-align: left !important;
  }
  .hp-cta {
    padding: 0;
  }
  .hp-cta p {
    opacity: 1;
    margin-bottom: 20px;
  }
  .hp-results__row {
    text-align: left;
  }
  .hp-investments__row {
    max-width: 100%;
  }
  .hp-partnerships__row {
    text-align: left;
    padding-bottom: 20px;
  }
  .hp-cta__columns:last-child:not(:first-child) {
    text-align: left;
  }
  .hp-cta__columns:last-child:not(:first-child) img {
    width: auto;
    max-height: 300px;
  }
  .standard-content {
    margin: 0;
    max-width: 100%;
  }
  .standard-content__row {
    max-width: 100%;
    display: block;
  }
  .hp-press__article {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .hp-press__article-title {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% - 212px);
            flex: 0 1 calc(100% - 212px);
  }
  .hp-press__article img {
    max-width: 192px;
    margin-left: 20px;
    margin-bottom: 0;
  }
  .site-footer {
    border-top: 1px solid #000;
    padding: 0;
  }
  .site-footer__columns img {
    display: none;
  }
  .site-footer__row {
    display: block;
  }
  .site-footer__row br:first-child {
    display: none;
  }
  figure.align-right, figure.align-left {
    max-width: 50%;
  }
  figure.align-right {
    margin: 0 0 20px 20px;
  }
  figure.align-left {
    margin: 0 20px 20px 0px;
  }
  .gird {
    padding: 20px 0;
  }
  .announcements__row {
    -webkit-column-break-before: avoid;
       -moz-column-break-before: avoid;
            break-before: avoid;
  }
  .grid__columns,
  .announcements__columns {
    -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
    max-width: 32%;
    padding: 0 1%;
  }
  .grid__columns h3,
  .announcements__columns h3 {
    font-size: 16px;
    font-weight: 400;
  }
  .tab__button.current {
    text-align: left;
  }
  .partners-grid {
    margin-top: 20px;
  }
  .tabbed-content {
    padding: 20px 0;
  }
  .hero__image-container {
    -webkit-transform: none !important;
            transform: none !important;
  }
  .hero__content-container {
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .site-header {
    display: block;
    padding: 0 0 10px !important;
  }
  .trending-content__content,
  .trending-content__content p {
    max-width: 100%;
  }
  .trending-content__row {
    display: none;
  }
  .custom-tab__row {
    display: block;
  }
  .custom-table table thead th {
    font-weight: 500;
    font-size: 16px;
    padding: 10px;
  }
  .custom-table table tbody td {
    padding: 10px;
    font-size: 14px;
  }
  .custom-table table tbody td:first-child {
    width: auto;
    border-right: none;
  }
  .overview + .tabbed-content {
    margin-top: 0;
  }
  .overview__row {
    max-width: 100%;
  }
  .tabbed-content__container,
  .overview__column,
  .hero--simple .hero__content-container,
  .trending-content__row,
  .tabbed-content,
  .trending-content__columns,
  .grid__column,
  .standard-content__column,
  .strategy-grid__columns,
  .trending-content {
    padding: 0;
  }
  .grants-library .custom-table {
    margin: 0;
  }
  .grants-library .custom-table table {
    display: block;
  }
  .grants-library .custom-table table tr,
  .grants-library .custom-table table th,
  .grants-library .custom-table table td {
    display: block;
    font-size: 18px;
    padding: 5px 0;
    line-height: 1.2;
  }
  .grants-library .custom-table table td:nth-child(2n) {
    font-size: 21px;
  }
  .grants-library .custom-table table tr {
    margin-bottom: 20px;
  }
  .grants-library .custom-table table thead {
    display: none;
  }
  .site-header__mobile-hamburger,
  .site-header__menu,
  .site-header__mobile-search,
  .hp-hero__video,
  .map-cta,
  .glide,
  .site-footer__columns,
  .button,
  .site-footer__menu,
  .hp-hero__play-button,
  .hp-press__top-bar a,
  .social-media-icons,
  .grid__filters,
  .pager,
  .hero__all,
  .breadcrumbs,
  .related-content,
  .tab__button,
  .hero__container img,
  .hero__container::after,
  .hero__image-container::after,
  .hero__image-caption,
  .block-map,
  form,
  .cta__row,
  .grid--title-dash h3::before,
  .related-programs,
  #block-medianavigation {
    display: none;
  }
  .site-footer__columns:first-child,
  .tab__button.current,
  .tabbed-content__container {
    display: block;
  }
  .site-container,
  .hero__image-container {
    overflow: visible;
  }
}

/*# sourceMappingURL=site.css.map */
