@font-face {
  font-family: 'simplon-norm';
  src:  url('../fonts/simplon-norm/SimplonNorm.woff2') format('woff2'),
        url('../fonts/simplon-norm/SimplonNorm.woff') format('woff'),
        url('../fonts/simplon-norm/SimplonNorm.ttf') format('truetype');
}
@font-face {
  font-family: 'simplon-norm-bold';
  src:  url('../fonts/simplon-norm/SimplonNorm-Bold.woff2') format('woff2'),
        url('../fonts/simplon-norm/SimplonNorm-Bold.woff') format('woff'),
        url('../fonts/simplon-norm/SimplonNorm-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'simplon-norm-light';
  src:  url('../fonts/simplon-norm/SimplonNorm-Light.woff2') format('woff2'),
        url('../fonts/simplon-norm/SimplonNorm-Light.woff') format('woff'),
        url('../fonts/simplon-norm/SimplonNorm-Light.ttf') format('truetype');
}

:root {
  --red: #E60050;
  --black: #2B2A33;
  --black-text: #737373;
  --purple: #5F1E64;
  --green: #00A596;

  --grey: #A3A3A3;
  --light-grey: #E6E6E6;
  --grey-bg: #F4F4F4;

  --brown: #6F263D;
}

html, body {
  font-family: 'simplon-norm', 'Arial', sans-serif;
  font-size: 16px;
  color: #737373;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
}


@media (min-width: 1500px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1424px;
  }
}

/*.container-large {
  width: 100%;
  max-width: 1700px;
  padding: 0 10px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .container-large {
    padding: 0;
  }
}*/

ul, ol {
  padding-left: 1.5rem;
}

a {
  color: var(--red);
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;  
}

a:hover {
  color: var(--black-text);
  text-decoration: none;
}
a:focus {
  outline: none;
}

strong, b {
  font-family: 'simplon-norm-bold', 'Arial', sans-serif;
  font-weight: 500;
  color: #444;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  /*font-family: 'simplon-norm-bold', 'Arial', sans-serif;*/
  color: var(--black);
  font-weight: 400;
  margin-bottom: 0.5rem;
}

@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
  h3, .h3 {
    font-size: 1.5rem;
  }
  h4, .h4 {
    font-size: 1.3125rem;
  }
  h5, .h5 {
    font-size: 1.125rem;
  }
}


a:focus, button:focus {
  outline: none;
  box-shadow: none;
}

a.btn, a.wp-block-button__link, .wpcf7-form input[type="submit"] {
  font-size: 1rem;
  color: #fff;
  font-weight: 500;
  height: 2.875rem;
  line-height: 2.875rem;
  padding: 0 2rem;
  background: var(--red);
  border: 1px solid var(--red);
  border-radius: 2rem;
  white-space: nowrap;
}
a.btn:hover, a.wp-block-button__link:hover, .wpcf7-form input[type="submit"]:hover {
  background: var(--black) !important;
  border-color: var(--black) !important;
  color: #fff;
  box-shadow: 1px 1px 5px rgb(130 130 130 / 10%);
}
a.btn:focus, .wpcf7-form input[type="submit"]:focus {
  outline: none;
  box-shadow: none;
}
@media (max-width: 991px) {
  a.btn, a.wp-block-button__link, .wpcf7-form input[type="submit"] {
    height: 2.75rem;
    line-height: 2.75rem;
  }
}
@media (max-width: 767px) {
  a.btn, a.wp-block-button__link, .wpcf7-form input[type="submit"] {
    height: 2.5rem;
    line-height: 2.5rem;
    padding: 0 1.25rem;
  }
}
a.btn-purple {
  background: var(--purple);
  border-color: var(--purple);
}

.text-red {
  color: var(--red);
}
.text-white {
  color: #fff;
}
.text-purple {
  color: var(--purple);
}
.text-green {
  color: var(--green);
}
.text-grey {
  color: var(--grey);
}
.text-black {
  color: var(--black) !important;
}


@media (max-width: 1199px) {
  html, body {
    font-size: 15px;
  }
}


section.entry-content {
  margin-top: -7.75rem;
  margin-bottom: 5rem;
  position: relative;
  background: #fff;
  padding: 3rem 4rem 0;
  max-width: 63.75rem;
  font-size: 1.125rem;
}
section.entry-content p {
  margin-bottom: 0.5rem;
}
section.entry-content h1, section.entry-content h2, section.entry-content h3, section.entry-content h4 {
  margin-bottom: 1rem;
  line-height: 1.3;
}
section.entry-content h5 {
  margin-bottom: 1.5rem;
  line-height: 1.4;
}
section.entry-content h6 {
  margin-bottom: 1.5rem;
  line-height: 1.5;
}
section.entry-content ul {
  list-style: none;
  padding-left: 25px;
}
section.entry-content ul > li {
  position: relative;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}
section.entry-content ul > li:before {
  content: '—';
  position: absolute;
  left: -25px;
  color: var(--red);
  font-weight: 500;
}
section.entry-content ol > li {
  line-height: 1.4;
  margin-bottom: 0.5rem;
}
section.entry-content ol > li::marker {
  color: var(--red);
}
@media (max-width: 1399px) {
  section.entry-content {
    padding: 2rem 2rem 0;
    margin-top: -6.5rem;
  }
}
@media (max-width: 1199px) {
  section.entry-content {
    margin-top: -5.5rem;
  }
}
@media (max-width: 991px) {
  section.entry-content {
    margin-top: -4.5rem;
    margin-bottom: 4rem;
    padding: 1rem 1rem 0;
  }
}
@media (max-width: 767px) {
  section.entry-content {
    margin-top: -3rem;
    margin-bottom: 0;
    min-height: initial !important;
  }
}
@media (max-width: 575px) {
  section.entry-content {
    margin-top: -2rem;
    padding: 1rem 0.5rem 0;
  }
}

.wp-block-embed {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.wp-block-embed-youtube .wp-block-embed__wrapper, .wp-block-embed-vimeo .wp-block-embed__wrapper {
   position: relative;
   padding-bottom: 56.25%;
   padding-top: 30px;
   height: 0;
   overflow: hidden; 
}
.wp-block-embed-youtube .wp-block-embed__wrapper iframe, .wp-block-embed-vimeo .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wp-block-quote {
  border: none !important;
  background: url(../images/quote.svg) no-repeat;
  padding-left: 30px;
  padding-top: 45px;
  color: var(--black);
  font-size: 1.125rem;
}
.wp-block-quote > * {
  margin: initial !important;
}
.wp-block-quote cite {
  font-family: 'simplon-norm-bold', 'Arial', sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  padding-top: 1rem;
  display: block;
}

.wp-block-separator {
  border-width: 1px;
  border-color: var(--light-grey);
}

.wp-block-image {
  position: relative;
}
.wp-block-image figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgb(19 30 37 / 80%);
  margin: 0;
  padding: 1rem 2rem;
  font-size: 1rem;
  color: #fff;
  border-top-right-radius: 2.5rem;
}

.wp-block-gallery, .wp-block-image {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.wp-block-gallery .wp-block-image {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.slick-slide:focus {
  outline: none;
}



ul.social-links {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1rem;
}
ul.social-links li {
  display: inline-block;
  margin: 0 0.5rem;
}
ul.social-links li:first-of-type {
  margin-left: 0;
}
ul.social-links li:last-of-type {
  margin-right: 0;
}
ul.social-links li a {
  color: #fff;
}
ul.social-links li a:hover {
  color: var(--red);
}



.accordion-item {
  border: none;
  border-radius: 0;
  padding: 1.25rem 0;
  border-bottom: 1px solid var(--light-grey);
}
.accordion-button:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
.accordion-header a {
  color: var(--black);
  display: flex;
  font-size: 1.3125rem;
  font-weight: 600;
}
.accordion-header a.collapsed {
  /*color: var(--red) !important;*/
}
.accordion-header a:after, .accordion-button:not(.collapsed)::after {
  background-size: 1rem;
  width: 2.5rem;
  height: 2.5rem;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M416 256c0 17.7-14.3 32-32 32L32 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l352 0c17.7 0 32 14.3 32 32z" fill="rgb(255 255 255)"/></svg>');
  background-position: center center;
  background-color: var(--red);
  border: 1px solid var(--red);
  border-radius: 50%;
}
.accordion-header a.collapsed:after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="rgb(230 0 80)" d="M240 80c0-17.7-14.3-32-32-32s-32 14.3-32 32V224H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H176V432c0 17.7 14.3 32 32 32s32-14.3 32-32V288H384c17.7 0 32-14.3 32-32s-14.3-32-32-32H240V80z"/></svg>');
  background-color: transparent;
  border-color: var(--light-grey);
}
.accordion-body {
  padding: 1rem 0 0;
  max-width: 50rem;
}




a.slick-arrow {
  color: var(--black-text);
  display: block;
  padding: 0 0.25rem;
  line-height: 1;
}
a.slick-arrow.slick-next {
  left: initial;
  right: 0;
}
a.slick-arrow:hover {
  color: var(--red);
}

ul.slick-dots {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  display: flex;
  z-index: 1;
}
ul.slick-dots li {
  margin: 0 0.25rem;
}
ul.slick-dots li button {
  border: none;
  border-radius: 50%;
  background: none;
  width: 11px;
  height: 11px;
  text-indent: -9999px;
  background: var(--green-alt);
  padding: 0;
}
ul.slick-dots li.slick-active button, ul.slick-dots li button:hover {
  background: #fff;
}





footer.site-footer {
  position: relative;
  background: url('../images/footer-bg.jpg') no-repeat center center;
  background-size: cover;
  color: #fff;
}
.footer-body {
  padding: 5rem 0 4rem;
}
.footer-body a {
  color: #fff;
}
.footer-body a:hover, .footer-body .current-menu-item a {
  color: var(--red);
}
h5.footer-title {
  font-size: 1.133rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 1.75rem;
}

a.footer-logo {
  display: inline-block;
  margin-bottom: 2rem;
}
a.footer-logo img {
  height: 7.5rem;
  width: auto;
}
.footer-content {
  max-width: 22rem;
}

ul.footer-menu {
  list-style: none;
  padding: 0;
  margin-bottom: 1.5rem;
}
ul.footer-menu li {
  margin-bottom: 0.75rem;
}

.bottom-line {
  padding: 2.25rem 0 0;
  border-top: 1px solid rgb(255 255 255 / 20%);
}
.bottom-line a {
  color: #fff;
}
.bottom-line a:hover {
  color: var(--red);
}

.policy-pages a {
  display: inline-block;
  position: relative;
  border-left: 1px solid #fff;
  margin-left: 0.315rem;
  padding-left: 0.5rem;
  line-height: 1;
}
.policy-pages a:first-of-type {
  border: none;
  margin: 0;
  padding: 0;
}

.footer-site-links-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.footer-site-links-container .top-search {
  display: none !important;
}
.footer-site-links-container ul.site-links {
  margin-right: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

@media (max-width: 1399px) {
  .footer-content {
    max-width: 20rem;
  }
}
@media (max-width: 991px) {
  .footer-body {
    padding: 4rem 1rem 3rem;
  }
  a.footer-logo img {
    height: 6rem;
  }
  .footer-content {
    max-width: initial;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  footer.site-footer .container-xl {
    padding: 0;
  }
  .footer-body {
    padding: 3rem 2rem 2rem;
  }
  a.footer-logo {
    display: block;
    text-align: center;
  }
  .copyright-container {
    justify-content: center;
  }
  .footer-site-links-container {
    justify-content: center;
  }
  .footer-site-links-container h6 {
    display: none;
  }
  .footer-site-links-container ul.site-links {
    margin: 0;
    border-radius: 0;
  }
  .bottom-line {
    padding: 1.5rem 0 0;
  }
}
@media (max-width: 479px) {
  .footer-body {
    padding: 3rem 1.5rem 2rem;
  }
}



.icons-carousel {
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--grey);
}
.icons-carousel .slide {
  padding: 0 2.75rem;
}
.icons-carousel .slick-slide {
  height: 3.333rem;
}
.icons-carousel img {
  height: 3.333rem;
  width: auto;
}
.back-to-top {
  padding: 1.5rem 0;
  text-align: right;
}
.back-to-top a {
  display: inline-block;
  color: var(--red);
  font-weight: 600;
}
.back-to-top a i {
  color: var(--red);
  margin-left: 1rem;
}
.back-to-top a:hover, .back-to-top a:hover i {
  color: var(--black);
}
@media (max-width: 991px) {
  .icons-carousel .slide {
    padding: 0 2rem;
  }
  .icons-carousel img {
    height: 3rem;
  }
}
@media (max-width: 767px) {
  .icons-carousel .slide {
    padding: 0 1.5rem;
  }
  .icons-carousel img {
    height: 2.5rem;
  }
  .back-to-top {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .icons-carousel {
    padding-bottom: 1.5rem;
  }
  .icons-carousel .slide {
    padding: 0 1rem;
  }
  .icons-carousel img {
    height: 2rem;
  }
  .back-to-top {
    padding: 1.25rem 0;
  }
}



section.section {
  position: relative;
  margin: 5rem 0;
}
@media (max-width: 991px) {
  section.section {
    margin: 4rem 0;
  }
}
@media (max-width: 575px) {
  section.section {
    margin: 3rem 0;
  }
}


.page-banner {
  position: relative;
}
.page-banner-image {
  position: relative;
}
.page-banner-image img {
  width: 100%;
  height: 22.1875rem;
  object-fit: cover;
}
h1.page-title {
  font-size: 2.5rem;
  margin-bottom: 2rem !important;
}
body.single-post h1.page-title {
  margin-bottom: 1rem !important;
}
@media (max-width: 1399px) {
  .page-banner-image img {
    height: 21rem;
  }
}
@media (max-width: 1199px) {
  .page-banner-image img {
    height: 19rem;
  }
}
@media (max-width: 991px) {
  .page-banner-image img {
    height: 16rem;
  }
  h1.page-title {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .page-banner-image img {
    height: 15rem;
  }
  h1.page-title {
    font-size: 1.75rem;
  }
}
@media (max-width: 575px) {
  .page-banner-image img {
    height: 13.5rem;
  }
  h1.page-title {
    font-size: 1.5rem;
  }
}


section.sidebar-section {
  height: 100%;
  position: relative;
}
.sidebar-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 5rem;
  padding: 5rem 0;
}
.sidebar-widget {
  margin-bottom: 3rem;
}
.sidebar-widget:last-of-type {
  margin-bottom: 0;
}
h6.widget-title {
  font-family: 'simplon-norm-bold', 'Arial', sans-serif;
  border-bottom: 1px solid var(--light-grey);
  padding-bottom: 0.5rem;
  margin-bottom: 2rem;
}
ul.sidebar-menu {
  list-style: none;
  padding: 0;
  font-size: 1.125rem;
}
ul.sidebar-menu li {
  border-bottom: 1px solid var(--light-grey);
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
ul.sidebar-menu li a {
  color: var(--black);
  text-decoration: underline;
  text-underline-offset: 3px;
}
ul.sidebar-menu li a:hover, ul.sidebar-menu li.current-menu-item a, ul.sidebar-menu li.active a {
  color: var(--red);
}
@media (max-width: 991px) {
  .sidebar {
    top: 4rem;
    padding: 4rem 0;
  }
}
@media (max-width: 767px) {
  .sidebar-container {
    position: static;
  }
  .sidebar {
    position: static;
    padding-top: 3rem;
  }
  .sidebar-widget {
    padding: 0 1.5rem;
    margin: 0 auto 3rem;
  }
}
@media (max-width: 575px) {
  .sidebar {
    padding: 2rem 0 3rem;
  }
  .sidebar-widget {
    padding: 0 0.5rem;
    margin: 0 auto 2rem;
  }
}


.share-buttons span.heateor_sss_svg {
  background: var(--red) !important;
  border-radius: 8px;
  padding: 0.5rem !important;
  transition: all 0.3s ease-in-out;
}
.share-buttons a:hover span.heateor_sss_svg {
  background: var(--black) !important;
}



.breadcrumb-container {
  border-bottom: 1px solid var(--light-grey);
  position: relative;
  margin-bottom: 3rem;
}
span.breadcrumb-separator {
  color: #bbb;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  padding: 0 0.75rem;
}
ol.breadcrumb {
  margin-bottom: 0.5rem;
}
ol.breadcrumb a {
  color: var(--black-text);
}
ol.breadcrumb a:hover {
  color: var(--red);
}
.breadcrumb-item.active {
  color: var(--black-text);
  font-weight: 600;
}
@media (max-width: 991px) {
  .breadcrumb-container {
    padding: 0.5rem;
    margin-bottom: 1rem;
  }
  ol.breadcrumb {
    font-size: 1rem;
  }
}
@media (max-width: 575px) {
  .breadcrumb-container {
    margin-bottom: 1.5rem;
    padding: 0 0.5rem;
  }
  ol.breadcrumb {
    font-size: 1rem;
  }
}


/* yoast breadcrumbs */
#breadcrumbs {
  color: var(--black);
  font-size: 1rem;
  font-weight: 500;
}
#breadcrumbs a {
  color: var(--black-text);
}
#breadcrumbs a:hover {
  color: var(--red);
}
#breadcrumbs i {
  color: var(--black-text);
  font-size: 0.75rem;
  margin: 0 0.3125rem;
}
span.breadcrumb_last {
  font-family: 'simplon-norm-bold', 'Arial', sans-serif;
}
@media (max-width: 575px) {
  #breadcrumbs {
    font-size: 0.875rem;
  }
}





/*  Blog  */
.posts-container {
  margin: 4rem 0;
}
.posts-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.posts-grid-item {
  padding: 0 1.25rem;
  margin: 1.5rem 0;
}
.posts-grid.two-col .posts-grid-item {
  width: 50%;
}
.post-grid-content h5.h6 {
  font-size: 0.875rem;
  color: var(--red);
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.posts-grid-item-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.post-grid-image {
  position: relative;
}
.post-grid-image > a {
  position: relative;
  padding-bottom: 65%;
  margin-bottom: 0.875rem;
  display: block;
  overflow: hidden;
}
.post-grid-image img {
  position: absolute;
  left: 0; right: 0; top: 0; bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s ease-in-out;
}
.post-grid-image > a:hover img {
  transform: scale(1.1);
}

.post-grid-cats {
  position: absolute;
  left: 1rem;
  top: 0.875rem;
  z-index: 1;
}
.post-cats a {
  font-size: 0.75rem;
  color: #fff;
  background: var(--red);
  padding: 0.25rem 0.5rem;
  display: inline-block;
  margin-right: 0.25rem;
  margin-bottom: 0.5rem;
  white-space: nowrap;
  border-radius: 0.266rem;
}
.post-cats a:hover {
  background: #333;
}

.post-grid-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.post-grid-date {
  border-bottom: 1px solid var(--light-grey);
  padding-bottom: 0.25rem;
  margin-bottom: 1.5rem;
}
time.entry-date {
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
  color: #999;
}
.post-grid-content h3.h3 {
  font-weight: 400;
  line-height: 1;
  margin-bottom: 1.5rem;
}
.post-grid-content h3.h3 a {
  color: #000;
}
.post-grid-content h3.h3 a:hover {
  color: var(--red);
}
a.read-more-link {
  color: var(--red);
  font-weight: 500;
  white-space: nowrap;
}
a.read-more-link i {
  font-size: 0.75rem;
  margin-left: 0.5rem;
}
a.read-more-link:hover {
  color: #444;
}
@media (max-width: 1199px) {
  .posts-grid {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  .posts-grid-item {
    padding: 0 0.75rem;
    margin: 1rem 0;
  }
}
@media (max-width: 991px) {
  .posts-grid.two-col .posts-grid-item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .posts-container {
    margin: 2.5rem 0;
  }
}
@media (max-width: 575px) {
  .posts-grid-item {
    width: 100%;
  }
}


.pagination-container {
  margin: 4rem 0 0;
}
ul.pagination {
  padding: 0 !important;
}
ul.pagination > li {
  margin-bottom: 0 !important;
}
ul.pagination > li:before {
  content: none !important;
}
.pagination .page-link {
  border-radius: 4px !important;
  margin-right: 1rem;
  color: var(--black);
  width: 40px;
  height: 40px;
  padding: initial;
  text-align: center;
  border: 1px solid #DDE5E7;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .page-item.active .page-link {
  background: var(--red);
  border-color: var(--red);
  color: #fff;
}
.page-link:focus {
  outline: none;
  box-shadow: none;
}
.page-link:hover {
  background: #444;
  border-color: #444;
  color: #fff;
}
@media (max-width: 991px) {
  .pagination-container {
    margin: 3rem 0 0;
  }
}
@media (max-width: 575px) {
  .pagination-container {
    margin: 2rem 0 0;
  }
}



.post-content {
  margin: 2rem 0 4rem;
  position: relative;
}
.post-content p {
  margin-bottom: 1.5rem;
}
.post-thumb img {
  border-radius: 8px;
  display: block;
  margin: 0 auto 2rem;
}


a.back-link {
  text-transform: uppercase;
}


h2.section-title {
  font-size: 2rem;
  margin-bottom: 1.5rem;
}
.section-head {
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-head h2.section-title {
  margin: 0;
}
@media (max-width: 1399px) {
  h2.section-title {
    font-size: 1.875rem;
  }
}
@media (max-width: 991px) {
  h2.section-title {
    font-size: 1.75rem;
  }
}
@media (max-width: 767px) {
  .post-content .wrap-lg {
    padding: 0;
  }
  h2.section-title {
    font-size: 1.5rem;
  }
}
@media (max-width: 575px) {
  .section-head {
    flex-direction: column;
  }
  .section-head h2.section-title {
    margin-bottom: 1rem;
  }
}


section.text-section {
  margin: 5rem 0;
}


section.related {
  padding: 3rem 0 0;
  background: var(--light-green);
  position: relative;
}
.related .posts-grid {
  justify-content: center;
}

.post-header {
  padding: 5rem 0 0;
  color: #000;
}
.post-header h1.h1 {
  font-size: 2.25rem;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
@media (max-width: 1199px) {
  .post-header h1.h1 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 991px) {
  section.related {
    padding: 2rem 0 0;
  }
  .post-header h1.h1 {
    font-size: 1.875rem;
  }
}
@media (max-width: 767px) {
  .post-header h1.h1 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}

/* Blog */







.content-block {
  border: 1px solid var(--light-grey);
  margin-top: 2.5rem;
  position: relative;
  font-size: 1rem;
}
a.block-anchor {
  position: absolute;
  top: -10rem;
}
h3.block-title {
  font-size: 1.875rem;
  background: var(--grey-bg);
  padding: 1.5rem 2rem;
  border-bottom: 1px solid var(--light-grey);
}
.block-content {
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  h3.block-title {
    font-size: 1.5rem;
    margin-bottom: 0.5rem !important;
  }
}
@media (max-width: 575px) {
  h3.block-title {
    font-size: 1.25rem;
    padding: 1rem 1.5rem;
  }
  .block-content {
    padding: 1rem;
  }
}


.block-video {
  position:relative;
  padding-bottom:56.25%;
  padding-top:30px;
  height:0;
  overflow:hidden;
  margin-bottom: 1rem;
}
.block-video iframe {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}


.download-box {
  background: #fff;
  border: 1px solid var(--light-grey);
  border-radius: 0.5rem;
  padding: 1.5rem;
  font-size: 1.125rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
  min-height: 24rem;
}
.download-box h3 {
  position: relative;
  padding-bottom: 1rem;
  line-height: 1.4;
}
.download-box h3:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 2.5rem;
  height: 3px;
  background: var(--red);
  display: block;
}
.download-link {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 3rem;
  color: var(--red);
}
.download-link a {
  color: var(--purple);
  text-decoration: underline;
  text-underline-offset: 4px;
}
.download-link svg {
  width: 3.75rem;
  height: auto;
}
.download-box:hover {
  background: var(--black);
  border-color: var(--black);
  color: #fff;
}
.download-box:hover h3 {
  color: #fff;
}
.download-box:hover h3:after {
  background: #fff;
}
.download-box:hover .download-link {
  color: #fff;
}
.download-box:hover .download-link a {
  color: #fff;
}


.code-box {
  border: 1px solid var(--light-grey);
  border-radius: 8px;
  padding: 1.5rem;
  margin-bottom: 1rem;
}


.date-info {
  position: relative;
  margin: 1.5rem 0;
}
.date-info h3 {
  position: relative;
  cursor: pointer;
}
.date-info h3:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-size: 1rem;
  width: 2.5rem;
  height: 2.5rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Pro 6.3.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M240 80c0-17.7-14.3-32-32-32s-32 14.3-32 32V224H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H176V432c0 17.7 14.3 32 32 32s32-14.3 32-32V288H384c17.7 0 32-14.3 32-32s-14.3-32-32-32H240V80z"/></svg>');
  background-color: transparent;
  border: 1px solid var(--light-grey);
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.date-info.active h3:after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Pro 6.3.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M416 256c0 17.7-14.3 32-32 32L32 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l352 0c17.7 0 32 14.3 32 32z" fill="rgb(255 255 255)"/></svg>');
  background-color: var(--purple);
}
.date-info p {
  display: none;
}
.date-info.active p {
  display: block;
}



section.intervention-filter-section {
  background: var(--grey-bg);
  padding: 5rem 0;
}
ul.intervention-filter {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
ul.intervention-filter li {
  margin: 0.25rem 0.24rem 0 0;
}
ul.intervention-filter li a {
  display: block;
  width: 3.125rem;
  height: 3.125rem;
  line-height: 3.125rem;
  text-align: center;
  font-size: 1.5rem;
  color: var(--purple);
  border: 1px solid var(--light-grey);
  border-radius: 8px;
  background: var(--grey-bg);
}
ul.intervention-filter li a.enabled {
  background: #fff;
}
ul.intervention-filter li a.enabled:hover {
  background: var(--purple);
  color: #fff;
}

.intervention-link {
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}
.intervention-link a {
  color: var(--purple);
  text-decoration: underline;
  text-underline-offset: 4px;
}
.intervention-link a:hover {
  color: var(--black);
}
@media (max-width: 991px) {
  section.intervention-filter-section {
    padding: 4rem 0;
  }
}
@media (max-width: 575px) {
  section.intervention-filter-section {
    padding: 3rem 0;
  }
  ul.intervention-filter li {
    margin: 0.125rem 0.125rem 0 0;
  }
  ul.intervention-filter li a {
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
  }
}


section.intervention-filter-section-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 5.75rem;
  padding: 1rem 0 0.25rem;
  z-index: -1;
  opacity: 0;
}
body.filter-sticky section.intervention-filter-section-sticky {
  z-index: 1;
  opacity: 1;
  box-shadow: 0 0 15px rgb(0 0 0 / 50%);
}
@media (max-width: 1399px) {
  section.intervention-filter-section-sticky {
    top: 5.6rem;
  }
}
@media (max-width: 767px) {
  section.intervention-filter-section-sticky {
    display: none;
  }
}



.search-form {
  width: 100%;
  border: none;
  border-radius: 8px;
  overflow: hidden;
}
.search-form form {
  margin: 0;
}
.search-form input {
  background: #42414D;
  height: 4.375rem;
  line-height: 4.375rem;
  border: none;
  border-radius: 0;
  padding: 0 1.5rem;
  color: #fff;
}
.search-form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}
.search-form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}
.search-form input::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}
.search-form input:focus {
  outline: none;
  box-shadow: none;
  background: #42414D;
  color: #fff;
}
.search-form button {
  display: block;
  padding: 0.6875rem;
  background: #42414D;
  border: none;
  border-radius: 0;
  margin-left: 1px !important;
}
.search-form button i {
  display: block;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-weight: 700;
  width: 3rem;
  height: 3rem;
  line-height: 2.875rem;
  background: var(--black);
}
.search-form button:hover {
  background: #42414D !important;
}
.search-form button:hover i {
  background: var(--black-text);
}
.search-form button:focus, .search-form button:active, .search-form button:active:focus {
  outline: none;
  box-shadow: none;
}
@media (max-width: 991px) {
  .search-form input {
    height: 3.5rem;
  }
  .search-form button {
    padding: 0.5rem;
  }
  .search-form button i {
    height: 2.5rem;
    width: 2.5rem;
    line-height: 2.4rem;
  }
}
@media (max-width: 767px) {
  .search-form.top-search-form input {
    height: 5.333rem;
  }
  .search-form.top-search-form button i {
    width: 3.333rem;
    height: 3.333rem;
    line-height: 3.3rem;
  }
}


/* home */
.home-banner {
  position: relative;
}
.home-banner img {
  position: absolute;
  left: 0; right: 0; top: 0; bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-banner-content {
  padding: 14rem 2rem 10rem;
  position: relative;
  text-align: center;
}
h1.home-banner-title {
  font-size: 3rem;
  color: #fff;
  margin-bottom: 6rem;
}
h2.home-banner-title {
  font-size: 1.625rem;
  color: #fff;
  margin-bottom: 4.5rem;
}
@media (max-width: 991px) {
  .home-banner-content {
    padding: 12rem 2rem 8rem;
  }
  h1.home-banner-title {
    font-size: 2.5rem;
    margin-bottom: 5rem;
  }
  h2.home-banner-title {
    font-size: 1.5rem;
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .home-banner-content {
    padding: 13rem 2rem 6rem;
  }
  h1.home-banner-title {
    font-size: 2.25rem;
    margin-bottom: 4rem;
  }
  h2.home-banner-title {
    font-size: 1.25rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 575px) {
  .home-banner-content {
    padding: 13rem 1.5rem 6rem;
  }
  h1.home-banner-title {
    font-size: 2.125rem;
  }
}
@media (max-width: 479px) {
  .home-banner-content {
    padding: 13rem 0.5rem 6rem;
  }
}


section.highlights-section {
  background: var(--grey-bg);
  padding-bottom: 4rem;
}
.highlights {
  background: #fff;
  margin-top: -3rem;
  position: relative;
  border-radius: 0.5rem;
  padding: 1.5rem 2rem;
  box-shadow: 0 5px 20px rgb(0 0 0 / 22%);
}
.highlights-title {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--light-grey);
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
}
.highlights-carousel .slick-track {
  margin: 0;
}
.highlights-carousel .slide {
  width: 21.5rem !important;
  padding-right: 4rem;
  position: relative;
  font-size: 1.25rem;
  line-height: 1.4;
}
.highlights-carousel .slide:before {
  content: '';
  position: absolute;
  left: -1.5rem;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  background: var(--light-grey);
}
@media (max-width: 1399px) {
  section.highlights-section {
    padding-bottom: 3rem;
  }
}
@media (max-width: 575px) {
  .highlights-carousel .slide {
    width: 100% !important;
    padding: 0;
    font-size: 1.125rem;
  }
  .highlights-carousel .slide:before {
    content: none;
  }
}



section.home-interventions-section {
  background: var(--grey-bg);
  padding: 5rem 0;
}
section.home-interventions-section hr {
  margin: 3rem 0;
}
.interventions-column {
  max-width: 41rem;
  font-size: 1.125rem;
}
.home-interventions-title {
  border-bottom: 1px solid var(--light-grey);
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
}
.interventions-column ul.intervention-filter li {
  margin: 0.75rem 0.75rem 0 0;
}
.interventions-column ul.intervention-filter li a {
  width: 4.375rem;
  height: 4.375rem;
  line-height: 4.375rem;
}
a.post-link {
  color: var(--purple);
  text-decoration: underline;
  text-underline-offset: 4px;
  display: inline-block;
  margin-bottom: 0.875rem;
  line-height: 1.3;
  max-width: 17rem;
}
a.post-link:hover {
  color: var(--red);
}
@media (max-width: 1399px) {
  .interventions-column ul.intervention-filter li {
    margin: 0.5rem 0.5rem 0 0;
  }
  .interventions-column ul.intervention-filter li a {
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
  }
}
@media (max-width: 1199px) {
  .interventions-column ul.intervention-filter li {
    margin: 0.4rem 0.4rem 0 0;
  }
  .interventions-column ul.intervention-filter li a {
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.5rem;
  }
}
@media (max-width: 991px) {
  section.home-interventions-section {
    padding: 4rem 0;
  }
  section.home-interventions-section hr {
    margin: 3rem 0;
  }
  .home-interventions {
    max-width: 50rem;
    margin: 0 auto;
    padding: 0 2rem;
  }
  .interventions-column {
    max-width: initial;
  }
  .interventions-column ul.intervention-filter li {
    margin: 0.25rem 0.25rem 0 0;
  }
  .interventions-column ul.intervention-filter li a {
    width: 3.25rem;
    height: 3.25rem;
    line-height: 3.25rem;
  }
}
@media (max-width: 575px) {
  section.home-interventions-section {
    padding: 2rem 0;
  }
  section.home-interventions-section hr {
    margin: 2rem 0;
  }
  .home-interventions {
    padding: 0 1.5rem;
  }
  .interventions-column ul.intervention-filter li a {
    width: 3.125rem;
    height: 3.125rem;
    line-height: 3.125rem;
  }
}
@media (max-width: 479px) {
  .home-interventions {
    padding: 0 1rem;
  }
  .interventions-column ul.intervention-filter li {
    margin: 0.125rem 0.125rem 0 0;
  }
  .interventions-column ul.intervention-filter li a {
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
  }
}




.carousel-title {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--light-grey);
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
}
.reports-carousel, .news-carousel {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  margin-top: 2.5rem;
}
.reports-carousel .slide, .news-carousel .slide {
  padding: 0 1.25rem;
}
@media (max-width: 1199px) {
  .reports-carousel, .news-carousel {
    margin-left: -1rem;
    margin-right: -1rem;
    margin-top: 2rem;
  }
  .reports-carousel .slide, .news-carousel .slide {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .reports-carousel, .news-carousel {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    margin-top: 1.5rem;
  }
  .reports-carousel .slide, .news-carousel .slide {
    padding: 0 0.5rem;
  }
}
@media (max-width: 575px) {
  section.news-carousel-section {
    padding: 0 0.5rem;
  }
  .reports-carousel .download-box, .news-carousel .download-box {
    max-width: 80vw;
  }
  .reports-carousel, .news-carousel {
    margin-left: 0;
    margin-right: 0;
  }
  .reports-carousel .slide, .news-carousel .slide {
    padding-left: 0;
    padding-right: 0.666rem;
  }
}




section.about-cta-section {
  background: var(--brown);
  color: #fff;
  font-size: 1.125rem;
  padding: 5rem 0;
}
.about-cta-title {
  max-width: 30rem;
}
.about-cta-title h3.h3 {
  font-size: 1.875rem;
  color: #fff;
}
@media (max-width: 991px) {
  section.about-cta-section {
    padding: 4rem 0;
  }
}
@media (max-width: 767px) {
  .about-cta {
    max-width: 40rem;
    padding: 0 1rem;
    margin: 0 auto;
  }
  .about-cta-title {
    max-width: initial;
    margin-bottom: 1.5rem;
  }
  .about-cta-title h3.h3 {
    font-size: 1.75rem;
  }
}
@media (max-width: 575px) {
  section.about-cta-section {
    padding: 3rem 0;
  }
  .about-cta-title h3.h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 479px) {
  .about-cta {
    padding: 0 0.5rem;
  }
}



.contact-info {
  display: flex;
  margin-top: 1rem;
  color: var(--black-text);
}
.contact-info a {
  color: var(--black-text);
}
.contact-info a:hover {
  color: var(--purple);
}
.contact-info i {
  margin-top: 0.25rem;
  margin-right: 1rem;
  color: var(--grey);
}
.contact-form-container {
  border: 1px solid var(--light-grey);
  padding: 3rem;
}
@media (max-width: 991px) {
  .contact-form-container {
    padding: 2rem;
  }
}
@media (max-width: 419px) {
  .contact-form-container {
    padding: 1.5rem;
  }
}


.wpcf7-spinner {
  position: absolute;
  bottom: 3rem;
  right: 3rem;
  margin: 0;
}
.wpcf7-list-item {
  margin: 0;
}
.form-element {
  margin-bottom: 1.2rem;
}
.form-element p {
  line-height: 1.2;
}
.form-control {
  height: 3.125rem;
  border: 1px solid var(--light-grey);
  border-radius: 0;
  padding: 0 1rem;
}
.form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: var(--purple);
}
.form-element label {
  display: block;
  margin-bottom: 0.25rem;
  font-family: 'simplon-norm-bold', 'Arial', sans-serif;
  color: var(--black);
  font-size: 1rem;
}
textarea.form-control {
  height: 6.5rem;
  padding: 0.75rem 1rem;
}
select.form-control {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position: right 12px center;
  color: var(--black-text);
}
.wpcf7 form .wpcf7-response-output {
  margin-left: 0;
  margin-right: 0;
  border-width: 1px;
  padding: 0.5rem 1rem;
}

.form-element input[type="checkbox"] {
  width: 1.25rem;
  height: 1.25rem;
  vertical-align: middle;
}
.wpcf7-form input[type="submit"] {
  background: var(--red);
  border-radius: 0.5rem;
}


.wpcf7-radio input[type="radio"], .wpcf7-acceptance input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.wpcf7-radio .wpcf7-list-item-label, .wpcf7-acceptance .wpcf7-list-item-label {
  position: relative;
  display: flex;
  align-items: center;
  line-height: 1.2;
}
.wpcf7-radio .wpcf7-list-item-label:before, .wpcf7-acceptance .wpcf7-list-item-label:before {
  content: '';
  background: #fff;
  border: 0.5rem solid #DDDDDD;
  display: inline-block;
  vertical-align: middle;
  width: 1.5rem;
  height: 1.5rem;
  padding: 4px;
  margin-right: 10px;
  text-align: center;
  margin-top: 1px;
}
.wpcf7-radio .wpcf7-list-item-label:before {
  border-radius: 50%;
}
.wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label:before {
  border-color: var(--red);
}
.wpcf7-acceptance .wpcf7-list-item-label:before {
  background: #ddd;
}
.wpcf7-acceptance .wpcf7-list-item-label:after {
  content: '';
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  line-height: 1;
  color: #fff;
}
.wpcf7-acceptance input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
  content: '✔';
}
.wpcf7-acceptance input[type="checkbox"]:checked + .wpcf7-list-item-label:before {
  background-color: var(--red);
  border-color: var(--red);
}

.wpcf7-acceptance {
  display: block;
}
.wpcf7-list-item {
  display: block;
  margin: 0.5rem 0;
}
.wpcf7-list-item label {
  font-family: inherit;
}
@media (max-width: 767px) {
  .wpcf7-radio {
    flex-direction: column;
  }
  .wpcf7-radio .wpcf7-list-item {
    width: 100%;
  }
}




.home-download-box {
  min-height: 24rem;
}
.resource-box {
  min-height: 18rem;
}
.resource-download-box {
  min-height: 22rem;
}



.team-member-block {
  font-size: 1.125rem;
  margin-top: 2.75rem;
}
@media (max-width: 767px) {
  .team-member-block {
    margin-top: 2.25rem;
  }
}
@media (max-width: 575px) {
  .team-member-block {
    margin-top: 1.75rem;
  }
}



.academy-member-box {
  border: 1px solid var(--light-grey);
  height: 100%;
  padding: 1.5rem 1.5rem 2rem 1.5rem;
  font-size: 1.05rem;
}
.academy-contact {
  margin-top: 0.5rem;
  color: var(--grey);
}
.academy-contact i {
  width: 1.5rem;
}



.eac-members {
  border: 1px solid var(--light-grey);
}
.eac-member {
  padding: 1.5rem;
  border-bottom: 1px solid var(--light-grey);
}
.eac-members .eac-member:last-of-type {
  border-bottom: none;
}
@media (max-width: 575px) {
  .eac-member {
    padding: 1.25rem;
  }
}



form.searchandfilter ul {
  display: flex;
  padding: 0;
  border: 1px solid var(--light-grey);
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative;
  margin-bottom: 2.5rem;
}
form.searchandfilter ul li {
  margin: 0;
  padding: 0;
  position: static;
}
form.searchandfilter ul li:before {
  content: none;
}
form.searchandfilter label {
  width: 100%;
  display: flex;
}
.sf-input-select {
  height: 4.125rem;
  width: 100%;
  border: none;
  padding: 0 1.5rem;
  background-color: transparent;
}
.sf-input-select:focus {
  background-color: transparent;
}
.sf-field-search {
  flex-grow: 1;
}
.sf-input-text {
  border: none;
  border-left: 1px solid var(--light-grey) !important;
  height: 4.125rem;
  width: 100%;
  padding: 0 2rem;
  background-color: transparent;
}
.sf-input-text:focus {
  background-color: transparent;
}
form.searchandfilter input.btn {
  position: absolute;
  right: 0.875rem;
  top: 0.65rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: url('../images/search-btn.png') no-repeat center center;
  background-size: 1rem auto;
  background-color: var(--red);
  border-color: var(--red);
  text-indent: -9999rem;
}
form.searchandfilter input.btn:hover {
  background-color: var(--black);
  border-color: var(--black);
}

body.home form.searchandfilter ul {
  background: #42414D;
  border-color: #42414D;
  color: #fff;
}
body.home .sf-input-select {
  color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
}
body.home .sf-input-text {
  color: #fff;
  border-left: 1px solid var(--black) !important;
}
body.home form.searchandfilter input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #eee;
  opacity: 1; /* Firefox */
}
body.home form.searchandfilter input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #eee;
}
body.home form.searchandfilter input::-ms-input-placeholder { /* Microsoft Edge */
  color: #eee;
}
body.home form.searchandfilter input.btn {
  background-color: var(--black);
  border-color: var(--black);
}
body.home form.searchandfilter input.btn:hover {
  background-color: var(--red);
  border-color: var(--red);
}
.home-search-head {
  display: flex;
  justify-content: space-between;
  text-align: initial;
}
.home-search-head h6.h6 {
  font-family: 'simplon-norm-bold', 'Arial', sans-serif;
  color: #fff;
  margin-bottom: 1rem;
}
.search-tags {
  margin-bottom: 1rem;
}
.search-tags a {
  font-size: 0.875rem;
  color: #fff;
  text-decoration: underline;
  margin-left: 0.75rem;
}
.search-container {
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative;
  margin-bottom: 2.5rem;
}
.search-categories {
  width: 22rem;
  background: #42414D;
  border-right: 1px solid #222;
}
.search-categories select {
  background-color: transparent;
  border: none;
  color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position: right 12px center;
  height: 4.375rem;
  padding: 0 1.5rem;
}
.search-categories select:focus {
  background-color: transparent;
  border: none;
  color: #fff;
}
.search-categories select option {
  color: var(--black-text);
}
.search-container .search-form {
  width: initial;
  flex-grow: 1;
  border-radius: 0;
  background: #42414D;
}
@media (max-width: 991px) {
  .sf-input-text {
    padding: 0 1.25rem;
  }
  .search-categories {
    width: 20rem;
  }
  .search-categories select {
    height: 3.5rem;
  }
}
@media (max-width: 767px) {
  form.searchandfilter ul {
    margin-bottom: 1.5rem;
  }
  .home-search-head {
    flex-direction: column;
    text-align: center;
  }
  .search-tags {
    margin-top: 1.5rem;
    margin-bottom: 0;
  }
  .search-tags a {
    margin: 0 0.5rem;
  }
  .search-categories {
    width: 15rem;
  }
}
@media (max-width: 575px) {
  form.searchandfilter ul {
    flex-direction: column;
  }
  .sf-input-text, body.home .sf-input-text {
    border-left: none !important;
  }
  .searchandfilter li.sf-field-taxonomy-resource-category {
    order: 2;
    border-top: 1px solid var(--black);
    position: absolute;
    height: 4.125rem;
    width: 4.125rem;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
  }
  li.sf-field-search label:before {
    content: '\f02c';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    height: 4.125rem;
    width: 4.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid var(--light-grey);
    cursor: pointer;
  }
  li.sf-field-search label:before:hover {
    background: var(--black);
  }
  body.home li.sf-field-search label:before {
    border-color: var(--black);
  }
  .search-form .input-group:before {
    content: '\f02c';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    height: 3.5rem;
    width: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #222;
    cursor: pointer;
    color: #fff;
  }
  .search-categories {
    position: absolute;
    height: 3.5rem;
    width: 3.5rem;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
  }
  .search-categories select {
    cursor: pointer;
  }
}



section.home-resources-section {
  background: var(--grey-bg);
  padding-bottom: 5rem;
}
.home-resources {
  overflow: hidden;
}
.home-resources-carousel {
  margin: 0 -0.75rem;
}
.home-resources-carousel:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 10rem;
  background-image: linear-gradient(to right, rgb(255 255 255 / 0%) , rgb(244 244 244));
}
.home-resources-carousel .slide {
  padding: 0 0.75rem;
}
.home-resources-carousel .download-box {
  width: 24.8125rem;
}
.home-resources-carousel-nav, .home-reports-slider-nav {
  display: flex;
}
@media (max-width: 1399px) {
  section.home-resources-section {
    padding-bottom: 4rem;
  }
  .home-resources-carousel:after {
    width: 8rem;
  }
  .home-resources-carousel {
    margin: 0 -0.5rem;
  }
  .home-resources-carousel .slide {
    padding: 0 0.5rem;
  }
}
@media (max-width: 991px) {
  .home-resources-block {
    padding: 0 0.5rem;
  }
  .home-resources-carousel:after {
    width: 5rem;
  }
  .home-resources-carousel .download-box {
    width: 22rem;
  }
}
@media (max-width: 767px) {
  .home-resources {
    margin-top: 2.5rem;
  }
}
@media (max-width: 575px) {
  .home-resources-carousel:after {
    content: none;
  }
  .home-resources-carousel .download-box {
    width: 80vw;
  }
  .home-resources-carousel .slide {
    padding: 0 0.333rem;
  }
}



section .ar-col:first-child {
  width: 100%;
}
.ar-box {
  position: relative;
  border: 1px solid var(--light-grey);
  border-radius: 0.5rem;
  overflow: hidden;
}
.ar-thumb {
  border-bottom: 1px solid var(--light-grey);
  padding: 1.25rem;
}
.ar-thumb-inner {
  position: relative;
  padding-bottom: 56.5%;
}
.ar-thumb img {
  position: absolute;
  left: 0; right: 0; top: 0; bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ar-desc {
  color: var(--red);
  transition: all 0.3s ease-in-out;
}
.ar-desc p {
  padding: 0.75rem 1.25rem;
}
a.ar-link {
  position: absolute;
  left: 0; right: 0; top: 0; bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.ar-box:hover .ar-desc {
  background: var(--grey-bg);
}



.wp-pagenavi span.pages {
  display: none;
}
.wp-pagenavi a, .wp-pagenavi span.current {
  display: inline-block;
  border-radius: 4px !important;
  margin: 0;
  margin-right: 1rem;
  color: var(--black);
  width: 40px;
  height: 40px;
  padding: initial;
  text-align: center;
  line-height: 40px;
  border: 1px solid #DDE5E7;
  font-weight: 700;
  font-size: 1rem;
}
.wp-pagenavi a:hover {
  background: #444;
  border-color: #444;
  color: #fff;
}
.wp-pagenavi span.current {
  background: var(--red);
  border-color: var(--red);
  color: #fff;
}




.content-table {
  border: 1px solid var(--light-grey);
  height: 100%;
}
.content-table a {
  color: var(--black-text);
}
.content-table a:hover {
  color: var(--red);
}
.content-table tr:nth-of-type(2n+1) {
  background: var(--grey-bg);
}
.content-table td {
  border-bottom: none;
  border-left: 1px solid #fff;
  color: var(--black-text);
}
.content-table-head {
  padding: 1.5rem 1.875rem;
  background: var(--grey-bg);
}
.content-table-body {
  padding: 1.75rem;
}
@media (max-width: 575px) {
  .content-table-body {
    padding: 1.5rem;
  }
}
@media (max-width: 479px) {
  .content-table-head {
    padding: 1.125rem 1.5rem;
  }
  .content-table-body {
    padding: 1.25rem;
  }
}



figure.wp-block-table {
  margin: 2.5rem 0;
}
.wp-block-table td, .wp-block-table th {
  border-color: var(--grey-bg);
}
.wp-block-table tr:nth-of-type(2n+2) {
  background: var(--grey-bg);
}


.wp-block-heading {
  position: relative;
  scroll-margin-top: 8rem;
}



.highlights-video {
  position: relative;
  padding-bottom: 56.6%;
  margin-top: 0.25rem;
  margin-bottom: 1.5rem;
}
.highlights-video iframe {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}