@charset "UTF-8";
.admin-bar #masthead {
  top: 46px;
}
.admin-bar #masthead.outofsight {
  top: 0;
}

h2.new-h2 {
  color: #fff;
  font-size: 40px;
  line-height: 1.2em;
  margin: 0 0 25px;
}

.btn-green-txt {
  border: 1px solid #9099a0;
  color: #82ffab;
  text-transform: uppercase;
  padding: 12px 35px;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  font-size: 16px;
}
.btn-green-txt:visited {
  color: #82ffab;
}
.btn-green-txt:hover {
  background-color: #fff;
  border-color: #fff;
  color: #122433;
}

#masthead {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
}
#masthead .custom-logo-link {
  display: inline-block;
  cursor: pointer;
  margin: 35px 20px 20px;
  max-width: 100%;
}
#masthead .custom-logo-link img {
  max-width: 150px;
  height: auto;
}

.home-hero-block {
  background-color: #000;
  position: relative;
  padding: 135px 0 50px;
}
.home-hero-block .hm-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.home-hero-block .hm-hero-bg img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
}
.home-hero-block .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3));
}
.home-hero-block .hm-hero-content {
  position: relative;
  z-index: 3;
}
.home-hero-block h1 {
  color: #fff;
  margin: 0 0 25px;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
}
.home-hero-block h1 strong {
  color: #82ffab;
}

.hm-hero-intro {
  color: #fff;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  font-weight: 600;
  font-size: 16px;
}
.hm-hero-intro a {
  color: #fff;
  text-decoration: underline;
}
.hm-hero-intro a:visited {
  color: #fff;
}

#site-footer {
  background: #000 url("../images/footer-bg.webp") no-repeat center center;
  background-size: cover;
  padding-bottom: 0;
}
#site-footer.simple-footer {
  background-image: none;
  padding-top: 0;
}
#site-footer.simple-footer .copyright {
  margin-top: 0;
}
#site-footer .wrapper {
  border-top: none;
}
#site-footer .with_frm_style .frm_hidden_container .frm_primary_label,
#site-footer .with_frm_style .frm_pos_hidden,
#site-footer .frm_hidden_container .frm_primary_label {
  font-size: 0;
}
#site-footer .frm_style_formidable-style.with_frm_style input::-moz-placeholder, #site-footer .frm_style_formidable-style.with_frm_style textarea::-moz-placeholder {
  color: #000;
  font-weight: 500;
}
#site-footer .frm_style_formidable-style.with_frm_style input::placeholder,
#site-footer .frm_style_formidable-style.with_frm_style textarea::placeholder {
  color: #000;
  font-weight: 500;
}
#site-footer .fcell-1 strong {
  color: #82ffab;
}
#site-footer .copyright {
  margin-top: 35px;
  border-top: 1px solid #fff;
  text-align: center;
  font-size: 16px;
  padding: 15px 0;
}
#site-footer .copyright .wrapper {
  padding-top: 0;
}
#site-footer .copyright a {
  text-decoration: none;
}

.homepage-target-block {
  padding: 50px 0;
  background: #000;
}
.homepage-target-block h2 {
  color: #fff;
  margin: 0 0 35px;
  text-align: center;
}
.homepage-target-block .accordion {
  background-color: transparent;
  border: none;
}
.homepage-target-block .accordion-item {
  margin-bottom: 15px;
}
.homepage-target-block .accordion-item.is-active .accordion-title:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(130, 255, 171, 0);
  border-top-color: #82ffab;
  border-width: 15px;
  margin-left: -15px;
}
.homepage-target-block .accordion-item:nth-child(2).is-active .accordion-title {
  background-color: #8ccff0;
}
.homepage-target-block .accordion-item:nth-child(2).is-active .accordion-title:after {
  border-top-color: #8ccff0;
}
.homepage-target-block .accordion-item:nth-child(2) .target-image {
  border-color: #8ccff0;
}
.homepage-target-block .accordion-item:nth-child(2) a.target-link:hover .target-image {
  border-color: #8ccff0;
}
.homepage-target-block .accordion-item:nth-child(2) a.target-link:hover .target-name {
  color: #8ccff0;
}
.homepage-target-block .accordion-item:nth-child(3).is-active .accordion-title {
  background-color: #ffff99;
}
.homepage-target-block .accordion-item:nth-child(3).is-active .accordion-title:after {
  border-top-color: #ffff99;
}
.homepage-target-block .accordion-item:nth-child(3) .target-image {
  border-color: #ffff99;
}
.homepage-target-block .accordion-item:nth-child(3) a.target-link:hover .target-image {
  border-color: #ffff99;
}
.homepage-target-block .accordion-item:nth-child(3) a.target-link:hover .target-name {
  color: #ffff99;
}
.homepage-target-block .accordion-content {
  background-color: transparent;
  border: none;
  color: #fff;
  padding-left: 0;
  padding-right: 0;
  padding-top: 35px;
}
.homepage-target-block .accordion-content strong {
  color: #82ffab;
}
.homepage-target-block .accordion-title {
  border: none;
  background-color: #fff;
  color: #000;
  display: flex;
  align-items: center;
  width: 100%;
}
.homepage-target-block .accordion-title:before {
  font-size: 30px;
  margin-top: 0;
  top: calc(50% - 15px);
}
.homepage-target-block .accordion-title h3 {
  font-weight: 600;
}
.homepage-target-block .accordion-title[aria-expanded=true] {
  background-color: #82ffab;
}
.homepage-target-block .accordion-title .tab-icon {
  display: block;
  width: 42px;
  height: 46px;
  margin-right: 15px;
}
.homepage-target-block .accordion-title .tab-icon img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
}
.homepage-target-block :last-child > .accordion-content:last-child {
  border-bottom: none;
}
.homepage-target-block .target-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  margin-top: 50px;
}
.homepage-target-block .target-link {
  text-align: center;
}
.homepage-target-block a.target-link:hover .target-name {
  color: #82ffab;
}
.homepage-target-block a.target-link:hover .target-image {
  border: 3px solid #82ffab;
}
.homepage-target-block a.target-link:hover .target-image img {
  transform: scale(1.15);
}
.homepage-target-block .target-link-item {
  text-align: center;
  color: #fff;
}
.homepage-target-block .target-image {
  width: 150px;
  height: 150px;
  margin: 0 auto 15px;
  overflow: hidden;
  border-radius: 150px;
  border: 3px solid #82ffab;
}
.homepage-target-block .target-image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: all 0.3s ease;
}
.homepage-target-block .target-name {
  text-transform: uppercase;
  font-size: 25px;
  line-height: 1em;
  font-family: "Neue Plak Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-align: center;
  transition: all 0.3s ease;
  color: #fff;
  transition: all 0.3s ease;
}
.homepage-target-block .hm-target-content {
  color: #fff;
  margin: 50px 0;
}
.homepage-target-block .hm-target-content a {
  color: #fff;
  text-decoration: underline;
}
.homepage-target-block .hm-target-content a:visited {
  color: #fff;
}
.homepage-target-block .hm-target-content a:hover {
  color: #82ffab;
}

.homepage-resources {
  background-color: #122433;
  padding: 35px 0 100px;
  overflow-x: hidden;
}
.homepage-resources .hm-resources-grid {
  position: relative;
}
.homepage-resources h2 {
  text-align: center;
}
.homepage-resources h3 {
  color: #82ffab;
  line-height: 1.2em;
  margin: 0 0 10px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 1px;
}
.homepage-resources h3 a {
  color: #82ffab;
  text-decoration: none;
  transition: all 0.3s ease;
}
.homepage-resources h3 a:visited {
  color: #82ffab;
}
.homepage-resources h3 a:hover {
  color: #fff;
}
.homepage-resources p {
  line-height: 1.4em;
  margin: 0 0 15px;
}
.homepage-resources .swiper-slide {
  opacity: 0;
  transition: all 0.3s ease;
}
.homepage-resources .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.homepage-resources .swiper-button-next,
.homepage-resources .swiper-button-prev {
  width: 35px;
  height: 35px;
}
.homepage-resources .swiper-button-next.swiper-button-disabled,
.homepage-resources .swiper-button-prev.swiper-button-disabled {
  opacity: 0.15;
}
.homepage-resources .swiper-button-next:after,
.homepage-resources .swiper-button-prev:after {
  content: "";
}
.homepage-resources .swiper-button-next svg,
.homepage-resources .swiper-button-prev svg {
  fill: #82ffab;
  width: 35px;
  height: 35px;
}
.homepage-resources .swiper-button-next {
  right: 18px;
}
.homepage-resources .swiper-button-prev {
  left: 0;
}
.homepage-resources .rc-item {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  color: #fff;
}
.homepage-resources .rc-item a.read-more {
  display: block;
  color: #82ffab;
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 14px;
  transition: all 0.3s ease;
}
.homepage-resources .rc-item a.read-more:visited {
  color: #82ffab;
}
.homepage-resources .rc-item a.read-more:hover {
  color: #fff;
}
.homepage-resources .rc-item-fi {
  aspect-ratio: 1/1;
  margin-bottom: 25px;
  max-width: 100%;
}
.homepage-resources .rc-item-fi img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  max-width: 100%;
}
.homepage-resources .rc-item-content {
  max-width: 100%;
}
.homepage-resources .swiper-navigation {
  position: relative;
  bottom: -50px;
}

.hm-resource-carousel {
  position: relative;
}

.homepage-reports-block {
  padding: 50px 0;
  color: #fff;
}
.homepage-reports-block h2 {
  color: #fff;
  margin: 0 0 25px;
}
.homepage-reports-block p {
  font-size: 16px;
  line-height: 1.4em;
}
.homepage-reports-block .cell {
  margin-bottom: 35px;
}
.homepage-reports-block .cell:last-of-type {
  margin-bottom: 0;
}
.homepage-reports-block .report-heading {
  background-color: #82ffab;
  padding: 15px 25px 25px;
  border-radius: 10px 10px 0 0;
}
.homepage-reports-block .report-heading h3 {
  margin: 0;
  color: #122433;
  line-height: 1.2em;
  text-transform: none;
  font-size: 26px;
  font-weight: 700;
}
.homepage-reports-block .report-content {
  background-color: #122433;
  padding: 25px;
  border-radius: 0 0 10px 10px;
}
.homepage-reports-block .report-image {
  margin-bottom: 15px;
}
.homepage-reports-block .report-download {
  margin: 45px 0 12px;
}

.page-hero-block {
  padding: 150px 0 75px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.page-hero-block h1 {
  color: #fff;
  text-align: center;
  margin: 0;
}
.page-hero-block h1 strong {
  color: #82ffab;
}

.page-intro-block {
  background-color: #122433;
  padding: 50px 0 28px;
  color: #fff;
}
.page-intro-block strong {
  color: #82ffab;
}

.image-map-block {
  padding: 50px 0;
}
.image-map-block img.ihotspot_hastooltop {
  opacity: 0;
  cursor: pointer;
}

#powerTip {
  background-color: #fff !important;
  color: #000;
  padding: 15px 15px 0;
}
#powerTip:before {
  border: none !important;
}
#powerTip p {
  margin-bottom: 15px;
  line-height: 1.2em;
  color: #000 !important;
  font-size: 16px;
}
#powerTip a {
  color: #122433;
  transition: all 0.3s ease;
  text-decoration: underline;
}
#powerTip a:visited {
  color: #122433;
}
#powerTip a:hover {
  color: #8ccff0;
}

.country-cases-tabs {
  padding: 50px 0;
  /* Responsive YouTube iframe */
}
.country-cases-tabs.cc-grid h2.cc-h2 {
  color: #fff;
  text-align: center;
  margin: 0 0 35px;
  text-transform: uppercase;
}
.country-cases-tabs.cc-grid h3.content-heading {
  text-transform: uppercase;
  margin: 0 0 25px;
  color: #fff;
}
.country-cases-tabs h1.h1,
.country-cases-tabs h2.h1 {
  color: #fff;
  text-align: center;
  margin: 0 0 35px;
  text-transform: uppercase;
}
.country-cases-tabs .country-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
}
.country-cases-tabs .country-item {
  border-top: 1px solid #2b2b2b;
  padding-top: 25px;
  font-size: 16px;
}
.country-cases-tabs .country-item:nth-of-type(1), .country-cases-tabs .country-item:nth-of-type(2) {
  border-top: 0;
}
.country-cases-tabs .country-item a {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.3em;
  text-align: center;
}
.country-cases-tabs .country-item a:visited {
  color: #fff;
}
.country-cases-tabs .country-item .country-flag {
  aspect-ratio: 77/56;
  width: 77px;
  height: 56px;
  margin: 0 auto 15px;
}
.country-cases-tabs .country-item .country-flag img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}
.country-cases-tabs .centered-button {
  text-align: center;
  margin: 85px auto 10px;
}
.country-cases-tabs h2.content-heading {
  margin: 0 0 25px;
  color: #fff;
}
.country-cases-tabs .full-width-content {
  color: #fff;
  /* Responsive WP video embed with max width */
}
.country-cases-tabs .full-width-content a {
  color: #fff;
  border-bottom: 3px solid #82ffab;
}
.country-cases-tabs .full-width-content a:visited {
  color: #fff;
}
.country-cases-tabs .full-width-content .wp-video-shortcode.mejs-container {
  max-width: 800px;
  width: 100% !important;
  aspect-ratio: 16/9;
  height: auto !important;
  margin: 50px 0; /* centers it if inside a larger container */
}
.country-cases-tabs .full-width-content .wp-video-shortcode.mejs-container video,
.country-cases-tabs .full-width-content .wp-video-shortcode.mejs-container .mejs-inner,
.country-cases-tabs .full-width-content .wp-video-shortcode.mejs-container .mejs-layers,
.country-cases-tabs .full-width-content .wp-video-shortcode.mejs-container .mejs-overlay,
.country-cases-tabs .full-width-content .wp-video-shortcode.mejs-container .mejs-poster {
  width: 100% !important;
  height: 100% !important;
}
.country-cases-tabs .two-col-content {
  color: #fff;
}
.country-cases-tabs .two-col-content a {
  color: #fff;
  border-bottom: 3px solid #82ffab;
}
.country-cases-tabs .two-col-content a:visited {
  color: #fff;
}
.country-cases-tabs .separator {
  border-top: 1px solid #fff;
  margin: 25px 0 0;
}
.country-cases-tabs iframe {
  width: 100% !important; /* fill container width */
  max-width: 500px; /* never exceed 500px */
  aspect-ratio: 16/9; /* maintain 16:9 ratio */
  height: auto !important;
  display: block;
  margin: 0; /* center horizontally */
}
.country-cases-tabs .cc-search {
  display: flex;
  align-items: center;
  color: #000;
}
.country-cases-tabs .cc-search .search-field {
  background: #fff url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640"><!--!Font Awesome Free 7.0.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d="M480 272C480 317.9 465.1 360.3 440 394.7L566.6 521.4C579.1 533.9 579.1 554.2 566.6 566.7C554.1 579.2 533.8 579.2 521.3 566.7L394.7 440C360.3 465.1 317.9 480 272 480C157.1 480 64 386.9 64 272C64 157.1 157.1 64 272 64C386.9 64 480 157.1 480 272zM272 416C351.5 416 416 351.5 416 272C416 192.5 351.5 128 272 128C192.5 128 128 192.5 128 272C128 351.5 192.5 416 272 416z"/></svg>') no-repeat right 15px center;
  background-size: 32px auto;
  border: none;
  padding: 0.5rem 50px 0.5rem 1rem;
  border-radius: 4px;
  font-size: 1rem;
  width: 200px;
  outline: none;
  position: relative;
  font-family: "Figtree", sans-serif;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px;
  height: 48px;
}
.country-cases-tabs .cc-search .search-field::-moz-placeholder {
  color: #000;
  font-family: "Figtree", sans-serif;
}
.country-cases-tabs .cc-search .search-field::placeholder {
  color: #000;
  font-family: "Figtree", sans-serif;
}
.country-cases-tabs .cc-search .search-submit {
  display: none;
}
.country-cases-tabs .cc-search ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
}
.country-cases-tabs .cc-search ::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}
.country-cases-tabs .cc-search :-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
}
.country-cases-tabs .cc-search :-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}

.green-btn {
  background-color: #82ffab;
  text-transform: uppercase;
  color: #000;
  width: auto;
  font-size: 16px;
  height: auto;
  line-height: normal;
  text-align: center;
  font-weight: bold;
  padding: 15px 35px;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
.green-btn:visited {
  color: #000;
}
.green-btn:hover {
  background-color: #fff;
}

.accordion-tab-wrap ul.tabs {
  background-color: transparent;
  border: none;
}
.accordion-tab-wrap .accordion {
  background-color: transparent;
  border: none;
}
.accordion-tab-wrap .accordion-content {
  background-color: transparent;
  padding: 50px 0;
}
.accordion-tab-wrap .accordion-item.is-active .accordion-title {
  background-color: #82ffab;
}
.accordion-tab-wrap .accordion-item.is-active .accordion-title:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(130, 255, 171, 0);
  border-top-color: #82ffab;
  border-width: 15px;
  margin-left: -15px;
}
.accordion-tab-wrap .accordion-title {
  background-color: #fff;
  border-color: #000;
  padding-right: 35px;
}
.accordion-tab-wrap .accordion-title:before {
  font-size: 30px;
  margin-top: 0;
  top: calc(50% - 15px);
  color: #000;
}
.accordion-tab-wrap .accordion-title h3 {
  color: #000;
}
.accordion-tab-wrap .accordion-content {
  border: none;
}

.resource-content-block {
  padding: 50px 0;
}
.resource-content-block .resource-grid-item {
  background-color: #82ffab;
}
.resource-content-block .resource-image {
  aspect-ratio: 339/220;
  width: 100%;
  height: auto;
}
.resource-content-block .resource-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.resource-content-block .resource-content {
  padding: 35px 25px 0;
  font-size: 1em;
}
.resource-content-block .resource-content p {
  line-height: 1.3em;
  font-size: 16px;
}
.resource-content-block .resource-links {
  padding: 15px 25px 35px;
}
.resource-content-block .resource-links a {
  display: block;
  font-family: "Neue Plak Condensed", sans-serif;
  text-decoration: underline;
  color: #000;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3em;
  margin-bottom: 10px;
  max-width: 90%;
  transition: all 0.3s ease;
}
.resource-content-block .resource-links a:after {
  content: "»";
  margin-left: 5px;
  display: inline-block;
  transition: all 0.3s ease;
}
.resource-content-block .resource-links a:visited {
  color: #000;
}
.resource-content-block .resource-links a:hover:after {
  margin-left: 8px;
}
.resource-content-block .resource-grid {
  grid-row-gap: 15px;
}
.resource-content-block .prev-svg svg,
.resource-content-block .next-svg svg {
  fill: #82ffab;
  width: 35px;
  height: auto;
}
.resource-content-block .resource-navigation {
  line-height: 1.2em;
  font-size: 16px;
  align-items: flex-start;
  text-transform: uppercase;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 0px;
}
.resource-content-block .resource-navigation a {
  color: #fff;
  transition: all 0.3s ease;
}
.resource-content-block .resource-navigation a:first-of-type {
  display: grid;
  grid-template-columns: 35px 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 0px;
}
.resource-content-block .resource-navigation a:last-of-type {
  display: grid;
  grid-template-columns: 1fr 35px;
  grid-template-rows: 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 0px;
  text-align: right;
}
.resource-content-block .resource-navigation a:visited {
  color: #fff;
}
.resource-content-block .resource-navigation a:hover {
  color: #82ffab;
}
.resource-content-block .two-col,
.resource-content-block .one-col {
  background-color: #fff;
}
.resource-content-block .two-col .cell,
.resource-content-block .one-col .cell {
  padding: 25px 25px 0;
}
.resource-content-block .two-col .cell li,
.resource-content-block .one-col .cell li {
  margin-bottom: 16px;
}
.resource-content-block .two-col .cell a,
.resource-content-block .one-col .cell a {
  border-bottom: 3px solid #82ffab;
  color: #000;
  overflow-wrap: break-word;
}
.resource-content-block .two-col .cell a:visited,
.resource-content-block .one-col .cell a:visited {
  color: #000;
}

.single-cases {
  padding-top: 100px;
}
.single-cases #main {
  background-color: #fff;
  padding: 50px 0;
}
.single-cases #main a {
  color: #000;
  text-decoration: underline;
  transition: all 0.3s ease;
}
.single-cases #main a:visited {
  color: #000;
}
.single-cases #main a:hover {
  color: #528245;
}
.single-cases .wp-block-image {
  margin-bottom: 25px;
}
.single-cases .heading-wrap {
  margin-bottom: 35px;
}
.single-cases h1 {
  color: #528245;
  font-size: 33px;
  line-height: 1.2em;
  font-weight: 700;
  margin: 0;
}
.single-cases .country_name {
  color: #528245;
  font-weight: 500;
  font-size: 28px;
}
.single-cases .case_type_badges,
.single-cases .case_year_date {
  font-size: 22px;
  font-weight: normal;
  color: #528245;
}

.single-country #main {
  padding: 150px 0 50px;
}
.single-country .grid-x .cell:first-of-type {
  background-color: #fff;
  padding: 35px 25px;
  margin-bottom: 50px;
}
.single-country .grid-x .cell:last-of-type {
  color: #fff;
}
.single-country .grid-x .cell:last-of-type h1,
.single-country .grid-x .cell:last-of-type h2,
.single-country .grid-x .cell:last-of-type h3,
.single-country .grid-x .cell:last-of-type h4,
.single-country .grid-x .cell:last-of-type h5,
.single-country .grid-x .cell:last-of-type h6 {
  color: #fff;
}
.single-country .grid-x .cell:last-of-type a {
  color: #fff;
  text-decoration: underline;
}
.single-country .grid-x .cell:last-of-type a:visited {
  color: #fff;
}
.single-country .grid-x .cell:last-of-type a:hover {
  color: #82ffab;
}
.single-country .grid-x .cell:last-of-type a.green-btn {
  color: #000;
  text-decoration: none;
}
.single-country .grid-x .cell:last-of-type a.green-btn:visited {
  color: #000;
}
.single-country h1.entry-title {
  text-align: center;
  margin: 0 0 25px;
}
.single-country .cases-heading {
  border-bottom: 2px solid #fff;
  padding-bottom: 10px;
  margin: 0 0 25px;
}
.single-country .btn-mrg {
  margin: 65px 0 15px;
}
.single-country .cases-list {
  margin-bottom: 50px;
}
.single-country .cases-list li {
  margin-bottom: 10px;
}
.single-country .cases-list .case-description {
  font-size: 0.8em;
}
.single-country .featured-image {
  display: block;
  margin: 0 auto 15px;
}

.home-country-cases-block {
  padding: 50px 0;
  color: #fff;
  text-align: center;
  background-color: #122433;
}
.home-country-cases-block .content {
  max-width: 1000px;
  margin: 0 auto;
}
.home-country-cases-block .btn-mrg {
  margin: 50px 0 10px;
}

.single-resources .page-hero-block {
  position: relative;
  background-position: center center;
  background-size: cover;
}
.single-resources .page-hero-block .overlay {
  background: rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.single-resources .page-hero-block .grid-container {
  z-index: 2;
  position: relative;
}
.single-resources .content-wrap {
  padding: 50px 0;
  color: #fff;
}
.single-resources .content-wrap h1,
.single-resources .content-wrap h2,
.single-resources .content-wrap h3,
.single-resources .content-wrap h4,
.single-resources .content-wrap h5,
.single-resources .content-wrap h6,
.single-resources .content-wrap p,
.single-resources .content-wrap ul,
.single-resources .content-wrap ol {
  color: #fff;
}

@media only screen and (min-width: 640px) {
  .homepage-target-block .target-links {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 768px) {
  #masthead .custom-logo-link img {
    max-width: 250px;
    height: auto;
  }
  .home-hero-block {
    padding: 150px 0 75px;
  }
  .admin-bar #masthead {
    top: 32px;
  }
  .homepage-resources .swiper-slide.swiper-slide-next {
    opacity: 1;
  }
  .page-hero-block {
    padding: 200px 0 100px;
  }
  .country-cases-tabs .country-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .country-cases-tabs .country-item:nth-of-type(3) {
    border-top: none;
  }
  .resource-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }
  .resource-grid-item {
    width: calc(50% - 7.5px) !important;
  }
  .homepage-resources .rc-item {
    grid-template-columns: 0.65fr 1fr;
    align-items: center;
  }
  .homepage-resources .rc-item-fi {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  #masthead {
    border-bottom: 1px solid #fff;
  }
  #masthead .custom-logo-link {
    margin: 21px 20px 20px;
  }
  #masthead .menubutton-outer {
    background-color: transparent;
  }
  #masthead .menubutton-outer:before {
    position: absolute;
    left: -15px;
    top: -11px;
    content: "";
    height: 75px;
    width: 1px;
    background-color: #fff;
  }
  #masthead .gtranslateblock {
    top: 20px;
  }
  .menubutton::after {
    top: calc(100% - 5px);
  }
  .navopen .menubutton::after {
    top: calc(100% - 15px);
  }
  .home-hero-block {
    padding: 200px 0 75px;
  }
  .home-hero-block h1 {
    margin-bottom: 50px;
  }
  .hm-hero-intro {
    font-size: 20px;
  }
  #site-footer .copyright {
    margin-top: 50px;
    font-size: 18px;
  }
  .homepage-target-block {
    padding: 75px 0;
  }
  .homepage-target-block h2 {
    margin-bottom: 50px;
  }
  .homepage-target-block .target-links {
    margin-top: 0;
    grid-template-columns: repeat(5, 1fr);
    grid-row-gap: 50px;
  }
  .homepage-target-block .target-image {
    width: 180px;
    height: 180px;
    border-radius: 180px;
  }
  .homepage-target-block .target-name {
    font-size: 30px;
    display: block;
    margin: 0 auto;
    max-width: 250px;
  }
  .homepage-target-block .tabs {
    background-color: transparent;
    border: none;
  }
  .homepage-target-block .tabs-content {
    background-color: transparent;
    border: none;
    color: #fff;
  }
  .homepage-target-block .tabs-content strong {
    color: #82ffab;
  }
  .homepage-target-block .tabs-panel {
    padding: 50px 0 0;
  }
  .homepage-target-block ul.tabs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 15px;
    grid-row-gap: 0px;
  }
  .homepage-target-block .tabs-title {
    width: 100%;
    position: relative;
  }
  .homepage-target-block .tabs-title > a {
    padding: 15px 25px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #fff;
    transition: all 0.3s ease;
  }
  .homepage-target-block .tabs-title > a:hover {
    background-color: #82ffab;
  }
  .homepage-target-block .tabs-title > a h3 {
    margin: 0;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 30px;
  }
  .homepage-target-block .tabs-title > a .tab-icon {
    display: block;
    width: 42px;
    height: 46px;
    margin-right: 25px;
  }
  .homepage-target-block .tabs-title > a .tab-icon img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    width: 100%;
    height: 100%;
  }
  .homepage-target-block .tabs-title:nth-child(2):hover a {
    background-color: #8ccff0;
  }
  .homepage-target-block .tabs-title:nth-child(2).is-active a {
    background-color: #8ccff0;
  }
  .homepage-target-block .tabs-title:nth-child(3):hover a {
    background-color: #ffff99;
  }
  .homepage-target-block .tabs-title:nth-child(3).is-active a {
    background-color: #ffff99;
  }
  .homepage-target-block .tabs-title > a:focus,
  .homepage-target-block .tabs-title > a[aria-selected=true] {
    background-color: #82ffab;
  }
  .homepage-resources {
    padding: 0;
  }
  .homepage-resources .hm-resource-heading {
    z-index: 2;
    height: 100%;
    min-height: 107px;
    background-color: #122433;
    display: flex;
    align-items: center;
  }
  .homepage-resources h2 {
    margin: 0;
    text-align: left;
  }
  .homepage-resources p {
    font-size: 18px;
  }
  .homepage-resources .rc-item {
    grid-template-columns: 1fr;
    padding-top: 35px;
    padding-bottom: 35px;
    align-items: flex-start;
  }
  .homepage-resources .rc-item-fi {
    margin-bottom: 15px;
    max-width: 144px;
  }
  .homepage-resources .swiper-slide.swiper-slide-next:before {
    position: absolute;
    content: "";
    height: 100%;
    background-color: #000;
    width: 1px;
    left: -35px;
    top: 0;
  }
  .homepage-resources .swiper-navigation {
    bottom: 0;
  }
  .homepage-resources .swiper-button-next,
  .homepage-resources .swiper-button-prev {
    top: calc(-50% - 85px);
  }
  .homepage-resources .swiper-button-next {
    right: -50px;
  }
  .homepage-resources .swiper-button-prev {
    left: -75px;
  }
  .hm-resources-grid {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .hm-resource-heading {
    width: 35%;
  }
  .hm-resource-carousel {
    width: 65%;
  }
  .homepage-reports-block {
    padding-top: 75px;
    padding-bottom: 35px;
  }
  .homepage-reports-block .cell {
    margin-bottom: 40px;
    background-color: #122433;
    border-radius: 0 0 10px 10px;
  }
  .homepage-reports-block .cell:last-of-type {
    margin-bottom: 40px;
  }
  .homepage-reports-block p {
    font-size: 18px;
  }
  .homepage-reports-block .report-heading h3 {
    font-size: 30px;
  }
  .homepage-reports-block .rc-grid {
    display: grid;
    grid-template-columns: 0.5fr 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 35px;
    grid-row-gap: 0px;
  }
  .homepage-reports-block .report-image {
    margin-bottom: 0;
  }
  .homepage-reports-block .report-description {
    height: 100%;
    position: relative;
    padding-bottom: 75px;
  }
  .homepage-reports-block .report-download {
    margin: 0;
    position: absolute;
    bottom: 7px;
    left: 0;
  }
  .page-hero-block {
    padding: 300px 0 200px;
    min-height: 562px;
  }
  .page-hero-block.reduced-height {
    padding: 200px 0 100px;
    min-height: 0;
  }
  .image-map-block {
    padding: 100px 0;
  }
  .homepage-target-block .tabs-content .tabs-panel {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    border-bottom: 1px solid #666666;
    padding-bottom: 25px;
    padding-top: 25px;
  }
  .homepage-target-block .tabs-content .tabs-panel:nth-child(2) a.target-link:hover .target-name {
    color: #8ccff0;
  }
  .homepage-target-block .tabs-content .tabs-panel:nth-child(2) .target-image {
    border-color: #8ccff0;
  }
  .homepage-target-block .tabs-content .tabs-panel:nth-child(3) a.target-link:hover .target-name {
    color: #ffff99;
  }
  .homepage-target-block .tabs-content .tabs-panel:nth-child(3) .target-image {
    border-color: #ffff99;
  }
  .homepage-target-block .tabs-title {
    display: block !important;
  }
  .homepage-target-block .tabs-panel {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .country-cases-tabs {
    padding: 75px 0;
  }
  .country-cases-tabs h1.h1,
  .country-cases-tabs h2.h1 {
    margin-bottom: 50px;
  }
  .country-cases-tabs .country-item {
    padding-top: 50px;
  }
  .country-cases-tabs .country-item a {
    display: grid;
    grid-template-columns: 77px 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 25px;
    grid-row-gap: 0px;
    text-align: left;
    align-items: center;
    transition: all 0.3s ease;
    position: relative;
  }
  .country-cases-tabs .country-item a:hover {
    color: #82ffab;
  }
  .country-cases-tabs .cc-search .search-field {
    border-radius: 0 !important;
    width: 100% !important;
  }
  .country-cases-tabs .nav-wrap {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 15px;
    grid-row-gap: 0px;
  }
  .country-cases-tabs .centered-button {
    margin: 100px auto 10px;
  }
  .accordion-tab-wrap ul.tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .accordion-tab-wrap ul.tabs .tabs-title {
    width: 100%;
    margin-right: 15px;
  }
  .accordion-tab-wrap ul.tabs .tabs-title:last-child {
    margin-right: 0;
  }
  .accordion-tab-wrap .tabs-panel {
    padding: 50px 0;
  }
  .accordion-tab-wrap .tabs-content {
    background-color: transparent;
    border: none;
  }
  .accordion-tab-wrap .tabs-title h3 {
    margin: 0;
  }
  .accordion-tab-wrap .tabs-title a {
    padding: 15px;
    text-align: center;
    width: 100%;
    transition: all 0.3s ease;
    background-color: #fff;
    position: relative;
  }
  .accordion-tab-wrap .tabs-title a:visited {
    color: #000;
  }
  .accordion-tab-wrap .tabs-title a:hover {
    background-color: #82ffab;
  }
  .accordion-tab-wrap .tabs-title a h3 {
    color: #000;
    letter-spacing: 1px;
    font-family: "Figtree", sans-serif;
    font-weight: 600;
    font-size: 14px;
  }
  .accordion-tab-wrap .tabs-title.is-active > a:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(130, 255, 171, 0);
    border-top-color: #82ffab;
    border-width: 15px;
    margin-left: -15px;
  }
  .accordion-tab-wrap .tabs-title.is-active > a[aria-selected=true] {
    background-color: #82ffab;
  }
  .resource-content-block {
    padding: 75px 0;
  }
  .resource-content-block .accordion-tab-wrap ul.tabs .tabs-title:first-of-type, .resource-content-block .accordion-tab-wrap ul.tabs .tabs-title:nth-of-type(2) {
    width: 30%;
  }
  .resource-content-block .accordion-tab-wrap ul.tabs .tabs-title:last-child {
    width: 40%;
  }
  .resource-content-block .prev-svg svg,
  .resource-content-block .next-svg svg {
    width: 50px;
  }
  .resource-content-block .resource-navigation {
    font-size: 18px;
  }
  .resource-content-block .resource-navigation a:first-of-type {
    grid-template-columns: 50px 1fr;
    grid-column-gap: 25px;
    align-items: center;
  }
  .resource-content-block .resource-navigation a:last-of-type {
    grid-template-columns: 1fr 50px;
    align-items: center;
  }
  .resource-content-block .resource-content p {
    font-size: 18px;
  }
  .resource-content-block .two-col .cell,
  .resource-content-block .one-col .cell {
    padding: 50px 50px 25px;
  }
  .single-cases h1 {
    font-size: 45px;
  }
  .single-cases .country_name {
    font-size: 32px;
  }
  .single-cases .case_type_badges,
  .single-cases .case_year_date {
    font-size: 28px;
  }
  .single-country .grid-x .cell:first-of-type {
    margin-bottom: 0;
    padding: 50px;
  }
  .single-country .grid-x .cell:last-of-type {
    padding-bottom: 75px;
    position: relative;
  }
  .single-country .btn-mrg {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }
  .single-country .cases-list {
    margin-bottom: 100px;
  }
  .home-country-cases-block {
    padding: 100px 0;
  }
  .searchbar {
    height: 50px;
    top: 10px;
  }
  .searchbar .sb-icon {
    width: 30px;
    height: 30px;
  }
  .menubutton {
    --size: 25px;
    width: var(--size);
    height: var(--size);
  }
  .menubutton-outer {
    top: 10px;
  }
  body > header {
    height: 75px;
  }
}
@media only screen and (min-width: 1200px) {
  .country-cases-tabs .country-grid {
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }
  .country-cases-tabs .country-item:nth-of-type(4) {
    border-top: none;
  }
  .resource-content-block .grid-x > .resource-grid-item {
    width: calc(25% - 12px) !important;
  }
  .accordion-tab-wrap .tabs-title a h3 {
    font-size: 17px;
  }
  .homepage-resources .rc-item {
    grid-template-columns: 0.75fr 2fr;
  }
}
@media only screen and (min-width: 1366px) {
  h2.new-h2 {
    font-size: 50px;
  }
  .resource-content-block .prev-svg svg,
  .resource-content-block .next-svg svg {
    width: 50px;
  }
}/*# sourceMappingURL=new-blocks.css.map */