/* http://meyerweb.com/eric/tools/css/reset/
   v5.0.1 | 20191019
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

body {
  line-height: 1;
}

menu, ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.glide * {
  box-sizing: inherit;
}
.glide__track {
  overflow: hidden;
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}
.glide__slides--dragging {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
     -moz-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;
          user-select: none;
}
.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.glide--rtl {
  direction: rtl;
}

/**
Can be used to automatically determine margin bottom based on screen width with min/max value.
This assumes the container is 100vw.
 */
html {
  font-size: 16px;
}

body {
  font-family: "Sora", sans-serif;
  color: #1d1d1b;
  line-height: 1.5;
}

strong {
  font-weight: 700;
}

.section-title {
  display: flex;
  align-items: center;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (min-width: 860px) {
  .section-title {
    font-size: 2.375rem;
  }
}

.section-title--centre {
  justify-content: center;
}

.section-title--with-margin {
  margin-bottom: 3.7878787879%;
}
@media screen and (min-width: 1056px) {
  .section-title--with-margin {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 528px) {
  .section-title--with-margin {
    margin-bottom: 20px;
  }
}

.section-title__icon {
  margin-right: 20px;
}
.section-title__icon svg {
  width: 26px;
  height: 26px;
}
@media screen and (min-width: 860px) {
  .section-title__icon svg {
    width: 38px;
    height: 38px;
  }
}
.section-title__icon svg path {
  fill: #000;
}

a {
  color: #e46811;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.list-item-title {
  font-weight: bold;
  font-size: 1.125rem;
}

.list-item-meta {
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

.list-item-date {
  font-weight: 600;
  text-transform: uppercase;
}

/**
Can be used to automatically determine margin bottom based on screen width with min/max value.
This assumes the container is 100vw.
 */
*, *:before, *:after {
  box-sizing: border-box;
}

.standard:not(:last-child) {
  margin-bottom: 3.7878787879%;
}
@media screen and (min-width: 1056px) {
  .standard:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 528px) {
  .standard:not(:last-child) {
    margin-bottom: 20px;
  }
}

.standard--bottom {
  margin-bottom: 3.7878787879%;
}
@media screen and (min-width: 1056px) {
  .standard--bottom {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 528px) {
  .standard--bottom {
    margin-bottom: 20px;
  }
}

.standard-filled {
  background-color: #d1ecf1;
  padding-top: 4.7348484848%;
  padding-bottom: 4.7348484848%;
}
@media screen and (min-width: 1056px) {
  .standard-filled {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 633.6px) {
  .standard-filled {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.container {
  max-width: 1182px;
  padding: 0 25px;
  margin: 0 auto;
}

.container--small {
  max-width: 1106px;
}

.container--smallest {
  max-width: 910px;
}

.page-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.4);
  transition: opacity 200ms ease;
}

.page-overlay--active {
  opacity: 1;
  height: 100%;
}

.anchor-positioner {
  position: absolute;
  top: -118px;
}
@media screen and (min-width: 1250px) {
  .anchor-positioner {
    top: -140px;
  }
}

.site-header {
  z-index: 3;
}

.page-overlay {
  z-index: 2;
}

.page {
  position: relative;
  z-index: 1;
  min-height: 65vh;
}

/**
Can be used to automatically determine margin bottom based on screen width with min/max value.
This assumes the container is 100vw.
 */
.btn {
  display: inline-flex;
  align-items: center;
  height: 42px;
  padding: 0 40px;
  line-height: 1;
  border: 2px solid #e46811;
  background-color: #e46811;
  color: #fff;
  font-weight: bold;
  font-size: inherit;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.btn--footer {
  background-color: #fff;
  border-color: #fff;
  color: #050F2F;
}

.secondary-btn {
  display: flex;
  align-items: center;
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  color: #1d1d1b;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.secondary-btn:after {
  content: "";
  position: relative;
  top: -2px;
  display: block;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  background-image: url("/assets/icons/chevron.svg");
  transform: rotate(180deg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.secondary-btn--light {
  color: #fff;
}
.secondary-btn--light:after {
  filter: invert(1);
}

/**
Can be used to automatically determine margin bottom based on screen width with min/max value.
This assumes the container is 100vw.
 */
.site-header {
  position: fixed;
  width: 100%;
  height: 118px;
}
@media screen and (min-width: 1250px) {
  .site-header {
    height: 140px;
  }
}

.site-header-spacer {
  height: 118px;
}
@media screen and (min-width: 1250px) {
  .site-header-spacer {
    height: 140px;
  }
}

.site-header__nav {
  position: relative;
  height: 64px;
  background-color: #050F2F;
  z-index: 2;
}
@media screen and (min-width: 1250px) {
  .site-header__nav {
    height: 80px;
  }
}

.site-header__search {
  position: relative;
  height: 54px;
  background-color: #fff;
  z-index: 1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
@media screen and (min-width: 1250px) {
  .site-header__search {
    height: 60px;
  }
}

.site-header__nav-container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-header__logo {
  width: 172px;
}
@media screen and (min-width: 1250px) {
  .site-header__logo {
    width: 17.667844523%;
  }
}
.site-header__logo svg {
  display: block;
  width: 100%;
}

@media screen and (max-width: 1249px) {
  .site-header__mobile-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90px;
    height: 100%;
  }
  .site-header__mobile-action {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    margin-left: auto;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
  }
  .site-header__mobile-action svg {
    display: block;
    width: 20px;
    height: 20px;
  }
  .site-header__mobile-action path {
    fill: #fff;
  }
  .site-header__actions {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    transition: transform 450ms cubic-bezier(0.3, 1, 0.3, 1);
    transform: translateX(-100%);
    overflow: auto;
  }
  .site-header__actions--open {
    transform: none;
  }
  .site-header__actions-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    padding: 0 20px;
    border-bottom: 1px solid #979797;
  }
  .site-header__actions-header-text {
    font-size: 1.75rem;
    font-weight: bold;
    font-family: "Josefin Sans", sans-serif;
    text-transform: uppercase;
    line-height: 1;
  }
  .site-header__actions-close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
    margin-right: -12.5px;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
  }
  .site-header__actions-close svg {
    display: block;
    width: 15px;
    height: 15px;
  }
  .site-header__socials-list {
    display: flex;
    align-items: center;
    padding: 0 10px;
  }
  .site-header__social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
  }
  .site-header__social-link svg {
    width: 20px;
    height: 20px;
  }
  .site-header__social-link svg path {
    fill: #000;
  }
  .main-nav__list {
    margin-bottom: 30px;
  }
  .main-nav__list li a {
    color: #050F2F;
  }
  .main-nav__list .menu-item-has-children > a:after {
    position: relative;
    top: -1px;
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    margin-left: 5px;
    background-image: url("../../../assets/icons/chevron.svg");
    transform: rotate(-90deg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
  }
  .main-nav__list > .menu-item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    padding: 0 20px;
    border-bottom: 1px solid #979797;
    font-size: 1.25rem;
    font-weight: bold;
    text-decoration: none;
    line-height: 1;
    color: #1d1d1b;
  }
  .main-nav__list .sub-menu .sub-menu .menu-item a {
    background-color: #f0efeb;
    height: 48px;
    padding: 0 20px 0 40px;
    font-size: 1rem;
  }
  .main-nav__list .sub-menu {
    display: none;
  }
  .main-nav__list .sub-menu--open {
    display: block;
  }
}
.site-header__newsletter {
  height: 100%;
}
.site-header__newsletter ul > li {
  background: white;
}
.site-header__newsletter ul > li:hover {
  background: #f6d1b7;
  color: #d1ecf1;
}

.site-header__actions .sub-menu > li:hover {
  background: #f6d1b7;
  color: #d1ecf1;
}

.site-header__newsletter-intro {
  display: none;
}

.site-header__search-box {
  width: 245px;
  height: 42px;
  display: flex;
  align-items: center;
  background-color: #fff;
  border: 1px solid #2a2929;
}

.site-header__search-icon {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 10px 0 20px;
}
.site-header__search-icon svg {
  display: block;
  width: 100%;
}

.site-header__search-input {
  width: 100%;
  height: 100%;
  font-family: inherit;
  font-size: inherit;
  line-height: 1;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.site-header__search-input:focus {
  outline: none;
}

.site-header__advanced-search-btn {
  display: flex;
  align-items: center;
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1;
  color: #1d1d1b;
}
.site-header__advanced-search-btn:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-left: 7px;
  background-image: url("../../../assets/icons/arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.site-header__mobile-action--search {
  display: none;
}

@media screen and (min-width: 1250px) {
  .site-header__actions {
    display: flex;
    height: 100%;
  }
  .site-header__mobile-actions,
  .site-header__actions-header {
    display: none;
  }
  .site-header__socials-list {
    display: flex;
    align-items: center;
  }
  .site-header__socials-list:before {
    content: "";
    width: 1px;
    height: 30px;
    background-color: #fff;
    margin: 0 20px;
  }
  .site-header__social-link {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 10px;
  }
  .site-header__social-link svg {
    display: block;
    width: 16px;
    height: 16px;
  }
  /**
    The below classes are generated by wp_nav_menu
   */
  .main-nav {
    font-family: "Josefin Sans", sans-serif;
    height: 100%;
  }
  .main-nav__list {
    display: flex;
    height: 100%;
  }
  .main-nav__list > .menu-item {
    position: relative;
    height: 100%;
  }
  .main-nav__list > .menu-item > a {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 20px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1;
  }
  #second-nav a {
    color: #050F2F;
  }
  #second-nav a:after {
    color: #050F2F;
    filter: none;
  }
  .main-nav__list .menu-item-has-children > a:after {
    position: relative;
    top: -1px;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    background-image: url(".././assets/icons/chevron.svg");
    transform: rotate(-90deg);
    filter: invert(1);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
  }
  .main-nav__list .sub-menu .menu-item-has-children > a:after {
    width: 25px;
    height: 25px;
    filter: invert(0);
    margin-right: -2.5px;
  }
  .main-nav__list > .menu-item > .sub-menu {
    display: none;
    position: absolute;
    width: 275px;
    top: 100%;
    left: 50%;
    background-color: #fff;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.17);
    transform-origin: top left;
    transform: translateX(-50%);
  }
  .main-nav__list > .menu-item:hover > .sub-menu {
    display: block;
  }
  .main-nav__list > .menu-item > .sub-menu > .menu-item a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 64px;
    line-height: 1;
    border-bottom: 1px solid #979797;
    padding: 0 20px;
    font-size: 1.25rem;
    font-weight: 600;
    color: #1d1d1b;
    text-decoration: none;
  }
  .main-nav__list .sub-menu .menu-item:not(.menu-item-has-children) a:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url("../../../assets/icons/arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
  }
  .main-nav__list > .menu-item:hover > .sub-menu .sub-menu {
    display: none;
  }
  .main-nav__list > .menu-item:hover > .sub-menu .sub-menu--open {
    display: block;
  }
  .main-nav__list > .menu-item > .sub-menu .sub-menu a {
    font-size: 1rem;
    background-color: #f0efeb;
    padding: 0 20px 0 40px;
  }
}
@media screen and (min-width: 1250px) {
  .site-header__newsletter-intro {
    display: block;
  }
}
@media screen and (min-width: 800px) {
  .site-header__search-container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .site-header__newsletter {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 799px) {
  .site-header__search-form {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #f6d1b7;
    padding: 10px 25px;
    border-bottom: 1px solid #979797;
    transition: transform 450ms cubic-bezier(0.3, 1, 0.3, 1);
    transform: translateY(-100%);
  }
  .site-header__search-form--open {
    transform: none;
  }
  .site-header__mobile-action--search {
    display: block;
  }
  .site-header__search-container {
    height: 100%;
  }
  .site-header__newsletter {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .site-header__newsletter .btn + .btn {
    margin-left: 15px;
  }
}
@media screen and (min-width: 510px) {
  .site-header__search-form {
    display: flex;
    align-items: center;
    height: 54px;
    margin-left: 20px;
  }
  .site-header__advanced-search-btn {
    margin-left: 30px;
  }
}
@media screen and (max-width: 509px) {
  .site-header__search-box {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 450px) {
  .site-header__newsletter .btn {
    flex: 1;
    padding: 0;
    justify-content: center;
  }
}
@media screen and (min-width: 1250px) {
  #main-nav li:nth-child(n+4) {
    display: none;
  }
}

@media screen and (max-width: 1249px) {
  #second-nav {
    display: none;
  }
}

/**
Can be used to automatically determine margin bottom based on screen width with min/max value.
This assumes the container is 100vw.
 */
.site-footer {
  color: #fff;
  background-color: #050F2F;
  padding: 35px 0 55px;
}

@media screen and (min-width: 950px) {
  .site-footer__container {
    display: flex;
  }
}

.site-footer__content {
  flex: 1;
  order: 1;
}
.site-footer__content a {
  color: #fff;
}
.site-footer__content svg {
  width: 252px;
  margin-bottom: 20px;
}

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

.site-footer__links {
  flex: 4;
  order: 1;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 950px) {
  .site-footer__links {
    order: 2;
    padding-bottom: 0;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 0;
    border-bottom: none;
  }
}
@media screen and (min-width: 635px) {
  .site-footer__links {
    display: flex;
  }
}

.site-footer__quick-links {
  flex: 6;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 635px) {
  .site-footer__quick-links {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
    margin-right: 20px;
  }
}

.site-footer__social-links {
  flex: 2;
}

.site-footer__signup {
  flex: 1;
  order: 4;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 950px) {
  .site-footer__signup {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
}
@media screen and (min-width: 950px) and (max-width: 1175px) {
  .site-footer__signup {
    display: none;
  }
}

.site-footer__divider {
  flex: 0 0 1px;
  order: 3;
  justify-self: stretch;
  background-color: #fff;
  margin: 0 40px 0 0;
}
@media screen and (max-width: 1175px) {
  .site-footer__divider {
    display: none;
  }
}

.site-footer__header {
  display: block;
  line-height: 1;
  margin-bottom: 25px;
}

.site-footer__header--quick-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 634px) {
  .site-footer__header--quick-links {
    font-weight: bold;
  }
  .site-footer__header--quick-links:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    transform: rotate(-90deg);
    filter: invert(1);
    background-image: url("../../../assets/icons/chevron.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
  }
}

.site-footer__header--quick-links--open:after {
  transform: rotate(90deg);
}

.site-footer__socials-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: -10px;
  margin-left: -10px;
}
@media screen and (min-width: 635px) {
  .site-footer__socials-list {
    width: 160px;
  }
}

.site-footer__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
.site-footer__social-link svg {
  display: block;
  width: 20px;
  height: 20px;
}

.site-footer__subscribe-text {
  margin-bottom: 25px;
}

/**
  The below classes are generated by wp_nav_menu
 */
@media screen and (max-width: 634px) {
  .footer-nav {
    display: none;
  }
}

.footer-nav--open {
  display: block;
}

@media screen and (min-width: 635px) {
  .footer-nav__list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 195px;
  }
}

.footer-nav__list .menu-item a {
  display: flex;
  align-items: center;
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  margin: 0 0 10px 0;
}
@media screen and (min-width: 635px) {
  .footer-nav__list .menu-item a {
    margin: 0 20px 15px 0;
  }
}

.footer-nav__list .menu-item a:after {
  content: "";
  position: relative;
  top: -1px;
  display: block;
  width: 20px;
  height: 20px;
  transform: rotate(180deg);
  filter: invert(1);
  margin-left: 2px;
  background-image: url("../../../assets/icons/chevron.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.content-editable h2, .content-editable h3, .content-editable h4, .content-editable h5 {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  line-height: 1.2;
}
.content-editable h2:not(:last-child), .content-editable h3:not(:last-child), .content-editable h4:not(:last-child), .content-editable h5:not(:last-child) {
  margin-bottom: 30px;
}
.content-editable h2 {
  font-size: 2rem;
}
.content-editable h3 {
  font-size: 1.75rem;
}
.content-editable h4 {
  font-size: 1.5rem;
}
.content-editable h5 {
  font-size: 1.25rem;
}
.content-editable hr {
  border: 0;
  height: 1px;
  background-color: #979797;
  max-width: 80%;
  margin: 0 auto;
}
.content-editable hr:not(:last-child) {
  margin-bottom: 30px;
}
.content-editable p:not(:last-child) {
  margin-bottom: 30px;
}
.content-editable b,
.content-editable strong {
  font-weight: 600;
}
.content-editable i,
.content-editable em {
  font-style: italic;
}
.content-editable ul, .content-editable ol {
  padding-left: 20px;
}
.content-editable ul:not(:last-child), .content-editable ol:not(:last-child) {
  margin-bottom: 30px;
}
.content-editable ul li:not(:last-child),
.content-editable ol li:not(:last-child) {
  margin-bottom: 10px;
}
.content-editable ul {
  list-style: disc;
}
.content-editable ol {
  list-style: decimal;
}
.content-editable .wp-block-quote.is-large, .content-editable .wp-block-quote.is-style-large {
  padding-left: 30px;
}
@media screen and (min-width: 500px) {
  .content-editable .wp-block-quote.is-large, .content-editable .wp-block-quote.is-style-large {
    padding-left: 50px;
  }
}
.content-editable .wp-block-quote {
  padding: 30px 15px;
  border-top: 1px solid #e46811;
  border-bottom: 1px solid #e46811;
}
.content-editable .wp-block-quote:not(:last-child) {
  margin-bottom: 30px;
}
.content-editable .wp-block-quote p {
  font-weight: bold;
}
.content-editable .wp-block-quote cite {
  font-style: italic;
}
.content-editable .wp-block-quote.is-style-large {
  padding: 30px 15px;
  font-style: normal;
}
.content-editable .wp-block-quote.is-style-large p {
  font-style: normal;
  font-size: 1.2rem;
}
.content-editable .wp-block-quote.is-style-large cite {
  font-size: 1rem;
}
.content-editable figure {
  max-width: 100%;
}
.content-editable figure:not(:last-child) {
  margin-bottom: 30px;
}
.content-editable figure img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  height: auto;
}
.content-editable figure figcaption {
  margin: 0;
  padding: 5px 10px;
  background-color: #fafafa;
}
.content-editable figure.wp-block-embed {
  margin: 0;
}
.content-editable figure.wp-block-embed:not(:last-child) {
  margin-bottom: 30px;
}
.content-editable figure.wp-block-embed:not(.is-type-video) iframe {
  width: 100%;
}
.content-editable figure.wp-block-embed.is-type-video .wp-block-embed__wrapper {
  position: relative;
}
.content-editable figure.wp-block-embed.is-type-video .wp-block-embed__wrapper:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.content-editable figure.wp-block-embed.is-type-video .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
}
.content-editable figure.wp-block-embed.is-type-video.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
  padding-top: 75%;
}
.content-editable figure.wp-block-embed.is-type-video.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
  padding-top: 100%;
}
.content-editable .ead-preview:not(:last-child) {
  margin-bottom: 30px;
}
.content-editable a {
  color: #e46811;
}
.content-editable a:hover {
  text-decoration: underline;
}
.content-editable sup,
.content-editable sub {
  font-size: 0.75rem;
}
.content-editable sup {
  vertical-align: top;
}
.content-editable sub {
  vertical-align: bottom;
}
@media screen and (max-width: 599px) {
  .content-editable .wp-block-columns .wp-block-column:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 600px) {
  .content-editable .wp-block-columns .wp-block-column:not(:first-child) {
    margin-left: 30px;
  }
}

.content-editable--footer a {
  color: #fff;
  text-decoration: underline;
}

/**
Can be used to automatically determine margin bottom based on screen width with min/max value.
This assumes the container is 100vw.
 */
.cg-podcast-block {
  margin-top: 1em;
  margin-bottom: 1em;
  background-color: #050F2F;
  height: 4em;
  display: table;
  width: 100%;
  text-align: center;
}
.cg-podcast-block .cg-podcast-title {
  background-color: white;
  width: 100%;
  text-align: center;
  padding: 1em;
  border: solid medium black;
}
.cg-podcast-block .cg-podcast-title p {
  font-weight: bold;
}
.cg-podcast-block a {
  display: inline-block;
}
@media screen and (max-width: 999px) {
  .cg-podcast-block a {
    margin: 1em;
  }
}
@media screen and (min-width: 1000px) {
  .cg-podcast-block a {
    width: 24%;
    margin: 2em;
  }
}
.cg-podcast-block img {
  padding: 1em;
  height: auto;
  width: 10em;
  background-color: white;
  text-align: center;
  border-radius: 40px;
}
.cg-podcast-block img:hover {
  background-color: #f6d1b7;
}

/**
Can be used to automatically determine margin bottom based on screen width with min/max value.
This assumes the container is 100vw.
 */
.page-banner {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 280px;
  overflow: hidden;
  z-index: 1;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 605px) {
  .page-banner {
    height: 300px;
  }
}

@media screen and (min-width: 605px) {
  .page-banner--large {
    height: 360px;
  }
}

.page-banner--spaced:not(:last-child) {
  margin-bottom: 3.7878787879%;
}
@media screen and (min-width: 1056px) {
  .page-banner--spaced:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 528px) {
  .page-banner--spaced:not(:last-child) {
    margin-bottom: 20px;
  }
}

.page-banner__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.page-banner__image {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center right;
     object-position: center right;
}

.page-banner__content {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 40px 0;
  z-index: 2;
}
@media screen and (min-width: 605px) {
  .page-banner__content {
    padding: 0;
  }
}

.page-banner__container {
  height: 100%;
}

.page-banner__background-container {
  position: relative;
  height: 100%;
}

.page-banner__image-decoration-a {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 105vw;
  height: 105vw;
  min-width: 380px;
  min-height: 380px;
  background-color: #69A4AF;
  border-radius: 50%;
  opacity: 0.9;
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 605px) {
  .page-banner__image-decoration-a {
    left: 0;
    width: 540px;
    height: 540px;
    transform: translateY(-50%);
  }
}

.page-banner__image-decoration-b {
  position: absolute;
  top: 50%;
  left: calc(50% + 5px);
  width: calc(105vw + 20px);
  height: calc(105vw + 20px);
  min-width: 400px;
  min-height: 400px;
  border: 7px solid #69A4AF;
  border-radius: 50%;
  opacity: 0.9;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 605px) {
  .page-banner__image-decoration-b {
    left: 5px;
    width: 555px;
    height: 555px;
    transform: translateY(-50%);
  }
}

.page-banner__background-container--grey .page-banner__image-decoration-a {
  background-color: #a6a6a6;
}
.page-banner__background-container--grey .page-banner__image-decoration-b {
  border-color: #a6a6a6;
}

.page-banner__background-container--economy .page-banner__image-decoration-a {
  background-color: #dc958a;
}
.page-banner__background-container--economy .page-banner__image-decoration-b {
  border-color: #dc958a;
}

.page-banner__background-container--mental-health .page-banner__image-decoration-a {
  background-color: #7aae7c;
}
.page-banner__background-container--mental-health .page-banner__image-decoration-b {
  border-color: #7aae7c;
}

.page-banner__background-container--physical-health .page-banner__image-decoration-a {
  background-color: #99d382;
}
.page-banner__background-container--physical-health .page-banner__image-decoration-b {
  border-color: #99d382;
}

.page-banner__background-container--social-health .page-banner__image-decoration-a {
  background-color: #83d8a7;
}
.page-banner__background-container--social-health .page-banner__image-decoration-b {
  border-color: #83d8a7;
}

.page-banner__background-container--education .page-banner__image-decoration-a {
  background-color: #8dd0dc;
}
.page-banner__background-container--education .page-banner__image-decoration-b {
  border-color: #8dd0dc;
}

.page-banner__background-container--economy .page-banner__image-decoration-a {
  background-color: #dc958a;
}
.page-banner__background-container--economy .page-banner__image-decoration-b {
  border-color: #dc958a;
}

.page-banner__background-container--ethics .page-banner__image-decoration-a {
  background-color: #e0be86;
}
.page-banner__background-container--ethics .page-banner__image-decoration-b {
  border-color: #e0be86;
}

.page-banner__background-container--culture .page-banner__image-decoration-a {
  background-color: #ba7992;
}
.page-banner__background-container--culture .page-banner__image-decoration-b {
  border-color: #ba7992;
}

.page-banner__background-container--inequality .page-banner__image-decoration-a {
  background-color: #b5b9e4;
}
.page-banner__background-container--inequality .page-banner__image-decoration-b {
  border-color: #b5b9e4;
}

.page-banner__content-container {
  height: 100%;
  display: flex;
  align-items: center;
}

.page-banner__content-text {
  width: 540px;
}
@media screen and (min-width: 605px) {
  .page-banner__content-text {
    padding: 0 50px 0 25px;
  }
}

.page-banner__content-title {
  display: flex;
  align-items: center;
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
  font-size: 1.75rem;
  line-height: 1;
}
@media screen and (min-width: 605px) {
  .page-banner__content-title {
    font-size: 2.625rem;
  }
}

.page-banner__content-title svg {
  position: relative;
  top: -0.7rem;
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  margin-right: 15px;
}
@media screen and (min-width: 605px) {
  .page-banner__content-title svg {
    top: -0.3rem;
    width: 3rem;
    height: 3rem;
  }
}

.page-banner__content-summary, .page-banner__content-author {
  font-weight: 600;
  margin-top: 15px;
}
@media screen and (min-width: 605px) {
  .page-banner__content-summary, .page-banner__content-author {
    font-size: 1.125rem;
  }
}

.category-sub-menu-viewport {
  position: relative;
  width: calc(100% + 50px);
  overflow: auto;
  margin-left: -25px;
  -webkit-overflow-scrolling: touch;
}

.category-sub-menu {
  display: flex;
  align-items: center;
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
}

.category-sub-menu__item {
  flex: 1;
  min-width: 150px;
  border: 1px solid #dfdfdf;
}
.category-sub-menu__item:not(:first-child) {
  border-left: 0;
}

.category-sub-menu__link {
  color: #1d1d1b;
  text-decoration: none;
}

.category-sub-menu__icon-container {
  position: relative;
}
.category-sub-menu__icon-container:before {
  content: "";
  display: block;
  padding-top: 71.5596330275%;
}

.category-sub-menu__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.category-sub-menu__icon svg {
  display: block;
  max-height: 65%;
}

.category-sub-menu__text {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  line-height: 1;
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #1d1d1b;
  border-top: 1px solid #dfdfdf;
}

.category-sub-menu__item--active .category-sub-menu__text {
  background-color: #1d1d1b;
  color: #fff;
}

.subcategory-sub-menu {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 480px) {
  .subcategory-sub-menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.subcategory-sub-menu__item:not(:last-child):not(:last-child) {
  margin-bottom: 5px;
}
@media screen and (min-width: 480px) {
  .subcategory-sub-menu__item:not(:last-child) {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 2px solid #000;
  }
  .subcategory-sub-menu__item:not(:last-child):not(:last-child) {
    margin-bottom: 0;
  }
}

.subcategory-sub-menu__link {
  position: relative;
  display: block;
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
  color: #1d1d1b;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 5px;
}
.subcategory-sub-menu__link:hover {
  text-decoration: none;
}
.subcategory-sub-menu__link:hover:after {
  background-color: #1d1d1b;
}
@media screen and (min-width: 480px) {
  .subcategory-sub-menu__link {
    font-size: 1.125rem;
  }
  .subcategory-sub-menu__link:after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: transparent;
  }
}

.subcategory-sub-menu__item--active .subcategory-sub-menu__link {
  color: #e46811;
}
.subcategory-sub-menu__item--active .subcategory-sub-menu__link:after {
  background-color: #e46811;
}

/**
Can be used to automatically determine margin bottom based on screen width with min/max value.
This assumes the container is 100vw.
 */
.archive {
  position: relative;
  background-color: #d1ecf1;
}

.archive__header {
  margin-bottom: 3.7878787879%;
}
@media screen and (min-width: 1056px) {
  .archive__header {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 528px) {
  .archive__header {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1100px) {
  .archive__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.archive__list {
  margin-bottom: 30px;
}
@supports (display: grid) {
  @media screen and (min-width: 860px) {
    .archive__list {
      display: grid;
      grid-template-rows: auto auto;
      grid-gap: 35px;
      grid-template-columns: 1fr 1fr;
    }
  }
}

@media screen and (max-width: 859px) {
  .archive__list-item {
    margin-bottom: 20px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .archive__list-item {
    margin-bottom: 20px;
  }
}

.archive__card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 20px;
  border: 1px solid #979797;
  background-color: #fff;
  color: #1d1d1b;
  text-decoration: none;
}

.archive__list-item-meta {
  flex: 0 0 20px;
  margin-bottom: 10px;
  line-height: 1;
}

.archive__list-item-title-container {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
}

.archive__list-item-title-link {
  color: inherit;
}

.archive__list-item-type {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background-color: #f6d1b7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.archive__list-item-type svg {
  display: block;
  width: 58%;
  height: 58%;
}
.archive__list-item-type svg path {
  fill: #000;
}
@media screen and (min-width: 860px) {
  .archive__list-item-type {
    width: 48px;
    height: 48px;
  }
}

.archive__header-title {
  display: block;
  margin-bottom: 15px;
}
@media screen and (min-width: 1100px) {
  .archive__header-title {
    flex: 0 0 45%;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1100px) {
  .archive__header-search {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    max-width: 60%;
  }
}

.archive__header-search-bar {
  display: flex;
  align-items: center;
  width: 100%;
  height: 52px;
  padding-right: 5px;
  background-color: #fff;
  border: 1px solid #979797;
}
@media screen and (min-width: 1100px) {
  .archive__header-search-bar {
    max-width: 745px;
  }
}
@media screen and (max-width: 549px) {
  .archive__header-search-bar {
    padding-left: 20px;
  }
}

.archive__header-search-bar-input {
  flex: 1;
  height: 100%;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  min-width: 20px;
}

.archive__header-search-bar-input:focus {
  outline: 0;
}

.archive__header-search-bar-icon {
  margin: 0 25px;
}
.archive__header-search-bar-icon svg {
  display: block;
  width: 25px;
  height: 25px;
}
@media screen and (max-width: 549px) {
  .archive__header-search-bar-icon {
    display: none;
  }
}

.archive__header-search-bar-input {
  font-family: inherit;
  font-size: 1.125rem;
  font-weight: 600;
}

@media screen and (max-width: 549px) {
  .archive__header-search-bar-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    padding: 0;
    font-size: 0;
  }
  .archive__header-search-bar-btn:before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background-image: url("../../../assets/icons/search.svg");
    filter: invert(1);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
  }
}

/**
Can be used to automatically determine margin bottom based on screen width with min/max value.
This assumes the container is 100vw.
 */
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination .page-numbers {
  width: 36px;
  height: 36px;
  border: 1px solid #9b9b9b;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #1d1d1b;
  text-decoration: none;
}
.pagination .page-numbers:not(:last-child) {
  margin-right: 5px;
}

.pagination .page-numbers.current {
  background-color: #e46811;
  color: #fff;
}

.pagination .page-numbers.prev,
.pagination .page-numbers.next {
  font-size: 0;
}
.pagination .page-numbers.prev:before,
.pagination .page-numbers.next:before {
  content: "";
  width: 25px;
  height: 25px;
  background-image: url("../assets/icons/chevron.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.pagination .page-numbers.prev {
  margin-right: 25px;
}

.pagination .page-numbers.next {
  transform: rotate(180deg);
  margin-left: 25px;
}

/**
Can be used to automatically determine margin bottom based on screen width with min/max value.
This assumes the container is 100vw.
 */
.news-spotlight {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 870px) {
  .news-spotlight {
    display: flex;
    justify-content: flex-end;
  }
}

.news-spotlight-header {
  margin-bottom: 3.7878787879%;
}
@media screen and (min-width: 1056px) {
  .news-spotlight-header {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 528px) {
  .news-spotlight-header {
    margin-bottom: 20px;
  }
}

.news-spotlight__featured {
  flex: 0 0 55%;
  order: 2;
}

@media screen and (min-width: 870px) {
  .news-spotlight__list-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 45%;
    height: 100%;
    padding-right: 20px;
  }
}

.news-spotlight__featured {
  position: relative;
}
@media screen and (min-width: 580px) {
  .news-spotlight__featured {
    display: flex;
    justify-content: flex-end;
    padding: 48px 0;
  }
}

.news-spotlight__featured-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

.news-spotlight__featured-image-container {
  position: relative;
  width: calc(100% - 10px);
  margin-left: 10px;
  z-index: 1;
}
.news-spotlight__featured-image-container:before {
  content: "";
  display: block;
  padding-top: 132.1428571429%;
}
@media screen and (min-width: 580px) {
  .news-spotlight__featured-image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-left: 0;
  }
  .news-spotlight__featured-image-container:before {
    display: none;
  }
}

.news-spotlight__featured-content {
  position: relative;
  display: flex;
  width: calc(100% - 10px);
  max-width: 410px;
  background-color: rgba(0, 0, 0, 0.75);
  padding: 20px;
  color: #fff;
  z-index: 2;
  margin-top: -60%;
  margin-bottom: 20px;
}
@media screen and (min-width: 580px) {
  .news-spotlight__featured-content {
    width: 90%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 30px 40px 30px 0;
  }
}

.news-spotlight__featured-content-date {
  display: flex;
  justify-content: center;
  flex: 0 0 25px;
}
@media screen and (min-width: 580px) {
  .news-spotlight__featured-content-date {
    flex: 0 0 55px;
  }
}

.news-spotlight__featured-content-date-text {
  position: absolute;
  top: 63px;
  left: -22px;
  display: block;
  white-space: nowrap;
  line-height: 1;
  transform: rotate(-90deg);
  font-weight: 600;
  text-transform: uppercase;
}
@media screen and (min-width: 580px) {
  .news-spotlight__featured-content-date-text {
    top: 70px;
    left: -20px;
  }
}

.news-spotlight__featured-content-meta {
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.news-spotlight__featured-content-title {
  margin-bottom: 15px;
}

.news-spotlight__featured-content-title-link {
  color: inherit;
}

.news-spotlight__feature-content-excerpt {
  margin-bottom: 20px;
}

.news-spotlight__list-viewport {
  height: 100%;
  overflow: auto;
}

.news-spotlight__list {
  width: 100%;
}

.news-spotlight__list-card {
  display: block;
  padding: 30px 0;
  border-top: 1px solid #979797;
  color: #1d1d1b;
  text-decoration: none;
}

.news-spotlight__list-date {
  display: block;
  margin-bottom: 10px;
}

.news-spotlight__list-meta {
  display: block;
  margin-bottom: 10px;
}

.news-spotlight__list-title {
  margin-bottom: 10px;
}

.news-spotlight__list-title-link {
  color: inherit;
}

/**
Can be used to automatically determine margin bottom based on screen width with min/max value.
This assumes the container is 100vw.
 */
.study-list-grid__header {
  margin-bottom: 3.7878787879%;
}
@media screen and (min-width: 1056px) {
  .study-list-grid__header {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 528px) {
  .study-list-grid__header {
    margin-bottom: 20px;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 740px) {
    .study-list-grid {
      display: grid;
      grid-gap: 25px;
      grid-template-rows: auto auto;
      grid-template-columns: 1fr 1fr;
      margin-bottom: 0;
    }
  }
  @media screen and (min-width: 1095px) {
    .study-list-grid {
      grid-template-rows: auto;
      grid-template-columns: 1fr 1fr 1fr;
    }
  }
}
@media screen and (max-width: 739px) {
  .study-list-grid .study-list-item {
    margin-bottom: 20px;
  }
}
.study-list-grid .study-list-item:nth-child(4) {
  display: none;
}
@media screen and (max-width: 1094px) {
  .study-list-grid .study-list-item:nth-child(4) {
    display: block;
  }
}

.study-list-item {
  display: flex;
  flex-direction: column;
  padding: 20px;
  margin-left: 25px;
  background-color: #69A4AF;
}

.study-list-grid--blue .study-list-item {
  background-color: #015a83;
}

.study-list-item--mental-health {
  background-color: #7aae7c;
}

.study-list-item--physical-health {
  background-color: #99d382;
}

.study-list-item--social-health {
  background-color: #99d382;
}

.study-list-item--economy {
  background-color: #dc958a;
}

.study-list-item--education {
  background-color: #8dd0dc;
}

.study-list-item--culture {
  background-color: #ba7992;
}

.study-list-item--inequality {
  background-color: #b5b9e4;
}

.study-list-item--ethics {
  background-color: #e0be86;
}

.study-list-item__header {
  flex: 0 0 50px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.study-list-item__meta {
  overflow: hidden;
  flex: 1;
  margin-bottom: 12px;
}

.study-list-item__icon {
  flex: 0 0 30px;
  margin-left: 5px;
}
.study-list-item__icon svg path {
  fill: #1d1d1b;
}

.study-list-item__date {
  display: block;
}

.study-list-item__url {
  flex: 1;
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
}

.study-list-item__content {
  flex: 1;
  padding: 25px 20px 25px 45px;
  margin-left: -45px;
  margin-bottom: 15px;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
}

.study-list-item__author {
  flex: 0 0 20px;
}

.study-list-item__category {
  display: block;
  margin-bottom: 5px;
}

.study-list-item__title {
  margin-bottom: 10px;
}

.study-list-item__author {
  font-weight: bold;
}

/**
Can be used to automatically determine margin bottom based on screen width with min/max value.
This assumes the container is 100vw.
 */
.human-story-list-grid__header {
  margin-bottom: 3.7878787879%;
}
@media screen and (min-width: 1056px) {
  .human-story-list-grid__header {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 528px) {
  .human-story-list-grid__header {
    margin-bottom: 20px;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 600px) {
    .human-story-list-grid {
      display: grid;
      grid-gap: 25px;
      grid-template-rows: auto auto;
      grid-template-columns: 1fr 1fr;
    }
  }
  @media screen and (min-width: 1020px) {
    .human-story-list-grid {
      grid-template-rows: auto;
      grid-template-columns: 1fr 1fr 1fr;
    }
  }
}

.human-story-list-grid .human-story-list-item {
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
  .human-story-list-grid .human-story-list-item {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1020px) {
  .human-story-list-grid .human-story-list-item:nth-child(4) {
    display: none;
  }
}

.human-story-list-item {
  position: relative;
  z-index: 1;
}

.human-story-list-item__image-container {
  position: absolute;
  top: 0;
  left: 20px;
  width: calc(100% - 20px);
  height: 100%;
  z-index: 1;
}

.human-story-list-item__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.human-story-list-item__content {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  z-index: 2;
}

.human-story-list-item__content-spacer:before {
  content: "";
  display: block;
  padding-top: 55%;
}

.human-story-list-item__info {
  flex-grow: 1;
  display: flex;
  width: calc(100% - 20px);
  background-color: rgba(0, 0, 0, 0.75);
  margin-bottom: 20px;
}

.human-story-list-item__date {
  position: relative;
  flex: 0 0 15px;
}

.human-story-list-item__date-text {
  position: absolute;
  top: 70px;
  left: -25px;
  display: block;
  white-space: nowrap;
  line-height: 1;
  transform: rotate(-90deg);
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

.human-story-list-item__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  color: #fff;
  padding: 30px 30px 30px 30px;
}

.human-story-list-item__meta {
  display: block;
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.human-story-list-item__title {
  flex-grow: 1;
  display: block;
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 15px;
}

/**
Can be used to automatically determine margin bottom based on screen width with min/max value.
This assumes the container is 100vw.
 */
.studies-overview__header {
  margin-bottom: 3.7878787879%;
}
@media screen and (min-width: 1056px) {
  .studies-overview__header {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 528px) {
  .studies-overview__header {
    margin-bottom: 20px;
  }
}

.studies-overview__slide {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 660px) {
  .studies-overview__slide {
    height: 360px;
  }
}
@media screen and (min-width: 865px) {
  .studies-overview__slide {
    height: 460px;
  }
}

.studies-overview__image-container {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (min-width: 660px) {
  .studies-overview__image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.studies-overview__image {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 660px) {
  .studies-overview__image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
}

.studies-overview__slide-content {
  position: relative;
  height: 100%;
  z-index: 2;
  padding: 20px 0;
  background-color: #69A4AF;
}
@media screen and (min-width: 660px) {
  .studies-overview__slide-content {
    padding: 0;
    background-color: transparent;
  }
}

.studies-overview__container {
  display: flex;
  height: 100%;
  align-items: center;
}

.studies-overview__title {
  display: block;
  margin-bottom: 10px;
}
@media screen and (min-width: 660px) {
  .studies-overview__title {
    margin-bottom: 20px;
  }
}

.studies-overview__summary {
  font-weight: 600;
}
@media screen and (min-width: 660px) {
  .studies-overview__summary {
    font-size: 1.125rem;
  }
}

.studies-overview__content {
  max-width: 460px;
}

@media screen and (min-width: 660px) {
  .studies-overview__slide-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 550px;
    height: 100%;
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 660px) and (min-width: 1056px) {
  .studies-overview__slide-background {
    width: calc((100vw - 1056px) / 2 + 550px);
  }
}
@media screen and (min-width: 660px) {
  .studies-overview__slide-background-main {
    flex: 1;
    height: 100%;
    background-color: #69A4AF;
    opacity: 0.9;
  }
  .studies-overview__slide-background-circle {
    flex: 0 0 165px;
    position: relative;
    height: 100%;
    overflow: hidden;
  }
  .studies-overview__slide-background-circle:before {
    content: "";
    position: absolute;
    top: -2.5%;
    left: -155%;
    display: block;
    width: 250%;
    height: 105%;
    border-radius: 50%;
    background-color: #69A4AF;
    opacity: 0.9;
  }
  .studies-overview__slide--grey .studies-overview__slide-background-main,
  .studies-overview__slide--grey .studies-overview__slide-background-circle:before {
    background-color: #a6a6a6;
  }
  .studies-overview__slide--mental-health .studies-overview__slide-background-main,
  .studies-overview__slide--mental-health .studies-overview__slide-background-circle:before {
    background-color: #7aae7c;
  }
  .studies-overview__slide--physical-health .studies-overview__slide-background-main,
  .studies-overview__slide--physical-health .studies-overview__slide-background-circle:before {
    background-color: #99d382;
  }
  .studies-overview__slide--social-health .studies-overview__slide-background-main,
  .studies-overview__slide--social-health .studies-overview__slide-background-circle:before {
    background-color: #83d8a7;
  }
  .studies-overview__slide--education .studies-overview__slide-background-main,
  .studies-overview__slide--education .studies-overview__slide-background-circle:before {
    background-color: #8dd0dc;
  }
  .studies-overview__slide--economy .studies-overview__slide-background-main,
  .studies-overview__slide--economy .studies-overview__slide-background-circle:before {
    background-color: #dc958a;
  }
  .studies-overview__slide--ethics .studies-overview__slide-background-main,
  .studies-overview__slide--ethics .studies-overview__slide-background-circle:before {
    background-color: #e0be86;
  }
  .studies-overview__slide--culture .studies-overview__slide-background-main,
  .studies-overview__slide--culture .studies-overview__slide-background-circle:before {
    background-color: #ba7992;
  }
  .studies-overview__slide--inequality .studies-overview__slide-background-main,
  .studies-overview__slide--inequality .studies-overview__slide-background-circle:before {
    background-color: #b5b9e4;
  }
}
.studies-overview__controls {
  background-color: #f0efeb;
  padding: 20px 0 40px;
}

.studies-overview__controls-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.studies-overview__controls-buttons {
  display: flex;
}

.studies-overview__controls-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #fff;
  background-color: #e46811;
  border: 2px solid #e46811;
  border-radius: 0;
  -webkit-appearance: none;
}

.studies-overview__controls-button svg {
  display: block;
  width: 30px;
  height: 30px;
}
.studies-overview__controls-button svg path {
  fill: currentColor;
}

.studies-overview__controls-button--next {
  margin-left: 20px;
  transform: rotate(180deg);
}

.studies-overview__links-viewport {
  width: calc(100% + 50px);
  overflow: auto;
  margin-left: -25px;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 825px) {
  .studies-overview__links-viewport {
    height: 100px;
    margin-bottom: -55px;
  }
}

.studies-overview__links {
  display: flex;
  align-items: center;
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
}

.studies-overview__button {
  position: relative;
  flex: 1;
  min-width: 125px;
  height: 45px;
  line-height: 1;
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
  font-size: 1rem;
  text-transform: uppercase;
  color: #1d1d1b;
  background-color: transparent;
  border: 1px solid #dfdfdf;
  border-bottom: 0;
  -webkit-appearance: none;
}
.studies-overview__button:not(:last-child) {
  border-right: 0;
}
.studies-overview__button.glide__bullet--active {
  background-color: #1d1d1b;
  color: #fff;
}
@media screen and (min-width: 825px) {
  .studies-overview__button.glide__bullet--active:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    background-color: inherit;
    position: absolute;
    bottom: -10px;
    left: calc(50% - 10px);
    z-index: 1;
  }
}

.studies-overview__button-text {
  position: relative;
  z-index: 2;
}

/**
Can be used to automatically determine margin bottom based on screen width with min/max value.
This assumes the container is 100vw.
 */
.content-block__section {
  padding-top: 3.7878787879%;
  padding-bottom: 3.7878787879%;
}
@media screen and (min-width: 1056px) {
  .content-block__section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 528px) {
  .content-block__section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.content-block__section:nth-of-type(2n) {
  background-color: #d1ecf1;
}
.content-block__section:nth-of-type(2n).content-block__section--transparent {
  background-color: transparent;
}
.content-block__section:nth-of-type(2n) .content-block__image-container {
  order: 1;
}
.content-block__section:nth-of-type(2n) .content-block__content {
  order: 2;
}
@media screen and (min-width: 815px) {
  .content-block__section:nth-of-type(2n) .content-block__content {
    padding-left: 35px;
    padding-right: 0;
  }
}

.content-block__section--transparent {
  background-color: transparent;
}

.content-block__section--blue {
  background-color: #d1ecf1;
}

.content-block__container {
  display: flex;
  align-items: stretch;
}

.content-block__content {
  flex: 1;
  order: 1;
  align-self: center;
}
@media screen and (min-width: 815px) {
  .content-block__content {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 35px;
  }
}

.content-block__image-container {
  order: 2;
}
@media screen and (max-width: 814px) {
  .content-block__image-container {
    display: none;
  }
}

.content-block__title {
  margin-bottom: 10px;
}
@media screen and (min-width: 815px) {
  .content-block__title {
    margin-bottom: 20px;
  }
}

.content-block__image-container {
  flex: 1;
}

.content-block__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/**
Can be used to automatically determine margin bottom based on screen width with min/max value.
This assumes the container is 100vw.
 */
.call-to-action {
  padding: 40px 0;
  background-color: #f6d1b7;
}

.call-to-action__container {
  text-align: center;
}

.call-to-action__title {
  justify-content: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .call-to-action__title {
    margin-bottom: 20px;
  }
}

.call-to-action__description {
  display: block;
  font-weight: 600;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .call-to-action__description {
    font-size: 1.125rem;
    margin-bottom: 25px;
  }
}

.call-to-action__btn-container {
  display: flex;
  justify-content: center;
}

/**
Can be used to automatically determine margin bottom based on screen width with min/max value.
This assumes the container is 100vw.
 */
.mailchimp-container {
  position: relative;
  background-color: #f6d1b7;
  padding: 40px 0;
  width: 100%;
}

.mailchimp__heading {
  display: block;
  text-align: center;
  margin-bottom: 15px;
}

.mailchimp__subheading {
  font-weight: 600;
  font-size: 1.125rem;
  text-align: center;
}

.mailchimp__form {
  margin: 20px auto 0;
  max-width: 560px;
}

.mailchimp__form-name-wrapper {
  display: flex;
  margin-bottom: 15px;
}

.mailchimp__form-name-container {
  flex: 1;
}

.mailchimp__form-name-container:not(:last-child) {
  margin-right: 15px;
}

.mailchimp__form-label {
  font-weight: 600;
  margin-bottom: 30px;
}

.mailchimp__form-input {
  line-height: 40px;
  padding: 0 15px;
  font-family: inherit;
  font-size: 1rem;
  width: 100%;
  color: #000;
  border: solid 1px #979797;
}

.mailchimp__form-submit-button {
  text-align: center;
  margin-top: 20px;
}

.mailchimp__form-msg {
  color: red;
  display: none;
}

.input-error {
  border: 1px solid red;
}

.show {
  display: block;
}

.mailchimp__response:not(:empty) {
  margin-top: 20px;
}

.mailchimp__response--error {
  color: #B33327 !important;
  text-align: center;
}

.mailchimp__response--success {
  color: #529214 !important;
  text-align: center;
}

/*
The CSS for the human story content itself
 */
.human-story__page-wrapper {
  background-color: #fff;
}

.human-story__article-wrapper {
  background-color: #fff;
}

.human-story__content-wrapper {
  max-width: 860px;
  margin: 0 auto;
}

.human-story__author {
  font-weight: 600;
  margin-bottom: 30px;
}

.human-story__social-media-icons-header-underline,
.human-story__social-media-icons-footer-underline {
  border: 1px solid #979797;
  margin: 0;
}

.human-story__publish-date {
  margin-bottom: 20px;
}

.human-story__summary {
  font-weight: bold;
  font-size: 28px;
  padding-bottom: 10px;
  font-family: "Sora", sans-serif;
}

.human-story__article-container {
  padding-top: 30px;
  padding-bottom: 30px;
}

.human-story__article-bookend {
  padding: 15px 0;
}

.human-story__article-bookend--header {
  border-bottom: 1px solid #979797;
  margin-bottom: 30px;
}

.human-story__article-bookend--footer {
  border-top: 1px solid #979797;
  margin-top: 30px;
}

.human-story__article-bookend-content {
  max-width: 860px;
  margin: 0 auto;
}

.container--smaller {
  max-width: 1200px;
}

.homepage-banner__wrapper {
  text-align: center;
  padding-top: 30px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.homepage-banner__wrapper p {
  font-size: 28px;
  font-weight: 500;
  font-family: "Sora", sans-serif;
}

.homepage-banner__primary-heading {
  text-transform: uppercase;
  font-size: 2.5rem;
  font-weight: bold;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1.1;
}
@media screen and (min-width: 810px) {
  .homepage-banner__primary-heading {
    font-size: 4.6875rem;
  }
}

.homepage-banner__sub-heading {
  font-weight: bold;
}
@media screen and (min-width: 980px) {
  .homepage-banner__sub-heading {
    font-size: 1.1875rem;
  }
}

.homepage-banner__top-hr {
  background-color: #000;
  height: 4px;
  margin-bottom: 20px;
}

.homepage-banner__bottom-hr {
  background-color: #000;
  height: 2px;
  margin-top: 20px;
}

.recently-updated__cg-content-container {
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
@media screen and (min-width: 980px) {
  .recently-updated__cg-content-container {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 600px) {
  .recently-updated__cg-content-container {
    display: grid;
  }
}

.recently-updated__cg-content-header {
  margin-bottom: 20px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
}

.recently-updated__cg-content-header:after {
  display: inline-block;
  content: "";
  height: 2px;
  background: rgba(0, 0, 0, 0.75);
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -2px;
  margin-left: 10px;
}

.recently-updated__cg-content-square {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  margin-bottom: 20px;
}
@media screen and (min-width: 980px) {
  .recently-updated__cg-content-square {
    margin-bottom: 0;
  }
}

.recently-updated__cg-content-square-top {
  height: 226px;
  position: relative;
}

.recently-updated__cg-content-square-top img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.recently-updated__cg-content-square-bottom {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #979797;
  position: relative;
}

.recently-updated__cg-content-excerpt {
  flex: 1;
}

.recently-updated__cg-content-readtime {
  position: absolute;
  left: 0;
  top: 6px;
  padding-left: 40px;
  padding-right: 5px;
  background-color: #344e41;
  color: #f0efeb;
  min-width: 100px;
}

.recently-updated__cg-content-readtime svg {
  width: 25px;
  height: 25px;
  left: 10px;
  bottom: 0;
  position: absolute;
}

.recently-updated__cg-content-type {
  font-family: "Sora", sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  padding: 8px 0 8px 0;
}

.recently-updated__item-title,
.recently-updated__item-date {
  margin-bottom: 10px;
}

.recently-updated__cg-content-excerpt {
  margin-bottom: 20px;
}

.make-a-donation__wrapper {
  display: flex;
}
@media screen and (max-width: 500px) {
  .make-a-donation__wrapper {
    display: block;
    margin-bottom: 0;
  }
}

.make-a-donation__heading {
  margin-bottom: 25px;
}
@media screen and (max-width: 500px) {
  .make-a-donation__heading {
    text-align: center;
  }
}

@media screen and (max-width: 500px) {
  .make-a-donation__content {
    text-align: center;
  }
}

.make-a-donation__left {
  width: 60%;
  padding: 15px;
}
@media screen and (max-width: 500px) {
  .make-a-donation__left {
    width: 100%;
  }
}

.make-a-donation__right {
  padding: 15px;
  width: 40%;
}
@media screen and (max-width: 500px) {
  .make-a-donation__right {
    display: none;
  }
}

.make-a-donation__right img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.make-a-donation__donate {
  margin: 20px 0;
}
@media screen and (max-width: 500px) {
  .make-a-donation__donate {
    text-align: center;
  }
}

.cg-content-item {
  display: flex;
  flex-direction: column;
  padding-bottom: 10px;
  border-bottom: 1px solid #979797;
}

.cg-content-item__image-container {
  position: relative;
  margin-bottom: 10px;
  background-color: #f1f1f1;
}
.cg-content-item__image-container:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.cg-content-item__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

.cg-content-item__read-time {
  position: absolute;
  top: 10px;
  left: 0;
  height: 30px;
  padding: 0 10px;
  background-color: #050F2F;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  z-index: 2;
}
.cg-content-item__read-time svg {
  display: block;
  width: 28px;
  height: 28px;
  margin-right: 5px;
}

.cg-content-item__content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.cg-content-item__title {
  height: 54px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cg-content-item__title,
.cg-content-item__meta,
.cg-content-item__date {
  margin-bottom: 10px;
}

.cg-content-item__title-link {
  text-decoration: none;
  color: inherit;
}

.cg-content-item__excerpt {
  flex: 1;
  margin-bottom: 15px;
}

.cg-content-item__image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cg-content-item__image-overlay svg {
  display: block;
  width: 80px;
  height: 80px;
}

@media screen and (min-width: 590px) {
  .cg-content-item--horizontal {
    flex-direction: row;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .cg-content-item--horizontal .cg-content-item__image-container {
    position: relative;
    flex: 0 0 180px;
    max-height: none;
    margin-bottom: 0;
  }
  .cg-content-item--horizontal .cg-content-item__image-container:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .cg-content-item--horizontal .cg-content-item__content {
    padding: 10px 0 10px 15px;
    border-top: 1px solid #979797;
    border-bottom: 1px solid #979797;
  }
  .cg-content-item--horizontal .cg-content-item__title {
    height: auto;
  }
}
/**
Can be used to automatically determine margin bottom based on screen width with min/max value.
This assumes the container is 100vw.
 */
@media screen and (min-width: 1000px) {
  .home-page-grid {
    display: flex;
  }
}

.home-page-grid__left {
  flex: 2;
  margin-bottom: 20px;
}
@media screen and (min-width: 1000px) {
  .home-page-grid__left {
    margin-right: 20px;
    margin-bottom: 0;
  }
}

.home-page-grid__right {
  flex: 1;
}
@media screen and (min-width: 590px) and (max-width: 999px) {
  .home-page-grid__right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }
}

@media screen and (min-width: 590px) {
  .home-page-grid__cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }
}
@media screen and (max-width: 589px) {
  .home-page-grid__cols .cg-content-item {
    margin-bottom: 20px;
  }
}

.home-page-grid__section:not(:last-child) {
  margin-bottom: 20px;
}

.home-page-grid__cg-edition {
  position: relative;
}
@media screen and (max-width: 589px) {
  .home-page-grid__cg-edition {
    margin-left: -25px;
    width: calc(100% + 50px);
  }
}

.home-page-grid__cg-edition-image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

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

.home-page-grid__cg-edition-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 90%;
  padding: 30px 20px;
  z-index: 1;
}
@media screen and (min-width: 1000px) {
  .home-page-grid__cg-edition-content {
    height: 430px;
  }
}
@media screen and (min-width: 590px) {
  .home-page-grid__cg-edition-content {
    width: 60%;
    padding: 50px 40px;
  }
}

.home-page-grid__cg-edition-volume {
  display: block;
  margin-bottom: 15px;
}

.home-page-grid__cg-edition-title {
  height: 70px;
  font-size: 2rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-page-grid__cg-edition-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 20px;
}

.home-page-grid__cg_edition-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.home-page-grid__cg_edition-background-main {
  flex: 0 1 100%;
  width: calc(100% - 165px);
  height: 100%;
  background-color: #69A4AF;
  opacity: 0.9;
}
@media screen and (min-width: 590px) {
  .home-page-grid__cg_edition-background-main {
    flex: 0 0 50%;
    width: auto;
  }
}

.home-page-grid__cg_edition-background-circle {
  flex: 0 0 165px;
  position: relative;
  height: 100%;
  overflow: hidden;
}

.home-page-grid__cg_edition-background-circle:before {
  content: "";
  position: absolute;
  top: -7.5%;
  left: -155%;
  display: block;
  width: 250%;
  height: 115%;
  border-radius: 50%;
  background-color: #69A4AF;
  opacity: 0.9;
}

.home-page-grid__cg_edition-background--grey .home-page-grid__cg_edition-background-main {
  background-color: #a6a6a6;
}
.home-page-grid__cg_edition-background--grey .home-page-grid__cg_edition-background-circle:before {
  background-color: #a6a6a6;
}

.home-page-grid__cg_edition-background--mental-health .home-page-grid__cg_edition-background-main {
  background-color: #7aae7c;
}
.home-page-grid__cg_edition-background--mental-health .home-page-grid__cg_edition-background-circle:before {
  background-color: #7aae7c;
}

.home-page-grid__cg_edition-background--physical-health .home-page-grid__cg_edition-background-main {
  background-color: #99d382;
}
.home-page-grid__cg_edition-background--physical-health .home-page-grid__cg_edition-background-circle:before {
  background-color: #99d382;
}

.home-page-grid__cg_edition-background--social-health .home-page-grid__cg_edition-background-main {
  background-color: #83d8a7;
}
.home-page-grid__cg_edition-background--social-health .home-page-grid__cg_edition-background-circle:before {
  background-color: #83d8a7;
}

.home-page-grid__cg_edition-background--education .home-page-grid__cg_edition-background-main {
  background-color: #8dd0dc;
}
.home-page-grid__cg_edition-background--education .home-page-grid__cg_edition-background-circle:before {
  background-color: #8dd0dc;
}

.home-page-grid__cg_edition-background--economy .home-page-grid__cg_edition-background-main {
  background-color: #dc958a;
}
.home-page-grid__cg_edition-background--economy .home-page-grid__cg_edition-background-circle:before {
  background-color: #dc958a;
}

.home-page-grid__cg_edition-background--ethics .home-page-grid__cg_edition-background-main {
  background-color: #e0be86;
}
.home-page-grid__cg_edition-background--ethics .home-page-grid__cg_edition-background-circle:before {
  background-color: #e0be86;
}

.home-page-grid__cg_edition-background--culture .home-page-grid__cg_edition-background-main {
  background-color: #ba7992;
}
.home-page-grid__cg_edition-background--culture .home-page-grid__cg_edition-background-circle:before {
  background-color: #ba7992;
}

.home-page-grid__cg_edition-background--inequality .home-page-grid__cg_edition-background-main {
  background-color: #b5b9e4;
}
.home-page-grid__cg_edition-background--inequality .home-page-grid__cg_edition-background-circle:before {
  background-color: #b5b9e4;
}

.home-page-grid__cg-overview {
  padding: 20px 0;
  background-color: #d1ecf1;
}
@media screen and (max-width: 589px) {
  .home-page-grid__cg-overview {
    margin-left: -25px;
    width: calc(100% + 50px);
  }
}

.home-page-grid__cg-overview-header {
  display: flex;
}
.home-page-grid__cg-overview-header:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (min-height: 590px) {
  .home-page-grid__cg-overview-header {
    height: 33px;
  }
}

.home-page-grid__cg-overview-container {
  margin-bottom: 20px;
}
@media screen and (min-width: 590px) {
  .home-page-grid__cg-overview-container {
    display: flex;
    align-items: stretch;
  }
}

.home-page-grid__cg-overview-content {
  flex: 1;
  padding-left: 20px;
}
@media screen and (min-width: 590px) {
  .home-page-grid__cg-overview-content {
    padding-left: 40px;
    padding-right: 20px;
  }
}

.home-page-grid__cg-overview-title {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.625rem;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.1;
  margin-bottom: 15px;
}

.home-page-grid__cg-overview-excerpt {
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-page-grid__cg-overview-image-container {
  position: relative;
  flex: 1;
}

.home-page-grid__cg-overview-image-wrap {
  position: relative;
  width: 100%;
}
.home-page-grid__cg-overview-image-wrap:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.home-page-grid__cg-overview-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-page-grid__cg-overview-read-time {
  height: 30px;
  padding: 0 10px 0 40px;
  background-color: #050F2F;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  z-index: 2;
}
.home-page-grid__cg-overview-read-time svg {
  display: block;
  width: 28px;
  height: 28px;
  margin-right: 5px;
}

.sharing-links {
  display: flex;
  align-items: center;
}

.sharing-links__social-media-icon {
  display: block;
}
.sharing-links__social-media-icon:not(:last-child) {
  margin-right: 10px;
}

.sharing-links__social-media-icon svg {
  height: 30px;
  width: 30px;
}

@keyframes reveal {
  to {
    opacity: 1;
    transform: none;
  }
}
.cookie-details-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 100;
}

.cookie-details {
  display: none;
  width: 100%;
  max-width: 1082px;
  background-color: #050F2F;
  padding: 20px;
  font-size: 1rem;
  color: #fff;
  opacity: 0.5;
  transform: translateY(100%);
  animation: reveal 850ms cubic-bezier(0.3, 1, 0.3, 1) 1s forwards;
}

.cookie-details__header:not(:last-child) {
  margin-bottom: 15px;
}

.cookie-details--hidden {
  opacity: 0;
}

.cookie-details__close {
  align-items: center;
  display: flex;
  height: 50px;
  justify-content: center;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  background: none;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
}

.cookie-details__close:active, .cookie-details__close:hover, .cookie-details__close:focus {
  text-decoration: none;
}

.cookie-details__close-text {
  border-radius: 50%;
  color: #fff;
  display: block;
  flex: 0 0 30px;
  font-size: 1rem;
  height: 30px;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  width: 30px;
}

.cookie-details__header {
  font-size: 1.25rem;
}

.cookie-details__text:not(:last-child) {
  margin-bottom: 15px;
}

.cookie-details__text a {
  color: #fff;
  text-decoration: underline;
}

.cookie-details__link {
  background: none;
  border: none;
  font-size: inherit;
  font-family: inherit;
  text-decoration: underline;
  padding: 0;
  color: #fff;
  -webkit-appearance: none;
  cursor: pointer;
}
.cookie-details__link + .cookie-details__link {
  margin-left: 10px;
}

/**
Can be used to automatically determine margin bottom based on screen width with min/max value.
This assumes the container is 100vw.
 */
.cg-article__banner {
  position: relative;
  width: 100%;
  min-height: 140px;
}
.cg-article__banner:before {
  content: "";
  display: block;
  padding-top: 20%;
}

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

.cg-article {
  grid-template-columns: minmax(0, 1fr) 310px;
  grid-column-gap: 10%;
  margin: 40px 0 60px;
}
@media screen and (min-width: 980px) {
  .cg-article {
    display: grid;
  }
}

.cg-article__header:not(:last-child) {
  margin-bottom: 30px;
}

.cg-article__title {
  font-size: 2.875rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  line-height: 1.1;
}
.cg-article__title:not(:last-child) {
  margin-bottom: 30px;
}

.cg-article__excerpt {
  font-weight: bold;
}
@media screen and (min-width: 980px) {
  .cg-article__excerpt {
    font-size: 1.125rem;
  }
}

.cg-article__meta--mobile:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (min-width: 980px) {
  .cg-article__meta--mobile {
    display: none;
  }
}

@media screen and (max-width: 979px) {
  .cg-article__meta--desktop {
    display: none;
  }
}

.cg-article__meta-box {
  padding: 20px 0;
  border-bottom: 1px solid #979797;
}
.cg-article__meta-box:first-child {
  border-top: 1px solid #979797;
}

.cg-article__meta-box--border-top {
  border-top: 1px solid #979797;
}

.cg-article__meta-box--no-border {
  border-bottom: none;
}

.cg-article__author-header {
  display: flex;
  align-items: center;
}
.cg-article__author-header:not(:last-child) {
  margin-bottom: 15px;
}

.cg-article__author-picture {
  position: relative;
  flex: 0 0 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 14px;
  overflow: hidden;
}

.cg-article__author-picture-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cg-article__author-name {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

.cg-article__date {
  display: block;
}

.cg-article__bio {
  font-size: 0.875rem;
}

.cg-article__meta-title {
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}

.cg-article__meta-title--no-margin {
  margin-bottom: 0;
}

.cg-article__content {
  font-family: "Sora", sans-serif;
  padding: 0 0 10px 0;
}

.cg-article__type-link {
  display: flex;
  align-items: center;
  color: inherit;
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 2.8409090909%;
}
@media screen and (min-width: 1056px) {
  .cg-article__type-link {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 704px) {
  .cg-article__type-link {
    margin-bottom: 20px;
  }
}

.cg-article__type-link--no-margin {
  margin-bottom: 0;
}

.cg-article__type-link-icon {
  position: relative;
  top: -2px;
  display: block;
  width: 20px;
  height: 20px;
  margin-left: 8px;
  transform: rotate(180deg);
}
.cg-article__type-link-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.cg-article__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.cg-article__tag-list-item {
  flex: 0 0 auto;
}

.cg-article__tag {
  display: flex;
  align-items: center;
  padding: 0 25px;
  height: 42px;
  border: 1px solid #000;
  line-height: 1;
  font-size: 0.9rem;
  font-weight: bold;
  color: #000;
}

.cg-article__related-title {
  color: #1d1d1b;
  font-size: 0.875rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.cg-article__related-date {
  color: #1d1d1b;
  font-size: 0.75rem;
}

.cg-article__related-date-strong {
  font-weight: bold;
}

.cg-article__video {
  display: block;
  max-width: 100%;
}

.cg-article__study {
  background-color: #dc958a;
  margin-bottom: 12px;
  padding: 30px;
}
.cg-article__study svg {
  height: 28px;
  margin-right: 10px;
  width: 28px;
}
.cg-article__study path {
  fill: #000;
}

.cg-article__study-top {
  align-items: center;
  display: flex;
}

.cg-article__study-date {
  font-size: 0.75rem;
  font-weight: bold;
}

.cg-article__study-author {
  font-size: 0.75rem;
  margin: 5px 0;
}

.cg-article__link {
  color: #1d1d1b;
}

/**
Can be used to automatically determine margin bottom based on screen width with min/max value.
This assumes the container is 100vw.
 */
.cg-article-item {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.cg-article-item--vertical {
  height: auto;
}

.cg-article-item__image-container {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  background-color: #f6d1b7;
}
.cg-article-item__image-container:before {
  content: "";
  display: block;
  padding-top: 62.3100303951%;
}

.cg-article-item__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

.cg-article-item__image-play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.cg-article-item__image-play svg {
  display: block;
  width: 90px;
  height: 90px;
}

.cg-article-item__length {
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 3;
  background-color: #050f2f;
  height: 30px;
  line-height: 30px;
  padding: 0 20px 0 10px;
  color: #fff;
  display: flex;
  align-items: center;
}
.cg-article-item__length svg {
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 5px;
}

.cg-article-item__content {
  flex: 1;
  margin-bottom: 10px;
}

.cg-article-item__title {
  font-weight: bold;
  margin-bottom: 5px;
}

.cg-article-item__excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cg-article-item__title-link {
  color: inherit;
}

.cg-article-item__author {
  font-size: 0.75rem;
}

.cg-article-item__author-name {
  display: block;
  font-weight: bold;
}

.cg-article-item__type {
  font-weight: bold;
  font-size: 0.875rem;
  text-transform: uppercase;
}

.citations p {
  font-size: 0.82rem;
}
.citations a {
  color: #1d1d1b;
}
.citations strong {
  font-weight: bold;
}
.citations em {
  font-style: italic;
}

.c-accordion__item {
  border: 1px solid #D6D6D6;
  margin-bottom: 30px;
}

.c-accordion__item + .c-accordion__item {
  margin-top: -30px;
}

.c-accordion__item:last-child {
  margin: 0 0 20px 0;
}

.c-accordion__content {
  padding: 20px 15px 30px 15px;
}

.c-accordion__item.is-open .c-accordion__title {
  background: #050F2F;
  color: #FFF;
  transition: background-color 500ms linear;
}

.c-accordion__item .c-accordion__title {
  line-height: 200%;
  padding: 0 0 0 15px;
  font-family: "Sora", sans-serif;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
}

.c-accordion__title:after {
  color: #000;
  padding: 0 15px 0 0;
}

.c-accordion__item.is-open .c-accordion__title:after {
  color: #FFF;
}

.content-editable h2:not(:last-child), .content-editable h3:not(:last-child), .content-editable h4:not(:last-child), .content-editable h5:not(:last-child) {
  margin-bottom: 0px;
}

/**
Can be used to automatically determine margin bottom based on screen width with min/max value.
This assumes the container is 100vw.
 */
.homepage, .conference {
  --vert-gap: 30px;
  --horiz-gap: 20px;
  padding-top: 2.8409090909%;
  padding-bottom: 2.8409090909%;
}
@media screen and (min-width: 1056px) {
  .homepage, .conference {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 704px) {
  .homepage, .conference {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 560px) {
  .homepage, .conference {
    --vert-gap: 40px;
    --horiz-gap: 25px;
  }
}

.homepage__container {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: var(--horiz-gap);
}
@media screen and (min-width: 730px) {
  .homepage__container {
    grid-template-columns: 3fr 1fr;
  }
}

.homepage__intro {
  font-size: 1.125rem;
  font-weight: bold;
  padding-bottom: calc(var(--vert-gap) / 2);
  border-bottom: 1px solid #1d1d1b;
  margin-bottom: calc(var(--vert-gap) / 2);
}
@media screen and (min-width: 560px) {
  .homepage__intro {
    font-size: 1.25rem;
  }
}

.homepage__article-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: var(--horiz-gap);
  margin-bottom: var(--vert-gap);
}
@media screen and (min-width: 560px) and (max-width: 979px) {
  .homepage__article-grid > :nth-child(3) {
    display: none;
  }
}
@media screen and (min-width: 560px) {
  .homepage__article-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 980px) {
  .homepage__article-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.homepage__type-divider {
  display: flex;
  align-items: center;
  margin-bottom: var(--vert-gap);
}

.homepage__type-title {
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  margin-right: 10px;
}

.homepage__type-title-link {
  display: flex;
  align-items: center;
  color: inherit;
}

.homepage__type-title-icon {
  position: relative;
  top: -2px;
  width: 20px;
  height: 20px;
  margin-left: 8px;
  transform: rotate(180deg);
}
.homepage__type-title-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.homepage__type-line {
  flex: 1;
  height: 1px;
  background-color: #1d1d1b;
}

.homepage__featured {
  margin-bottom: 15px;
  position: relative;
  min-height: 25vh;
}
@media screen and (min-width: 560px) {
  .homepage__featured {
    display: grid;
    grid-gap: var(--horiz-gap);
    grid-template-columns: 1fr 1fr;
    margin-bottom: calc(var(--vert-gap) / 2);
  }
}

.homepage__featured-image-container {
  position: relative;
  display: block;
}
.homepage__featured-image-container:before {
  content: "";
  display: block;
  padding-top: 62.3100303951%;
}
@media screen and (max-width: 559px) {
  .homepage__featured-image-container {
    margin-bottom: 15px;
  }
}

.homepage__featured-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.homepage__featured-header {
  border-top: 1px solid #1d1d1b;
  border-bottom: 1px solid #1d1d1b;
  padding: 5px;
  font-style: italic;
  font-size: 0.875rem;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: calc(var(--vert-gap) / 2);
}

.homepage__featured-type {
  font-weight: bold;
  font-size: 0.875rem;
  text-transform: uppercase;
}

.homepage__featured_title {
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (min-width: 560px) {
  .homepage__featured_title {
    font-size: 1.125rem;
  }
}

.homepage__featured-title-link {
  color: inherit;
}

.homepage__featured-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 20px;
}

.homepage__featured-meta {
  font-size: 0.75rem;
}

.homepage__latest-news-header {
  margin-bottom: 15px;
}

.homepage__side-title {
  font-weight: bold;
  margin-bottom: 5px;
}

.homepage__latest_news-list-item-link {
  color: inherit;
}

.homepage__latest_news-list-item {
  border-top: 1px solid #1d1d1b;
  padding: 25px 0;
  font-size: 0.875rem;
}
.homepage__latest_news-list-item:last-child {
  border-bottom: 1px solid #1d1d1b;
}
@media screen and (max-width: 730px) {
  .homepage__latest_news-list-item {
    display: none;
  }
  .homepage__latest_news-list-item:nth-child(1), .homepage__latest_news-list-item:nth-child(2), .homepage__latest_news-list-item:nth-child(3), .homepage__latest_news-list-item:nth-child(4), .homepage__latest_news-list-item:nth-child(5) {
    display: block;
  }
}

.homepage__latest-news-list-item-title {
  font-weight: bold;
  margin-bottom: 5px;
}

.homepage__latest-news-list-item-date {
  font-size: 0.75rem;
}

.homepage__side-section:not(:last-child) {
  margin-bottom: var(--vert-gap);
}

.homepage__categories-list-item:not(:last-child) {
  margin-bottom: 8px;
}

.homepage__categories-list-item-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1;
  color: #000;
  height: 42px;
  padding: 0 14px 0 18px;
}

.homepage__categories-list-item-link--health {
  background-color: #69A4AF;
}

.homepage__categories-list-item-link--education {
  background-color: #8dd0dc;
}

.homepage__categories-list-item-link--inequality {
  background-color: #b5b9e4;
}

.homepage__categories-list-item-link--culture {
  background-color: #ba7992;
}

.homepage__categories-list-item-link--economy {
  background-color: #dc958a;
}

.homepage__categories-list-item-link--ethics {
  background-color: #e0be86;
}

.homepage__categories-list-item-link--mental-health {
  background-color: #7aae7c;
}

.homepage__categories-list-item-link--physical-health {
  background-color: #99d382;
}

.homepage__categories-list-item-link--social-health {
  background-color: #83d8a7;
}

.homepage__categories-list-icon {
  transform: rotate(180deg);
}
.homepage__categories-list-icon svg {
  display: block;
  width: 20px;
  height: 100%;
}

.homepage__callout {
  padding: var(--vert-gap) 0 0;
  margin-bottom: var(--vert-gap);
  border-top: 1px solid #1d1d1b;
}
@media screen and (min-width: 730px) {
  .homepage__callout {
    display: flex;
    align-items: center;
  }
}

.homepage__callout-text {
  margin-bottom: calc(var(--vert-gap) / 2);
  font-size: 1.25rem;
  font-weight: bold;
}
@media screen and (min-width: 730px) {
  .homepage__callout-text {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 980px) {
  .homepage__callout-text {
    font-size: 1.5rem;
  }
}

.homepage__callout-btn-container .btn {
  white-space: nowrap;
}
@media screen and (min-width: 730px) {
  .homepage__callout-btn-container {
    margin-left: 10%;
  }
}

/**
Can be used to automatically determine margin bottom based on screen width with min/max value.
This assumes the container is 100vw.
 */
.container--smaller {
  max-width: 1200px;
}

.home-page-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.home-page-banner:not(:last-child) {
  margin-bottom: 3.7878787879%;
}
@media screen and (min-width: 1056px) {
  .home-page-banner:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 528px) {
  .home-page-banner:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 875px) {
  .home-page-banner {
    height: 525px;
  }
}

.home-page-banner__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.home-page-banner__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 512px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 875px) {
  .home-page-banner__image {
    height: 460px;
  }
}

.home-page-banner__decoration-container {
  position: relative;
}
@media screen and (min-width: 875px) {
  .home-page-banner__decoration-container {
    padding-top: 30px;
  }
}
@media screen and (max-width: 874px) {
  .home-page-banner__decoration-container {
    display: flex;
    justify-content: center;
  }
}

.home-page-banner__decoration {
  flex: 0 0 auto;
  position: relative;
  width: 420px;
  height: 420px;
  margin-left: -60px;
}
@media screen and (min-width: 875px) {
  .home-page-banner__decoration {
    width: 480px;
    height: 480px;
  }
}
@media screen and (max-width: 874px) {
  .home-page-banner__decoration {
    margin-top: -50px;
    margin-left: 0;
  }
}
@media screen and (min-width: 1080px) {
  .home-page-banner__decoration {
    margin-left: 0;
  }
}

.home-page-banner__image-decoration-a {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 95%;
  height: 95%;
  background-color: #69A4AF;
  border-radius: 50%;
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
  opacity: 0.9;
}
@media screen and (max-width: 875px) {
  .home-page-banner__image-decoration-a {
    left: 50%;
    transform: translateX(-50%);
  }
}

.home-page-banner__image-decoration-b {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 98%;
  height: 98%;
  border: 8px solid #69A4AF;
  border-radius: 50%;
  opacity: 0.9;
}
@media screen and (max-width: 875px) {
  .home-page-banner__image-decoration-b {
    left: 51.5%;
    transform: translateX(-50%);
  }
}

.home-page-banner__decoration-container--grey .home-page-banner__image-decoration-a {
  background-color: #a6a6a6;
}
.home-page-banner__decoration-container--grey .home-page-banner__image-decoration-b {
  border-color: #a6a6a6;
}

.home-page-banner__content {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 875px) {
  .home-page-banner__content {
    padding-top: 30px;
  }
}

.home-page-banner__content-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  z-index: 2;
}
@media screen and (min-width: 875px) {
  .home-page-banner__content-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
}

.home-page-banner__text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 420px;
  height: 420px;
  margin-left: 0;
}
@media screen and (min-width: 875px) {
  .home-page-banner__text {
    width: 480px;
    height: 480px;
  }
}
@media screen and (min-width: 875px) and (max-width: 1079px) {
  .home-page-banner__text {
    margin-left: -60px;
  }
}
@media screen and (max-width: 874px) {
  .home-page-banner__text {
    margin-top: -50px;
  }
}

.home-page-banner__title-container {
  width: 100%;
  padding: 0 16% 0 16%;
}
@media screen and (min-width: 875px) {
  .home-page-banner__title-container {
    padding: 8% 16% 0 16%;
  }
}

.home-page-banner__welcome {
  display: block;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (min-width: 875px) {
  .home-page-banner__welcome {
    font-size: 1.75rem;
    margin-bottom: 20px;
  }
}

.home-page-banner__title {
  display: block;
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
  font-size: 2.25rem;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 5px;
}
@media screen and (min-width: 875px) {
  .home-page-banner__title {
    font-size: 3rem;
    margin-bottom: 15px;
  }
}

.home-page-banner__summary {
  display: block;
  font-weight: 600;
}
@media screen and (min-width: 875px) {
  .home-page-banner__summary {
    font-size: 1.125rem;
  }
}

.home-page-banner__actions {
  width: 250px;
  margin-top: -30px;
  margin-bottom: 20px;
}
@media screen and (min-width: 875px) {
  .home-page-banner__actions {
    margin-top: 0;
    margin-right: 20px;
    margin-bottom: 140px;
  }
}
@media screen and (min-width: 1080px) {
  .home-page-banner__actions {
    width: 310px;
    margin-right: 35px;
  }
}

.home-page-banner__action-link {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  padding: 0 20px;
  border-radius: 2px;
  background-color: #050F2F;
  color: #fff;
  text-decoration: none;
}
.home-page-banner__action-link:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (min-width: 875px) {
  .home-page-banner__action-link:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1080px) {
  .home-page-banner__action-link {
    height: 60px;
  }
}

.home-page-banner__action-icon {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  height: 100%;
}
.home-page-banner__action-icon svg {
  display: block;
  height: 30px;
}
.home-page-banner__action-icon svg path {
  fill: #fff;
}

.home-page-banner__action-text {
  flex: 1;
  display: block;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  margin-left: 25px;
}
@media screen and (min-width: 1080px) {
  .home-page-banner__action-text {
    font-size: 1.125rem;
  }
}

.home-page-banner__action-arrow {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}
.home-page-banner__action-arrow svg {
  display: block;
  width: 28px;
}
.home-page-banner__action-arrow svg path {
  fill: #fff;
}

.homepage-banner__top-header {
  padding: 10px 0 6px;
  border-top: 1px solid #000;
  border-bottom: 4px solid #000;
  margin-bottom: 20px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1;
}
@media screen and (min-width: 720px) {
  .homepage-banner__top-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.homepage-banner__top-header__text {
  display: block;
}
.homepage-banner__top-header__text:not(:last-child) {
  margin-bottom: 5px;
}
@media screen and (min-width: 720px) {
  .homepage-banner__top-header__text:not(:last-child) {
    margin-bottom: 0;
  }
}

.page .cg_loading {
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
  font-size: 1.75rem;
  line-height: 1;
  min-height: 30%;
}
@media screen and (min-width: 605px) {
  .page .cg_loading {
    font-size: 2.625rem;
  }
}
.page .gallery_close_container {
  overflow: visible;
  position: relative;
}
.page .gallery_close_container .close_button_gallery {
  position: absolute;
  background: #e46811;
  height: 3em;
  width: 3em;
  color: white;
  top: -20px;
  right: -20px;
}
.page .gallery_close_container .close_button_gallery:hover {
  cursor: pointer;
  background: white;
  color: black;
}
.page .cg_selected_button {
  background: gray !important;
}
.page .cg_gallery_page_container {
  display: none;
}
.page .cg_gallery_page_container .button_submit_story, .page .cg_gallery_page_container .button_gallery_size, .page .cg_gallery_page_container .gallery_save_settings, .page .cg_gallery_page_container .submit_photo {
  display: inline-flex;
  align-items: center;
  height: 42px;
  padding: 0 40px;
  line-height: 1;
  border: 2px solid #008B8B;
  background-color: #008B8B;
  color: #fff;
  font-weight: bold;
  font-size: inherit;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.page .cg_gallery_page_container .button_submit_story:hover, .page .cg_gallery_page_container .button_gallery_size:hover, .page .cg_gallery_page_container .gallery_save_settings:hover, .page .cg_gallery_page_container .submit_photo:hover {
  cursor: pointer;
  background-color: #fff;
  color: black;
}
.page .cg_gallery_page_container .gallery_save_settings, .page .cg_gallery_page_container .submit_photo {
  margin-top: 1em;
}
.page .cg_gallery_page_container .gallery_slide_container, .page .cg_gallery_page_container .submit_story_container {
  display: none;
  flex-direction: column;
  width: 50vw;
  background: #f6d1b7;
  padding: 2em;
  border: solid 2px;
  box-shadow: 10px 10px;
  margin-bottom: 2em;
}
.page .cg_gallery_page_container .cg_gallery_row {
  display: flex;
  flex-wrap: wrap;
  margin-left: 4em;
  margin-right: 4em;
}
.page .cg_gallery_page_container .cg_gallery_row .cg_gallery_item {
  min-height: 30em;
  border: 2px solid black;
  float: left;
  width: 20vw;
  margin: 1em;
  margin-bottom: 2em;
}
.page .cg_gallery_page_container .cg_gallery_row .cg_gallery_item:hover {
  cursor: pointer;
  box-shadow: 5px 5px black;
}
.page .cg_gallery_page_container .cg_gallery_row .cg_gallery_item:hover img {
  opacity: 0.5;
}
.page .cg_gallery_page_container .cg_gallery_row .cg_gallery_item .cg_photo_title {
  background-color: #008B8B;
  padding: 0.5em;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
}
.page .cg_gallery_page_container .cg_gallery_row .cg_gallery_item .cg_photo_item {
  position: relative;
  overflow: hidden;
  background-color: #f6d1b7;
}
.page .cg_gallery_page_container .cg_gallery_row .cg_gallery_item .cg_photo_item:before {
  content: "";
  display: block;
  padding-top: 62.3100303951%;
}
.page .cg_gallery_page_container .cg_gallery_row .cg_gallery_item .cg_photo_item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.page .cg_gallery_page_container .cg_gallery_row .cg_gallery_item .shrink {
  height: 0;
}
.page .cg_gallery_page_container .cg_gallery_row .cg_gallery_item .text_overflow {
  overflow: hidden;
  text-overflow: ellipsis;
}
.page .cg_gallery_page_container .cg_gallery_row .cg_gallery_item .cg_photo_desc {
  position: relative;
  padding: 1em;
  padding-top: 2.5em;
  background-color: white;
  height: 10em;
}
.page .cg_gallery_page_container .cg_gallery_row .cg_gallery_item .cg_photo_desc .gallery_photo_expand {
  text-align: center;
  width: 30%;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  border-radius: 0 0 0 25px;
  padding: 0.5em;
  background-color: #008B8B;
}
.page .cg_gallery_page_container .cg_gallery_row .cg_gallery_item .cg_photo_desc .gallery_photo_expand .gallery_shrink_desc {
  display: none;
}
.page .cg_gallery_page_container .cg_gallery_row .cg_gallery_item .cg_photo_desc .gallery_photo_expand:hover {
  background-color: #049e9e;
}
.page .cg_gallery_page_container .cg_gallery_row .cg_gallery_item .expand {
  overflow: scroll;
  overflow-x: hidden;
  height: 27em;
}

.image_gallery_modal {
  color: black;
  background-color: black;
  display: none;
  height: 100vh;
}
.image_gallery_modal .cg_modal_title {
  text-align: center;
  min-height: 1.5em;
  border-radius: 0 0 25px 25px;
  margin: 0 30% 0 30%;
  margin-bottom: 5em;
  background: white;
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
  font-size: 1.75rem;
  line-height: 1;
  padding-top: 0.3em;
}
@media screen and (min-width: 605px) {
  .image_gallery_modal .cg_modal_title {
    font-size: 2.625rem;
  }
}
.image_gallery_modal .cg_row_container {
  height: 50%;
  background-color: #f6d1b7;
}
.image_gallery_modal .cg_row_container .cg_modal_desc {
  float: left;
  height: 100%;
  width: 50%;
  overflow: auto;
  overflow-x: hidden;
  background: white;
  border-left: solid medium black;
  padding: 2.5em 3em 0 3em;
}
.image_gallery_modal .cg_row_container .cg_modal_image {
  float: left;
  height: 100%;
  width: 50%;
}
.image_gallery_modal .cg_row_container .cg_modal_image img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
}
.image_gallery_modal .cg_close_modal {
  background: #e46811;
  position: absolute;
  top: 2em;
  right: 0;
  height: 4em;
  width: 4em;
  border-radius: 0 0 0 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.image_gallery_modal .cg_close_modal:hover {
  color: white;
  background: #f6d1b7;
  cursor: pointer;
}

.loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #e46811; /* Blue */
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin: auto;
  margin-top: 1em;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.faqs__link-list-container {
  margin-bottom: 40px;
}

.faqs__link-list {
  list-style: decimal;
}

.faqs__link-list {
  padding-left: 20px;
}

.faqs__questions-answers-item {
  position: relative;
}
.faqs__questions-answers-item:not(:last-child) {
  margin-bottom: 40px;
}

.faqs__question {
  font-size: 1.375rem;
  font-weight: 600;
  padding-left: 20px;
  margin-bottom: 15px;
  border-left: 7px solid #e46811;
}

/**
Can be used to automatically determine margin bottom based on screen width with min/max value.
This assumes the container is 100vw.
 */
.search__section {
  overflow: hidden;
}

@media screen and (min-width: 920px) {
  .search__container {
    display: flex;
  }
}

.search__filter-option {
  display: block;
}

.search__filter-container {
  position: relative;
  padding-top: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 920px) {
  .search__filter-container {
    flex: 0 0 260px;
    padding: 20px 30px 20px 0;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1180px) {
  .search__filter-container {
    flex: 0 0 320px;
  }
}

.search__filter-container:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -25vw;
  width: 150vw;
  height: 100%;
  background-color: #f0efeb;
  z-index: -1;
}
@media screen and (min-width: 920px) {
  .search__filter-container:before {
    right: 0;
  }
}

.search__results-container {
  position: relative;
  overflow: hidden;
  padding-bottom: 20px;
}
@media screen and (min-width: 920px) {
  .search__results-container {
    flex: 1;
    padding: 20px 10px;
  }
}

.search__results-list-item {
  border-top: 1px solid #979797;
}

.search__results-list-card {
  display: flex;
  width: 100%;
  position: relative;
  padding: 20px 0;
  color: #1d1d1b;
  text-decoration: none;
}
@media screen and (min-width: 920px) {
  .search__results-list-card {
    padding: 20px;
  }
}

.search__result-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background-color: #f6d1b7;
}
.search__result-icon svg {
  display: block;
  width: 26px;
  height: 26px;
}
.search__result-icon svg path {
  fill: #1d1d1b;
}

.search__result-date {
  display: block;
  margin-bottom: 5px;
}

.search__result-category {
  display: block;
  margin-bottom: 5px;
}

.search__results-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  border-top: 1px solid #979797;
}
@media screen and (min-width: 920px) {
  .search__results-header {
    padding: 20px 0 20px 20px;
  }
}

.search__results-count {
  color: #e46811;
  font-weight: 600;
}

.search__results-clear-button {
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
  font-size: 1rem;
  color: #1d1d1b;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  text-decoration: underline;
  cursor: pointer;
  -webkit-appearance: none;
}

.search__filter-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.25rem;
  font-weight: 600;
  padding-bottom: 20px;
}
@media screen and (min-width: 920px) {
  .search__filter-title {
    padding-bottom: 0;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 919px) {
  .search__filter-title:after {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background-image: url("../assets/icons/chevron.svg");
    transform: rotate(-90deg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
  }
}

.search__filter-title--open:after {
  transform: rotate(90deg);
}

.search__filter-group {
  border-top: 1px solid #979797;
  padding: 20px 5px;
}

.search__filter-group--actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.search__filter-group--actions .btn {
  margin-left: auto;
}

.search__filter-group-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 15px;
}
@media screen and (max-width: 919px) {
  .search__filter-group-header {
    font-size: 1rem;
    margin-bottom: 0;
  }
  .search__filter-group-header:after {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background-image: url("../assets/icons/chevron.svg");
    transform: rotate(-90deg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
  }
}

.search__filter-option {
  display: flex;
  align-items: center;
}
.search__filter-option:not(:last-child) {
  margin-bottom: 5px;
}

.search__filter-radio {
  flex: 0 0 15px;
  margin-top: 0;
  margin-right: 10px;
}

.search__filter-label {
  flex: 1;
  display: block;
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 5px;
}

.search__results-image-container {
  position: relative;
  flex: 0 0 200px;
  margin-right: 20px;
}
.search__results-image-container:before {
  content: "";
  display: block;
  padding-top: 65.3846153846%;
}
@media screen and (max-width: 629px) {
  .search__results-image-container {
    display: none;
  }
}

.search__result-title {
  display: block;
  margin-bottom: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.search__result-title-link {
  color: inherit;
}

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

.search__results-content {
  flex: 1;
  overflow: hidden;
}

.search__results-bar-container {
  margin-bottom: 20px;
}
@media screen and (min-width: 920px) {
  .search__results-bar-container {
    padding-left: 20px;
  }
}

.search__results-bar {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 10px;
  height: 55px;
  border: 1px solid #979797;
}

.search__results-bar-label {
  height: 100%;
  display: flex;
  align-items: center;
  flex: 1;
}

.search__results-bar-icon {
  flex: 0 0 25px;
  display: block;
  width: 25px;
  height: 25px;
  margin-left: 10px;
  margin-right: 20px;
}
.search__results-bar-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 629px) {
  .search__results-bar-icon {
    display: none;
  }
}

.search__results-bar-text {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-family: inherit;
  font-size: 1.125rem;
  font-weight: 600;
}

.search__results-bar-text:focus {
  outline: 0;
}

@media screen and (max-width: 919px) {
  .search__filter-all {
    display: none;
  }
}

.search__filter-all--open {
  display: block;
}

@media screen and (max-width: 630px) {
  .search__search-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    padding: 0;
    font-size: 0;
  }
  .search__search-btn:before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background-image: url("../assets/icons/search.svg");
    filter: invert(1);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
  }
}

.search__no-results {
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
}

.search-filter-group-options {
  max-height: 180px;
  overflow: auto;
}
@media screen and (min-width: 630px) {
  .search-filter-group-options {
    max-height: 235px;
  }
}
@media screen and (max-width: 919px) {
  .search-filter-group-options {
    display: none;
    margin-top: 15px;
  }
}

.search__filter-select {
  font-family: inherit;
  font-size: 1rem;
  padding: 0 5px;
  height: 40px;
}

.search-filter-group__date-option:not(:last-child) {
  margin-bottom: 10px;
}

@media screen and (max-width: 919px) {
  .search__filter-group--open .search-filter-group-options {
    display: block;
  }
  .search__filter-group--open .search__filter-group-header:after {
    transform: rotate(90deg);
  }
}
/**
Can be used to automatically determine margin bottom based on screen width with min/max value.
This assumes the container is 100vw.
 */
.who-we-are-section {
  position: relative;
  background-color: #d1ecf1;
}

@media screen and (min-width: 650px) {
  .who-we-are__list {
    display: grid;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
  }
}

.who-we-are__list-item {
  display: flex;
  align-items: stretch;
  padding: 18px 0;
  border-top: 1px solid #979797;
  overflow: hidden;
}
@media screen and (min-width: 975px) {
  .who-we-are__list-item {
    padding: 35px 0;
  }
}

.who-we-are__list-image-container {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #e46811;
}
.who-we-are__list-image-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 4px solid #F0EFEB;
  border-radius: 50%;
  z-index: 2;
}
@media screen and (min-width: 975px) {
  .who-we-are__list-image-container {
    width: 150px;
    height: 150px;
  }
  .who-we-are__list-image-container:before {
    border: 8px solid #F0EFEB;
  }
}

.who-we-are__list-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

.who-we-are__list-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin-left: 20px;
}
@media screen and (min-width: 975px) {
  .who-we-are__list-content {
    margin-left: 35px;
  }
}

.who-we-are__list-name {
  display: block;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 5px;
}

.who-we-are__list-title {
  display: block;
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.who-we-are__list-institute {
  position: relative;
  display: block;
  flex: 1;
}
.who-we-are__list-institute:after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 100px;
  height: 2px;
  background-color: #e46811;
}

.who-we-are__header {
  padding: 15px 0;
  margin-bottom: 15px;
}
@media screen and (min-width: 815px) {
  .who-we-are__header {
    padding: 25px 0;
    margin-bottom: 35px;
  }
}

.who-we-are__title {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (min-width: 815px) {
  .who-we-are__title {
    margin-bottom: 25px;
  }
}

@media screen and (min-width: 815px) {
  .who-we-are__intro {
    font-size: 1.125rem;
  }
}

.our-values__heading {
  display: block;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (min-width: 815px) {
  .our-values__heading {
    margin-bottom: 25px;
  }
}

.our-values__content-wrapper {
  display: flex;
}
@media screen and (max-width: 650px) {
  .our-values__content-wrapper {
    display: inline;
  }
}

.our-values__image-container {
  height: 120px;
  margin-bottom: 2.8409090909%;
}
@media screen and (min-width: 1056px) {
  .our-values__image-container {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 704px) {
  .our-values__image-container {
    margin-bottom: 20px;
  }
}

.our-values__content-divider {
  text-align: center;
  padding: 0 20px;
  margin-bottom: 25px;
}
@media screen and (min-width: 650px) {
  .our-values__content-divider {
    flex: 1;
    margin-bottom: 0;
  }
}

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

.our-values__content-divider-centre {
  border-right: solid 1px #979797;
  border-left: solid 1px #979797;
}
@media screen and (max-width: 650px) {
  .our-values__content-divider-centre {
    border-left: none;
    border-right: none;
    border-top: solid 1px #979797;
    border-bottom: solid 1px #979797;
    padding-bottom: 40px;
    padding-top: 40px;
  }
}

.our-values__item-header {
  font-size: 1.375rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 2.8409090909%;
}
@media screen and (min-width: 1056px) {
  .our-values__item-header {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 528px) {
  .our-values__item-header {
    margin-bottom: 15px;
  }
}

.about-us__content-section {
  background-color: white;
  padding-top: 3.7878787879%;
  padding-bottom: 3.7878787879%;
}
@media screen and (min-width: 1056px) {
  .about-us__content-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 528px) {
  .about-us__content-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 0px) {
  .about-us__content-section p:nth-child(2) {
    padding-top: 35em;
  }
}
@media screen and (min-width: 815px) {
  .about-us__content-section p:nth-child(2) {
    padding-top: 25em;
  }
}
@media screen and (min-width: 1023px) {
  .about-us__content-section p:nth-child(2) {
    padding-top: 20em;
  }
}
@media screen and (min-width: 1650px) {
  .about-us__content-section p:nth-child(2) {
    padding-top: 15em;
  }
}
@media screen and (min-width: 0px) {
  .about-us__content-section {
    padding-top: 0;
  }
}

.about-us__title {
  background-color: #d1ecf1;
  position: absolute;
  left: 0;
}
@media screen and (min-width: 0px) {
  .about-us__title {
    padding: 1em 1em;
  }
}
@media screen and (min-width: 650px) {
  .about-us__title {
    padding: 1em 4em;
  }
}
@media screen and (min-width: 815px) {
  .about-us__title {
    padding: 2em 6em;
  }
}
@media screen and (min-width: 1390px) {
  .about-us__title {
    padding: 2em 16em;
  }
}

.get-involved__container {
  background-color: #d1ecf1;
  margin-top: -40px;
}

.get-involved__content {
  padding-top: 50px;
  padding-bottom: 50px;
}

.get-involved__contribute-title {
  margin-bottom: 20px;
}

.get-involved__icons-content p {
  font-size: 1.125rem;
  font-weight: 600;
  text-align: center;
}

.get-involved__main-icons-wrapper {
  display: flex;
  margin-top: 30px;
}
@media screen and (max-width: 500px) {
  .get-involved__main-icons-wrapper {
    display: inline;
  }
}

.get-involved__main-icons-wrapper a {
  flex: 1;
}

.get-involved__main-icons-wrapper a:hover {
  text-decoration: none;
}

.get-involved__main-icons-wrapper a:hover .get-involved__main-icon-bottom {
  background-color: black;
  color: #f0efeb;
}

.get-involved__main-icon {
  text-align: center;
}

.get-involved__main-icon-top {
  border-top: 1px solid #979797;
  border-bottom: 1px solid #979797;
  border-left: 1px solid #979797;
}
@media screen and (max-width: 500px) {
  .get-involved__main-icon-top {
    border-right: 1px solid #979797;
    margin-top: 20px;
  }
}

.get-involved__main-icon-top:last-child {
  border-right: 1px solid #979797;
}

.get-involved__main-icons-wrapper a:last-child .get-involved__main-icon {
  border-right: 1px solid #979797;
}

.get-involved__main-icon-top svg {
  height: 100px;
  margin: 20px;
}

.get-involved__main-icon-bottom {
  border-bottom: 1px solid #979797;
  border-left: 1px solid #979797;
  border-top: 0;
  padding: 20px 0;
  font-family: "Josefin Sans", sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  color: #050F2F;
}
@media screen and (max-width: 500px) {
  .get-involved__main-icon-bottom {
    border-right: 1px solid #979797;
  }
}

/**
Can be used to automatically determine margin bottom based on screen width with min/max value.
This assumes the container is 100vw.
 */
.advanced-search__container {
  max-width: 800px;
}

.advanced-search__input-container {
  width: 100%;
}
.advanced-search__input-container:not(:last-child) {
  margin-bottom: 3.3143939394%;
}
@media screen and (min-width: 1056px) {
  .advanced-search__input-container:not(:last-child) {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 603.4285714286px) {
  .advanced-search__input-container:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 810px) {
  .advanced-search__input-container--side-by-side {
    display: flex;
  }
}

.advanced-search__subsection {
  width: 100%;
}

.advanced-search__subsection:nth-child(2) {
  margin-top: 20px;
}
@media screen and (min-width: 810px) {
  .advanced-search__subsection:nth-child(2) {
    margin-left: 30px;
    margin-top: 0;
  }
}

.advanced-search__label {
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
}

.advanced-search__label-text {
  display: block;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
}

.advanced-search__select-container {
  border: 1px solid #979797;
  padding-right: 10px;
}

.advanced-search__input {
  display: block;
  width: 100%;
  height: 40px;
  font-family: inherit;
  font-size: 1rem;
  padding-left: 10px;
  border: none;
}
@media screen and (min-width: 620px) {
  .advanced-search__input {
    height: 60px;
  }
}

.advanced-search__input--text {
  border: 1px solid #979797;
}

@media screen and (min-width: 400px) {
  .advanced-search__side-by-side-inputs {
    display: flex;
  }
}

@media screen and (min-width: 400px) {
  .advanced-search__subsection .advanced-search__input-container:not(:last-child) {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 400px) {
  .advanced-search__subsection .advanced-search__input-container:nth-child(2) {
    margin-left: 15px;
  }
}

/**
Can be used to automatically determine margin bottom based on screen width with min/max value.
This assumes the container is 100vw.
 */
/**
Contact Form 7 generates the markup here.
 */
.contact-form__section {
  margin-bottom: 30px;
}

.contact-form__section--actions {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0;
}

.contact-form {
  width: 100%;
}

.contact-form__section p {
  margin-bottom: 15px;
}

.contact-form__section .wpcf7-form-control-wrap {
  display: block;
  margin-top: 5px;
}

.contact-form__section .wpcf7-list-item {
  margin-left: 0;
}

.contact-form__section label {
  font-weight: bold;
}

.contact-form__section input[type=text],
.contact-form__section input[type=email],
.contact-form__section input[type=tel],
.contact-form__section textarea {
  width: 100%;
  border: 1px solid #979797;
  font-family: inherit;
  font-size: 1rem;
  padding: 0 20px;
}

.contact-form__section input[type=text],
.contact-form__section input[type=email],
.contact-form__section input[type=tel] {
  height: 45px;
  line-height: 45px;
}

.contact-form__section textarea {
  padding: 20px;
  height: 180px;
  resize: vertical;
}

.contact-form__container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d1ecf1;
  padding-top: 3.7878787879%;
  padding-bottom: 3.7878787879%;
}
@media screen and (min-width: 1056px) {
  .contact-form__container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 792px) {
  .contact-form__container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.contact-form {
  max-width: 680px;
  padding: 0 25px;
}

.contact-form__section .ajax-loader {
  display: none;
}

.contact-form-summary__title {
  font-family: "Josefin Sans", sans-serif;
  font-size: 2.25rem;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 15px;
}
@media screen and (min-width: 410px) {
  .contact-form-summary__title {
    font-size: 3rem;
    margin-bottom: 25px;
  }
}

.contact-form-summary__summary {
  text-align: center;
}
@media screen and (min-width: 410px) {
  .contact-form-summary__summary {
    font-size: 1.125rem;
  }
}

.contact-form .wpcf7 form .wpcf7-response-output {
  margin: 30px 0 0 0;
}

.contact-form__description {
  display: block;
  font-size: 1rem;
  font-weight: normal;
  margin-top: 3px;
}

.contact-form__thanks {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px;
}

.contact-form__thanks-icon {
  margin-bottom: 20px;
}
.contact-form__thanks-icon svg {
  width: 140px;
  height: 130px;
}

.contact-form__thanks-text {
  font-weight: bold;
  margin-bottom: 0;
}

.contact-form__hr {
  border: 0;
  height: 1px;
  background-color: #979797;
  margin: 0 auto 20px;
}

.contact-form__usage-choices .wpcf7-list-item {
  display: block;
  margin-bottom: 8px;
}

.error-page {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50vh;
  padding: 20px 0;
}

.error-page__content {
  text-align: center;
  background-color: #d1ecf1;
  padding: 30px;
}

.error-page__title {
  margin-bottom: 10px;
}

.error-page__text {
  margin-bottom: 30px;
}

/**
Can be used to automatically determine margin bottom based on screen width with min/max value.
This assumes the container is 100vw.
 */
.taxonomy-landing-page {
  padding-top: 3.7878787879%;
  padding-bottom: 3.7878787879%;
}
@media screen and (min-width: 1056px) {
  .taxonomy-landing-page {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 792px) {
  .taxonomy-landing-page {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.conference-list {
  border-bottom: solid thin black;
  border-top: solid thin black;
  padding: 1em;
}

.conference-translations {
  border-top: solid thick black;
  background: #cae1ef;
  border-bottom: solid thick black;
  padding-top: 1em;
  padding-bottom: 1em;
  margin-bottom: 1em;
}

.conference__type-divider {
  background: #d9ecef;
  padding-top: 1em;
  display: flex;
  align-items: center;
  padding-bottom: var(--vert-gap);
}

.taxonomy-landing-page__header {
  display: flex;
  align-items: center;
  margin-bottom: 3.7878787879%;
}
@media screen and (min-width: 1056px) {
  .taxonomy-landing-page__header {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 792px) {
  .taxonomy-landing-page__header {
    margin-bottom: 30px;
  }
}

.taxonomy-landing-page__footer, .taxonomy-landing-page__description {
  font-size: var(--wp--preset--font-size--medium) !important;
}

.taxonomy-landing-page__title {
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
}

.taxonomy-landing-page__line {
  position: relative;
  top: -3px;
  flex: 1;
  margin-left: 20px;
  height: 1px;
  background-color: #1d1d1b;
}

.taxonomy-landing-page__list {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-gap: 30px;
  margin-bottom: 3.7878787879%;
}
@media screen and (min-width: 1056px) {
  .taxonomy-landing-page__list {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 792px) {
  .taxonomy-landing-page__list {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 510px) {
  .taxonomy-landing-page__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 910px) {
  .taxonomy-landing-page__list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.taxonomy-landing-page__description, .taxonomy-landing-page__footer {
  margin-bottom: 3em;
  white-space: pre-line;
}
.taxonomy-landing-page__description b, .taxonomy-landing-page__footer b {
  font-weight: bold;
}

.taxonomy-landing-page__footer {
  margin-top: 3em;
}
