/*!*********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./assets/styles/scss/custom.scss ***!
  \*********************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
 * Foundation for Sites
 * Version 6.9.0
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/*1520 + (15+15) - left and right padding*/
@WhiteBeetle;
@font-face {
  font-family: "Lyon";
  src: url("../assets/fonts/lyon/LyonText-Regular-Web.woff2") format("woff2"), url("../assets/fonts/lyon/LyonText-Regular-Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Lyon";
  src: url("../assets/fonts/lyon/LyonText-RegularItalic-Web.woff2") format("woff2"), url("../assets/fonts/lyon/LyonText-RegularItalic-Web.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Lyon";
  src: url("../assets/fonts/lyon/LyonText-Bold-Web.woff2") format("woff2"), url("../assets/fonts/lyon/LyonText-Bold-Web.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Lyon";
  src: url("../assets/fonts/lyon/LyonText-BoldItalic-Web.woff2") format("woff2"), url("../assets/fonts/lyon/LyonText-BoldItalic-Web.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Lyon Display";
  src: url("../assets/fonts/lyon/LyonDisplay-Light-Web.woff2") format("woff2"), url("../assets/fonts/lyon/LyonDisplay-Light-Web.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "soehne";
  src: url("../assets/fonts/soehne/soehne-buch.woff2") format("woff2");
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
  color: inherit;
}

h1, .h1 {
  /*basic heading styles*/
  font-size: 24px;
  letter-spacing: 0.015rem;
}

h2, .h2 {
  /*basic heading styles*/
  font-weight: 400;
  font-size: 28px;
}
h2.small-h2, .h2.small-h2 {
  font-size: 21px;
  font-weight: 400;
}
h2.large-h2, .h2.large-h2 {
  font-size: 32px;
  font-weight: 400;
}

h3, .h3 {
  /*basic heading styles*/
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

h4, .h4 {
  /*basic heading styles*/
}

h5, .h5 {
  /*basic heading styles*/
}

h6, .h6 {
  /*basic heading styles*/
}

@media print, screen and (min-width: 64em) {
  h1, .h1 {
    font-size: 40px;
  }
  h2, .h2 {
    font-size: 37px;
  }
  h2.small-h2, .h2.small-h2 {
    font-size: 27px;
  }
  h2.large-h2, .h2.large-h2 {
    font-size: 45px;
  }
  h3, .h3 {
    font-size: 22px;
    margin-bottom: 1.3rem;
  }
}
@media screen and (min-width: 90em) {
  h1, .h1 {
    font-size: 56px;
  }
  h2, .h2 {
    font-size: 48px;
  }
  h2.small-h2, .h2.small-h2 {
    font-size: 36px;
  }
  h2.large-h2, .h2.large-h2 {
    font-size: 58px;
  }
  h3, .h3 {
    font-size: 24px;
  }
}
p {
  font-family: "soehne", sans-serif;
}
p:last-child {
  margin-bottom: 0;
}

a {
  color: #009DD6;
  transition: all 0.2s ease-in-out;
  font-weight: 500;
  text-decoration: none;
}
a:hover, a:focus {
  /*basic hover and focus effects*/
  color: rgb(0, 82.1682242991, 112);
}

button, .button, input[type=submit], input[type=reset], input[type=button] {
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  border-radius: 6px;
  background-color: #009DD6;
  margin: 0;
  font-size: 15px;
  padding: 0.7rem 1.5rem;
  font-weight: 500;
  color: #fefefe;
  display: inline-block;
  width: auto;
}
button.large-button, .button.large-button, input[type=submit].large-button, input[type=reset].large-button, input[type=button].large-button {
  font-size: 17px;
}
button.hollow, .button.hollow, input[type=submit].hollow, input[type=reset].hollow, input[type=button].hollow {
  background-color: #fefefe;
  color: #009DD6;
  border: 1px solid #009DD6;
}
button.hollow:hover, .button.hollow:hover, input[type=submit].hollow:hover, input[type=reset].hollow:hover, input[type=button].hollow:hover {
  background-color: #009DD6;
  border-color: #009DD6;
  color: #fefefe;
}
button:hover, button:focus, .button:hover, .button:focus, input[type=submit]:hover, input[type=submit]:focus, input[type=reset]:hover, input[type=reset]:focus, input[type=button]:hover, input[type=button]:focus {
  color: #fefefe;
}
@media print, screen and (max-width: 63.99875em) {
  button, .button, input[type=submit], input[type=reset], input[type=button] {
    font-size: 14px;
    padding: 0.65rem 1.35rem;
  }
  button.large-button, .button.large-button, input[type=submit].large-button, input[type=reset].large-button, input[type=button].large-button {
    font-size: 16px;
  }
}

.utility-big {
  font-family: "soehne", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
}

.utility-regular {
  font-family: "soehne", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.utility-small {
  font-family: "soehne", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
}

/**
 * Foundation for Sites
 * Version 6.9.0
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/*1520 + (15+15) - left and right padding*/
@WhiteBeetle;
#masthead {
  background-color: #fff;
  width: 100%;
}
@media screen and (min-width: 75em) and (max-width: 89.99875em) {
  #masthead {
    padding: 0 40px;
  }
}
#masthead .site-branding {
  height: 80px;
}
@media print, screen and (max-width: 63.99875em) {
  #masthead .site-branding {
    width: calc(100% - 88px);
  }
}
#masthead .site-title {
  display: flex;
}
#masthead .site-title.has-logo {
  height: 80px;
  width: 360px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
@media print, screen and (max-width: 63.99875em) {
  #masthead .site-title.has-logo {
    width: 100%;
  }
}
#masthead.fixed {
  position: fixed;
  z-index: 999;
}
#masthead.fixed .logo-container {
  display: none;
}
#masthead.fixed .search-box {
  display: block;
  padding: 20px 0;
}
#masthead .search-box {
  display: none;
}
#masthead .search-box input {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  background: url("../assets/images/icon-search.svg") no-repeat 10px center;
  border: 1px solid #396272;
  border-radius: 4px;
  color: #396272;
  margin: 0;
  padding-left: 40px;
  width: 306px;
  max-width: 100%;
}
#masthead ::placeholder {
  color: #396272;
}
#masthead .inner-masthead {
  align-items: center;
  border-bottom: 1px solid #000;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  height: 90px;
  justify-content: space-between;
}
@media print, screen and (max-width: 63.99875em) {
  #masthead .inner-masthead {
    padding: 0 5px;
  }
}
#masthead .inner-masthead .menu-item a:focus {
  background: deepskyblue;
}
#masthead .inner-masthead #a11y-mega-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#masthead .inner-masthead #a11y-mega-menu #a11y-2023 .sub-menu {
  display: none;
  min-width: 100%;
  position: absolute;
  top: 40px;
  left: 20px;
  background: #fff;
}
#masthead .inner-masthead #a11y-mega-menu #a11y-2023 li.is-active .sub-menu {
  display: block;
}
#masthead .inner-masthead #a11y-mega-menu #a11y-2023 li.is-active .sub-menu-btn {
  transform: rotate(180deg);
}
#masthead .inner-masthead #a11y-mega-menu #a11y-2023 li.menu-item-has-children {
  position: relative;
}
#masthead .inner-masthead #a11y-mega-menu #a11y-2023 li.menu-item-has-children .sub-menu-btn {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 10px;
  cursor: pointer;
  padding: 0;
  background-color: transparent;
}
#masthead .inner-masthead #a11y-mega-menu #a11y-2023 li.menu-item-has-children .sub-menu-btn.highlight {
  background-color: red;
}
#masthead .inner-masthead #a11y-mega-menu #a11y-2023 li a {
  padding: 10px 16px;
  line-height: 20px;
}
#masthead .title-bar {
  background: none;
  display: block !important;
  padding: 0;
}
#masthead .menu-icon {
  background: none;
  background-image: url("../assets/images/navicon.svg");
  padding: 0;
  margin: 0;
  box-shadow: none;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 87px;
  height: 38px;
  cursor: pointer;
}
#masthead .menu-icon span {
  top: 0;
  display: block;
}
#masthead .menu-icon span::before, #masthead .menu-icon span::after {
  content: "";
  display: block;
}
#masthead .menu-icon span, #masthead .menu-icon span::before, #masthead .menu-icon span::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #000000;
  border-radius: 0;
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
#masthead .menu-icon span::before {
  top: 17px;
}
#masthead .menu-icon span::after {
  top: 34px;
}
#masthead .menu-icon span:hover, #masthead .menu-icon span:hover::before, #masthead .menu-icon span:hover::after {
  background-color: #000000;
}
#masthead .menu-icon.is-active span {
  transform: translate3d(0, 17px, 0) rotate(45deg);
}
#masthead .menu-icon.is-active span::before {
  transform: rotate(-45deg) translate3d(-12.4285714286px, -14px, 0);
  display: none;
}
#masthead .menu-icon.is-active span::after {
  transform: translate3d(0, -34px, 0) rotate(-90deg);
}
#masthead .menu-icon:after, #masthead .menu-icon:before {
  content: none;
}
#masthead .menu-icon.is-active {
  background: url("../assets/images/xClose.svg") no-repeat center center;
  background-size: contain;
  z-index: 200;
}
#masthead .menu-icon.is-active span {
  background: #808080;
}
#masthead .menu-icon.is-active span:after, #masthead .menu-icon.is-active span:before {
  background: #808080;
}

@media print, screen and (max-width: 63.99875em) {
  #masthead .inner-masthead {
    flex-wrap: wrap;
  }
  #masthead .inner-masthead #a11y-mega-menu {
    width: 100%;
    padding: 10px 0 5px 0;
    display: none;
  }
  #masthead .inner-masthead #a11y-mega-menu.expanded {
    display: block !important;
  }
  #masthead .inner-masthead #a11y-mega-menu #a11y-2023 li {
    width: 100%;
  }
  #masthead .inner-masthead #a11y-mega-menu #a11y-2023 li a {
    transition: none;
    padding-left: 0;
    padding-right: 0;
    color: #009DD6;
  }
  #masthead .inner-masthead #a11y-mega-menu #a11y-2023 li a:hover, #masthead .inner-masthead #a11y-mega-menu #a11y-2023 li a:focus {
    background: none;
    color: #009DD6;
  }
  #masthead .inner-masthead #a11y-mega-menu #a11y-2023 li.is-active > a {
    background: none;
  }
  #masthead .inner-masthead #a11y-mega-menu #a11y-2023 li.menu-item-has-children .sub-menu-btn {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 10px;
    cursor: pointer;
    padding: 0;
    background-color: transparent;
  }
  #masthead .inner-masthead #a11y-mega-menu #a11y-2023 li.menu-item-has-children .sub-menu-btn.highlight {
    background-color: #808080;
  }
  #masthead .inner-masthead #a11y-mega-menu #a11y-2023 li .sub-menu {
    display: none;
    min-width: 100%;
    position: initial;
    background: none;
    padding-left: 20px;
  }
  #masthead .inner-masthead #a11y-mega-menu #a11y-2023 li .sub-menu > li > a {
    font-size: 90%;
  }
  #masthead .inner-masthead #a11y-mega-menu #a11y-2023 li .sub-menu > li .sub-menu > li > a {
    font-size: 85%;
  }
}
@media print, screen and (min-width: 64em) {
  #masthead .site-title {
    display: flex;
  }
  #masthead .site-title.has-logo {
    height: 80px;
    width: 360px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
  }
  #masthead .inner-masthead #a11y-mega-menu #a11y-2023 li:not(.sub-menu li) {
    padding: 0 20px;
  }
}
.more a {
  background: url("../assets/images/link-icon.svg") no-repeat right center;
  color: #000;
  display: inline-block;
  padding-right: 20px;
}
.more a:hover {
  background-size: 14px;
  text-decoration: underline;
}

.menu-section {
  color: #396272;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 10px;
}
@media print, screen and (max-width: 63.99875em) {
  .menu-section {
    margin-top: 10px;
    margin-bottom: 0;
  }
}
.menu-section.border-top {
  border-top: 1px solid #396272;
  padding-top: 10px;
}

.mega-menu ul {
  padding-left: 0;
  margin-left: 0;
}
.mega-menu li {
  list-style: none;
}
.mega-menu a {
  color: #000;
}
@media print, screen and (max-width: 63.99875em) {
  .mega-menu .more {
    margin-top: 15px;
    margin-bottom: 5px;
  }
}

.menu-list {
  margin-bottom: 50px;
}
@media print, screen and (max-width: 63.99875em) {
  .menu-list {
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 40em) {
  .menu-list.research {
    margin-bottom: 10px;
  }
}
.menu-list a {
  font-family: "Lyon", sans-serif;
  font-family: "Lyon Display", sans-serif;
  font-weight: 300;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 20px;
  color: #000;
}
@media print, screen and (max-width: 63.99875em) {
  .menu-list a {
    font-size: 24px;
    line-height: 30px;
  }
}
.menu-list a:hover {
  color: #D21E30;
}
.menu-list.latest-content a {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  font-family: "soehne", sans-serif;
}
@media print, screen and (max-width: 63.99875em) {
  .menu-list.latest-content a {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
  }
}
.menu-list.latest-content li {
  margin-bottom: 10px;
}

#offcanvas-full-screen {
  background-color: #EDF8FF;
  z-index: 9999;
}

.offcanvas-full-screen-inner {
  padding: 40px 0;
}
@media print, screen and (max-width: 63.99875em) {
  .offcanvas-full-screen-inner {
    padding: 20px 0;
  }
}
.offcanvas-full-screen-inner .row {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.offcanvas-full-screen-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  flex-direction: column;
}
[data-whatinput=mouse] .offcanvas-full-screen-menu li {
  outline: 0;
}
.offcanvas-full-screen-menu a,
.offcanvas-full-screen-menu .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}
.offcanvas-full-screen-menu input,
.offcanvas-full-screen-menu select,
.offcanvas-full-screen-menu a,
.offcanvas-full-screen-menu button {
  margin-bottom: 0;
}
.offcanvas-full-screen-menu input {
  display: inline-block;
}
.offcanvas-full-screen-menu a {
  color: #000;
}
.offcanvas-full-screen-menu a:hover {
  color: rgb(177.5, 177.5, 177.5);
}

.offcanvas-full-screen-close {
  color: #000;
  font-size: 5rem;
}
.offcanvas-full-screen-close:hover {
  color: black;
}

.offcanvas-full-screen {
  background-color: #EDF8FF;
  backface-visibility: hidden;
  height: 100%;
  left: 0;
  top: 0;
  overflow-y: auto;
  position: fixed;
  transform: translateY(-100%);
  transition: transform 0.3s ease-in-out;
  width: 100%;
  z-index: 1;
}
.offcanvas-full-screen.is-open {
  transform: translateY(0%);
  top: 90px;
}
.admin-bar .offcanvas-full-screen.is-open {
  top: 122px;
}

.page-header {
  align-items: center;
  border-bottom: 1px solid #000;
  display: flex;
  padding: 20px 0;
  width: 100%;
}
.page-header .page-title {
  font-family: "Lyon Display", sans-serif;
  font-weight: 300;
  font-size: 72px;
  line-height: 72px;
}
@media print, screen and (max-width: 63.99875em) {
  .page-header .page-title {
    font-size: 44px;
    line-height: 48px;
  }
}
.page-header .page-description {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
}
@media print, screen and (max-width: 63.99875em) {
  .page-header .page-description {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
  }
}
.page-header .page-image {
  border-radius: 10px;
}
.page-header .image-description {
  color: #757575;
  font-family: "soehne", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #757575;
  text-align: left;
  margin-top: 5px;
  margin-left: 25px;
}
@media print, screen and (max-width: 63.99875em) {
  .page-header .image-description {
    margin-left: 0;
  }
}
.page-header .page-external-link {
  background: #EDF8FF;
  border-radius: 10px;
  display: inline-block;
  color: #000;
  padding: 20px 10px 20px 20px;
}
.page-header .page-external-link a {
  background: url("../assets/images/external.svg") no-repeat right center;
  color: #000;
  display: block;
  padding-right: 30px;
}
.page-header .page-external-link a:hover {
  text-decoration: underline;
}

.archive .page-header {
  padding-bottom: 40px;
}
@media print, screen and (max-width: 63.99875em) {
  .archive .page-header {
    padding-bottom: 20px;
    padding-top: 10px;
  }
}
.archive .page-header .page-image {
  object-fit: cover;
  height: 430px;
  width: 645px;
}
@media print, screen and (max-width: 63.99875em) {
  .archive .page-header .page-image {
    height: auto;
    width: 100%;
  }
}
.archive .post-item .post-link {
  padding-top: 20px;
}
.archive.tax-c_author .page-header .page-image {
  object-fit: cover;
  height: 307px;
  width: 307px;
}
@media print, screen and (max-width: 63.99875em) {
  .archive.tax-c_author .page-header .page-image {
    height: auto;
    width: 100%;
  }
}
.archive.tax-tracker-type .page-header .page-image {
  object-fit: cover;
  height: 350px;
  width: 510px;
}
@media print, screen and (max-width: 63.99875em) {
  .archive.tax-tracker-type .page-header .page-image {
    height: auto;
    width: 100%;
  }
}

#colophon {
  background: #F0F3F5;
  color: #000;
  padding: 50px 30px 10px 30px;
}
@media print, screen and (max-width: 63.99875em) {
  #colophon {
    padding: 30px 10px 10px 10px;
  }
}
#colophon .row {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
}
#colophon .columns a {
  color: #000;
  font-family: "soehne", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
}
#colophon .columns a:hover {
  color: #D21E30;
}
#colophon .columns h2, #colophon .columns h3 {
  font-family: "soehne", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
}
#colophon .columns ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
#colophon .columns .social li {
  margin-bottom: 10px;
}
#colophon .columns .social a {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
#colophon .columns .social a img {
  display: inline-block;
  margin-right: 5px;
  height: auto;
  width: 17px;
}
#colophon .columns .copyright {
  margin-top: 50px;
}
#colophon .columns .inner-section,
#colophon .columns .copyright {
  border-top: 1px solid #000;
  padding-top: 10px;
}
#colophon .columns .external-link {
  background: none;
  margin-top: 20px;
}
#colophon .columns .external-link a {
  background: url(../assets/images/external.png) no-repeat top right;
  padding-right: 15px;
  padding-top: 5px;
}
#colophon .columns .external-link a:hover {
  background: url(../assets/images/external.png) no-repeat center right;
  text-decoration: underline;
}
#colophon .columns .external-link,
#colophon .columns .subscribe {
  margin-top: 40px;
}
#colophon .inner-footer {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
#colophon #footer-menu {
  display: flex;
  justify-content: space-between;
}
#colophon #footer-menu .sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
#colophon #mc_embed_shell label {
  display: none;
}
#colophon #mc_embed_shell .button {
  border: none;
  background: #226661 url("../assets/images/union.svg") no-repeat center center;
  border-radius: 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  color: #fefefe;
  height: 36px;
  width: 36px;
  color: transparent;
  position: relative;
  text-indent: -9999px;
}
#colophon #mc_embed_shell .button:hover {
  cursor: pointer;
}
#colophon #mc_embed_shell .email-submit {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
#colophon #mc_embed_shell .email-submit input[type=email] {
  border: 1px solid #226661;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  height: 36px;
  width: calc(100% - 48px);
}
#colophon #mc_embed_shell .email-submit input[type=email]::placeholder {
  color: #757575;
}

body.error404 .content-not-found {
  padding: 3.125rem 0;
}

.entry-title {
  font-family: "Lyon", sans-serif;
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 20px;
}
@media print, screen and (max-width: 63.99875em) {
  .entry-title {
    font-size: 28px;
    line-height: 32px;
  }
}

.pagination .current {
  background-color: #DBF1FF;
  color: #000;
}
.pagination a:hover,
.pagination button:hover {
  background-color: #EDF8FF;
  color: #000;
}

.nav-links {
  align-items: center;
  display: flex;
  margin-bottom: 40px;
  margin-top: 20px;
  padding: 0 40%;
  position: relative;
}
.nav-links .page-numbers.prev {
  background: url("../assets/images/prev.svg") no-repeat center left;
  background-size: 12px;
  left: 0;
  padding-left: 18px;
  position: absolute;
}
.nav-links .page-numbers.next {
  background: url("../assets/images/next.svg") no-repeat center right;
  background-size: 12px;
  right: 0;
  padding-right: 18px;
  position: absolute;
}

.archive-tracker .border-top {
  border-top: 1px solid #000;
}
.archive-tracker.environmental-justice .post-item article:hover {
  background-color: transparent;
}
.archive-tracker.environmental-justice .post-item article:hover .post-link {
  background-color: #ECFFFC;
}
.archive-tracker .page-header {
  border: none;
}
.archive-tracker .post-item {
  border: none;
}
.archive-tracker .post-item article:hover {
  background-color: transparent;
}
.archive-tracker .post-item article:hover .post-link {
  background-color: #EDF8FF;
}
.archive-tracker .post-item .post-link {
  border-top: 1px solid #000;
  padding-top: 10px;
}
.archive-tracker .post-item .entry-title {
  font-family: "soehne", sans-serif;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 10px;
}
.archive-tracker .post-item .post-date {
  font-size: 15px;
  line-height: 22px;
}
.archive-tracker .post-item .entry-header {
  margin-bottom: 40px;
}
@media print, screen and (max-width: 63.99875em) {
  .archive-tracker .post-item .entry-header {
    margin-bottom: 10px;
  }
}
.archive-tracker .post-item .post-excerpt {
  font-size: 16px;
  line-height: 24px;
}
.archive-tracker .post-item .post-excerpt p {
  font-family: "soehne", sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.archive .page-title {
  margin: 40px 0 20px 0;
}

.category .page-title {
  margin: 40px 0 20px 0;
}
@media print, screen and (max-width: 63.99875em) {
  .category .page-title {
    margin: 10px 0 10px 0;
  }
}
.category .page-header {
  position: relative;
}
.category .page-header .post-type {
  position: relative;
  top: 0;
  margin-bottom: 20px;
  top: 20px;
}
.category .page-header .post-type.top-0 {
  top: 0 !important;
}
.category .page-header .post-type.absolute {
  position: absolute;
}
@media only screen and (max-width: 1365px) {
  .category .page-header .post-type.absolute {
    position: relative;
  }
}
.category .page-header .post-type a {
  color: #000;
  font-size: 16px;
  line-height: 24px;
}
.category .page-header .post-type a:hover {
  text-decoration: underline;
}
@media print, screen and (max-width: 63.99875em) {
  .category .page-header .post-type {
    position: relative;
  }
}
.category .page-header .post-type .link {
  color: #000;
}
.category .page-header .post-type .link:hover {
  text-decoration: underline;
}
.category .person {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.category .person:hover {
  background: #EDF8FF;
}
.category .person:hover a {
  color: #396272;
}
.category .person:hover .person-image {
  position: relative;
}
.category .person:hover .person-image:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #EDF8FF;
  opacity: 0.4;
}
.category .person-image {
  margin-right: 20px;
  height: 75px;
  width: 75px;
}
.category .person-image img {
  border-radius: 4px;
  object-fit: cover;
  height: 75px;
  width: 75px;
}
.category .person-name {
  width: calc(100% - 95px);
}
.category .person-title {
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  font-family: "Lyon", sans-serif;
  margin-bottom: 0px;
}
.category .person-areas {
  font-size: 16px;
  line-height: 24px;
}
.category .person a {
  color: #000;
  display: block;
}

.external-link {
  background: url("../assets/images/next.svg") no-repeat right center;
  color: #000;
  padding-right: 20px;
}
.external-link:hover {
  color: #000;
  text-decoration: underline;
}

#hero-banner {
  align-items: center;
  margin: 20px 0;
}
@media print, screen and (max-width: 63.99875em) {
  #hero-banner {
    margin-bottom: 0;
  }
}
#hero-banner .hero-title h1 {
  font-family: "Lyon Display", sans-serif;
  font-weight: 300;
  font-size: 60px;
  line-height: 64px;
}
@media print, screen and (max-width: 63.99875em) {
  #hero-banner .hero-title h1 {
    font-size: 38px;
    line-height: 40px;
  }
}
#hero-banner .hero-title h1 span, #hero-banner .hero-title h1 strong {
  color: #961A2C;
  font-weight: 300;
}
#hero-banner .hero-description {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
}
@media print, screen and (max-width: 63.99875em) {
  #hero-banner .hero-description {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
  }
}
#hero-banner .hero-description p {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  font-family: "soehne", sans-serif !important;
}
@media print, screen and (max-width: 63.99875em) {
  #hero-banner .hero-description p {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
  }
}
#hero-banner .wp-video {
  border-radius: 10px;
  overflow: hidden;
}
@media print, screen and (min-width: 40em) {
  #hero-banner .wp-video {
    height: 640px !important;
    margin-left: auto;
    width: 690px !important;
  }
}
#hero-banner .wp-video .mejs-controls {
  display: none !important;
}

.site-main {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 75em) and (max-width: 89.99875em) {
  .site-main {
    padding: 0 40px;
  }
}

.post-item {
  border-top: 1px solid #000;
  margin-bottom: 0;
  padding: 0;
}
.post-item .post-link {
  display: block;
  margin-bottom: 10px;
  padding: 10px 0 40px 0;
}
@media print, screen and (max-width: 63.99875em) {
  .post-item .post-link {
    padding-bottom: 20px;
  }
}
.post-item article:hover {
  background-color: #EDF8FF;
}
.post-item article:hover .post-title,
.post-item article:hover .entry-title,
.post-item article:hover .post-excerpt,
.post-item article:hover .post-type-category,
.post-item article:hover .badge {
  color: #396272;
}
.post-item article:hover .post-type-category,
.post-item article:hover .badge {
  background-color: #DBF1FF;
}
@media print, screen and (min-width: 40em) {
  .post-item:first-child {
    border-top: 0;
  }
}
.post-item .post-title,
.post-item .entry-title {
  color: #000;
  font-family: "Lyon", sans-serif;
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 20px;
}
@media print, screen and (max-width: 63.99875em) {
  .post-item .post-title,
  .post-item .entry-title {
    font-size: 28px;
    line-height: 32px;
  }
}
.post-item .post-excerpt {
  color: #000;
  font-family: "soehne", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
}
@media print, screen and (max-width: 63.99875em) {
  .post-item .post-excerpt {
    font-family: "soehne", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
  }
}
.post-item .post-excerpt p {
  font-family: "soehne", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
}
@media print, screen and (max-width: 63.99875em) {
  .post-item .post-excerpt p {
    font-family: "soehne", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
  }
}
.post-item .post-image,
.post-item .post-thumbnail img {
  border-radius: 10px;
  display: block;
  margin-top: 20px;
}
.post-item .post-date {
  font-family: "soehne", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #757575;
  margin-top: 5px;
}
.post-item .post-author {
  font-family: "soehne", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  display: inline-block;
  margin-left: 20px;
  padding-top: 10px;
}

.post-categories {
  margin: 0;
  padding: 0;
  list-style: none;
}
.post-categories li {
  font-family: "soehne", sans-serif;
  display: inline-block;
  margin-bottom: 10px;
}

.badge {
  font-family: "soehne", sans-serif;
  display: inline-block;
  margin-bottom: 10px;
  background-color: #DBF1FF;
  border-radius: 24px;
  display: inline-block;
  padding: 2px 10px;
  color: #000;
  font-size: 15px;
  line-height: 26px;
  margin-right: 5px;
}
.badge:hover {
  background-color: #EDF8FF;
  color: #396272;
}
.badge.post-type, .badge.tracker-type {
  background-color: #e6e6e6;
}
.badge.green {
  background: #D9FFF9;
}
.badge.open {
  background: #D9FFF9 url("../assets/images/bullet-green.svg") no-repeat;
  background-position: 10px center;
  padding-left: 25px;
}

.pt-20 {
  padding-top: 20px;
}

.single-post .post-url a {
  color: #000;
  text-decoration: underline;
}
.single-post .post-url a:hover {
  color: #D21E30;
}
.single-post .entry-header {
  padding: 20px 0;
  margin-bottom: 20px;
}
.single-post .entry-header .post-type {
  position: relative;
  top: 0;
  margin-bottom: 20px;
}
.single-post .entry-header .post-type.top-0 {
  top: 0 !important;
}
.single-post .entry-header .post-type.absolute {
  position: absolute;
}
@media only screen and (max-width: 1365px) {
  .single-post .entry-header .post-type.absolute {
    position: relative;
  }
}
.single-post .entry-header .post-type a {
  color: #000;
  font-size: 16px;
  line-height: 24px;
}
.single-post .entry-header .post-type a:hover {
  text-decoration: underline;
}
@media print, screen and (max-width: 63.99875em) {
  .single-post .entry-header .post-type {
    position: relative;
  }
}
.single-post .entry-header .post-type .link {
  color: #000;
}
.single-post .entry-header .post-type .link:hover {
  text-decoration: underline;
}
.single-post .entry-header .categories {
  margin-top: 40px;
}
.single-post .entry-header img {
  border-radius: 8px;
  height: 350px;
  object-fit: cover;
  width: 510px;
  max-width: 100%;
}
@media print, screen and (max-width: 63.99875em) {
  .single-post .entry-header img {
    height: auto;
    width: 100%;
  }
}
.single-post .entry-header .post-thumbnail {
  text-align: right;
}
@media print, screen and (max-width: 63.99875em) {
  .single-post .entry-header .post-thumbnail {
    text-align: center;
    margin-bottom: 20px;
  }
}
.single-post .entry-header .agencies .link {
  color: #000;
}
.single-post .entry-header .agencies .link:hover {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .single-post .entry-header .position-relative {
    min-height: 325px;
  }
}
.single-post .entry-subtitle {
  font-family: "soehne", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
}
.single-post .entry-content {
  padding: 10px 0 40px 0;
  font-family: "Lyon", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
}
@media print, screen and (min-width: 40em) {
  .single-post .entry-content {
    min-height: 150px;
  }
}
.single-post .entry-content .wp-block-paragraph,
.single-post .entry-content .wp-classic-editor {
  font-family: "Lyon", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
}
.single-post .entry-content .wp-block-paragraph p,
.single-post .entry-content .wp-classic-editor p {
  font-family: "Lyon", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
}
.single-post .entry-content .wp-block-paragraph a,
.single-post .entry-content .wp-classic-editor a {
  color: #000;
  text-decoration: underline;
}
.single-post .entry-content .wp-block-paragraph a:hover,
.single-post .entry-content .wp-classic-editor a:hover {
  color: #D21E30;
}
.single-post .entry-content ul a {
  color: #000;
  text-decoration: underline;
}
.single-post .entry-content ul a:hover {
  color: #D21E30;
}
.single-post .entry-content .post-links .link {
  border-bottom: 1px solid #000;
  color: #000;
  display: block;
  font-family: "sohne", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 15px 5px;
}
.single-post .entry-content .post-links .link.blue {
  background: #EDF8FF url("../assets/images/download.svg") no-repeat;
  background-position: calc(100% - 10px) center;
}
.single-post .entry-content .post-links .link.blue[target=_blank] {
  background: #EDF8FF url("../assets/images/link-blue.svg") no-repeat;
  background-position: calc(100% - 10px) center;
}
.single-post .entry-content .post-links .link.green {
  background: #ECFFFC url("../assets/images/download-green.svg") no-repeat;
  background-position: calc(100% - 10px) center;
}
.single-post .entry-content .post-links .link.green[target=_blank] {
  background: #EDF8FF url("../assets/images/link-green.svg") no-repeat;
  background-position: calc(100% - 10px) center;
}
.single-post .entry-content .post-links .link:hover {
  text-decoration: underline;
  background-size: 15px;
}
.single-post .post-date,
.single-post .post-author {
  border-bottom: 1px solid #000;
  color: #000;
  font-family: "soehne", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 10px 0;
}
.single-post .post-date a,
.single-post .post-author a {
  color: #000;
  text-decoration: underline;
  display: inline-block;
  padding-right: 2px;
}
.single-post .post-date a:hover,
.single-post .post-author a:hover {
  color: #D21E30;
}
.single-post .post-date a:after,
.single-post .post-author a:after {
  content: ",";
}
.single-post .post-date a.last::after,
.single-post .post-author a.last::after {
  display: none;
}
.single-post .related-content {
  border-top: 1px solid #000;
  padding-top: 20px;
  padding-bottom: 40px;
}
.single-post .related-content .related-title {
  font-family: "Lyon Display", sans-serif;
  font-weight: 300;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 20px;
  font-family: "Lyon", sans-serif;
  margin-bottom: 0;
}
@media print, screen and (max-width: 63.99875em) {
  .single-post .related-content .related-title {
    font-size: 24px;
    line-height: 30px;
  }
}
.single-post .related-content .related-title a:hover {
  color: #D21E30;
}
.single-post .related-content .related-post {
  border-bottom: 1px solid #000;
  padding: 20px 0;
}
.single-post .related-content .related-post:last-child {
  border: none;
}
.single-post .related-content .post-thumbnail {
  border-radius: 20px;
  margin-bottom: 20px;
}
.single-post .post-notes {
  font-family: "soehne", sans-serif;
  font-size: 18px;
  line-height: 28px;
}
.single-post .post-notes .note {
  position: relative;
  margin: 20px;
}
.single-post .post-notes .note-number {
  color: #D21E30;
  position: absolute;
  top: 10px;
  left: -10px;
}
.single-post .clean-law-img {
  position: absolute;
  right: 0;
  top: 0;
}
@media print, screen and (max-width: 63.99875em) {
  .single-post .clean-law-img {
    display: none;
  }
}

.position-relative {
  position: relative;
}

hr {
  border-bottom: 1px solid #000;
  margin: 10px 0;
}

@media print, screen and (max-width: 63.99875em) {
  .single-tracker .entry-header {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.single-tracker .entry-content .post-links {
  border-top: 1px solid #000;
  margin-top: 20px;
  position: sticky;
  top: 20px;
}
.single-tracker .entry-content .post-links .link {
  border-bottom: none;
  font-size: 15px;
  line-height: 22px;
  padding: 10px 25px;
}
.single-tracker .entry-content .post-links .link.active {
  background: #EDF8FF url("../assets/images/bullet.svg") no-repeat;
  background-position: 10px center;
}
.single-tracker .entry-content .post-links.green .link.active {
  background: #ECFFFC url("../assets/images/bullet-green.svg") no-repeat;
  background-position: 10px center;
}

.header-info {
  font-family: "soehne", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-top: 10px;
}
.header-info-label {
  color: #757575;
  font-family: "soehne", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #000;
  display: block;
  margin-bottom: 0;
}

.podcast-authors {
  font-family: "soehne", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
}
.podcast-authors a {
  color: #000;
}
.podcast-authors a:hover {
  text-decoration: underline;
}
@media print, screen and (max-width: 63.99875em) {
  .podcast-authors {
    font-family: "soehne", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
  }
}

.page .entry-content {
  position: relative;
}

.hentry {
  width: 100%;
}

.entry-content {
  position: relative;
}
.entry-content .column-left {
  position: absolute;
  left: 0;
  width: 306px;
  z-index: 999;
}
@media print, screen and (max-width: 63.99875em) {
  .entry-content .column-left {
    padding: 0 0.625rem;
    position: relative;
    width: 100%;
  }
}

.wp-video .wp-video-shortcode {
  object-fit: cover;
}

.wp-video, video.wp-video-shortcode, .mejs-container, .mejs-overlay.load {
  width: 100% !important;
  height: 100% !important;
}

.mejs-container {
  padding-top: 56.25%;
}

.wp-video, video.wp-video-shortcode {
  max-width: 100% !important;
}

video.wp-video-shortcode {
  position: relative;
}

.mejs-mediaelement {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.mejs-controls {
  display: none;
}

.mejs-overlay-play {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto !important;
  height: auto !important;
}

.single .entry-title {
  font-family: "Lyon Display", sans-serif;
  font-weight: 300;
  font-size: 60px;
  line-height: 64px;
}
@media print, screen and (max-width: 63.99875em) {
  .single .entry-title {
    font-size: 38px;
    line-height: 40px;
  }
}

.mb-0 {
  margin-bottom: 0;
}

a {
  text-wrap: wrap;
}

.padding-left-10 {
  padding-left: 10px;
}

#primary > .row {
  width: 100%;
}

.author-taxonomy .external-link {
  background: url("../assets/images/next.svg") no-repeat right center;
  color: #000;
  padding-right: 20px;
}
.author-taxonomy .external-link:hover {
  text-decoration: underline;
}
.author-taxonomy .research-areas {
  border-bottom: 1px solid #000;
  border-top: none;
  padding: 0 0 40px 0;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
}
.author-taxonomy .research-areas .post-categories span {
  line-height: 36px;
}
.author-taxonomy .research-areas .post-categories span .link {
  color: #000;
  font-size: 25px;
  padding: 2px 20px;
}
@media print, screen and (max-width: 63.99875em) {
  .author-taxonomy .research-areas .post-categories span .link {
    font-size: 15px;
    line-height: 26px;
  }
}
.author-taxonomy .research-areas .post-categories:hover .link {
  color: #396272;
}
.author-taxonomy .featured-post .post-thumbnail {
  border-radius: 8px;
  object-fit: cover;
  height: 360px;
  width: 640px;
  max-width: 100%;
}
.author-taxonomy .featured-post .post-categories {
  margin-top: 20px;
}
.author-taxonomy .featured-post .post-categories .link {
  color: #000;
}
.author-taxonomy .featured-post .post-categories:hover .link {
  color: #396272;
}
.author-taxonomy .page-title {
  margin-bottom: 20px;
}
.author-taxonomy .author-bio {
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
}
.author-taxonomy .author-info {
  border-bottom: 1px solid #000;
  margin-top: 0px;
  margin-bottom: 20px;
  padding: 0 0 40px 0;
}
.author-taxonomy .post-item .wp-post-image {
  border-radius: 8px;
  object-fit: cover;
  height: 200px;
  width: 310px;
  max-width: 100%;
}

.archive .page-header {
  position: relative;
}
.archive .page-header .post-type {
  position: relative;
  top: 0;
  margin-bottom: 20px;
  top: 20px;
}
.archive .page-header .post-type.top-0 {
  top: 0 !important;
}
.archive .page-header .post-type.absolute {
  position: absolute;
}
@media only screen and (max-width: 1365px) {
  .archive .page-header .post-type.absolute {
    position: relative;
  }
}
.archive .page-header .post-type a {
  color: #000;
  font-size: 16px;
  line-height: 24px;
}
.archive .page-header .post-type a:hover {
  text-decoration: underline;
}
@media print, screen and (max-width: 63.99875em) {
  .archive .page-header .post-type {
    position: relative;
  }
}
.archive .page-header .post-type .link {
  color: #000;
}
.archive .page-header .post-type .link:hover {
  text-decoration: underline;
}
@media print, screen and (max-width: 63.99875em) {
  .archive .page-header .post-type {
    top: 0px;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .archive .page-title,
  .archive .page-description {
    margin-top: 10px;
    padding: 0 15px;
  }
}
.archive #mc_embed_signup div.mce_inline_error {
  background-color: #D21E30;
  font-weight: normal;
  position: absolute;
  top: -36px;
}
.archive .wp-post-image {
  border-radius: 8px;
  object-fit: cover;
  height: 200px;
  width: 310px;
  max-width: 100%;
}

.term-regulatory-tracker .mailchimp-form {
  background: #396272;
}
.term-regulatory-tracker .mailchimp-form .mc-fields-wrapper .mc-field-group .button {
  background: #009DE0 url("../assets/images/union.svg") no-repeat center center;
}

.mailchimp-form {
  background: #226661;
  border-radius: 8px;
  color: #fefefe;
  text-align: left;
  padding: 20px 10px;
  max-width: 100%;
  margin-left: auto;
  margin-top: 20px;
  width: 510px;
}
.mailchimp-form .mailchimp-title {
  font-family: "sohne", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}
.mailchimp-form .mc-fields-wrapper {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
}
.mailchimp-form .mc-fields-wrapper .mc-field-group {
  margin: 0;
  padding: 0;
  width: 50%;
}
@media print, screen and (max-width: 63.99875em) {
  .mailchimp-form .mc-fields-wrapper .mc-field-group {
    margin-bottom: 10px;
    width: 100%;
  }
}
.mailchimp-form .mc-fields-wrapper .mc-field-group input {
  background-color: rgba(0, 0, 0, 0.1);
  border: none;
  color: #fefefe;
  height: 36px;
  margin-bottom: 0;
  width: 95%;
}
.mailchimp-form .mc-fields-wrapper .mc-field-group input::placeholder {
  color: #fefefe;
}
@media print, screen and (max-width: 63.99875em) {
  .mailchimp-form .mc-fields-wrapper .mc-field-group input {
    width: 100%;
  }
}
.mailchimp-form .mc-fields-wrapper .mc-field-group label {
  display: none;
}
.mailchimp-form .mc-fields-wrapper .mc-field-group .button {
  border: none;
  background: #00A88F url("../assets/images/union.svg") no-repeat center center;
  border-radius: 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  color: #fefefe;
  height: 36px;
  width: 36px;
  color: transparent;
  position: relative;
  text-indent: -9999px;
}
.mailchimp-form .mc-fields-wrapper .mc-field-group .button:hover {
  cursor: pointer;
}
.mailchimp-form .mc-fields-wrapper .mc-field-group.email-submit {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.mailchimp-form .mc-fields-wrapper .mc-field-group.email-submit input[type=email] {
  width: calc(100% - 48px);
}
@media print, screen and (max-width: 63.99875em) {
  .mailchimp-form .mc-fields-wrapper .mc-field-group.email-submit input[type=email] {
    width: calc(100% - 44px);
  }
}

.filters-column {
  margin-top: 25px;
}
@media print, screen and (max-width: 63.99875em) {
  .filters-column {
    margin-top: 10px;
  }
}

.filter-title {
  background: #f7f9fa;
  border: none;
  border-top: 1px solid #000;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  height: 60px;
  width: 100%;
}
.filter-title:hover, .filter-title:focus {
  color: #000;
  background: #f7f9fa;
}

@media print, screen and (max-width: 63.99875em) {
  .filters-wrapper {
    border: none;
    padding-top: 20px;
  }
}

.filters-accordion {
  margin-bottom: 20px;
}
.filters-accordion .accordion-title:before {
  align-items: center;
  background: url("../assets/images/open-accordion.svg") no-repeat center center;
  background-size: cover;
  content: "";
  height: 40px;
  top: calc(50% - 10px);
  width: 40px;
}
.filters-accordion .is-active .accordion-title:before {
  align-items: center;
  background: none;
  content: "-";
  display: flex;
  font-size: 48px;
  justify-content: center;
  top: 10px;
}

.posts-count {
  height: 25px;
}
@media print, screen and (min-width: 40em) {
  .posts-count p {
    margin-left: 20px;
  }
}

.post-types-topics {
  margin-top: 20px;
  margin-bottom: 0;
}

.tax-tracker-type .facetwp-facet-open_for_comment .facetwp-checkbox:after {
  content: "Open for comment";
}
.tax-tracker-type .facetwp-facet-open_for_comment .facetwp-checkbox .facetwp-display-value {
  display: none;
}
@media print, screen and (min-width: 40em) {
  .tax-tracker-type .inner-container {
    margin-left: 30px;
  }
}
@media print, screen and (min-width: 40em) {
  .tax-tracker-type header {
    margin-bottom: 40px;
  }
}

.single-tracker .entry-header .medium-8:first-child {
  padding-left: 0;
}

.archive .page-header .medium-6:first-child,
.archive .page-header .medium-7:first-child {
  padding-left: 0;
}

.single-tracker .entry-content .medium-2:first-child {
  padding-left: 0;
}

@media print, screen and (min-width: 40em) {
  .filters-column {
    padding-left: 0;
  }
}

.filters-wrapper {
  border-top: 1px solid #000;
  background: #f7f9fa;
  padding: 0 15px 20px 15px;
  width: 240px;
}
@media print, screen and (max-width: 63.99875em) {
  .filters-wrapper {
    border: none;
    margin-bottom: 20px;
    width: 100%;
  }
}
.filters-wrapper .facetwp-facet input.facetwp-search,
.filters-wrapper .facetwp-facet input.facetwp-location {
  min-width: auto;
}
.filters-wrapper .facetwp-input-wrap,
.filters-wrapper .fs-wrap.single,
.filters-wrapper input,
.filters-wrapper .fs-label-wrap,
.filters-wrapper select {
  margin-bottom: 0;
  width: 100%;
}
.filters-wrapper input,
.filters-wrapper select,
.filters-wrapper .fs-label-wrap {
  border: none;
  border-radius: 4px;
  color: #000;
  font-size: 15px;
  line-height: 22px;
  height: 36px;
}
.filters-wrapper input::placeholder,
.filters-wrapper select::placeholder,
.filters-wrapper .fs-label-wrap::placeholder {
  color: #000;
}
.filters-wrapper hr {
  border-bottom: 1px solid #e6e6e6;
}
.filters-wrapper .facetwp-facet {
  margin-bottom: 10px;
}
.filters-wrapper .facetwp-checkbox .facetwp-counter {
  display: none;
}
.filters-wrapper .facetwp-icon:before {
  background: url("../assets/images/search.svg") no-repeat;
  background-position: 5px 50%;
  background-size: 18px 18px;
}

.post-date .open-comment {
  display: inline-block;
  margin-left: 20px;
}

.single-tracker #main-content .person-link,
.single-tracker #main-content .people-link {
  text-decoration: none;
}
.single-tracker #main-content .person-link.external-link,
.single-tracker #main-content .people-link.external-link {
  font-size: 16px;
  line-height: 24px;
  font-family: "soehne", sans-serif;
}
.single-tracker #main-content .person-link:hover,
.single-tracker #main-content .people-link:hover {
  color: #000;
  text-decoration: underline;
}
.single-tracker #main-content .person-areas {
  font-size: 20px;
  font-family: "soehne", sans-serif;
}
.single-tracker #main-content p, .single-tracker #main-content ul, .single-tracker #main-content li, .single-tracker #main-content a {
  font-family: "Lyon", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
}
@media print, screen and (max-width: 63.99875em) {
  .single-tracker #main-content p, .single-tracker #main-content ul, .single-tracker #main-content li, .single-tracker #main-content a {
    font-size: 18px;
    line-height: 26px;
  }
}
.single-tracker #main-content a {
  color: #000;
  text-decoration: underline;
}
.single-tracker #main-content a:hover {
  color: #D21E30;
}

@media print, screen and (max-width: 63.99875em) {
  .search-results .site-main {
    padding: 0 20px;
  }
  .search-results .page-title {
    margin-bottom: 20px;
  }
  .search-results article {
    margin: 20px 0;
  }
}
.search-results .entry-footer,
.search-results .entry-meta {
  font-size: 14px;
}
.search-results .entry-meta {
  margin-bottom: 10px;
}
.search-results .entry-footer {
  margin-top: 10px;
}
.search-results a {
  color: #000;
}
.search-results a:hover {
  color: #D21E30;
}
.search-results article {
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.search-results .posts-navigation {
  width: 100%;
}
.search-results .nav-links {
  justify-content: space-between;
  padding: 0 20px;
}

/****************************************************

GENERAL BLOCK STYLES

****************************************************/
.wrapper {
  margin: 0 auto;
  max-width: 96.875rem;
  padding: 0 15px;
}
.wrapper.full {
  max-width: 100%;
}

.custom-block {
  padding-top: 45px;
  padding-bottom: 45px;
  overflow: hidden;
}
@media print, screen and (min-width: 40em) {
  .custom-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media print, screen and (min-width: 64em) {
  .custom-block {
    padding-top: 5%;
    padding-bottom: 5%;
  }
}
@media screen and (min-width: 90em) {
  .custom-block {
    padding-top: 6%;
    padding-bottom: 6%;
  }
}
.custom-block.wp-block-paragraph, .custom-block.wp-classic-editor {
  padding: 20px 0;
  margin-left: 25%;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
  width: 650px;
}
.custom-block.wp-block-paragraph a, .custom-block.wp-classic-editor a {
  color: #000;
  text-decoration: underline;
}
.custom-block.wp-block-paragraph a:hover, .custom-block.wp-classic-editor a:hover {
  color: #D21E30;
}
@media print, screen and (max-width: 63.99875em) {
  .custom-block.wp-block-paragraph, .custom-block.wp-classic-editor {
    margin-left: 0;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}

.block-subheader, .block-header {
  display: inline-block;
  width: 100%;
}
.block-subheader.no-margin-bottom, .block-header.no-margin-bottom {
  margin-bottom: 0 !important;
}

.block-header {
  margin-bottom: 3rem;
}

.block-headlines {
  margin-bottom: 4.35rem;
}
.block-headlines .block-header {
  margin-bottom: 1.7rem;
}
.block-headlines .block-header.small-h2 {
  margin-bottom: 1rem;
}

.splide {
  margin-bottom: 40px;
}
.splide__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.splide__arrow {
  min-width: inherit;
}
.splide__pagination {
  bottom: -26px;
}
.splide__pagination__page {
  min-width: inherit;
}
.splide__pagination__page.is-active {
  background-color: #009DD6;
}

.js-square-image {
  object-fit: cover;
  max-width: 100%;
  opacity: 0;
  border-radius: 50%;
}
.js-square-image.js-loaded {
  opacity: 1;
}

.videoHolder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.videoHolder .video {
  pointer-events: none;
  touch-action: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.videoHolder iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media print, screen and (min-width: 64em) {
  .block-subheader.half-width, .block-header.half-width {
    padding-right: 50%;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .block-headlines {
    margin-bottom: 2.35rem;
  }
  .block-header {
    margin-bottom: 1.5rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .splide__arrow--prev {
    left: 0;
  }
  .splide__arrow--next {
    right: 0;
  }
  .splide__slide {
    padding-left: 2rem;
    padding-right: 23rem;
  }
  .block-headlines {
    margin-bottom: 1.5rem;
  }
  .block-headlines .block-header {
    margin-bottom: 0.5rem;
  }
  .block-headlines .block-header.small-h2 {
    margin-bottom: 5px;
  }
}
#primary .splide__slide {
  width: 400px;
  height: 350px;
}

.wp-block-paragraph {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
.wp-block-paragraph + .wp-block-paragraph {
  padding-top: 0;
}

@media print, screen and (min-width: 40em) {
  .first-block {
    min-height: 200px;
  }
}

/****************************************************

IMPORT BLOCK-SPECIFIC STYLES

****************************************************/
.image-gallery .inner-section {
  max-width: 70rem;
  margin: 0 auto;
}
.image-gallery .images-grid {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 2.5rem;
  justify-content: center;
  align-items: flex-start;
}
.image-gallery .images-grid__item {
  position: relative;
  width: 100%;
}
.image-gallery .images-grid__item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.image-gallery .images-grid__preview-img {
  width: 100%;
  object-fit: cover;
  height: 15.625rem;
  display: block;
}

.pswp.pswp--touch .pswp__button--arrow {
  visibility: unset;
}
.pswp .pswp__custom-caption {
  font-size: 0.875rem;
  color: #fff;
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 0;
  text-align: center;
  transform: translateX(-50%);
  text-shadow: 0.1875rem 0.1875rem 0.25rem rgba(0, 0, 0, 0.6);
  padding: 0.625rem 20px 0.625rem 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.4);
}
.pswp .pswp__custom-caption * {
  text-shadow: inherit;
}
.pswp .pswp__custom-caption .image-caption {
  margin: 0.75rem auto;
  font-size: 1rem;
}
.pswp .pswp__custom-caption span {
  display: inline-block;
  max-width: 52.5rem;
  margin: 0 auto;
}
.pswp .pswp__custom-caption.hide-caption {
  display: none;
}
.pswp .pswp__custom-caption a {
  color: inherit;
  text-decoration: underline;
  text-shadow: inherit;
}
.pswp .hidden-caption-content {
  display: none;
}

@media print, screen and (max-width: 63.99875em) {
  .pswp .pswp__custom-caption .image-caption {
    margin-top: 12px;
  }
  .pswp .pswp__button--arrow .pswp__icn {
    width: 40px;
  }
}
@media print, screen and (min-width: 40em) {
  .image-gallery .images-grid {
    grid-gap: 1.875rem;
  }
  .image-gallery .images-grid__item {
    flex-basis: calc(100% / 2 - 0.9375rem);
  }
}
@media print, screen and (min-width: 64em) {
  .image-gallery .images-grid {
    grid-gap: 2.5rem;
  }
  .image-gallery .images-grid__item {
    flex-basis: calc(100% / 3 - 1.6666666667rem);
  }
}
.hero {
  padding-top: 0;
  padding-bottom: 0;
}
.hero__video {
  position: relative;
  height: 55vw;
}
.hero__video:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.15;
  z-index: 7;
  transition-delay: 0.3s;
}
.hero .video-container {
  max-width: 100%;
}
.hero .hero-description p {
  font-family: "soehne", sans-serif;
}
.hero .basic .hero-image {
  border-radius: 8px;
  object-fit: cover;
  height: 480px;
  width: 1050px;
  max-width: 100%;
}
@media print, screen and (max-width: 63.99875em) {
  .hero .basic .hero-image {
    height: auto;
    width: 100%;
  }
}
.hero__img-placeholder {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  object-fit: cover;
  transition: 0.5s;
  transition-delay: 0.3s;
  z-index: 6;
}
.hero__img-placeholder.hidden {
  visibility: hidden;
  opacity: 0;
}
.hero .hero__play-btn {
  cursor: pointer;
  margin: 0 auto;
  margin-bottom: 20px;
  display: block;
  background-color: initial;
  transition-delay: 0.3s;
  max-width: 55px;
  max-height: 55px;
  padding: 0;
}
.hero .hero__play-btn.hidden {
  visibility: hidden;
}
.hero .hero__play-btn:hover svg circle {
  fill: rgb(0, 138.2920560748, 188.5);
}
.hero .hero__play-btn svg {
  max-width: 55px;
  max-height: 55px;
}
.hero .hero__play-btn svg circle {
  transition: fill 0.3s;
  fill: #009DD6;
}
.hero__wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 55%;
  width: 100%;
  z-index: 10;
}
.hero__wrapper.hero__wrapper--mobile {
  position: unset;
  transform: none;
}
.hero__wrapper.hero__wrapper--mobile .block-header {
  color: #000;
  text-shadow: none;
}
.hero .image-caption {
  color: #757575;
  font-family: "soehne", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: right;
}
.hero .block-header {
  color: #fefefe;
  text-shadow: 2px 2px 4px rgba(150, 150, 150, 0.5);
}

@media print, screen and (max-width: 63.99875em) {
  #hero-banner {
    padding: 0 10px;
  }
  #hero-banner .hero-title br {
    display: none;
  }
  #hero-banner .video-container {
    margin-bottom: 20px;
  }
  #hero-banner .hero-description p {
    font-size: 16px;
    line-height: 24px;
  }
  .hero__video {
    margin-top: -55px;
    height: calc(55vw + 110px);
  }
  .hero__video .hero__img-placeholder {
    top: 50%;
    transform: translateY(-50%);
    height: calc(100% - 110px + 3px);
  }
  .hero__video:after {
    height: calc(100% - 110px + 3px);
  }
  .hero__video.video-started:after {
    z-index: 4;
  }
  .crop-line {
    position: absolute;
    height: 55px;
    width: 100%;
    background-color: #fefefe;
    z-index: 5;
  }
  .crop-line.bottom-line {
    bottom: 0;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .hero__video {
    margin-top: -60px;
    height: calc(55vw + 120px);
  }
  .hero__video .hero__img-placeholder {
    height: calc(100% - 120px + 5px);
  }
  .hero__video:after {
    height: calc(100% - 120px + 5px);
  }
  .hero__video.video-started:after {
    z-index: 4;
  }
  .crop-line {
    height: 60px;
  }
}
@media print, screen and (min-width: 64em) {
  .hero__wrapper {
    top: 65%;
  }
  .hero .hero__img-placeholder {
    height: 100%;
  }
  .hero__video {
    height: calc(100vh - 58px);
  }
  .hero .hero__play-btn {
    max-width: 95px;
    max-height: 95px;
  }
  .hero .hero__play-btn svg {
    max-width: 95px;
    max-height: 95px;
  }
}
@media screen and (min-width: 90em) {
  .hero .hero__play-btn {
    max-width: 132px;
    max-height: 132px;
  }
  .hero .hero__play-btn svg {
    max-width: 132px;
    max-height: 132px;
  }
}
@keyframes hide-animation {
  100% {
    visibility: hidden;
  }
}
.cta-banner {
  background-color: #F5F5F5;
}
.cta-banner__text-cell {
  margin-bottom: 20px;
}
@media print, screen and (max-width: 39.99875em) {
  .cta-banner__cta-cell {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }
  .cta-banner__cta-cell .button {
    margin: 15px 0 0 0;
  }
}
@media print, screen and (min-width: 40em) {
  .cta-banner .button {
    margin-right: 20px;
  }
  .cta-banner .button:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 90em) {
  .cta-banner__text-cell {
    padding-right: 5%;
    margin-bottom: 0;
  }
  .cta-banner .button {
    margin-right: 45px;
  }
  .cta-banner .button:last-child {
    margin-right: 0;
  }
}

.cta-text-blocks.text_large_img .cta-text-block:last-child .cta-text-block__text {
  margin-bottom: 0;
}
.cta-text-blocks.text_large_img .block-headlines {
  margin-right: auto;
  margin-left: auto;
  max-width: 96.875rem;
}
.cta-text-blocks.card_col .cta-text-block__text {
  margin-bottom: 0;
}
.cta-text-blocks.image_top .cta-text-block__image {
  margin-bottom: 40px;
  object-fit: cover;
}
@media print, screen and (max-width: 63.99875em) {
  .cta-text-blocks.text_large_img .cta-text-block__text-cell {
    order: 1;
    margin-top: 50px;
  }
  .cta-text-blocks.image_top .cta-text-block__image {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .cta-text-blocks.card_col .cta-text-block__text, .cta-text-blocks.image_top .three-cols .cta-text-block__text {
    font-size: 16px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .cta-text-blocks .cta-text-block {
    margin-bottom: 35px;
  }
  .cta-text-blocks__grid {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .cta-text-blocks .cta-text-block {
    margin-bottom: 45px;
  }
  .cta-text-blocks__grid {
    margin-bottom: -45px;
  }
  .cta-text-blocks.text_large_img .cta-text-blocks__grid {
    margin-bottom: 0;
  }
  .cta-text-blocks .grid-custom-indents {
    margin-left: -12px;
    margin-right: -12px;
  }
  .cta-text-blocks .grid-custom-indents .cta-text-block {
    margin-left: 12px;
    margin-right: 12px;
    width: calc(50% - 24px);
  }
  .cta-text-blocks .grid-custom-indents.three-cols .cta-text-block {
    width: calc(33.3333333333% - 24px);
  }
}
@media print, screen and (min-width: 64em) {
  .cta-text-blocks .cta-text-block {
    margin-bottom: 55px;
  }
  .cta-text-blocks__grid {
    margin-bottom: -55px;
  }
  .cta-text-blocks .grid-custom-indents {
    margin-left: -42px;
    margin-right: -42px;
  }
  .cta-text-blocks .grid-custom-indents .cta-text-block {
    margin-left: 42px;
    margin-right: 42px;
    width: calc(50% - 84px);
  }
  .cta-text-blocks .grid-custom-indents.three-cols .cta-text-block {
    width: calc(33.3333333333% - 84px);
  }
  .cta-text-blocks.image_top .block-header {
    margin-bottom: 3.75rem;
  }
  .cta-text-blocks.image_top .grid-custom-indents {
    margin-left: -60px;
    margin-right: -60px;
  }
  .cta-text-blocks.image_top .grid-custom-indents .cta-text-block {
    margin-left: 60px;
    margin-right: 60px;
    width: calc(50% - 120px);
  }
  .cta-text-blocks.image_top .grid-custom-indents .block-header {
    margin-left: 60px;
    margin-right: 60px;
  }
  .cta-text-blocks.image_top .grid-custom-indents.three-cols {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cta-text-blocks.image_top .grid-custom-indents.three-cols .cta-text-block {
    margin-left: 15px;
    margin-right: 15px;
    width: calc(33.3333333333% - 30px);
  }
  .cta-text-blocks.image_top .grid-custom-indents.three-cols .block-header {
    margin-left: 15px;
    margin-right: 15px;
  }
  .cta-text-blocks.text_large_img .cta-text-blocks__wrapper {
    padding-right: 0;
  }
  .cta-text-blocks.text_large_img .cta-text-block__text-cell {
    padding-right: 10%;
  }
}

.cta-text-block__text {
  margin-bottom: 30px;
  letter-spacing: -0.015em;
  font-weight: 400;
}
.cta-text-block .button {
  margin-top: auto;
}
.cta-text-block .cta-text-block__card {
  color: #000000;
}
.cta-text-block .cta-text-block__card .cta-text-block__image {
  border-radius: 0;
  margin-bottom: 0;
  width: 100%;
  height: 315px;
  object-fit: cover;
}
.cta-text-block__card-content {
  border: 1px solid #333333;
  border-top: none;
  padding: 15.5% 14%;
}
@media screen and (min-width: 90em) {
  .cta-text-block__image {
    margin-bottom: 28px;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .cta-text-block {
    margin-bottom: 45px;
  }
  .cta-text-block__card-content {
    padding: 7% 6%;
  }
  .cta-text-block:last-child {
    margin-bottom: 0;
  }
  .cta-text-block__text {
    margin-bottom: 20px;
  }
  .cta-text-block__img-cell {
    text-align: center;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .large-image-and-text__text-cell {
    order: 1;
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 64em) {
  .large-image-and-text__wrapper.img-on-left {
    padding-left: 0;
  }
  .large-image-and-text__wrapper.img-on-right {
    padding-right: 0;
  }
  .large-image-and-text__text-cell.right-offset {
    padding-left: 2.5%;
  }
  .large-image-and-text__text-cell.left-offset {
    padding-right: 2.5%;
  }
  .large-image-and-text .block-header {
    margin-bottom: 1.8rem;
  }
}
@media screen and (min-width: 90em) {
  .large-image-and-text .block-header {
    margin-bottom: 2.25rem;
  }
  .large-image-and-text__image {
    width: 100%;
    object-fit: cover;
  }
}

.image-and-text {
  border-top: 1px solid #000;
  margin: 40px 0;
  padding: 20px 0 40px 0;
}
@media print, screen and (max-width: 63.99875em) {
  .image-and-text {
    margin-bottom: 0px;
    padding-bottom: 20px;
  }
}
.image-and-text .block-header {
  font-family: "soehne", sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}
.image-and-text.grey {
  background-color: #F5F5F5;
}
.image-and-text__image {
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
}
.image-and-text__text {
  font-family: "Lyon", sans-serif;
  font-family: "Lyon Display", sans-serif;
  font-weight: 300;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 20px;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 63.99875em) {
  .image-and-text__text {
    font-size: 24px;
    line-height: 30px;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .image-and-text__text {
    margin-bottom: 0;
  }
}
.image-and-text__text p {
  font-family: "Lyon Display", sans-serif;
  font-weight: 300;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 20px;
  font-family: "Lyon", sans-serif;
}
@media print, screen and (max-width: 63.99875em) {
  .image-and-text__text p {
    font-size: 24px;
    line-height: 30px;
  }
}
.image-and-text__text p:last-child {
  margin-bottom: 0;
}
.image-and-text__text a {
  font-family: "soehne", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  background: url("../assets/images/link-icon.svg") no-repeat right center;
  color: #000;
  display: inline-block;
  padding-right: 20px;
}
.image-and-text__text a:hover {
  background-size: 14px;
  text-decoration: underline;
}
@media print, screen and (max-width: 63.99875em) {
  .image-and-text__text-cell {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 64em) {
  .image-and-text__image {
    max-height: 645px;
  }
  .image-and-text__wrapper.img-on-right {
    padding-right: 0;
  }
  .image-and-text__wrapper.img-on-left {
    padding-left: 0;
  }
}

#primary .testimonials .splide__slide {
  height: auto;
}

.testimonials .testimonial {
  margin-bottom: 35px;
}
.testimonials__grid {
  margin-bottom: -35px;
}
.testimonials .splide__slide {
  text-align: center;
}
@media print, screen and (min-width: 40em) {
  .testimonials.images_cells .testimonial {
    margin-left: 20px;
    margin-right: 20px;
    width: calc(50% - 40px);
  }
  .testimonials.images_cells .testimonial img {
    margin: 0 auto;
  }
  .testimonials.images_cells .two-rows .testimonial {
    width: calc(50% - 40px);
  }
  .testimonials.images_cells .testimonials__grid {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media print, screen and (min-width: 64em) {
  .testimonials.images_cells .testimonial {
    margin-left: 70px;
    margin-right: 70px;
    width: calc(25% - 140px);
  }
  .testimonials.images_cells .two-rows .testimonial {
    width: calc(25% - 140px);
  }
  .testimonials.images_cells .testimonials__grid {
    margin-left: -70px;
    margin-right: -70px;
  }
  .testimonials .testimonial {
    margin-bottom: 65px;
  }
  .testimonials__grid {
    margin-bottom: -65px;
  }
}
@media screen and (min-width: 90em) {
  .testimonials.images_cells .testimonial {
    margin-left: 42px;
    margin-right: 42px;
    width: calc(16.6666666667% - 84px);
    margin-bottom: 60px;
  }
  .testimonials.images_cells .two-rows .testimonial {
    width: calc(25% - 84px);
    padding-right: 10px;
    padding-left: 10px;
  }
  .testimonials.images_cells .testimonials__grid {
    margin-left: -42px;
    margin-right: -42px;
    margin-bottom: -60px;
  }
  .testimonials.images_cells .testimonials__grid.two-rows {
    padding-left: 15%;
    padding-right: 15%;
  }
}

.testimonial-slide__heading {
  font-size: 18px;
  font-weight: 400;
}
.testimonial-slide__image {
  margin-bottom: 25px;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: inline-block;
}

@media print, screen and (max-width: 63.99875em) {
  .filtered-posts .block-header {
    font-size: 38px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .filtered-posts .block-header {
    font-size: 32px;
  }
}
.filtered-posts .posts-filter__title {
  margin-bottom: 20px;
  font-size: 26px;
  border-left: 3px solid #009DD6;
  padding-left: 10px;
}
.filtered-posts .posts-filters-cell {
  margin-top: 30px;
}
.filtered-posts .fwpl-layout {
  grid-gap: 30px;
}
.filtered-posts .facetwp-checkbox {
  font-size: 16px;
}
@media print, screen and (max-width: 39.99875em) {
  .filtered-posts__grid {
    flex-flow: row wrap-reverse;
  }
  .filtered-posts .posts-filters-cell {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 40em) {
  .filtered-posts .posts-filters-cell {
    margin-top: 0;
    padding-left: 15px;
  }
}
@media screen and (min-width: 75em) {
  .filtered-posts .posts-filter__title {
    font-size: 31px;
  }
  .filtered-posts .posts-filters-cell {
    padding-left: 40px;
  }
  .filtered-posts .facetwp-checkbox {
    font-size: inherit;
  }
}

.filtered-posts__post {
  margin-bottom: 45px;
}
.filtered-posts__post__title {
  margin-top: 15px;
  font-size: 24px;
}
@media print, screen and (min-width: 64em) {
  .filtered-posts__post {
    margin-bottom: 75px;
  }
  .filtered-posts__post__title {
    margin-top: 25px;
    font-size: 30px;
  }
}

.research-areas {
  border-top: 1px solid #000;
  margin: 0;
  padding: 20px 0 40px 0;
}
@media print, screen and (max-width: 63.99875em) {
  .research-areas {
    padding-bottom: 20px;
  }
}
.research-areas .block-header {
  font-family: "soehne", sans-serif;
  font-size: 16px;
  line-height: 24px;
}
@media print, screen and (max-width: 63.99875em) {
  .research-areas .block-header {
    font-family: "soehne", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 10px;
  }
}
.research-areas .block-text p {
  font-family: "Lyon Display", sans-serif;
  font-weight: 300;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 20px;
}
@media print, screen and (max-width: 63.99875em) {
  .research-areas .block-text p {
    font-size: 24px;
    line-height: 30px;
  }
}
.research-areas .topics-list {
  font-family: "soehne", sans-serif;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 20px;
}
.research-areas .topics-list li {
  display: inline-block;
  margin-bottom: 10px;
}
.research-areas .topics-list li a {
  background-color: #DBF1FF;
  border-radius: 24px;
  display: inline-block;
  padding: 4px 20px;
  color: #000;
  font-size: 25px;
  line-height: 36px;
}
.research-areas .topics-list li a:hover {
  background-color: #EDF8FF;
  color: #396272;
}
@media print, screen and (max-width: 63.99875em) {
  .research-areas .topics-list li a {
    font-size: 15px;
    line-height: 26px;
  }
}

.featured-posts {
  border-top: 1px solid #000;
  margin: 40px 0;
  padding: 20px 0 40px 0;
}
@media print, screen and (max-width: 63.99875em) {
  .featured-posts {
    padding-bottom: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.featured-posts .block-header {
  font-family: "soehne", sans-serif;
  font-size: 16px;
  line-height: 24px;
}
@media print, screen and (max-width: 63.99875em) {
  .featured-posts .block-header {
    font-family: "soehne", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 10px;
  }
}
.featured-posts .post-item {
  border: none;
  margin-bottom: 20px;
}
.featured-posts .post-item .post-title {
  font-family: "Lyon", sans-serif;
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 20px;
  margin-bottom: 0;
  width: 640px;
}
@media print, screen and (max-width: 63.99875em) {
  .featured-posts .post-item .post-title {
    font-size: 28px;
    line-height: 32px;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .featured-posts .post-item .post-title {
    width: auto;
    max-width: 100%;
  }
}
.featured-posts .post-item .post-image,
.featured-posts .post-item .post-thumbnail,
.featured-posts .post-item .post-thumbnail img {
  border-radius: 10px;
  display: block;
}
.featured-posts .post-item .post-thumbnail {
  height: 360px;
  object-fit: cover;
  margin-bottom: 20px;
  width: 640px;
  max-width: 100%;
}
@media print, screen and (max-width: 63.99875em) {
  .featured-posts .post-item .post-thumbnail {
    height: auto;
    width: 100%;
  }
}
.featured-posts .post-item .post-excerpt {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  width: 640px;
  max-width: 100%;
}
@media print, screen and (max-width: 63.99875em) {
  .featured-posts .post-item .post-excerpt {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
  }
}
.featured-posts .post-item .post-authors,
.featured-posts .post-item .post-author {
  font-family: "soehne", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  margin-left: 5px;
}
@media print, screen and (max-width: 63.99875em) {
  .featured-posts .post-item .post-authors,
  .featured-posts .post-item .post-author {
    font-family: "soehne", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
  }
}
.featured-posts .post-item .post-authors:first-child,
.featured-posts .post-item .post-author:first-child {
  margin-left: 0;
}
.featured-posts .post-item .post-author {
  margin-left: 5px;
}
.featured-posts .post-categories {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 20px;
}
.featured-posts .post-categories li {
  font-family: "soehne", sans-serif;
  display: inline-block;
  margin-bottom: 10px;
}
.featured-posts .post-categories li a {
  background-color: #DBF1FF;
  border-radius: 24px;
  display: inline-block;
  padding: 2px 10px;
  color: #000;
  font-size: 15px;
  line-height: 26px;
  margin-right: 5px;
}
.featured-posts .post-categories li a:hover {
  background-color: #EDF8FF;
  color: #396272;
}

.latest-posts {
  border-top: 1px solid #000;
  margin: 40px 0 0 0;
  padding: 0;
}
@media print, screen and (max-width: 63.99875em) {
  .latest-posts {
    padding-top: 20px;
    margin-top: 10px;
  }
}
.latest-posts .block-header {
  font-family: "soehne", sans-serif;
  font-size: 16px;
  line-height: 24px;
}
@media print, screen and (max-width: 63.99875em) {
  .latest-posts .block-header {
    font-family: "soehne", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 40em) {
  .latest-posts .post-item:first-child {
    border-top: 0;
  }
}
.latest-posts .post-item .post-thumbnail {
  border-radius: 10px;
  display: block;
  height: 200px;
  margin-top: 20px;
  object-fit: cover;
  width: 308px;
}

.trackers-info {
  border-top: 1px solid #000;
  padding: 30px 0;
  margin-top: 20px;
}
@media print, screen and (max-width: 63.99875em) {
  .trackers-info {
    margin-top: 0;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    border-top: none;
  }
}

.regulatory-tracker-wrapper,
.federal-tracker-wrapper {
  color: #fff;
  padding: 30px;
  height: 254px;
}
@media print, screen and (max-width: 63.99875em) {
  .regulatory-tracker-wrapper,
  .federal-tracker-wrapper {
    height: auto;
  }
}
.regulatory-tracker-wrapper .title,
.federal-tracker-wrapper .title {
  font-family: "soehne", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 20px;
}
@media print, screen and (max-width: 63.99875em) {
  .regulatory-tracker-wrapper .title,
  .federal-tracker-wrapper .title {
    font-size: 22px;
    line-height: 26px;
  }
}
.regulatory-tracker-wrapper .description,
.federal-tracker-wrapper .description {
  font-family: "soehne", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  max-width: 85%;
}
.regulatory-tracker-wrapper .description p,
.federal-tracker-wrapper .description p {
  font-family: "soehne", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.regulatory-tracker-wrapper .link,
.federal-tracker-wrapper .link {
  margin-top: 30px;
}
.regulatory-tracker-wrapper .link img,
.federal-tracker-wrapper .link img {
  width: 30px;
}
.regulatory-tracker-wrapper .link img:hover,
.federal-tracker-wrapper .link img:hover {
  opacity: 0.7;
}

.regulatory-tracker-wrapper {
  background-color: #396272;
  margin-right: 10px;
}
@media print, screen and (max-width: 63.99875em) {
  .regulatory-tracker-wrapper {
    margin: 0 10px 10px 10px;
    padding: 20px 15px;
  }
}

.federal-tracker-wrapper {
  background-color: #226661;
  color: #fff;
  margin-left: 10px;
}
@media print, screen and (max-width: 63.99875em) {
  .federal-tracker-wrapper {
    margin: 0 10px 20px 10px;
    padding: 20px 15px;
  }
}

.custom-image {
  padding: 30px 0;
}
@media print, screen and (max-width: 63.99875em) {
  .custom-image {
    padding: 10px;
  }
}
.custom-image .custom-image__caption {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #757575;
}
@media print, screen and (max-width: 63.99875em) {
  .custom-image .wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

.pullquote-block {
  border-top: 1px solid #000;
  padding: 20px 0;
  margin: 20px 0;
}
@media print, screen and (max-width: 63.99875em) {
  .pullquote-block {
    margin: 0;
    padding: 10px 0;
  }
}
.pullquote-block blockquote {
  border: none;
}
.pullquote-block blockquote p {
  color: #000;
  font-family: "Lyon", sans-serif;
  font-style: normal;
  font-size: 40px !important;
  font-weight: 300 !important;
  line-height: 48px !important;
}
@media print, screen and (max-width: 63.99875em) {
  .pullquote-block blockquote p {
    font-size: 28px !important;
    line-height: 32px !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .pullquote-block blockquote {
    padding: 0;
  }
}
.pullquote-block cite {
  font-family: "soehne", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  color: #000;
}
.pullquote-block cite::before {
  display: none;
}

.callout-box-block {
  padding: 40px 0;
}
@media print, screen and (max-width: 63.99875em) {
  .callout-box-block {
    padding: 10px 0;
  }
}
.callout-box-block.right {
  position: absolute;
  top: 600px;
  right: 0;
  width: 240px;
}
@media print, screen and (max-width: 63.99875em) {
  .callout-box-block.right {
    position: relative;
    top: 0;
    position: unset;
    width: 100%;
  }
}
.callout-box-block.right .callout-box-content {
  padding: 20px;
}
.callout-box-block .callout-box-content {
  background-color: #961A2C;
  color: #fefefe;
  padding: 40px 80px 40px 20px;
}
.callout-box-block .callout-box-content.red {
  background-color: #961A2C;
}
.callout-box-block .callout-box-content.blue {
  background-color: #396272;
}
.callout-box-block .callout-box-content.green {
  background-color: #226661;
}
.callout-box-block .callout-box-content .callout-box-title {
  font-family: "soehne", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 20px;
}
@media print, screen and (max-width: 63.99875em) {
  .callout-box-block .callout-box-content .callout-box-title {
    font-size: 22px;
    line-height: 26px;
  }
}
.callout-box-block .callout-box-content .callout-box-text {
  font-family: "soehne", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}
.callout-box-block .callout-box-content .callout-box-text p {
  font-family: "soehne", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}
.callout-box-block .callout-box-content .callout-box-text a {
  color: #fefefe;
}
.callout-box-block .callout-box-content .callout-box-link {
  display: block;
  text-align: left;
}
.callout-box-block .callout-box-content .callout-box-link:hover {
  opacity: 0.7;
}

.custom-text-block {
  padding: 20px 0;
  position: relative;
}
@media print, screen and (max-width: 63.99875em) {
  .custom-text-block {
    padding-bottom: 0;
    padding-top: 10px;
  }
}
.custom-text-block .text {
  padding-bottom: 20px;
  padding-top: 20px;
  max-width: 780px;
}
.custom-text-block .text.border-top {
  border-top: 1px solid #000;
}
.single-tracker .custom-text-block .text {
  padding-top: 10px;
}
.single-tracker .custom-text-block .text h2, .single-tracker .custom-text-block .text h3, .single-tracker .custom-text-block .text h4 {
  font-family: "soehne", sans-serif;
}
.single-tracker .custom-text-block .text h2 {
  font-size: 32px;
  line-height: 36px;
}
@media print, screen and (max-width: 63.99875em) {
  .single-tracker .custom-text-block .text h2 {
    font-size: 22px;
    line-height: 26px;
  }
}
.custom-text-block .text {
  font-family: "Lyon", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
}
@media print, screen and (max-width: 63.99875em) {
  .custom-text-block .text {
    font-size: 18px;
    line-height: 26px;
  }
}
.custom-text-block .text h2 {
  font-family: "Lyon", sans-serif;
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 20px;
}
@media print, screen and (max-width: 63.99875em) {
  .custom-text-block .text h2 {
    font-size: 28px;
    line-height: 32px;
  }
}
.custom-text-block .text h3 {
  font-family: "Lyon Display", sans-serif;
  font-weight: 300;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 20px;
}
@media print, screen and (max-width: 63.99875em) {
  .custom-text-block .text h3 {
    font-size: 24px;
    line-height: 30px;
  }
}
.custom-text-block .text h4 {
  font-family: "soehne", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 20px;
}
@media print, screen and (max-width: 63.99875em) {
  .custom-text-block .text h4 {
    font-size: 22px;
    line-height: 26px;
  }
}
.custom-text-block .text h5 {
  font-family: "soehne", sans-serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 20px;
}
.custom-text-block .text h6 {
  font-family: "soehne", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 20px;
}
.custom-text-block .text p {
  font-family: "Lyon", sans-serif;
}
.custom-text-block .text ul {
  margin-left: 40px;
}
.custom-text-block .text ol {
  margin-left: 20px;
}
.custom-text-block .text a {
  color: #000;
  text-decoration: underline;
}
.custom-text-block .text a:hover {
  color: #D21E30;
}
.custom-text-block .sidebar {
  color: #fefefe;
  padding: 20px 10px;
  position: relative;
  width: 240px;
  max-width: 100%;
}
@media print, screen and (max-width: 63.99875em) {
  .custom-text-block .sidebar {
    width: 100%;
  }
}
.custom-text-block .sidebar-column {
  position: relative;
}
.custom-text-block .sidebar.top {
  left: 0;
  top: 0;
}
.custom-text-block .sidebar.middle {
  top: 40%;
}
@media print, screen and (max-width: 63.99875em) {
  .custom-text-block .sidebar.middle {
    top: 0;
  }
}
.custom-text-block .sidebar.bottom {
  bottom: 0;
  left: 0;
}
.custom-text-block .sidebar.blue {
  background: #396272;
}
.custom-text-block .sidebar.green {
  background: #226661;
}
.custom-text-block .sidebar-title {
  font-family: "Lyon", sans-serif;
  font-size: 72px;
  font-weight: 300;
  line-height: 72px;
}
.custom-text-block .sidebar-content {
  font-family: "soehne", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.custom-text-block .sidebar-content p {
  font-family: "soehne", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.custom-text-block .sidebar-link {
  margin-top: 20px;
}

.accordion-block {
  padding: 40px 0;
}
@media print, screen and (max-width: 63.99875em) {
  .accordion-block {
    padding: 10px 0;
  }
}
.accordion-block .accordion-block-title {
  font-family: "soehne", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 20px;
}
@media print, screen and (max-width: 63.99875em) {
  .accordion-block .accordion-block-title {
    font-size: 22px;
    line-height: 26px;
  }
}
.accordion-block .accordion-title {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #000;
  background-color: #f7f9fa;
  border: none;
  border-top: 1px solid #000;
  padding-right: 180px;
}
@media print, screen and (max-width: 63.99875em) {
  .accordion-block .accordion-title {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
  }
}
@media screen and (max-width: 768px) {
  .accordion-block .accordion-title {
    padding-right: 40px;
  }
}
.accordion-block .accordion-title:before {
  border: 1px solid #000;
  border-radius: 50%;
  font-size: 40px;
  font-weight: 100;
  height: 40px;
  line-height: 30px;
  top: calc(50% - 10px);
  text-align: center;
  width: 40px;
}
.accordion-block .accordion-item:last-child:not(.is-active) .accordion-title {
  border-bottom: 1px solid #000;
}
.accordion-block .accordion-content {
  border: none;
  padding: 20px;
}
.accordion-block .accordion-content * {
  font-family: "Lyon", sans-serif !important;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
}
.accordion-block .accordion-content a {
  color: #000;
  text-decoration: underline;
}
.accordion-block .accordion-content a:hover {
  color: #D21E30;
}
.accordion-block .accordion-content strong {
  font-weight: bold;
}

.people-block {
  padding: 20px 0 20px 0;
}
@media print, screen and (max-width: 63.99875em) {
  .people-block {
    padding: 10px 0 10px 0;
  }
}
.people-block .columns {
  border-top: 1px solid #000;
  padding-top: 20px;
}
.people-block .colums {
  border-top: 1px solid #000;
}
.people-block .people-header {
  display: flex;
  justify-content: space-between;
}
.people-block .people-title {
  font-family: "soehne", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 20px;
}
@media print, screen and (max-width: 63.99875em) {
  .people-block .people-title {
    font-size: 22px;
    line-height: 26px;
  }
}
.people-block .media-inquiries {
  font-family: "soehne", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: "soehne", sans-serif !important;
  font-size: 16px !important;
  line-height: 24px !important;
  text-align: right;
}
.people-block .people-text * {
  font-family: "Lyon", sans-serif;
  font-size: 22px;
  line-height: 32px;
}
.people-block .external-link {
  background: url("../assets/images/next.svg") no-repeat right center;
  color: #000;
  padding-right: 20px;
}
.people-block .external-link:hover {
  text-decoration: underline;
}
.people-block .external-link .person-link h2, .people-block .external-link .person-link h3, .people-block .external-link .person-link h4 {
  text-decoration: none;
}
.people-block .person {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.people-block .person:hover {
  background: #EDF8FF;
}
.people-block .person:hover a {
  color: #396272;
}
.people-block .person:hover .person-title,
.people-block .person:hover .person-areas {
  color: #396272;
  text-decoration: none !important;
}
.people-block .person:hover .person-image {
  position: relative;
}
.people-block .person:hover .person-image:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #EDF8FF;
  opacity: 0.4;
}
.people-block .person .person-link:hover {
  text-decoration: none !important;
}
.people-block .person-image {
  margin-right: 20px;
  height: 100px;
  width: 100px;
}
.people-block .person-image img {
  border-radius: 4px;
  object-fit: cover;
  height: 100px;
  width: 100px;
}
.people-block .person-name {
  width: calc(100% - 120px);
}
.people-block .person-title {
  font-family: "Lyon Display", sans-serif;
  font-weight: 300;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 20px;
  font-family: "Lyon", sans-serif;
  margin-bottom: 0px;
}
@media print, screen and (max-width: 63.99875em) {
  .people-block .person-title {
    font-size: 24px;
    line-height: 30px;
  }
}
.people-block .person a {
  color: #000;
  display: block;
}

.single-environmental .people-block .external-link {
  background: url("../assets/images/next_green.svg") no-repeat right center;
}
.single-environmental .people-block .person:hover {
  background: #ECFFFC;
}
.single-environmental .people-block .person:hover a {
  color: #396272;
}
.single-environmental .people-block .person:hover .person-title,
.single-environmental .people-block .person:hover .person-areas {
  color: #226661;
  text-decoration: none !important;
}
.single-environmental .people-block .person:hover .person-image {
  position: relative;
}
.single-environmental .people-block .person:hover .person-image:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #ECFFFC;
  opacity: 0.4;
}
.single-environmental .people-block .person .person-link:hover {
  text-decoration: none !important;
}

.related-content-block {
  padding: 20px 0;
}
@media print, screen and (max-width: 63.99875em) {
  .related-content-block {
    padding: 10px 0;
  }
}
.related-content-block .columns {
  border-top: 1px solid #000;
  padding-bottom: 0;
  padding-top: 20px;
}
.related-content-block .related-title {
  font-family: "Lyon Display", sans-serif;
  font-weight: 300;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 20px;
  font-family: "Lyon", sans-serif;
  margin-bottom: 0;
}
@media print, screen and (max-width: 63.99875em) {
  .related-content-block .related-title {
    font-size: 24px;
    line-height: 30px;
  }
}
.related-content-block .related-title a:hover {
  color: #D21E30;
}

.timeline-block {
  padding: 20px 0;
}
.timeline-block .timeline {
  border-top: 1px solid #000;
}
.timeline-block .timeline.hide-border {
  border-top: none;
}
.timeline-block .timeline-title {
  font-family: "soehne", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 20px;
  padding-top: 20px;
  margin-bottom: 40px;
}
@media print, screen and (max-width: 63.99875em) {
  .timeline-block .timeline-title {
    font-size: 22px;
    line-height: 26px;
  }
}
.timeline-block .timeline-item {
  padding-bottom: 50px;
}
.timeline-block .timeline-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.timeline-block .timeline-date {
  font-family: "soehne", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 20px;
  font-family: "soehne", sans-serif !important;
  margin-bottom: 0;
}
.timeline-block .timeline-text {
  font-family: "soehne", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #757575;
  font-family: "soehne", sans-serif !important;
}
.timeline-block .timeline-content {
  font-family: "Lyon", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  font-family: "Lyon", sans-serif;
}

.menu-and-intro-block {
  padding: 20px 0 0 0;
  overflow: visible;
}
@media print, screen and (max-width: 63.99875em) {
  .menu-and-intro-block {
    max-width: 100%;
    margin-bottom: 10px;
  }
}
.menu-and-intro-block .internal-menu {
  border-top: 1px solid #000;
  margin-top: 10px;
  position: absolute;
  top: 0;
  z-index: 999;
  width: 240px;
}
.menu-and-intro-block .internal-menu .parent .internal-menu-link {
  background: #F7F9FA;
  font-weight: bold;
}
@media print, screen and (max-width: 63.99875em) {
  .menu-and-intro-block .internal-menu {
    position: relative;
    width: 100%;
  }
}
.menu-and-intro-block .internal-menu ul {
  margin: 0;
  padding: 0;
}
.menu-and-intro-block .internal-menu ul ul a {
  padding-left: 40px !important;
}
.menu-and-intro-block .internal-menu ul ul a::before {
  content: "— ";
}
.menu-and-intro-block .internal-menu ul ul a.active::before {
  content: "";
}
.menu-and-intro-block .internal-menu .internal-menu-item {
  list-style: none;
}
.menu-and-intro-block .internal-menu .internal-menu-item .internal-menu-link {
  text-decoration: none;
  color: #000;
  display: block;
  font-family: "soehne", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  padding: 10px 5px 10px 30px;
}
.menu-and-intro-block .internal-menu .internal-menu-item .internal-menu-link.active {
  background: #F7F9FA url("../assets/images/bullet-blue.svg") no-repeat 10px center;
}
.menu-and-intro-block .internal-menu .internal-menu-item .internal-menu-link:hover {
  text-decoration: underline;
}
.menu-and-intro-block .text-intro {
  font-family: "Lyon", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  width: 780px;
  max-width: 100%;
}
@media print, screen and (max-width: 63.99875em) {
  .menu-and-intro-block .text-intro {
    font-size: 18px;
    line-height: 26px;
  }
}
.menu-and-intro-block .text-intro p, .menu-and-intro-block .text-intro ul, .menu-and-intro-block .text-intro li {
  font-family: "Lyon", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
}
@media print, screen and (max-width: 63.99875em) {
  .menu-and-intro-block .text-intro p, .menu-and-intro-block .text-intro ul, .menu-and-intro-block .text-intro li {
    font-size: 18px;
    line-height: 26px;
  }
}
.menu-and-intro-block .text-intro p a, .menu-and-intro-block .text-intro ul a, .menu-and-intro-block .text-intro li a {
  text-decoration: underline;
}
.menu-and-intro-block .text-intro p a:hover, .menu-and-intro-block .text-intro ul a:hover, .menu-and-intro-block .text-intro li a:hover {
  color: #D21E30;
}

.template-all-topics .topic-item {
  border-top: 1px solid #000;
  min-height: 205px;
}
.template-all-topics .topic-item .topic-title,
.template-all-topics .topic-item .topic-description {
  color: #000;
}
.template-all-topics .topic-item .topic-title {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 20px;
}
@media screen and (min-width: 40em) {
  .template-all-topics .topic-item .topic-title {
    font-family: "Lyon", sans-serif;
    font-size: 72px;
    font-weight: 300;
    line-height: 72px;
  }
}
.template-all-topics .topic-item a {
  display: block;
  padding: 20px 0 40px 0;
  width: 100%;
}
.template-all-topics .topic-item a:hover {
  background-color: #EDF8FF;
}
.template-all-topics .topic-item a:hover .topic-title,
.template-all-topics .topic-item a:hover .topic-description {
  color: #396272;
}
.template-all-topics .topic-item .topic-image {
  border-radius: 10px;
}
@media print, screen and (max-width: 63.99875em) {
  .template-all-topics .topic-item .topic-image {
    margin-top: 20px;
    height: 250px;
    object-fit: cover;
    width: 100%;
  }
}

.page-title {
  font-family: "soehne", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin: 20px 0 60px 0;
}
/*!**********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/photoswipe/dist/photoswipe.css ***!
  \**********************************************************************************************************************************************************************************************/
/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */
.pswp {
  --pswp-bg: #000;
  --pswp-placeholder-bg: #222;
  --pswp-root-z-index: 100000;
  --pswp-preloader-color: rgba(79, 79, 79, 0.4);
  --pswp-preloader-color-secondary: rgba(255, 255, 255, 0.9);
  /* defined via js:
  --pswp-transition-duration: 333ms; */
  --pswp-icon-color: #fff;
  --pswp-icon-color-secondary: #4f4f4f;
  --pswp-icon-stroke-color: #4f4f4f;
  --pswp-icon-stroke-width: 2px;
  --pswp-error-text-color: var(--pswp-icon-color);
}

/*
	Styles for basic PhotoSwipe (pswp) functionality (sliding area, open/close transitions)
*/
.pswp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: var(--pswp-root-z-index);
  display: none;
  touch-action: none;
  outline: 0;
  opacity: 0.003;
  contain: layout style size;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Prevents focus outline on the root element,
  (it may be focused initially) */
.pswp:focus {
  outline: 0;
}

.pswp * {
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

.pswp--open {
  display: block;
}

.pswp,
.pswp__bg {
  transform: translateZ(0);
  will-change: opacity;
}

.pswp__bg {
  opacity: 0.005;
  background: var(--pswp-bg);
}

.pswp,
.pswp__scroll-wrap {
  overflow: hidden;
}

.pswp__scroll-wrap,
.pswp__bg,
.pswp__container,
.pswp__item,
.pswp__content,
.pswp__img,
.pswp__zoom-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pswp__img,
.pswp__zoom-wrap {
  width: auto;
  height: auto;
}

.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/* :active to override grabbing cursor */
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,
.pswp__img {
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  cursor: zoom-out;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img,
.pswp__button,
.pswp__counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pswp__item {
  /* z-index for fade transition */
  z-index: 1;
  overflow: hidden;
}

.pswp__hidden {
  display: none !important;
}

/* Allow to click through pswp__content element, but not its children */
.pswp__content {
  pointer-events: none;
}

.pswp__content > * {
  pointer-events: auto;
}

/*

  PhotoSwipe UI

*/
/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg-container {
  display: grid;
}

.pswp__error-msg {
  margin: auto;
  font-size: 1em;
  line-height: 1;
  color: var(--pswp-error-text-color);
}

/*
class pswp__hide-on-close is applied to elements that
should hide (for example fade out) when PhotoSwipe is closed
and show (for example fade in) when PhotoSwipe is opened
 */
.pswp .pswp__hide-on-close {
  opacity: 0.005;
  will-change: opacity;
  transition: opacity var(--pswp-transition-duration) cubic-bezier(0.4, 0, 0.22, 1);
  z-index: 10; /* always overlap slide content */
  pointer-events: none; /* hidden elements should not be clickable */
}

/* class pswp--ui-visible is added when opening or closing transition starts */
.pswp--ui-visible .pswp__hide-on-close {
  opacity: 1;
  pointer-events: auto;
}

/* <button> styles, including css reset */
.pswp__button {
  position: relative;
  display: block;
  width: 50px;
  height: 60px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  background: none;
  border: 0;
  box-shadow: none;
  opacity: 0.85;
  -webkit-appearance: none;
  -webkit-touch-callout: none;
}

.pswp__button:hover,
.pswp__button:active,
.pswp__button:focus {
  transition: none;
  padding: 0;
  background: none;
  border: 0;
  box-shadow: none;
  opacity: 1;
}

.pswp__button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.pswp__icn {
  fill: var(--pswp-icon-color);
  color: var(--pswp-icon-color-secondary);
}

.pswp__icn {
  position: absolute;
  top: 14px;
  left: 9px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  pointer-events: none;
}

.pswp__icn-shadow {
  stroke: var(--pswp-icon-stroke-color);
  stroke-width: var(--pswp-icon-stroke-width);
  fill: none;
}

.pswp__icn:focus {
  outline: 0;
}

/*
	div element that matches size of large image,
	large image loads on top of it,
	used when msrc is not provided
*/
div.pswp__img--placeholder,
.pswp__img--with-bg {
  background: var(--pswp-placeholder-bg);
}

.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  z-index: 10;
  /* allow events to pass through top bar itself */
  pointer-events: none !important;
}

.pswp__top-bar > * {
  pointer-events: auto;
  /* this makes transition significantly more smooth,
     even though inner elements are not animated */
  will-change: opacity;
}

/*

  Close button

*/
.pswp__button--close {
  margin-right: 6px;
}

/*

  Arrow buttons

*/
.pswp__button--arrow {
  position: absolute;
  top: 0;
  width: 75px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
}

.pswp__button--arrow:disabled {
  display: none;
  cursor: default;
}

.pswp__button--arrow .pswp__icn {
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background: none;
  border-radius: 0;
}

.pswp--one-slide .pswp__button--arrow {
  display: none;
}

/* hide arrows on touch screens */
.pswp--touch .pswp__button--arrow {
  visibility: hidden;
}

/* show arrows only after mouse was used */
.pswp--has_mouse .pswp__button--arrow {
  visibility: visible;
}

.pswp__button--arrow--prev {
  right: auto;
  left: 0px;
}

.pswp__button--arrow--next {
  right: 0px;
}

.pswp__button--arrow--next .pswp__icn {
  left: auto;
  right: 14px;
  /* flip horizontally */
  transform: scale(-1, 1);
}

/*

  Zoom button

*/
.pswp__button--zoom {
  display: none;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

/* "+" => "-" */
.pswp--zoomed-in .pswp__zoom-icn-bar-v {
  display: none;
}

/*

  Loading indicator

*/
.pswp__preloader {
  position: relative;
  overflow: hidden;
  width: 50px;
  height: 60px;
  margin-right: auto;
}

.pswp__preloader .pswp__icn {
  opacity: 0;
  transition: opacity 0.2s linear;
  animation: pswp-clockwise 600ms linear infinite;
}

.pswp__preloader--active .pswp__icn {
  opacity: 0.85;
}

@keyframes pswp-clockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*

  "1 of 10" counter

*/
.pswp__counter {
  height: 30px;
  margin-top: 15px;
  margin-inline-start: 20px;
  font-size: 14px;
  line-height: 30px;
  color: var(--pswp-icon-color);
  text-shadow: 1px 1px 3px var(--pswp-icon-color-secondary);
  opacity: 0.85;
}

.pswp--one-slide .pswp__counter {
  display: none;
}
/*!********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/@splidejs/splide/dist/css/splide.min.css ***!
  \********************************************************************************************************************************************************************************************************/
.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}
/*!*************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/swiper/swiper.min.css ***!
  \*************************************************************************************************************************************************************************************/
/**
 * Swiper 9.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 13, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper, swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide, swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*!************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/swiper/modules/navigation/navigation.min.css ***!
  \************************************************************************************************************************************************************************************************************/
:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}
/*!************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/swiper/modules/pagination/pagination.min.css ***!
  \************************************************************************************************************************************************************************************************************/
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet, :host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

/*# sourceMappingURL=site-styles.css.map*/