/*!
 * DO NOT OVERRIDE THIS FILE.
 * Generated with `npm run build`
 *
 * wdg-wordpress-start-theme - WDG's opinionated WordPress theme
 * @version 0.8.0
 * @author WDG
 * @link https://www.webdevelopmentgroup.com/
 */
@charset "UTF-8";
@font-face {
  font-family: "PublicSans";
  font-display: swap;
  src: url("../fonts/PublicSans-Regular.woff2") format("woff2"), url("../fonts/PublicSans-Regular.woff") format("woff"), url("../fonts/PublicSans-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "PublicSans";
  font-style: italic;
  font-display: swap;
  src: url("../fonts/PublicSans-Italic.woff2") format("woff2"), url("../fonts/PublicSans-Italic.woff") format("woff"), url("../fonts/PublicSans-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "PublicSans";
  font-weight: bold;
  font-display: swap;
  src: url("../fonts/PublicSans-Bold.woff2") format("woff2"), url("../fonts/PublicSans-Bold.woff") format("woff"), url("../fonts/PublicSans-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "PublicSans";
  font-weight: bold;
  font-style: italic;
  font-display: swap;
  src: url("../fonts/PublicSans-BoldItalic.woff2") format("woff2"), url("../fonts/PublicSans-BoldItalic.woff") format("woff"), url("../fonts/PublicSans-BoldItalic.ttf") format("truetype");
}
.black {
  background: #2b2b2b;
}

.primary {
  background: #00a5a3;
}

.primary-light {
  background: #00b4b1;
}

.secondary {
  background: #f46700;
}

.secondary-light {
  background: #ff8a00;
}

.tertiary {
  background: #25245d;
}

.tertiary-light {
  background: #1e1c77;
}

.gradient {
  background-image: linear-gradient(132deg, #ff5598 0%, #f26768 100%);
}

.gray-light {
  background: #f1f1f5;
}

.gray-dark {
  background: #777e8c;
}

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

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

html {
  background-color: #fff;
  color: #2b2b2b;
  font-family: "PublicSans", sans-serif;
  font-size: 62.5%;
  line-height: 1.3em;
}
@media print {
  html {
    background: none;
  }
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background: #fff;
  color: #2b2b2b;
  image-rendering: -webkit-optimize-contrast;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  font-size: 1.6rem;
  overflow-x: hidden;
}
body.fixed, body.modal-open, body.modal-hide {
  overflow: hidden;
}
@media (max-height: 767px) and (min-width: 1024px) {
  body.no-scroll {
    overflow: hidden;
  }
}
body.admin-bar {
  margin-top: -16px;
}

@media print {
  @page {
    margin: 2cm;
  }
}
hr {
  background-color: rgba(30, 28, 119, 0.2);
  border: none;
  height: 2px;
  margin: 20px auto;
}

a {
  color: #00a5a3;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
a:hover {
  color: #006975;
}

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

cite,
address {
  font-style: normal;
}

figure {
  margin: 0;
}

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;
}

h1,
.h1 {
  font-size: 3.6rem;
}
@media (min-width: 1024px) {
  h1,
  .h1 {
    font-size: 8rem;
  }
}
h1--alt,
.h1--alt {
  padding-bottom: 30px;
  position: relative;
}
h1--alt:after,
.h1--alt:after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 60px;
  height: 6px;
  background: #1e1c77;
}
@media (min-width: 1024px) {
  h1--alt:after,
  .h1--alt:after {
    bottom: 10px;
  }
}

.figcaption {
  margin: 10px auto 0;
  font-size: 1.6em;
  text-align: left;
  color: #2b2b2b;
}
.figcaption [href*=fig] {
  font-weight: bold;
  position: relative;
}
.figcaption [href*=fig]:after {
  content: url(../svg/arrow-up-thin.svg);
  position: absolute;
  right: -15px;
  top: -4px;
  -webkit-transition: top 0.25s ease-in-out;
  transition: top 0.25s ease-in-out;
}
.figcaption [href*=fig]:hover:after, .figcaption [href*=fig]:focus:after {
  top: -7px;
}
.figcaption p {
  font-size: 1em;
  margin: 0;
}

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;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

fieldset {
  border: 0;
  border-top: 1px solid rgba(30, 28, 119, 0.2);
  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;
}

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

.main {
  display: block;
  padding-top: 130px;
}
@media (min-width: 375px) {
  .main {
    padding-top: 68px;
  }
}
@media (min-width: 1024px) {
  .main {
    padding-top: 138px;
  }
  .admin-bar .main {
    padding-top: 158px;
  }
}
@media (min-width: 1200px) {
  .main {
    padding-top: 142px;
  }
  .admin-bar .main {
    padding-top: 162px;
  }
}

.for-print {
  display: none;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_box li {
  padding: 0;
}

body.cookies-not-set #cookie-notice.cookie-revoke-hidden {
  position: fixed !important;
  display: block !important;
}
body.cookies-not-set .cookie-notice-container {
  display: block !important;
}
body.cookies-set.cookies-accepted #cookie-notice.cookie-revoke-visible {
  position: initial !important;
  display: none !important;
}
body.cookies-set.cookies-accepted .cookie-notice-container {
  display: none !important;
}

.wysiwyg .sp-easy-accordion .sp-ea-single {
  background: transparent !important;
  border: none !important;
}
.wysiwyg .sp-easy-accordion .sp-ea-single .ea-header a {
  font-size: 3rem;
  color: #25245d !important;
}
.wysiwyg .sp-easy-accordion .sp-ea-single .ea-expand-icon {
  position: relative;
  width: 20px;
  margin-top: 4px;
  height: 20px;
}
.wysiwyg .sp-easy-accordion .sp-ea-single .fa-minus::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background-color: #0eb2b1;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 4px;
  height: 100%;
  margin-left: -2px;
}
.wysiwyg .sp-easy-accordion .sp-ea-single .fa-plus::before {
  background-color: #0eb2b1;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 4px;
  height: 100%;
  margin-left: -2px;
}
.wysiwyg .sp-easy-accordion .sp-ea-single .fa-plus::after {
  background-color: #0eb2b1;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 4px;
  margin-top: -2px;
}

.sp-easy-accordion * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.eap_section_title {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 30px;
}

.sp-easy-accordion a:focus, .sp-easy-accordion a {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none;
}

.sp-easy-accordion .ea-header:before {
  content: none;
}

.sp-easy-accordion .ea-header {
  margin-top: 0;
}

.sp-easy-accordion .sp-ea-single .ea-header {
  margin-bottom: 0;
}

.sp-easy-accordion .sp-ea-single .ea-header a {
  display: block;
  text-decoration: none;
  cursor: pointer;
  color: #444;
  font-size: 20px;
  line-height: 30px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.sp-easy-accordion .ea-card {
  border: none;
  border-radius: 0;
}

.sp-easy-accordion .sp-ea-single .ea-header a .ea-expand-icon {
  color: #444;
  margin-right: 10px;
  text-align: center;
  line-height: inherit;
  font-size: 20px;
}

.sp-easy-accordion .sp-ea-single {
  background: #efefef;
  margin-bottom: 10px;
  border-radius: 3px;
}

.sp-easy-accordion .sp-ea-single .ea-body {
  padding: 15px;
  background: #fff;
  border-top: none;
}

.sp-easy-accordion .sp-ea-single .ea-body p:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
}

.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-body {
  padding: 15px;
}

.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a {
  padding: 15px;
  color: #444;
}

.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a .ea-expand-icon {
  color: #444;
  font-size: 20px;
}

.ea-youtube-wraper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.ea-youtube-wraper iframe, .ea-youtube-wraper object, .ea-youtube-wraper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.spcollapse:not(.show) {
  display: none;
}

.spcollapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height;
  transition-property: height;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.translated-ltr .home.admin-bar .main {
  padding-top: 94px;
}
@media (min-width: 375px) {
  .translated-ltr .home.admin-bar .main {
    padding-top: 31px;
  }
}
@media (min-width: 1024px) {
  .translated-ltr .home.admin-bar .main {
    padding-top: 90px;
  }
  .admin-bar .translated-ltr .home.admin-bar .main {
    padding-top: 110px;
  }
}
@media (min-width: 1200px) {
  .translated-ltr .home.admin-bar .main {
    padding-top: 93px;
  }
  .admin-bar .translated-ltr .home.admin-bar .main {
    padding-top: 113px;
  }
}
.translated-ltr .main {
  padding-top: 130px;
}
@media (min-width: 375px) {
  .translated-ltr .main {
    padding-top: 68px;
  }
}
@media (min-width: 1024px) {
  .translated-ltr .main {
    padding-top: 139px;
  }
  .admin-bar .translated-ltr .main {
    padding-top: 110px;
  }
}
@media (min-width: 1200px) {
  .translated-ltr .main {
    padding-top: 145px;
  }
  .admin-bar .translated-ltr .main {
    padding-top: 113px;
  }
}
.translated-ltr .header {
  top: 40px;
}

body #cookie-notice.cookie-notice-hidden {
  position: initial !important;
  display: none !important;
}

#cookie-notice.cookie-notice-hidden {
  display: none !important;
}

.navigation-off-class .main-nav--large .main-nav__bar, .navigation-off-class .main-nav--small .main-nav__bar, .cv-report-default .main-nav--large .main-nav__bar, .cv-report-default .main-nav--small .main-nav__bar {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.navigation-off-class .main-nav--large .main-nav__bar .main-nav__logo, .navigation-off-class .main-nav--small .main-nav__bar .main-nav__logo, .cv-report-default .main-nav--large .main-nav__bar .main-nav__logo, .cv-report-default .main-nav--small .main-nav__bar .main-nav__logo {
  width: auto;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  justify-self: flex-start;
  z-index: 15;
  display: inline-block;
  width: auto;
}
.navigation-off-class .main-nav--large .translation-wrapper, .navigation-off-class .main-nav--small .translation-wrapper, .cv-report-default .main-nav--large .translation-wrapper, .cv-report-default .main-nav--small .translation-wrapper {
  z-index: 14 !important;
}

.grecaptcha-badge {
  z-index: 99;
}

.nav__menu-item--donate-btn > .nav__menu-link,
.nav-callout__link,
.btn,
.button,
.hs-form .hs-button {
  font-size: max(14pt, 1.6rem) !important;
}

.footer-nav .nav__menu-item--donate-btn .nav__link {
  font-size: max(14pt, 1.8rem) !important;
  font-weight: 600 !important;
}

.extended-default-page .featured-item__link.btn, .extended-default-page .hs-form .featured-item__link.hs-button, .hs-form .extended-default-page .featured-item__link.hs-button {
  max-width: 100% !important;
  width: auto;
}

.main a:not(.btn):not(.staff-contact__email) {
  font-weight: 600;
}

.main a:not(.btn):not(.staff-contact__email):hover {
  text-decoration: underline !important;
  -webkit-text-decoration-color: #2B2D71 !important;
          text-decoration-color: #2B2D71 !important;
  text-underline-offset: 5px;
}

.footer-nav li:not(.nav__menu-item--donate-btn) .nav__link:hover {
  color: #00A5A3 !important;
  text-decoration: underline;
  -webkit-text-decoration-color: #ffffff;
          text-decoration-color: #ffffff;
  text-underline-offset: 5px;
}

.footer {
  background-color: #27275C !important;
}

.staff-contact__email {
  color: #2B2D71 !important;
  border-color: #006975;
}

.staff-contact__email:hover {
  color: #006975 !important;
}

@media (min-width: 1024px) {
  .nav-overlay.modal,
  .sub-nav {
    background-color: #27275C !important;
  }
  .nav-overlay__utility .nav__menu-item--level-0 > .nav__menu-link:hover,
  .sub-nav .nav__menu-link:hover {
    color: #00A5A3 !important;
    text-decoration: underline;
    -webkit-text-decoration-color: #ffffff;
            text-decoration-color: #ffffff;
    text-underline-offset: 5px;
  }
}
h3.wp-block-kadence-advancedheading {
  max-width: 100%;
}

.page-template-microsite #top #main > .container, .page-template-microsite #top #main > .column_content {
  padding: 0;
}

.wp-block-group.alignfull .wp-block-group__inner-container {
  max-width: 100% !important;
}

.kb-theme-content-width {
  margin: 1.5rem auto;
  width: 1450px !important;
  max-width: 100%;
}

.wysiwyg .partner-gallery .wp-block-kadence-advancedgallery ul.kb-gallery-ul.kb-gallery-type-grid {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  margin: 0;
}
.wysiwyg .partner-gallery .wp-block-kadence-advancedgallery ul.kb-gallery-ul.kb-gallery-type-grid .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner figure .kb-gallery-image-contain.kadence-blocks-gallery-intrinsic {
  padding-bottom: 0 !important;
  height: auto;
}
.wysiwyg .partner-gallery .wp-block-kadence-advancedgallery ul.kb-gallery-ul.kb-gallery-type-grid .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner figure .kb-gallery-image-contain.kadence-blocks-gallery-intrinsic img {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 150px;
  position: relative;
  height: auto;
}

.kb-btn-global-inherit {
  padding: 20px 40px;
  margin-top: 4rem;
  background-color: #00a5a3;
  -webkit-text-decoration-color: inherit !important;
  text-decoration-color: inherit !important;
}

.main .wysiwyg .wp-block-kadence-advancedbtn .kb-btn-global-inherit:hover {
  background-color: #006975;
  -webkit-text-decoration-color: inherit !important;
  text-decoration-color: inherit !important;
}

.main .full-width-hero-image-pattern .wp-block-kadence-advancedbtn .kt-button:hover, .main .full-width-hero-image-pattern .wp-block-kadence-advancedbtn .kt-button:focus {
  -webkit-text-decoration-color: inherit !important;
          text-decoration-color: inherit !important;
}

.program-table .wp-block-table {
  border-bottom: none;
}
.program-table .wp-block-table table {
  border: none;
}

.custom-faq .wp-block-kadence-advancedbtn {
  margin-top: 4rem;
}
.custom-faq .wp-block-kadence-advancedbtn .kt-btn-wrap .kt-button:hover, .custom-faq .wp-block-kadence-advancedbtn .kt-btn-wrap .kt-button:focus {
  -webkit-text-decoration-color: inherit !important;
          text-decoration-color: inherit !important;
}
.custom-faq .kt-accordion-pane .kt-accordion-panel-inner > *:first-child {
  margin-top: 0;
}
.custom-faq .kt-accordion-pane .kt-accordion-header-wrap .kt-blocks-accordion-header:hover,
.custom-faq .kt-accordion-pane .kt-accordion-header-wrap .kt-blocks-accordion-header:focus {
  background: #27275C;
}

.wp-block-kadence-advancedgallery ul li:before,
.kadence-blocks-gallery-item:before {
  content: none !important;
}

.wysiwyg .program-highlights h3 {
  margin: auto;
}

.kt-testimonial-content {
  color: #333333;
  font-size: 2rem;
  line-height: 1.8;
}

.kt-testimonial-meta-name-wrap {
  font-size: 2rem;
  line-height: 1.5;
}

.main .custom-blog-posts-pattern a.post-more-link {
  padding: 20px 40px;
  background-color: #00a5a3;
  -webkit-text-decoration-color: inherit !important;
  text-decoration-color: inherit !important;
  border-radius: 36px;
  color: #ffffff;
}
.main .custom-blog-posts-pattern a.post-more-link:hover {
  color: white;
  -webkit-text-decoration-color: inherit !important;
  text-decoration-color: inherit !important;
}
.main .custom-blog-posts-pattern a.post-more-link span {
  color: #ffffff;
}
.main .custom-blog-posts-pattern a.post-more-link span:hover {
  color: white;
  -webkit-text-decoration-color: inherit !important;
  text-decoration-color: inherit !important;
}
.main .custom-blog-posts-pattern a.post-more-link span.svg-baseline {
  display: none;
}

.extended-default-page .wysiwyg .kt-inside-inner-col > *:first-child {
  margin-top: 0;
}

.page-template-microsite .wysiwyg h3,
.wysiwyg ul {
  max-width: 100%;
}

.wysiwyg ol,
.wysiwyg ul {
  width: 100%;
}

.wysiwyg div.has-text-color.has-white-color ul li:before {
  background-color: #ffffff;
}

.team-card-blocks .kt-row-column-wrap {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.team-card-blocks .kt-inside-inner-col {
  height: 100%;
}

.kb-gallery-ul .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner .kadence-blocks-gallery-item__caption {
  font-family: "museo-slab", serif;
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.25;
  font-style: italic;
  padding-top: 10px;
}

.page-template-microsite #top #main div[data-name=resources_moz] .container.archive-listing__layout, .page-template-microsite #top #main div[data-name=resources_moz] .archive-listing__layout.column_content {
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 1450px) {
  .page-template-microsite #top #main div[data-name=resources_moz] .container.archive-listing__layout, .page-template-microsite #top #main div[data-name=resources_moz] .archive-listing__layout.column_content {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 768px) {
  .kb-gallery-ul .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner .kadence-blocks-gallery-item__caption {
    font-size: 2rem;
  }
}
.wysiwyg > .wp-block-group:not(.alignfull) > .wp-block-group__inner-container,
.kb-theme-content-width {
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 1024px) {
  .wysiwyg > .wp-block-group:not(.alignfull) > .wp-block-group__inner-container,
  .kb-theme-content-width {
    max-width: 1400px;
    width: 100% !important;
    padding-left: 30px;
    padding-right: 30px;
  }
  .wysiwyg > .wp-block-group:not(.alignfull) > .wp-block-group__inner-container .kb-theme-content-width {
    padding-left: 0;
    padding-right: 0;
  }
  .kb-theme-content-width .kb-theme-content-width {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .wysiwyg .wp-block-group .wp-block-group__inner-container {
    padding-left: 0;
    padding-right: 0;
  }
}
/* For Moz Resources page*/
.page-template-microsite #top #main .container.archive-listing__layout, .page-template-microsite #top #main .archive-listing__layout.column_content {
  max-width: 1400px;
}

.bold-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: rgb(33, 32, 98);
  background: linear-gradient(23deg, rgb(33, 32, 98) 3%, rgb(103, 64, 144) 74%);
}
@media (min-width: 768px) {
  .bold-hero {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.bold-hero .intro-content {
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  padding-left: 0;
  padding-right: 0;
  background: url(../img/tns-logo-bg.png) right bottom no-repeat;
  background-size: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bold-hero .intro-content .content-wrap {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 768px) {
  .bold-hero .intro-content .content-wrap {
    padding-left: 40px;
    padding-right: 30px;
  }
}
@media (min-width: 860px) {
  .bold-hero .intro-content {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
  }
  .bold-hero .intro-content .content-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1024px) {
  .bold-hero .intro-content {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 40%;
            flex: 1 0 40%;
  }
  .bold-hero .intro-content .content-wrap {
    max-width: 840px;
    padding-left: 75px;
    padding-right: 30px;
  }
}
@media (min-width: 1150px) {
  .bold-hero .intro-content {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 30%;
            flex: 1 0 30%;
  }
}
@media (min-width: 1350px) {
  .bold-hero .intro-content {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 30%;
            flex: 1 0 30%;
  }
  .bold-hero .intro-content .content-wrap {
    max-width: 650px;
  }
}
@media (min-width: 1500px) {
  .bold-hero .intro-content {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 30%;
            flex: 1 0 30%;
  }
  .bold-hero .intro-content .content-wrap {
    max-width: 700px;
  }
}
.bold-hero .intro-content h1, .bold-hero .intro-content p {
  color: #fff;
}
.bold-hero .intro-content h1 {
  font-family: "museo-slab", serif;
  font-weight: 300;
  line-height: 1.1;
  margin: 0;
  color: #25245d;
  clear: both;
  font-size: 3.6rem;
  letter-spacing: 0;
  color: #fff;
  font-weight: 400;
  font-size: 3rem;
  margin-bottom: 7px;
  margin-top: 10px;
}
.bold-hero .intro-content h1 a {
  color: inherit;
}
@media (min-width: 768px) {
  .bold-hero .intro-content h1 {
    font-size: 4rem;
  }
}
@media (min-width: 1024px) {
  .bold-hero .intro-content h1 {
    font-size: 5rem;
  }
}
@media (min-width: 1200px) {
  .bold-hero .intro-content h1 {
    font-size: 6rem;
  }
}
@media (min-width: 1920px) {
  .bold-hero .intro-content h1 {
    font-size: 8rem;
  }
}
.bold-hero .intro-content h1--alt {
  padding-bottom: 30px;
  position: relative;
}
.bold-hero .intro-content h1--alt:after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 60px;
  height: 6px;
  background: #1e1c77;
}
@media (min-width: 1024px) {
  .bold-hero .intro-content h1--alt:after {
    bottom: 10px;
  }
}
@media (min-width: 768px) {
  .bold-hero .intro-content h1 {
    font-size: 2.8rem;
  }
}
@media (min-width: 1150px) {
  .bold-hero .intro-content h1 {
    font-size: 3rem;
  }
}
@media (min-width: 1350px) {
  .bold-hero .intro-content h1 {
    font-size: 3.4rem;
  }
}
@media (min-width: 1350px) {
  .bold-hero .intro-content h1 {
    font-size: 3.8rem;
  }
}
.bold-hero .intro-content p.h3 {
  font-family: "museo-slab", serif;
  font-weight: 300;
  line-height: 1.1;
  margin: 0;
  color: #25245d;
  clear: both;
  font-size: 2.4rem;
  line-height: 1.35;
  margin-bottom: 20px;
  color: #fff;
  font-size: 2rem;
  margin-bottom: 0;
}
.bold-hero .intro-content p.h3 a {
  color: inherit;
}
@media (min-width: 768px) {
  .bold-hero .intro-content p.h3 {
    font-size: 2.8rem;
  }
}
@media (min-width: 1024px) {
  .bold-hero .intro-content p.h3 {
    font-size: 3rem;
    max-width: 90%;
  }
  .column_content .bold-hero .intro-content p.h3 {
    max-width: 100%;
  }
}
@media (min-width: 1920px) {
  .bold-hero .intro-content p.h3 {
    font-size: 4rem;
  }
}
@media (min-width: 768px) {
  .bold-hero .intro-content p.h3 {
    font-size: 1.7rem;
  }
}
@media (min-width: 1024px) {
  .bold-hero .intro-content p.h3 {
    font-size: 1.9rem;
  }
}
@media (min-width: 1200px) {
  .bold-hero .intro-content p.h3 {
    font-size: 2.1rem;
  }
}
.bold-hero .intro-content .sep {
  display: inline-block;
  padding: 0 15px;
}
.bold-hero .intro-content .post-meta__author {
  color: #fff;
  font-size: 1.5rem;
  font-style: normal;
}
.bold-hero .intro-content .post-meta__author span, .bold-hero .intro-content .post-meta__author a {
  color: #fff;
  font-size: 1.5rem;
}
.bold-hero .intro-content .post-meta__author a:hover {
  text-decoration: underline !important;
}
@media (min-width: 768px) {
  .bold-hero .intro-content .post-meta__author {
    font-size: 1.5rem;
  }
  .bold-hero .intro-content .post-meta__author span, .bold-hero .intro-content .post-meta__author a {
    font-size: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .bold-hero .intro-content .post-meta__author {
    font-size: 1.6rem;
  }
  .bold-hero .intro-content .post-meta__author span, .bold-hero .intro-content .post-meta__author a {
    font-size: 1.6rem;
  }
}
.bold-hero .intro-content .post-meta__author span {
  font-style: normal;
}
.bold-hero .intro-content .post-meta__terms {
  margin: 0;
  color: #fff;
}
.bold-hero .intro-content .post-meta__terms .post-meta__date, .bold-hero .intro-content .post-meta__terms .post-meta__link, .bold-hero .intro-content .post-meta__terms .sep {
  color: #fff;
  font-size: 1.5rem;
}
.bold-hero .intro-content .post-meta__terms .post-meta__link {
  margin-right: 15px;
  margin-bottom: 10px;
}
.bold-hero .intro-content .post-meta__terms .post-meta__link:hover {
  text-decoration: underline !important;
}
@media (min-width: 768px) {
  .bold-hero .intro-content .post-meta__terms .post-meta__date, .bold-hero .intro-content .post-meta__terms .post-meta__link, .bold-hero .intro-content .post-meta__terms .sep {
    font-size: 1.3rem;
  }
}
@media (min-width: 1024px) {
  .bold-hero .intro-content .post-meta__terms .post-meta__date, .bold-hero .intro-content .post-meta__terms .post-meta__link, .bold-hero .intro-content .post-meta__terms .sep {
    font-size: 1.5rem;
  }
}
.bold-hero .hero-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: auto;
  height: 100%;
}
@media (min-width: 860px) {
  .bold-hero .hero-image {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    width: 50vw;
  }
}
@media (min-width: 1024px) {
  .bold-hero .hero-image {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 40%;
            flex: 1 0 40%;
    width: 40vw;
  }
}
@media (min-width: 1550px) {
  .bold-hero .hero-image {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    width: 50vw;
  }
}
@media (min-width: 1550px) {
  .bold-hero .hero-image {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 60%;
            flex: 1 0 60%;
    width: 60vw;
  }
}
.bold-hero.purple {
  background: rgb(33, 32, 98);
  background: linear-gradient(23deg, #212062 3%, #674090 74%);
}
.bold-hero.purple .post-meta__author {
  color: #c5b5ec;
}
.bold-hero.purple .post-meta__author span, .bold-hero.purple .post-meta__author a {
  color: #c5b5ec;
}
.bold-hero.purple .post-meta__terms {
  color: #c5b5ec;
}
.bold-hero.purple .post-meta__terms .post-meta__date, .bold-hero.purple .post-meta__terms .post-meta__link, .bold-hero.purple .post-meta__terms .sep {
  color: #c5b5ec;
}
.bold-hero.teal {
  background: #1d7776;
  background: linear-gradient(23deg, #1d7776 3%, #00a5a3 74%);
}
.bold-hero.teal .post-meta__author {
  color: #8bf7f5;
}
.bold-hero.teal .post-meta__author span, .bold-hero.teal .post-meta__author a {
  color: #8bf7f5;
}
.bold-hero.teal .post-meta__terms {
  color: #8bf7f5;
}
.bold-hero.teal .post-meta__terms .post-meta__date, .bold-hero.teal .post-meta__terms .post-meta__link, .bold-hero.teal .post-meta__terms .sep {
  color: #8bf7f5;
}
.bold-hero.orange {
  background: #be5001;
  background: linear-gradient(23deg, #be5001 3%, #f46700 74%);
}
.bold-hero.orange .post-meta__author {
  color: #ffd3b4;
}
.bold-hero.orange .post-meta__author span, .bold-hero.orange .post-meta__author a {
  color: #ffd3b4;
}
.bold-hero.orange .post-meta__terms {
  color: #ffd3b4;
}
.bold-hero.orange .post-meta__terms .post-meta__date, .bold-hero.orange .post-meta__terms .post-meta__link, .bold-hero.orange .post-meta__terms .sep {
  color: #ffd3b4;
}
.bold-hero.grey {
  background: #cccccf;
  background: linear-gradient(23deg, #cccccf 3%, #F1F1F5 74%);
}
.bold-hero.grey .post-meta__author {
  color: #888;
}
.bold-hero.grey .post-meta__author span, .bold-hero.grey .post-meta__author a {
  color: #888;
}
.bold-hero.grey h1 {
  color: #1e1c77;
}
.bold-hero.grey p.h3 {
  color: #000;
}
.bold-hero.grey .post-meta__terms {
  color: #888;
}
.bold-hero.grey .post-meta__terms .post-meta__date, .bold-hero.grey .post-meta__terms .post-meta__link, .bold-hero.grey .post-meta__terms .sep {
  color: #888;
}

.extended-default-page .hp-intro .hp-intro__title h2 span {
  line-height: 1;
}
.extended-default-page:not(.home) .hp-intro:first-child .hp-intro-content {
  padding-top: 0 !important;
}
.extended-default-page .wysiwyg p, .extended-default-page .mce-content-body p {
  margin: 4rem 0 0rem;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 991px) {
  .extended-default-page h2 {
    line-height: 50px;
  }
}
.extended-default-page .layout--wysiwyg {
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .extended-default-page .wysiwyg .btn--primary, .extended-default-page .wysiwyg .hs-form .hs-button, .hs-form .extended-default-page .wysiwyg .hs-button {
    text-align: center;
  }
}
.extended-default-page .hp-intro h1, .extended-default-page .hp-intro h2, .extended-default-page .hp-intro h3, .extended-default-page .hp-intro h4, .extended-default-page .hp-intro h5 {
  font-family: "museo-slab", serif;
  font-weight: 300;
}
.extended-default-page .wysiwyg h2, .extended-default-page .wysiwyg .h2, .extended-default-page .mce-content-body h2, .extended-default-page .mce-content-body .h2 {
  max-width: 100%;
}
.extended-default-page .v-border .column_content .column_content__col:first-child {
  border-right: 3px solid #ccc;
  padding-right: 30px;
  margin-right: 30px;
}
@media (max-width: 1024px) {
  .extended-default-page .v-border .column_content .column_content__col:first-child {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
    border-bottom: 3px solid #ccc;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.extended-default-page .h-border .column_content {
  border-top: 3px solid #ccc;
  border-bottom: 3px solid #ccc;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 50px;
}
.extended-default-page .full-width-columns .column_content {
  display: block;
}
.extended-default-page .layout--column_content.has-color {
  padding: 20px 0px;
  margin-bottom: 100px;
}
.extended-default-page .layout--column_content.has-color .column_content {
  margin-top: 25px;
  margin-bottom: 70px;
}
.extended-default-page .layout--column_content.has-color img {
  margin: -3.7em auto -132px;
  border-radius: 0;
}
@media (max-width: 1024px) {
  .extended-default-page .layout--column_content.has-color img {
    margin: -0.7em auto -150px;
  }
}
@media (max-width: 767px) {
  .extended-default-page .layout--column_content.has-color {
    text-align: center;
  }
}
.extended-default-page .layout--column_content.has-color .column_content .column_content__col:first-child {
  padding: 0px 50px 10px 50px;
}
@media (max-width: 1024px) {
  .extended-default-page .layout--column_content.has-color .column_content .column_content__col:first-child {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .extended-default-page .featured-items {
    display: block;
  }
}
.extended-default-page .featured-items.remove-border {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .extended-default-page .featured-items.remove-border {
    margin-bottom: 30px;
  }
}
.extended-default-page .featured-items.remove-border .featured-item::after, .extended-default-page .featured-items.remove-border .featured-item::before {
  display: none;
}
@media (max-width: 991px) {
  .extended-default-page .featured-item {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 90px;
  }
}
.extended-default-page .featured-item::after {
  content: "";
  display: block;
  background: url(../img/hp-featured-divde.svg) no-repeat 50% 50%;
  width: 27px;
  height: 86px;
  position: absolute;
  top: 50%;
  left: calc(100% + 34px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 991px) {
  .extended-default-page .featured-item::after {
    top: auto;
    left: 47%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: -87px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.extended-default-page .featured-item::before {
  content: "";
  display: block;
  position: absolute;
  left: calc(100% + 47px);
  top: 0;
  height: 100%;
  width: 2px;
  background: #D2D2E4;
}
@media (max-width: 991px) {
  .extended-default-page .featured-item::before {
    top: auto;
    height: 2px;
    width: 100%;
    background: #D2D2E4;
    bottom: -45px;
    left: 0;
  }
}
.extended-default-page .featured-item:last-child::after, .extended-default-page .featured-item:last-child::before {
  display: none;
}
.extended-default-page .hp-featured__header {
  display: block;
}
.extended-default-page .hp-featured__header h3, .extended-default-page .hp-featured__header h1, .extended-default-page .hp-featured__header h2, .extended-default-page .hp-featured__header h4, .extended-default-page .hp-featured__header h5 {
  font-weight: 300;
}
.extended-default-page .featured-item__link.btn, .extended-default-page .hs-form .featured-item__link.hs-button, .hs-form .extended-default-page .featured-item__link.hs-button {
  max-width: 200px;
  margin: auto;
}
.extended-default-page .column-title {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 20px;
}
.extended-default-page .column-title h1, .extended-default-page .column-title h2, .extended-default-page .column-title h3, .extended-default-page .column-title h4, .extended-default-page .column-title h5 {
  font-family: "museo-slab", serif;
  font-weight: 300;
  margin-bottom: 0;
  margin-top: 0;
}
.extended-default-page .list-contents.full-list {
  margin-top: 40px;
}
.extended-default-page .list-contents.full-list .title-wrapper {
  padding: 40px 0px;
}
.extended-default-page .list-contents.full-list h1, .extended-default-page .list-contents.full-list h2, .extended-default-page .list-contents.full-list h3, .extended-default-page .list-contents.full-list h4, .extended-default-page .list-contents.full-list h5 {
  font-family: "museo-slab", serif;
  font-weight: 300;
  margin-bottom: 0;
  margin-top: 0;
}
.extended-default-page .list-contents.full-list .card:last-of-type {
  border-bottom: 0;
}
.extended-default-page .list-contents.full-list .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 3px solid #ccc;
}
@media (max-width: 767px) {
  .extended-default-page .list-contents.full-list .card {
    display: block;
  }
}
.extended-default-page .list-contents.full-list .card:last-child {
  border-bottom: none;
}
.extended-default-page .list-contents.full-list .card .card__img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 30px 30px;
}
.extended-default-page .list-contents.full-list .card .card__img-wrap img {
  width: auto;
  max-width: inherit;
}
@media (max-width: 767px) {
  .extended-default-page .list-contents.full-list .card .card__img-wrap {
    display: block;
    margin: auto;
    text-align: center;
  }
}
.extended-default-page .list-contents.full-list .card .content-wrapper {
  display: inline-block;
  padding-top: 0px;
  padding-bottom: 30px;
}
.extended-default-page .list-contents.full-list .card .content-wrapper .card__text {
  margin: 0;
  width: 100%;
}
.extended-default-page .list-contents.full-list .card .content-wrapper .card__text p {
  margin: 0;
}
.extended-default-page .list-contents.full-list .main-list-link-wrapper {
  text-align: center;
  margin-top: 45px;
  padding-bottom: 50px;
}
.extended-default-page .section .container, .extended-default-page .section .column_content {
  border-top: none;
}
.extended-default-page .column_content {
  margin-top: 25px;
  margin-bottom: 10px;
}
.extended-default-page .main-card-link {
  text-align: center;
  margin-top: 10px;
}
.extended-default-page .layout .section .layout:last-child {
  margin-bottom: 0;
}
.extended-default-page .layout:last-child {
  margin-bottom: 170px;
}
@media (max-width: 767px) {
  .extended-default-page .layout:last-child {
    margin-bottom: 27em !important;
  }
}
.extended-default-page .hp-featured__header.remove-borders {
  position: relative;
  padding-bottom: 30px;
  border-top: 3px solid #ccc;
}
.extended-default-page .hp-featured__header.remove-borders .hp-featured__title {
  position: relative;
  display: inline-block;
}
.extended-default-page .hp-featured__header.remove-borders .hp-featured__title::before {
  height: 8px;
  content: "";
  position: absolute;
  background: #00a5a3;
  width: 72px;
  bottom: 0px;
  left: 47.5%;
}
@media (max-width: 991px) {
  .extended-default-page .hp-featured__header.remove-borders .hp-featured__title::before {
    left: 45.5%;
  }
}
@media (max-width: 767px) {
  .extended-default-page .hp-featured__header.remove-borders .hp-featured__title::before {
    bottom: 19px;
    left: 42.5%;
  }
}
@media (max-width: 767px) {
  .extended-default-page .footer .cta-large {
    margin: auto;
    border-radius: 0px;
    margin-top: -42rem;
    margin-bottom: 20px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .extended-default-page .footer .cta-large .grecaptcha-badge {
    margin: auto;
  }
}
.extended-default-page .video__thumb {
  border-radius: 0;
}
.extended-default-page .card-list .card {
  border-radius: 0;
}
.extended-default-page img {
  border-radius: 0;
}
.extended-default-page .footer .cta-large {
  border-radius: 0;
}
.extended-default-page .footer .cta-large .cta-large__images {
  border-radius: 0px;
}
.extended-default-page .featured-item__image {
  max-height: 288px;
  margin: auto;
}
@media (min-width: 1024px) {
  .extended-default-page .container, .extended-default-page .column_content {
    padding: 0 30px 0 30px;
  }
}
.extended-default-page .cta-small {
  border-radius: 0;
}
.extended-default-page img {
  border-radius: 0px;
}
.extended-default-page .full-width-image img {
  border-radius: 0px;
}

.page-template-landing-page header.header {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: absolute;
}
.page-template-landing-page header.header .header__wrap .main-nav .main-nav__logo:after {
  content: none;
}
.page-template-landing-page header.header .header__wrap .main-nav .main-nav__logo img {
  background: transparent;
}
@media (max-width: 1024px) {
  .page-template-landing-page header.header .header__wrap .main-nav .main-nav__logo {
    text-align: left;
    margin-left: 20px;
  }
}
.page-template-landing-page header.header .header__wrap .main-nav .main-nav__nav,
.page-template-landing-page header.header .header__wrap .main-nav .main-nav__btns {
  background: transparent;
  margin: 25px 0;
}
.page-template-landing-page main.main {
  padding-top: 0;
}
.page-template-landing-page main.main .content-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}
.page-template-landing-page main.main .content-wrapper article section .article-body a[data-modal] {
  display: block;
}
.page-template-landing-page main.main .content-wrapper article section .article-body h1,
.page-template-landing-page main.main .content-wrapper article section .article-body h2,
.page-template-landing-page main.main .content-wrapper article section .article-body h3,
.page-template-landing-page main.main .content-wrapper article section .article-body h4,
.page-template-landing-page main.main .content-wrapper article section .article-body h5,
.page-template-landing-page main.main .content-wrapper article section .article-body h6 {
  font-family: "museo-slab", serif;
  font-weight: 300;
  line-height: 1.1;
  margin: 0;
  color: #25245d;
  clear: both;
}
.page-template-landing-page main.main .content-wrapper article section .article-body h1 a,
.page-template-landing-page main.main .content-wrapper article section .article-body h2 a,
.page-template-landing-page main.main .content-wrapper article section .article-body h3 a,
.page-template-landing-page main.main .content-wrapper article section .article-body h4 a,
.page-template-landing-page main.main .content-wrapper article section .article-body h5 a,
.page-template-landing-page main.main .content-wrapper article section .article-body h6 a {
  color: inherit;
}
.page-template-landing-page main.main .content-wrapper article section .article-body h1,
.page-template-landing-page main.main .content-wrapper article section .article-body .h1 {
  font-family: "museo-slab", serif;
  font-weight: 300;
  line-height: 1.1;
  margin: 0;
  color: #25245d;
  clear: both;
  font-size: 3.6rem;
  letter-spacing: 0;
}
.page-template-landing-page main.main .content-wrapper article section .article-body h1 a,
.page-template-landing-page main.main .content-wrapper article section .article-body .h1 a {
  color: inherit;
}
@media (min-width: 768px) {
  .page-template-landing-page main.main .content-wrapper article section .article-body h1,
  .page-template-landing-page main.main .content-wrapper article section .article-body .h1 {
    font-size: 4rem;
  }
}
@media (min-width: 1024px) {
  .page-template-landing-page main.main .content-wrapper article section .article-body h1,
  .page-template-landing-page main.main .content-wrapper article section .article-body .h1 {
    font-size: 5rem;
  }
}
@media (min-width: 1200px) {
  .page-template-landing-page main.main .content-wrapper article section .article-body h1,
  .page-template-landing-page main.main .content-wrapper article section .article-body .h1 {
    font-size: 6rem;
  }
}
@media (min-width: 1920px) {
  .page-template-landing-page main.main .content-wrapper article section .article-body h1,
  .page-template-landing-page main.main .content-wrapper article section .article-body .h1 {
    font-size: 8rem;
  }
}
.page-template-landing-page main.main .content-wrapper article section .article-body h1--alt,
.page-template-landing-page main.main .content-wrapper article section .article-body .h1--alt {
  padding-bottom: 30px;
  position: relative;
}
.page-template-landing-page main.main .content-wrapper article section .article-body h1--alt:after,
.page-template-landing-page main.main .content-wrapper article section .article-body .h1--alt:after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 60px;
  height: 6px;
  background: #1e1c77;
}
@media (min-width: 1024px) {
  .page-template-landing-page main.main .content-wrapper article section .article-body h1--alt:after,
  .page-template-landing-page main.main .content-wrapper article section .article-body .h1--alt:after {
    bottom: 10px;
  }
}
.page-template-landing-page main.main .content-wrapper article section .article-body h2,
.page-template-landing-page main.main .content-wrapper article section .article-body .h2 {
  font-family: "museo-slab", serif;
  font-weight: 300;
  line-height: 1.1;
  margin: 0;
  color: #25245d;
  clear: both;
  font-size: 3.2rem;
  position: relative;
  overflow: hidden;
  margin: 15px 0;
  line-height: 1.3;
}
.page-template-landing-page main.main .content-wrapper article section .article-body h2 a,
.page-template-landing-page main.main .content-wrapper article section .article-body .h2 a {
  color: inherit;
}
.main__content .page-template-landing-page main.main .content-wrapper article section .article-body h2,
.main__content .page-template-landing-page main.main .content-wrapper article section .article-body .h2 {
  margin-top: 2em;
}
@media (min-width: 640px) {
  .page-template-landing-page main.main .content-wrapper article section .article-body h2,
  .page-template-landing-page main.main .content-wrapper article section .article-body .h2 {
    font-size: 3.4rem;
  }
}
@media (min-width: 768px) {
  .page-template-landing-page main.main .content-wrapper article section .article-body h2,
  .page-template-landing-page main.main .content-wrapper article section .article-body .h2 {
    font-size: 3.6rem;
  }
}
@media (min-width: 1024px) {
  .page-template-landing-page main.main .content-wrapper article section .article-body h2,
  .page-template-landing-page main.main .content-wrapper article section .article-body .h2 {
    font-size: 4rem;
  }
}
@media (min-width: 1200px) {
  .page-template-landing-page main.main .content-wrapper article section .article-body h2,
  .page-template-landing-page main.main .content-wrapper article section .article-body .h2 {
    font-size: 5rem;
    max-width: 90%;
  }
  .column_content .page-template-landing-page main.main .content-wrapper article section .article-body h2,
  .column_content .page-template-landing-page main.main .content-wrapper article section .article-body .h2 {
    max-width: 100%;
  }
  .page-template-landing-page main.main .content-wrapper article section .article-body h2.staff-intro__title,
  .page-template-landing-page main.main .content-wrapper article section .article-body .h2.staff-intro__title {
    max-width: 100%;
  }
}
@media (min-width: 1920px) {
  .page-template-landing-page main.main .content-wrapper article section .article-body h2,
  .page-template-landing-page main.main .content-wrapper article section .article-body .h2 {
    font-size: 5.9rem;
  }
  .page-template-landing-page main.main .content-wrapper article section .article-body h2:after,
  .page-template-landing-page main.main .content-wrapper article section .article-body .h2:after {
    bottom: 10px;
  }
}
.page-template-landing-page main.main .content-wrapper article section .article-body h3,
.page-template-landing-page main.main .content-wrapper article section .article-body .h3 {
  font-family: "museo-slab", serif;
  font-weight: 300;
  line-height: 1.1;
  margin: 0;
  color: #25245d;
  clear: both;
  font-size: 2.4rem;
  line-height: 1.35;
  margin-bottom: 20px;
}
.page-template-landing-page main.main .content-wrapper article section .article-body h3 a,
.page-template-landing-page main.main .content-wrapper article section .article-body .h3 a {
  color: inherit;
}
@media (min-width: 768px) {
  .page-template-landing-page main.main .content-wrapper article section .article-body h3,
  .page-template-landing-page main.main .content-wrapper article section .article-body .h3 {
    font-size: 2.8rem;
  }
}
@media (min-width: 1024px) {
  .page-template-landing-page main.main .content-wrapper article section .article-body h3,
  .page-template-landing-page main.main .content-wrapper article section .article-body .h3 {
    font-size: 3rem;
    max-width: 90%;
  }
  .column_content .page-template-landing-page main.main .content-wrapper article section .article-body h3,
  .column_content .page-template-landing-page main.main .content-wrapper article section .article-body .h3 {
    max-width: 100%;
  }
}
@media (min-width: 1920px) {
  .page-template-landing-page main.main .content-wrapper article section .article-body h3,
  .page-template-landing-page main.main .content-wrapper article section .article-body .h3 {
    font-size: 4rem;
  }
}
.page-template-landing-page main.main .content-wrapper article section .article-body h4,
.page-template-landing-page main.main .content-wrapper article section .article-body .h4 {
  font-family: "museo-slab", serif;
  font-weight: 300;
  line-height: 1.1;
  margin: 0;
  color: #25245d;
  clear: both;
  font-size: 2.4rem;
  line-height: 1.35;
}
.page-template-landing-page main.main .content-wrapper article section .article-body h4 a,
.page-template-landing-page main.main .content-wrapper article section .article-body .h4 a {
  color: inherit;
}
@media (min-width: 768px) {
  .page-template-landing-page main.main .content-wrapper article section .article-body h4,
  .page-template-landing-page main.main .content-wrapper article section .article-body .h4 {
    font-size: 2.8rem;
  }
}
@media (min-width: 1920px) {
  .page-template-landing-page main.main .content-wrapper article section .article-body h4,
  .page-template-landing-page main.main .content-wrapper article section .article-body .h4 {
    font-size: 3.3rem;
  }
}
.page-template-landing-page main.main .content-wrapper article section .article-body h5,
.page-template-landing-page main.main .content-wrapper article section .article-body .h5 {
  font-family: "museo-slab", serif;
  font-weight: 300;
  line-height: 1.1;
  margin: 0;
  color: #25245d;
  clear: both;
  font-size: 2.1rem;
  line-height: 1.35;
}
.page-template-landing-page main.main .content-wrapper article section .article-body h5 a,
.page-template-landing-page main.main .content-wrapper article section .article-body .h5 a {
  color: inherit;
}
@media (min-width: 768px) {
  .page-template-landing-page main.main .content-wrapper article section .article-body h5,
  .page-template-landing-page main.main .content-wrapper article section .article-body .h5 {
    font-size: 2.6rem;
  }
}
@media (min-width: 1024px) {
  .page-template-landing-page main.main .content-wrapper article section .article-body h5,
  .page-template-landing-page main.main .content-wrapper article section .article-body .h5 {
    font-size: 3rem;
  }
}
.page-template-landing-page main.main .content-wrapper article section .article-body h6,
.page-template-landing-page main.main .content-wrapper article section .article-body .h6,
.page-template-landing-page main.main .content-wrapper article section .article-body legend {
  font-family: "museo-slab", serif;
  font-weight: 300;
  line-height: 1.1;
  margin: 0;
  color: #25245d;
  clear: both;
  font-size: 2.1rem;
  line-height: 1.35;
}
.page-template-landing-page main.main .content-wrapper article section .article-body h6 a,
.page-template-landing-page main.main .content-wrapper article section .article-body .h6 a,
.page-template-landing-page main.main .content-wrapper article section .article-body legend a {
  color: inherit;
}
@media (min-width: 1024px) {
  .page-template-landing-page main.main .content-wrapper article section .article-body h6,
  .page-template-landing-page main.main .content-wrapper article section .article-body .h6,
  .page-template-landing-page main.main .content-wrapper article section .article-body legend {
    font-size: 2.8rem;
  }
}
.page-template-landing-page main.main .content-wrapper article section .article-body p {
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 2rem 0 4rem;
  width: auto !important;
}
@media (min-width: 1024px) {
  .page-template-landing-page main.main .content-wrapper article section .article-body p {
    font-size: 2rem;
    line-height: 1.8;
    width: 90%;
  }
  .column_content .page-template-landing-page main.main .content-wrapper article section .article-body p {
    max-width: 100%;
  }
}
.page-template-landing-page main.main .content-wrapper article section .article-body p.text-link a {
  font-size: 16px;
  color: #2b2b2b;
  font-family: "PublicSans", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 3px;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: relative;
}
.page-template-landing-page main.main .content-wrapper article section .article-body p.text-link a:after {
  content: "–";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-template-landing-page main.main .content-wrapper article section .article-body p.text-link a:hover, .page-template-landing-page main.main .content-wrapper article section .article-body p.text-link a:focus {
  border-bottom-color: #2b2b2b;
  color: #2b2b2b;
}
.page-template-landing-page main.main .content-wrapper article section .article-body p.large {
  font-size: 1.8rem;
  font-weight: 300;
  font-family: "museo-slab", serif;
}
@media (min-width: 1024px) {
  .page-template-landing-page main.main .content-wrapper article section .article-body p.large {
    font-size: 2.3rem;
  }
}
.page-template-landing-page main.main .content-wrapper article section .article-body p.callout {
  font-size: 3rem;
  font-weight: 500;
  font-family: "museo-slab", serif;
}
.page-template-landing-page main.main .content-wrapper article section .article-body figure.wp-block-image {
  margin-bottom: -1px !important;
}
.page-template-landing-page main.main .content-wrapper article section .article-body figure.wp-block-image.alignwide {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .page-template-landing-page main.main .content-wrapper article section .article-body figure.wp-block-image.alignwide {
    display: none;
  }
}
.page-template-landing-page main.main .content-wrapper article section .article-body figure.wp-block-image.mobile-only {
  display: none;
  margin: 0;
}
@media (max-width: 768px) {
  .page-template-landing-page main.main .content-wrapper article section .article-body figure.wp-block-image.mobile-only {
    display: block;
  }
}
.page-template-landing-page main.main .content-wrapper article section .article-body .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item {
  padding-left: 0;
}
.page-template-landing-page main.main .content-wrapper article section .article-body .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item:before {
  content: none;
}
.page-template-landing-page main.main .content-wrapper article section .article-body .wp-block-gallery.aligncenter .blocks-gallery-grid {
  margin: auto;
}
.page-template-landing-page main.main .content-wrapper article section .article-body .wp-block-embed iframe {
  height: 428px;
  width: 760px;
}
.page-template-landing-page main.main .content-wrapper article section .article-body .wp-block-buttons {
  margin-bottom: 0 !important;
}
.page-template-landing-page main.main .content-wrapper article section .article-body .wp-block-buttons .wp-block-button .wp-block-button__link {
  font: 700 1.6rem "museo-slab", serif;
  text-align: center;
  padding: 12px 30px !important;
  display: inline-block;
  border-radius: 36px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
  background: #f46700;
  color: #fff;
  border-bottom: 0;
  font-size: 1.2em;
}
.page-template-landing-page main.main .content-wrapper article section .article-body .wp-block-buttons .wp-block-button .wp-block-button__link:hover {
  background-color: #d55b02;
  color: #FFF;
}
.page-template-landing-page main.main .content-wrapper article section .article-body .wp-block-buttons .wp-block-button .wp-block-button__link:hover:after {
  display: none;
}
.js .keyboard--focus .page-template-landing-page main.main .content-wrapper article section .article-body .wp-block-buttons .wp-block-button .wp-block-button__link:focus, .no-js .page-template-landing-page main.main .content-wrapper article section .article-body .wp-block-buttons .wp-block-button .wp-block-button__link:focus {
  background-color: #d55b02;
  color: #FFF;
}
.js .keyboard--focus .page-template-landing-page main.main .content-wrapper article section .article-body .wp-block-buttons .wp-block-button .wp-block-button__link:focus:after, .no-js .page-template-landing-page main.main .content-wrapper article section .article-body .wp-block-buttons .wp-block-button .wp-block-button__link:focus:after {
  display: none;
}
.page-template-landing-page main.main .content-wrapper article section .article-body .wp-block-quote {
  -ms-flex-item-align: center;
      align-self: center;
  max-width: 1320px;
}
@media (max-width: 1320px) {
  .page-template-landing-page main.main .content-wrapper article section .article-body .wp-block-quote {
    padding: 0 4rem;
  }
}
.page-template-landing-page main.main .content-wrapper article section .article-body .wp-block-quote:after {
  content: "";
  width: 52px;
  height: 40px;
  background: url(../svg/icon-quotes-bottom.svg) no-repeat 0 0;
  position: absolute;
  bottom: 7px;
  right: -35px;
  font-size: 90px;
  color: #25245d;
}
@media (max-width: 1024px) {
  .page-template-landing-page main.main .content-wrapper article section .article-body .wp-block-quote:after {
    right: 0;
  }
}
.page-template-landing-page main.main .content-wrapper article section .article-body .wp-block-columns {
  margin-bottom: 0 !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 991px) {
  .page-template-landing-page main.main .content-wrapper article section .article-body .wp-block-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-template-landing-page main.main .content-wrapper article section .article-body .wp-block-columns .wp-block-column {
  margin-top: 2rem;
}
.page-template-landing-page main.main .content-wrapper article section .article-body .wp-block-columns .wp-block-column *:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .page-template-landing-page main.main .content-wrapper article section .article-body .wp-block-columns .wp-block-column {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.page-template-landing-page main.main .content-wrapper article section .article-body .wp-block-columns .wp-block-column .wp-block-group .wp-block-group__inner-container > * {
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 1240px) {
  .page-template-landing-page main.main .content-wrapper article section .article-body .wp-block-columns .wp-block-column .wp-block-group .wp-block-group__inner-container > * {
    padding-left: 0;
    padding-right: 0;
  }
}
.page-template-landing-page main.main .content-wrapper article section .article-body .wp-block-columns .wp-block-column.top-cta-small {
  margin-left: 50px !important;
  height: 550px;
}
@media (max-width: 991px) {
  .page-template-landing-page main.main .content-wrapper article section .article-body .wp-block-columns .wp-block-column.top-cta-small {
    margin-left: 0 !important;
  }
}
.page-template-landing-page main.main .content-wrapper article section .article-body .wp-block-columns .wp-block-column.top-cta-small .wp-block-group {
  height: 100%;
}
@media (max-width: 991px) {
  .page-template-landing-page main.main .content-wrapper article section .article-body .wp-block-columns .wp-block-column.top-cta-small .wp-block-group {
    height: 500px;
  }
}
.page-template-landing-page main.main .content-wrapper article section .article-body .wp-block-columns .wp-block-column.top-cta-small p {
  line-height: 110%;
}
.page-template-landing-page main.main .content-wrapper article section .article-body .wp-block-columns .wp-block-column.top-cta-small .hbspt-form form input[type=submit] {
  background-color: #f46700;
  color: #fff;
  width: 100%;
}
.page-template-landing-page main.main .content-wrapper article section .article-body .wp-block-columns.has-1-columns {
  margin: auto;
}
@media (max-width: 1320px) {
  .page-template-landing-page main.main .content-wrapper article section .article-body .wp-block-columns.has-1-columns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 4rem;
  }
}
.page-template-landing-page main.main .content-wrapper article section .article-body .wp-block-columns.has-1-columns .wp-block-column {
  margin-left: 0;
  margin-right: 0;
  max-width: calc(1320px / 1);
}
@media (max-width: 1320px) {
  .page-template-landing-page main.main .content-wrapper article section .article-body .wp-block-columns.has-1-columns .wp-block-column {
    max-width: unset;
  }
}
.page-template-landing-page main.main .content-wrapper article section .article-body .wp-block-columns.has-2-columns {
  margin: auto;
}
@media (max-width: 1320px) {
  .page-template-landing-page main.main .content-wrapper article section .article-body .wp-block-columns.has-2-columns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 4rem;
  }
}
.page-template-landing-page main.main .content-wrapper article section .article-body .wp-block-columns.has-2-columns .wp-block-column {
  margin-left: 0;
  margin-right: 0;
  max-width: calc(1320px / 2);
}
@media (max-width: 1320px) {
  .page-template-landing-page main.main .content-wrapper article section .article-body .wp-block-columns.has-2-columns .wp-block-column {
    max-width: unset;
  }
}
.page-template-landing-page main.main .content-wrapper article section .article-body .wp-block-columns.has-3-columns {
  margin: auto;
}
@media (max-width: 1320px) {
  .page-template-landing-page main.main .content-wrapper article section .article-body .wp-block-columns.has-3-columns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 4rem;
  }
}
.page-template-landing-page main.main .content-wrapper article section .article-body .wp-block-columns.has-3-columns .wp-block-column {
  margin-left: 0;
  margin-right: 0;
  max-width: calc(1320px / 3);
}
@media (max-width: 1320px) {
  .page-template-landing-page main.main .content-wrapper article section .article-body .wp-block-columns.has-3-columns .wp-block-column {
    max-width: unset;
  }
}
.page-template-landing-page main.main .content-wrapper article section .article-body .wp-block-columns.has-4-columns {
  margin: auto;
}
@media (max-width: 1320px) {
  .page-template-landing-page main.main .content-wrapper article section .article-body .wp-block-columns.has-4-columns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 4rem;
  }
}
.page-template-landing-page main.main .content-wrapper article section .article-body .wp-block-columns.has-4-columns .wp-block-column {
  margin-left: 0;
  margin-right: 0;
  max-width: calc(1320px / 4);
}
@media (max-width: 1320px) {
  .page-template-landing-page main.main .content-wrapper article section .article-body .wp-block-columns.has-4-columns .wp-block-column {
    max-width: unset;
  }
}
.page-template-landing-page main.main .content-wrapper article section .article-body .wp-block-columns.has-5-columns {
  margin: auto;
}
@media (max-width: 1320px) {
  .page-template-landing-page main.main .content-wrapper article section .article-body .wp-block-columns.has-5-columns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 4rem;
  }
}
.page-template-landing-page main.main .content-wrapper article section .article-body .wp-block-columns.has-5-columns .wp-block-column {
  margin-left: 0;
  margin-right: 0;
  max-width: calc(1320px / 5);
}
@media (max-width: 1320px) {
  .page-template-landing-page main.main .content-wrapper article section .article-body .wp-block-columns.has-5-columns .wp-block-column {
    max-width: unset;
  }
}
.page-template-landing-page main.main .content-wrapper article section .article-body .wp-block-columns.has-6-columns {
  margin: auto;
}
@media (max-width: 1320px) {
  .page-template-landing-page main.main .content-wrapper article section .article-body .wp-block-columns.has-6-columns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 4rem;
  }
}
.page-template-landing-page main.main .content-wrapper article section .article-body .wp-block-columns.has-6-columns .wp-block-column {
  margin-left: 0;
  margin-right: 0;
  max-width: calc(1320px / 6);
}
@media (max-width: 1320px) {
  .page-template-landing-page main.main .content-wrapper article section .article-body .wp-block-columns.has-6-columns .wp-block-column {
    max-width: unset;
  }
}
.page-template-landing-page main.main .content-wrapper article section .article-body .wp-block-group {
  width: 100%;
}
.page-template-landing-page main.main .content-wrapper article section .article-body .wp-block-group .wp-block-group__inner-container {
  margin-bottom: 0;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem 0;
}
.page-template-landing-page main.main .content-wrapper article section .article-body .wp-block-group .wp-block-group__inner-container > :first-child {
  margin-top: 0;
}
.page-template-landing-page main.main .content-wrapper article section .article-body .wp-block-group .wp-block-group__inner-container > :last-child {
  margin-bottom: 0;
}
@media (max-width: 1320px) {
  .page-template-landing-page main.main .content-wrapper article section .article-body .wp-block-group .wp-block-group__inner-container {
    padding: 4rem;
  }
}
.page-template-landing-page main.main .content-wrapper article section .article-body .addtoany_share_save_container {
  margin-top: 0;
}
.page-template-landing-page main.main .content-wrapper article section .article-body .wp-block-ub-content-toggle {
  margin-top: 0;
  margin-bottom: 4rem !important;
  max-width: 1320px;
  width: 1320px;
}
@media (max-width: 1320px) {
  .page-template-landing-page main.main .content-wrapper article section .article-body .wp-block-ub-content-toggle {
    padding: 0 4rem;
    width: 100%;
  }
}
.page-template-landing-page main.main .content-wrapper article section .article-body .wp-block-ub-content-toggle .wp-block-ub-content-toggle-accordion-title-wrap,
.page-template-landing-page main.main .content-wrapper article section .article-body .wp-block-ub-content-toggle .wp-block-ub-content-toggle-accordion-toggle-wrap,
.page-template-landing-page main.main .content-wrapper article section .article-body .wp-block-ub-content-toggle .wp-block-ub-content-toggle-accordion-content-wrap {
  margin-bottom: 0 !important;
}
.page-template-landing-page main.main .content-wrapper article section .article-body .wp-block-ub-content-toggle .wp-block-ub-content-toggle-accordion-content-wrap *:last-child {
  margin-bottom: 2rem;
}
.page-template-landing-page main.main .content-wrapper article section .article-body .wp-caption {
  margin-right: 0;
}
.page-template-landing-page main.main .content-wrapper article section .article-body .sp-easy-accordion {
  -ms-flex-item-align: center;
      align-self: center;
  max-width: 1320px;
  margin-bottom: 4rem;
}
@media (max-width: 1320px) {
  .page-template-landing-page main.main .content-wrapper article section .article-body .sp-easy-accordion {
    padding: 0 4rem;
  }
}
.page-template-landing-page main.main .content-wrapper article section .article-body .sp-easy-accordion .ea-card .ea-header > a {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1024px) {
  .page-template-landing-page main.main .content-wrapper article section .article-body .sp-easy-accordion .ea-card .ea-header > a {
    font-size: 2rem;
  }
}
.page-template-landing-page main.main .content-wrapper article section .article-body .sp-easy-accordion .ea-card .ea-body {
  padding-left: 0;
  padding-right: 0;
}
.page-template-landing-page main.main .content-wrapper article section .article-body .wp-block-separator {
  width: calc(1320px / 2);
  margin-top: 0;
}
@media (max-width: 660px) {
  .page-template-landing-page main.main .content-wrapper article section .article-body .wp-block-separator {
    width: 70%;
  }
}
.page-template-landing-page main.main .content-wrapper article section .article-body .wp-block-media-text .wp-block-media-text__content > * {
  max-width: calc(1320px / 2);
}
.page-template-landing-page main.main .content-wrapper article section .article-body .indigo-zig-zag {
  position: relative;
}
@media (max-width: 1240px) {
  .page-template-landing-page main.main .content-wrapper article section .article-body .indigo-zig-zag {
    padding-bottom: 60px !important;
  }
}
@media (max-width: 991px) {
  .page-template-landing-page main.main .content-wrapper article section .article-body .indigo-zig-zag {
    padding-bottom: 0 !important;
  }
}
.page-template-landing-page main.main .content-wrapper article section .article-body .indigo-zig-zag:after {
  content: "";
  background: #2B2D71;
  color: white;
  clip-path: polygon(0 100%, 100% 60px, 100% 100%, 0 100%);
  height: 190px;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
}
@media (max-width: 550px) {
  .page-template-landing-page main.main .content-wrapper article section .article-body .indigo-zig-zag:after {
    height: 150px;
  }
}
.page-template-landing-page main.main .content-wrapper article section .article-body div[class*=wp-block].bg-primary,
.page-template-landing-page main.main .content-wrapper article section .article-body div[class*=wp-block].has-primary-background-color {
  background-color: #00a5a3;
}
.page-template-landing-page main.main .content-wrapper article section .article-body hr[class*=wp-block].bg-primary,
.page-template-landing-page main.main .content-wrapper article section .article-body hr[class*=wp-block].has-primary-background-color {
  border-color: #00a5a3;
}
.page-template-landing-page main.main .content-wrapper article section .article-body .primary h1,
.page-template-landing-page main.main .content-wrapper article section .article-body .primary h2,
.page-template-landing-page main.main .content-wrapper article section .article-body .primary h3,
.page-template-landing-page main.main .content-wrapper article section .article-body .primary h4,
.page-template-landing-page main.main .content-wrapper article section .article-body .primary p,
.page-template-landing-page main.main .content-wrapper article section .article-body .primary span,
.page-template-landing-page main.main .content-wrapper article section .article-body .primary li,
.page-template-landing-page main.main .content-wrapper article section .article-body .has-primary-color.has-text-color h1,
.page-template-landing-page main.main .content-wrapper article section .article-body .has-primary-color.has-text-color h2,
.page-template-landing-page main.main .content-wrapper article section .article-body .has-primary-color.has-text-color h3,
.page-template-landing-page main.main .content-wrapper article section .article-body .has-primary-color.has-text-color h4,
.page-template-landing-page main.main .content-wrapper article section .article-body .has-primary-color.has-text-color p,
.page-template-landing-page main.main .content-wrapper article section .article-body .has-primary-color.has-text-color span,
.page-template-landing-page main.main .content-wrapper article section .article-body .has-primary-color.has-text-color li {
  color: #00a5a3;
}
.page-template-landing-page main.main .content-wrapper article section .article-body .has-text-color .primary,
.page-template-landing-page main.main .content-wrapper article section .article-body .has-text-color .has-primary-color.has-text-color {
  color: #00a5a3;
}
.page-template-landing-page main.main .content-wrapper article section .article-body div[class*=wp-block].bg-secondary,
.page-template-landing-page main.main .content-wrapper article section .article-body div[class*=wp-block].has-secondary-background-color {
  background-color: #f46700;
}
.page-template-landing-page main.main .content-wrapper article section .article-body hr[class*=wp-block].bg-secondary,
.page-template-landing-page main.main .content-wrapper article section .article-body hr[class*=wp-block].has-secondary-background-color {
  border-color: #f46700;
}
.page-template-landing-page main.main .content-wrapper article section .article-body .secondary h1,
.page-template-landing-page main.main .content-wrapper article section .article-body .secondary h2,
.page-template-landing-page main.main .content-wrapper article section .article-body .secondary h3,
.page-template-landing-page main.main .content-wrapper article section .article-body .secondary h4,
.page-template-landing-page main.main .content-wrapper article section .article-body .secondary p,
.page-template-landing-page main.main .content-wrapper article section .article-body .secondary span,
.page-template-landing-page main.main .content-wrapper article section .article-body .secondary li,
.page-template-landing-page main.main .content-wrapper article section .article-body .has-secondary-color.has-text-color h1,
.page-template-landing-page main.main .content-wrapper article section .article-body .has-secondary-color.has-text-color h2,
.page-template-landing-page main.main .content-wrapper article section .article-body .has-secondary-color.has-text-color h3,
.page-template-landing-page main.main .content-wrapper article section .article-body .has-secondary-color.has-text-color h4,
.page-template-landing-page main.main .content-wrapper article section .article-body .has-secondary-color.has-text-color p,
.page-template-landing-page main.main .content-wrapper article section .article-body .has-secondary-color.has-text-color span,
.page-template-landing-page main.main .content-wrapper article section .article-body .has-secondary-color.has-text-color li {
  color: #f46700;
}
.page-template-landing-page main.main .content-wrapper article section .article-body .has-text-color .secondary,
.page-template-landing-page main.main .content-wrapper article section .article-body .has-text-color .has-secondary-color.has-text-color {
  color: #f46700;
}
.page-template-landing-page main.main .content-wrapper article section .article-body div[class*=wp-block].bg-tertiary,
.page-template-landing-page main.main .content-wrapper article section .article-body div[class*=wp-block].has-tertiary-background-color {
  background-color: #25245d;
}
.page-template-landing-page main.main .content-wrapper article section .article-body hr[class*=wp-block].bg-tertiary,
.page-template-landing-page main.main .content-wrapper article section .article-body hr[class*=wp-block].has-tertiary-background-color {
  border-color: #25245d;
}
.page-template-landing-page main.main .content-wrapper article section .article-body .tertiary h1,
.page-template-landing-page main.main .content-wrapper article section .article-body .tertiary h2,
.page-template-landing-page main.main .content-wrapper article section .article-body .tertiary h3,
.page-template-landing-page main.main .content-wrapper article section .article-body .tertiary h4,
.page-template-landing-page main.main .content-wrapper article section .article-body .tertiary p,
.page-template-landing-page main.main .content-wrapper article section .article-body .tertiary span,
.page-template-landing-page main.main .content-wrapper article section .article-body .tertiary li,
.page-template-landing-page main.main .content-wrapper article section .article-body .has-tertiary-color.has-text-color h1,
.page-template-landing-page main.main .content-wrapper article section .article-body .has-tertiary-color.has-text-color h2,
.page-template-landing-page main.main .content-wrapper article section .article-body .has-tertiary-color.has-text-color h3,
.page-template-landing-page main.main .content-wrapper article section .article-body .has-tertiary-color.has-text-color h4,
.page-template-landing-page main.main .content-wrapper article section .article-body .has-tertiary-color.has-text-color p,
.page-template-landing-page main.main .content-wrapper article section .article-body .has-tertiary-color.has-text-color span,
.page-template-landing-page main.main .content-wrapper article section .article-body .has-tertiary-color.has-text-color li {
  color: #25245d;
}
.page-template-landing-page main.main .content-wrapper article section .article-body .has-text-color .tertiary,
.page-template-landing-page main.main .content-wrapper article section .article-body .has-text-color .has-tertiary-color.has-text-color {
  color: #25245d;
}
.page-template-landing-page main.main .content-wrapper article section .article-body div[class*=wp-block].bg-lavendar,
.page-template-landing-page main.main .content-wrapper article section .article-body div[class*=wp-block].has-lavendar-background-color {
  background-color: #F1F1F5;
}
.page-template-landing-page main.main .content-wrapper article section .article-body hr[class*=wp-block].bg-lavendar,
.page-template-landing-page main.main .content-wrapper article section .article-body hr[class*=wp-block].has-lavendar-background-color {
  border-color: #F1F1F5;
}
.page-template-landing-page main.main .content-wrapper article section .article-body .lavendar h1,
.page-template-landing-page main.main .content-wrapper article section .article-body .lavendar h2,
.page-template-landing-page main.main .content-wrapper article section .article-body .lavendar h3,
.page-template-landing-page main.main .content-wrapper article section .article-body .lavendar h4,
.page-template-landing-page main.main .content-wrapper article section .article-body .lavendar p,
.page-template-landing-page main.main .content-wrapper article section .article-body .lavendar span,
.page-template-landing-page main.main .content-wrapper article section .article-body .lavendar li,
.page-template-landing-page main.main .content-wrapper article section .article-body .has-lavendar-color.has-text-color h1,
.page-template-landing-page main.main .content-wrapper article section .article-body .has-lavendar-color.has-text-color h2,
.page-template-landing-page main.main .content-wrapper article section .article-body .has-lavendar-color.has-text-color h3,
.page-template-landing-page main.main .content-wrapper article section .article-body .has-lavendar-color.has-text-color h4,
.page-template-landing-page main.main .content-wrapper article section .article-body .has-lavendar-color.has-text-color p,
.page-template-landing-page main.main .content-wrapper article section .article-body .has-lavendar-color.has-text-color span,
.page-template-landing-page main.main .content-wrapper article section .article-body .has-lavendar-color.has-text-color li {
  color: #F1F1F5;
}
.page-template-landing-page main.main .content-wrapper article section .article-body .has-text-color .lavendar,
.page-template-landing-page main.main .content-wrapper article section .article-body .has-text-color .has-lavendar-color.has-text-color {
  color: #F1F1F5;
}
.page-template-landing-page main.main .content-wrapper article section .article-body div[class*=wp-block].bg-indigo,
.page-template-landing-page main.main .content-wrapper article section .article-body div[class*=wp-block].has-indigo-background-color {
  background-color: #2B2D71;
}
.page-template-landing-page main.main .content-wrapper article section .article-body hr[class*=wp-block].bg-indigo,
.page-template-landing-page main.main .content-wrapper article section .article-body hr[class*=wp-block].has-indigo-background-color {
  border-color: #2B2D71;
}
.page-template-landing-page main.main .content-wrapper article section .article-body .indigo h1,
.page-template-landing-page main.main .content-wrapper article section .article-body .indigo h2,
.page-template-landing-page main.main .content-wrapper article section .article-body .indigo h3,
.page-template-landing-page main.main .content-wrapper article section .article-body .indigo h4,
.page-template-landing-page main.main .content-wrapper article section .article-body .indigo p,
.page-template-landing-page main.main .content-wrapper article section .article-body .indigo span,
.page-template-landing-page main.main .content-wrapper article section .article-body .indigo li,
.page-template-landing-page main.main .content-wrapper article section .article-body .has-indigo-color.has-text-color h1,
.page-template-landing-page main.main .content-wrapper article section .article-body .has-indigo-color.has-text-color h2,
.page-template-landing-page main.main .content-wrapper article section .article-body .has-indigo-color.has-text-color h3,
.page-template-landing-page main.main .content-wrapper article section .article-body .has-indigo-color.has-text-color h4,
.page-template-landing-page main.main .content-wrapper article section .article-body .has-indigo-color.has-text-color p,
.page-template-landing-page main.main .content-wrapper article section .article-body .has-indigo-color.has-text-color span,
.page-template-landing-page main.main .content-wrapper article section .article-body .has-indigo-color.has-text-color li {
  color: #2B2D71;
}
.page-template-landing-page main.main .content-wrapper article section .article-body .has-text-color .indigo,
.page-template-landing-page main.main .content-wrapper article section .article-body .has-text-color .has-indigo-color.has-text-color {
  color: #2B2D71;
}
.page-template-landing-page main.main .content-wrapper article section .article-body div[class*=wp-block].bg-black,
.page-template-landing-page main.main .content-wrapper article section .article-body div[class*=wp-block].has-black-background-color {
  background-color: #2b2b2b;
}
.page-template-landing-page main.main .content-wrapper article section .article-body hr[class*=wp-block].bg-black,
.page-template-landing-page main.main .content-wrapper article section .article-body hr[class*=wp-block].has-black-background-color {
  border-color: #2b2b2b;
}
.page-template-landing-page main.main .content-wrapper article section .article-body .black h1,
.page-template-landing-page main.main .content-wrapper article section .article-body .black h2,
.page-template-landing-page main.main .content-wrapper article section .article-body .black h3,
.page-template-landing-page main.main .content-wrapper article section .article-body .black h4,
.page-template-landing-page main.main .content-wrapper article section .article-body .black p,
.page-template-landing-page main.main .content-wrapper article section .article-body .black span,
.page-template-landing-page main.main .content-wrapper article section .article-body .black li,
.page-template-landing-page main.main .content-wrapper article section .article-body .has-black-color.has-text-color h1,
.page-template-landing-page main.main .content-wrapper article section .article-body .has-black-color.has-text-color h2,
.page-template-landing-page main.main .content-wrapper article section .article-body .has-black-color.has-text-color h3,
.page-template-landing-page main.main .content-wrapper article section .article-body .has-black-color.has-text-color h4,
.page-template-landing-page main.main .content-wrapper article section .article-body .has-black-color.has-text-color p,
.page-template-landing-page main.main .content-wrapper article section .article-body .has-black-color.has-text-color span,
.page-template-landing-page main.main .content-wrapper article section .article-body .has-black-color.has-text-color li {
  color: #2b2b2b;
}
.page-template-landing-page main.main .content-wrapper article section .article-body .has-text-color .black,
.page-template-landing-page main.main .content-wrapper article section .article-body .has-text-color .has-black-color.has-text-color {
  color: #2b2b2b;
}
.page-template-landing-page main.main .content-wrapper article section .article-body div[class*=wp-block].bg-white,
.page-template-landing-page main.main .content-wrapper article section .article-body div[class*=wp-block].has-white-background-color {
  background-color: #fff;
}
.page-template-landing-page main.main .content-wrapper article section .article-body hr[class*=wp-block].bg-white,
.page-template-landing-page main.main .content-wrapper article section .article-body hr[class*=wp-block].has-white-background-color {
  border-color: #fff;
}
.page-template-landing-page main.main .content-wrapper article section .article-body .white h1,
.page-template-landing-page main.main .content-wrapper article section .article-body .white h2,
.page-template-landing-page main.main .content-wrapper article section .article-body .white h3,
.page-template-landing-page main.main .content-wrapper article section .article-body .white h4,
.page-template-landing-page main.main .content-wrapper article section .article-body .white p,
.page-template-landing-page main.main .content-wrapper article section .article-body .white span,
.page-template-landing-page main.main .content-wrapper article section .article-body .white li,
.page-template-landing-page main.main .content-wrapper article section .article-body .has-white-color.has-text-color h1,
.page-template-landing-page main.main .content-wrapper article section .article-body .has-white-color.has-text-color h2,
.page-template-landing-page main.main .content-wrapper article section .article-body .has-white-color.has-text-color h3,
.page-template-landing-page main.main .content-wrapper article section .article-body .has-white-color.has-text-color h4,
.page-template-landing-page main.main .content-wrapper article section .article-body .has-white-color.has-text-color p,
.page-template-landing-page main.main .content-wrapper article section .article-body .has-white-color.has-text-color span,
.page-template-landing-page main.main .content-wrapper article section .article-body .has-white-color.has-text-color li {
  color: #fff;
}
.page-template-landing-page main.main .content-wrapper article section .article-body .has-text-color .white,
.page-template-landing-page main.main .content-wrapper article section .article-body .has-text-color .has-white-color.has-text-color {
  color: #fff;
}
.page-template-landing-page footer.footer .container .footer__copyright, .page-template-landing-page footer.footer .column_content .footer__copyright {
  text-align: left;
}

.reader {
  position: absolute !important;
  left: -9000px;
  width: 0;
  overflow: hidden;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100% !important;
}

.page-template-microsite.show-tns-nav #top #main {
  padding-top: 194px;
}
@media (max-width: 1023px) {
  .page-template-microsite.show-tns-nav #top #main {
    padding-top: 118px;
  }
}
.page-template-microsite.show-tns-nav.hide-tns-menu .main-site-nav__list {
  display: none;
}
.page-template-microsite #top #header .header__wrap .main-site-nav {
  background-color: #f1f1f5;
}
.page-template-microsite #top #header .header__wrap .main-site-nav .main-site-nav__links .main-nav__bar {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-template-microsite #top #header .header__wrap .main-site-nav .main-site-nav__links .main-nav__bar .main-nav__logo {
  margin: auto;
}
@media (max-width: 1023px) {
  .page-template-microsite #top #header .header__wrap .main-site-nav .main-site-nav__list {
    display: none;
  }
}
.page-template-microsite #top #header .header__wrap .main-site-nav .main-site-nav__links .main-nav__logo {
  padding: 10px 0;
}
.page-template-microsite #top #header .header__wrap .main-site-nav .main-site-nav__links .main-nav__logo img {
  background-color: transparent;
  height: 30px;
}
.page-template-microsite #top #header .header__wrap .main-site-nav .main-site-nav__links .container, .page-template-microsite #top #header .header__wrap .main-site-nav .main-site-nav__links .column_content {
  min-height: unset;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-template-microsite #top #header .header__wrap .main-site-nav .main-site-nav__links .container ul, .page-template-microsite #top #header .header__wrap .main-site-nav .main-site-nav__links .column_content ul {
  margin: 0;
  position: relative;
  right: unset;
}
.page-template-microsite #top #header .header__wrap .main-site-nav .main-site-nav__links .container ul li a, .page-template-microsite #top #header .header__wrap .main-site-nav .main-site-nav__links .column_content ul li a {
  font-family: "museo-slab", serif;
  color: rgba(43, 43, 43, 0.6);
  margin: 0 15px;
}
.page-template-microsite #top #header .header__wrap .main-site-nav .main-site-nav__links .container ul li a:hover, .page-template-microsite #top #header .header__wrap .main-site-nav .main-site-nav__links .column_content ul li a:hover {
  text-decoration: underline;
}
.page-template-microsite #top #header .header__wrap .main-nav .main-nav__logo:after {
  content: none;
}
@media (min-width: 1023px) {
  .page-template-microsite #top #header .header__wrap .main-nav .main-nav__logo img {
    height: 75px;
  }
}
@media (max-width: 1023px) {
  .page-template-microsite #top #header .header__wrap .main-nav .main-nav__logo {
    margin: 10px auto;
  }
}
.page-template-microsite #top #header .header__wrap .main-nav .main-nav__wrap {
  height: auto;
}
.page-template-microsite #top #header .header__wrap .main-nav .container .main-nav__nav ul .nav__menu-item .nav__menu-link, .page-template-microsite #top #header .header__wrap .main-nav .column_content .main-nav__nav ul .nav__menu-item .nav__menu-link {
  font-family: "PublicSans", sans-serif;
}
.page-template-microsite #top #header .header__wrap .main-nav .container .main-nav__nav ul .nav__menu-item .sub-nav .sub-nav__wrap .sub-nav__col .sub-nav__items .nav__menu-item .nav__menu-link, .page-template-microsite #top #header .header__wrap .main-nav .column_content .main-nav__nav ul .nav__menu-item .sub-nav .sub-nav__wrap .sub-nav__col .sub-nav__items .nav__menu-item .nav__menu-link {
  color: #fff !important;
}
.page-template-microsite #top #main .layout--column_content + .layout--column_content {
  padding-top: 0;
}
.page-template-microsite #top #main .hp-intro {
  margin-bottom: 0;
}
.page-template-microsite #top #main .hp-intro .container, .page-template-microsite #top #main .hp-intro .column_content {
  position: relative;
  max-width: 1450px;
  z-index: 1;
  padding: 0 50px;
}
@media (max-width: 1450px) {
  .page-template-microsite #top #main .hp-intro .container, .page-template-microsite #top #main .hp-intro .column_content {
    padding: 0 4rem;
  }
}
.page-template-microsite #top #main .hp-intro .container .hp-intro-content h1, .page-template-microsite #top #main .hp-intro .column_content .hp-intro-content h1,
.page-template-microsite #top #main .hp-intro .container .hp-intro-content h2,
.page-template-microsite #top #main .hp-intro .column_content .hp-intro-content h2,
.page-template-microsite #top #main .hp-intro .container .hp-intro-content h3,
.page-template-microsite #top #main .hp-intro .column_content .hp-intro-content h3,
.page-template-microsite #top #main .hp-intro .container .hp-intro-content h4,
.page-template-microsite #top #main .hp-intro .column_content .hp-intro-content h4,
.page-template-microsite #top #main .hp-intro .container .hp-intro-content h5,
.page-template-microsite #top #main .hp-intro .column_content .hp-intro-content h5 {
  text-shadow: 1px 1px 7px black;
}
.page-template-microsite #top #main .hp-intro .container .hp-intro-content .btn, .page-template-microsite #top #main .hp-intro .container .hp-intro-content .hs-form .hs-button, .hs-form .page-template-microsite #top #main .hp-intro .container .hp-intro-content .hs-button, .page-template-microsite #top #main .hp-intro .column_content .hp-intro-content .btn, .page-template-microsite #top #main .hp-intro .column_content .hp-intro-content .hs-form .hs-button, .hs-form .page-template-microsite #top #main .hp-intro .column_content .hp-intro-content .hs-button {
  margin-bottom: 50px;
}
.page-template-microsite #top #main .hp-intro:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}
.page-template-microsite #top #main .intro {
  padding-bottom: 0;
}
.page-template-microsite #top #main .intro.intro--plain .container, .page-template-microsite #top #main .intro.intro--plain .column_content {
  max-width: unset;
  padding: 0;
}
.page-template-microsite #top #main .intro.intro--plain .container > h1, .page-template-microsite #top #main .intro.intro--plain .column_content > h1,
.page-template-microsite #top #main .intro.intro--plain .container > h2,
.page-template-microsite #top #main .intro.intro--plain .column_content > h2,
.page-template-microsite #top #main .intro.intro--plain .container > h3,
.page-template-microsite #top #main .intro.intro--plain .column_content > h3,
.page-template-microsite #top #main .intro.intro--plain .container > h4,
.page-template-microsite #top #main .intro.intro--plain .column_content > h4,
.page-template-microsite #top #main .intro.intro--plain .container > h5,
.page-template-microsite #top #main .intro.intro--plain .column_content > h5,
.page-template-microsite #top #main .intro.intro--plain .container > h6,
.page-template-microsite #top #main .intro.intro--plain .column_content > h6,
.page-template-microsite #top #main .intro.intro--plain .container > p,
.page-template-microsite #top #main .intro.intro--plain .column_content > p,
.page-template-microsite #top #main .intro.intro--plain .container > ol,
.page-template-microsite #top #main .intro.intro--plain .column_content > ol,
.page-template-microsite #top #main .intro.intro--plain .container > ul,
.page-template-microsite #top #main .intro.intro--plain .column_content > ul,
.page-template-microsite #top #main .intro.intro--plain .container > figure,
.page-template-microsite #top #main .intro.intro--plain .column_content > figure,
.page-template-microsite #top #main .intro.intro--plain .container > .wp-block-image,
.page-template-microsite #top #main .intro.intro--plain .column_content > .wp-block-image,
.page-template-microsite #top #main .intro.intro--plain .container > .wp-block-quote,
.page-template-microsite #top #main .intro.intro--plain .column_content > .wp-block-quote,
.page-template-microsite #top #main .intro.intro--plain .container > .addtoany_share_save_container,
.page-template-microsite #top #main .intro.intro--plain .column_content > .addtoany_share_save_container {
  -ms-flex-item-align: center;
      align-self: center;
  width: 1450px !important;
  padding: 0 30px;
  margin: 1rem auto 4rem;
}
@media (max-width: 1450px) {
  .page-template-microsite #top #main .intro.intro--plain .container > h1, .page-template-microsite #top #main .intro.intro--plain .column_content > h1,
  .page-template-microsite #top #main .intro.intro--plain .container > h2,
  .page-template-microsite #top #main .intro.intro--plain .column_content > h2,
  .page-template-microsite #top #main .intro.intro--plain .container > h3,
  .page-template-microsite #top #main .intro.intro--plain .column_content > h3,
  .page-template-microsite #top #main .intro.intro--plain .container > h4,
  .page-template-microsite #top #main .intro.intro--plain .column_content > h4,
  .page-template-microsite #top #main .intro.intro--plain .container > h5,
  .page-template-microsite #top #main .intro.intro--plain .column_content > h5,
  .page-template-microsite #top #main .intro.intro--plain .container > h6,
  .page-template-microsite #top #main .intro.intro--plain .column_content > h6,
  .page-template-microsite #top #main .intro.intro--plain .container > p,
  .page-template-microsite #top #main .intro.intro--plain .column_content > p,
  .page-template-microsite #top #main .intro.intro--plain .container > ol,
  .page-template-microsite #top #main .intro.intro--plain .column_content > ol,
  .page-template-microsite #top #main .intro.intro--plain .container > ul,
  .page-template-microsite #top #main .intro.intro--plain .column_content > ul,
  .page-template-microsite #top #main .intro.intro--plain .container > figure,
  .page-template-microsite #top #main .intro.intro--plain .column_content > figure,
  .page-template-microsite #top #main .intro.intro--plain .container > .wp-block-image,
  .page-template-microsite #top #main .intro.intro--plain .column_content > .wp-block-image,
  .page-template-microsite #top #main .intro.intro--plain .container > .wp-block-quote,
  .page-template-microsite #top #main .intro.intro--plain .column_content > .wp-block-quote,
  .page-template-microsite #top #main .intro.intro--plain .container > .addtoany_share_save_container,
  .page-template-microsite #top #main .intro.intro--plain .column_content > .addtoany_share_save_container {
    padding: 0 4rem;
    width: 100% !important;
  }
}
.page-template-microsite #top #main .intro .intro__wrap {
  margin: 0 auto;
  padding: 0;
  width: 1450px !important;
}
@media (max-width: 1450px) {
  .page-template-microsite #top #main .intro .intro__wrap {
    padding: 0;
    width: 100% !important;
  }
}
.page-template-microsite #top #main .intro .intro__wrap .subtitle {
  padding: 0 50px;
}
@media (max-width: 1450px) {
  .page-template-microsite #top #main .intro .intro__wrap .subtitle {
    padding: 0 4rem;
  }
}
.page-template-microsite #top #main .intro .intro__wrap .intro__content > h1,
.page-template-microsite #top #main .intro .intro__wrap .intro__content > h2,
.page-template-microsite #top #main .intro .intro__wrap .intro__content > h3,
.page-template-microsite #top #main .intro .intro__wrap .intro__content > h4,
.page-template-microsite #top #main .intro .intro__wrap .intro__content > h5,
.page-template-microsite #top #main .intro .intro__wrap .intro__content > h6,
.page-template-microsite #top #main .intro .intro__wrap .intro__content > p,
.page-template-microsite #top #main .intro .intro__wrap .intro__content > ol,
.page-template-microsite #top #main .intro .intro__wrap .intro__content > ul,
.page-template-microsite #top #main .intro .intro__wrap .intro__content > figure {
  width: auto !important;
}
@media (max-width: 1450px) {
  .page-template-microsite #top #main .intro .intro__wrap .intro__content > h1,
  .page-template-microsite #top #main .intro .intro__wrap .intro__content > h2,
  .page-template-microsite #top #main .intro .intro__wrap .intro__content > h3,
  .page-template-microsite #top #main .intro .intro__wrap .intro__content > h4,
  .page-template-microsite #top #main .intro .intro__wrap .intro__content > h5,
  .page-template-microsite #top #main .intro .intro__wrap .intro__content > h6,
  .page-template-microsite #top #main .intro .intro__wrap .intro__content > p,
  .page-template-microsite #top #main .intro .intro__wrap .intro__content > ol,
  .page-template-microsite #top #main .intro .intro__wrap .intro__content > ul,
  .page-template-microsite #top #main .intro .intro__wrap .intro__content > figure {
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .page-template-microsite #top #main .intro .intro__wrap .intro__aside {
    padding: 4rem 0;
  }
}
.page-template-microsite #top #main .intro .intro__wrap .intro__aside .cta-large .cta-large__content {
  padding: 60px;
}
@media (max-width: 1450px) {
  .page-template-microsite #top #main .intro .intro__wrap .intro__aside .cta-large .cta-large__content {
    padding: 6rem 4rem;
  }
}
.page-template-microsite #top #main .intro .intro__wrap .intro__aside .cta-large .cta-large__content .cta-large__col {
  padding-right: 0;
}
@media (max-width: 1450px) {
  .page-template-microsite #top #main .intro .intro__wrap .intro__aside .cta-large .cta-large__content .cta-large__col p {
    margin: auto;
  }
}
.page-template-microsite #top #main .container--breadcrumbs {
  position: relative;
  padding: 0;
  z-index: 1;
}
.page-template-microsite #top #main .container--breadcrumbs .breadcrumb {
  max-width: 1450px;
  padding: 0;
}
.page-template-microsite #top #main .container--breadcrumbs .breadcrumb .breadcrumb__item:first-of-type {
  display: none;
}
.page-template-microsite #top #main .wysiwyg {
  max-width: unset;
}
.page-template-microsite #top #main .wysiwyg > h1,
.page-template-microsite #top #main .wysiwyg > h2,
.page-template-microsite #top #main .wysiwyg > h3,
.page-template-microsite #top #main .wysiwyg > h4,
.page-template-microsite #top #main .wysiwyg > h5,
.page-template-microsite #top #main .wysiwyg > h6,
.page-template-microsite #top #main .wysiwyg > p,
.page-template-microsite #top #main .wysiwyg > ol,
.page-template-microsite #top #main .wysiwyg > ul,
.page-template-microsite #top #main .wysiwyg > figure,
.page-template-microsite #top #main .wysiwyg > .wp-block-image,
.page-template-microsite #top #main .wysiwyg > .wp-block-quote,
.page-template-microsite #top #main .wysiwyg > .addtoany_share_save_container {
  -ms-flex-item-align: center;
      align-self: center;
  width: 1450px !important;
  padding: 0 50px;
  margin: 1rem auto 4rem;
}
.page-template-microsite #top #main .wysiwyg > h1:last-child,
.page-template-microsite #top #main .wysiwyg > h2:last-child,
.page-template-microsite #top #main .wysiwyg > h3:last-child,
.page-template-microsite #top #main .wysiwyg > h4:last-child,
.page-template-microsite #top #main .wysiwyg > h5:last-child,
.page-template-microsite #top #main .wysiwyg > h6:last-child,
.page-template-microsite #top #main .wysiwyg > p:last-child,
.page-template-microsite #top #main .wysiwyg > ol:last-child,
.page-template-microsite #top #main .wysiwyg > ul:last-child,
.page-template-microsite #top #main .wysiwyg > figure:last-child,
.page-template-microsite #top #main .wysiwyg > .wp-block-image:last-child,
.page-template-microsite #top #main .wysiwyg > .wp-block-quote:last-child,
.page-template-microsite #top #main .wysiwyg > .addtoany_share_save_container:last-child {
  margin-bottom: 1rem;
}
@media (max-width: 1450px) {
  .page-template-microsite #top #main .wysiwyg > h1,
  .page-template-microsite #top #main .wysiwyg > h2,
  .page-template-microsite #top #main .wysiwyg > h3,
  .page-template-microsite #top #main .wysiwyg > h4,
  .page-template-microsite #top #main .wysiwyg > h5,
  .page-template-microsite #top #main .wysiwyg > h6,
  .page-template-microsite #top #main .wysiwyg > p,
  .page-template-microsite #top #main .wysiwyg > ol,
  .page-template-microsite #top #main .wysiwyg > ul,
  .page-template-microsite #top #main .wysiwyg > figure,
  .page-template-microsite #top #main .wysiwyg > .wp-block-image,
  .page-template-microsite #top #main .wysiwyg > .wp-block-quote,
  .page-template-microsite #top #main .wysiwyg > .addtoany_share_save_container {
    padding: 0 4rem;
    width: 100% !important;
    max-width: 100%;
  }
}
.page-template-microsite #top #main .wysiwyg > h1,
.page-template-microsite #top #main .wysiwyg > h2,
.page-template-microsite #top #main .wysiwyg > h3,
.page-template-microsite #top #main .wysiwyg > h4,
.page-template-microsite #top #main .wysiwyg > h5,
.page-template-microsite #top #main .wysiwyg > h6 {
  margin: 1.5rem auto;
}
.page-template-microsite #top #main .wysiwyg p > img.alignleft, .page-template-microsite #top #main .wysiwyg p > img.alignright {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .page-template-microsite #top #main .wysiwyg p > img.alignleft, .page-template-microsite #top #main .wysiwyg p > img.alignright {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 1.4rem;
  }
}
@media (max-width: 768px) {
  .page-template-microsite #top #main .wysiwyg p > img.alignleft, .page-template-microsite #top #main .wysiwyg p > img.alignright {
    margin-top: 0;
    margin-left: 0;
  }
}
@media (max-width: 550px) {
  .page-template-microsite #top #main .wysiwyg p > img.alignleft, .page-template-microsite #top #main .wysiwyg p > img.alignright {
    margin-bottom: 1.4rem;
  }
}
.page-template-microsite #top #main .wysiwyg p > img.alignleft {
  margin-right: 2rem;
}
.page-template-microsite #top #main .wysiwyg p > img.alignright {
  margin-left: 2rem;
}
.page-template-microsite #top #main .wysiwyg p:after {
  content: " ";
  display: block;
  width: 100%;
}
.page-template-microsite #top #main .container, .page-template-microsite #top #main .column_content {
  max-width: unset;
}
.page-template-microsite #top #main .container .intro, .page-template-microsite #top #main .column_content .intro {
  padding-bottom: 4rem;
}
@media (max-width: 1450px) {
  .page-template-microsite #top #main .container, .page-template-microsite #top #main .column_content {
    padding: 0 4rem;
  }
}
.page-template-microsite #top #main article > .container, .page-template-microsite #top #main article > .column_content {
  padding: 0;
}
.page-template-microsite #top #main .layout {
  padding: 50px 0;
  margin-top: 0;
  margin-bottom: 0;
}
.page-template-microsite #top #main .layout .layout {
  padding: 0;
}
.page-template-microsite #top #main .layout .container, .page-template-microsite #top #main .layout .column_content {
  padding: 0;
  margin-bottom: 0;
}
.page-template-microsite #top #main .layout .column_content {
  max-width: 1450px;
  margin: 0 auto;
}
@media (max-width: 1450px) {
  .page-template-microsite #top #main .layout .column_content {
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .page-template-microsite #top #main .layout .column_content.sticky_right .column_content__col:first-child .column_content_stick {
    position: sticky;
    top: 194px;
  }
}
@media (min-width: 1024px) {
  .page-template-microsite #top #main .layout .column_content.sticky_left .column_content__col:first-child .column_content_stick {
    position: sticky;
    top: 194px;
  }
  .page-template-microsite #top #main .layout .column_content.sticky_left .column_content__col:last-child .column_content_stick:first-child {
    position: initial;
  }
}
.page-template-microsite #top #main .layout .column_content .column_content__col {
  padding: 0;
}
.page-template-microsite #top #main .layout .column_content .column_content__col .column_content_stick .featured-partners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .page-template-microsite #top #main .layout .column_content .column_content__col .column_content_stick .featured-partners {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-template-microsite #top #main .layout .column_content .column_content__col .column_content_stick .featured-partners .featured-partner a {
  padding: 0 50px;
}
@media (max-width: 1450px) {
  .page-template-microsite #top #main .layout .column_content .column_content__col .column_content_stick .featured-partners .featured-partner a {
    padding: 0 4rem;
    display: block;
  }
}
.page-template-microsite #top #main .layout .column_content .column_content__col .column_content_stick .featured-partners .featured-partner .featured-partner__excerpt {
  display: none;
}
.page-template-microsite #top #main .layout .column_content .featured-partners .featured-partner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-template-microsite #top #main .layout .column_content .wysiwyg > h1,
.page-template-microsite #top #main .layout .column_content .wysiwyg > h2,
.page-template-microsite #top #main .layout .column_content .wysiwyg > h3,
.page-template-microsite #top #main .layout .column_content .wysiwyg > h4,
.page-template-microsite #top #main .layout .column_content .wysiwyg > h5,
.page-template-microsite #top #main .layout .column_content .wysiwyg > h6,
.page-template-microsite #top #main .layout .column_content .wysiwyg > p,
.page-template-microsite #top #main .layout .column_content .wysiwyg > ol,
.page-template-microsite #top #main .layout .column_content .wysiwyg > ul,
.page-template-microsite #top #main .layout .column_content .wysiwyg > figure,
.page-template-microsite #top #main .layout .column_content .wysiwyg > .wp-block-image,
.page-template-microsite #top #main .layout .column_content .wysiwyg > .wp-block-quote,
.page-template-microsite #top #main .layout .column_content .wysiwyg > .addtoany_share_save_container {
  width: auto !important;
  padding: 0 50px;
}
@media (max-width: 1450px) {
  .page-template-microsite #top #main .layout .column_content .wysiwyg > h1,
  .page-template-microsite #top #main .layout .column_content .wysiwyg > h2,
  .page-template-microsite #top #main .layout .column_content .wysiwyg > h3,
  .page-template-microsite #top #main .layout .column_content .wysiwyg > h4,
  .page-template-microsite #top #main .layout .column_content .wysiwyg > h5,
  .page-template-microsite #top #main .layout .column_content .wysiwyg > h6,
  .page-template-microsite #top #main .layout .column_content .wysiwyg > p,
  .page-template-microsite #top #main .layout .column_content .wysiwyg > ol,
  .page-template-microsite #top #main .layout .column_content .wysiwyg > ul,
  .page-template-microsite #top #main .layout .column_content .wysiwyg > figure,
  .page-template-microsite #top #main .layout .column_content .wysiwyg > .wp-block-image,
  .page-template-microsite #top #main .layout .column_content .wysiwyg > .wp-block-quote,
  .page-template-microsite #top #main .layout .column_content .wysiwyg > .addtoany_share_save_container {
    padding: 0 4rem;
  }
}
.page-template-microsite #top #main .layout.layout--cta .container, .page-template-microsite #top #main .layout.layout--cta .column_content {
  max-width: 1450px;
}
.page-template-microsite #top #main .layout.layout--cta .container .cta-large, .page-template-microsite #top #main .layout.layout--cta .column_content .cta-large {
  margin: 0 50px;
}
@media (max-width: 1450px) {
  .page-template-microsite #top #main .layout.layout--cta .container .cta-large, .page-template-microsite #top #main .layout.layout--cta .column_content .cta-large {
    margin: 0 4rem;
  }
}
.page-template-microsite #top #main .layout.layout--cta .container .cta-large .cta-large__content .cta-large__col, .page-template-microsite #top #main .layout.layout--cta .column_content .cta-large .cta-large__content .cta-large__col {
  padding-right: 0;
}
.page-template-microsite #top #main .layout .partners {
  max-width: 1450px;
  margin: 0 auto;
}
.page-template-microsite #top #main .layout .partners .container, .page-template-microsite #top #main .layout .partners .column_content {
  padding: 0 50px;
  text-align: center;
}
.page-template-microsite #top #main .layout .partners .container .partners__listing .partner, .page-template-microsite #top #main .layout .partners .column_content .partners__listing .partner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.page-template-microsite #top #main .layout .resources-listing .container, .page-template-microsite #top #main .layout .resources-listing .column_content {
  max-width: 1450px;
  padding: 0 50px;
}
.page-template-microsite #top #main .layout blockquote.quote {
  margin: 50px auto;
  margin-bottom: 0;
}
.page-template-microsite #top #footer {
  padding: 30px 0 !important;
}
@media (max-width: 1023px) {
  .page-template-microsite #top #footer .container .footer__wrap .footer__col, .page-template-microsite #top #footer .column_content .footer__wrap .footer__col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-template-microsite #top #footer .container .footer__wrap .footer__col:first-of-type, .page-template-microsite #top #footer .column_content .footer__wrap .footer__col:first-of-type {
  margin-right: 0;
  max-width: unset;
  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;
}
.page-template-microsite #top #footer .container .footer__wrap .footer__col .footer__logo, .page-template-microsite #top #footer .column_content .footer__wrap .footer__col .footer__logo {
  margin: 0;
  margin-right: 30px;
}
@media (max-width: 1023px) {
  .page-template-microsite #top #footer .container .footer__wrap .footer__col .footer__logo, .page-template-microsite #top #footer .column_content .footer__wrap .footer__col .footer__logo {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.page-template-microsite #top #footer .container .footer__wrap .footer__col .footer__logo img, .page-template-microsite #top #footer .column_content .footer__wrap .footer__col .footer__logo img {
  width: 225px;
}
@media (max-width: 768px) {
  .page-template-microsite #top #footer .container .footer__wrap .footer__col .footer-nav .footer-nav__links, .page-template-microsite #top #footer .column_content .footer__wrap .footer__col .footer-nav .footer-nav__links {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.page-template-microsite #top #footer .container .footer-nav__links--utility, .page-template-microsite #top #footer .column_content .footer-nav__links--utility {
  margin-top: 15px;
}
.page-template-microsite #top #footer .container .footer-nav__links--utility ul, .page-template-microsite #top #footer .column_content .footer-nav__links--utility ul {
  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;
  list-style-type: none;
  padding: 0;
}
.page-template-microsite #top #footer .container .footer-nav__links--utility ul li, .page-template-microsite #top #footer .column_content .footer-nav__links--utility ul li {
  margin: 0 1em;
}
.page-template-microsite #top #footer .container .footer-nav__links--utility ul li a, .page-template-microsite #top #footer .column_content .footer-nav__links--utility ul li a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.7);
  font-family: "museo-slab", serif, serif;
  font-weight: 500;
  text-decoration: underline;
  line-height: 1.4;
  font-size: 1.4rem;
}
.page-template-microsite #top #footer .container .footer-nav__links--utility ul li a:hover, .page-template-microsite #top #footer .column_content .footer-nav__links--utility ul li a:hover {
  color: #b19be6;
}

.layout {
  position: relative;
}

.container, .column_content {
  padding: 0 20px;
  width: 100%;
  margin: 0 auto;
  max-width: 1400px;
  position: relative;
}
@media (min-width: 768px) {
  .container, .column_content {
    padding: 0 30px;
  }
}
@media (min-width: 1024px) {
  .container, .column_content {
    padding: 0 30px 0 75px;
  }
}
@media (min-width: 1500px) {
  .container, .column_content {
    padding: 0;
  }
}
.container .container--breadcrumbs, .column_content .container--breadcrumbs,
.container .column_content,
.column_content .column_content {
  padding: 0;
}
@media (min-width: 768px) {
  .container .container--breadcrumbs, .column_content .container--breadcrumbs,
  .container .column_content,
  .column_content .column_content {
    padding: 0;
  }
}
.container .container--breadcrumbs.breadcrumb--top-padding, .column_content .container--breadcrumbs.breadcrumb--top-padding,
.container .column_content.breadcrumb--top-padding,
.column_content .column_content.breadcrumb--top-padding {
  padding-top: 30px;
}
@media (max-width: 767px) {
  .container--breadcrumbs {
    display: none;
  }
}
.container--impact {
  padding-bottom: 6rem;
}
@media (min-width: 1024px) {
  .container--impact {
    padding-bottom: 0;
  }
}
.container--xl {
  max-width: 1600px;
}
@media (min-width: 1460px) and (max-width: 1640px) {
  .container--xl {
    padding: 0 20px;
  }
}
.container .container, .column_content .container, .container .column_content, .column_content .column_content {
  padding: 0;
}
@media (min-width: 768px) {
  .container .container, .column_content .container, .container .column_content, .column_content .column_content {
    padding: 0;
  }
}

@media (min-width: 1024px) {
  .column_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .column_content__col {
    width: 100%;
  }
  .column_content__col > .wysiwyg > *:first-child {
    margin-top: 0;
  }
  .column_content.equal .column_content__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 48.928571429%;
            flex: 0 1 48.928571429%;
  }
  .column_content.border .column_content__col {
    padding-top: 25px;
  }
  .column_content.wide_left .column_content__col:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 55.208333333%;
            flex: 0 1 55.208333333%;
  }
  .column_content.wide_left .column_content__col:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 36.458333333%;
            flex: 0 1 36.458333333%;
  }
  .column_content.wide_left .column_content__col.intro__content:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
  .column_content.wide_right .column_content__col:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 36.458333333%;
            flex: 0 1 36.458333333%;
  }
  .column_content.wide_right .column_content__col:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 55.208333333%;
            flex: 0 1 55.208333333%;
  }
  .column_content.sticky_left .column_content__col .column_content_stick:first-child {
    position: sticky;
    top: 105px;
    z-index: 2;
  }
  .page-wide .column_content.sticky_left .column_content__col .column_content_stick:first-child {
    top: 175px;
  }
  .column_content.sticky_left .column_content__col .column_content_stick:first-child .page-wide.admin-bar {
    top: 195px;
  }
  .column_content.sticky_right .column_content__col .column_content_stick:last-child {
    position: sticky;
    top: 168px;
    z-index: 2;
  }
}

.country-template-default .column_content_stick {
  padding-bottom: 30px;
}

.a2a_floating_style {
  z-index: 99999 !important;
}

.archive-listing {
  padding: 5rem 0;
}
.archive-listing:nth-child(even) {
  background: #f1f1f5;
}
.archive-listing--featured {
  background-image: linear-gradient(46deg, #212062 0%, #674090 100%);
}
@media (min-width: 768px) {
  .archive-listing__layout {
    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;
  }
}
@media (min-width: 768px) {
  .archive-listing__col {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .archive-listing__col--img, .archive-listing__col--meta {
    -ms-flex-preferred-size: 15%;
        flex-basis: 15%;
  }
  .archive-listing__col--content {
    -ms-flex-preferred-size: calc(70% - 8rem);
        flex-basis: calc(70% - 8rem);
    padding-right: 4rem;
  }
}
@media (min-width: 1024px) {
  .archive-listing__col--img, .archive-listing__col--meta {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
  .archive-listing__col--content {
    -ms-flex-preferred-size: calc(60% - 8rem);
        flex-basis: calc(60% - 8rem);
  }
}
@media (max-width: 767px) {
  .archive-listing__figure {
    margin-bottom: 3rem;
  }
}
.archive-listing__figure img {
  border-radius: 0px;
}
.archive-listing__figure--resource img {
  border-radius: 0;
}
.archive-listing__featured {
  color: #fff;
  font-size: 2rem;
  position: relative;
  padding-bottom: 3rem;
  margin-bottom: 2rem;
  display: block;
}
.archive-listing__featured:after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 30px;
  height: 2px;
  background: #00b4b1;
}
.archive-listing__link {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.archive-listing__link:hover .archive-listing__title {
  color: #00a5a3;
}
.js .keyboard--focus .archive-listing__link:focus .archive-listing__title, .no-js .archive-listing__link:focus .archive-listing__title {
  color: #00a5a3;
}
.archive-listing__title {
  font-family: "museo-slab", serif;
  font-weight: 300;
  line-height: 1.1;
  margin: 0;
  color: #25245d;
  clear: both;
  font-weight: 500;
  font-size: 2.2rem;
  margin-bottom: 2rem;
}
.archive-listing__title a {
  color: inherit;
}
@media (min-width: 1024px) {
  .archive-listing__title {
    font-size: 2.8rem;
  }
}
.archive-listing--featured .archive-listing__title {
  color: #fff;
}
.archive-listing__excerpt {
  font-size: 1.6rem;
  color: #2b2b2b;
  line-height: 1.4;
}
@media (min-width: 1200px) {
  .archive-listing__excerpt {
    font-size: 2rem;
  }
}
.archive-listing__excerpt p {
  margin: 0;
}
.archive-listing--featured .archive-listing__excerpt {
  color: #fff;
}
.archive-listing__actions {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.archive-listing__download {
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.archive-listing__download:hover {
  text-decoration: underline;
}
.js .keyboard--focus .archive-listing__download:focus, .no-js .archive-listing__download:focus {
  text-decoration: underline;
}
.archive-listing__meta {
  color: #25245d;
}
@media (max-width: 767px) {
  .archive-listing__meta {
    margin-top: 3rem;
  }
}
.archive-listing--featured .archive-listing__meta {
  color: #fff;
}

.meta__item {
  margin-bottom: 2rem;
  line-height: 1.3;
}
.meta__item:last-child {
  margin-bottom: 0;
}

.area:focus {
  outline: none;
}
.area__title {
  font-family: "museo-slab", serif;
  font-weight: 300;
  line-height: 1.1;
  margin: 0;
  color: #25245d;
  clear: both;
  font-size: 3.2rem;
  position: relative;
  overflow: hidden;
  margin: 15px 0;
  line-height: 1.3;
}
.area__title a {
  color: inherit;
}
.main__content .area__title {
  margin-top: 2em;
}
@media (min-width: 640px) {
  .area__title {
    font-size: 3.4rem;
  }
}
@media (min-width: 768px) {
  .area__title {
    font-size: 3.6rem;
  }
}
@media (min-width: 1024px) {
  .area__title {
    font-size: 4rem;
  }
}
@media (min-width: 1200px) {
  .area__title {
    font-size: 5rem;
    max-width: 90%;
  }
  .column_content .area__title {
    max-width: 100%;
  }
  .area__title.staff-intro__title {
    max-width: 100%;
  }
}
@media (min-width: 1920px) {
  .area__title {
    font-size: 5.9rem;
  }
  .area__title:after {
    bottom: 10px;
  }
}
.area__title__icon {
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
}
.area__title__text {
  display: inline-block;
  vertical-align: middle;
}
.area__border {
  border-bottom: 3px solid rgba(30, 28, 119, 0.2);
  margin-bottom: 120px;
}
.area--last .area__border {
  border-bottom: none;
  margin-bottom: 0;
}

.cta-large + .area__border {
  display: none;
}

.breadcrumb {
  margin: 40px 0 40px;
  padding: 0;
  list-style: none;
  position: relative;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1400px) {
  .breadcrumb {
    padding: 0 30px;
  }
}
.breadcrumb--top-padding {
  padding-top: 30px;
}
.breadcrumb__item {
  display: inline-block;
  font-family: "museo-slab", serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #25245d;
}
.breadcrumb__link,
.breadcrumb a {
  color: #1e1c77;
  text-decoration: none;
}
.breadcrumb__link--home,
.breadcrumb a--home {
  position: relative;
}
.breadcrumb__link .svg-fill,
.breadcrumb a .svg-fill {
  fill: #1e1c77;
}
.breadcrumb__divide, .breadcrumb__dots {
  display: inline-block;
  text-align: center;
  color: #BBB;
}
.breadcrumb__divide {
  width: 20px;
}
.breadcrumb__dots {
  width: auto;
}

.translated-ltr .breadcrumb {
  margin: 40px 0px 40px;
}

.burger,
.burger::before,
.burger::after {
  -webkit-transition: inherit;
  transition: inherit;
  width: 25px;
  height: 3px;
  border-radius: 1px;
  background-color: #25245d;
  border-bottom: 1px solid #25245d;
  display: block;
  position: absolute;
}
@media (min-width: 1025px) {
  .burger,
  .burger::before,
  .burger::after {
    width: 28px;
    height: 4px;
    border-bottom: none;
    border-radius: 2px;
  }
}
.menu-open .burger,
.menu-open .burger::before,
.menu-open .burger::after {
  border-bottom-color: #FFF;
}

.burger {
  left: 21px;
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: -1px;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.burger::before, .burger::after {
  content: "";
}
.burger::before {
  top: -6px;
}
.burger::after {
  bottom: -7px;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
@media (min-width: 1025px) {
  .burger {
    margin-top: -3px;
  }
  .burger::before {
    top: -10px;
  }
  .burger::after {
    bottom: -10px;
  }
}

.btn, .hs-form .hs-button,
.button {
  font: 700 1.6rem "museo-slab", serif;
  text-align: center;
  padding: 20px 40px;
  display: inline-block;
  border-radius: 36px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
  -webkit-appearance: none;
}
.btn--primary, .hs-form .hs-button,
.button--primary {
  background: #00a5a3;
  color: #fff;
}
.btn--primary:hover, .hs-form .hs-button:hover,
.button--primary:hover {
  background-color: #006975;
  color: #FFF;
}
.js .keyboard--focus .btn--primary:focus, .js .keyboard--focus .hs-form .hs-button:focus, .hs-form .js .keyboard--focus .hs-button:focus, .no-js .btn--primary:focus, .no-js .hs-form .hs-button:focus, .hs-form .no-js .hs-button:focus,
.js .keyboard--focus .button--primary:focus,
.no-js .button--primary:focus {
  background-color: #006975;
  color: #FFF;
}
.btn--secondary, .btn.button-donate, .hs-form .button-donate.hs-button,
.button--secondary,
.button.button-donate {
  background: #f46700;
  color: #fff;
}
.btn--secondary:hover, .btn.button-donate:hover, .hs-form .button-donate.hs-button:hover,
.button--secondary:hover,
.button.button-donate:hover {
  background-color: #d55b02;
  color: #FFF;
}
.js .keyboard--focus .btn--secondary:focus, .no-js .btn--secondary:focus, .js .keyboard--focus .btn.button-donate:focus, .js .keyboard--focus .hs-form .button-donate.hs-button:focus, .hs-form .js .keyboard--focus .button-donate.hs-button:focus, .no-js .btn.button-donate:focus, .no-js .hs-form .button-donate.hs-button:focus, .hs-form .no-js .button-donate.hs-button:focus,
.js .keyboard--focus .button--secondary:focus,
.no-js .button--secondary:focus,
.js .keyboard--focus .button.button-donate:focus,
.no-js .button.button-donate:focus {
  background-color: #d55b02;
  color: #FFF;
}
.btn--outline,
.button--outline {
  background: #fff;
  color: #25245d;
  border: 1px solid #00a5a3;
}
.btn--outline:hover,
.button--outline:hover {
  color: #fff;
  background: #00a5a3;
}
.btn--outline:hover .btn--outline__icon,
.button--outline:hover .btn--outline__icon {
  fill: #fff;
}
.js .keyboard--focus .btn--outline:focus, .no-js .btn--outline:focus,
.js .keyboard--focus .button--outline:focus,
.no-js .button--outline:focus {
  color: #fff;
  background: #00a5a3;
}
.js .keyboard--focus .btn--outline:focus .btn--outline__icon, .no-js .btn--outline:focus .btn--outline__icon,
.js .keyboard--focus .button--outline:focus .btn--outline__icon,
.no-js .button--outline:focus .btn--outline__icon {
  fill: #fff;
}
.btn--outline__icon,
.button--outline__icon {
  fill: #25245d;
  position: relative;
  top: -2px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.btn--white,
.button--white {
  background: #fff;
  color: #25245d;
}
.btn--white:hover,
.button--white:hover {
  color: #fff;
  background: #00a5a3;
}
.js .keyboard--focus .btn--white:focus, .no-js .btn--white:focus,
.js .keyboard--focus .button--white:focus,
.no-js .button--white:focus {
  color: #fff;
  background: #00a5a3;
}
.btn--link,
.button--link {
  padding: 0 0 5px 0;
  font-family: "museo-slab", serif;
  line-height: 1.2;
  color: #25245d;
  border-bottom: 3px solid #00a5a3;
}
.btn--link:hover,
.button--link:hover {
  color: #00a5a3;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
}
.js .keyboard--focus .btn--link:focus, .no-js .btn--link:focus,
.js .keyboard--focus .button--link:focus,
.no-js .button--link:focus {
  color: #00a5a3;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
}
.btn[disabled], .hs-form [disabled].hs-button,
.button[disabled] {
  background: rgba(11.2653061224, 10.5142857143, 44.6857142857, 0.2);
  cursor: not-allowed;
}
.btn__svg,
.button__svg {
  margin-right: 20px;
}
.btn__svg, .btn__text,
.button__svg,
.button__text {
  display: inline-block;
  vertical-align: middle;
}

input[type=submit] {
  border: 0;
}

.card {
  border-bottom: 3px solid rgba(30, 28, 119, 0.2);
  margin-bottom: 3rem;
}
.card:last-of-type {
  border-bottom: 0;
}
.card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "museo-slab", serif;
  font-weight: 300;
  line-height: 1.1;
  margin: 0;
  color: #25245d;
  clear: both;
  font-size: 2.1rem;
  line-height: 1.35;
  margin-bottom: 0;
}
.card__title a {
  color: inherit;
}
@media (min-width: 1024px) {
  .card__title {
    font-size: 2.8rem;
  }
}
.card__text {
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 2rem 0 4rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .card__text {
    font-size: 2rem;
    line-height: 1.8;
    width: 90%;
  }
  .column_content .card__text {
    max-width: 100%;
  }
}
.card__text.text-link a {
  font-size: 16px;
  color: #2b2b2b;
  font-family: "PublicSans", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 3px;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: relative;
}
.card__text.text-link a:after {
  content: "–";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.card__text.text-link a:hover, .card__text.text-link a:focus {
  border-bottom-color: #2b2b2b;
  color: #2b2b2b;
}
.card__text.large {
  font-size: 1.8rem;
  font-weight: 300;
  font-family: "museo-slab", serif;
}
@media (min-width: 1024px) {
  .card__text.large {
    font-size: 2.3rem;
  }
}
.card__text.callout {
  font-size: 3rem;
  font-weight: 500;
  font-family: "museo-slab", serif;
}
@media (max-width: 639px) {
  .card__text {
    margin-bottom: 2rem;
  }
}
.card__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 70px;
          flex: 0 1 70px;
  margin: 0 2rem 0 0;
}
.card__link {
  color: inherit;
}
.card__link:hover {
  color: inherit;
}
.card__link:hover .card__title {
  color: #00a5a3;
}
.js .keyboard--focus .card__link:focus, .no-js .card__link:focus {
  color: inherit;
}
.js .keyboard--focus .card__link:focus .card__title, .no-js .card__link:focus .card__title {
  color: #00a5a3;
}

@media (min-width: 768px) {
  .wide_right .list-content--even .card:nth-last-child(2) {
    border-bottom: 0;
  }
}

.card-list {
  margin-bottom: 4rem;
}
.card-list__title {
  font-family: "museo-slab", serif;
  font-weight: 300;
  line-height: 1.1;
  margin: 0;
  color: #25245d;
  clear: both;
  font-family: "museo-slab", serif;
  font-weight: 300;
  line-height: 1.1;
  margin: 0;
  color: #25245d;
  clear: both;
  font-size: 3.2rem;
  position: relative;
  overflow: hidden;
  margin: 15px 0;
  line-height: 1.3;
  margin: 0 auto 4rem;
}
.card-list__title a {
  color: inherit;
}
.card-list__title a {
  color: inherit;
}
.main__content .card-list__title {
  margin-top: 2em;
}
@media (min-width: 640px) {
  .card-list__title {
    font-size: 3.4rem;
  }
}
@media (min-width: 768px) {
  .card-list__title {
    font-size: 3.6rem;
  }
}
@media (min-width: 1024px) {
  .card-list__title {
    font-size: 4rem;
  }
}
@media (min-width: 1200px) {
  .card-list__title {
    font-size: 5rem;
    max-width: 90%;
  }
  .column_content .card-list__title {
    max-width: 100%;
  }
  .card-list__title.staff-intro__title {
    max-width: 100%;
  }
}
@media (min-width: 1920px) {
  .card-list__title {
    font-size: 5.9rem;
  }
  .card-list__title:after {
    bottom: 10px;
  }
}
@media (max-width: 639px) {
  .card-list__title {
    font-size: 3rem;
  }
}
@media (min-width: 640px) {
  .card-list__title {
    max-width: 80%;
    text-align: center;
  }
}
.card-list__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin: 0 -1rem;
}
@media (max-width: 639px) {
  .card-list__container .staff--no-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 2rem);
            flex: 0 1 calc(50% - 2rem);
    margin: 0 1rem 2rem;
  }
}
@media (min-width: 640px) {
  .card-list__container .card {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 2rem);
            flex: 0 1 calc(50% - 2rem);
    margin: 0 1rem 2rem;
  }
  .card-list__container .staff--card {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 2rem);
            flex: 0 1 calc(50% - 2rem);
    margin: 0 1rem 2rem;
  }
}
@media (min-width: 768px) {
  .card-list__container .card {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(33% - 2rem);
            flex: 0 1 calc(33% - 2rem);
    max-width: calc(33% - 2rem);
  }
  .card-list__container .staff--card {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(33% - 2rem);
            flex: 0 1 calc(33% - 2rem);
    max-width: calc(33% - 2rem);
  }
}
@media (min-width: 1024px) {
  .card-list__container .staff--card {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(20% - 2rem);
            flex: 0 1 calc(20% - 2rem);
    max-width: calc(20% - 2rem);
  }
}
.card-list .card,
.card-list .staff--card {
  background: #f1f1f5;
  border: 4px solid rgba(30, 28, 119, 0.2);
  border-radius: 0px;
  padding: 2rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.card-list .card__img-wrap,
.card-list .staff--card__img-wrap {
  background: #fff;
  border: 3px solid rgba(30, 28, 119, 0.2);
  border-radius: 100%;
  padding: 0.5rem;
  width: 150px;
  height: 150px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .card-list .card__img-wrap,
  .card-list .staff--card__img-wrap {
    width: 120px;
    height: 120px;
  }
}
.card-list .card__header,
.card-list .staff--card__header {
  display: block;
}
.card-list .card__img,
.card-list .staff--card__img {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.card-list .card__img[src*=".svg"],
.card-list .staff--card__img[src*=".svg"] {
  height: 80px;
  width: 80px;
}
.card-list .card__title,
.card-list .staff--card__title {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-weight: 500;
  font-size: 2.2rem;
  text-align: center;
  margin: 2rem 0 1rem;
}
@media (min-width: 1024px) {
  .card-list .card__title,
  .card-list .staff--card__title {
    font-size: 2.8rem;
  }
}
.card-list .card .staff__name,
.card-list .staff--card .staff__name {
  margin-left: 0;
  font-size: 2.2rem;
}
.card-list .card__link,
.card-list .staff--card__link {
  margin: -2rem;
  padding: 2rem;
  display: block;
  border-radius: 0px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.card-list .card__link:hover,
.card-list .staff--card__link:hover {
  background: #25245d;
}
.card-list .card__link:hover .card__title,
.card-list .card__link:hover .card__text,
.card-list .card__link:hover .card__action,
.card-list .card__link:hover .staff__name,
.card-list .card__link:hover .staff__title,
.card-list .staff--card__link:hover .card__title,
.card-list .staff--card__link:hover .card__text,
.card-list .staff--card__link:hover .card__action,
.card-list .staff--card__link:hover .staff__name,
.card-list .staff--card__link:hover .staff__title {
  color: #fff;
}
.js .keyboard--focus .card-list .card__link:focus, .no-js .card-list .card__link:focus,
.js .keyboard--focus .card-list .staff--card__link:focus,
.no-js .card-list .staff--card__link:focus {
  background: #25245d;
}
.js .keyboard--focus .card-list .card__link:focus .card__title,
.js .keyboard--focus .card-list .card__link:focus .card__text,
.js .keyboard--focus .card-list .card__link:focus .card__action,
.js .keyboard--focus .card-list .card__link:focus .staff__name,
.js .keyboard--focus .card-list .card__link:focus .staff__title, .no-js .card-list .card__link:focus .card__title,
.no-js .card-list .card__link:focus .card__text,
.no-js .card-list .card__link:focus .card__action,
.no-js .card-list .card__link:focus .staff__name,
.no-js .card-list .card__link:focus .staff__title,
.js .keyboard--focus .card-list .staff--card__link:focus .card__title,
.js .keyboard--focus .card-list .staff--card__link:focus .card__text,
.js .keyboard--focus .card-list .staff--card__link:focus .card__action,
.js .keyboard--focus .card-list .staff--card__link:focus .staff__name,
.js .keyboard--focus .card-list .staff--card__link:focus .staff__title,
.no-js .card-list .staff--card__link:focus .card__title,
.no-js .card-list .staff--card__link:focus .card__text,
.no-js .card-list .staff--card__link:focus .card__action,
.no-js .card-list .staff--card__link:focus .staff__name,
.no-js .card-list .staff--card__link:focus .staff__title {
  color: #fff;
}
.card-list .card__action,
.card-list .staff--card__action {
  display: inline-block;
  margin-bottom: 2rem;
}
.card-list .staff--card {
  margin-bottom: 3rem;
}
.card-list .staff--card .card__img-wrap {
  background: none;
  border: 0;
  padding: 0;
}
.card-list .staff--card.staff--no-img {
  padding: 1rem;
  min-height: 70px;
}
.card-list .staff--card.staff--no-img .staff__name {
  margin-top: auto;
  margin-bottom: auto;
  font-size: 1.8rem;
}
@media (max-width: 639px) {
  .card-list .staff--card.staff--no-img .staff__name {
    font-size: 1.6rem;
  }
  .card-list .staff--card.staff--no-img .staff__name .staff__title {
    font-size: 1.4rem;
  }
}
.card-list .card--alt-bg {
  background-image: linear-gradient(23deg, #212062 3%, #674090 100%);
  border: none;
}
.card-list .card--alt-bg .card__link {
  border-radius: 0px;
}
.card-list .card--alt-bg .card__title,
.card-list .card--alt-bg .card__text,
.card-list .card--alt-bg .card__action {
  color: #fff;
}

.card-container--list {
  position: relative;
  z-index: 1;
}

.country-contact {
  text-align: center;
  margin: 2rem 0;
}
@media (min-width: 500px) {
  .country-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: left;
  }
}
@media (min-width: 500px) and (max-width: 639px) {
  .country-contact {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.country-contact address {
  font-size: 2rem;
  color: #2b2b2b;
  margin-bottom: 2rem;
  line-height: 1.3;
}
.country-contact__email {
  font-size: 1.8rem;
  max-width: 400px;
}
.country-contact__phone {
  font-size: 2rem;
  color: #2b2b2b;
  display: block;
  margin-bottom: 2rem;
}
@media (min-width: 640px) {
  .country-contact__phone {
    margin-left: 3rem;
  }
}
@media (min-width: 1024px) and (max-width: 1399px) {
  .country-contact__phone {
    margin-left: 0;
  }
}
.country-contact__phone--alt {
  margin-left: 38px;
}
@media (min-width: 640px) {
  .country-contact__phone--alt {
    margin-left: 68px;
  }
}
@media (min-width: 1024px) and (max-width: 1399px) {
  .country-contact__phone--alt {
    margin-left: 38px;
  }
}
@media (min-width: 640px) {
  .country-contact__col {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 300px;
  }
}
@media (min-width: 1024px) and (max-width: 1399px) {
  .country-contact__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.country-contact__actions {
  margin-top: 2rem;
  width: 100%;
}

.country-list__wrap {
  border-top: 2px solid rgba(30, 28, 119, 0.2);
  padding-top: 4rem;
  margin-top: 4rem;
}
.country-list__title {
  font-family: "museo-slab", serif;
  font-weight: 300;
  font-size: 1.9rem;
}
.country-list__item {
  margin-bottom: 1rem;
}
.wysiwyg .country-list__item {
  padding-left: 0;
}
.country-list__item:before {
  display: none;
}
.country-list__link {
  color: #2b2b2b;
  font-size: 1.6rem;
}
@media (min-width: 1024px) {
  .country-list__link {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .country-list__link {
    font-size: 2.4rem;
  }
}
.country-list__link:hover .country-list__flag {
  opacity: 1;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.js .keyboard--focus .country-list__link:focus .country-list__flag, .no-js .country-list__link:focus .country-list__flag {
  opacity: 1;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.country-list__flag {
  width: 32px;
  vertical-align: middle;
  margin-right: 2rem;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.4;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.wysiwyg .country-list__flag {
  border-radius: 0;
}

.cta-large {
  border-radius: 0px;
  position: relative;
  margin-bottom: 70px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .cta-large {
    margin-bottom: 109px;
  }
}
.cta-large__images {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  border-radius: 0px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: linear-gradient(23deg, #212062 3%, #674090 100%);
}
@media (min-width: 768px) {
  .cta-large__images {
    background-image: url("../img/logomark.png"), linear-gradient(23deg, #212062 3%, #674090 100%);
    background-size: auto;
    background-position: 96% 100%;
  }
}
.cta-large__images__bg {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
}
.cta-large__images__fg {
  position: relative;
  z-index: 2;
  width: 70%;
  margin-left: 30%;
}
@media (min-width: 768px) {
  .cta-large__images__fg {
    right: 0;
    width: 35%;
    position: absolute;
    bottom: 0;
  }
}
@media (min-width: 1200px) {
  .cta-large__images__fg {
    width: 45%;
  }
}
.cta-large__content {
  padding: 50px 30px;
  position: relative;
  z-index: 2;
  text-align: center;
}
@media (min-width: 640px) {
  .cta-large__content {
    padding: 50px;
  }
}
@media (min-width: 768px) {
  .cta-large__content {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .cta-large__content--centered {
    text-align: center;
    display: block;
  }
  .cta-large__content--centered p {
    margin: 0 auto 20px;
    max-width: 470px;
  }
  .cta-large__content--centered .cta-large__title {
    margin: 0.83em auto;
  }
}
@media (min-width: 1024px) {
  .cta-large__content--centered p {
    max-width: 600px;
  }
}
@media (min-width: 1200px) {
  .cta-large__content {
    padding: 80px;
  }
  .cta-large__content--centered p {
    max-width: 800px;
  }
}
@media (min-width: 1400px) {
  .cta-large__content {
    padding: 100px 80px;
  }
}
@media (min-width: 1920px) {
  .cta-large__content {
    padding: 144px 80px;
  }
}
@media (min-width: 768px) {
  .cta-large__col {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 40%;
            flex: 1 0 40%;
  }
  .cta-large__col--content {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    padding-right: 3rem;
  }
}
@media (min-width: 768px) {
  .cta-large__col--image p {
    max-width: 400px;
  }
}
@media (min-width: 1024px) {
  .cta-large__col--image p {
    max-width: 574px;
  }
}
.cta-large p {
  font-size: 3rem;
  margin-top: 0;
  font-family: "museo-slab", serif;
  font-weight: 300;
  color: #FFF;
  line-height: 1.285714286;
}
.cta-large p:last-child {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .cta-large p {
    font-size: 3.6rem;
  }
}
@media (min-width: 1200px) {
  .cta-large p {
    font-size: 5.6rem;
  }
}
.intro__aside .cta-large p {
  font-family: "museo-slab", serif;
  font-weight: 300;
  line-height: 1.1;
  margin: 0;
  color: #25245d;
  clear: both;
  color: #fff;
  font-size: 2.6rem;
  line-height: 1.5;
  margin-bottom: 3rem;
}
.intro__aside .cta-large p a {
  color: inherit;
}
.intro__aside .cta-large p:last-child {
  margin-bottom: 0;
}
.intro__aside .cta-large p.small {
  font-size: 2rem;
  font-family: "PublicSans", sans-serif;
  margin-bottom: 1rem;
}
.cta-large #hsf027ea34-f0d6-45f9-b623-c22b0120e13f form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cta-large .hs_recaptcha + .hs-submit {
  margin-top: 0px !important;
  margin-bottom: 30px;
}
.cta-large .hs_recaptcha {
  padding-bottom: 0 !important;
  -webkit-box-ordinal-group: 21;
      -ms-flex-order: 20;
          order: 20;
}
.cta-large .grecaptcha-badge {
  opacity: 0.8;
}

.btn[data-modal=map-modal], .hs-form [data-modal=map-modal].hs-button {
  margin-top: 15px;
}

.cta-small {
  position: relative;
  z-index: 11;
  background-image: linear-gradient(23deg, #212062 3%, #674090 100%);
  border-radius: 0px;
  padding: 4rem 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
}
@media (min-width: 768px) {
  .cta-small {
    background-image: url("../img/logomark.png"), linear-gradient(23deg, #212062 3%, #674090 100%);
    background-repeat: no-repeat;
    background-position: bottom right;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .cta-small {
    padding: 8rem 6rem;
  }
}
@media (min-width: 1920px) {
  .cta-small {
    padding: 10.5rem 9rem;
  }
}
.cta-small__content {
  margin: auto;
}
.cta-small p {
  font-family: "museo-slab", serif;
  font-weight: 300;
  line-height: 1.1;
  margin: 0;
  color: #25245d;
  clear: both;
  color: #fff;
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 3rem;
}
.cta-small p a {
  color: inherit;
}
@media (min-width: 768px) {
  .cta-small p {
    font-size: 2.6rem;
  }
}
.cta-small p:last-child {
  margin-bottom: 0;
}
.cta-small p img {
  margin-bottom: 0;
}
@media (max-width: 639px) {
  .cta-small p img {
    display: inline;
    margin: 0 10px 0 0;
  }
}
.cta-small p.small {
  font-size: 2rem;
  font-family: "PublicSans", sans-serif;
  margin-bottom: 1rem;
}
.cta-small #hsf027ea34-f0d6-45f9-b623-c22b0120e13f form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cta-small .hs_recaptcha + .hs-submit {
  margin-top: 0px !important;
  margin-bottom: 30px;
}
.cta-small .hs_recaptcha {
  padding-bottom: 0 !important;
  -webkit-box-ordinal-group: 21;
      -ms-flex-order: 20;
          order: 20;
}
.cta-small .grecaptcha-badge {
  opacity: 0.8;
}

.custom-quiz .learndash-wrapper .wpProQuiz_content .wpProQuiz_button:not(.wpProQuiz_button_reShowQuestion):not(.wpProQuiz_button_restartQuiz) {
  background-color: #00a2e8 !important;
}
.custom-quiz .wpProQuiz_content {
  background: linear-gradient(23deg, #212062 3%, #674090 100%);
  padding: 50px;
  border-radius: 0;
  color: #ffffff;
  margin: 70px 0px 70px;
}
.custom-quiz .wpProQuiz_content .wpProQuiz_description {
  margin-bottom: 50px;
}
.custom-quiz .wpProQuiz_content .wpProQuiz_description h1, .custom-quiz .wpProQuiz_content .wpProQuiz_description h2, .custom-quiz .wpProQuiz_content .wpProQuiz_description h3, .custom-quiz .wpProQuiz_content .wpProQuiz_description h4, .custom-quiz .wpProQuiz_content .wpProQuiz_description h5 {
  color: white;
  max-width: 100%;
}
.custom-quiz .wpProQuiz_content .wpProQuiz_question_text {
  text-align: center;
  margin-bottom: 15px;
}
.custom-quiz .wpProQuiz_content .wpProQuiz_question_text p {
  width: 100%;
}
.custom-quiz .wpProQuiz_content .wpProQuiz_button {
  float: none !important;
  margin: auto;
  margin-right: auto !important;
  font: 700 1.6rem "museo-slab", serif;
  text-align: center;
  padding: 20px 80px;
  border-radius: 36px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
  margin-top: 10px;
  display: block;
}
.custom-quiz .wpProQuiz_content .wpProQuiz_questionList {
  background: #251d58 !important;
  border-radius: 0;
  padding: 30px 0px;
}
.custom-quiz .wpProQuiz_content .wpProQuiz_questionList .wpProQuiz_questionListItem {
  display: inline-block !important;
  vertical-align: bottom;
  width: 24%;
  text-align: center;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .custom-quiz .wpProQuiz_content .wpProQuiz_questionList .wpProQuiz_questionListItem {
    width: 48%;
  }
}
.custom-quiz .wpProQuiz_content .wpProQuiz_questionList .wpProQuiz_questionListItem label {
  border: none;
  text-align: center;
  display: block;
  font-size: 25px;
}
@media (max-width: 767px) {
  .custom-quiz .wpProQuiz_content .wpProQuiz_questionList .wpProQuiz_questionListItem label {
    font-size: 17px;
  }
}
.custom-quiz .wpProQuiz_content .wpProQuiz_questionList .wpProQuiz_questionListItem label input {
  margin-right: 0em;
  height: 20px;
  width: 24px;
}
@media (max-width: 767px) {
  .custom-quiz .wpProQuiz_content .wpProQuiz_questionList .wpProQuiz_questionListItem label input {
    height: 12px;
    width: 11px;
  }
}

.page-template-home .wysiwyg h1, .page-template-home .wysiwyg h2, .page-template-home .wysiwyg h3, .page-template-home .wysiwyg h4, .page-template-home .wysiwyg h5, .page-template-home .wysiwyg h6, .page-template-home .wysiwyg p {
  margin: auto;
}

body #dafdirectdiv {
  width: 80%;
  max-width: 400px;
}
body #dafdirectdiv #dafdirect .whatThis a {
  font-size: 16px;
}
body #dafdirectdiv #dafdirect #notwhatisthis label {
  margin-bottom: 7px;
  font-size: 16px;
}
body #dafdirectdiv #dafdirect #notwhatisthis .dafdirectSelect {
  font-size: 14px;
}
body #dafdirectdiv #amountNextContain input {
  font-size: 14px;
}
body #dafdirectdiv #amountNextContain .dafdirectButtonContain {
  margin: 28px -6px 0 0;
}

#dafdirectdiv .dafdirectDonateFrom {
  width: 100%;
}
#dafdirectdiv .whatThis a {
  width: 100%;
}
#dafdirectdiv label[for=dafdirect_dsgtxt],
#dafdirectdiv .dafdirectInputFull {
  display: none;
}
#dafdirectdiv div.dafdirectButtonContain {
  margin: 15px -6px 0 0;
}

#donation {
  color: #fff;
}
@media (max-width: 1024px) {
  #donation {
    margin-top: 60px;
  }
}
@media (max-width: 768px) {
  #donation {
    margin-top: 0px;
  }
}
@media (min-width: 768px) {
  #donation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #donation__col {
    width: 100%;
  }
  #donation__col > .wysiwyg > *:first-child {
    margin-top: 0;
  }
  #donation.equal .column_content__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 48.928571429%;
            flex: 0 1 48.928571429%;
  }
  #donation.wide_left .column_content__col:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 55.208333333%;
            flex: 0 1 55.208333333%;
  }
  #donation.wide_left .column_content__col:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 36.458333333%;
            flex: 0 1 36.458333333%;
  }
  #donation.wide_right .column_content__col:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 36.458333333%;
            flex: 0 1 36.458333333%;
  }
  #donation.wide_right .column_content__col:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 55.208333333%;
            flex: 0 1 55.208333333%;
  }
}
#donation #df-card-container {
  position: relative;
  z-index: 10;
  max-width: none;
  width: 100%;
  background-image: url("../img/logomark.png"), -webkit-gradient(linear, left bottom, left top, color-stop(100%, #212062), to(#674090));
  background-image: url("../img/logomark.png"), linear-gradient(0deg, #212062 100%, #674090 100%);
  background-repeat: no-repeat;
  background-position: bottom right;
  padding-top: 4rem;
  padding-bottom: 4rem;
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  #donation #df-card-container {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    border-radius: 0;
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  #donation #df-card-container {
    border-radius: 0px;
  }
}
#donation #df-card-container .hs-form-field label {
  color: #fff;
  font-style: italic;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1;
}
#donation #df-card-container .hs-form-field label.hs-error-msg, #donation #df-card-container .hs-form-field label.error {
  color: #f46700;
}
#donation #df-card-container .hs-form-field label.error {
  margin: 0 0 0 10px;
}
#donation #df-card-container .hs-form-field label p {
  font-size: 1.6rem;
  line-height: 1.2;
}
#donation #df-card-container .hs-form-field .hs-input:not([type=submit]):not([type=file]):not([type=radio]):not([type=checkbox]) {
  border-radius: 35px;
  border-color: transparent;
  padding: 1rem 3rem;
  height: auto;
  -webkit-appearance: none;
}
#donation #df-card-container .hs-form-field .hs-input.gift-amount-btn, #donation #df-card-container .hs-form-field .hs-input.donation-interval-btn {
  border: 1px solid transparent;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
#donation #df-card-container .hs-form-field .hs-input.gift-amount-btn:hover, #donation #df-card-container .hs-form-field .hs-input.donation-interval-btn:hover {
  border-color: #00a5a3 !important;
  color: #00a5a3;
}
#donation #df-card-container .hs-form-field .hs-input.gift-amount-btn.active, #donation #df-card-container .hs-form-field .hs-input.donation-interval-btn.active {
  background-color: #00a5a3;
  border-color: #fff !important;
  color: #fff;
}
#donation #df-card-container .hs-form-field select {
  background: url("../svg/icon-arrow-down.svg") no-repeat calc(100% - 3rem) 50% #fff;
  line-height: 1.25;
}
@media (min-width: 480px) {
  #donation #df-card-container .hs-honoree_first_name,
  #donation #df-card-container .hs-honoree_first_last_name {
    display: inline-block;
    width: 49%;
  }
}
@media (min-width: 480px) {
  #donation #df-card-container .hs-honoree_first_name {
    margin-right: 10px;
  }
}
#donation #df-card-container .hs-field-desc {
  color: #fff;
  font-size: 16px;
  font-style: italic;
  font-family: "PublicSans", sans-serif;
}
#donation #df-card-container .hs-form.stacked .hs-in_memory,
#donation #df-card-container .hs-form.stacked .hs-anonymous {
  padding-bottom: 0;
}
#donation #df-card-container .hs-form.stacked .hs-donation_amounts {
  padding-bottom: 0;
}
#donation #df-card-container .hs-form.stacked .hs-donation_amounts .hs-form-field {
  padding-bottom: 0;
}
#donation #df-card-container .hs-form.stacked .hs-donation_amounts > label {
  display: block;
  font-style: normal;
  font-size: 2.3rem;
  font-family: "museo-slab", serif;
  margin-bottom: 3rem;
  font-weight: normal;
}
#donation #df-card-container .hs-form.stacked .hs-donation_amounts .inputs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1rem;
  width: 100%;
}
#donation #df-card-container .hs-form.stacked .hs-donation_amounts .hs-form-radio {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 1rem;
}
@media (max-width: 767px) {
  #donation #df-card-container .hs-form.stacked .hs-donation_amounts .hs-form-radio {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(50% - 2rem);
            flex: 1 0 calc(50% - 2rem);
    width: 100%;
  }
}
#donation #df-card-container .hs-form.stacked .hs-donation_amounts .hs-form-radio-display {
  position: relative;
  width: 100%;
}
#donation #df-card-container .hs-form.stacked .hs-donation_amounts .hs-form-radio-display:hover span {
  background: #d55b02;
  cursor: pointer;
}
.js .keyboard--focus #donation #df-card-container .hs-form.stacked .hs-donation_amounts .hs-form-radio-display:focus span, .no-js #donation #df-card-container .hs-form.stacked .hs-donation_amounts .hs-form-radio-display:focus span {
  background: #d55b02;
  cursor: pointer;
}
#donation #df-card-container .hs-form.stacked .hs-donation_amounts input[type=radio].hs-input {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  left: 0;
  top: 0;
  opacity: 0;
}
#donation #df-card-container .hs-form.stacked .hs-donation_amounts input[type=radio].hs-input:checked + span {
  background: #d55b02;
  border-color: #fff;
}
#donation #df-card-container .hs-form.stacked .hs-donation_amounts input[type=radio].hs-input + span {
  display: block;
  font-style: normal;
  font-family: "museo-slab", serif;
  font-size: 2rem;
  background: #f46700;
  border-radius: 30px;
  padding: 1rem 0;
  text-align: center;
  border: 1px solid transparent;
  width: 100%;
}
#donation #df-card-container .hs-form.stacked .hs-donation_amounts input[type=radio].hs-input + span:hover {
  background: #d55b02;
  cursor: pointer;
}
.js .keyboard--focus #donation #df-card-container .hs-form.stacked .hs-donation_amounts input[type=radio].hs-input + span:focus, .no-js #donation #df-card-container .hs-form.stacked .hs-donation_amounts input[type=radio].hs-input + span:focus {
  background: #d55b02;
  cursor: pointer;
}
#donation #df-card-container .hs-richtext.hs-main-font-element p {
  display: block;
  font-style: normal;
  font-size: 2.3rem;
  font-family: "museo-slab", serif;
  margin: 3rem 0;
  padding-top: 3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  width: 100%;
}
#donation #df-card-container .field.hs-message.hs-form-field {
  margin-top: 30px;
  padding-bottom: 15px;
}
#donation #df-card-container textarea.hs-input {
  border-radius: 20px;
  margin-bottom: 0;
}
#donation #df-card-container .seals img {
  background: #fff;
  border-radius: 0;
}
#donation #df-card-container .df-payment-field {
  margin-top: 30px;
}
#donation #df-card-container .df-payment-field .field.hs-form-field {
  padding-bottom: 0;
}
#donation #df-card-container .df-payment-method .field.hs-form-field {
  padding-bottom: 0;
}
#donation #df-card-container .actions {
  color: #fff;
  margin-top: 30px;
}
@media (min-width: 768px) {
  #donation #df-card-container .actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
#donation #df-card-container #coverFeesContainer {
  margin-bottom: 30px;
}
#donation #df-card-container #coverFeesContainer .checkbox-inline {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
#donation #df-card-container #coverFeesContainer .checkbox-inline input[type=checkbox] {
  width: 14px;
  height: 14px;
  margin: 0 15px 0 0;
  vertical-align: top;
}
#donation #df-card-container .df-final-total {
  line-height: 1;
}
#donation #df-card-container #df_buybtn {
  border-radius: 35px;
  background: #f46700;
  font-family: "museo-slab", serif;
  width: auto;
  padding: 2rem 4rem;
}
@media (min-width: 768px) {
  #donation #df-card-container #df_buybtn {
    margin-right: 3rem;
  }
}
#donation #df-card-container #df_buybtn:hover, #donation #df-card-container #df_buybtn:focus {
  background: #d55b02;
}
#donation p {
  color: #fff;
}
#donation .hs-richtext {
  font-family: "PublicSans", sans-serif;
  color: #fff;
  display: block;
  font-size: 1.8rem;
  line-height: 1.666666667;
}
#donation #df-card-container .field.hs-form-field {
  margin-top: 0px;
  position: relative;
  padding-bottom: 20px;
}
#donation #df-card-container .legal-consent-container .hs-form-field {
  margin-top: 30px;
  padding-bottom: 5px;
}
#donation ul {
  margin-bottom: 0;
}
#donation .hs-form-booleancheckbox-display,
#donation .hs-form-radio-display {
  width: 100%;
}
#donation #df-card-container .hs-form.stacked input[type=checkbox].hs-input,
#donation #df-card-container .hs-form.stacked input[type=radio].hs-input {
  vertical-align: text-top;
  vertical-align: middle;
  margin-right: 15px;
  display: inline-block;
  margin-top: 0;
}
#donation #df-card-container .hs-form.stacked input[type=checkbox].hs-input + span,
#donation #df-card-container .hs-form.stacked input[type=radio].hs-input + span {
  vertical-align: top;
  font-style: normal;
  display: inline-block;
  width: 88%;
}
#donation li {
  padding-left: 0;
  line-height: 1.5;
  margin-bottom: 0;
}
#donation li::before {
  display: none;
}
#donation li .hs-error-msg {
  margin-bottom: 0;
}
#donation .legal-consent-container .hs-form-booleancheckbox-display input {
  float: none;
}
#donation .legal-consent-container .hs-form-booleancheckbox-display > span {
  display: inline-block;
  margin-left: 0;
}
#donation .seals.df-payment-field,
#donation .copyright {
  display: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .page-template-donate .main-nav__logo.no-menus,
  .page-template-donate-streamlined .main-nav__logo.no-menus {
    margin-top: 15px;
  }
}
.page-template-donate .breadcrumb--top-padding + .column_content #donation #df-card-container,
.page-template-donate-streamlined .breadcrumb--top-padding + .column_content #donation #df-card-container {
  margin-top: 0;
}
.page-template-donate .hero + .container--breadcrumbs,
.page-template-donate-streamlined .hero + .container--breadcrumbs {
  top: -120px;
  z-index: 12;
}
.page-template-donate .hero + .container--breadcrumbs .breadcrumb,
.page-template-donate-streamlined .hero + .container--breadcrumbs .breadcrumb {
  background: rgba(255, 255, 255, 0.8);
  padding: 4px 10px 10px;
  display: inline-block;
  border-radius: 30px;
}
@media (min-width: 1024px) {
  .page-template-donate .hero + .container--breadcrumbs .breadcrumb,
  .page-template-donate-streamlined .hero + .container--breadcrumbs .breadcrumb {
    background: rgba(255, 255, 255, 0.5);
  }
}
@media (max-width: 991px) {
  .page-template-donate .main-nav__logo,
  .page-template-donate-streamlined .main-nav__logo {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
@media (max-width: 639px) and (min-width: 375px) {
  .page-template-donate .main-nav__logo,
  .page-template-donate-streamlined .main-nav__logo {
    margin-left: auto;
    margin-right: auto;
  }
}
.page-template-donate .main-nav__logo.no-menus::after,
.page-template-donate-streamlined .main-nav__logo.no-menus::after {
  display: none;
}
.page-template-donate .footer.footer--cta.no-footer .cta-large,
.page-template-donate-streamlined .footer.footer--cta.no-footer .cta-large {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .page-template-donate .footer.footer--cta.no-footer .cta-large,
  .page-template-donate-streamlined .footer.footer--cta.no-footer .cta-large {
    margin: -75px -20px 50px;
  }
}
.page-template-donate .breadcrumb,
.page-template-donate-streamlined .breadcrumb {
  display: none;
}

.main-nav--large .main-nav__bar .main-nav__nav {
  margin-top: 50px;
}
.main-nav--large .main-nav__bar .main-nav__btns {
  margin-top: 50px;
}

.page-template-donate .wysiwyg p, .page-template-donate-streamlined .wysiwyg p, .page-template-donate-optimized .wysiwyg p {
  word-wrap: break-word;
  overflow-wrap: break-word;
  -ms-hyphens: auto;
      hyphens: auto;
}
.page-template-donate .translation-wrapper, .page-template-donate-streamlined .translation-wrapper, .page-template-donate-optimized .translation-wrapper {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-top: 0;
  padding: 0 20px;
  max-width: 1600px;
  height: 30px;
}
.page-template-donate .translation-wrapper #google_translate_element, .page-template-donate-streamlined .translation-wrapper #google_translate_element, .page-template-donate-optimized .translation-wrapper #google_translate_element {
  margin-bottom: 0px;
}
@media (max-width: 1024px) {
  .page-template-donate .translation-wrapper, .page-template-donate-streamlined .translation-wrapper, .page-template-donate-optimized .translation-wrapper {
    position: absolute;
    text-align: right;
  }
}
@media (max-width: 500px) {
  .page-template-donate .translation-wrapper, .page-template-donate-streamlined .translation-wrapper, .page-template-donate-optimized .translation-wrapper {
    position: relative;
    text-align: center;
    margin-top: 10px;
  }
}
.page-template-donate .translation-wrapper #google_translate_element .goog-te-gadget .goog-te-combo, .page-template-donate-streamlined .translation-wrapper #google_translate_element .goog-te-gadget .goog-te-combo, .page-template-donate-optimized .translation-wrapper #google_translate_element .goog-te-gadget .goog-te-combo {
  margin: 0;
}
@media (max-width: 1024px) {
  .page-template-donate .translation-wrapper #google_translate_element .goog-te-gadget .goog-te-combo, .page-template-donate-streamlined .translation-wrapper #google_translate_element .goog-te-gadget .goog-te-combo, .page-template-donate-optimized .translation-wrapper #google_translate_element .goog-te-gadget .goog-te-combo {
    width: inherit;
    padding: 0px 0px 0px 0px !important;
    height: 30px;
    max-height: 30px;
    border-radius: 0.3125rem;
    margin: 0;
  }
}
@media (max-width: 1024px) {
  .page-template-donate .main-nav__logo, .page-template-donate-streamlined .main-nav__logo, .page-template-donate-optimized .main-nav__logo {
    text-align: left;
    margin-left: 20px;
  }
}
@media (max-width: 500px) {
  .page-template-donate .main-nav__logo, .page-template-donate-streamlined .main-nav__logo, .page-template-donate-optimized .main-nav__logo {
    text-align: center;
    margin-left: auto;
    margin: auto;
  }
}
.page-template-donate .footer__col, .page-template-donate-streamlined .footer__col, .page-template-donate-optimized .footer__col {
  max-width: 100% !important;
  margin-right: 0px !important;
}
.page-template-donate .footer__col .footer-nav__links--utility, .page-template-donate-streamlined .footer__col .footer-nav__links--utility, .page-template-donate-optimized .footer__col .footer-nav__links--utility {
  width: 100%;
  margin: 0;
}
.page-template-donate .footer__col .footer-nav__links--utility ul, .page-template-donate-streamlined .footer__col .footer-nav__links--utility ul, .page-template-donate-optimized .footer__col .footer-nav__links--utility ul {
  text-align: center;
}

.navigation-off-class .no-menu-wrapper .custom-coded-link {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(calc(-50% - 150px));
  transform: translateY(-50%) translateX(calc(-50% - 150px));
  margin-top: 0;
  padding: 0 20px;
  max-width: 1600px;
  height: 43px;
  text-align: right;
  padding-right: 30px;
  z-index: 9;
}
@media (max-width: 600px) {
  .navigation-off-class .no-menu-wrapper .custom-coded-link {
    position: relative;
    margin-top: 3px;
    width: 100%;
    padding: 0;
    -webkit-transform: none;
            transform: none;
    top: auto;
    left: auto;
    text-align: center;
    margin-bottom: 30px;
  }
}
.navigation-off-class .translation-wrapper {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-top: 0;
  padding: 0 20px;
  max-width: 1600px;
  height: 30px;
}
.navigation-off-class .translation-wrapper #google_translate_element {
  margin-bottom: 0px;
}
@media (max-width: 1024px) {
  .navigation-off-class .translation-wrapper {
    position: absolute;
    text-align: right;
  }
}
@media (max-width: 600px) {
  .navigation-off-class .translation-wrapper {
    position: relative;
    text-align: center;
    margin-top: 10px;
  }
}
.navigation-off-class .translation-wrapper #google_translate_element .goog-te-gadget .goog-te-combo {
  margin: 0;
}
@media (max-width: 1024px) {
  .navigation-off-class .translation-wrapper #google_translate_element .goog-te-gadget .goog-te-combo {
    width: inherit;
    padding: 0px 0px 0px 0px !important;
    height: 30px;
    max-height: 30px;
    border-radius: 0.3125rem;
    margin: 0;
  }
}
@media (max-width: 1024px) {
  .navigation-off-class .main-nav__logo {
    text-align: left;
    margin-left: 20px;
  }
}
@media (max-width: 500px) {
  .navigation-off-class .main-nav__logo {
    text-align: center;
    margin-left: auto;
    margin: auto;
  }
}
.navigation-off-class .footer__col {
  max-width: 100% !important;
  margin-right: 0px !important;
}
.navigation-off-class .footer__col .footer-nav__links--utility {
  width: 100%;
  margin: 0;
}
.navigation-off-class .footer__col .footer-nav__links--utility ul {
  text-align: center;
}

footer .navigation-off-class {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1200px) {
  footer .navigation-off-class {
    display: block;
  }
}
@media (max-width: 1200px) {
  footer .make-difference-btn li {
    text-align: center !important;
  }
}

.dropdown {
  position: relative;
  width: 100%;
  z-index: 4;
}
@media (max-width: 639px) {
  .dropdown {
    margin: auto;
  }
}
.dropdown__select {
  padding: 1.5rem 2rem;
  border-radius: 35px;
  font-size: 1.8rem;
  font-family: "museo-slab", serif;
  color: #25245d;
  display: block;
  width: 100%;
  text-align: left;
  border: 2px solid #fff;
  background: url("../svg/icon-arrow-down.svg") no-repeat calc(100% - 3rem) 50% #fff;
  -webkit-transition: all 0.125s ease-in-out 0.35s;
  transition: all 0.125s ease-in-out 0.35s;
}
@media (min-width: 1024px) {
  .dropdown__select {
    padding: 2.5rem 4rem;
  }
}
@supports (-ms-ime-align: auto) {
  .dropdown__select {
    background: url("../svg/icon-arrow-down.svg") no-repeat 90% 50% #fff;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .dropdown__select {
    background: url("../svg/icon-arrow-down.svg") no-repeat 90% 50% #fff;
  }
}
.dropdown__select--open {
  border-radius: 35px 35px 0 0;
  -webkit-transition: all 0.125s ease-in-out 0s;
  transition: all 0.125s ease-in-out 0s;
}
.dropdown__items {
  display: none;
  position: absolute;
  width: 100%;
  background: #fff;
  padding-bottom: 2rem;
  border-top: 2px solid rgba(30, 28, 119, 0.2);
  border-radius: 0 0 35px 35px;
  -webkit-box-shadow: 0 12px 14px rgba(0, 0, 0, 0.05);
          box-shadow: 0 12px 14px rgba(0, 0, 0, 0.05);
  max-height: 200px;
  overflow-y: auto;
}
.dropdown__link {
  display: block;
  text-align: left;
  color: #25245d;
  font-size: 1.8rem;
  padding: 2rem;
  line-height: 1;
  border-bottom: 1px solid #eee;
}
.dropdown__link:last-child {
  border: 0;
}
@media (min-width: 1024px) {
  .dropdown__link {
    padding: 2rem 4rem;
  }
}
.dropdown__link:hover {
  background: #f1f1f5;
}
.js .keyboard--focus .dropdown__link:focus, .no-js .dropdown__link:focus {
  background: #f1f1f5;
}

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

.featured-item {
  margin-bottom: 60px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 28.93%;
          flex: 0 1 28.93%;
  width: 100%;
  max-width: 405px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .featured-item {
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .featured-item::after {
    content: "";
    display: block;
    background: url(../img/hp-featured-divde.svg) no-repeat 50% 50%;
    width: 27px;
    height: 86px;
    position: absolute;
    top: 50%;
    left: calc(100% + 16px);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .featured-item::before {
    content: "";
    display: block;
    position: absolute;
    left: calc(100% + 32px);
    top: 0;
    height: 100%;
    width: 2px;
    background: #D2D2E4;
  }
  .featured-item:last-child::after, .featured-item:last-child::before {
    display: none;
  }
}
@media (min-width: 1200px) {
  .featured-item::after {
    left: calc(100% + 27px);
  }
  .featured-item::before {
    left: calc(100% + 40px);
  }
}
.featured-item__image {
  display: block;
  margin: 0 0 1.6em;
  border-radius: 0px;
}
.featured-item__text {
  font-family: "museo-slab", serif;
  font-weight: 500;
  font-size: 1.8rem;
  color: #25245d;
  letter-spacing: 0;
  line-height: 1.666666667;
  margin-bottom: 1em;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.featured-item__link {
  display: block;
}
.featured-item__link:hover .featured-item__link-text {
  color: #00a5a3;
}
.js .keyboard--focus .featured-item__link:focus .featured-item__link-text, .no-js .featured-item__link:focus .featured-item__link-text {
  color: #00a5a3;
}
.featured-item__link-text {
  font-family: "museo-slab", serif;
  font-size: 2rem;
  color: #1E1C77;
  letter-spacing: 0;
  display: inline-block;
  padding-bottom: 8px;
  border-bottom: 3px solid #00b4b1;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.featured-partners {
  margin-top: 50px;
}

.featured-partner {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .featured-partner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .featured-partner__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.featured-partner__figure {
  background: #FFFFFF;
  -webkit-box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.07);
  border-radius: 0px;
  width: 230px;
  height: 172px;
  text-align: center;
  position: relative;
  padding: 10px 20px;
  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;
}
@media (min-width: 768px) {
  .featured-partner__figure {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 230px;
            flex: 0 1 230px;
  }
}
.featured-partner__image {
  display: block;
}
@media (min-width: 768px) {
  .featured-partner__excerpt {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% - 260px);
            flex: 0 1 calc(100% - 260px);
    width: 100%;
  }
}
.featured-partner__title {
  font-family: "museo-slab", serif;
  font-weight: 500;
  font-size: 2.8rem;
  color: #25245d;
  line-height: 1.285714286;
}
.featured-partner p {
  font-family: "museo-slab", serif;
  font-weight: 500;
  font-size: 1.8rem;
  color: #2b2b2b;
  line-height: 1.833333333;
}

.filters {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media (min-width: 640px) {
  .filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -2rem;
    margin-right: -2rem;
  }
}

@media (min-width: 640px) {
  .filter {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(50% - 4rem);
            flex: 1 0 calc(50% - 4rem);
    margin: 0 1rem;
    max-width: calc(50% - 4rem);
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .filter {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(25% - 4rem);
            flex: 1 0 calc(25% - 4rem);
    max-width: calc(25% - 4rem);
  }
}
@media (min-width: 1200px) {
  .filter {
    margin: 0 2rem;
  }
}
.filter--empty {
  display: none;
}

.facetwp-type-fselect .fs-wrap {
  width: 100% !important;
  position: relative;
}
.facetwp-type-fselect .fs-wrap.fs-open {
  z-index: 13;
}
.facetwp-type-fselect .fs-label-wrap {
  border-radius: 35px;
  font-size: 1.8rem;
  font-family: "museo-slab", serif;
  color: #25245d;
  display: block;
  width: 100%;
  text-align: left;
  border: 2px solid rgba(30, 28, 119, 0.2);
  background: url("../svg/icon-arrow-down.svg") no-repeat calc(100% - 3rem) 50% #fff;
  -webkit-transition: all 0.125s ease-in-out 0.35s;
  transition: all 0.125s ease-in-out 0.35s;
}
@supports (-ms-ime-align: auto) {
  .facetwp-type-fselect .fs-label-wrap {
    background: url("../svg/icon-arrow-down.svg") no-repeat 90% 50% #fff;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .facetwp-type-fselect .fs-label-wrap {
    background: url("../svg/icon-arrow-down.svg") no-repeat 90% 50% #fff;
  }
}
.facetwp-type-fselect .fs-label-wrap .fs-label {
  padding: 2.5rem 5rem 2.5rem 4rem;
  position: relative;
  z-index: 12;
}
@media (min-width: 1024px) and (max-width: 1399px) {
  .facetwp-type-fselect .fs-label-wrap .fs-label {
    padding-left: 2.5rem;
  }
}
.facetwp-type-fselect .fs-label-wrap .fs-arrow {
  display: none;
}
.facetwp-type-fselect .fs-dropdown {
  width: 100% !important;
  background: #fff;
  padding-bottom: 2rem;
  border: 2px solid rgba(30, 28, 119, 0.2);
  border-width: 0 2px 2px;
  border-radius: 0 0 35px 35px;
  -webkit-box-shadow: 0 12px 14px rgba(0, 0, 0, 0.05);
          box-shadow: 0 12px 14px rgba(0, 0, 0, 0.05);
  margin-top: -30px;
  padding-top: 20px;
  z-index: 10;
}
.facetwp-type-fselect .fs-options .fs-option {
  color: #25245d;
  font-size: 1.8rem;
  padding: 2rem 1rem 2rem 4rem;
  position: relative;
}
.facetwp-type-fselect .fs-options .fs-option:hover {
  background: #f1f1f5;
}
.js .keyboard--focus .facetwp-type-fselect .fs-options .fs-option:focus, .no-js .facetwp-type-fselect .fs-options .fs-option:focus {
  background: #f1f1f5;
}
.facetwp-type-fselect .fs-options .fs-option.d1 .fs-checkbox {
  left: 20px;
}
.facetwp-type-fselect .fs-options .fs-option.d2 .fs-checkbox {
  left: 40px;
}
.facetwp-type-fselect .fs-options .fs-option .fs-option-label {
  word-break: break-word;
  white-space: normal;
  line-height: 1.2;
}
.facetwp-type-fselect .fs-wrap.multiple .fs-option {
  padding-left: 4rem;
}
.facetwp-type-fselect .fs-wrap.multiple .fs-option .fs-checkbox {
  width: 50px;
}
.facetwp-type-fselect .fs-wrap.multiple .fs-option .fs-checkbox i {
  position: absolute;
  margin: auto;
  left: 2rem;
  top: 24px;
  bottom: auto;
  right: auto;
  width: 14px;
  height: 14px;
  border: 1px solid #aeaeae;
  border-radius: 2px;
  background-color: #fff;
}
.facetwp-type-fselect .fs-search input[type=text] {
  font-size: 1.6rem;
  color: #25245d;
  padding: 2rem 3rem;
}
.facetwp-type-fselect .fs-no-results {
  padding: 2rem 4rem;
}

.facetwp-type-search .facetwp-search {
  border-radius: 35px;
  font-size: 1.8rem;
  font-family: "museo-slab", serif;
  color: #25245d;
  display: block;
  width: 100%;
  text-align: left;
  border: 2px solid rgba(30, 28, 119, 0.2);
  padding: 2.3rem 5rem 2.3rem 4rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: all 0.125s ease-in-out 0.35s;
  transition: all 0.125s ease-in-out 0.35s;
}
@media (min-width: 1024px) and (max-width: 1399px) {
  .facetwp-type-search .facetwp-search {
    padding-left: 2.5rem;
  }
}
.facetwp-type-search .facetwp-search-wrap {
  position: relative;
  display: block;
}
.facetwp-type-search .facetwp-search::-webkit-input-placeholder {
  color: #25245d;
}
.facetwp-type-search .facetwp-search::-moz-placeholder {
  color: #25245d;
}
.facetwp-type-search .facetwp-search:-ms-input-placeholder {
  color: #25245d;
}
.facetwp-type-search .facetwp-search::-ms-input-placeholder {
  color: #25245d;
}
.facetwp-type-search .facetwp-search::placeholder {
  color: #25245d;
}
.facetwp-type-search .facetwp-btn {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 3rem;
  opacity: 1;
}
.facetwp-type-search .facetwp-btn:before {
  width: 30px;
  height: 27px;
  background: url("../svg/icon-search.svg") no-repeat;
}

.footer-alt .footer--cta {
  margin-top: 0;
}

.footer {
  background: #1E103F;
  padding: 5rem 0 2rem;
  position: relative;
  z-index: 10;
}
@media (min-width: 1024px) {
  .footer .container, .footer .column_content {
    padding: 0 30px;
  }
}
@media (min-width: 1460px) {
  .footer .container, .footer .column_content {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .footer {
    padding-top: 10rem;
  }
}
@media (min-width: 768px) {
  .footer--cta {
    margin-top: 20rem;
  }
}
.footer .cta-large {
  margin-top: -20rem;
}
@media (max-width: 767px) {
  .footer .cta-large {
    margin: -50px -20px 70px;
    border-radius: 0;
  }
  .footer .cta-large .cta-large__images {
    border-radius: 0;
  }
  .footer .cta-large p {
    font-size: 2.2rem;
  }
}
@media (min-width: 1200px) {
  .footer .cta-large p {
    font-size: 4rem;
  }
}
@media (min-width: 1920px) {
  .footer .cta-large p {
    font-size: 4.6rem;
  }
}
@media (min-width: 1200px) {
  .footer__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.footer__col:first-of-type {
  text-align: center;
}
@media (min-width: 1200px) {
  .footer__col {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .footer__col:first-of-type {
    max-width: 25%;
    margin-right: 5rem;
  }
}
@media (min-width: 1400px) {
  .footer__col:first-of-type {
    margin-right: 12rem;
  }
}
.footer__logo {
  display: inline-block;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .footer__logo {
    margin-bottom: 6rem;
  }
}
@media (min-width: 1200px) {
  .footer__logo {
    margin-bottom: 0;
  }
}
.footer__logo img {
  display: block;
  margin: auto;
}
@media (max-width: 639px) {
  .footer__logo img {
    max-width: 270px;
  }
}
.footer__copyright {
  font-family: "museo-slab", serif;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  line-height: 1.4;
  font-size: 1.4rem;
}

.footer-social {
  list-style: none;
  padding-left: 0;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 350px;
  margin: 2rem auto;
}
@media (min-width: 1200px) {
  .footer-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.footer-social--small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1200px) {
  .footer-social--small {
    display: none;
  }
}
.footer-social__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.footer-social__link {
  display: block;
}
.footer-social__link span {
  pointer-events: none;
}
.footer-social__link:hover {
  opacity: 0.5;
}
.js .keyboard--focus .footer-social__link:focus, .no-js .footer-social__link:focus {
  opacity: 0.5;
}

.footer-nav__links {
  display: none;
}
@media (min-width: 768px) {
  .footer-nav__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -2rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.footer-nav__links--utility {
  display: block;
  margin: 0;
}
@media (min-width: 768px) {
  .footer-nav__links--utility {
    margin: 4rem -1.5rem 2rem;
    text-align: center;
  }
  .footer-nav__links--utility .footer-nav__item.nav__menu-item {
    display: inline-block;
    margin: 0 1.5rem 1rem;
  }
}
@media (min-width: 1200px) {
  .footer-nav__links--utility {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .footer-nav__list {
    margin: 0 2rem;
  }
}
.footer-nav__item {
  text-align: center;
}
@media (min-width: 768px) {
  .footer-nav__item {
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .footer-nav__item.nav__menu-item {
    display: block;
  }
}
.footer-nav .nav__link {
  display: inline-block;
  color: #fff;
  padding: 1.5rem 2rem;
  font-family: "museo-slab", serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .footer-nav .nav__link {
    padding: 0;
  }
}
.footer-nav .nav__link:hover {
  color: rgb(177.4683544304, 155.3164556962, 229.6835443038);
}
.js .keyboard--focus .footer-nav .nav__link:focus, .no-js .footer-nav .nav__link:focus {
  color: rgb(177.4683544304, 155.3164556962, 229.6835443038);
}
.footer-nav .nav__menu-item--level-1 .nav__link {
  font-family: "PublicSans", sans-serif;
  padding: 0.5rem 0 0.5rem 2rem;
  position: relative;
}
.footer-nav .nav__menu-item--level-1 .nav__link:before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 6px;
  height: 6px;
  background: rgb(177.4683544304, 155.3164556962, 229.6835443038);
  border-radius: 100%;
}
.footer-nav .nav__menu-item--level-1.nav__menu-item--donate-btn {
  margin-top: 1rem;
  text-align: left;
}
.footer-nav .nav__menu-item--level-1.nav__menu-item--donate-btn .nav__link {
  font-family: "museo-slab", serif;
}
.footer-nav .nav__menu-item--level-1.nav__menu-item--donate-btn .nav__link:before {
  display: none;
}
.footer-nav .nav__menu-item--level-1.nav__menu-item--donate-btn .nav__link:hover {
  color: #fff;
}
.js .keyboard--focus .footer-nav .nav__menu-item--level-1.nav__menu-item--donate-btn .nav__link:focus, .no-js .footer-nav .nav__menu-item--level-1.nav__menu-item--donate-btn .nav__link:focus {
  color: #fff;
}
.footer-nav__donate {
  display: block;
}
@media (min-width: 768px) {
  .footer-nav__donate {
    display: none;
  }
}
.footer-nav__donate .nav__menu-item--donate-btn {
  margin: 3rem 0 1rem;
  text-align: center;
}
@media (max-width: 360px) {
  .footer-nav__donate .nav__menu-item--donate-btn a {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .hs-form--small {
    display: none;
  }
}
.hs-form--wide {
  padding: 50px 0;
}
@media (min-width: 768px) {
  .hs-form--wide {
    padding: 100px 0;
  }
}
.hs-form fieldset {
  max-width: none !important;
}
.hs-form__title {
  color: #44535f;
  font-size: 1.6em;
  font-weight: 600;
  line-height: 1.75;
  text-transform: uppercase;
  letter-spacing: 0.64px;
}
.hs-form .hs-form-field {
  margin-top: 0px;
  position: relative;
  padding-bottom: 20px;
}
.hs-form .hs-form-field label {
  color: #fff;
  font-style: italic;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1;
  display: block;
}
.hs-form .hs-form-field label.hs-error-msg {
  color: #f46700;
}
.hs-form .hs-form-field .hs-input:not([type=submit]):not([type=file]):not([type=radio]):not([type=checkbox]) {
  border-radius: 35px;
  border-color: transparent;
  padding: 1rem 3rem;
  height: auto;
  -webkit-appearance: none;
  width: 100%;
  font-size: 1.8rem;
}
.hs-form .hs-form-field select {
  background: url("../svg/icon-arrow-down.svg") no-repeat calc(100% - 3rem) 50% #fff;
}
.hs-form select {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  border: 1px solid transparent;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 35px;
  min-height: 35px;
  width: 100% !important;
  margin-bottom: 30px;
}
.hs-form select:focus {
  outline: none;
  border-color: #00a5a3;
}
.hs-form input[type=checkbox].hs-input,
.hs-form input[type=radio].hs-input {
  vertical-align: middle;
  margin-right: 15px;
  display: inline-block;
  margin-top: 2px;
}
.hs-form input[type=checkbox].hs-input + span,
.hs-form input[type=radio].hs-input + span {
  vertical-align: top;
  font-style: normal;
  display: inline-block;
  width: 88%;
  margin-left: 0;
}
.hs-form .hs-error-msgs {
  margin: 10px auto 0;
  list-style: none;
  padding-left: 3rem;
}
.hs-form .hs-error-msgs label {
  color: #f1f1f5;
  font-size: 1.3rem;
}
.cta-large__content .hs-form .hs_error_rollup {
  display: none;
}
.hs-form textarea {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  width: 100% !important;
  border: 1px solid transparent;
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  min-height: 130px;
  margin-bottom: 30px;
}
.hs-form textarea:focus {
  outline: none;
  border-color: #00a5a3;
}
.wysiwyg .hs-form .hs-richtext p {
  font-size: 1.6rem;
  margin: 0 0 20px;
  width: 100%;
  color: #fff;
}
.hs-form .hs-richtext.hs-main-font-element p {
  display: block;
  font-style: normal;
  font-size: 2.3rem;
  font-family: "museo-slab", serif;
  margin: 3rem 0;
  padding-top: 3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  width: 100%;
}
.hs-form .hs-field-desc {
  color: #fff;
  font-size: 16px;
  font-style: italic;
}
.hs-form .hs_recaptcha + .hs-submit {
  margin-top: 30px;
}
.hs-form .form-columns-2 .hs-form-field {
  width: 50%;
  float: left;
}
.hs-form .hs-fieldtype-select {
  position: relative;
}
.hs-form .hs-fieldtype-select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.hs-form .hs-fieldtype-select select::-ms-expand {
  display: none;
}
.hs-form .hs-fieldtype-select .input {
  position: relative;
}
.hs-form .hs-fieldtype-select .input::after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  border-style: solid;
  border-width: 6px 4.5px 0px 4.5px;
  border-color: #00a5a3 transparent transparent transparent;
  right: 10px;
  top: 15px;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .hs-form .hs-fieldtype-select .input {
    display: none;
  }
}

.wysiwyg .hbspt-form {
  padding: 4%;
  background-image: url("../img/logomark.png"), -webkit-gradient(linear, left bottom, left top, color-stop(100%, #212062), to(#674090));
  background-image: url("../img/logomark.png"), linear-gradient(0deg, #212062 100%, #674090 100%);
  background-repeat: no-repeat;
  background-position: bottom right;
  padding-top: 4rem;
  padding-bottom: 4rem;
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .wysiwyg .hbspt-form {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .wysiwyg .hbspt-form {
    border-radius: 0px;
  }
}
.wysiwyg .hbspt-form ul {
  margin: 0;
  list-style: none;
  padding-left: 0;
}
.wysiwyg .hbspt-form li {
  font-size: 1em;
  padding-left: 0;
  line-height: 1.5;
  margin-bottom: 0;
}
.wysiwyg .hbspt-form li:before {
  display: none;
}

.hbspt-form .submitted-message {
  overflow: visible;
  font-size: 2rem;
  line-height: 1.3;
  color: #fff;
}
@media (max-width: 767px) {
  .hbspt-form .submitted-message {
    margin-top: 3rem;
  }
}

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
}
@media (min-width: 1024px) {
  .gallery {
    padding: 60px 0;
  }
}
.gallery-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.gallery-item a {
  display: block;
}
.gallery-item a img {
  display: block;
  -webkit-transition: -webkit-filter 0.2s ease-in;
  transition: -webkit-filter 0.2s ease-in;
  transition: filter 0.2s ease-in;
  transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.gallery-item a img:hover, .gallery-item a img:focus {
  -webkit-filter: opacity(60%);
          filter: opacity(60%);
}
.gallery-item img {
  width: 100%;
  height: auto;
  max-width: 200px;
}
.gallery-item:last-child {
  border-right: none !important;
}
.gallery-caption.wp-caption-text {
  padding: 20px;
  text-align: center;
}
@media (min-width: 960px) {
  .gallery-columns-1 .gallery-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    border-right: 1px solid #cfd5db;
  }
  .gallery-columns-2 .gallery-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    border-right: 1px solid #cfd5db;
  }
  .gallery-columns-3 .gallery-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33.3333333333%;
            flex: 0 1 33.3333333333%;
    border-right: 1px solid #cfd5db;
  }
  .gallery-columns-4 .gallery-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 25%;
            flex: 0 1 25%;
    border-right: 1px solid #cfd5db;
  }
  .gallery-columns-5 .gallery-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 20%;
            flex: 0 1 20%;
    border-right: 1px solid #cfd5db;
  }
  .gallery-columns-6 .gallery-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 16.6666666667%;
            flex: 0 1 16.6666666667%;
    border-right: 1px solid #cfd5db;
  }
  .gallery-columns-7 .gallery-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 14.2857142857%;
            flex: 0 1 14.2857142857%;
    border-right: 1px solid #cfd5db;
  }
  .gallery-columns-8 .gallery-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 12.5%;
            flex: 0 1 12.5%;
    border-right: 1px solid #cfd5db;
  }
  .gallery-columns-9 .gallery-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 11.1111111111%;
            flex: 0 1 11.1111111111%;
    border-right: 1px solid #cfd5db;
  }
  .gallery-columns-3 .gallery-item:nth-child(even) {
    border-right: 1px solid #cfd5db;
  }
  .gallery-columns-3 .gallery-item:nth-child(3n) {
    border-right: none;
  }
  .gallery-columns-4:nth-child(3n) {
    border-right: 1px solid #cfd5db;
  }
  .gallery-columns-4:nth-child(4n) {
    border-right: none;
  }
}

.header {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0;
  z-index: 20;
  background: #fff;
  -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.admin-bar .header {
  top: 33px;
}
@media large-up {
  .admin-bar .header {
    top: 15px;
  }
}
@media large-down {
  .menu-open .header {
    height: 100%;
  }
}
@media large-down {
  .header__wrap {
    overflow-y: scroll;
    height: 100%;
  }
}

.headroom--pinned {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.headroom--unpinned {
  -webkit-transform: translateY(-200px);
          transform: translateY(-200px);
}
.menu-opened .headroom {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.menu-open {
  overflow: hidden;
  position: fixed;
}

.hero {
  position: relative;
}
@media (min-width: 1024px) {
  .hero::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 156px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    bottom: 0;
    left: 0;
    z-index: 2;
  }
}
.hero__image {
  display: block;
  width: 100%;
}

.home-blogs {
  background: #f3f3f6;
  padding: 50px 0;
}
@media (min-width: 768px) {
  .home-blogs {
    padding-bottom: 100px;
  }
}
@media (min-width: 1024px) {
  .home-blogs {
    padding-bottom: 150px;
  }
}
.home-blogs__link {
  margin-top: 2.2em;
}
@media (min-width: 768px) {
  .home-blogs__link {
    font-size: 1.8rem;
    padding: 24px 50px;
  }
}

.layout--video + .layout--home_blogs {
  margin-top: -100px;
}

.hp-featured {
  margin-bottom: 75px;
}
@media (min-width: 1920px) {
  .hp-featured {
    margin-bottom: 140px;
  }
}
.hp-featured__header {
  margin-bottom: 12px;
}
@media (min-width: 1024px) {
  .hp-featured__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.hp-featured__title {
  font-family: "museo-slab", serif;
  font-weight: 300;
  font-size: 2.8rem;
  color: #25245d;
  line-height: 1.434782609;
}
@media (min-width: 768px) {
  .hp-featured__title {
    font-size: 4.6rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 70%;
            flex: 0 1 70%;
    width: 100%;
  }
}
@media (min-width: 1100px) {
  .hp-featured__title {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 75%;
            flex: 0 1 75%;
  }
}
@media (min-width: 1200px) {
  .hp-featured__title {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 51.785714286%;
            flex: 0 1 51.785714286%;
  }
}
@media (min-width: 768px) {
  .hp-featured__title--partner {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    max-width: 944px;
  }
}
@media (min-width: 1200px) {
  .hp-featured__title--partner {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
.hp-featured__link {
  margin-bottom: 50px;
}
@media (min-width: 1024px) {
  .hp-featured__link {
    margin-right: 36px;
  }
}
.hp-featured__link .btn, .hp-featured__link .hs-form .hs-button, .hs-form .hp-featured__link .hs-button {
  font-size: 1.8rem;
  padding: 24.5px 40px;
}
@media (min-width: 1200px) {
  .hp-featured__link .btn, .hp-featured__link .hs-form .hs-button, .hs-form .hp-featured__link .hs-button {
    padding: 24.5px 71px;
  }
}

.hp-intro {
  background-image: linear-gradient(23deg, #212062 3%, #674090 100%);
  margin-bottom: 75px;
  padding: 40px 0 0;
}
@media (min-width: 768px) {
  .hp-intro {
    margin-bottom: 90px;
  }
}
@media (min-width: 1024px) {
  .hp-intro {
    padding: 40px 0;
  }
}
@media (min-width: 1024px) {
  .hp-intro .container, .hp-intro .column_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1024px) {
  .hp-intro__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 46%;
            flex: 0 1 46%;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .hp-intro__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 35.473%;
            flex: 0 1 35.473%;
    width: 100%;
  }
}
.hp-intro__title {
  font-family: "museo-slab", serif;
  font-weight: 500;
  font-size: 2.5rem;
  color: #FFF;
  letter-spacing: 0;
  line-height: 1.472222222;
  margin-top: 0;
}
@media (min-width: 768px) {
  .hp-intro__title {
    font-size: 3.6rem;
  }
}
@media (min-width: 1024px) {
  .hp-intro__figure {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 44%;
            flex: 0 1 44%;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .hp-intro__figure {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 53.92%;
            flex: 0 1 53.92%;
    width: 100%;
  }
}
.hp-intro__image {
  display: block;
  -webkit-box-shadow: 0 12px 14px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 12px 14px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0px;
  position: relative;
  top: 30px;
}
.no-js .hp-intro__image[data-src] {
  display: none;
}
@media (min-width: 1024px) and (max-width: 1399px) {
  .hp-intro__image {
    top: 0;
  }
}
@media (min-width: 1400px) {
  .hp-intro__image {
    top: 55px;
  }
}
@media (min-width: 1600px) {
  .hp-intro__image {
    max-width: 200%;
    width: calc(100% + 80px);
  }
}
.hp-intro__btn {
  margin-bottom: 20px;
}
.navigation-off-class main > .hp-intro:first-child {
  margin-top: 42px;
}
@media (min-width: 375px) {
  .navigation-off-class main > .hp-intro:first-child {
    padding-top: 68px;
  }
}
@media (min-width: 390px) {
  .navigation-off-class main > .hp-intro:first-child {
    margin-top: 106px;
  }
}
@media (min-width: 616px) {
  .navigation-off-class main > .hp-intro:first-child {
    margin-top: 0px;
  }
}
@media (min-width: 665px) {
  .navigation-off-class main > .hp-intro:first-child {
    margin-top: 0px;
  }
}
@media (min-width: 1039px) {
  .navigation-off-class main > .hp-intro:first-child {
    margin-top: -60px;
  }
}
@media (min-width: 1215px) {
  .navigation-off-class main > .hp-intro:first-child {
    margin-top: -64px;
  }
}

.hp-intro + .layout.has-color {
  margin-top: -90px;
  margin-bottom: 0px;
}

.impact-stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.impact-stat {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48%;
          flex: 0 1 48%;
  width: 100%;
  margin-bottom: 1.3em;
  text-align: center;
}
@media (min-width: 768px) {
  .impact-stat {
    text-align: left;
  }
}
.impact-stat:nth-child(odd) {
  margin-right: 3%;
}
@media (min-width: 768px) {
  .impact-stats--thirds .impact-stat {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 30.33%;
            flex: 0 1 30.33%;
    margin-right: 3%;
  }
  .impact-stats--thirds .impact-stat:nth-child(3n) {
    margin-right: 0;
  }
}
.wysiwyg .impact-stat .statistic {
  margin-top: 3px;
}
@media (min-width: 768px) and (max-width: 1300px) {
  .wysiwyg .impact-stat .statistic {
    font-size: 3.6rem;
  }
}
.wysiwyg .impact-stat .statistic-label {
  padding-left: 5px;
  padding-right: 5px;
}

.wysiwyg .stat-text p {
  font-size: 1.8rem;
  font-weight: 300;
  font-family: "museo-slab", serif;
}
@media (min-width: 1024px) {
  .wysiwyg .stat-text p {
    font-size: 2.3rem;
  }
}

.intro {
  padding-bottom: 5rem;
  position: relative;
  padding-top: 3rem;
}
.intro:focus {
  outline: none;
}
@media (min-width: 768px) {
  .intro {
    padding-bottom: 8rem;
    padding-top: 0;
  }
}
@media (min-width: 1920px) {
  .intro {
    padding-bottom: 10rem;
    padding-top: 0;
  }
}
.intro-no-text .intro {
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .intro-no-text .intro {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .intro-no-text .intro .cta-large,
  .intro-no-text .intro .cta-small {
    margin-top: 20px;
  }
}
.intro-no-text .intro .cta-large,
.intro-no-text .intro .cta-small {
  margin-bottom: 20px;
}
.intro .cta-large {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .intro--plain {
    padding-bottom: 3rem;
  }
}
@media (min-width: 1024px) {
  .intro--plain .intro__aside .cta-small {
    margin-top: -90px;
  }
}
.intro__wrap {
  position: relative;
  z-index: 3;
}
@media (min-width: 1024px) {
  .intro__aside .cta-small,
  .intro__aside .cta-large {
    margin-top: -230px;
  }
  .intro__aside .cta-small.cta-small--no-hero,
  .intro__aside .cta-large.cta-small--no-hero {
    margin-top: -90px;
  }
}

.country-flag {
  margin-right: 3rem;
  vertical-align: middle;
  height: 60px;
  margin-top: -13px;
}
.wysiwyg .country-flag {
  border-radius: 0;
}

@media (min-width: 640px) {
  .staff-intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.staff-intro__photo {
  border-radius: 0px;
  overflow: hidden;
  margin-right: 3rem;
  margin-bottom: 3rem;
}
@media (min-width: 640px) {
  .staff-intro__photo {
    margin-bottom: 0;
    margin-right: 3rem;
  }
}
.staff-intro__image {
  display: block;
  border-radius: 0px;
}
.wysiwyg .staff-intro__image {
  border-radius: 0px;
}
.wysiwyg .staff-intro__title {
  margin-bottom: 0;
}

.jump-menu {
  -webkit-transform: rotate(90deg) translateX(65px);
          transform: rotate(90deg) translateX(65px);
  position: sticky;
  z-index: 10;
  left: 16px;
  top: 90px;
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  background: rgba(255, 255, 255, 0.8);
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.125s;
  transition: opacity 0.125s;
}
@media (max-width: 1023px) {
  .jump-menu {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .jump-menu {
    display: inline-block;
  }
}
@media screen and (min-width: 1600px) {
  .jump-menu {
    left: 24px;
  }
}
.jump-menu__item {
  display: inline-block;
  margin: 0 2rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-height: 900px) {
  .jump-menu__item {
    margin: 0 1rem;
  }
}
.jump-menu__link {
  padding: 1rem;
  display: block;
  font-family: "PublicSans", sans-serif;
  font-size: 1.6rem;
  color: #000000;
  letter-spacing: 1.07px;
  position: relative;
}
@media (min-width: 1024px) {
  .jump-menu__link {
    padding: 2rem 1rem 1rem;
  }
}
@media screen and (min-width: 1024px) and (-ms-high-contrast: active), screen and (min-width: 1024px) and (-ms-high-contrast: none) {
  .jump-menu__link {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1600px) {
  .jump-menu__link {
    padding: 2rem 1rem;
  }
}
.jump-menu__link::after {
  content: "";
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #00a5a3;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.jump-menu__link--active::after {
  opacity: 1;
}
.jump-menu__link--mobile {
  padding: 1.3rem 2rem;
  line-height: 1.3;
  letter-spacing: 0;
  border-bottom: 1px solid #eee;
}
.jump-menu__link--mobile:last-child {
  border: 0;
}
.jump-menu__link--mobile.jump-menu__link--active {
  color: #00a5a3;
}
.jump-menu__link--mobile::after {
  display: none;
}

.jump-menu-mobile {
  position: sticky;
  top: 174px;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 10;
  padding: 20px 0 15px;
}
@media (min-width: 375px) {
  .jump-menu-mobile {
    top: 68px;
  }
}
@media (min-width: 1024px) {
  .jump-menu-mobile {
    display: none;
  }
}
@media (min-width: 1024px) {
  .jump-menu-mobile--active {
    background: none;
    display: block;
    top: 136px;
  }
  .admin-bar .jump-menu-mobile--active {
    top: 118px;
  }
}
.jump-menu-mobile--active .dropdown {
  position: relative;
}
.jump-menu-mobile--active .dropdown:after {
  content: "";
  position: absolute;
  background: #fff;
  width: 300px;
  height: 68px;
  top: -20px;
  left: 0;
  border-radius: 0 0 23px 23px;
}
.jump-menu-mobile .dropdown {
  max-width: 300px;
  border-radius: 27px;
}
@media (min-width: 1024px) and (max-height: 767px) {
  .jump-menu-mobile .dropdown {
    position: relative;
  }
  .jump-menu-mobile .dropdown:after {
    content: "";
    position: absolute;
    background: #fff;
    width: 300px;
    height: 68px;
    top: -20px;
    left: 0;
    border-radius: 0 0 23px 23px;
  }
}
.jump-menu-mobile .dropdown__select {
  color: #25245d;
  font-family: "museo-slab", serif;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.27px;
  padding: 1.25rem 2rem;
  border: 2px solid #d2d2e4;
  position: relative;
  z-index: 1;
}
.jump-menu-mobile .dropdown__select--open {
  border-radius: 27px 27px 0 0;
  border-bottom: 0;
}
.jump-menu-mobile .dropdown__items {
  border: 2px solid #d2d2e4;
  border-top: 0;
  z-index: 1;
}

.main {
  position: relative;
}

.learndash-wrapper .wpProQuiz_content p {
  margin: 0;
}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem label input[type=text] {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.8;
  margin-right: 0;
  width: 100% !important;
}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem label input[type=text]:focus {
  outline-offset: 0;
  outline: none;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem label {
  padding: 0.6em;
}

@media (max-width: 1024px) {
  .learndash-wrapper .wpProQuiz_content .wpProQuiz_button, .learndash-wrapper .wpProQuiz_content .wpProQuiz_button2 {
    font-size: 0.9em;
  }
}

body.home .wpProQuiz_text {
  display: none;
}

@media (min-width: 768px) {
  .wide_right .list-content {
    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;
  }
  .wide_right .list-content > * {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(50% - 2rem);
            flex: 1 0 calc(50% - 2rem);
    max-width: calc(50% - 2rem);
    width: 100%;
  }
}
.list-content .card {
  padding-bottom: 2rem;
}

.listings {
  margin-bottom: 20px;
}
.listings__heading {
  font-family: "PublicSans", sans-serif;
  font-size: 2rem;
  color: #000;
  line-height: 1.9;
  position: relative;
  font-weight: normal;
  margin-bottom: 25px;
  text-align: center;
}
@media (min-width: 768px) {
  .listings__heading {
    text-align: left;
  }
}
.listings__heading::after {
  content: "";
  display: block;
  width: 32px;
  height: 3px;
  background: #00a5a3;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
}
@media (min-width: 768px) {
  .listings__heading::after {
    left: auto;
    -webkit-transform: none;
            transform: none;
    position: relative;
  }
}
.listings__heading + .listing .listing__figure {
  padding-top: 0;
}

.listing {
  border-bottom: 3px solid rgba(30, 28, 119, 0.2);
  text-align: center;
}
@media (min-width: 768px) {
  .listing {
    text-align: left;
  }
}
.listing:last-child {
  border-bottom: none;
}
.listing__link {
  display: block;
}
.listing__link:hover .listing__title {
  color: #00a5a3;
}
.js .keyboard--focus .listing__link:focus .listing__title, .no-js .listing__link:focus .listing__title {
  color: #00a5a3;
}
.listing__link--image {
  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;
}
@media (min-width: 768px) {
  .listing__link--image {
    -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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .listing__link--image .listing__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% - 225px);
            flex: 0 1 calc(100% - 225px);
    width: 100%;
    padding: 20px 0;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .column_content.equal .listing__link--image {
    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;
  }
}
.listing__image {
  display: block;
  border-radius: 0px;
}
.listing__title {
  font-family: "museo-slab", serif;
  font-weight: 500;
  font-size: 2.2rem;
  color: #25245d;
  line-height: 1.285714286;
  margin: 0 0 3px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (min-width: 768px) {
  .listing__title {
    font-size: 2.8rem;
  }
}
.listing__date {
  font-family: "PublicSans", sans-serif;
  font-size: 1.8rem;
  color: #2b2b2b;
  letter-spacing: 0;
  line-height: 1.833333333;
}
.listing__excerpt p {
  font-family: "PublicSans", sans-serif;
  font-size: 1.8rem;
  color: #2b2b2b;
  line-height: 1.833333333;
}
.listing__figure {
  width: 100%;
  padding: 50px 0 0;
}
@media (min-width: 768px) {
  .listing__figure {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 177px;
            flex: 0 1 177px;
    padding: 48px 0 58px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .column_content.equal .listing__figure {
    padding-bottom: 0;
  }
  .column_content.equal .listing__figure img {
    margin: 0;
  }
}
.listing__content {
  display: block;
  padding: 30px 0;
}
@media (min-width: 768px) {
  .listing__content {
    padding: 48px 0 58px;
  }
}

.main-nav--small {
  display: block;
}
@media (min-width: 1024px) {
  .main-nav--small {
    display: none;
  }
}
.main-nav--large {
  display: none;
}
@media (min-width: 1024px) {
  .main-nav--large {
    display: block;
  }
}
.main-nav__toggle {
  border: none;
  width: 70px;
  height: 68px;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 1024px) {
  .main-nav__toggle {
    position: relative;
    height: auto;
  }
}
.main-nav__toggle:hover {
  background: #f1f1f5;
}
.main-nav__toggle:hover .burger,
.main-nav__toggle:hover .burger::before,
.main-nav__toggle:hover .burger::after {
  border-bottom-color: #00a5a3;
  background: #00a5a3;
}
.main-nav__toggle:hover .burger::after {
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}
.js .keyboard--focus .main-nav__toggle:focus, .no-js .main-nav__toggle:focus {
  background: #f1f1f5;
}
.js .keyboard--focus .main-nav__toggle:focus .burger,
.js .keyboard--focus .main-nav__toggle:focus .burger::before,
.js .keyboard--focus .main-nav__toggle:focus .burger::after, .no-js .main-nav__toggle:focus .burger,
.no-js .main-nav__toggle:focus .burger::before,
.no-js .main-nav__toggle:focus .burger::after {
  border-bottom-color: #00a5a3;
  background: #00a5a3;
}
.js .keyboard--focus .main-nav__toggle:focus .burger::after, .no-js .main-nav__toggle:focus .burger::after {
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}
.main-nav__toggle-text {
  display: block;
  font-family: "museo-slab", serif;
  font-size: 1.3rem;
  color: #25245d;
  margin-top: 3rem;
}
.main-nav__toggle__close {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.main-nav__toggle__close svg {
  position: relative;
  top: -3px;
}
@media (min-width: 1025px) {
  .main-nav__toggle__close svg {
    width: 30px;
    top: auto;
    left: auto;
  }
}
.menu-open .main-nav__toggle {
  background: transparent;
}
.menu-open .main-nav__toggle__close {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.main-nav__bar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 68px;
}
@media (min-width: 1024px) {
  .main-nav__bar {
    position: initial;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    min-height: 78px;
    padding: 0 20px;
  }
}
.main-nav__logo {
  display: block;
  margin: 2rem auto;
  width: 100%;
  text-align: center;
}
@media (min-width: 375px) and (max-width: 639px) {
  .main-nav__logo {
    margin: 0 0 0 85px;
    width: auto;
    text-align: left;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
@media (min-width: 768px) {
  .main-nav__logo {
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-nav__logo {
    margin-top: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1024px) {
  .main-nav__logo {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: left;
    position: relative;
    -ms-flex-item-align: center;
        align-self: center;
  }
  .main-nav__logo:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 100%;
    height: 1px;
    background: #f1f1f5;
    right: 0;
  }
}
.main-nav__logo img {
  position: relative;
  z-index: 1;
  background: #fff;
  height: 35px;
}
@media (min-width: 1024px) {
  .main-nav__logo img {
    padding-right: 3rem;
    height: 46px;
  }
}
.main-nav__logo + ul {
  width: calc(100% - 40px);
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 375px) {
  .main-nav__logo + ul {
    width: auto;
    margin: 1rem 0;
    position: absolute;
    right: 20px;
  }
}
.main-nav__logo + ul .nav__menu-item--donate-btn a {
  display: block;
  margin: 0.5rem 0 1rem;
  color: white;
}
@media (min-width: 375px) and (max-width: 430px) {
  .main-nav__logo + ul .nav__menu-item--donate-btn a {
    font-size: 1.4rem;
    padding: 12px 20px !important;
  }
}
.main-nav__nav {
  background: #f1f1f5;
}
@media (min-width: 1024px) {
  .main-nav__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.8rem;
    background: #fff;
  }
}
@media (min-width: 1200px) {
  .main-nav__nav {
    font-size: 1rem;
  }
}
.main-nav__wrap {
  position: relative;
  z-index: 1;
  background: #fff;
  display: none;
  border-top: 1px solid transparent;
  padding-bottom: 190px;
  height: 100vh;
  overflow-y: auto;
}
.main-nav__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-nav__search {
  width: 60px;
  height: 100%;
  position: relative;
  z-index: 1;
}
.main-nav__search path {
  fill: #25245d;
}
.main-nav__search-close {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.main-nav__search-close svg {
  position: relative;
  top: -3px;
}
@media (min-width: 1025px) {
  .main-nav__search-close svg {
    width: 30px;
    top: auto;
    left: auto;
  }
}
.main-nav__search-open {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease 0.2s;
  transition: opacity 0.2s ease 0.2s;
}
.search-open .main-nav__search-open {
  opacity: 0;
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
.search-open .main-nav__search-close {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.main-nav__util-nav {
  background: #fff;
}

.menu-open .main-nav--small .burger {
  opacity: 0;
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

.map {
  position: relative;
  width: 100%;
  height: 500px;
}
@media (min-width: 768px) {
  .map {
    height: 600px;
    overflow: hidden;
  }
}
@media (max-height: 500px) {
  .map {
    height: 60vh;
  }
}
@media (max-height: 767px) {
  .map {
    height: 80vh;
  }
}
.map__legend {
  position: absolute;
  bottom: 0%;
  right: 0;
  z-index: 2;
  border: 2px solid rgba(0, 0, 0, 0.2);
}
.map .leaflet-top.leaflet-left {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: auto;
  right: 0;
}
@media (max-height: 767px) {
  .map .leaflet-top.leaflet-left {
    top: 0%;
    -webkit-transform: none;
            transform: none;
  }
}
.map .leaflet-control-zoom-in,
.map .leaflet-control-zoom-out {
  width: 60px;
  height: 60px;
  background-size: 60px;
}
.map .leaflet-bar .leaflet-control-zoom-out {
  background-position: 0 -60px;
}
.map .leaflet-control-attribution {
  display: none;
}
.map .leaflet-popup-content {
  width: auto !important;
}
.map .leaflet-popup-content p {
  font-size: 11px;
  font-family: Arial;
  margin: 0px 0px 10px 0px;
}
.map .leaflet-container a {
  font-weight: 600;
  color: #00a5a3;
}
.map .leaflet-container a:hover {
  color: #006975;
}
.map .leaflet-container img.leaflet-marker-icon {
  width: 15px;
}
.map .leaflet-popup-close-button {
  width: 30px;
  height: 30px;
  background-size: 30px;
  background-color: #fff;
  background-position: 0px -60px;
  opacity: 1;
}
.map .leaflet-popup-close-button:hover {
  background-color: #00a5a3;
}
.js .keyboard--focus .map .leaflet-popup-close-button:focus, .no-js .map .leaflet-popup-close-button:focus {
  background-color: #00a5a3;
}
.map-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 375px) {
  .map-popup {
    width: 245px !important;
  }
  .map-popup .map-popup__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 40%;
            flex: 0 1 40%;
  }
  .map-popup .map-popup__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 60%;
            flex: 0 1 60%;
  }
}
.map-popup__img {
  margin: 0;
}
.map-popup__text {
  padding-left: 10px;
}
.map-popup__title {
  font-family: "museo-slab", serif;
  font-size: 2rem;
  display: block;
  margin: 0 0 10px;
}
.map-popup__flag {
  height: 30px;
  display: block;
  margin: 0 10px 10px 0;
}

.modal-overlay {
  display: block;
  width: 100%;
  position: fixed;
  background-color: rgba(30, 16, 63, 0.9);
  opacity: 0;
  pointer-events: none;
}
.modal-open .modal-overlay {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  opacity: 1;
  pointer-events: auto;
}

.modal {
  display: none;
  max-width: 1200px;
  width: 80%;
}
@media (max-height: 767px) and (min-width: 500px) {
  .modal {
    max-height: 80%;
  }
  .modal .video-embed__video {
    height: 80vh;
    overflow: hidden;
  }
  .modal .video-embed__video .fitvid iframe,
  .modal .video-embed__video .video-fit-vid iframe {
    height: 80vh !important;
  }
}
.modal:focus {
  outline: none;
}
.modal__content {
  position: relative;
  z-index: 1;
  background: #fff;
  -webkit-box-shadow: 0 21px 44px rgba(27, 40, 55, 0.14);
          box-shadow: 0 21px 44px rgba(27, 40, 55, 0.14);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  background: #FFF;
  overflow-y: auto;
  max-height: 90%;
}
.modal[aria-hidden=false] {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: 101;
  opacity: 0;
}
.modal[aria-hidden=false].modal--show {
  opacity: 1;
}
.modal__close {
  position: absolute;
  right: 5px;
  top: -50px;
  width: 48px;
  height: 48px;
  background: none;
  border: none;
}
.modal__close svg {
  fill: #FFF;
  width: 36px;
  height: 36px;
  -webkit-transition: fill 0.25s ease;
  transition: fill 0.25s ease;
}
.modal__close:hover svg, .modal__close:focus svg {
  fill: #00a5a3;
}
.modal__title {
  font-size: 2.4em;
}
@media (min-width: 768px) {
  .modal__title {
    font-size: 2.8em;
  }
}

.nav-callout {
  padding: 2rem;
}
.nav-callout__title {
  font-family: "museo-slab", serif;
  font-weight: 300;
  line-height: 1.1;
  margin: 0;
  color: #25245d;
  clear: both;
  font-family: "museo-slab", serif;
  font-weight: 300;
  line-height: 1.1;
  margin: 0;
  color: #25245d;
  clear: both;
  font-size: 2.4rem;
  line-height: 1.35;
  margin-bottom: 20px;
  display: block;
  margin-bottom: 1rem;
}
.nav-callout__title a {
  color: inherit;
}
.nav-callout__title a {
  color: inherit;
}
@media (min-width: 768px) {
  .nav-callout__title {
    font-size: 2.8rem;
  }
}
@media (min-width: 1024px) {
  .nav-callout__title {
    font-size: 3rem;
    max-width: 90%;
  }
  .column_content .nav-callout__title {
    max-width: 100%;
  }
}
@media (min-width: 1920px) {
  .nav-callout__title {
    font-size: 4rem;
  }
}
@media (min-width: 1024px) {
  .nav-callout__title {
    color: #fff;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .nav-callout__title {
    font-size: 3em;
  }
}
.nav-callout__text {
  font-size: 2rem;
  line-height: 1.4;
  margin-top: 0;
  max-width: 92%;
}
@media (min-width: 1024px) {
  .nav-callout__text {
    color: #fff;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .nav-callout__text {
    font-size: 2em;
  }
}
.nav-callout__link {
  font: 700 1.6rem "museo-slab", serif;
  text-align: center;
  padding: 20px 40px;
  display: inline-block;
  border-radius: 36px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
  background: #00a5a3;
  color: #fff;
}
.nav-callout__link--teal {
  background: #00a5a3;
}
.nav-callout__link--teal:hover {
  background-color: #006975;
  color: #fff;
}
.js .keyboard--focus .nav-callout__link--teal:focus, .no-js .nav-callout__link--teal:focus {
  background-color: #006975;
  color: #fff;
}
.nav-callout__link--orange {
  background: #f46700;
}
.nav-callout__link--orange:hover {
  background-color: #d55b02;
  color: #fff;
}
.js .keyboard--focus .nav-callout__link--orange:focus, .no-js .nav-callout__link--orange:focus {
  background-color: #d55b02;
  color: #fff;
}
.nav-callout + .nav__menu-link {
  display: none;
}

.nav__menu-back {
  display: block;
  border-bottom: 1px solid rgba(30, 28, 119, 0.2);
  width: 100%;
  padding: 2rem;
  text-align: left;
  font-size: 1.8rem;
}
@media (min-width: 1024px) {
  .nav__menu-back {
    display: none;
  }
}
.nav__menu-back svg {
  position: relative;
  top: 1px;
  margin-right: 1rem;
}
.nav__menu-back svg path {
  fill: #2b2b2b;
}
.nav__menu-item {
  position: relative;
}
@media (min-width: 1024px) {
  .nav__menu-item {
    display: inline-block;
    position: static;
  }
}
.nav__menu-item--subitem + .nav__menu-item--default {
  margin-top: 2rem;
}
.nav__menu-item--active.nav__menu-item--hover .sub-nav, .nav__menu-item--active:hover .sub-nav {
  opacity: 1;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: opacity 0.15s ease-in-out, -webkit-transform 0.3s linear;
  transition: opacity 0.15s ease-in-out, -webkit-transform 0.3s linear;
  transition: transform 0.3s linear, opacity 0.15s ease-in-out;
  transition: transform 0.3s linear, opacity 0.15s ease-in-out, -webkit-transform 0.3s linear;
}
.nav__menu-item--active.nav__menu-item--hover .sub-nav__wrap, .nav__menu-item--active:hover .sub-nav__wrap {
  opacity: 1;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
.nav__menu-item--active:focus-within .sub-nav {
  opacity: 1;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: opacity 0.15 ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.15 ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.15 ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.15 ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.nav__menu-item--active:focus-within .sub-nav__wrap {
  opacity: 1;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
.nav__menu-label .nav__menu-link, .nav__menu-item--label .nav__menu-link {
  font-style: italic;
  border-bottom: 0;
  font-size: 1.8rem;
  margin-bottom: 0;
  font-weight: normal;
  font-family: "PublicSans", sans-serif;
  padding: 1rem 0;
}
.nav__menu-label .nav__menu-link:hover, .nav__menu-item--label .nav__menu-link:hover {
  cursor: auto;
}
.nav__menu-label .nav__menu-link:hover:after, .nav__menu-item--label .nav__menu-link:hover:after {
  display: none;
}
.js .keyboard--focus .nav__menu-label .nav__menu-link:focus, .no-js .nav__menu-label .nav__menu-link:focus, .js .keyboard--focus .nav__menu-item--label .nav__menu-link:focus, .no-js .nav__menu-item--label .nav__menu-link:focus {
  cursor: auto;
}
.js .keyboard--focus .nav__menu-label .nav__menu-link:focus:after, .no-js .nav__menu-label .nav__menu-link:focus:after, .js .keyboard--focus .nav__menu-item--label .nav__menu-link:focus:after, .no-js .nav__menu-item--label .nav__menu-link:focus:after {
  display: none;
}
.nav__menu-link {
  display: block;
  font-size: 2.4rem;
  line-height: 1.2;
  padding: 2rem;
  color: #25245d;
  border-bottom: 1px solid rgba(30, 28, 119, 0.2);
}
@media (max-width: 1024px) {
  .nav__menu-link {
    color: #25245d !important;
  }
}
@media (max-width: 1023px) {
  .nav__menu-link {
    padding: 1.3rem 74px 1.3rem 2rem;
  }
}
.nav__menu-item--level-1 > .nav__menu-link {
  font-size: 2em;
  padding: 1.3rem 0;
}
.nav__menu-item--label > .nav__menu-link {
  margin-top: 2rem;
}
.nav__menu-item--subitem .nav__menu-link {
  font-size: 2rem;
  border-bottom: 0;
  padding: 1rem 2rem;
  line-height: 1.2;
}
.nav__menu-item--subitem .nav__menu-link:after {
  display: none;
}
.nav__menu-item--subitem .nav__menu-link:hover {
  opacity: 0.6;
}
@media (min-width: 1024px) {
  .nav__menu-item--subitem .nav__menu-link:hover {
    opacity: 1;
  }
}
.js .keyboard--focus .nav__menu-item--subitem .nav__menu-link:focus, .no-js .nav__menu-item--subitem .nav__menu-link:focus {
  opacity: 0.6;
}
@media (min-width: 1024px) {
  .js .keyboard--focus .nav__menu-item--subitem .nav__menu-link:focus, .no-js .nav__menu-item--subitem .nav__menu-link:focus {
    opacity: 1;
  }
}
@media (min-width: 1024px) {
  .nav__menu-link {
    border-bottom-color: rgba(255, 255, 255, 0.8);
    padding: 2rem 0;
    font-size: 2.4rem;
    position: relative;
  }
  .nav__menu-item--subitem .nav__menu-link {
    font-size: 2em;
    border-bottom: 0;
    padding-left: 2rem;
  }
  .nav__menu-item--level-0 > .nav__menu-link {
    font-size: 1.8em;
    font-family: "museo-slab", serif;
    padding: 3.8rem 2rem;
    border-bottom: 0;
    font-weight: 700;
    line-height: 1;
  }
  .nav__menu-link::after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    height: 0;
    background: #00a5a3;
    bottom: 0;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .nav__menu-link:hover {
    color: #00a5a3;
  }
  .nav__menu-link:hover:after {
    height: 7px;
  }
  .js .keyboard--focus .nav__menu-link:focus, .no-js .nav__menu-link:focus {
    color: #00a5a3;
  }
  .js .keyboard--focus .nav__menu-link:focus:after, .no-js .nav__menu-link:focus:after {
    height: 7px;
  }
}
.nav__menu-link--sub {
  border-bottom: 0;
  font-size: 2rem;
}
.main-nav__util-nav .nav__menu-link {
  font-size: 1.8rem;
  color: black;
  border: 0;
}
.nav__menu-btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  border-left: 1px solid rgba(30, 28, 119, 0.2);
  padding: 1rem 3rem;
  display: block;
  height: 54px;
}
.nav__menu-btn svg g {
  fill: #25245d;
}
@media (min-width: 1024px) {
  .nav__menu-btn {
    display: none;
  }
}
.nav__menu-item--donate-btn {
  width: 100%;
  text-align: center;
}
@media (min-width: 1024px) {
  .main-nav--large .nav__menu-item--donate-btn {
    width: auto;
  }
}
.nav__menu-item--donate-btn a {
  font: 700 1.6rem "museo-slab", serif;
  text-align: center;
  padding: 12px 30px !important;
  display: inline-block;
  border-radius: 36px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
  background: #f46700;
  color: #fff;
  border-bottom: 0;
}
.nav__menu-item--donate-btn a:hover {
  background-color: #d55b02;
  color: #FFF;
}
.nav__menu-item--donate-btn a:hover:after {
  display: none;
}
.js .keyboard--focus .nav__menu-item--donate-btn a:focus, .no-js .nav__menu-item--donate-btn a:focus {
  background-color: #d55b02;
  color: #FFF;
}
.js .keyboard--focus .nav__menu-item--donate-btn a:focus:after, .no-js .nav__menu-item--donate-btn a:focus:after {
  display: none;
}
.sub-nav {
  position: fixed;
  top: 68px;
  z-index: 5;
  background: #f1f1f5;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.sub-nav--active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  overflow-y: auto;
  height: calc(100vh - 68px);
}
@media (min-width: 1024px) {
  .sub-nav {
    position: absolute;
    left: 0;
    top: auto;
    -webkit-transform: none;
            transform: none;
    background: #1E103F;
    -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
    padding: 4rem 0;
    height: auto;
    opacity: 0.5;
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
    -webkit-transition: opacity 0.15s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: opacity 0.15s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.15s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.15s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
}
.sub-nav__wrap {
  max-width: 1440px;
  margin: 0 auto;
  font-size: 1rem;
}
@media (min-width: 1024px) {
  .sub-nav__wrap {
    padding: 0 30px;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    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;
  }
  .modal--show .sub-nav__wrap {
    opacity: 1;
  }
}
@media (max-height: 767px) and (min-width: 1024px) {
  .sub-nav__wrap {
    height: 100vh;
    padding-bottom: 45vh;
    overflow-y: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .sub-nav__wrap {
    font-size: 0.9rem;
  }
}
@media (max-width: 1023px) {
  .sub-nav__col:last-of-type {
    padding-bottom: 110px;
  }
}
@media (min-width: 1024px) {
  .sub-nav__col {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .sub-nav__col:first-of-type {
    max-width: 30%;
  }
  .sub-nav__col--columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 1300px) {
  .sub-nav__col:first-of-type {
    max-width: 40%;
  }
}
@media (min-width: 1024px) {
  .sub-nav .nav__menu-link {
    color: #fff;
  }
  .sub-nav .nav__menu-link:after {
    display: none;
  }
  .sub-nav .nav__menu-link:hover {
    color: rgb(177.4683544304, 155.3164556962, 229.6835443038);
    cursor: pointer;
  }
  .js .keyboard--focus .sub-nav .nav__menu-link:focus, .no-js .sub-nav .nav__menu-link:focus {
    color: rgb(177.4683544304, 155.3164556962, 229.6835443038);
    cursor: pointer;
  }
}
@media (min-width: 1024px) {
  .sub-nav .nav__menu-item--label a[href="#"]:hover {
    color: #fff;
    cursor: auto;
  }
  .js .keyboard--focus .sub-nav .nav__menu-item--label a[href="#"]:focus, .no-js .sub-nav .nav__menu-item--label a[href="#"]:focus {
    color: #fff;
    cursor: auto;
  }
}
.sub-nav__items {
  padding: 0 2rem;
}
@media (min-width: 1024px) {
  .sub-nav__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 48%;
            flex: 0 1 48%;
  }
}
.sub-nav .nav__menu-item {
  display: block;
}
@media (min-width: 1024px) {
  .sub-nav .nav__menu-item {
    margin-left: 30px;
  }
}

@media (min-width: 1024px) {
  .nav-overlay__utility .nav__menu-item--level-0 > .nav__menu-link {
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    padding: 2rem 0;
    font-size: 2.4rem;
    position: relative;
    color: #fff;
    font-weight: normal;
    font-family: "PublicSans", sans-serif;
    margin-left: 30px;
  }
  .nav-overlay__utility .nav__menu-item--level-0 > .nav__menu-link:after {
    display: none;
  }
  .nav-overlay__utility .nav__menu-item--level-0 > .nav__menu-link:hover {
    color: rgb(177.4683544304, 155.3164556962, 229.6835443038);
  }
  .js .keyboard--focus .nav-overlay__utility .nav__menu-item--level-0 > .nav__menu-link:focus, .no-js .nav-overlay__utility .nav__menu-item--level-0 > .nav__menu-link:focus {
    color: rgb(177.4683544304, 155.3164556962, 229.6835443038);
  }
}

.main-nav--small .main-nav__nav .nav__menu-item--donate-btn {
  display: none;
}

.nav__menu-item--current .nav__menu-link {
  color: #00a5a3;
}
.nav__menu-item--current .nav__menu-link::after {
  height: 7px;
}
.nav__menu-item--current .sub-nav .nav__menu-link {
  color: #fff;
}
.nav__menu-item--current .sub-nav .nav__menu-link:hover {
  color: #b19be6;
}

.nav__menu-item--current-menu-parent.nav__menu-item--level-0 > .nav__menu-link {
  color: #00a5a3;
}
.nav__menu-item--current-menu-parent.nav__menu-item--level-0 > .nav__menu-link::after {
  height: 7px;
}

.nav__menu-item--level-1.nav__menu-item--current > .nav__menu-link {
  color: #b19be6;
}

.nav__menu-item--donate-btn a {
  color: white !important;
}
.nav__menu-item--donate-btn a::after {
  display: none !important;
}

.nav-overlay.modal {
  top: 0;
  left: 0;
  -webkit-transform: none;
          transform: none;
  background: #1E103F;
  max-width: none;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
  width: 100%;
}
@media (max-height: 767px) {
  .nav-overlay.modal {
    max-height: none;
    overflow-y: auto;
    height: 100%;
  }
}
@media (min-width: 1024px) {
  .nav-overlay .container, .nav-overlay .column_content {
    padding: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1640px) {
  .nav-overlay .container--xl {
    padding: 0 20px;
  }
}
.nav-overlay__header {
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.nav-overlay__img {
  margin: 0;
  width: 80px;
  height: 80px;
  padding-top: 20px;
}
.nav-overlay__close {
  padding: 3rem 2rem;
  position: static;
  width: auto;
  height: auto;
}
.nav-overlay__close path {
  fill: #fff;
}
.nav-overlay__utility {
  padding: 14rem 0;
}

.hp-intro {
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 5px 0px;
  position: relative;
}
.hp-intro::before {
  content: "";
  background: black;
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  opacity: 0.2;
}
.hp-intro .hp-intro-content {
  margin-bottom: 5px;
  padding: 17em 0em 0em;
  width: 100%;
}
@media (max-width: 1200px) {
  .hp-intro .hp-intro-content {
    padding: 10em 0em 0em;
  }
}
@media (max-width: 767px) {
  .hp-intro .hp-intro-content .btn, .hp-intro .hp-intro-content .hs-form .hs-button, .hs-form .hp-intro .hp-intro-content .hs-button {
    padding: 15px 10px;
    font-size: 12px;
  }
}
.hp-intro .hp-intro-content .hp-intro__title {
  font-size: 3.6rem;
}
@media (max-width: 767px) {
  .hp-intro .hp-intro-content .hp-intro__title {
    font-size: 1em;
  }
}
.hp-intro .hp-intro-content .hp-intro__title p[style*="text-align: center"] {
  width: 70%;
  margin: auto;
}
@media (max-width: 1200px) {
  .hp-intro .hp-intro-content .hp-intro__title p[style*="text-align: center"] {
    width: 100%;
  }
}
.hp-intro .hp-intro-content .hp-intro__title p[style*="text-align: left"] {
  width: 50%;
}
@media (max-width: 1200px) {
  .hp-intro .hp-intro-content .hp-intro__title p[style*="text-align: left"] {
    width: 100%;
  }
}
.hp-intro .hp-intro-content .hp-intro__title p[style*="text-align: right"] {
  width: 50%;
  margin-left: auto;
}
@media (max-width: 1200px) {
  .hp-intro .hp-intro-content .hp-intro__title p[style*="text-align: right"] {
    width: 100%;
  }
}
.hp-intro .hp-intro__figure {
  display: none;
}

.pagination {
  padding-top: 30px;
  margin-top: 30px;
  margin-bottom: 50px;
  text-align: center;
}
.pagination--wp a {
  margin-right: 6px;
}
@media (max-width: 639px) {
  .pagination__nav > * {
    width: 47%;
  }
}
@media (min-width: 640px) {
  .pagination__nav {
    display: inline-block;
  }
  .pagination__nav--start {
    margin-right: 15px;
  }
  .pagination__nav--end {
    margin-left: 15px;
  }
}
@media (min-width: 640px) {
  .pagination__num {
    display: inline-block;
  }
}
.pagination__num--wp a.page-number,
.pagination__num--wp span.page-number {
  padding: 14px 16px;
}
.pagination .page-number {
  font-size: 2em;
  color: #00a5a3;
  border-color: transparent;
  padding: 8px 16px;
  display: inline-block;
  font-size: 2.1rem;
  font-family: "museo-slab", serif;
  color: #25245d;
}
.pagination .page-number:hover, .pagination .page-number:focus {
  color: #00a5a3;
  border-color: #00a5a3;
  border-width: 5px;
}
.pagination .page-number.current {
  color: #25245d;
  font-weight: bold;
  border-bottom: 4px solid #00a5a3;
}
.pagination__first.link, .pagination__last.link, .pagination__next.link, .pagination__prev.link {
  color: #25245d;
  padding: 16px;
  font-size: 1.6rem;
  font-family: "museo-slab", serif;
}
.pagination__first.link svg, .pagination__last.link svg, .pagination__next.link svg, .pagination__prev.link svg {
  fill: #00a5a3;
  position: relative;
  top: -1px;
}
.pagination__first.link:hover, .pagination__first.link:focus, .pagination__last.link:hover, .pagination__last.link:focus, .pagination__next.link:hover, .pagination__next.link:focus, .pagination__prev.link:hover, .pagination__prev.link:focus {
  color: #00a5a3;
}
.pagination__first.link:hover svg path, .pagination__first.link:focus svg path, .pagination__last.link:hover svg path, .pagination__last.link:focus svg path, .pagination__next.link:hover svg path, .pagination__next.link:focus svg path, .pagination__prev.link:hover svg path, .pagination__prev.link:focus svg path {
  stroke: #00a5a3;
  margin-left: 0;
}
.pagination__first.disabled, .pagination__last.disabled, .pagination__next.disabled, .pagination__prev.disabled {
  color: rgba(14.387755102, 13.4285714286, 57.0714285714, 0.2);
}
.pagination__first.disabled svg path, .pagination__last.disabled svg path, .pagination__next.disabled svg path, .pagination__prev.disabled svg path {
  stroke: rgba(14.387755102, 13.4285714286, 57.0714285714, 0.2);
}
.pagination__first.disabled:hover, .pagination__last.disabled:hover, .pagination__next.disabled:hover, .pagination__prev.disabled:hover {
  cursor: not-allowed;
  color: rgba(14.387755102, 13.4285714286, 57.0714285714, 0.2);
}
.pagination__first.disabled:hover svg path, .pagination__last.disabled:hover svg path, .pagination__next.disabled:hover svg path, .pagination__prev.disabled:hover svg path {
  stroke: rgba(14.387755102, 13.4285714286, 57.0714285714, 0.2);
  margin-left: 0;
}
.pagination__first.link svg, .pagination__prev.link svg {
  -webkit-transform: rotate(90deg) scale(0.7);
          transform: rotate(90deg) scale(0.7);
  margin-right: 5px;
}
.pagination__first.link:hover svg, .pagination__first.link:focus svg, .pagination__prev.link:hover svg, .pagination__prev.link:focus svg {
  margin-left: 0;
}
.pagination__last.link svg, .pagination__next.link svg {
  -webkit-transform: rotate(-90deg) scale(0.7);
          transform: rotate(-90deg) scale(0.7);
  margin-right: 5px;
}
.pagination__last.link:hover svg, .pagination__last.link:focus svg, .pagination__next.link:hover svg, .pagination__next.link:focus svg {
  margin-left: 0;
}

.pagination-block--facet {
  display: none;
}
.facetwp-pager .pagination-block--facet {
  display: block;
}

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

.partner-item {
  margin-bottom: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 31.25%;
          flex: 0 1 31.25%;
  width: 100%;
  max-width: 440px;
  position: relative;
}
@media (max-width: 1023px) {
  .partner-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 48%;
            flex: 0 1 48%;
    margin-bottom: 60px;
  }
}
@media (max-width: 1023px) {
  .partner-item--testimonial {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }
}
.partner-item--testimonial .partner-item__text {
  font-family: "PublicSans", sans-serif;
  margin-bottom: 1.6em;
}
.partner-item__image {
  display: block;
  margin: 0 0 2em;
  border-radius: 0px;
}
@media (min-width: 768px) {
  .partner-item__image {
    margin: 0 0 2.9em;
  }
}
.partner-item__title {
  font-family: "museo-slab", serif;
  font-weight: 500;
  font-size: 2.4rem;
  color: #25245d;
  letter-spacing: 0;
  line-height: 1.333333333;
  margin-bottom: 0.5em;
}
@media (min-width: 768px) {
  .partner-item__title {
    font-size: 3rem;
  }
}
.partner-item__text {
  font-family: "museo-slab", serif;
  font-weight: 300;
  font-size: 2rem;
  color: #2b2b2b;
  letter-spacing: 0;
  line-height: 1.583333333;
  margin-bottom: 1.9em;
  margin-top: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (min-width: 768px) {
  .partner-item__text {
    font-size: 2.3rem;
  }
}
.partner-item__link {
  display: block;
}
.partner-item__link:hover .partner-item__link-text {
  border-bottom-color: #00a5a3;
  color: #00a5a3;
}
.partner-item__link:hover .partner-item__title {
  color: #00a5a3;
}
.js .keyboard--focus .partner-item__link:focus .partner-item__link-text, .no-js .partner-item__link:focus .partner-item__link-text {
  border-bottom-color: #00a5a3;
  color: #00a5a3;
}
.js .keyboard--focus .partner-item__link:focus .partner-item__title, .no-js .partner-item__link:focus .partner-item__title {
  color: #00a5a3;
}
.partner-item__link-text {
  font-family: "museo-slab", serif;
  font-size: 2rem;
  color: #1E1C77;
  letter-spacing: 0;
  display: inline-block;
  padding-bottom: 8px;
  border-bottom: 3px solid #00b4b1;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.partner-item__cite, .partner-item__cite-title {
  font-family: "museo-slab", serif;
  font-weight: 700;
  font-size: 1.6rem;
  color: #2b2b2b;
  letter-spacing: 0;
  line-height: 1.05;
  margin: 0 0 0.5em;
}
@media (min-width: 768px) {
  .partner-item__cite, .partner-item__cite-title {
    font-size: 2rem;
  }
}
.partner-item__cite-title {
  font-weight: 300;
}

.partners {
  background: -webkit-gradient(linear, left top, left bottom, from(#efeff4), color-stop(1%, rgb(255, 255, 255)));
  background: linear-gradient(to bottom, #efeff4 0%, rgb(255, 255, 255) 1%);
  padding: 135px 0;
}
.partners__title {
  font-family: "museo-slab", serif;
  font-weight: 300;
  line-height: 1.1;
  margin: 0;
  color: #25245d;
  clear: both;
  font-size: 3.2rem;
  position: relative;
  overflow: hidden;
  margin: 15px 0;
  line-height: 1.3;
}
.partners__title a {
  color: inherit;
}
.main__content .partners__title {
  margin-top: 2em;
}
@media (min-width: 640px) {
  .partners__title {
    font-size: 3.4rem;
  }
}
@media (min-width: 768px) {
  .partners__title {
    font-size: 3.6rem;
  }
}
@media (min-width: 1024px) {
  .partners__title {
    font-size: 4rem;
  }
}
@media (min-width: 1200px) {
  .partners__title {
    font-size: 5rem;
    max-width: 90%;
  }
  .column_content .partners__title {
    max-width: 100%;
  }
  .partners__title.staff-intro__title {
    max-width: 100%;
  }
}
@media (min-width: 1920px) {
  .partners__title {
    font-size: 5.9rem;
  }
  .partners__title:after {
    bottom: 10px;
  }
}
@media (min-width: 640px) {
  .partners__listing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.partner {
  border-radius: 0px;
  width: 260px;
  height: 172px;
  text-align: center;
  position: relative;
  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;
  padding: 10px 20px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  margin: 20px auto;
}
@media (min-width: 768px) {
  .partner {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 230px;
            flex: 0 1 230px;
  }
}
.partner__image {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: inherit;
  transition: inherit;
}

a.partner:hover {
  -webkit-box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.07);
  background: #FFFFFF;
}
a.partner:hover .partner__image {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.js .keyboard--focus a.partner:focus, .no-js a.partner:focus {
  -webkit-box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.07);
  background: #FFFFFF;
}
.js .keyboard--focus a.partner:focus .partner__image, .no-js a.partner:focus .partner__image {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.post-meta {
  margin-bottom: 1.9em;
}
.post-meta__author {
  font-family: "PublicSans", sans-serif;
  font-size: 2.3rem;
  color: #2b2b2b;
  font-style: italic;
  margin-bottom: 1.1em;
}
.post-meta__author__link {
  font-family: "museo-slab", serif;
  font-weight: 500;
  color: #25245d;
  font-style: normal;
}
.post-meta__terms {
  margin: 2em 0 3.6rem;
}
.post-meta__link {
  font-family: "PublicSans", sans-serif;
  font-size: 1.6rem;
  color: #3D3F5D;
  margin-right: 30px;
  display: inline-block;
  margin-bottom: 15px;
}
.post-meta__date {
  font-family: "PublicSans", sans-serif;
  font-size: 1.6rem;
  color: #3D3F5D;
}

.qsm-quiz-container {
  margin-bottom: 100px;
}
.qsm-quiz-container .qsm-progress-bar .progressbar-text {
  margin-top: 20px;
}
.qsm-quiz-container .qsm-results-page {
  line-height: 2;
}
.qsm-quiz-container .mlw_qmn_question_number {
  padding: 5px;
  margin-bottom: 13px;
  display: inline-block;
}
.qsm-quiz-container .mlw_qmn_message_before {
  color: #000;
}
.qsm-quiz-container .mlw_answer_open_text[type=text] {
  margin: auto;
  display: block;
  border-radius: 0px;
  padding: 1rem 3rem;
}
@media (max-width: 500px) {
  .qsm-quiz-container .quiz_section {
    padding: 0px 0 0px 0;
  }
}
.qsm-quiz-container .mlw_answer_open_text, .qsm-quiz-container .mlw_answer_number {
  margin: auto;
  display: block;
  border-radius: 35px;
  padding: 1rem 3rem;
}
.qsm-quiz-container .quiz_section .mlw_qmn_question {
  font-size: 2rem;
  line-height: 1.8;
  width: 90%;
  margin-bottom: 10px;
  display: inline-block;
}
.qsm-quiz-container .qmn_accept_answers #mlwAcceptance {
  margin-right: 0em;
  height: 20px;
  width: 24px;
  display: inline-block;
  vertical-align: sub;
}
@media (max-width: 767px) {
  .qsm-quiz-container .qmn_accept_answers #mlwAcceptance {
    height: 12px;
    width: 11px;
  }
}
.qsm-quiz-container .qmn_accept_answers label .qmn_accept_text {
  font-size: 2rem;
  line-height: 1.8;
}
.qsm-quiz-container .qmn_radio_answers .mlw_horizontal_choice, .qsm-quiz-container .qmn_radio_answers .mlw_horizontal_multiple, .qsm-quiz-container .qmn_check_answers .mlw_horizontal_choice, .qsm-quiz-container .qmn_check_answers .mlw_horizontal_multiple, .qsm-quiz-container .qmn_check_answers .mlw_horizontal_choice, .qsm-quiz-container .qmn_check_answers .mlw_horizontal_multiple {
  padding: 0.8em;
  border-radius: 6px;
  width: 100%;
  margin-bottom: 1em;
}
@media (max-width: 550px) {
  .qsm-quiz-container .qmn_radio_answers .mlw_horizontal_choice, .qsm-quiz-container .qmn_radio_answers .mlw_horizontal_multiple, .qsm-quiz-container .qmn_check_answers .mlw_horizontal_choice, .qsm-quiz-container .qmn_check_answers .mlw_horizontal_multiple, .qsm-quiz-container .qmn_check_answers .mlw_horizontal_choice, .qsm-quiz-container .qmn_check_answers .mlw_horizontal_multiple {
    display: block;
    width: 66%;
    text-align: left;
  }
}
.qsm-quiz-container .qmn_radio_answers .mlw_horizontal_choice label, .qsm-quiz-container .qmn_radio_answers .mlw_horizontal_multiple label, .qsm-quiz-container .qmn_check_answers .mlw_horizontal_choice label, .qsm-quiz-container .qmn_check_answers .mlw_horizontal_multiple label, .qsm-quiz-container .qmn_check_answers .mlw_horizontal_choice label, .qsm-quiz-container .qmn_check_answers .mlw_horizontal_multiple label {
  font-size: 2rem;
  line-height: 1.8;
}
.qsm-quiz-container .qmn_radio_answers .mlw_horizontal_choice input, .qsm-quiz-container .qmn_radio_answers .mlw_horizontal_multiple input, .qsm-quiz-container .qmn_check_answers .mlw_horizontal_choice input, .qsm-quiz-container .qmn_check_answers .mlw_horizontal_multiple input, .qsm-quiz-container .qmn_check_answers .mlw_horizontal_choice input, .qsm-quiz-container .qmn_check_answers .mlw_horizontal_multiple input {
  margin-right: 0em;
  height: 20px;
  width: 24px;
  display: inline-block;
}
@media (max-width: 767px) {
  .qsm-quiz-container .qmn_radio_answers .mlw_horizontal_choice input, .qsm-quiz-container .qmn_radio_answers .mlw_horizontal_multiple input, .qsm-quiz-container .qmn_check_answers .mlw_horizontal_choice input, .qsm-quiz-container .qmn_check_answers .mlw_horizontal_multiple input, .qsm-quiz-container .qmn_check_answers .mlw_horizontal_choice input, .qsm-quiz-container .qmn_check_answers .mlw_horizontal_multiple input {
    height: 12px;
    width: 11px;
  }
}
.qsm-quiz-container .qmn_radio_answers .mlw_horizontal_choice label, .qsm-quiz-container .qmn_radio_answers .mlw_horizontal_multiple label, .qsm-quiz-container .qmn_check_answers .mlw_horizontal_choice label, .qsm-quiz-container .qmn_check_answers .mlw_horizontal_multiple label, .qsm-quiz-container .qmn_check_answers .mlw_horizontal_choice label, .qsm-quiz-container .qmn_check_answers .mlw_horizontal_multiple label {
  border: none;
  text-align: center;
  display: inline-block;
  font-size: 25px;
}
@media (max-width: 767px) {
  .qsm-quiz-container .qmn_radio_answers .mlw_horizontal_choice label, .qsm-quiz-container .qmn_radio_answers .mlw_horizontal_multiple label, .qsm-quiz-container .qmn_check_answers .mlw_horizontal_choice label, .qsm-quiz-container .qmn_check_answers .mlw_horizontal_multiple label, .qsm-quiz-container .qmn_check_answers .mlw_horizontal_choice label, .qsm-quiz-container .qmn_check_answers .mlw_horizontal_multiple label {
    font-size: 17px;
  }
}
.qsm-quiz-container .qmn_radio_answers .qmn_mc_answer_wrap, .qsm-quiz-container .qmn_radio_answers .qsm_check_answer, .qsm-quiz-container .qmn_check_answers .qmn_mc_answer_wrap, .qsm-quiz-container .qmn_check_answers .qsm_check_answer, .qsm-quiz-container .qmn_check_answers .qmn_mc_answer_wrap, .qsm-quiz-container .qmn_check_answers .qsm_check_answer {
  padding: 0.8em;
  border: 2px solid #e2e7ed;
  border-radius: 6px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1em;
}
.qsm-quiz-container .qmn_radio_answers .qmn_mc_answer_wrap label, .qsm-quiz-container .qmn_radio_answers .qsm_check_answer label, .qsm-quiz-container .qmn_check_answers .qmn_mc_answer_wrap label, .qsm-quiz-container .qmn_check_answers .qsm_check_answer label, .qsm-quiz-container .qmn_check_answers .qmn_mc_answer_wrap label, .qsm-quiz-container .qmn_check_answers .qsm_check_answer label {
  font-size: 2rem;
  line-height: 1.8;
}
.qsm-quiz-container .qmn_pagination .qmn_btn, .qsm-quiz-container .qmn_pagination .qsm-btn, .qsm-quiz-container .quiz_section .qmn_btn, .qsm-quiz-container .quiz_section .qsm-btn {
  border-radius: 20px;
  font-weight: 100;
  padding: 0.75em 1.5em !important;
  background-color: #00a5a3 !important;
  color: #ffffff;
  line-height: 1;
  min-width: 150px;
  text-align: center;
  -webkit-appearance: none;
}
.qsm-quiz-container .qmn_pagination .qmn_btn:hover, .qsm-quiz-container .qmn_pagination .qmn_btn:active, .qsm-quiz-container .qmn_pagination .qsm-btn:hover, .qsm-quiz-container .qmn_pagination .qsm-btn:active, .qsm-quiz-container .quiz_section .qmn_btn:hover, .qsm-quiz-container .quiz_section .qmn_btn:active, .qsm-quiz-container .quiz_section .qsm-btn:hover, .qsm-quiz-container .quiz_section .qsm-btn:active {
  background-color: #00a5a3 !important;
  opacity: 0.75;
}
@media (max-width: 500px) {
  .qsm-quiz-container .qmn_pagination .qmn_btn, .qsm-quiz-container .qmn_pagination .qsm-btn, .qsm-quiz-container .quiz_section .qmn_btn, .qsm-quiz-container .quiz_section .qsm-btn {
    margin-bottom: 15px;
    width: 100%;
  }
}
.qsm-quiz-container .qmn_question_answer {
  margin-bottom: 3rem;
}
.qsm-quiz-container .qmn_question_answer .mlw_qmn_question {
  border: 2px solid;
  border-radius: 0px;
  padding: 0.8em;
  line-height: 2;
  width: 100%;
  display: block;
}
.qsm-quiz-container .qmn_question_answer .mlw_qmn_question * {
  display: inline-block;
}
.qsm-quiz-container .qmn_question_answer.qmn_question_answer_correct .mlw_qmn_question {
  border-color: #019e7c;
}
.qsm-quiz-container .qmn_question_answer.qmn_question_answer_incorrect .mlw_qmn_question {
  border-color: red;
}

.custom-quiz .quiz_section {
  text-align: center;
}
.custom-quiz .quiz_section:nth-last-child(2) .mlw_qmn_question_number {
  vertical-align: top;
  position: relative;
  right: -55px;
  top: 6px;
}
.custom-quiz .qmn_mc_answer_wrap, .custom-quiz .mlw_horizontal_choice, .custom-quiz .qsm_check_answer, .custom-quiz .mlw_horizontal_multiple {
  background: #251d58 !important;
}
.custom-quiz.light-gray .qsm-quiz-container {
  background: linear-gradient(23deg, #D3D3D3 3%, #D3D3D3 100%);
  color: #000;
}
.custom-quiz.light-gray .qsm-quiz-container .mlw_qmn_message_before {
  color: #000;
}
.custom-quiz.light-gray .qsm-quiz-container .wpProQuiz_description h1, .custom-quiz.light-gray .qsm-quiz-container .wpProQuiz_description h2, .custom-quiz.light-gray .qsm-quiz-container .wpProQuiz_description h3, .custom-quiz.light-gray .qsm-quiz-container .wpProQuiz_description h4, .custom-quiz.light-gray .qsm-quiz-container .wpProQuiz_description h5 {
  color: #000;
}
.custom-quiz.light-gray .qsm-quiz-container .qmn_mc_answer_wrap, .custom-quiz.light-gray .qsm-quiz-container .mlw_horizontal_choice, .custom-quiz.light-gray .qsm-quiz-container .qsm_check_answer, .custom-quiz.light-gray .qsm-quiz-container .mlw_horizontal_multiple {
  background: #979797 !important;
}
.custom-quiz.light-gray .qsm-quiz-container .qmn_question_answer .mlw_qmn_question {
  width: 100%;
  text-align: center;
  display: inline-block;
  border-color: #000;
}
.custom-quiz.white .qsm-quiz-container {
  background: linear-gradient(23deg, #ffffff 3%, #ffffff 100%);
  color: #000;
}
.custom-quiz.white .qsm-quiz-container .mlw_qmn_message_before {
  color: #000;
}
.custom-quiz.white .qsm-quiz-container .wpProQuiz_description h1, .custom-quiz.white .qsm-quiz-container .wpProQuiz_description h2, .custom-quiz.white .qsm-quiz-container .wpProQuiz_description h3, .custom-quiz.white .qsm-quiz-container .wpProQuiz_description h4, .custom-quiz.white .qsm-quiz-container .wpProQuiz_description h5 {
  color: #000;
}
.custom-quiz.white .qsm-quiz-container .qmn_mc_answer_wrap, .custom-quiz.white .qsm-quiz-container .mlw_horizontal_choice, .custom-quiz.white .qsm-quiz-container .qsm_check_answer, .custom-quiz.white .qsm-quiz-container .mlw_horizontal_multiple {
  background: #ebebeb !important;
}
.custom-quiz.white .qsm-quiz-container .qmn_question_answer .mlw_qmn_question {
  width: 100%;
  text-align: center;
  display: inline-block;
  border-color: #000;
}
.custom-quiz .qmn_pagination .qmn_btn, .custom-quiz .qmn_pagination .qsm-btn, .custom-quiz .quiz_section .qmn_btn, .custom-quiz .quiz_section .qsm-btn {
  background-color: #00a5a3 !important;
}
.custom-quiz .qsm-quiz-container {
  background: linear-gradient(23deg, #212062 3%, #674090 100%);
  padding: 50px;
  border-radius: 0;
  color: #ffffff;
  margin: 70px 0px 70px;
}
.custom-quiz .qsm-quiz-container .mlw_qmn_message_before {
  border: none;
  color: #ffffff;
  text-align: center;
}
.custom-quiz .qsm-quiz-container .mlw_qmn_message_before * {
  width: 100%;
}
.custom-quiz .qsm-quiz-container .wpProQuiz_description {
  margin-bottom: 50px;
}
.custom-quiz .qsm-quiz-container .wpProQuiz_description h1, .custom-quiz .qsm-quiz-container .wpProQuiz_description h2, .custom-quiz .qsm-quiz-container .wpProQuiz_description h3, .custom-quiz .qsm-quiz-container .wpProQuiz_description h4, .custom-quiz .qsm-quiz-container .wpProQuiz_description h5 {
  color: white;
  max-width: 100%;
}
.custom-quiz .qsm-quiz-container .qmn_pagination .qmn_btn, .custom-quiz .qsm-quiz-container .qmn_pagination .qsm-btn, .custom-quiz .qsm-quiz-container .quiz_section .qmn_btn, .custom-quiz .qsm-quiz-container .quiz_section .qsm-btn {
  float: none !important;
  margin: auto;
  margin-right: auto !important;
  font: 700 1.6rem "museo-slab", serif;
  text-align: center;
  padding: 1.3em 2.5em !important;
  border-radius: 36px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
  margin-top: 10px;
  display: block;
}
.custom-quiz .qsm-quiz-container .qmn_pagination {
  border: none;
}
.custom-quiz .qsm-quiz-container .mlw_qmn_question {
  width: auto;
  text-align: center;
  display: inline-block;
}
.custom-quiz .qsm-quiz-container .mlw_qmn_question_number {
  display: inline-block;
  font-weight: 600;
  font-size: 19px;
}
.custom-quiz .qsm-quiz-container .qmn_question_answer .mlw_qmn_question {
  width: 100%;
  text-align: center;
  display: inline-block;
  border-color: #ffffff;
}
.custom-quiz .qsm-quiz-container .qmn_radio_answers, .custom-quiz .qsm-quiz-container .qmn_check_answers {
  border-radius: 0;
  padding: 30px 0px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .custom-quiz .qsm-quiz-container .qmn_radio_answers, .custom-quiz .qsm-quiz-container .qmn_check_answers {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.custom-quiz .qsm-quiz-container .qmn_radio_answers .qsm_check_answer, .custom-quiz .qsm-quiz-container .qmn_check_answers .qsm_check_answer {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 100% !important;
          flex: 0 0 100% !important;
  border-radius: 0 !important;
  -webkit-box-pack: left !important;
      -ms-flex-pack: left !important;
          justify-content: left !important;
  margin-bottom: 24px !important;
}
.custom-quiz .qsm-quiz-container .qmn_radio_answers .qsm_check_answer:last-child, .custom-quiz .qsm-quiz-container .qmn_check_answers .qsm_check_answer:last-child {
  margin-bottom: 0px !important;
}
.custom-quiz .qsm-quiz-container .qmn_radio_answers .qmn_mc_answer_wrap, .custom-quiz .qsm-quiz-container .qmn_radio_answers .mlw_horizontal_choice, .custom-quiz .qsm-quiz-container .qmn_radio_answers .qsm_check_answer, .custom-quiz .qsm-quiz-container .qmn_radio_answers .mlw_horizontal_multiple, .custom-quiz .qsm-quiz-container .qmn_check_answers .qmn_mc_answer_wrap, .custom-quiz .qsm-quiz-container .qmn_check_answers .mlw_horizontal_choice, .custom-quiz .qsm-quiz-container .qmn_check_answers .qsm_check_answer, .custom-quiz .qsm-quiz-container .qmn_check_answers .mlw_horizontal_multiple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: bottom;
  text-align: center;
  margin-bottom: 0px;
  border: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 0 !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0px;
}
@media (max-width: 767px) {
  .custom-quiz .qsm-quiz-container .qmn_radio_answers .qmn_mc_answer_wrap, .custom-quiz .qsm-quiz-container .qmn_radio_answers .mlw_horizontal_choice, .custom-quiz .qsm-quiz-container .qmn_radio_answers .qsm_check_answer, .custom-quiz .qsm-quiz-container .qmn_radio_answers .mlw_horizontal_multiple, .custom-quiz .qsm-quiz-container .qmn_check_answers .qmn_mc_answer_wrap, .custom-quiz .qsm-quiz-container .qmn_check_answers .mlw_horizontal_choice, .custom-quiz .qsm-quiz-container .qmn_check_answers .qsm_check_answer, .custom-quiz .qsm-quiz-container .qmn_check_answers .mlw_horizontal_multiple {
    width: 48%;
    -webkit-box-flex: 0;
        -ms-flex: 0 50%;
            flex: 0 50%;
  }
}
@media (max-width: 500px) {
  .custom-quiz .qsm-quiz-container .qmn_radio_answers .qmn_mc_answer_wrap, .custom-quiz .qsm-quiz-container .qmn_radio_answers .mlw_horizontal_choice, .custom-quiz .qsm-quiz-container .qmn_radio_answers .qsm_check_answer, .custom-quiz .qsm-quiz-container .qmn_radio_answers .mlw_horizontal_multiple, .custom-quiz .qsm-quiz-container .qmn_check_answers .qmn_mc_answer_wrap, .custom-quiz .qsm-quiz-container .qmn_check_answers .mlw_horizontal_choice, .custom-quiz .qsm-quiz-container .qmn_check_answers .qsm_check_answer, .custom-quiz .qsm-quiz-container .qmn_check_answers .mlw_horizontal_multiple {
    -webkit-box-flex: 0;
        -ms-flex: 0 66%;
            flex: 0 66%;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
.custom-quiz .qsm-quiz-container .qmn_radio_answers .qmn_mc_answer_wrap input, .custom-quiz .qsm-quiz-container .qmn_radio_answers .mlw_horizontal_choice input, .custom-quiz .qsm-quiz-container .qmn_radio_answers .qsm_check_answer input, .custom-quiz .qsm-quiz-container .qmn_radio_answers .mlw_horizontal_multiple input, .custom-quiz .qsm-quiz-container .qmn_check_answers .qmn_mc_answer_wrap input, .custom-quiz .qsm-quiz-container .qmn_check_answers .mlw_horizontal_choice input, .custom-quiz .qsm-quiz-container .qmn_check_answers .qsm_check_answer input, .custom-quiz .qsm-quiz-container .qmn_check_answers .mlw_horizontal_multiple input {
  margin-right: 0em;
  height: 20px;
  width: 24px;
  display: inline-block;
}
@media (max-width: 767px) {
  .custom-quiz .qsm-quiz-container .qmn_radio_answers .qmn_mc_answer_wrap input, .custom-quiz .qsm-quiz-container .qmn_radio_answers .mlw_horizontal_choice input, .custom-quiz .qsm-quiz-container .qmn_radio_answers .qsm_check_answer input, .custom-quiz .qsm-quiz-container .qmn_radio_answers .mlw_horizontal_multiple input, .custom-quiz .qsm-quiz-container .qmn_check_answers .qmn_mc_answer_wrap input, .custom-quiz .qsm-quiz-container .qmn_check_answers .mlw_horizontal_choice input, .custom-quiz .qsm-quiz-container .qmn_check_answers .qsm_check_answer input, .custom-quiz .qsm-quiz-container .qmn_check_answers .mlw_horizontal_multiple input {
    height: 12px;
    width: 11px;
  }
}
.custom-quiz .qsm-quiz-container .qmn_radio_answers .qmn_mc_answer_wrap label, .custom-quiz .qsm-quiz-container .qmn_radio_answers .mlw_horizontal_choice label, .custom-quiz .qsm-quiz-container .qmn_radio_answers .qsm_check_answer label, .custom-quiz .qsm-quiz-container .qmn_radio_answers .mlw_horizontal_multiple label, .custom-quiz .qsm-quiz-container .qmn_check_answers .qmn_mc_answer_wrap label, .custom-quiz .qsm-quiz-container .qmn_check_answers .mlw_horizontal_choice label, .custom-quiz .qsm-quiz-container .qmn_check_answers .qsm_check_answer label, .custom-quiz .qsm-quiz-container .qmn_check_answers .mlw_horizontal_multiple label {
  border: none;
  text-align: center;
  display: inline-block;
  font-size: 25px;
}
@media (max-width: 767px) {
  .custom-quiz .qsm-quiz-container .qmn_radio_answers .qmn_mc_answer_wrap label, .custom-quiz .qsm-quiz-container .qmn_radio_answers .mlw_horizontal_choice label, .custom-quiz .qsm-quiz-container .qmn_radio_answers .qsm_check_answer label, .custom-quiz .qsm-quiz-container .qmn_radio_answers .mlw_horizontal_multiple label, .custom-quiz .qsm-quiz-container .qmn_check_answers .qmn_mc_answer_wrap label, .custom-quiz .qsm-quiz-container .qmn_check_answers .mlw_horizontal_choice label, .custom-quiz .qsm-quiz-container .qmn_check_answers .qsm_check_answer label, .custom-quiz .qsm-quiz-container .qmn_check_answers .mlw_horizontal_multiple label {
    font-size: 17px;
  }
}

.page-template-home .wysiwyg h1, .page-template-home .wysiwyg h2, .page-template-home .wysiwyg h3, .page-template-home .wysiwyg h4, .page-template-home .wysiwyg h5, .page-template-home .wysiwyg h6, .page-template-home .wysiwyg p {
  margin: auto;
}

.quote {
  background-image: linear-gradient(23deg, #212062 3%, #674090 100%);
  border-radius: 0px;
  position: relative;
  color: #FFF;
  font-family: "museo-slab", serif;
  text-align: center;
  padding: 138px 20px 100px;
  margin: 120px -10px 80px;
}
@media (min-width: 768px) {
  .quote {
    padding: 138px 100px 100px;
    margin: 150px auto;
  }
}
.quote::before {
  display: none;
}
.quote__quotes {
  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: 114px;
  height: 114px;
  background: #00a5a3;
  position: absolute;
  top: -32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 180%;
}
.quote p {
  font-weight: 700;
  font-size: 2.1rem;
  line-height: 1.588235294;
  margin: 0 0 1em;
}
@media (min-width: 768px) {
  .quote p {
    font-size: 3.4rem;
  }
}
.quote__cite__name {
  display: block;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .quote__cite__name {
    font-size: 2.5rem;
  }
}
.quote__cite__partner {
  display: block;
  font-family: "PublicSans", sans-serif;
  font-size: 1.6rem;
}

.region:focus {
  outline: none;
}
.region__hero__fig {
  position: relative;
}
.region__intro {
  margin-top: 3rem;
}
@media (min-width: 1024px) {
  .region__intro {
    margin-top: 6rem;
  }
}
@media (min-width: 768px) {
  .region__intro .wysiwyg > * {
    max-width: 91%;
  }
}
.region .region__title {
  font-family: "museo-slab", serif;
  font-weight: 300;
  line-height: 1.1;
  margin: 0;
  color: #25245d;
  clear: both;
  color: #fff;
  position: absolute;
  bottom: 4rem;
}
.region .region__title a {
  color: inherit;
}
@media (min-width: 768px) {
  .region .region__title {
    font-size: 6rem;
    line-height: 1;
    width: 70%;
  }
}
@media (min-width: 1024px) {
  .region .region__title {
    width: 60%;
  }
}
@media (min-width: 1200px) {
  .region .region__title {
    font-size: 8rem;
  }
}
@media (min-width: 1400px) {
  .region .region__title {
    font-size: 10.9rem;
  }
}

.related {
  background: #f3f3f6;
  padding: 50px 0;
  position: relative;
}
@media (min-width: 768px) {
  .related {
    padding-bottom: 100px;
  }
}
@media (min-width: 1024px) {
  .related {
    padding-bottom: 150px;
  }
}
.related__title {
  font-family: "museo-slab", serif;
  font-weight: 300;
  line-height: 1.1;
  margin: 0;
  color: #25245d;
  clear: both;
  font-size: 3.2rem;
  position: relative;
  overflow: hidden;
  margin: 15px 0;
  line-height: 1.3;
  margin-bottom: 0.9em;
}
.related__title a {
  color: inherit;
}
.main__content .related__title {
  margin-top: 2em;
}
@media (min-width: 640px) {
  .related__title {
    font-size: 3.4rem;
  }
}
@media (min-width: 768px) {
  .related__title {
    font-size: 3.6rem;
  }
}
@media (min-width: 1024px) {
  .related__title {
    font-size: 4rem;
  }
}
@media (min-width: 1200px) {
  .related__title {
    font-size: 5rem;
    max-width: 90%;
  }
  .column_content .related__title {
    max-width: 100%;
  }
  .related__title.staff-intro__title {
    max-width: 100%;
  }
}
@media (min-width: 1920px) {
  .related__title {
    font-size: 5.9rem;
  }
  .related__title:after {
    bottom: 10px;
  }
}
@media (min-width: 768px) {
  .related__posts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.related-post {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .related-post {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 30.285714286%;
            flex: 0 1 30.285714286%;
    width: 100%;
    margin-right: 8.125%;
  }
  .related-post:last-child {
    margin-right: 0;
  }
}
.related-post__title {
  font-family: "museo-slab", serif;
  font-weight: 300;
  line-height: 1.1;
  margin: 0;
  color: #25245d;
  clear: both;
  font-size: 2.1rem;
  line-height: 1.35;
  font-weight: 500;
  margin-bottom: 1em;
}
.related-post__title a {
  color: inherit;
}
@media (min-width: 1024px) {
  .related-post__title {
    font-size: 2.8rem;
  }
}
.related-post__link {
  color: #25245d;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.related-post__link:hover {
  color: #00a5a3;
}
.js .keyboard--focus .related-post__link:focus, .no-js .related-post__link:focus {
  color: #00a5a3;
}
.related-post p {
  font-family: "museo-slab", serif;
  font-weight: 300;
  font-size: 1.8rem;
  color: #2b2b2b;
  line-height: 1.833333333;
}

a {
  color: #087C8F;
}
a:hover {
  text-decoration: underline;
}

.show-on-mobile {
  display: none;
}
@media (max-width: 768px) {
  .show-on-mobile {
    display: block;
  }
}

.hide-on-mobile {
  display: block;
}
@media (max-width: 768px) {
  .hide-on-mobile {
    display: none;
  }
}

.ar-section {
  margin-top: 40px;
  opacity: 0;
}
.ar-section__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .ar-section__heading {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.ar-section__heading img {
  margin: 0;
  max-width: 97px;
}
@media (max-width: 768px) {
  .ar-section__heading img {
    max-width: 40px;
  }
}
.ar-section__heading h2 {
  margin-left: 20px;
  color: #2B2D71;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 30px;
  font-family: "museo-slab", serif;
  font-weight: 300;
}
@media (max-width: 768px) {
  .ar-section__heading h2 {
    font-size: 20px;
  }
}
.ar-section__text p,
.ar-section__text li {
  line-height: 30px;
}
@media (min-width: 1024px) {
  .ar-section .container, .ar-section .column_content {
    padding: 0 30px;
  }
}

.ar-banner {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  opacity: 1;
}
.ar-banner:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(43, 45, 113, 0.4);
}
.ar-banner__content {
  padding-top: 14%;
  padding-top: 18%;
  padding-bottom: 14%;
  padding-bottom: 10%;
}
@media (max-width: 768px) {
  .ar-banner__content {
    padding-top: 25%;
    padding-bottom: 25%;
  }
}
.ar-banner__title {
  color: white;
  font-size: 46px;
  font-weight: normal;
  text-align: center;
  font-family: "museo-slab", serif;
}
@media (max-width: 768px) {
  .ar-banner__title {
    font-size: 20px;
  }
}
.ar-banner__files {
  color: white;
  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;
}
.ar-banner__files .ar-banner-files {
  background-color: #00A5A3;
  border-radius: 20px;
  padding-left: 30px;
  padding-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .ar-banner__files .ar-banner-files {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
  }
}
.ar-banner__files ul {
  list-style: none;
  padding: 0;
  display: inline-block;
}
@media (max-width: 768px) {
  .ar-banner__files ul {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.ar-banner__files ul li {
  display: inline-block;
  overflow: hidden;
}
.ar-banner__files ul li a {
  color: white;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 25px;
  font-family: "museo-slab", serif;
  font-weight: 700;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.ar-banner__files ul li a:hover {
  color: #2b2d71;
}
@media (max-width: 768px) {
  .ar-banner__files ul li a {
    padding-left: 2px;
    padding-right: 2px;
  }
}

.ar-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-top: -36px;
}
.ar-menu__container {
  background-color: #2B2D71;
  padding: 10px 60px;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .ar-menu__container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 6px 10px;
  }
}
.ar-menu__container ul {
  display: inline-block;
  list-style: none;
  padding: 0;
}
@media (max-width: 768px) {
  .ar-menu__container ul {
    margin: 10px 0;
    text-align: center;
  }
}
.ar-menu__container ul li {
  display: inline-block;
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .ar-menu__container ul li {
    margin-top: 3px;
    margin-bottom: 3px;
  }
}
.ar-menu__container ul li:after {
  content: "";
  border-right: 1px solid white;
  padding-right: 7px;
  position: absolute;
  display: block;
  right: -3px;
  top: -2px;
  width: 1px;
  height: 20px;
}
.ar-menu__container ul li:last-child:after {
  display: none;
}
.ar-menu__container ul li a {
  color: white;
  line-height: 25px;
  font-weight: 700;
  font-family: "museo-slab", serif;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.ar-menu__container ul li a:hover {
  color: #00a5a3;
}
@media (max-width: 768px) {
  .ar-menu__container ul li a {
    font-size: 12px;
  }
}

.flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ar-intro__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-transition: height 0.7s, max-height 0.7s;
  transition: height 0.7s, max-height 0.7s;
}
.ar-intro-hide .ar-intro__content {
  max-height: 500px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .ar-intro-hide .ar-intro__content {
    max-height: 330px;
  }
}
.ar-intro__images {
  width: 65%;
  margin-right: 50px;
  line-height: 22px;
}
@media (max-width: 768px) {
  .ar-intro__images {
    margin-right: 0;
    width: auto;
  }
}
.ar-intro__images ul {
  padding: 0;
  list-style: none;
}
.ar-intro__images ul li {
  margin-bottom: 35px;
}
.ar-intro__text {
  margin-right: 5%;
}
.ar-intro .ar-intro-person__name {
  margin-top: 20px;
  text-align: center;
  font-weight: bold;
  color: #00A5A3;
  color: #087C8F;
}
.ar-intro .ar-intro-person__post {
  margin-top: 5px;
  text-align: center;
  font-weight: bold;
}
.ar-intro .ar-intro-person__image {
  text-align: center;
}
.ar-intro .ar-intro-person__image img {
  max-width: 258px;
}
@media (max-width: 768px) {
  .ar-intro .ar-intro-person__image img {
    max-width: 80px;
  }
}
.ar-intro .ar-intro__hide {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(70%, rgb(255, 255, 255)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 70%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#ffffff", GradientType=0);
}
.ar-intro .ar-intro-hide__btn {
  text-align: center;
  margin-top: 100px;
  height: 0;
  border: 0.5px solid #2B2D71;
  margin-left: 30px;
  margin-right: 30px;
}
@media (max-width: 768px) {
  .ar-intro .ar-intro-hide__btn {
    margin-top: 120px;
    margin-left: 18px;
    margin-right: 18px;
  }
}
@media (max-width: 480px) {
  .ar-intro .ar-intro-hide__btn {
    margin-top: 160px;
  }
}
.ar-intro .ar-intro-hide__btn span {
  display: inline;
  background-color: #2B2D71;
  color: white;
  padding: 15px 30px;
  border-radius: 15px;
  cursor: pointer;
  position: relative;
  top: -5px;
}

.ar-impact {
  margin-top: 80px;
}
@media (max-width: 480px) {
  .ar-impact {
    margin-top: 110px;
  }
}
.ar-impact__heading img {
  width: 50px;
}
.ar-impact__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 768px) {
  .ar-impact__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
  }
}
.ar-impact__item {
  margin-left: 5px !important;
  margin-right: 5px !important;
  margin-bottom: 10px;
  border-radius: 15px;
  width: calc(33.33% - 10px) !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (max-width: 768px) {
  .ar-impact__item {
    width: 90% !important;
    margin: 10px 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.ar-impact__item:last-child {
  width: 100% !important;
}
.ar-impact__header {
  padding: 30px;
  text-align: center;
  height: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #F1F1F5;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}
@media (max-width: 768px) {
  .ar-impact__header {
    height: 190px;
  }
}
.ar-impact__title {
  font-size: 26px;
  line-height: 33px;
  font-family: "museo-slab", serif;
  font-weight: 700;
}
@media (max-width: 768px) {
  .ar-impact__title {
    font-size: 18px;
    line-height: 18px;
  }
}
.ar-impact__image {
  margin-top: auto;
}
.ar-impact__image img {
  max-width: 140px;
}
@media (max-width: 768px) {
  .ar-impact__image img {
    max-width: 80px;
  }
}
.ar-impact__meta {
  background-color: #9FA617;
  color: white;
  padding: 35px 30px 10px 30px;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
@media (max-width: 768px) {
  .ar-impact__meta {
    padding: 15px;
  }
}
.ar-impact__numbers {
  font-size: 25px;
  border-bottom: 0.1px solid white;
  padding-bottom: 15px;
  font-family: "museo-slab", serif;
  font-weight: 700;
}
@media (max-width: 768px) {
  .ar-impact__numbers {
    font-size: 15px;
  }
}
.ar-impact__text {
  margin-top: 15px;
  font-size: 1.6rem;
  line-height: 2.3rem;
  font-weight: 700;
}

.ar-impactr {
  background-color: #F1F1F5;
  padding-top: 40px;
  padding-bottom: 40px;
}
.ar-impactr__content {
  margin-top: 50px;
}
.ar-impactr__img {
  text-align: center;
}
.ar-impactr__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ar-impactr__item {
  width: 50%;
  padding-left: 6px;
  padding-right: 6px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .ar-impactr__item {
    width: 100%;
  }
}
.ar-impactr__item:last-child {
  margin-left: auto;
  margin-right: auto;
}
.ar-impactr__item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
  border-radius: 15px;
  padding: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .ar-impactr__item-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ar-impactr__title {
  text-align: center;
  margin-bottom: 10px;
  color: #2B2D71;
  font-size: 20px;
  line-height: 20px;
  font-family: "museo-slab", serif;
  font-weight: 700;
}
.ar-impactr__title.show-on-mobile {
  margin-top: 15px;
}
.ar-impactr__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ar-impactr__btn {
  width: 50%;
  color: white;
  text-align: center;
  padding: 4px;
  font-family: "museo-slab", serif;
  font-weight: 700;
}
@media (max-width: 768px) {
  .ar-impactr__btn {
    font-size: 12px;
  }
}
.ar-impactr__btn > div {
  padding: 15px;
  border-radius: 15px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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;
}
@media (max-width: 768px) {
  .ar-impactr__btn > div {
    padding: 10px;
  }
}
.ar-impactr__btn > div > div {
  line-height: 23px;
}
@media (max-width: 768px) {
  .ar-impactr__btn > div > div {
    line-height: 18px;
  }
}
.ar-impactr__left {
  padding: 10px;
}
.ar-impactr__right {
  padding-left: 20px;
}
@media (max-width: 768px) {
  .ar-impactr__right {
    padding-left: 0;
  }
}

@media (max-width: 1080px) {
  .ar-impactc .ar-impactc-below-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.ar-impactc__heading h2 {
  margin-left: 0;
}
.ar-impactc__text {
  margin-top: 30px;
  margin-bottom: 30px;
  line-height: 18px;
}
.ar-impactc__map {
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .ar-impactc__map {
    height: auto;
  }
}
.ar-impactc__map svg {
  position: relative;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  margin-top: -150px;
}
@media (max-width: 1080px) {
  .ar-impactc__map svg {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
    margin-top: -80px;
    top: -80px;
  }
}
@media (max-width: 768px) {
  .ar-impactc__map svg {
    margin-top: -50px;
  }
}
@media (max-width: 768px) {
  .ar-impactc__map svg {
    margin-top: 0;
    top: auto;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}
.ar-impactc__tooltip {
  background-color: white;
  width: 300px;
  padding: 25px;
  border-radius: 15px;
  position: fixed;
  -webkit-box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.2);
  z-index: 99999;
}
@media (max-width: 768px) {
  .ar-impactc__tooltip {
    width: 250px;
    padding: 15px;
  }
}
.ar-impactc__tooltip:after {
  content: "";
  position: relative;
  bottom: -60px;
  width: 0;
  height: 0;
  /* display: block; */
  border: 20px solid transparent;
  border-top-color: white;
  left: 50%;
}
@media (max-width: 768px) {
  .ar-impactc__tooltip:after {
    bottom: -50px;
  }
}
.ar-impactc__tooltip-country {
  font-weight: bold;
}
.ar-impactc__tooltip-data {
  margin-top: 12px;
}
.ar-impactc .ar-impactc-below {
  margin-top: 30px;
  background-color: #F8F8FA;
  margin-left: auto;
  margin-right: auto;
  padding: 0 80px 80px;
}
@media (max-width: 1080px) {
  .ar-impactc .ar-impactc-below {
    margin-top: 0;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .ar-impactc .ar-impactc-below {
    margin-top: 0;
    width: 100%;
    padding: 30px;
  }
}
.ar-impactc .ar-impactc-below__image img {
  max-width: 400px;
}
@media (max-width: 768px) {
  .ar-impactc .ar-impactc-below__image img {
    width: 250px;
  }
}
.ar-impactc .ar-impactc-below__text {
  margin-top: 35px;
  color: #2B2D71;
  line-height: 32px;
  font-size: 22px;
  font-family: "museo-slab", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 768px) {
  .ar-impactc .ar-impactc-below__text {
    font-size: 15px;
    line-height: 20px;
  }
}
.ar-impactc .ar-impactc-below__text > div {
  width: 50%;
}
@media (max-width: 768px) {
  .ar-impactc .ar-impactc-below__text > div {
    width: 100%;
  }
}
.ar-impactc .ar-impactc-controls {
  color: black;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 30px;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}
@media (max-width: 480px) {
  .ar-impactc .ar-impactc-controls {
    display: block;
  }
}
.ar-impactc .ar-impactc-controls__zoom {
  /* padding: 8px 6px; */
  margin-bottom: 1px;
  background-color: white;
  height: 28px;
  width: 28px;
  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;
  color: black;
  cursor: pointer;
}
.ar-impactc .ar-impactc-controls__zoom-out span {
  font-size: 35px;
  position: relative;
  top: -3px;
}

.ar-impacts__item-inner {
  overflow-x: auto;
}
.ar-impacts__heading h2 {
  margin-left: 0;
}
.ar-impacts__text {
  margin-top: 30px;
  margin-bottom: 30px;
}
.ar-impacts__item {
  color: white;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 80px;
  font-family: "museo-slab", serif;
  font-weight: 700;
}
@media (max-width: 768px) {
  .ar-impacts__item {
    font-size: 10px;
    margin-top: 25px;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .ar-impacts__item {
    font-size: 8px;
  }
}
.ar-impacts__item:nth-child(1) thead tr:first-child td:first-child {
  background-color: #057B79;
}
.ar-impacts__item:nth-child(2) thead tr:first-child td:first-child {
  background-color: #E16837;
}
.ar-impacts__item table {
  width: 100%;
  border: none;
  margin: 0;
}
.ar-impacts__item table thead tr:first-child td {
  background-color: #F8F8FA;
  padding: 30px;
  width: 18%;
}
@media (max-width: 1080px) {
  .ar-impacts__item table thead tr:first-child td {
    padding: 10px;
  }
}
@media (max-width: 400px) {
  .ar-impacts__item table thead tr:first-child td {
    padding: 4px;
  }
}
.ar-impacts__item table thead tr:first-child td:first-child {
  border-top-left-radius: 15px;
  width: 28%;
}
@media (max-width: 768px) {
  .ar-impacts__item table thead tr:first-child td:first-child {
    width: 23%;
  }
}
.ar-impacts__item table thead tr:first-child td:last-child {
  border-top-right-radius: 15px;
}
.ar-impacts__item table thead tr:nth-child(2) td:nth-child(1) {
  background-color: black;
  color: white;
}
.ar-impacts__item table thead tr:nth-child(2) td:nth-child(1) {
  background-color: #26275C;
  color: white;
}
.ar-impacts__item table thead tr:nth-child(2) td:nth-child(2) {
  background-color: #9FA617;
}
.ar-impacts__item table thead tr:nth-child(2) td:nth-child(3) {
  background-color: #2B2D71;
  color: white;
}
.ar-impacts__item table thead tr:nth-child(2) td:nth-child(4) {
  background-color: #E16837;
}
.ar-impacts__item table thead tr:nth-child(2) td:nth-child(5) {
  background-color: #00A5A3;
}
.ar-impacts__item table thead tr:nth-child(2) td {
  padding: 25px;
}
@media (max-width: 768px) {
  .ar-impacts__item table thead tr:nth-child(2) td {
    padding: 10px;
  }
}
.ar-impacts__item table thead tr td:nth-child(2) .ar-impacts-col__title {
  color: #9FA617;
}
.ar-impacts__item table thead tr td:nth-child(3) .ar-impacts-col__title {
  color: #2B2D71;
}
.ar-impacts__item table thead tr td:nth-child(4) .ar-impacts-col__title {
  color: #E16837;
}
.ar-impacts__item table thead tr td:nth-child(5) .ar-impacts-col__title {
  color: #00A5A3;
}
.ar-impacts__item table tbody tr td:nth-child(1) {
  background-color: #F8F8FA;
  background-color: #dcdbe5;
  color: #2B2B2B;
}
.ar-impacts__item table tbody tr td:nth-child(2) {
  background-color: rgba(159, 166, 23, 0.4);
  color: #2B2D71;
}
.ar-impacts__item table tbody tr td:nth-child(3) {
  background-color: rgba(43, 45, 113, 0.4);
  color: #2B2D71;
}
.ar-impacts__item table tbody tr td:nth-child(4) {
  background-color: rgba(225, 104, 55, 0.4);
  color: #2B2D71;
}
.ar-impacts__item table tbody tr td:nth-child(5) {
  background-color: rgba(0, 165, 163, 0.4);
  color: #2B2D71;
}
.ar-impacts__item table tbody tr td > div {
  max-height: 0;
  padding: 0;
  border: 0;
  -webkit-transition: max-height 0.3s, padding 0.3s;
  transition: max-height 0.3s, padding 0.3s;
  overflow: hidden;
}
.ar-impacts__item table tbody.active tr td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.ar-impacts__item table tbody.active tr td > div {
  max-height: 100px;
  padding: 20px;
}
@media (max-width: 768px) {
  .ar-impacts__item table tbody.active tr td > div {
    padding: 10px;
  }
}
.ar-impacts-main {
  font-family: "museo-slab", serif;
  font-weight: 700;
  line-height: 2rem;
}
.ar-impacts-main__image img {
  max-width: 80px;
}
@media (max-width: 768px) {
  .ar-impacts-main__image img {
    max-width: 35px;
  }
}
.ar-impacts-main__title {
  margin-top: 15px;
}
.ar-impacts-col__title {
  font-family: "museo-slab", serif;
  font-weight: 700;
  line-height: 2rem;
}
@media (max-width: 768px) {
  .ar-impacts-col__title {
    line-height: 1.2;
  }
}
.ar-impacts-col__image {
  margin-top: 20px;
}
@media (max-width: 480px) {
  .ar-impacts-col__image {
    margin-top: 10px;
  }
}
.ar-impacts-col__image img {
  max-width: 60px;
}
@media (max-width: 768px) {
  .ar-impacts-col__image img {
    max-width: 40px;
  }
}
@media (max-width: 480px) {
  .ar-impacts-col__image img {
    max-width: 30px;
  }
}
.ar-impacts-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
}
@media (max-width: 768px) {
  .ar-impacts-single {
    padding: 10px;
  }
}
.ar-impacts-single img {
  margin: 0;
  max-width: 35px;
  -webkit-filter: brightness(0) saturate(100%) invert(16%) sepia(7%) saturate(5911%) hue-rotate(202deg) brightness(102%) contrast(100%);
          filter: brightness(0) saturate(100%) invert(16%) sepia(7%) saturate(5911%) hue-rotate(202deg) brightness(102%) contrast(100%);
}
@media (max-width: 768px) {
  .ar-impacts-single img {
    display: none;
  }
}
.ar-impacts-single > div {
  margin-left: 15px;
  text-align: left;
  line-height: 2rem;
}
@media (max-width: 768px) {
  .ar-impacts-single > div {
    margin-left: 8px;
    text-align: left;
    line-height: 1.2;
  }
}
.ar-impacts-toggle {
  background-color: #2B2D71;
  text-align: center;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 20px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .ar-impacts-toggle {
    padding: 10px;
  }
}
.ar-impacts-toggle__text {
  display: inline-block;
  font-family: "museo-slab", serif;
  font-weight: 700;
}

.ar-impact2__heading img {
  width: 60px;
}
.ar-impact2__text {
  line-height: 22px;
}
.ar-impact2__content {
  background-color: #F8F8FA;
  padding: 50px 30px;
  margin-top: 40px;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .ar-impact2__content {
    padding: 30px;
  }
}
.ar-impact2__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}
@media (max-width: 768px) {
  .ar-impact2__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ar-impact2__item {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 768px) {
  .ar-impact2__item {
    margin-top: 20px;
  }
}
.ar-impact2__image {
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  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;
}
@media (max-width: 768px) {
  .ar-impact2__image {
    width: 80px;
    height: 80px;
  }
}
.ar-impact2__image img {
  width: 55%;
}
.ar-impact2__title {
  margin-top: 25px;
  margin-bottom: 20px;
  font-size: 20px;
  font-family: "museo-slab", serif;
}
.ar-impact2__desc {
  line-height: 26px;
  color: #2B2B2B;
}

.ar-trans__heading h2 {
  margin-left: 0;
}
.ar-trans__content {
  margin-top: 30px;
  margin-bottom: 10px;
}
.ar-trans__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .ar-trans__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.ar-trans__image {
  position: relative;
}
.ar-trans__image > div {
  position: relative;
  height: 0;
  padding-top: 85%;
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
@media (max-width: 768px) {
  .ar-trans__image > div {
    padding-top: 110%;
  }
}
.ar-trans__hovertext {
  position: absolute !important;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  font-size: 18px;
  display: none !important;
  text-align: center;
  line-height: 20px;
}
.ar-trans__item {
  -webkit-box-flex: 25%;
      -ms-flex: 25% 0;
          flex: 25% 0;
  width: 25%;
  margin-left: 5px;
  margin-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
}
.ar-trans__item :hover .ar-trans__hovertext {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media (max-width: 768px) {
  .ar-trans__item :hover .ar-trans__hovertext {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .ar-trans__item {
    -webkit-box-flex: 50%;
        -ms-flex: 50% 0;
            flex: 50% 0;
    width: 50%;
    margin: 0;
    padding: 5px;
  }
}
.ar-trans__meta {
  color: white;
  padding: 25px;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
@media (max-width: 768px) {
  .ar-trans__meta {
    padding: 10p;
  }
}
.ar-trans__title {
  border-bottom: 0.1px solid white;
  padding-bottom: 10px;
  line-height: 22px;
  font-family: "museo-slab", serif;
  font-size: 20px;
}
@media (max-width: 768px) {
  .ar-trans__title {
    line-height: 18px;
    font-size: 17px;
  }
}
.ar-trans__country {
  margin-top: 12px;
  line-height: 22px;
  font-family: "museo-slab", serif;
}
@media (max-width: 768px) {
  .ar-trans__country {
    margin-top: 8px;
  }
}
.ar-trans__outer {
  margin-top: 50px;
}
.ar-trans__outer .ar-trans-popup {
  margin-top: 10px;
}
.ar-trans .ar-trans-popup {
  background-color: #2B2D71;
  padding: 30px;
  border-radius: 15px;
  width: 100%;
}
@media (max-width: 768px) {
  .ar-trans .ar-trans-popup {
    margin-top: 6px;
    margin-bottom: 6px;
  }
}
.ar-trans .ar-trans-popup__content {
  color: white;
}
.ar-trans .ar-trans-popup__content > img {
  max-width: 180px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
  float: left;
  margin: 15px;
}
@media (max-width: 768px) {
  .ar-trans .ar-trans-popup__content > img {
    display: none;
  }
}
.ar-trans .ar-trans-popup__content > h3 {
  font-size: 25px;
  line-height: 30px;
  font-weight: normal;
  display: inline-block;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .ar-trans .ar-trans-popup__content > h3 {
    margin-top: 0;
  }
}
.ar-trans .ar-trans-popup__header {
  position: absolute;
  right: 0;
}
@media (max-width: 480px) {
  .ar-trans .ar-trans-popup__header {
    position: relative;
    text-align: right;
    margin-bottom: 15px;
  }
}
.ar-trans .ar-trans-popup__header img {
  width: 25px;
}
.ar-trans .ar-trans-popup__arrows {
  display: inline-block;
}
.ar-trans .ar-trans-popup__arrow {
  margin-left: 25px;
  margin-right: 25px;
  display: inline-block;
  cursor: pointer;
}
@media (max-width: 768px) {
  .ar-trans .ar-trans-popup__arrow {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 768px) {
  .ar-trans .ar-trans-popup__arrow img {
    width: 35px;
  }
}
.ar-trans .ar-trans-popup__close {
  display: inline-block;
  margin-left: 25px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .ar-trans .ar-trans-popup__close {
    margin-left: 10px;
  }
}
.ar-trans .ar-trans-popup__inner {
  position: relative;
}
.ar-trans .ar-trans-popup__text {
  margin-top: 10px;
  line-height: 26px;
}
.ar-trans .ar-trans-popup__text img {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.ar-hl {
  margin-top: 80px;
}
.ar-hl__heading img {
  width: 55px;
}
.ar-hl__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .ar-hl__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ar-hl__content {
  margin-top: 30px;
}
.ar-hl__item {
  margin-left: 6px;
  margin-right: 6px;
}
.ar-hl__item-inner {
  background-color: #F1F1F5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 270px;
  margin-top: 6px;
  margin-bottom: 12px;
  border-radius: 15px;
}
@media (max-width: 1080px) {
  .ar-hl__item-inner {
    height: auto;
  }
}
.ar-hl__desc {
  text-align: right;
  padding: 30px 20px;
  width: 65%;
  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;
}
@media (max-width: 768px) {
  .ar-hl__desc {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: left;
  }
}
.ar-hl__image {
  width: 30%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #DBDBEA;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
@media (max-width: 768px) {
  .ar-hl__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
  }
}
.ar-hl__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
@media (max-width: 768px) {
  .ar-hl__image img {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
  }
}
.ar-hl__title {
  color: #2B2D71;
  font-size: 21px;
  margin-bottom: 20px;
  font-family: "museo-slab", serif;
  font-weight: 700;
}
.ar-hl__text {
  color: #2B2B2B;
  line-height: 22px;
}
.ar-hl__item:last-child .ar-hl__desc {
  text-align: left;
}
.ar-hl__item:last-child {
  margin-top: 150px;
}
@media (max-width: 768px) {
  .ar-hl__item:last-child {
    margin-top: 0;
  }
}
.ar-hl__item:last-child .ar-hl__image img {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.ar-hl__item:nth-child(1) .ar-hl__item-inner:last-child img {
  width: 72%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ar-fin__heading img {
  width: 40px;
}
.ar-fin__text {
  line-height: 23px;
}
.ar-fin__content {
  margin-top: 50px;
}
.ar-fin .ar-fin-lines {
  background-color: #2B2D71;
  color: white;
  padding: 50px 40px;
  border-radius: 15px;
  font-family: "museo-slab", serif;
}
.ar-fin .ar-fin-lines__title {
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .ar-fin .ar-fin-lines__title {
    text-align: center;
  }
}
.ar-fin .ar-fin-lines__items {
  margin-top: 20px;
}
.ar-fin .ar-fin-lines__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 4px;
  margin-bottom: 4px;
  font-weight: 700;
}
.ar-fin .ar-fin-lines-line {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 25px;
  position: relative;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ar-fin .ar-fin-lines-line__text {
  text-align: center;
  z-index: 999;
  width: 100%;
}
@media (max-width: 768px) {
  .ar-fin .ar-fin-lines-line__text {
    font-size: 14px;
  }
}
.ar-fin .ar-fin-lines-line__fill {
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 10px;
  text-align: center;
  position: absolute;
  top: 0;
  height: 40px;
}
.ar-fin .ar-fin-lines__revenue .ar-fin-lines-line__fill {
  background-color: #00A5A3;
}
.ar-fin .ar-fin-lines__expenses {
  margin-top: 50px;
}
.ar-fin .ar-fin-lines__expenses .ar-fin-lines-line__fill {
  background-color: #E16837;
}
.ar-fin.ar-section2 .ar-fin-lines {
  padding-top: 0;
  overflow: hidden;
}
@media (max-width: 540px) {
  .ar-fin.ar-section2 .ar-fin-lines {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.ar-fin-donuts {
  margin-top: 7px;
  font-family: "museo-slab", serif;
}
@media (max-width: 768px) {
  .ar-fin-donuts {
    margin-top: 0;
  }
}
.ar-fin-donuts__item {
  background-color: #2B2D71;
  width: 50%;
  padding: 30px;
  margin-left: 3px;
  margin-right: 3px;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .ar-fin-donuts__item {
    width: 100%;
    margin-top: 10px;
  }
}
.ar-fin-donuts__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
}
@media (max-width: 768px) {
  .ar-fin-donuts__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ar-fin-donuts__title {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .ar-fin-donuts__title {
    line-height: 20px;
  }
}
.ar-fin-donuts__graph {
  height: 300px;
  margin-top: 25px;
}
@media (max-width: 768px) {
  .ar-fin-donuts__graph {
    height: 250px;
  }
}
.ar-fin .canvasjs-chart-credit {
  display: none;
}
.ar-fin .ar-fin-donuts-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
.ar-fin .ar-fin-donuts-meta__items {
  width: 50%;
}
.ar-fin .ar-fin-donuts-meta__item {
  margin-top: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1080px) {
  .ar-fin .ar-fin-donuts-meta__item {
    margin-top: 4px;
    padding: 1px 4px;
  }
}
.ar-fin .ar-fin-donuts-meta__color {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  height: 20px;
}
@media (max-width: 768px) {
  .ar-fin .ar-fin-donuts-meta__color {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14px;
            flex: 0 0 14px;
    height: 14px;
  }
}
.ar-fin .ar-fin-donuts-meta__text {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 768px) {
  .ar-fin .ar-fin-donuts-meta__text {
    font-size: 9px;
  }
}
.ar-fin .ar-fin-text-below {
  width: 45%;
  line-height: 18px;
  font-size: 12px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .ar-fin .ar-fin-text-below {
    width: 100%;
    text-align: center;
  }
}

.ar-partners__heading img {
  width: 50px;
}
.ar-partners__text {
  line-height: 22px;
  margin-top: 30px;
}
.ar-partners__content {
  margin-top: 40px;
  background-color: #F1F1F5;
  padding: 70px;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .ar-partners__content {
    padding: 20px;
  }
}
.ar-partners__items {
  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;
}
.ar-partners__item {
  width: 20%;
  padding: 25px;
}
@media (max-width: 768px) {
  .ar-partners__item {
    padding: 20px;
    width: 33.33%;
  }
}
.ar-partners__image {
  text-align: center;
}
.ar-partners__image img {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}
@media (max-width: 1080px) {
  .ar-partners__image img {
    -webkit-transform: scale(1);
            transform: scale(1);
    max-width: 70px;
  }
}
@media (max-width: 768px) {
  .ar-partners__image img {
    max-width: 60px;
  }
}

.ar-bd__heading img {
  width: 50px;
}
.ar-bd__content {
  margin-top: 35px;
}
.ar-bd__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ar-bd__item {
  width: 20%;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .ar-bd__item {
    width: 25%;
    padding: 5px;
  }
}
@media (max-width: 400px) {
  .ar-bd__item {
    width: 33.33%;
  }
}
.ar-bd__title1 {
  font-weight: bold;
}
.ar-bd__item > div {
  line-height: 20px;
  font-size: 14px;
}
@media (max-width: 768px) {
  .ar-bd__item > div {
    font-size: 10px;
    line-height: 15px;
  }
}
.ar-bd__name {
  font-weight: bold;
  color: #00A5A3;
  color: #087C8F;
}
.ar-bd__title_2 {
  font-weight: bold;
}

.ar-img {
  margin-top: 60px;
}
.ar-img__items {
  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;
}
.ar-img__image img {
  max-width: 85px;
}
@media (max-width: 768px) {
  .ar-img__image img {
    max-width: 50px;
  }
}
.ar-img__item {
  padding: 15px 20px;
}
.ar-img__item:last-child img {
  max-width: 150px;
}
@media (max-width: 768px) {
  .ar-img__item:last-child img {
    max-width: 120px;
  }
}
@media (max-width: 768px) {
  .ar-img__item {
    padding: 10px;
  }
}

.ar-totop {
  margin-top: 90px;
  text-align: center;
}
@media (max-width: 768px) {
  .ar-totop {
    margin-top: 40px;
  }
}
.ar-totop__image img {
  width: 30px;
}
.ar-totop__container {
  text-align: center;
  display: inline-block;
  cursor: pointer;
}
.ar-totop__text {
  margin-top: 20px;
}

.ar-quote {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 1.6;
  font-size: 24px;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 580px) {
  .ar-quote {
    font-size: 16px;
    padding-top: 20px;
  }
}

.ar-quote em {
  font-size: 20px;
  font-size: inherit;
  margin-top: 10px;
  display: block;
}
.ar-spotlight__heading img {
  max-width: 80px;
}
.ar-spotlight__text {
  line-height: 1.6;
}
.ar-spotlight__text img {
  margin-bottom: 8px !important;
}

.ar-trans2__items {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ar-trans2__item {
  -webkit-box-flex: calc(33.33% - 10px);
      -ms-flex: calc(33.33% - 10px) 0;
          flex: calc(33.33% - 10px) 0;
  width: calc(33.33% - 10px);
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .ar-trans2__item {
    -webkit-box-flex: 50%;
        -ms-flex: 50% 0;
            flex: 50% 0;
    width: 50%;
  }
}

.ar-trans-popup {
  margin-bottom: 20px;
}

.page-template-annual-report-2022 p {
  line-height: 30px;
}
.page-template-annual-report-2022 .ar-section a {
  font-weight: 700 !important;
  color: #087C8F !important;
}
.page-template-annual-report-2022 .ar-section a span {
  font-weight: 700 !important;
  color: #087C8F !important;
}
.page-template-annual-report-2022 .ar-section.ar-impactr {
  margin-top: 80px;
  background-color: #F0F9F9;
}
.page-template-annual-report-2022 .ar-section.ar-impactr .ar-impactr__item .ar-impactr__item-inner .ar-impactr__left,
.page-template-annual-report-2022 .ar-section.ar-impactr .ar-impactr__item .ar-impactr__item-inner .ar-impactr__right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.page-template-annual-report-2022 .ar-section.ar-impactr .ar-impactr__item .ar-impactr__item-inner .ar-impactr__btns {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 768px) {
  .page-template-annual-report-2022 .ar-section.ar-impactr .ar-impactr__item .ar-impactr__item-inner .ar-impactr__btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.page-template-annual-report-2022 .ar-section.ar-impactr .ar-impactr__item .ar-impactr__item-inner .ar-impactr__btns .ar-impactr__btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: auto;
}
.page-template-annual-report-2022 .ar-section.ar-impactr .ar-impactr__item .ar-impactr__item-inner .ar-impactr__btns .ar-impactr__btn div:first-of-type {
  font-weight: 500;
}
.page-template-annual-report-2022 .ar-section.ar-impact .container .ar-impact__item:last-child, .page-template-annual-report-2022 .ar-section.ar-impact .column_content .ar-impact__item:last-child {
  width: auto !important;
}
.page-template-annual-report-2022 .ar-section.ar-impactc .ar-impactc-below-container .ar-impactc-below__text div {
  font-weight: 700;
}
.page-template-annual-report-2022 .ar-section.ar-impactc .ar-impactc-below-container .ar-impactc-below__text div.country {
  margin: 10px 0;
}
.page-template-annual-report-2022 .ar-section.ar-impactc .ar-impactc-below-container .ar-impactc-below__text div.country div {
  font-weight: 500;
  font-size: 12pt;
}
.page-template-annual-report-2022 .ar-section.ar-impactc .ar-impactc-below-container .ar-impactc-below__text ul {
  margin-top: 5px;
}
.page-template-annual-report-2022 .ar-section.ar-impactc .ar-impactc-below-container .ar-impactc-below__text ul li {
  font-size: 12pt;
}
.page-template-annual-report-2022 .ar-section.ar-impacts .ar-impacts__items .ar-impacts__item table thead tr.ar-impacts-row-border td {
  border-top: 2px solid #f8f8fa;
}
.page-template-annual-report-2022 .ar-section.ar-impacts .ar-impacts__items .ar-impacts__item table thead tr td {
  color: #1F2051;
  background-color: rgba(240, 249, 249, 0.6);
}
.page-template-annual-report-2022 .ar-section.ar-impacts .ar-impacts__items .ar-impacts__item table thead tr td:nth-child(2) .ar-impacts-col__title {
  color: #1F2051;
}
.page-template-annual-report-2022 .ar-section.ar-impacts .ar-impacts__items .ar-impacts__item table thead tr td:nth-child(3) .ar-impacts-col__title {
  color: #1F2051;
}
.page-template-annual-report-2022 .ar-section.ar-impacts .ar-impacts__items .ar-impacts__item table thead tr td:nth-child(4) .ar-impacts-col__title {
  color: #1F2051;
}
.page-template-annual-report-2022 .ar-section.ar-impacts .ar-impacts__items .ar-impacts__item table thead tr td:nth-child(5) .ar-impacts-col__title {
  color: #1F2051;
}
.page-template-annual-report-2022 .ar-section.ar-impacts .ar-impacts__items .ar-impacts__item table thead tr td:first-child {
  border-radius: 0 !important;
  background-color: #1F2051 !important;
  border-bottom: 0 !important;
  color: white;
}
.page-template-annual-report-2022 .ar-section.ar-impacts .ar-impacts__items .ar-impacts__item table thead tr td:last-child {
  border-radius: 0 !important;
}
.page-template-annual-report-2022 .ar-section.ar-impacts .ar-impacts__items .ar-impacts__item table thead tr td .ar-impacts-col__image {
  margin-top: 0;
  margin-bottom: 20px;
}
.page-template-annual-report-2022 .ar-section.ar-impacts .ar-impacts__items .ar-impacts__item table thead tr:nth-child(2) td.beneficiaries {
  background-color: #00B0AE;
}
.page-template-annual-report-2022 .ar-section.ar-impacts .ar-impacts__items .ar-impacts__item table thead tr:nth-child(2) td.women {
  background-color: #02A26B;
  color: #1F2051;
}
.page-template-annual-report-2022 .ar-section.ar-impacts .ar-impacts__items .ar-impacts__item table thead tr:nth-child(2) td.financial-benefits {
  background-color: #FBAB1A;
  color: #1F2051;
}
.page-template-annual-report-2022 .ar-section.ar-impacts .ar-impacts__items .ar-impacts__item table thead tr:nth-child(2) td.better-jobs {
  background-color: #E42725;
  color: white;
}
.page-template-annual-report-2022 .ar-section.ar-impacts .ar-impacts__items .ar-impacts__item table tbody.active {
  border-top: 2px solid #f8f8fa;
}
.page-template-annual-report-2022 .ar-section.ar-impacts .ar-impacts__items .ar-impacts__item table tbody.active tr td {
  border-top: 2px solid rgba(255, 255, 255, 0.6);
  border-bottom: 0;
}
.page-template-annual-report-2022 .ar-section.ar-impacts .ar-impacts__items .ar-impacts__item table tbody tr td {
  color: #1F2051 !important;
  font-weight: 500;
}
.page-template-annual-report-2022 .ar-section.ar-impacts .ar-impacts__items .ar-impacts__item table tbody tr td.beneficiaries {
  background-color: rgba(0, 176, 174, 0.4);
}
.page-template-annual-report-2022 .ar-section.ar-impacts .ar-impacts__items .ar-impacts__item table tbody tr td.women {
  background-color: rgba(2, 162, 107, 0.4);
}
.page-template-annual-report-2022 .ar-section.ar-impacts .ar-impacts__items .ar-impacts__item table tbody tr td.financial-benefits {
  background-color: rgba(251, 171, 26, 0.4);
}
.page-template-annual-report-2022 .ar-section.ar-impacts .ar-impacts__items .ar-impacts__item table tbody tr td.better-jobs {
  background-color: rgba(228, 39, 37, 0.4);
}
@media (max-width: 768px) {
  .page-template-annual-report-2022 .ar-section.ar-impacts .ar-impacts__items .ar-impacts__item table tbody tr td .ar-impacts-single img {
    display: block;
    max-width: 20px;
  }
}
.page-template-annual-report-2022 .ar-section.ar-impacts .ar-impacts__items .ar-impacts__item.agriculture thead tr:first-child td:first-child {
  background-color: #057b79;
  background-color: #26275C;
  border-bottom: 5px solid #f8f8fa;
}
.page-template-annual-report-2022 .ar-section.ar-impacts .ar-impacts__items .ar-impacts__item.enterprise thead tr:first-child td:first-child {
  background-color: #057b79;
  background-color: #26275C;
  border-bottom: 5px solid #f8f8fa;
}
.page-template-annual-report-2022 .ar-section.ar-impacts .ar-impacts__items .ar-impacts__item.entrepreneurship thead tr:first-child td:first-child {
  background-color: #E16837;
}
.page-template-annual-report-2022 .ar-section.ar-impacts .ar-impacts__items .ar-impacts__item .ar-impacts-toggle {
  background-color: #1F2051;
  border-top: 2px solid #f8f8fa;
  border-radius: 0 !important;
}
.page-template-annual-report-2022 .ar-section.ar-impacts .ar-impacts__items .ar-impacts__item .ar-impacts__text-below > * {
  margin-top: 20px;
  color: #2b2b2b;
  text-align: initial;
  font-family: "PublicSans", sans-serif;
  font-weight: initial;
}
.page-template-annual-report-2022 .ar-section.ar-trans .container .ar-trans2__item, .page-template-annual-report-2022 .ar-section.ar-trans .column_content .ar-trans2__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-template-annual-report-2022 .ar-section.ar-trans .container .ar-trans2__item .ar-trans__meta, .page-template-annual-report-2022 .ar-section.ar-trans .column_content .ar-trans2__item .ar-trans__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-template-annual-report-2022 .ar-section.ar-trans .container .ar-trans2__item .ar-trans__meta .ar-trans__title, .page-template-annual-report-2022 .ar-section.ar-trans .column_content .ar-trans2__item .ar-trans__meta .ar-trans__title {
  border-bottom: 0;
}
.page-template-annual-report-2022 .ar-section.ar-trans .container .ar-trans2__item .ar-trans__meta .ar-trans__country, .page-template-annual-report-2022 .ar-section.ar-trans .column_content .ar-trans2__item .ar-trans__meta .ar-trans__country {
  border-top: 0.1px solid white;
  padding-top: 20px;
  margin-top: auto;
}
.page-template-annual-report-2022 .ar-section.ar-hl .ar-hl__items.desktop {
  display: none;
}
@media (min-width: 768px) {
  .page-template-annual-report-2022 .ar-section.ar-hl .ar-hl__items.desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.page-template-annual-report-2022 .ar-section.ar-hl .ar-hl__items.mobile {
  display: block;
}
@media (min-width: 768px) {
  .page-template-annual-report-2022 .ar-section.ar-hl .ar-hl__items.mobile {
    display: none;
  }
}
.page-template-annual-report-2022 .ar-section.ar-fin#financials .ar-fin-lines__title,
.page-template-annual-report-2022 .ar-section.ar-fin#financials .ar-fin-donuts__title {
  font-size: 25px;
}
.page-template-annual-report-2022 .impact-map-container #map {
  background-color: #26275C;
  width: 100%;
  height: 720px;
  margin: 50px auto;
  max-width: 100%;
}
@media only screen and (max-width: 1024px) {
  .page-template-annual-report-2022 .impact-map-container #map {
    height: 500px;
    margin: auto;
  }
}
@media only screen and (max-width: 768px) {
  .page-template-annual-report-2022 .impact-map-container #map {
    height: 375px;
  }
}
@media only screen and (max-width: 525px) {
  .page-template-annual-report-2022 .impact-map-container #map {
    height: 275px;
  }
}
.page-template-annual-report-2022 .impact-map-container #map .leaflet-pane {
  z-index: 1;
}
.page-template-annual-report-2022 .impact-map-container #map .leaflet-pane .leaflet-popup .leaflet-popup-content-wrapper {
  border-radius: 0;
  -webkit-box-shadow: 0 3px 14px rgba(31, 32, 81, 0.4);
          box-shadow: 0 3px 14px rgba(31, 32, 81, 0.4);
}
.page-template-annual-report-2022 .impact-map-container #map .leaflet-pane .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content {
  margin: 10px;
}
.page-template-annual-report-2022 .impact-map-container #map .leaflet-pane .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content h4 {
  color: #26275C;
  margin: 0;
  font-size: 20px;
  font-family: "museo-slab", serif;
  padding: 10px;
  background: white;
}
.page-template-annual-report-2022 .impact-map-container #map .leaflet-pane .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content div {
  font-size: 1.6rem;
  background: white;
  padding: 0 10px;
  margin: 0;
}
.page-template-annual-report-2022 .impact-map-container #map .leaflet-pane .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content div strong {
  font-family: "museo-slab", serif;
}
.page-template-annual-report-2022 .impact-map-container #map .leaflet-pane .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content div:last-of-type {
  padding-bottom: 10px;
}
.page-template-annual-report-2022 .impact-map-container #map .leaflet-control-container .leaflet-top {
  z-index: 2;
}
.page-template-annual-report-2022 .impact-map-container #map .leaflet-control-container .leaflet-control-attribution.leaflet-control a {
  font-size: 0.75rem;
}
.page-template-annual-report-2022 .ar-trans-popup a {
  color: #00A5A3;
}
.page-template-annual-report-2022 .ar-trans-popup a span {
  color: #00A5A3 !important;
}
.page-template-annual-report-2022 .ar-menu__container,
.page-template-annual-report-2022 .ar-impact__meta,
.page-template-annual-report-2022 .ar-trans-popup,
.page-template-annual-report-2022 .ar-fin-lines,
.page-template-annual-report-2022 .ar-fin-donuts__item {
  background-color: #26275C;
}
.page-template-annual-report-2022 .ar-impact__meta {
  padding: 30px 30px 20px;
}
.page-template-annual-report-2022 .ar-impactr__btn,
.page-template-annual-report-2022 .ar-impact__meta,
.page-template-annual-report-2022 .ar-impact__title,
.page-template-annual-report-2022 .ar-impact__detail {
  color: #1F2051;
}
.page-template-annual-report-2022 .ar-impact__header,
.page-template-annual-report-2022 .ar-impact__detail,
.page-template-annual-report-2022 .ar-impactc-below,
.page-template-annual-report-2022 .ar-hl__item-inner,
.page-template-annual-report-2022 .ar-partners__content {
  background-color: #F0F9F9;
}
.page-template-annual-report-2022 .eapp-photo-gallery-item-data-component {
  position: relative;
}
.page-template-annual-report-2022 .eapp-photo-gallery-item-data-component:after {
  content: "\f179";
  font-family: dashicons;
  color: white;
  text-shadow: 0px 0px 7px #1F2051;
  position: absolute;
  z-index: 2;
  right: 10px;
  bottom: 0;
  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;
  font-size: 36pt;
  opacity: 0.6;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
}
.page-template-annual-report-2022 .eapp-photo-gallery-item-data-component:hover:after {
  opacity: 1;
}
.page-template-annual-report-2022 .fslightbox-holder-wrapper {
  display: none;
}
.page-template-annual-report-2022 .fslightbox-caption-wrapper {
  margin: auto;
  left: 0;
  right: 0;
  top: 130px;
  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;
}
.page-template-annual-report-2022 .fslightbox-caption-wrapper .fslightbox-caption-body {
  background-color: #1F2051;
  padding: 30px;
  padding-bottom: 10px;
  width: 75%;
  max-width: 500px;
}
.page-template-annual-report-2022 .fslightbox-caption-wrapper .fslightbox-caption-body .fslightbox-caption-title div,
.page-template-annual-report-2022 .fslightbox-caption-wrapper .fslightbox-caption-body .fslightbox-caption-description div {
  font-family: "museo-slab", serif;
  font-size: 30px;
  line-height: 30px;
  color: white;
  text-shadow: 0px 0px 7px #1F2051;
}
.page-template-annual-report-2022 .fslightbox-caption-wrapper .fslightbox-caption-body .fslightbox-caption-title iframe,
.page-template-annual-report-2022 .fslightbox-caption-wrapper .fslightbox-caption-body .fslightbox-caption-description iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.page-template-annual-report-2022 .fslightbox-caption-wrapper .fslightbox-caption-body .fslightbox-caption-title ul,
.page-template-annual-report-2022 .fslightbox-caption-wrapper .fslightbox-caption-body .fslightbox-caption-title li,
.page-template-annual-report-2022 .fslightbox-caption-wrapper .fslightbox-caption-body .fslightbox-caption-title p,
.page-template-annual-report-2022 .fslightbox-caption-wrapper .fslightbox-caption-body .fslightbox-caption-description ul,
.page-template-annual-report-2022 .fslightbox-caption-wrapper .fslightbox-caption-body .fslightbox-caption-description li,
.page-template-annual-report-2022 .fslightbox-caption-wrapper .fslightbox-caption-body .fslightbox-caption-description p {
  font-family: "PublicSans", sans-serif;
  font-size: 12pt;
  color: white;
  text-shadow: 0px 0px 7px #1F2051;
}
.page-template-annual-report-2022 .fslightbox-caption-wrapper .fslightbox-caption-body .fslightbox-caption-title ul,
.page-template-annual-report-2022 .fslightbox-caption-wrapper .fslightbox-caption-body .fslightbox-caption-description ul {
  text-align: left;
  display: inline-block;
  margin-bottom: 0;
}
.page-template-annual-report-2022 .fslightbox-caption-wrapper .fslightbox-caption-body .fslightbox-caption-title ul li p,
.page-template-annual-report-2022 .fslightbox-caption-wrapper .fslightbox-caption-body .fslightbox-caption-description ul li p {
  margin: 5px 0;
}
.page-template-annual-report-2022 .fslightbox-caption-wrapper .fslightbox-caption-body .fslightbox-caption-title p a,
.page-template-annual-report-2022 .fslightbox-caption-wrapper .fslightbox-caption-body .fslightbox-caption-description p a {
  color: #00A5A3;
  font-weight: 700;
  text-decoration: underline;
}
.page-template-annual-report-2022 .fslightbox-caption-wrapper .fslightbox-caption-body .fslightbox-caption-title {
  padding-bottom: 30px;
}

#slider_36698 .sa_hover_buttons {
  top: 20% !important;
  left: 20% !important;
  margin-top: 0 !important;
  margin-left: 0 !important;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#slider_36698 .sa_hover_buttons .sa_popup_zoom_icon {
  width: 40px;
  height: 40px;
  display: block;
  float: left;
  background: rgba(0, 0, 0, 0.3) url(/wp-content/plugins/slide-anything/images/lightbox_zoom.png) no-repeat center center !important;
  max-width: 5vw;
  max-height: 5vw;
  background-size: 80% !important;
}
#slider_36698 .sa_hover_buttons .sa_popup_zoom_icon:hover {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

.resources-listing {
  background: #f3f3f6;
  padding: 50px 0;
}
@media (min-width: 768px) {
  .resources-listing {
    padding-bottom: 100px;
  }
}
@media (min-width: 1024px) {
  .resources-listing {
    padding-bottom: 150px;
  }
}
.resources-listing__title {
  font-family: "museo-slab", serif;
  font-weight: 300;
  line-height: 1.1;
  margin: 0;
  color: #25245d;
  clear: both;
  font-size: 3.2rem;
  position: relative;
  overflow: hidden;
  margin: 15px 0;
  line-height: 1.3;
}
.resources-listing__title a {
  color: inherit;
}
.main__content .resources-listing__title {
  margin-top: 2em;
}
@media (min-width: 640px) {
  .resources-listing__title {
    font-size: 3.4rem;
  }
}
@media (min-width: 768px) {
  .resources-listing__title {
    font-size: 3.6rem;
  }
}
@media (min-width: 1024px) {
  .resources-listing__title {
    font-size: 4rem;
  }
}
@media (min-width: 1200px) {
  .resources-listing__title {
    font-size: 5rem;
    max-width: 90%;
  }
  .column_content .resources-listing__title {
    max-width: 100%;
  }
  .resources-listing__title.staff-intro__title {
    max-width: 100%;
  }
}
@media (min-width: 1920px) {
  .resources-listing__title {
    font-size: 5.9rem;
  }
  .resources-listing__title:after {
    bottom: 10px;
  }
}
@media (min-width: 768px) {
  .resources-listing__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.resources-listing__button {
  text-align: center;
}
.resources-listing__button .btn .svg-fill, .resources-listing__button .hs-form .hs-button .svg-fill, .hs-form .resources-listing__button .hs-button .svg-fill {
  -webkit-transition: inherit;
  transition: inherit;
  fill: #25245d;
}
.resources-listing__button .btn:hover .svg-fill, .resources-listing__button .hs-form .hs-button:hover .svg-fill, .hs-form .resources-listing__button .hs-button:hover .svg-fill {
  fill: white;
}
.js .keyboard--focus .resources-listing__button .btn:focus .svg-fill, .js .keyboard--focus .resources-listing__button .hs-form .hs-button:focus .svg-fill, .hs-form .js .keyboard--focus .resources-listing__button .hs-button:focus .svg-fill, .no-js .resources-listing__button .btn:focus .svg-fill, .no-js .resources-listing__button .hs-form .hs-button:focus .svg-fill, .hs-form .no-js .resources-listing__button .hs-button:focus .svg-fill {
  fill: white;
}

.resource {
  margin-bottom: 50px;
}
.resource--hide {
  display: none;
}
@media (min-width: 768px) {
  .resource {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 27.375%;
            flex: 0 1 27.375%;
    width: 100%;
    margin-right: 8.9375%;
    margin-bottom: 75px;
  }
  .resource:nth-child(3n) {
    margin-right: 0;
  }
}
.resource__title {
  font-family: "museo-slab", serif;
  font-weight: 300;
  line-height: 1.1;
  margin: 0;
  color: #25245d;
  clear: both;
  font-size: 2.1rem;
  line-height: 1.35;
}
.resource__title a {
  color: inherit;
}
@media (min-width: 1024px) {
  .resource__title {
    font-size: 2.8rem;
  }
}
.resource__link {
  color: #25245d;
  -webkit-transition: 0.25s color ease-in-out;
  transition: 0.25s color ease-in-out;
}
.resource__link:hover {
  color: #00a5a3;
}
.js .keyboard--focus .resource__link:focus, .no-js .resource__link:focus {
  color: #00a5a3;
}
.resource p {
  font-family: "museo-slab", serif;
  font-weight: 500;
  font-size: 1.8rem;
  color: #2b2b2b;
  line-height: 1.833333333;
}

.main-nav__searchbox {
  position: relative;
  padding: 2rem;
  border-bottom: 1px solid rgba(30, 28, 119, 0.2);
  background: #f1f1f5;
}
@media (min-width: 1024px) {
  .main-nav__searchbox {
    padding: 0;
    border: 0;
    background: #fff;
  }
  .main-nav__searchbox .gsc-control-searchbox-only {
    position: absolute;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0;
    visibility: none;
    opacity: 0;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .search-open .main-nav__searchbox .gsc-control-searchbox-only {
    width: 500px;
    opacity: 1;
    visibility: visible;
  }
}
.main-nav__searchbox .gsc-search-box {
  margin: 0;
}
.main-nav__searchbox .gsc-input-box {
  border-radius: 35px 0 0 35px;
  padding: 0 2rem;
  border-right: 0;
  height: 49px;
  border-color: rgba(30, 28, 119, 0.2);
  margin-right: -1px;
}
.main-nav__searchbox .gsc-search-box-tools .gsc-search-box .gsc-input {
  margin: 0;
  padding: 0;
}
.main-nav__searchbox .gsc-input[type=text] {
  padding: 1rem 0 !important;
  height: 38px !important;
}
.main-nav__searchbox .gsst_a .gscb_a {
  color: rgba(30, 28, 119, 0.2);
}
.main-nav__searchbox .gsst_a .gscb_a:hover {
  color: #25245d;
}
.js .keyboard--focus .main-nav__searchbox .gsst_a .gscb_a:focus, .no-js .main-nav__searchbox .gsst_a .gscb_a:focus {
  color: #25245d;
}
.main-nav__searchbox .gsc-search-button-v2 {
  border-top-right-radius: 35px;
  border-bottom-right-radius: 35px;
  width: 60px;
  height: 49px;
  padding: 0 4rem 0 2rem;
  background: #fff;
  border-color: rgba(30, 28, 119, 0.2);
  border-left: 0;
  margin: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.main-nav__searchbox .gsc-search-button-v2 svg {
  fill: #25245d;
  width: 16px;
  height: 16px;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .main-nav__searchbox .gsc-search-button-v2 svg {
    margin-top: 5px;
  }
}
.main-nav__searchbox .gsc-search-button-v2:hover {
  background: #fff;
  border-color: rgba(30, 28, 119, 0.2);
}
.main-nav__searchbox .gsc-search-button-v2:hover svg {
  fill: #00a5a3;
}
.js .keyboard--focus .main-nav__searchbox .gsc-search-button-v2:focus, .no-js .main-nav__searchbox .gsc-search-button-v2:focus {
  background: #fff;
  border-color: rgba(30, 28, 119, 0.2);
}
.js .keyboard--focus .main-nav__searchbox .gsc-search-button-v2:focus svg, .no-js .main-nav__searchbox .gsc-search-button-v2:focus svg {
  fill: #00a5a3;
}

.search-results {
  margin-top: 3rem;
}
.search-results .gsc-control-cse {
  background: none;
  border: 0;
}
.wysiwyg .search-results table,
.wysiwyg .search-results table td {
  border: 0;
  padding: 0;
  margin: 0;
}
.search-results .gsc-input-box {
  border: 0;
  background: none;
}
.search-results .gsc-input[type=text] {
  padding: 1rem 2rem !important;
  height: 60px !important;
  border-radius: 35px 0 0 35px;
  border: 3px solid rgba(30, 28, 119, 0.2) !important;
  border-right: 0 !important;
}
.wysiwyg .search-results .gsib_b {
  background: #fff;
  border: 3px solid rgba(30, 28, 119, 0.2);
  border-width: 3px 0;
  position: relative;
  top: -1px;
  height: 60px;
}
.search-results .gsst_a .gscb_a {
  color: rgba(30, 28, 119, 0.2);
}
.search-results .gsst_a .gscb_a:hover {
  color: #25245d;
}
.js .keyboard--focus .search-results .gsst_a .gscb_a:focus, .no-js .search-results .gsst_a .gscb_a:focus {
  color: #25245d;
}
.search-results .gsc-search-box-tools .gsc-search-box .gsc-input {
  padding-right: 0;
}
.search-results .gsc-search-button-v2 {
  border-top-right-radius: 35px;
  border-bottom-right-radius: 35px;
  width: 60px;
  height: 60px;
  padding: 0 4rem 0 2rem;
  background: #fff;
  border-width: 3px;
  border-color: rgba(30, 28, 119, 0.2);
  border-left: 0;
  margin: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: relative;
  top: -1px;
}
.search-results .gsc-search-button-v2 svg {
  fill: #25245d;
  width: 20px;
  height: 20px;
}
.search-results .gsc-search-button-v2:hover {
  background: #fff;
  border-color: rgba(30, 28, 119, 0.2);
}
.search-results .gsc-search-button-v2:hover svg {
  fill: #00a5a3;
}
.js .keyboard--focus .search-results .gsc-search-button-v2:focus, .no-js .search-results .gsc-search-button-v2:focus {
  background: #fff;
  border-color: rgba(30, 28, 119, 0.2);
}
.js .keyboard--focus .search-results .gsc-search-button-v2:focus svg, .no-js .search-results .gsc-search-button-v2:focus svg {
  fill: #00a5a3;
}
.search-results .gsc-results-wrapper-nooverlay {
  margin-top: 1rem;
}
.search-results .gsc-above-wrapper-area {
  border: 0;
}
.search-results .gsc-wrapper {
  margin-top: 3rem;
}
.search-results .gsc-wrapper .gsc-webResult.gsc-result {
  border: 0;
  border-bottom: 1px solid rgba(30, 28, 119, 0.2);
  font-size: 1.6rem;
  line-height: 1.4;
  padding: 20px 0;
}
.search-results .gsc-wrapper .gsc-webResult.gsc-result .gsc-table-result {
  font-size: 1.6rem;
}
.search-results .gs-image {
  border-radius: 0;
}

.section:focus {
  outline: none;
}
.section > .container, .section > .column_content {
  border-top: 3px solid rgba(30, 28, 119, 0.2);
  padding-top: 6rem;
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  .section > .container, .section > .column_content {
    border-top: 0;
  }
  .section > .container:before, .section > .column_content:before {
    content: "";
    position: absolute;
    width: calc(100% - 40px);
    height: 3px;
    background: rgba(30, 28, 119, 0.2);
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.layout--section:first-of-type .section > .container, .layout--section:first-of-type .section > .column_content {
  border: 0;
  padding-top: 0;
}
.layout--section:first-of-type .section > .container:before, .layout--section:first-of-type .section > .column_content:before {
  display: none;
}
.section__intro {
  margin-top: 6rem;
}
@media (min-width: 768px) {
  .section__intro .wysiwyg > * {
    max-width: 91%;
  }
}
.section .section__title {
  font-family: "museo-slab", serif;
  font-weight: 300;
  line-height: 1.1;
  margin: 0;
  color: #25245d;
  clear: both;
  font-family: "museo-slab", serif;
  font-weight: 300;
  line-height: 1.1;
  margin: 0;
  color: #25245d;
  clear: both;
  font-size: 3.2rem;
  position: relative;
  overflow: hidden;
  margin: 15px 0;
  line-height: 1.3;
}
.section .section__title a {
  color: inherit;
}
.section .section__title a {
  color: inherit;
}
.main__content .section .section__title {
  margin-top: 2em;
}
@media (min-width: 640px) {
  .section .section__title {
    font-size: 3.4rem;
  }
}
@media (min-width: 768px) {
  .section .section__title {
    font-size: 3.6rem;
  }
}
@media (min-width: 1024px) {
  .section .section__title {
    font-size: 4rem;
  }
}
@media (min-width: 1200px) {
  .section .section__title {
    font-size: 5rem;
    max-width: 90%;
  }
  .column_content .section .section__title {
    max-width: 100%;
  }
  .section .section__title.staff-intro__title {
    max-width: 100%;
  }
}
@media (min-width: 1920px) {
  .section .section__title {
    font-size: 5.9rem;
  }
  .section .section__title:after {
    bottom: 10px;
  }
}

.layout--video + .layout--section .section > .container, .layout--video + .layout--section .section > .column_content {
  border: 0;
  padding-top: 0;
}
.layout--video + .layout--section .section > .container:before, .layout--video + .layout--section .section > .column_content:before {
  display: none;
}

.single .main .container, .single .main .column_content {
  z-index: 2;
  position: relative;
}
.single .wysiwyg {
  max-width: 1200px;
}
.single-hero {
  background: #F1F1F5;
  height: 580px;
  position: absolute;
  top: 0;
  width: 100%;
}
.single-hero::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 156px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#FFFFFF));
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}

.single .related .container, .single .related .column_content {
  max-width: 1400px;
}

.post-template-default.single.single-post.single-format-standard .container--breadcrumbs {
  max-width: 1200px;
}
.post-template-default.single.single-post.single-format-standard .container--breadcrumbs .breadcrumb {
  padding: 0;
}
@media (max-width: 1230px) {
  .post-template-default.single.single-post.single-format-standard .container--breadcrumbs .breadcrumb {
    padding: 0 4rem;
  }
}

.gutenberg-crumbs .container--breadcrumbs {
  max-width: none !important;
}
.gutenberg-crumbs .container--breadcrumbs .breadcrumb {
  margin: 40px 0 !important;
  padding-left: 75px !important;
}
@media (max-width: 1023px) {
  .gutenberg-crumbs .container--breadcrumbs .breadcrumb {
    padding-left: 30px !important;
  }
}

@media (max-width: 1024px) {
  .mce-content-body blockquote:before, .wysiwyg blockquote:before {
    left: -30px !important;
  }
}
.post-type-post > .container, .post-type-post > .column_content {
  max-width: unset;
}
.post-type-post > .container .intro, .post-type-post > .column_content .intro {
  padding-bottom: 4rem;
}
.post-type-post > .container .wysiwyg, .post-type-post > .column_content .wysiwyg {
  max-width: unset;
}
.post-type-post > .container .wysiwyg > h1, .post-type-post > .column_content .wysiwyg > h1,
.post-type-post > .container .wysiwyg > h2,
.post-type-post > .column_content .wysiwyg > h2,
.post-type-post > .container .wysiwyg > h3,
.post-type-post > .column_content .wysiwyg > h3,
.post-type-post > .container .wysiwyg > h4,
.post-type-post > .column_content .wysiwyg > h4,
.post-type-post > .container .wysiwyg > h5,
.post-type-post > .column_content .wysiwyg > h5,
.post-type-post > .container .wysiwyg > h6,
.post-type-post > .column_content .wysiwyg > h6,
.post-type-post > .container .wysiwyg > p,
.post-type-post > .column_content .wysiwyg > p,
.post-type-post > .container .wysiwyg > ol,
.post-type-post > .column_content .wysiwyg > ol,
.post-type-post > .container .wysiwyg > ul,
.post-type-post > .column_content .wysiwyg > ul,
.post-type-post > .container .wysiwyg > blockquote,
.post-type-post > .column_content .wysiwyg > blockquote,
.post-type-post > .container .wysiwyg > figure,
.post-type-post > .column_content .wysiwyg > figure,
.post-type-post > .container .wysiwyg > .wp-block-image,
.post-type-post > .column_content .wysiwyg > .wp-block-image,
.post-type-post > .container .wysiwyg > .wp-block-quote,
.post-type-post > .column_content .wysiwyg > .wp-block-quote,
.post-type-post > .container .wysiwyg > .wp-block-buttons,
.post-type-post > .column_content .wysiwyg > .wp-block-buttons,
.post-type-post > .container .wysiwyg > .wp-block-button,
.post-type-post > .column_content .wysiwyg > .wp-block-button,
.post-type-post > .container .wysiwyg > .addtoany_share_save_container,
.post-type-post > .column_content .wysiwyg > .addtoany_share_save_container,
.post-type-post > .container .wysiwyg > .post-meta,
.post-type-post > .column_content .wysiwyg > .post-meta {
  -ms-flex-item-align: center;
      align-self: center;
  width: 1200px !important;
  margin: 2rem auto 4rem;
  max-width: 100%;
}
@media (max-width: 1230px) {
  .post-type-post > .container .wysiwyg > h1, .post-type-post > .column_content .wysiwyg > h1,
  .post-type-post > .container .wysiwyg > h2,
  .post-type-post > .column_content .wysiwyg > h2,
  .post-type-post > .container .wysiwyg > h3,
  .post-type-post > .column_content .wysiwyg > h3,
  .post-type-post > .container .wysiwyg > h4,
  .post-type-post > .column_content .wysiwyg > h4,
  .post-type-post > .container .wysiwyg > h5,
  .post-type-post > .column_content .wysiwyg > h5,
  .post-type-post > .container .wysiwyg > h6,
  .post-type-post > .column_content .wysiwyg > h6,
  .post-type-post > .container .wysiwyg > p,
  .post-type-post > .column_content .wysiwyg > p,
  .post-type-post > .container .wysiwyg > ol,
  .post-type-post > .column_content .wysiwyg > ol,
  .post-type-post > .container .wysiwyg > ul,
  .post-type-post > .column_content .wysiwyg > ul,
  .post-type-post > .container .wysiwyg > blockquote,
  .post-type-post > .column_content .wysiwyg > blockquote,
  .post-type-post > .container .wysiwyg > figure,
  .post-type-post > .column_content .wysiwyg > figure,
  .post-type-post > .container .wysiwyg > .wp-block-image,
  .post-type-post > .column_content .wysiwyg > .wp-block-image,
  .post-type-post > .container .wysiwyg > .wp-block-quote,
  .post-type-post > .column_content .wysiwyg > .wp-block-quote,
  .post-type-post > .container .wysiwyg > .wp-block-buttons,
  .post-type-post > .column_content .wysiwyg > .wp-block-buttons,
  .post-type-post > .container .wysiwyg > .wp-block-button,
  .post-type-post > .column_content .wysiwyg > .wp-block-button,
  .post-type-post > .container .wysiwyg > .addtoany_share_save_container,
  .post-type-post > .column_content .wysiwyg > .addtoany_share_save_container,
  .post-type-post > .container .wysiwyg > .post-meta,
  .post-type-post > .column_content .wysiwyg > .post-meta {
    padding: 0 4rem;
    width: 100% !important;
    margin-left: 0;
  }
}
.post-type-post > .container .wysiwyg > ol, .post-type-post > .column_content .wysiwyg > ol, .post-type-post > .container .wysiwyg > ul, .post-type-post > .column_content .wysiwyg > ul {
  padding-left: 20px;
}
.post-type-post .related .container, .post-type-post .related .column_content {
  max-width: 1200px;
}
@media (max-width: 1230px) {
  .post-type-post .related .container, .post-type-post .related .column_content {
    padding: 0 4rem;
  }
}

.wpcp-carousel-section ul.slick-dots li:before {
  content: none;
}
.wpcp-carousel-section .wpcp-single-item {
  border: none !important;
}
.wpcp-carousel-section ul.slick-dots li button {
  background-color: #25245d !important;
}
.wpcp-carousel-section ul.slick-dots li.slick-active button {
  background-color: #00a5a3 !important;
}
.wpcp-carousel-section .slick-prev i,
.wpcp-carousel-section .slick-next i {
  color: #25245d !important;
}
.wpcp-carousel-section .slick-prev i:hover,
.wpcp-carousel-section .slick-next i:hover {
  color: #00a5a3 !important;
}

.staff__img {
  border-radius: 100%;
  display: block;
  margin-left: 0%;
}
@media (max-width: 499px) {
  .staff__img {
    margin-left: auto;
  }
}
.staff__name {
  font-family: "museo-slab", serif;
  font-weight: 500;
  font-size: 3.3rem;
  color: #25245d;
  line-height: 1.2;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
@media (min-width: 500px) {
  .staff__name {
    margin-left: 3rem;
  }
}
.staff__title {
  display: block;
  font-family: "PublicSans", sans-serif;
  font-weight: 400;
  color: #2b2b2b;
  font-size: 1.6rem;
  margin-top: 0.5rem;
}
@media (min-width: 500px) {
  .staff--horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .staff--horizontal .staff__img {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 175px;
            flex: 1 0 175px;
    max-width: 175px;
    margin: 0;
    width: 100%;
    border-radius: 0px;
  }
  .staff--horizontal .staff__name {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .staff--horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .staff--horizontal .staff__name {
    margin-left: 0;
  }
}
.staff-contact {
  margin-top: 5rem;
}
@media (max-width: 499px) {
  .staff-contact {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .staff-contact {
    margin-top: 10rem;
  }
}
.staff-contact__header {
  font-style: italic;
  font-size: 2rem;
  display: block;
  margin-bottom: 4rem;
  line-height: 1;
}
@media (min-width: 500px) {
  .staff-contact__header {
    margin-left: calc(175px + 3rem);
    margin-bottom: -3%;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .staff-contact__header {
    margin-left: 0;
    margin-bottom: 2rem;
  }
}
@media (min-width: 500px) {
  .staff-contact__actions {
    margin-left: calc(175px + 3rem);
    margin-top: -3%;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .staff-contact__actions {
    margin-left: 0;
  }
}
.staff-contact__email {
  font-size: 1.8rem;
}
.staff-contact__phone {
  font-size: 2rem;
  color: #2b2b2b;
  margin-right: 3rem;
  display: inline-block;
  margin-bottom: 2rem;
}
.staff-contact a:hover .staff__name {
  color: #00a5a3;
}
.js .keyboard--focus .staff-contact a:focus .staff__name, .no-js .staff-contact a:focus .staff__name {
  color: #00a5a3;
}

.step-list {
  counter-reset: step;
}
.step-list__item {
  padding: 8rem 0 2rem;
  position: relative;
  border-top: 3px solid rgba(30, 28, 119, 0.2);
}
.step-list__item:first-of-type {
  border-top: 0;
  padding-top: 5rem;
}
@media (min-width: 640px) {
  .step-list__item:first-of-type:before {
    top: 44px;
  }
}
@media (min-width: 640px) {
  .step-list__item {
    padding-left: 12rem;
    padding-top: 4rem;
  }
}
.step-list__item:before {
  counter-increment: step;
  content: counter(step);
  position: relative;
  top: -2rem;
  color: #00a5a3;
  font-size: 8rem;
  font-family: "museo-slab", serif;
  line-height: 1;
}
@media (min-width: 640px) {
  .step-list__item:before {
    font-size: 13rem;
    position: absolute;
    top: 34px;
    left: 0;
  }
}
.step-list.wysiwyg h2,
.step-list.wysiwyg h3,
.step-list.wysiwyg h4 {
  font-size: 2.8rem;
  font-weight: 500;
}
.step-list.wysiwyg p {
  margin-bottom: 2rem;
  font-size: 1.8rem;
}

.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;
  margin: 0;
  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;
}

.glide {
  text-align: center;
}

.glide__slide {
  max-width: 797px;
  text-align: left;
}

.glide-controls {
  background: #00a5a3;
  border-radius: 16px;
  display: inline-block;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  margin: 0 auto 40px;
  position: relative;
}
@media (min-width: 768px) {
  .glide-controls {
    border-radius: 0px;
    position: absolute;
    right: 0;
    margin: 0;
  }
}
.glide-controls .svg-fill {
  fill: #FFF;
}
.glide-controls__divide {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0.49;
  background: #003030;
  height: 50px;
  width: 3px;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .glide-controls__divide {
    height: 72px;
  }
}
.glide-controls__prev, .glide-controls__next {
  display: inline-block;
  vertical-align: middle;
  width: 80px;
  height: 60px;
  border-radius: 20px;
  background: #00a5a3;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (min-width: 768px) {
  .glide-controls__prev, .glide-controls__next {
    height: 99px;
    width: 102px;
  }
}
.glide-controls__prev:hover, .glide-controls__next:hover {
  background: #006975;
}
.js .keyboard--focus .glide-controls__prev:focus, .no-js .glide-controls__prev:focus, .js .keyboard--focus .glide-controls__next:focus, .no-js .glide-controls__next:focus {
  background: #006975;
}
.glide-controls__prev {
  border-radius: 16px 0 0 16px;
}
@media (min-width: 768px) {
  .glide-controls__prev {
    border-radius: 0;
  }
}
.glide-controls__prev svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.glide-controls__next {
  border-radius: 0 0 0px 0;
}
@media (min-width: 768px) {
  .glide-controls__next {
    border-radius: 0 0 0px 0;
  }
}

.stories {
  width: 100%;
  margin-bottom: 125px;
}
@media (max-width: 767px) {
  .stories {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    padding: 20px;
    overflow: hidden;
    margin-bottom: 40px;
  }
}
@media (max-width: 1023px) {
  .stories {
    max-width: 797px;
  }
}
@media (min-width: 1024px) {
  .stories {
    max-width: 525px;
    margin-left: auto;
  }
  .column_content.equal .stories {
    max-width: 450px;
  }
}
@media (min-width: 1100px) {
  .stories {
    max-width: 565px;
  }
  .column_content.equal .stories {
    max-width: 489;
  }
}
@media (min-width: 1150px) {
  .stories {
    max-width: 593px;
  }
  .column_content.equal .stories {
    max-width: 513px;
  }
}
@media (min-width: 1200px) {
  .stories {
    max-width: 620px;
  }
  .column_content.equal .stories {
    max-width: 536px;
  }
}
@media (min-width: 1250px) {
  .stories {
    max-width: 648px;
  }
  .column_content.equal .stories {
    max-width: 552px;
  }
}
@media (min-width: 1300px) {
  .stories {
    max-width: 675px;
  }
  .column_content.equal .stories {
    max-width: 582px;
  }
}
@media (min-width: 1350px) {
  .stories {
    max-width: 700px;
  }
  .column_content.equal .stories {
    max-width: 582px;
  }
}
@media (min-width: 1400px) {
  .stories {
    max-width: 731px;
  }
  .column_content.equal .stories {
    max-width: 643px;
  }
}
@media (min-width: 1500px) {
  .stories {
    max-width: 797px;
  }
  .column_content.equal .stories {
    max-width: 685px;
  }
}
.stories__heading {
  font-family: "PublicSans", sans-serif;
  font-size: 2rem;
  color: #000;
  line-height: 1.9;
  position: relative;
  font-weight: normal;
  margin-bottom: 25px;
  text-align: center;
}
@media (min-width: 768px) {
  .stories__heading {
    text-align: left;
  }
}
.stories__heading::after {
  content: "";
  display: block;
  width: 32px;
  height: 3px;
  background: #00a5a3;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
}
@media (min-width: 768px) {
  .stories__heading::after {
    left: auto;
    -webkit-transform: none;
            transform: none;
    position: relative;
  }
}
.stories-slider {
  position: relative;
}
.stories-slider::before {
  content: "";
  display: block;
  position: absolute;
  background-image: linear-gradient(23deg, #212062 3%, #674090 100%);
  width: calc(100% + 150px);
  height: calc(100% - 98px);
  left: -25px;
  bottom: 0;
}
@media (min-width: 768px) {
  .stories-slider::before {
    left: 0;
    width: calc(100% + 30px);
    border-radius: 0px;
  }
}
@media (min-width: 1400px) {
  .stories-slider::before {
    width: 200%;
  }
}

.story-slide {
  position: relative;
  z-index: 2;
}
.story-slide__figure {
  display: block;
  text-align: right;
}
.story-slide__figure::after {
  clear: both;
  content: "";
  display: block;
}
.story-slide__image {
  display: block;
  border-radius: 0px;
  float: right;
}
.story-slide__title {
  font-family: "museo-slab", serif;
  font-weight: 300;
  font-size: 2.6rem;
  color: #FFF;
  letter-spacing: 0;
  line-height: 1.57;
  padding: 4px 0 20px 0;
}
@media (min-width: 768px) {
  .story-slide__title {
    font-size: 3.5rem;
    line-height: 1.371428571;
    padding: 22px 0 79px 62px;
  }
}
@media (min-width: 1024px) {
  .story-slide__title {
    padding: 22px 0 79px 62px;
  }
}

.js .js-wikit-tabbed [role=tablist] {
  list-style: none;
  margin: 1.4em 0 0;
  padding: 0;
}
.js .js-wikit-tabbed [role=presentation] {
  display: inline-block;
  padding-left: 0;
  margin: 0 60px 0.5em 0;
}
.js .js-wikit-tabbed [role=presentation]:last-child {
  margin-right: 0;
}
.js .js-wikit-tabbed [role=presentation]::before {
  display: none;
}
.js-wikit-tabbed [role=tab] {
  text-decoration: none;
  opacity: 0.3;
  font-family: "PublicSans", sans-serif;
  font-size: 1.6rem;
  color: #000000;
  letter-spacing: 1.07px;
  border-bottom: 3px solid transparent;
  padding-bottom: 5px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.js-wikit-tabbed [role=tab][aria-selected=true] {
  opacity: 1;
  border-color: #00a5a3;
}
.js-wikit-tabbed [role=tab]:hover {
  opacity: 1;
  border-color: #00a5a3;
}
.wysiwyg .js-wikit-tabbed [role=tab]:hover {
  text-decoration: none;
}

.wikit-tab {
  outline: none;
}
.no-js .wikit-tab[hidden] {
  display: block;
}

.translation-wrapper {
  text-align: right;
  width: 100%;
  position: absolute;
  margin-top: 15px;
  padding-right: 15px;
}
@media (max-width: 1024px) {
  .translation-wrapper {
    text-align: center;
    position: relative;
    margin-top: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
  }
}
.translation-wrapper .goog-te-combo:nth-child(2) {
  display: none;
}
.translation-wrapper #google_translate_element {
  max-height: 40px;
  overflow: hidden;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .translation-wrapper #google_translate_element {
    overflow: initial;
    margin-bottom: 0px;
  }
}
.translation-wrapper #google_translate_element .goog-te-gadget {
  font-family: "museo-slab", serif !important;
  color: #3c3c3c !important;
  font-size: 0 !important;
}
.translation-wrapper #google_translate_element .goog-te-gadget > * {
  display: none;
}
.translation-wrapper #google_translate_element .goog-te-gadget [id$=targetLanguage] {
  display: block;
}
.translation-wrapper #google_translate_element .goog-te-gadget .goog-te-combo {
  background-color: #fff !important;
  border-radius: 0.3125rem;
  border: 0.0625rem solid rgba(43, 43, 43, 0.21) !important;
  color: #3c3c3c;
  font-size: 1.2rem !important;
  font-weight: 500;
  height: 30px;
  max-height: 30px;
}
@media (max-width: 1024px) {
  .translation-wrapper #google_translate_element .goog-te-gadget .goog-te-combo {
    width: 100%;
    padding: 1rem 28px !important;
    height: 47px;
    border-radius: 40px;
    max-height: inherit;
  }
}

.video {
  position: relative;
  color: #FFF;
  padding-bottom: 50px;
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .video {
    margin-bottom: 100px;
  }
}
.video::after {
  content: "";
  display: block;
  background-image: linear-gradient(1deg, #212062 0%, #674090 100%);
  position: absolute;
  width: 100%;
  height: calc(100% - 70px);
  left: 0px;
  top: 70px;
}
.video__poster {
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .video__poster {
    margin-bottom: 53px;
  }
}
.video__btn {
  margin-bottom: 3rem;
}
@media (max-width: 639px) {
  .video__btn {
    width: 100%;
  }
}
.video__thumb {
  display: block;
  border-radius: 0px;
}
.video__button {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  padding: 15px 34px 15px 18px;
  border-radius: 35px;
  border: 1px solid #979797;
  background-color: #f7f7f7;
  color: #25245d;
  font-family: "museo-slab", serif;
  font-size: 1.8rem;
  font-weight: 700;
  min-width: 235px;
}
.video__button:hover {
  background: #00a5a3;
  border-color: #00a5a3;
  color: #fff;
}
.js .keyboard--focus .video__button:focus, .no-js .video__button:focus {
  background: #00a5a3;
  border-color: #00a5a3;
  color: #fff;
}
.intro .video__button {
  position: relative;
  left: auto;
  top: auto;
  -webkit-transform: none;
          transform: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 640px) {
  .intro .video__button {
    max-width: 300px;
  }
}
.video__button__play {
  background: #1e1c77;
  border-radius: 180%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  padding: 10px 11px 10px 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 13px;
}
.video__button__text {
  text-align: left;
}
.video__button__time {
  margin-left: 13px;
  font-size: 0.777777778em;
}
.video__layouts {
  position: relative;
  z-index: 2;
}
.video__layouts h2 {
  color: inherit;
}
.video__layouts h2::after {
  background: #f46700;
}
.video .wysiwyg h2,
.video .wysiwyg h3 {
  font-weight: 500;
  color: #fff;
  padding-bottom: 30px;
  position: relative;
}
.video .wysiwyg h2:after,
.video .wysiwyg h3:after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 50px;
  height: 4px;
  background: #00b4b1;
}
.video .wysiwyg h2::after,
.video .wysiwyg h3::after {
  background: #00b4b1;
}
@media (min-width: 1024px) {
  .video .wysiwyg h2,
  .video .wysiwyg h3 {
    font-size: 3.4rem;
  }
}
.video .wysiwyg p {
  line-height: 1.65;
}

.section .layout--video {
  position: relative;
}
.section .layout--video .video {
  position: static;
}
.section .layout--video .video::after {
  width: calc(100% + 40px);
  height: calc(100% - 70px);
  left: -20px;
  top: 70px;
}
@media (min-width: 768px) {
  .section .layout--video .video::after {
    left: -30px;
    width: calc(100% + 60px);
  }
}
@media (min-width: 1024px) {
  .section .layout--video .video::after {
    left: -75px;
    width: calc(100% + 105px);
  }
}
@media (min-width: 1200px) {
  .section .layout--video .video::after {
    left: -50vw;
    width: 200vw;
  }
}

.video-fit-vid {
  width: 100%;
  height: 0px;
  position: relative;
  padding-top: 56.25%;
}
.video-fit-vid iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.wysiwyg::after,
.mce-content-body::after {
  clear: both;
  content: "";
  display: block;
}
.wysiwyg > h1:first-child,
.wysiwyg > h2:first-child,
.wysiwyg > h3:first-child,
.wysiwyg > h4:first-child,
.wysiwyg > h5:first-child,
.wysiwyg > h6:first-child,
.mce-content-body > h1:first-child,
.mce-content-body > h2:first-child,
.mce-content-body > h3:first-child,
.mce-content-body > h4:first-child,
.mce-content-body > h5:first-child,
.mce-content-body > h6:first-child {
  margin-top: 0;
}
.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6,
.mce-content-body h1,
.mce-content-body h2,
.mce-content-body h3,
.mce-content-body h4,
.mce-content-body h5,
.mce-content-body h6 {
  font-family: "museo-slab", serif;
  font-weight: 300;
  line-height: 1.1;
  margin: 0;
  color: #25245d;
  clear: both;
}
.wysiwyg h1 a,
.wysiwyg h2 a,
.wysiwyg h3 a,
.wysiwyg h4 a,
.wysiwyg h5 a,
.wysiwyg h6 a,
.mce-content-body h1 a,
.mce-content-body h2 a,
.mce-content-body h3 a,
.mce-content-body h4 a,
.mce-content-body h5 a,
.mce-content-body h6 a {
  color: inherit;
}
.wysiwyg h1,
.wysiwyg .h1,
.mce-content-body h1,
.mce-content-body .h1 {
  font-family: "museo-slab", serif;
  font-weight: 300;
  line-height: 1.1;
  margin: 0;
  color: #25245d;
  clear: both;
  font-size: 3.6rem;
  letter-spacing: 0;
}
.wysiwyg h1 a,
.wysiwyg .h1 a,
.mce-content-body h1 a,
.mce-content-body .h1 a {
  color: inherit;
}
@media (min-width: 768px) {
  .wysiwyg h1,
  .wysiwyg .h1,
  .mce-content-body h1,
  .mce-content-body .h1 {
    font-size: 4rem;
  }
}
@media (min-width: 1024px) {
  .wysiwyg h1,
  .wysiwyg .h1,
  .mce-content-body h1,
  .mce-content-body .h1 {
    font-size: 5rem;
  }
}
@media (min-width: 1200px) {
  .wysiwyg h1,
  .wysiwyg .h1,
  .mce-content-body h1,
  .mce-content-body .h1 {
    font-size: 6rem;
  }
}
@media (min-width: 1920px) {
  .wysiwyg h1,
  .wysiwyg .h1,
  .mce-content-body h1,
  .mce-content-body .h1 {
    font-size: 8rem;
  }
}
.wysiwyg h1--alt,
.wysiwyg .h1--alt,
.mce-content-body h1--alt,
.mce-content-body .h1--alt {
  padding-bottom: 30px;
  position: relative;
}
.wysiwyg h1--alt:after,
.wysiwyg .h1--alt:after,
.mce-content-body h1--alt:after,
.mce-content-body .h1--alt:after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 60px;
  height: 6px;
  background: #1e1c77;
}
@media (min-width: 1024px) {
  .wysiwyg h1--alt:after,
  .wysiwyg .h1--alt:after,
  .mce-content-body h1--alt:after,
  .mce-content-body .h1--alt:after {
    bottom: 10px;
  }
}
.wysiwyg h2,
.wysiwyg .h2,
.mce-content-body h2,
.mce-content-body .h2 {
  font-family: "museo-slab", serif;
  font-weight: 300;
  line-height: 1.1;
  margin: 0;
  color: #25245d;
  clear: both;
  font-size: 3.2rem;
  position: relative;
  overflow: hidden;
  margin: 15px 0;
  line-height: 1.3;
}
.wysiwyg h2 a,
.wysiwyg .h2 a,
.mce-content-body h2 a,
.mce-content-body .h2 a {
  color: inherit;
}
.main__content .wysiwyg h2,
.main__content .wysiwyg .h2,
.main__content .mce-content-body h2,
.main__content .mce-content-body .h2 {
  margin-top: 2em;
}
@media (min-width: 640px) {
  .wysiwyg h2,
  .wysiwyg .h2,
  .mce-content-body h2,
  .mce-content-body .h2 {
    font-size: 3.4rem;
  }
}
@media (min-width: 768px) {
  .wysiwyg h2,
  .wysiwyg .h2,
  .mce-content-body h2,
  .mce-content-body .h2 {
    font-size: 3.6rem;
  }
}
@media (min-width: 1024px) {
  .wysiwyg h2,
  .wysiwyg .h2,
  .mce-content-body h2,
  .mce-content-body .h2 {
    font-size: 4rem;
  }
}
@media (min-width: 1200px) {
  .wysiwyg h2,
  .wysiwyg .h2,
  .mce-content-body h2,
  .mce-content-body .h2 {
    font-size: 5rem;
    max-width: 90%;
  }
  .column_content .wysiwyg h2,
  .column_content .wysiwyg .h2,
  .column_content .mce-content-body h2,
  .column_content .mce-content-body .h2 {
    max-width: 100%;
  }
  .wysiwyg h2.staff-intro__title,
  .wysiwyg .h2.staff-intro__title,
  .mce-content-body h2.staff-intro__title,
  .mce-content-body .h2.staff-intro__title {
    max-width: 100%;
  }
}
@media (min-width: 1920px) {
  .wysiwyg h2,
  .wysiwyg .h2,
  .mce-content-body h2,
  .mce-content-body .h2 {
    font-size: 5.9rem;
  }
  .wysiwyg h2:after,
  .wysiwyg .h2:after,
  .mce-content-body h2:after,
  .mce-content-body .h2:after {
    bottom: 10px;
  }
}
.wysiwyg h3,
.wysiwyg .h3,
.mce-content-body h3,
.mce-content-body .h3 {
  font-family: "museo-slab", serif;
  font-weight: 300;
  line-height: 1.1;
  margin: 0;
  color: #25245d;
  clear: both;
  font-size: 2.4rem;
  line-height: 1.35;
  margin-bottom: 20px;
}
.wysiwyg h3 a,
.wysiwyg .h3 a,
.mce-content-body h3 a,
.mce-content-body .h3 a {
  color: inherit;
}
@media (min-width: 768px) {
  .wysiwyg h3,
  .wysiwyg .h3,
  .mce-content-body h3,
  .mce-content-body .h3 {
    font-size: 2.8rem;
  }
}
@media (min-width: 1024px) {
  .wysiwyg h3,
  .wysiwyg .h3,
  .mce-content-body h3,
  .mce-content-body .h3 {
    font-size: 3rem;
    max-width: 90%;
  }
  .column_content .wysiwyg h3,
  .column_content .wysiwyg .h3,
  .column_content .mce-content-body h3,
  .column_content .mce-content-body .h3 {
    max-width: 100%;
  }
}
@media (min-width: 1920px) {
  .wysiwyg h3,
  .wysiwyg .h3,
  .mce-content-body h3,
  .mce-content-body .h3 {
    font-size: 4rem;
  }
}
.wysiwyg h4,
.wysiwyg .h4,
.mce-content-body h4,
.mce-content-body .h4 {
  font-family: "museo-slab", serif;
  font-weight: 300;
  line-height: 1.1;
  margin: 0;
  color: #25245d;
  clear: both;
  font-size: 2.4rem;
  line-height: 1.35;
}
.wysiwyg h4 a,
.wysiwyg .h4 a,
.mce-content-body h4 a,
.mce-content-body .h4 a {
  color: inherit;
}
@media (min-width: 768px) {
  .wysiwyg h4,
  .wysiwyg .h4,
  .mce-content-body h4,
  .mce-content-body .h4 {
    font-size: 2.8rem;
  }
}
@media (min-width: 1920px) {
  .wysiwyg h4,
  .wysiwyg .h4,
  .mce-content-body h4,
  .mce-content-body .h4 {
    font-size: 3.3rem;
  }
}
.wysiwyg h5,
.wysiwyg .h5,
.mce-content-body h5,
.mce-content-body .h5 {
  font-family: "museo-slab", serif;
  font-weight: 300;
  line-height: 1.1;
  margin: 0;
  color: #25245d;
  clear: both;
  font-size: 2.1rem;
  line-height: 1.35;
}
.wysiwyg h5 a,
.wysiwyg .h5 a,
.mce-content-body h5 a,
.mce-content-body .h5 a {
  color: inherit;
}
@media (min-width: 768px) {
  .wysiwyg h5,
  .wysiwyg .h5,
  .mce-content-body h5,
  .mce-content-body .h5 {
    font-size: 2.6rem;
  }
}
@media (min-width: 1024px) {
  .wysiwyg h5,
  .wysiwyg .h5,
  .mce-content-body h5,
  .mce-content-body .h5 {
    font-size: 3rem;
  }
}
.wysiwyg h6,
.wysiwyg .h6,
.wysiwyg legend,
.mce-content-body h6,
.mce-content-body .h6,
.mce-content-body legend {
  font-family: "museo-slab", serif;
  font-weight: 300;
  line-height: 1.1;
  margin: 0;
  color: #25245d;
  clear: both;
  font-size: 2.1rem;
  line-height: 1.35;
}
.wysiwyg h6 a,
.wysiwyg .h6 a,
.wysiwyg legend a,
.mce-content-body h6 a,
.mce-content-body .h6 a,
.mce-content-body legend a {
  color: inherit;
}
@media (min-width: 1024px) {
  .wysiwyg h6,
  .wysiwyg .h6,
  .wysiwyg legend,
  .mce-content-body h6,
  .mce-content-body .h6,
  .mce-content-body legend {
    font-size: 2.8rem;
  }
}
.wysiwyg .subtitle,
.mce-content-body .subtitle {
  font-size: 1.6rem;
  margin-bottom: 2rem;
  display: block;
}
@media (min-width: 1024px) {
  .wysiwyg .subtitle,
  .mce-content-body .subtitle {
    font-size: 2rem;
  }
}
.wysiwyg .subhead,
.mce-content-body .subhead {
  margin-top: 3rem;
}
.wysiwyg p,
.mce-content-body p {
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 2rem 0 4rem;
  width: auto !important;
}
@media (min-width: 1024px) {
  .wysiwyg p,
  .mce-content-body p {
    font-size: 2rem;
    line-height: 1.8;
    width: 90%;
  }
  .column_content .wysiwyg p,
  .column_content .mce-content-body p {
    max-width: 100%;
  }
}
.wysiwyg p.text-link a,
.mce-content-body p.text-link a {
  font-size: 16px;
  color: #2b2b2b;
  font-family: "PublicSans", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 3px;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: relative;
}
.wysiwyg p.text-link a:after,
.mce-content-body p.text-link a:after {
  content: "–";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.wysiwyg p.text-link a:hover, .wysiwyg p.text-link a:focus,
.mce-content-body p.text-link a:hover,
.mce-content-body p.text-link a:focus {
  border-bottom-color: #2b2b2b;
  color: #2b2b2b;
}
.wysiwyg p.large,
.mce-content-body p.large {
  font-size: 1.8rem;
  font-weight: 300;
  font-family: "museo-slab", serif;
}
@media (min-width: 1024px) {
  .wysiwyg p.large,
  .mce-content-body p.large {
    font-size: 2.3rem;
  }
}
.wysiwyg p.callout,
.mce-content-body p.callout {
  font-size: 3rem;
  font-weight: 500;
  font-family: "museo-slab", serif;
}
.wysiwyg img,
.mce-content-body img {
  border-radius: 0px;
}
.wysiwyg .gallery img,
.mce-content-body .gallery img {
  border-radius: 0;
}
.wysiwyg a:not(.btn):hover,
.mce-content-body a:not(.btn):hover {
  text-decoration: underline;
}
.js .keyboard--focus .wysiwyg a:not(.btn):focus, .no-js .wysiwyg a:not(.btn):focus,
.js .keyboard--focus .mce-content-body a:not(.btn):focus,
.no-js .mce-content-body a:not(.btn):focus {
  text-decoration: underline;
}
.wysiwyg ul,
.wysiwyg ol,
.mce-content-body ul,
.mce-content-body ol {
  padding: 0;
  list-style: none;
  width: 90%;
}
.column_content .wysiwyg ul,
.column_content .wysiwyg ol,
.column_content .mce-content-body ul,
.column_content .mce-content-body ol {
  max-width: 100%;
}
.wysiwyg ul li,
.wysiwyg ol li,
.mce-content-body ul li,
.mce-content-body ol li {
  font-size: 1.6rem;
  margin-bottom: 25px;
  line-height: 1.8;
  position: relative;
  padding-left: 25px;
}
@media (min-width: 1024px) {
  .wysiwyg ul li,
  .wysiwyg ol li,
  .mce-content-body ul li,
  .mce-content-body ol li {
    font-size: 2rem;
  }
}
.wysiwyg ul li:before,
.mce-content-body ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 9px;
  height: 9px;
  background: #1e1c77;
}
.wysiwyg ul li li:before,
.mce-content-body ul li li:before {
  left: 0;
  top: 15px;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background: #1e1c77;
}
@media (min-width: 768px) {
  .wysiwyg ul.list-col > li,
  .mce-content-body ul.list-col > li {
    float: left;
    width: calc(45% - 25px);
    padding-right: 25px;
  }
}
.wysiwyg ol,
.mce-content-body ol {
  counter-reset: li;
}
.wysiwyg ol > li,
.mce-content-body ol > li {
  counter-increment: li;
  padding-left: 30px;
}
.wysiwyg ol > li:before,
.mce-content-body ol > li:before {
  content: counter(li) ".";
  color: #25245d;
  display: inline-block;
  font-weight: bold;
  position: absolute;
  left: 3px;
}
.wysiwyg ol > li ol li:before,
.mce-content-body ol > li ol li:before {
  content: counter(li) ".";
}
.wysiwyg img[src*=".svg"],
.mce-content-body img[src*=".svg"] {
  border-radius: 0;
}
.wysiwyg table,
.mce-content-body table {
  width: 100%;
  border: 3px solid rgba(30, 28, 119, 0.2);
  border-width: 0px 3px 3px 3px;
  border-spacing: 0;
}
.wysiwyg table thead,
.mce-content-body table thead {
  background: rgba(30, 28, 119, 0.1);
}
.wysiwyg table th,
.wysiwyg table td,
.mce-content-body table th,
.mce-content-body table td {
  border: 3px solid rgba(30, 28, 119, 0.2);
  border-width: 3px 0 0px 0px;
  padding: 25px;
  text-align: left;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .wysiwyg table.table--stacked tr,
  .wysiwyg table.table--stacked td,
  .mce-content-body table.table--stacked tr,
  .mce-content-body table.table--stacked td {
    display: block;
    width: 100% !important;
    height: auto !important;
  }
}
.wysiwyg .table-wrap,
.mce-content-body .table-wrap {
  overflow-x: auto;
}
.wysiwyg .CookieDeclarationType,
.mce-content-body .CookieDeclarationType {
  overflow-x: auto;
}
.wysiwyg .CookieDeclarationTable,
.mce-content-body .CookieDeclarationTable {
  table-layout: auto;
}
.wysiwyg blockquote,
.mce-content-body blockquote {
  margin: 3em 2em;
  padding-left: 2em;
  position: relative;
}
.wysiwyg blockquote:before,
.mce-content-body blockquote:before {
  content: "";
  width: 52px;
  height: 40px;
  background: url(../svg/icon-quotes.svg) no-repeat 0 0;
  position: absolute;
  top: 7px;
  left: -35px;
  font-size: 90px;
  color: #25245d;
}
@media (max-width: 1024px) {
  .wysiwyg blockquote:before,
  .mce-content-body blockquote:before {
    left: 0;
  }
}
.wysiwyg blockquote p,
.mce-content-body blockquote p {
  font-size: 2.4rem;
  line-height: 1.6;
}
.wysiwyg blockquote p.cite, .wysiwyg blockquote p.cite-title,
.mce-content-body blockquote p.cite,
.mce-content-body blockquote p.cite-title {
  font-family: "museo-slab", serif;
  font-weight: 300;
  font-size: 2rem;
  color: #2b2b2b;
  letter-spacing: 0;
  line-height: 1.05;
  margin-bottom: 0;
}
.wysiwyg blockquote p.cite,
.mce-content-body blockquote p.cite {
  font-weight: 700;
  margin-top: 2em;
}
.wysiwyg blockquote p.cite-title,
.mce-content-body blockquote p.cite-title {
  margin-top: 0.4em;
}
.wysiwyg blockquote footer,
.mce-content-body blockquote footer {
  font-size: 2rem;
  display: block;
  margin-top: 3em;
}
.wysiwyg blockquote footer span,
.mce-content-body blockquote footer span {
  display: block;
  margin-bottom: 20px;
}
.wysiwyg p.statistic,
.wysiwyg .statistic,
.mce-content-body p.statistic,
.mce-content-body .statistic {
  font-family: "museo-slab", serif;
  font-weight: 300;
  font-size: 3.6rem;
  color: #00a5a3;
  letter-spacing: 0;
  margin: 34px 0 38px;
  display: block;
}
.wysiwyg p.statistic + p.statistic-label,
.wysiwyg p.statistic + .statistic-label,
.wysiwyg .statistic + p.statistic-label,
.wysiwyg .statistic + .statistic-label,
.mce-content-body p.statistic + p.statistic-label,
.mce-content-body p.statistic + .statistic-label,
.mce-content-body .statistic + p.statistic-label,
.mce-content-body .statistic + .statistic-label {
  margin: -38px 0 45px;
}
@media (min-width: 768px) {
  .wysiwyg p.statistic,
  .wysiwyg .statistic,
  .mce-content-body p.statistic,
  .mce-content-body .statistic {
    font-size: 5.8rem;
  }
}
.wysiwyg p.statistic-label,
.wysiwyg .statistic-label,
.mce-content-body p.statistic-label,
.mce-content-body .statistic-label {
  font-family: "PublicSans", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  color: #25245d;
  letter-spacing: 1.12px;
  line-height: 1.555555556;
  margin: 0 0 45px;
  display: block;
}
.wysiwyg p.statistic--inline,
.mce-content-body p.statistic--inline {
  border: 3px solid rgba(30, 28, 119, 0.2);
  border-width: 3px 0;
  padding: 2rem 0;
  font-weight: 600;
  font-size: 1.8rem;
  color: #25245d;
  letter-spacing: 1.12px;
  line-height: 1.555555556;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wysiwyg p.statistic--inline strong,
.mce-content-body p.statistic--inline strong {
  font-family: "museo-slab", serif;
  font-weight: 300;
  font-size: 6.2rem;
  line-height: 1;
  color: #00a5a3;
  letter-spacing: 0;
  margin-right: 3rem;
  vertical-align: middle;
}
.wysiwyg figure.full-width-image,
.mce-content-body figure.full-width-image {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.wysiwyg figure.full-width-image img,
.mce-content-body figure.full-width-image img {
  width: 100%;
  max-width: 150%;
}
@media (min-width: 1200px) {
  .wysiwyg figure.full-width-image img,
  .mce-content-body figure.full-width-image img {
    width: 110%;
  }
}
.wysiwyg address,
.mce-content-body address {
  line-height: 1.6;
}
.wysiwyg .learndash,
.mce-content-body .learndash {
  margin-bottom: 100px;
}
.wysiwyg .learndash ul,
.wysiwyg .learndash ol,
.mce-content-body .learndash ul,
.mce-content-body .learndash ol {
  width: 100%;
}
.wysiwyg .learndash ul li:before,
.wysiwyg .learndash ol li:before,
.mce-content-body .learndash ul li:before,
.mce-content-body .learndash ol li:before {
  display: none;
  content: none;
}
.wysiwyg div[class^=wp-block],
.wysiwyg .wpcp-carousel-wrapper,
.wysiwyg .addtoany_share_save_container,
.wysiwyg .wp-block-separator,
.mce-content-body div[class^=wp-block],
.mce-content-body .wpcp-carousel-wrapper,
.mce-content-body .addtoany_share_save_container,
.mce-content-body .wp-block-separator {
  margin-bottom: 2.7rem;
}
.wysiwyg .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item,
.mce-content-body .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item {
  padding-left: 0;
}
.wysiwyg .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item:before,
.mce-content-body .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item:before {
  content: none;
}
.wysiwyg .wp-block-gallery.aligncenter .blocks-gallery-grid,
.mce-content-body .wp-block-gallery.aligncenter .blocks-gallery-grid {
  margin: auto;
}
.wysiwyg .wp-block-embed iframe,
.mce-content-body .wp-block-embed iframe {
  height: 428px;
  width: 760px;
}
.wysiwyg .wp-block-buttons,
.mce-content-body .wp-block-buttons {
  margin-bottom: 0 !important;
}
.wysiwyg .wp-block-buttons .wp-block-button .wp-block-button__link,
.mce-content-body .wp-block-buttons .wp-block-button .wp-block-button__link {
  font: 700 1.6rem "museo-slab", serif;
  text-align: center;
  padding: 12px 30px !important;
  display: inline-block;
  border-radius: 36px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
  background: #f46700;
  color: #fff;
  border-bottom: 0;
  font-size: 1.2em;
}
.wysiwyg .wp-block-buttons .wp-block-button .wp-block-button__link:hover,
.mce-content-body .wp-block-buttons .wp-block-button .wp-block-button__link:hover {
  background-color: #d55b02;
  color: #FFF;
}
.wysiwyg .wp-block-buttons .wp-block-button .wp-block-button__link:hover:after,
.mce-content-body .wp-block-buttons .wp-block-button .wp-block-button__link:hover:after {
  display: none;
}
.js .keyboard--focus .wysiwyg .wp-block-buttons .wp-block-button .wp-block-button__link:focus, .no-js .wysiwyg .wp-block-buttons .wp-block-button .wp-block-button__link:focus,
.js .keyboard--focus .mce-content-body .wp-block-buttons .wp-block-button .wp-block-button__link:focus,
.no-js .mce-content-body .wp-block-buttons .wp-block-button .wp-block-button__link:focus {
  background-color: #d55b02;
  color: #FFF;
}
.js .keyboard--focus .wysiwyg .wp-block-buttons .wp-block-button .wp-block-button__link:focus:after, .no-js .wysiwyg .wp-block-buttons .wp-block-button .wp-block-button__link:focus:after,
.js .keyboard--focus .mce-content-body .wp-block-buttons .wp-block-button .wp-block-button__link:focus:after,
.no-js .mce-content-body .wp-block-buttons .wp-block-button .wp-block-button__link:focus:after {
  display: none;
}
.wysiwyg .wp-block-quote,
.mce-content-body .wp-block-quote {
  -ms-flex-item-align: center;
      align-self: center;
  max-width: 1200px;
}
@media (max-width: 1200px) {
  .wysiwyg .wp-block-quote,
  .mce-content-body .wp-block-quote {
    padding: 0 4rem;
  }
}
.wysiwyg .wp-block-quote:after,
.mce-content-body .wp-block-quote:after {
  content: "";
  width: 52px;
  height: 40px;
  background: url(../svg/icon-quotes-bottom.svg) no-repeat 0 0;
  position: absolute;
  bottom: 7px;
  right: -35px;
  font-size: 90px;
  color: #25245d;
}
@media (max-width: 1024px) {
  .wysiwyg .wp-block-quote:after,
  .mce-content-body .wp-block-quote:after {
    right: 0;
  }
}
.wysiwyg .wp-block-columns,
.mce-content-body .wp-block-columns {
  margin-bottom: 0 !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wysiwyg .wp-block-columns .wp-block-column,
.mce-content-body .wp-block-columns .wp-block-column {
  margin-top: 2rem;
}
.wysiwyg .wp-block-columns .wp-block-column > *,
.mce-content-body .wp-block-columns .wp-block-column > * {
  padding-right: 2rem;
}
.wysiwyg .wp-block-columns .wp-block-column *:last-child,
.mce-content-body .wp-block-columns .wp-block-column *:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .wysiwyg .wp-block-columns .wp-block-column,
  .mce-content-body .wp-block-columns .wp-block-column {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.wysiwyg .wp-block-columns.has-1-columns,
.mce-content-body .wp-block-columns.has-1-columns {
  margin: 0;
}
@media (max-width: 1200px) {
  .wysiwyg .wp-block-columns.has-1-columns,
  .mce-content-body .wp-block-columns.has-1-columns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 4rem;
  }
}
.wysiwyg .wp-block-columns.has-1-columns .wp-block-column,
.mce-content-body .wp-block-columns.has-1-columns .wp-block-column {
  margin-left: 0;
  margin-right: 0;
  max-width: calc(1200px / 1);
}
@media (max-width: 1200px) {
  .wysiwyg .wp-block-columns.has-1-columns .wp-block-column,
  .mce-content-body .wp-block-columns.has-1-columns .wp-block-column {
    max-width: unset;
  }
}
.wysiwyg .wp-block-columns.has-2-columns,
.mce-content-body .wp-block-columns.has-2-columns {
  margin: 0;
}
@media (max-width: 1200px) {
  .wysiwyg .wp-block-columns.has-2-columns,
  .mce-content-body .wp-block-columns.has-2-columns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 4rem;
  }
}
.wysiwyg .wp-block-columns.has-2-columns .wp-block-column,
.mce-content-body .wp-block-columns.has-2-columns .wp-block-column {
  margin-left: 0;
  margin-right: 0;
  max-width: calc(1200px / 2);
}
@media (max-width: 1200px) {
  .wysiwyg .wp-block-columns.has-2-columns .wp-block-column,
  .mce-content-body .wp-block-columns.has-2-columns .wp-block-column {
    max-width: unset;
  }
}
.wysiwyg .wp-block-columns.has-3-columns,
.mce-content-body .wp-block-columns.has-3-columns {
  margin: 0;
}
@media (max-width: 1200px) {
  .wysiwyg .wp-block-columns.has-3-columns,
  .mce-content-body .wp-block-columns.has-3-columns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 4rem;
  }
}
.wysiwyg .wp-block-columns.has-3-columns .wp-block-column,
.mce-content-body .wp-block-columns.has-3-columns .wp-block-column {
  margin-left: 0;
  margin-right: 0;
  max-width: calc(1200px / 3);
}
@media (max-width: 1200px) {
  .wysiwyg .wp-block-columns.has-3-columns .wp-block-column,
  .mce-content-body .wp-block-columns.has-3-columns .wp-block-column {
    max-width: unset;
  }
}
.wysiwyg .wp-block-columns.has-4-columns,
.mce-content-body .wp-block-columns.has-4-columns {
  margin: 0;
}
@media (max-width: 1200px) {
  .wysiwyg .wp-block-columns.has-4-columns,
  .mce-content-body .wp-block-columns.has-4-columns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 4rem;
  }
}
.wysiwyg .wp-block-columns.has-4-columns .wp-block-column,
.mce-content-body .wp-block-columns.has-4-columns .wp-block-column {
  margin-left: 0;
  margin-right: 0;
  max-width: calc(1200px / 4);
}
@media (max-width: 1200px) {
  .wysiwyg .wp-block-columns.has-4-columns .wp-block-column,
  .mce-content-body .wp-block-columns.has-4-columns .wp-block-column {
    max-width: unset;
  }
}
.wysiwyg .wp-block-columns.has-5-columns,
.mce-content-body .wp-block-columns.has-5-columns {
  margin: 0;
}
@media (max-width: 1200px) {
  .wysiwyg .wp-block-columns.has-5-columns,
  .mce-content-body .wp-block-columns.has-5-columns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 4rem;
  }
}
.wysiwyg .wp-block-columns.has-5-columns .wp-block-column,
.mce-content-body .wp-block-columns.has-5-columns .wp-block-column {
  margin-left: 0;
  margin-right: 0;
  max-width: calc(1200px / 5);
}
@media (max-width: 1200px) {
  .wysiwyg .wp-block-columns.has-5-columns .wp-block-column,
  .mce-content-body .wp-block-columns.has-5-columns .wp-block-column {
    max-width: unset;
  }
}
.wysiwyg .wp-block-columns.has-6-columns,
.mce-content-body .wp-block-columns.has-6-columns {
  margin: 0;
}
@media (max-width: 1200px) {
  .wysiwyg .wp-block-columns.has-6-columns,
  .mce-content-body .wp-block-columns.has-6-columns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 4rem;
  }
}
.wysiwyg .wp-block-columns.has-6-columns .wp-block-column,
.mce-content-body .wp-block-columns.has-6-columns .wp-block-column {
  margin-left: 0;
  margin-right: 0;
  max-width: calc(1200px / 6);
}
@media (max-width: 1200px) {
  .wysiwyg .wp-block-columns.has-6-columns .wp-block-column,
  .mce-content-body .wp-block-columns.has-6-columns .wp-block-column {
    max-width: unset;
  }
}
.wysiwyg .wp-block-group,
.mce-content-body .wp-block-group {
  width: 100%;
}
.wysiwyg .wp-block-group .wp-block-group__inner-container,
.mce-content-body .wp-block-group .wp-block-group__inner-container {
  margin-bottom: 0;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem 0;
}
.wysiwyg .wp-block-group .wp-block-group__inner-container > :first-child,
.mce-content-body .wp-block-group .wp-block-group__inner-container > :first-child {
  margin-top: 0;
}
.wysiwyg .wp-block-group .wp-block-group__inner-container > :last-child,
.mce-content-body .wp-block-group .wp-block-group__inner-container > :last-child {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .wysiwyg .wp-block-group .wp-block-group__inner-container,
  .mce-content-body .wp-block-group .wp-block-group__inner-container {
    padding: 4rem;
  }
}
.wysiwyg .addtoany_share_save_container,
.mce-content-body .addtoany_share_save_container {
  margin-top: 0;
}
.wysiwyg .wp-block-ub-content-toggle,
.mce-content-body .wp-block-ub-content-toggle {
  margin-top: 0;
  margin-bottom: 4rem !important;
  max-width: 1200px;
  width: 1200px;
}
@media (max-width: 1200px) {
  .wysiwyg .wp-block-ub-content-toggle,
  .mce-content-body .wp-block-ub-content-toggle {
    padding: 0 4rem;
    width: 100%;
  }
}
.wysiwyg .wp-block-ub-content-toggle .wp-block-ub-content-toggle-accordion-title-wrap,
.wysiwyg .wp-block-ub-content-toggle .wp-block-ub-content-toggle-accordion-toggle-wrap,
.wysiwyg .wp-block-ub-content-toggle .wp-block-ub-content-toggle-accordion-content-wrap,
.mce-content-body .wp-block-ub-content-toggle .wp-block-ub-content-toggle-accordion-title-wrap,
.mce-content-body .wp-block-ub-content-toggle .wp-block-ub-content-toggle-accordion-toggle-wrap,
.mce-content-body .wp-block-ub-content-toggle .wp-block-ub-content-toggle-accordion-content-wrap {
  margin-bottom: 0 !important;
}
.wysiwyg .wp-block-ub-content-toggle .wp-block-ub-content-toggle-accordion-content-wrap *:last-child,
.mce-content-body .wp-block-ub-content-toggle .wp-block-ub-content-toggle-accordion-content-wrap *:last-child {
  margin-bottom: 2rem;
}
.wysiwyg .wp-caption,
.mce-content-body .wp-caption {
  margin-right: 0;
}
.wysiwyg .sp-easy-accordion,
.mce-content-body .sp-easy-accordion {
  -ms-flex-item-align: center;
      align-self: center;
  max-width: 1200px;
  margin-bottom: 4rem;
}
@media (max-width: 1200px) {
  .wysiwyg .sp-easy-accordion,
  .mce-content-body .sp-easy-accordion {
    padding: 0 4rem;
  }
}
.wysiwyg .sp-easy-accordion .ea-card .ea-header > a,
.mce-content-body .sp-easy-accordion .ea-card .ea-header > a {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1024px) {
  .wysiwyg .sp-easy-accordion .ea-card .ea-header > a,
  .mce-content-body .sp-easy-accordion .ea-card .ea-header > a {
    font-size: 2rem;
  }
}
.wysiwyg .sp-easy-accordion .ea-card .ea-body,
.mce-content-body .sp-easy-accordion .ea-card .ea-body {
  padding-left: 0;
  padding-right: 0;
}
.wysiwyg .wp-block-separator,
.mce-content-body .wp-block-separator {
  width: calc(1200px / 2);
  margin-top: 0;
}
@media (max-width: 600px) {
  .wysiwyg .wp-block-separator,
  .mce-content-body .wp-block-separator {
    width: 70%;
  }
}
.wysiwyg .wp-block-media-text .wp-block-media-text__content > *,
.mce-content-body .wp-block-media-text .wp-block-media-text__content > * {
  max-width: calc(1200px / 2);
}
.wysiwyg .hbspt-form,
.mce-content-body .hbspt-form {
  width: 100%;
  margin: 0;
}
.wysiwyg .hbspt-form form,
.mce-content-body .hbspt-form form {
  max-width: calc(1200px / 2);
  margin: auto;
}
@media (max-width: 1200px) {
  .wysiwyg .hbspt-form form,
  .mce-content-body .hbspt-form form {
    padding: 0 4rem;
  }
}
.wysiwyg .owl-carousel,
.mce-content-body .owl-carousel {
  max-width: 1200px !important;
  margin: auto;
}
@media (max-width: 1200px) {
  .wysiwyg .owl-carousel,
  .mce-content-body .owl-carousel {
    padding: 0 4rem;
  }
}
.wysiwyg > div.alignwide,
.mce-content-body > div.alignwide {
  width: 100%;
}
.wysiwyg .wp-block-image.alignwide,
.mce-content-body .wp-block-image.alignwide {
  width: 100% !important;
}
.wysiwyg div[class*=wp-block].bg-primary,
.wysiwyg div[class*=wp-block].has-primary-background-color,
.mce-content-body div[class*=wp-block].bg-primary,
.mce-content-body div[class*=wp-block].has-primary-background-color {
  background-color: #00a5a3;
}
.wysiwyg hr[class*=wp-block].bg-primary,
.wysiwyg hr[class*=wp-block].has-primary-background-color,
.mce-content-body hr[class*=wp-block].bg-primary,
.mce-content-body hr[class*=wp-block].has-primary-background-color {
  border-color: #00a5a3;
}
.wysiwyg .primary h1,
.wysiwyg .primary h2,
.wysiwyg .primary h3,
.wysiwyg .primary h4,
.wysiwyg .primary p,
.wysiwyg .primary span,
.wysiwyg .primary li,
.wysiwyg .has-primary-color.has-text-color h1,
.wysiwyg .has-primary-color.has-text-color h2,
.wysiwyg .has-primary-color.has-text-color h3,
.wysiwyg .has-primary-color.has-text-color h4,
.wysiwyg .has-primary-color.has-text-color p,
.wysiwyg .has-primary-color.has-text-color span,
.wysiwyg .has-primary-color.has-text-color li,
.mce-content-body .primary h1,
.mce-content-body .primary h2,
.mce-content-body .primary h3,
.mce-content-body .primary h4,
.mce-content-body .primary p,
.mce-content-body .primary span,
.mce-content-body .primary li,
.mce-content-body .has-primary-color.has-text-color h1,
.mce-content-body .has-primary-color.has-text-color h2,
.mce-content-body .has-primary-color.has-text-color h3,
.mce-content-body .has-primary-color.has-text-color h4,
.mce-content-body .has-primary-color.has-text-color p,
.mce-content-body .has-primary-color.has-text-color span,
.mce-content-body .has-primary-color.has-text-color li {
  color: #00a5a3;
}
.wysiwyg .has-text-color .primary,
.wysiwyg .has-text-color .has-primary-color.has-text-color,
.mce-content-body .has-text-color .primary,
.mce-content-body .has-text-color .has-primary-color.has-text-color {
  color: #00a5a3;
}
.wysiwyg div[class*=wp-block].bg-secondary,
.wysiwyg div[class*=wp-block].has-secondary-background-color,
.mce-content-body div[class*=wp-block].bg-secondary,
.mce-content-body div[class*=wp-block].has-secondary-background-color {
  background-color: #f46700;
}
.wysiwyg hr[class*=wp-block].bg-secondary,
.wysiwyg hr[class*=wp-block].has-secondary-background-color,
.mce-content-body hr[class*=wp-block].bg-secondary,
.mce-content-body hr[class*=wp-block].has-secondary-background-color {
  border-color: #f46700;
}
.wysiwyg .secondary h1,
.wysiwyg .secondary h2,
.wysiwyg .secondary h3,
.wysiwyg .secondary h4,
.wysiwyg .secondary p,
.wysiwyg .secondary span,
.wysiwyg .secondary li,
.wysiwyg .has-secondary-color.has-text-color h1,
.wysiwyg .has-secondary-color.has-text-color h2,
.wysiwyg .has-secondary-color.has-text-color h3,
.wysiwyg .has-secondary-color.has-text-color h4,
.wysiwyg .has-secondary-color.has-text-color p,
.wysiwyg .has-secondary-color.has-text-color span,
.wysiwyg .has-secondary-color.has-text-color li,
.mce-content-body .secondary h1,
.mce-content-body .secondary h2,
.mce-content-body .secondary h3,
.mce-content-body .secondary h4,
.mce-content-body .secondary p,
.mce-content-body .secondary span,
.mce-content-body .secondary li,
.mce-content-body .has-secondary-color.has-text-color h1,
.mce-content-body .has-secondary-color.has-text-color h2,
.mce-content-body .has-secondary-color.has-text-color h3,
.mce-content-body .has-secondary-color.has-text-color h4,
.mce-content-body .has-secondary-color.has-text-color p,
.mce-content-body .has-secondary-color.has-text-color span,
.mce-content-body .has-secondary-color.has-text-color li {
  color: #f46700;
}
.wysiwyg .has-text-color .secondary,
.wysiwyg .has-text-color .has-secondary-color.has-text-color,
.mce-content-body .has-text-color .secondary,
.mce-content-body .has-text-color .has-secondary-color.has-text-color {
  color: #f46700;
}
.wysiwyg div[class*=wp-block].bg-tertiary,
.wysiwyg div[class*=wp-block].has-tertiary-background-color,
.mce-content-body div[class*=wp-block].bg-tertiary,
.mce-content-body div[class*=wp-block].has-tertiary-background-color {
  background-color: #25245d;
}
.wysiwyg hr[class*=wp-block].bg-tertiary,
.wysiwyg hr[class*=wp-block].has-tertiary-background-color,
.mce-content-body hr[class*=wp-block].bg-tertiary,
.mce-content-body hr[class*=wp-block].has-tertiary-background-color {
  border-color: #25245d;
}
.wysiwyg .tertiary h1,
.wysiwyg .tertiary h2,
.wysiwyg .tertiary h3,
.wysiwyg .tertiary h4,
.wysiwyg .tertiary p,
.wysiwyg .tertiary span,
.wysiwyg .tertiary li,
.wysiwyg .has-tertiary-color.has-text-color h1,
.wysiwyg .has-tertiary-color.has-text-color h2,
.wysiwyg .has-tertiary-color.has-text-color h3,
.wysiwyg .has-tertiary-color.has-text-color h4,
.wysiwyg .has-tertiary-color.has-text-color p,
.wysiwyg .has-tertiary-color.has-text-color span,
.wysiwyg .has-tertiary-color.has-text-color li,
.mce-content-body .tertiary h1,
.mce-content-body .tertiary h2,
.mce-content-body .tertiary h3,
.mce-content-body .tertiary h4,
.mce-content-body .tertiary p,
.mce-content-body .tertiary span,
.mce-content-body .tertiary li,
.mce-content-body .has-tertiary-color.has-text-color h1,
.mce-content-body .has-tertiary-color.has-text-color h2,
.mce-content-body .has-tertiary-color.has-text-color h3,
.mce-content-body .has-tertiary-color.has-text-color h4,
.mce-content-body .has-tertiary-color.has-text-color p,
.mce-content-body .has-tertiary-color.has-text-color span,
.mce-content-body .has-tertiary-color.has-text-color li {
  color: #25245d;
}
.wysiwyg .has-text-color .tertiary,
.wysiwyg .has-text-color .has-tertiary-color.has-text-color,
.mce-content-body .has-text-color .tertiary,
.mce-content-body .has-text-color .has-tertiary-color.has-text-color {
  color: #25245d;
}
.wysiwyg div[class*=wp-block].bg-lavendar,
.wysiwyg div[class*=wp-block].has-lavendar-background-color,
.mce-content-body div[class*=wp-block].bg-lavendar,
.mce-content-body div[class*=wp-block].has-lavendar-background-color {
  background-color: #F1F1F5;
}
.wysiwyg hr[class*=wp-block].bg-lavendar,
.wysiwyg hr[class*=wp-block].has-lavendar-background-color,
.mce-content-body hr[class*=wp-block].bg-lavendar,
.mce-content-body hr[class*=wp-block].has-lavendar-background-color {
  border-color: #F1F1F5;
}
.wysiwyg .lavendar h1,
.wysiwyg .lavendar h2,
.wysiwyg .lavendar h3,
.wysiwyg .lavendar h4,
.wysiwyg .lavendar p,
.wysiwyg .lavendar span,
.wysiwyg .lavendar li,
.wysiwyg .has-lavendar-color.has-text-color h1,
.wysiwyg .has-lavendar-color.has-text-color h2,
.wysiwyg .has-lavendar-color.has-text-color h3,
.wysiwyg .has-lavendar-color.has-text-color h4,
.wysiwyg .has-lavendar-color.has-text-color p,
.wysiwyg .has-lavendar-color.has-text-color span,
.wysiwyg .has-lavendar-color.has-text-color li,
.mce-content-body .lavendar h1,
.mce-content-body .lavendar h2,
.mce-content-body .lavendar h3,
.mce-content-body .lavendar h4,
.mce-content-body .lavendar p,
.mce-content-body .lavendar span,
.mce-content-body .lavendar li,
.mce-content-body .has-lavendar-color.has-text-color h1,
.mce-content-body .has-lavendar-color.has-text-color h2,
.mce-content-body .has-lavendar-color.has-text-color h3,
.mce-content-body .has-lavendar-color.has-text-color h4,
.mce-content-body .has-lavendar-color.has-text-color p,
.mce-content-body .has-lavendar-color.has-text-color span,
.mce-content-body .has-lavendar-color.has-text-color li {
  color: #F1F1F5;
}
.wysiwyg .has-text-color .lavendar,
.wysiwyg .has-text-color .has-lavendar-color.has-text-color,
.mce-content-body .has-text-color .lavendar,
.mce-content-body .has-text-color .has-lavendar-color.has-text-color {
  color: #F1F1F5;
}
.wysiwyg div[class*=wp-block].bg-indigo,
.wysiwyg div[class*=wp-block].has-indigo-background-color,
.mce-content-body div[class*=wp-block].bg-indigo,
.mce-content-body div[class*=wp-block].has-indigo-background-color {
  background-color: #2B2D71;
}
.wysiwyg hr[class*=wp-block].bg-indigo,
.wysiwyg hr[class*=wp-block].has-indigo-background-color,
.mce-content-body hr[class*=wp-block].bg-indigo,
.mce-content-body hr[class*=wp-block].has-indigo-background-color {
  border-color: #2B2D71;
}
.wysiwyg .indigo h1,
.wysiwyg .indigo h2,
.wysiwyg .indigo h3,
.wysiwyg .indigo h4,
.wysiwyg .indigo p,
.wysiwyg .indigo span,
.wysiwyg .indigo li,
.wysiwyg .has-indigo-color.has-text-color h1,
.wysiwyg .has-indigo-color.has-text-color h2,
.wysiwyg .has-indigo-color.has-text-color h3,
.wysiwyg .has-indigo-color.has-text-color h4,
.wysiwyg .has-indigo-color.has-text-color p,
.wysiwyg .has-indigo-color.has-text-color span,
.wysiwyg .has-indigo-color.has-text-color li,
.mce-content-body .indigo h1,
.mce-content-body .indigo h2,
.mce-content-body .indigo h3,
.mce-content-body .indigo h4,
.mce-content-body .indigo p,
.mce-content-body .indigo span,
.mce-content-body .indigo li,
.mce-content-body .has-indigo-color.has-text-color h1,
.mce-content-body .has-indigo-color.has-text-color h2,
.mce-content-body .has-indigo-color.has-text-color h3,
.mce-content-body .has-indigo-color.has-text-color h4,
.mce-content-body .has-indigo-color.has-text-color p,
.mce-content-body .has-indigo-color.has-text-color span,
.mce-content-body .has-indigo-color.has-text-color li {
  color: #2B2D71;
}
.wysiwyg .has-text-color .indigo,
.wysiwyg .has-text-color .has-indigo-color.has-text-color,
.mce-content-body .has-text-color .indigo,
.mce-content-body .has-text-color .has-indigo-color.has-text-color {
  color: #2B2D71;
}
.wysiwyg div[class*=wp-block].bg-black,
.wysiwyg div[class*=wp-block].has-black-background-color,
.mce-content-body div[class*=wp-block].bg-black,
.mce-content-body div[class*=wp-block].has-black-background-color {
  background-color: #2b2b2b;
}
.wysiwyg hr[class*=wp-block].bg-black,
.wysiwyg hr[class*=wp-block].has-black-background-color,
.mce-content-body hr[class*=wp-block].bg-black,
.mce-content-body hr[class*=wp-block].has-black-background-color {
  border-color: #2b2b2b;
}
.wysiwyg .black h1,
.wysiwyg .black h2,
.wysiwyg .black h3,
.wysiwyg .black h4,
.wysiwyg .black p,
.wysiwyg .black span,
.wysiwyg .black li,
.wysiwyg .has-black-color.has-text-color h1,
.wysiwyg .has-black-color.has-text-color h2,
.wysiwyg .has-black-color.has-text-color h3,
.wysiwyg .has-black-color.has-text-color h4,
.wysiwyg .has-black-color.has-text-color p,
.wysiwyg .has-black-color.has-text-color span,
.wysiwyg .has-black-color.has-text-color li,
.mce-content-body .black h1,
.mce-content-body .black h2,
.mce-content-body .black h3,
.mce-content-body .black h4,
.mce-content-body .black p,
.mce-content-body .black span,
.mce-content-body .black li,
.mce-content-body .has-black-color.has-text-color h1,
.mce-content-body .has-black-color.has-text-color h2,
.mce-content-body .has-black-color.has-text-color h3,
.mce-content-body .has-black-color.has-text-color h4,
.mce-content-body .has-black-color.has-text-color p,
.mce-content-body .has-black-color.has-text-color span,
.mce-content-body .has-black-color.has-text-color li {
  color: #2b2b2b;
}
.wysiwyg .has-text-color .black,
.wysiwyg .has-text-color .has-black-color.has-text-color,
.mce-content-body .has-text-color .black,
.mce-content-body .has-text-color .has-black-color.has-text-color {
  color: #2b2b2b;
}
.wysiwyg div[class*=wp-block].bg-white,
.wysiwyg div[class*=wp-block].has-white-background-color,
.mce-content-body div[class*=wp-block].bg-white,
.mce-content-body div[class*=wp-block].has-white-background-color {
  background-color: #fff;
}
.wysiwyg hr[class*=wp-block].bg-white,
.wysiwyg hr[class*=wp-block].has-white-background-color,
.mce-content-body hr[class*=wp-block].bg-white,
.mce-content-body hr[class*=wp-block].has-white-background-color {
  border-color: #fff;
}
.wysiwyg .white h1,
.wysiwyg .white h2,
.wysiwyg .white h3,
.wysiwyg .white h4,
.wysiwyg .white p,
.wysiwyg .white span,
.wysiwyg .white li,
.wysiwyg .has-white-color.has-text-color h1,
.wysiwyg .has-white-color.has-text-color h2,
.wysiwyg .has-white-color.has-text-color h3,
.wysiwyg .has-white-color.has-text-color h4,
.wysiwyg .has-white-color.has-text-color p,
.wysiwyg .has-white-color.has-text-color span,
.wysiwyg .has-white-color.has-text-color li,
.mce-content-body .white h1,
.mce-content-body .white h2,
.mce-content-body .white h3,
.mce-content-body .white h4,
.mce-content-body .white p,
.mce-content-body .white span,
.mce-content-body .white li,
.mce-content-body .has-white-color.has-text-color h1,
.mce-content-body .has-white-color.has-text-color h2,
.mce-content-body .has-white-color.has-text-color h3,
.mce-content-body .has-white-color.has-text-color h4,
.mce-content-body .has-white-color.has-text-color p,
.mce-content-body .has-white-color.has-text-color span,
.mce-content-body .has-white-color.has-text-color li {
  color: #fff;
}
.wysiwyg .has-text-color .white,
.wysiwyg .has-text-color .has-white-color.has-text-color,
.mce-content-body .has-text-color .white,
.mce-content-body .has-text-color .has-white-color.has-text-color {
  color: #fff;
}

#CookieDeclarationUserStatusLabel {
  margin-bottom: 20px;
}

@font-face {
  font-family: "MuseoSlab700";
  src: url("//db.onlinewebfonts.com/t/c46c9a5938240921992605bd1d1a909a.eot");
  src: url("//db.onlinewebfonts.com/t/c46c9a5938240921992605bd1d1a909a.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/c46c9a5938240921992605bd1d1a909a.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/c46c9a5938240921992605bd1d1a909a.woff") format("woff"), url("//db.onlinewebfonts.com/t/c46c9a5938240921992605bd1d1a909a.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/c46c9a5938240921992605bd1d1a909a.svg#MuseoSlabW01-700") format("svg");
}
.cv-report-default #main {
  padding-top: 0;
}
.cv-report-default .main-nav__nav,
.cv-report-default .main-nav__btns,
.cv-report-default .main-nav__logo:after,
.cv-report-default .nav__menu-item--type-custom {
  display: none;
}
.cv-report-default .main-nav__logo {
  display: inline-block;
}
.cv-report-default .translation-wrapper {
  z-index: 99999 !important;
}

.cv-report h2,
.cv-report h3,
.cv-report .item-title,
.cv-report .blockquote,
.cv-report .cv-next a,
.cv-report .contact-person a,
.cv-report-whats-next h2,
.cv-report-whats-next h3,
.cv-report-whats-next .item-title,
.cv-report-whats-next .blockquote,
.cv-report-whats-next .cv-next a,
.cv-report-whats-next .contact-person a {
  color: #2B2D71;
}
.cv-report .with-header .item-title,
.cv-report .cv-expandable__item,
.cv-report .cv-next__icon,
.cv-report .text-box,
.cv-report .cv-moreinfo .right-side a,
.cv-report .separator .container div,
.cv-report .separator .column_content div,
.cv-report .cv-moreinfo-2 .content a,
.cv-report .read-more-btn span,
.cv-report-whats-next .with-header .item-title,
.cv-report-whats-next .cv-expandable__item,
.cv-report-whats-next .cv-next__icon,
.cv-report-whats-next .text-box,
.cv-report-whats-next .cv-moreinfo .right-side a,
.cv-report-whats-next .separator .container div,
.cv-report-whats-next .separator .column_content div,
.cv-report-whats-next .cv-moreinfo-2 .content a,
.cv-report-whats-next .read-more-btn span {
  background-color: #2B2D71;
  color: white;
}
.cv-report .text-overlay,
.cv-report-whats-next .text-overlay {
  background-color: rgba(43, 45, 113, 0.9);
}
@media (max-width: 1100px) {
  .cv-report .text-overlay,
  .cv-report-whats-next .text-overlay {
    background-color: rgb(43, 45, 113);
  }
}
.cv-report .cv-section-title svg path,
.cv-report-whats-next .cv-section-title svg path {
  fill: #2B2D71;
}

.cv-report-agri h2,
.cv-report-agri h3,
.cv-report-agri .item-title,
.cv-report-agri .blockquote,
.cv-report-agri .cv-next a,
.cv-report-agri .contact-person a {
  color: #00A5A3;
}
.cv-report-agri .with-header .item-title,
.cv-report-agri .cv-expandable__item,
.cv-report-agri .cv-next__icon,
.cv-report-agri .text-box,
.cv-report-agri .cv-moreinfo .right-side a,
.cv-report-agri .separator .container div,
.cv-report-agri .separator .column_content div,
.cv-report-agri .cv-moreinfo-2 .content a,
.cv-report-agri .read-more-btn span {
  background-color: #00A5A3;
  color: white;
}
.cv-report-agri .text-overlay {
  background-color: rgba(0, 165, 163, 0.9);
}
@media (max-width: 1100px) {
  .cv-report-agri .text-overlay {
    background-color: rgb(0, 165, 163);
  }
}
.cv-report-agri .cv-section-title svg path {
  fill: #00A5A3;
}
.cv-report-agri .cv-text-overlay .description a,
.cv-report-agri .cv-expandable__item .description a {
  color: #2b2d71;
}

.cv-report-food h2,
.cv-report-food h3,
.cv-report-food .item-title,
.cv-report-food .blockquote,
.cv-report-food .cv-next a,
.cv-report-food .contact-person a {
  color: #9FA617;
}
.cv-report-food .with-header .item-title,
.cv-report-food .cv-expandable__item,
.cv-report-food .cv-next__icon,
.cv-report-food .text-box,
.cv-report-food .cv-moreinfo .right-side a,
.cv-report-food .separator .container div,
.cv-report-food .separator .column_content div,
.cv-report-food .cv-moreinfo-2 .content a,
.cv-report-food .read-more-btn span {
  background-color: #9FA617;
  color: white;
}
.cv-report-food .text-overlay {
  background-color: rgba(159, 166, 23, 0.9);
}
@media (max-width: 1100px) {
  .cv-report-food .text-overlay {
    background-color: rgb(159, 166, 23);
  }
}
.cv-report-food .cv-section-title svg path {
  fill: #9FA617;
}
.cv-report-food .cv-text-overlay .description a {
  color: #2b2d71;
}

.cv-report-business h2,
.cv-report-business h3,
.cv-report-business .item-title,
.cv-report-business .blockquote,
.cv-report-business .cv-next a,
.cv-report-business .contact-person a {
  color: #E16837;
}
.cv-report-business .with-header .item-title,
.cv-report-business .cv-expandable__item,
.cv-report-business .cv-next__icon,
.cv-report-business .text-box,
.cv-report-business .cv-moreinfo .right-side a,
.cv-report-business .separator .container div,
.cv-report-business .separator .column_content div,
.cv-report-business .cv-moreinfo-2 .content a,
.cv-report-business .read-more-btn span {
  background-color: #E16837;
  color: white;
}
.cv-report-business .text-overlay {
  background-color: rgba(225, 104, 55, 0.9);
}
@media (max-width: 1100px) {
  .cv-report-business .text-overlay {
    background-color: rgb(225, 104, 55);
  }
}
.cv-report-business .cv-section-title svg path {
  fill: #E16837;
}
.cv-report-business .cv-text-overlay .description a,
.cv-report-business .cv-expandable__item .description a {
  color: #2b2d71;
}

.bg-grey {
  background-color: #f1f1f1;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 1000px) {
  .bg-grey {
    padding-top: 0;
    padding-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .bg-grey {
    background-color: transparent;
    padding-bottom: 0;
  }
}

.cv-section {
  margin-top: 60px;
  margin-bottom: 60px;
  opacity: 0;
  -webkit-transition: opacity linear 1s;
  transition: opacity linear 1s;
}
@media (max-width: 1100px) {
  .cv-section {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .cv-section {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.cv-section h1, .cv-section h2, .cv-section h3 {
  font-family: "museo-slab", serif;
}
.cv-section h2 {
  font-weight: 300;
  font-size: 40px;
}
.cv-section h3 {
  font-size: 30px;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 10px;
}
@media (max-width: 580px) {
  .cv-section h3 {
    font-size: 25px;
    margin-top: 40px;
  }
}
.cv-section .cv-section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1100px) {
  .cv-section .cv-section-title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 40px;
  }
}
@media (max-width: 1000px) {
  .cv-section .cv-section-title {
    padding-top: 20px;
  }
}
.cv-section .cv-section-title img {
  margin: 0;
  max-width: 50px;
}
.cv-section .cv-section-title h2 {
  margin-left: 15px;
  margin-top: 30px;
  line-height: 1;
}
@media (max-width: 1100px) {
  .cv-section .cv-section-title h2 {
    text-align: center;
    margin-bottom: 0;
    margin-top: 15px;
  }
}
.cv-section .description {
  line-height: 1.7;
  font-size: 20px;
}
@media (max-width: 1250px) {
  .cv-section .description {
    font-size: 16px;
  }
}
.cv-section .small-description {
  margin-top: 10px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .cv-section .small-description {
    text-align: center;
  }
}
.cv-section .cv-expandable__title {
  font-size: 20px;
  margin-bottom: 30px;
}
.cv-section .cv-expandable__item {
  color: white;
  padding: 45px 30px;
  border-radius: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
@media (max-width: 580px) {
  .cv-section .cv-expandable__item {
    padding: 15px;
    padding-bottom: 25px;
    text-align: center;
  }
}
.cv-section .cv-expandable img {
  max-width: 320px;
  float: left;
  margin-right: 20px;
  border-radius: 12px;
}
@media (max-width: 580px) {
  .cv-section .cv-expandable img {
    float: none;
    max-width: 100%;
    width: 100%;
  }
}
.cv-section .cv-expandable h3 {
  font-size: 28px;
  margin-top: 10px;
  color: white;
  line-height: 1.2;
}
@media (max-width: 580px) {
  .cv-section .cv-expandable h3 {
    font-size: 20px;
    display: block;
    margin-top: 30px;
  }
}
@media (max-width: 580px) {
  .cv-section .cv-expandable .description {
    text-align: left;
  }
  .cv-section .cv-expandable .first-description {
    display: none;
  }
}

.cv-row {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cv-row .cv-md-12 {
  width: 100%;
}
.cv-row .cv-md-8 {
  width: 66.66%;
}
@media (max-width: 1000px) {
  .cv-row .cv-md-8 {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.cv-row .cv-md-6 {
  width: 50%;
}
@media (max-width: 1000px) {
  .cv-row .cv-md-6 {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.cv-row .cv-md-4 {
  width: 33.33%;
}
@media (max-width: 1000px) {
  .cv-row .cv-md-4 {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

.blockquote {
  line-height: 1.5;
  font-size: 30px;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 580px) {
  .blockquote {
    font-size: 22px;
    line-height: 1.3;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
  }
}

.cv-section-title {
  margin-bottom: 22px;
}

.cv-banner {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  opacity: 1;
  margin: 0;
}
.cv-banner:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(43, 45, 113, 0.7);
}
.cv-banner__content {
  padding-top: 15%;
  padding-bottom: 15%;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
}
@media (max-width: 768px) {
  .cv-banner__content {
    padding-top: 25%;
    padding-bottom: 25%;
  }
}
@media (max-width: 580px) {
  .cv-banner__content {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    margin-top: 50px;
  }
}
.cv-banner h1 {
  color: white;
  font-size: 46px;
  font-weight: normal;
  text-align: center;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .cv-banner h1 {
    font-size: 30px;
  }
}
.cv-banner p {
  color: white;
  font-size: 32px;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .cv-banner p {
    font-size: 24px;
  }
}

.cv-menu {
  background-color: #2B2D71;
  color: white;
  margin: 0;
}
.cv-menu__container {
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
}
.cv-menu ul {
  margin: 0;
  padding: 0;
  text-align: center;
  padding: 65px;
}
@media (max-width: 950px) {
  .cv-menu ul {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 580px) {
  .cv-menu ul {
    padding: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.cv-menu ul li {
  list-style: none;
  display: inline-block;
  padding-left: 10px;
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: 300;
}
@media (max-width: 580px) {
  .cv-menu ul li {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.cv-menu ul li:after {
  content: "";
  border-right: 2px solid white;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-left: 10px;
}
@media (max-width: 580px) {
  .cv-menu ul li:after {
    display: none !important;
  }
}
.cv-menu ul li:nth-child(2):after {
  display: none;
}
@media (max-width: 830px) {
  .cv-menu ul li:nth-child(2):after {
    display: inline;
  }
}
.cv-menu ul li:last-child:after {
  display: none;
}
.cv-menu ul li a {
  color: white;
  font-size: 23px;
  font-family: "museo-slab", serif;
  line-height: 1.3;
}
@media (max-width: 580px) {
  .cv-menu ul li a {
    font-size: 18px;
  }
}
.cv-menu ul li.active a {
  font-weight: 800;
}
.cv-menu.bottom {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 15px;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .cv-menu.bottom {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 580px) {
  .cv-menu.bottom {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 40px;
  }
}

.cv-intro .cv-row img {
  max-width: 400px;
  width: 100%;
  margin-left: 15px;
  float: right;
}
@media (max-width: 768px) {
  .cv-intro .cv-row img {
    max-width: 100%;
    margin-bottom: 15px;
    margin-left: 0;
  }
}
.cv-intro .cv-row .description {
  padding-right: 20px;
}
@media (max-width: 1000px) {
  .cv-intro .cv-row .description {
    padding-right: 0;
  }
}

.cv-next {
  margin-top: 120px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .cv-next {
    margin-top: 30px;
  }
}
.cv-next a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "museo-slab", serif;
}
@media (max-width: 768px) {
  .cv-next a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cv-next a > span {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    margin-top: 20px;
    font-size: 22px;
  }
  .cv-next a .cv-next__icon {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: 0;
  }
}
.cv-next span {
  font-weight: 300;
}
.cv-next span span {
  font-weight: 800;
}
.cv-next__icon {
  padding: 15px;
  margin-left: 40px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cv-next__icon svg {
  width: 40px;
}

.cv-bottom-gap {
  margin-bottom: 180px;
}
@media (max-width: 580px) {
  .cv-bottom-gap {
    margin-bottom: 50px;
  }
}

.cv-text-overlay {
  margin-top: 0;
  position: relative;
}
@media (max-width: 1000px) {
  .cv-text-overlay .cv-section-title {
    padding-top: 40px;
  }
}
.cv-text-overlay .bg-image {
  padding-top: 52%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1750px) {
  .cv-text-overlay .bg-image {
    padding-top: 70%;
    background-position-x: 22%;
  }
}
@media (max-width: 1450px) {
  .cv-text-overlay .bg-image {
    background-position-x: 10%;
  }
}
.cv-text-overlay .text-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 55%;
  color: white;
  padding-left: 60px;
  padding-right: 60px;
  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;
}
@media (max-width: 1500px) {
  .cv-text-overlay .text-overlay {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1300px) {
  .cv-text-overlay .text-overlay {
    width: 70%;
  }
}
@media (max-width: 1100px) {
  .cv-text-overlay .text-overlay {
    position: relative;
    width: 100%;
  }
}
.cv-text-overlay .text-overlay h2 {
  color: white !important;
}
.cv-text-overlay .text-overlay .text-overlay-inner {
  margin-left: 10%;
  margin-right: 10%;
}
@media (max-width: 1500px) {
  .cv-text-overlay .text-overlay .text-overlay-inner {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 1100px) {
  .cv-text-overlay .text-overlay .text-overlay-inner {
    padding-bottom: 40px;
  }
}
.cv-text-overlay .text-overlay .text-overlay-inner .description {
  font-size: 18px;
}
@media (max-width: 1250px) {
  .cv-text-overlay .text-overlay .text-overlay-inner .description {
    font-size: 16px;
  }
}
.cv-text-overlay .text-overlay .text-overlay-inner .cv-section-title svg path {
  fill: white;
}

.cv-surveys .item-body {
  background-color: #F1F1F5;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.cv-graphs {
  margin-top: 50px;
}
.cv-graphs .inner-item {
  padding-left: 10px;
  padding-right: 10px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cv-graphs .item-title {
  text-align: center;
  font-size: 24px;
  line-height: 1.3;
  padding: 20px 30px;
  font-family: "museo-slab", serif;
}
@media (max-width: 1000px) {
  .cv-graphs .item-title {
    font-size: 30px;
    font-weight: 800;
  }
}
@media (max-width: 580px) {
  .cv-graphs .item-title {
    font-size: 24px;
    padding-left: 0;
    padding-right: 0;
  }
}
.cv-graphs .with-header .item-title {
  color: white;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  padding: 36px;
}
@media (max-width: 580px) {
  .cv-graphs .with-header .item-title {
    padding: 15px;
  }
}
.cv-graphs .item-body {
  padding: 20px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1000px) {
  .cv-graphs .item-body {
    padding: 40px;
  }
}
@media (max-width: 580px) {
  .cv-graphs .item-body {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cv-graphs .item-body .item-image {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.cv-graphs .item-body .item-description {
  text-align: center;
  padding: 20px;
  line-height: 1.3;
  font-size: 14px;
  margin-top: auto;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .cv-graphs .item-body .item-description {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}

@media (max-width: 768px) {
  .cv-markets .content-with-image {
    margin-top: 40px;
  }
}
.cv-markets .content-with-image img {
  float: left;
  max-width: 320px;
  margin-right: 20px;
}
@media (max-width: 580px) {
  .cv-markets .content-with-image img {
    float: none;
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 580px) {
  .cv-markets .content-with-image {
    text-align: center;
  }
  .cv-markets .content-with-image .description {
    text-align: left;
  }
}
@media (max-width: 580px) {
  .cv-markets h3 {
    text-align: center;
    display: block;
    margin-top: 50px;
  }
}

.cv-expandable {
  width: 100%;
}
@media (max-width: 580px) {
  .cv-expandable.view-more-items h3 {
    text-align: left !important;
    font-size: 28px;
  }
  .cv-expandable .cv-expandable__country {
    text-align: left !important;
  }
}
.cv-expandable__country {
  font-size: 25px;
  margin-top: 8px;
}
@media (max-width: 580px) {
  .cv-expandable__country {
    font-size: 20px;
  }
}
.cv-expandable .second-description {
  display: none;
}
.cv-expandable .view-more {
  text-align: center;
  color: white;
  font-size: 28px;
  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;
  margin-top: 40px;
  font-family: "museo-slab", serif;
  font-weight: bold;
}
.cv-expandable .view-more span {
  margin-right: 25px;
}
.cv-expandable .view-more img {
  width: auto;
  margin: initial;
}

.cv-moreinfo .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 720px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .cv-moreinfo .content {
    -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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 900;
  }
}
.cv-moreinfo .content img {
  max-width: 170px;
  margin-right: 20px;
}
.cv-moreinfo .content .right-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 768px) {
  .cv-moreinfo .content .right-side {
    margin-top: 20px;
  }
}
.cv-moreinfo .content .right-side a {
  padding: 30px;
  margin-bottom: 10px;
  border-radius: 15px;
  color: white;
  line-height: 1.4;
}
@media (max-width: 580px) {
  .cv-moreinfo .content .right-side a {
    padding: 15px;
    text-align: center;
  }
}
.cv-moreinfo .contact-person {
  text-align: center;
  margin-top: 15px;
  line-height: 1.3;
}

.separator .container div, .separator .column_content div {
  height: 2px;
}

.cv-moreinfo-2 .content {
  text-align: center;
}
.cv-moreinfo-2 .content a {
  color: white;
  display: inline-block;
  max-width: 500px;
  padding: 30px;
  border-radius: 15px;
  margin-top: 20px;
}
.cv-moreinfo-2 .contact-person {
  text-align: center;
  margin-top: 30px;
}

.text-box {
  background-color: green;
  color: white;
  line-height: 1.3;
  display: inline-block;
  padding: 30px;
  border-radius: 15px;
  margin-right: 40px;
  margin-top: 40px;
  font-family: "museo-slab", serif;
}
@media (max-width: 580px) {
  .text-box {
    margin-top: 0;
    margin-right: 0;
    padding: 15px;
  }
}
.text-box p {
  margin-bottom: 4px;
  margin-top: 0;
}
.text-box p:nth-child(1) {
  font-size: 70px !important;
  font-weight: 900;
  margin-bottom: 0;
}
.text-box p:nth-child(2) {
  font-size: 20px !important;
  font-weight: 900;
  margin-bottom: 10px;
}
@media (max-width: 580px) {
  .text-box p:nth-child(1) {
    font-weight: 900;
    font-size: 80px !important;
  }
  .text-box p:nth-child(2) {
    font-weight: 900;
    margin-bottom: 15px;
  }
}

.cv-text-text {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 580px) {
  .cv-text-text {
    margin-top: 0;
  }
}
.cv-text-text .cv-md-4 {
  text-align: right;
}
@media (max-width: 1000px) {
  .cv-text-text .cv-md-4 {
    text-align: center;
  }
}

@media (max-width: 580px) {
  .cv-image-content {
    margin-top: 40px;
  }
}
.cv-image-content h2 {
  line-height: 1.2;
  margin-bottom: 0;
}
@media (max-width: 580px) {
  .cv-image-content h2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: center;
    font-weight: 700;
    font-size: 28px;
  }
}
.cv-image-content img {
  float: left;
  max-width: 320px;
  margin-right: 20px;
}
@media (max-width: 580px) {
  .cv-image-content img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    float: none;
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 580px) {
  .cv-image-content .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cv-image-content .description {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.cv-finance .text-box {
  margin-top: 0;
}

.contact-person a {
  font-weight: bold;
}

.sr-only,
.a11y, .access {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  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;
  clip-path: none;
}

.u-cf::after {
  clear: both;
  content: "";
  display: block;
}

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

.u-no-children-margin > :first-child {
  margin-top: 0 !important;
}
.u-no-children-margin > :last-child {
  margin-bottom: 0 !important;
}

@media (min-width: 768px) {
  figure.alignleft,
  img.alignleft {
    float: left;
    margin-right: 2.25%;
    margin-bottom: 68px;
  }
}

figure.aligncenter,
img.aligncenter {
  display: block;
  margin: 1.3em auto;
}

@media (min-width: 768px) {
  figure.alignright,
  img.alignright {
    float: right;
    margin-left: 2.25%;
    margin-bottom: 68px;
  }
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  pointer-events: none;
  position: absolute !important;
  visibility: hidden;
  width: 1px;
}

.wp-caption {
  margin-right: 2.25%;
  margin-bottom: 68px;
  max-width: 100%;
  width: auto !important;
}
.wp-caption-text {
  font-family: "museo-slab", serif;
  font-size: 1.6rem;
  color: #5F5F5F;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.25;
  font-style: italic;
  padding-top: 10px;
}
@media (min-width: 768px) {
  .wp-caption-text {
    font-size: 2rem;
  }
}

figure.aligncenter {
  text-align: center;
}
figure.aligncenter .wp-caption-text {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 639px) {
  figure.alignleft,
  img.alignleft,
  figure.aligncenter,
  img.aligncenter,
  figure.alignright,
  img.alignright {
    clear: both;
    display: block;
    float: none;
    margin: 1.3em auto;
  }
}
#wpadminbar {
  position: fixed;
  overflow: hidden;
}

@media print {
  .header {
    position: static;
    -webkit-transform: none;
            transform: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .main-nav__toggle {
    display: none;
  }
  .main-nav__logo {
    text-align: left;
    margin-left: 0;
  }
  .main-nav__logo + ul {
    display: none;
  }
  .main {
    padding-top: 0;
  }
  .container, .column_content {
    padding: 0;
  }
  .hp-intro {
    margin-bottom: 30px;
  }
  .hp-intro__title {
    color: #2b2b2b;
    font-size: 2rem;
  }
  .hp-intro__btn, .hp-intro__figure {
    display: none;
  }
  .hp-featured {
    margin-bottom: 0;
  }
  .hp-featured__title {
    font-size: 2rem;
    margin-bottom: 0;
  }
  .hp-featured__link {
    display: none;
  }
  .featured-items,
  .partner-items {
    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;
  }
  .featured-item {
    margin-bottom: 0;
  }
  .featured-item__image, .featured-item__link-text {
    display: none;
  }
  .featured-item__text {
    font-size: 1.5rem;
  }
  .partner-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 48%;
            flex: 0 1 48%;
    margin-bottom: 20px;
  }
  .partner-item--testimonial {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }
  .partner-item--testimonial .partner-item__text {
    margin-bottom: 10px;
  }
  .partner-item__image {
    display: none;
  }
  .partner-item__title {
    font-size: 2rem;
  }
  .partner-item__text {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
  .partner-item__link-text {
    display: none;
  }
  .wysiwyg h2,
  .wysiwyg .h2,
  .mce-content-body h2,
  .mce-content-body .h2 {
    font-size: 2.8rem;
  }
  .video {
    margin-bottom: 20px;
    padding-bottom: 0;
  }
  .video__poster {
    display: none;
  }
  .video .wysiwyg h2,
  .video .wysiwyg h3,
  .video .wysiwyg p {
    color: #2b2b2b;
    padding-bottom: 0;
  }
  .video .wysiwyg h2:after,
  .video .wysiwyg h3:after,
  .video .wysiwyg p:after {
    display: none;
  }
  .btn, .hs-form .hs-button {
    padding: 10px 20px;
    color: #2b2b2b;
  }
  .layout--home_blogs {
    display: none;
  }
  .footer {
    padding: 0;
  }
  .footer .cta-large, .footer__wrap, .footer-social {
    display: none;
  }
  .footer__copyright {
    color: #2b2b2b;
  }
  .hero,
  .cta-small,
  .cta-large,
  .jump-menu-mobile,
  .related,
  .intro .video__btn {
    display: none;
  }
  .intro {
    padding-bottom: 0;
  }
  .card-list__container {
    display: table;
    margin: 0 -1rem;
    width: 100%;
  }
  .card-list__container .card,
  .card-list__container .staff--card {
    display: inline-block;
    vertical-align: top;
    width: calc(33% - 2rem);
    margin: 0 1rem 2rem;
  }
  .card-list .staff--card .card__img-wrap {
    width: 100px;
    height: 100px;
  }
  .card-list .staff--card .staff__name {
    margin-bottom: 0;
    font-size: 1.8rem;
  }
  .section > .container, .section > .column_content {
    padding-top: 3rem;
    margin-bottom: 3rem;
  }
  .wysiwyg ul {
    padding-left: 30px;
  }
  .wysiwyg ul li {
    list-style: square;
    padding-left: 0;
  }
  .wysiwyg ul li:before {
    display: none;
  }
  .listings__heading {
    text-align: left;
  }
  .listing {
    padding: 10px 0;
  }
  .listing::after {
    clear: both;
    content: "";
    display: block;
  }
  .listing__link--image {
    display: block;
    padding: 20px 0;
  }
  .listing__link--image::after {
    clear: both;
    content: "";
    display: block;
  }
  .listing__figure {
    float: left;
    width: 30%;
    padding: 0;
  }
  .listing__content {
    float: left;
    width: 70%;
    padding: 0 20px 0 0;
    text-align: left;
  }
  .for-print {
    display: block;
  }
  .js-wikit-tabbed {
    margin-top: 2rem;
  }
  .js-wikit-tabbed > ul {
    display: none;
  }
  .wikit-tab {
    display: block !important;
  }
  .impact-stat {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 25%;
            flex: 0 1 25%;
  }
  .impact-stat:nth-child(odd) {
    margin-right: 0;
  }
  .impact-stats--thirds .impact-stat {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33%;
            flex: 0 1 33%;
  }
  .region__hero__fig img {
    display: none;
  }
  .region .region__title {
    color: #2b2b2b;
    position: static;
  }
  .wysiwyg .country-list__item {
    float: left;
    width: 50%;
    padding-right: 40px;
  }
  .stories__heading {
    text-align: left;
  }
  .stories {
    max-width: none;
  }
  .stories-slider:before {
    display: none;
  }
  .glide__slides {
    width: 100% !important;
    -webkit-transform: none !important;
            transform: none !important;
    display: block;
  }
  .glide__slide {
    width: 100% !important;
    max-width: none;
    border-bottom: 3px solid #f1f1f5;
  }
  .glide__slide::after {
    clear: both;
    content: "";
    display: block;
  }
  .glide__slide--clone {
    display: none;
  }
  .glide-controls {
    display: none;
  }
  .story-slide {
    padding: 30px 0;
  }
  .story-slide::after {
    clear: both;
    content: "";
    display: block;
  }
  .story-slide__title {
    color: #2b2b2b;
    margin: 0;
    float: left;
    width: 70%;
    padding: 0 20px 0 0;
    font-size: 2.5rem;
  }
  .story-slide__figure {
    width: 30%;
    float: right;
  }
  .card-list .card--alt-bg {
    background: none;
    border: 3px solid rgba(30, 28, 119, 0.2);
  }
  .card-list .card--alt-bg .card__text,
  .card-list .card--alt-bg .card__action,
  .card-list .card--alt-bg .card__title {
    color: #2b2b2b;
  }
  .gallery-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33%;
            flex: 0 1 33%;
  }
  .quote {
    background: none;
    color: #777e8c;
    padding: 30px 0;
    margin: 20px auto;
    page-break-inside: avoid;
  }
  .quote__quotes {
    display: none;
  }
  .partners__listing {
    display: block;
  }
  .partners__listing::after {
    clear: both;
    content: "";
    display: block;
  }
  .partners {
    page-break-before: always;
    padding: 0;
  }
  .partner {
    width: auto;
    height: 100px;
    float: left;
    max-width: 150px;
  }
  .wysiwyg img {
    max-width: 300px;
    height: auto !important;
  }
  .resources-listing {
    display: none;
  }
}
.sg {
  max-width: 1200px;
  padding: 30px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #2b2b2b;
}
@media (max-width: 767px) {
  .sg {
    overflow: hidden;
  }
}
.sg:last-child {
  border-bottom: none;
}
.sg__sub {
  color: #707070;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.88px;
}
.sg__class {
  display: block;
  font-style: italic;
  font-size: 1.4rem;
  margin: 10px 0;
  font-weight: bold;
}
.sg-buttons {
  padding: 30px;
}
.sg-buttons .btn, .sg-buttons .hs-form .hs-button, .hs-form .sg-buttons .hs-button {
  margin-bottom: 10px;
}
.sg__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.sg__cols h4 {
  position: absolute;
}
.sg__cols > div {
  margin-right: 20px;
}
.sg__wrap {
  margin-bottom: 50px;
}
.sg__title {
  font-size: 1.4rem;
}

.gray {
  background: #ccc;
}

.sg-colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sg_form-alt {
  padding: 10px 53px 10px 39px;
  max-width: 688px;
}

.color-card {
  width: 187px;
  height: 246px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.13);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.13);
  border-radius: 10px;
  background-color: #ffffff;
  margin-right: 15px;
  margin-bottom: 15px;
}
.color-card__bg {
  height: 177px;
  border-radius: 10px 10px 0 0;
}
.color-card__hex {
  color: #FFF;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px;
  font-size: 1.5rem;
}
.color-card__sass {
  color: #4d4d4f;
  font-weight: 400;
  padding: 20px;
  font-size: 1.5rem;
}

.component {
  padding-top: 40px;
}

.wdg_grid,
.wdg_overlay {
  position: absolute;
  z-index: 999;
  top: 0;
  width: 100%;
  height: 2000%;
  bottom: 0;
  background-position: 50% 0%;
  background-repeat: repeat-y;
  pointer-events: none;
}

.wdg_grid {
  display: none;
  opacity: 0.8;
}
.wdg_grid--active {
  background-image: url(../img/overlay/grid--desktop.png);
  display: block !important;
}

.wdg_overlay {
  display: none;
  z-index: 998;
  opacity: 0.5;
  background-position: 50% 0;
  background-repeat: no-repeat;
  width: 100%;
  background-size: 100% auto;
}
.admin-bar .wdg_overlay {
  background-position: 50% 46px;
}
@media (min-width: 1024px) {
  .admin-bar .wdg_overlay {
    background-position: 50% 32px;
  }
}
.wdg_overlay--active {
  display: block !important;
}

.gform_wrapper .gf_progressbar {
  margin-bottom: 15px !important;
}
.gform_wrapper .gf_progressbar .gf_progressbar_percentage {
  background-color: transparent !important;
  background-image: linear-gradient(23deg, #212062 3%, #674090 100%);
}
.gform_wrapper .button {
  background: #00a5a3;
  color: #fff;
  border: none;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.gform_wrapper .button:hover {
  background-color: #1d8e8c;
}
.gform_wrapper .gform_previous_button.button {
  background-color: #f46700 !important;
  color: #ffffff !important;
}
.gform_wrapper .gform_previous_button.button:hover {
  background-color: #d55b02 !important;
}
.gform_wrapper p,
.gform_wrapper .gchoice,
.gform_wrapper .gform_description {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (min-width: 1024px) {
  .gform_wrapper p,
  .gform_wrapper .gchoice,
  .gform_wrapper .gform_description {
    font-size: 2rem;
  }
}
.gform_wrapper p.gform_required_legend {
  font-size: 1.6rem;
  margin-top: 5px;
  margin-bottom: 10px !important;
  font-style: italic;
}
.gform_wrapper .gfield_description {
  font-style: italic;
}
.gform_wrapper .gform_validation_errors > h2 {
  overflow: visible;
}
.gform_wrapper .gform_validation_errors > h2 .gform-icon {
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
/*# sourceMappingURL=site.css.map */
