@charset "UTF-8";
/*
  Modern CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html, body {
  height: 100%;
  -webkit-text-size-adjust: none;
}

body {
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

#root, #__next {
  isolation: isolate;
}

/* SCSS Framework boilerplate from Ristretto: https://github.com/kylelarkin/ristretto */
* {
  box-sizing: border-box;
}

::-moz-selection {
  background: #FECD08;
  color: #000;
  text-shadow: none;
}

::selection {
  background: #FECD08;
  color: #000;
  text-shadow: none;
}

a:link {
  -webkit-tap-highlight-color: transparent;
}

body:not(.wp-admin) {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-display: swap;
}

nav ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.body--wrapper p + p {
  -webkit-margin-before: 0.875rem;
          margin-block-start: 0.875rem;
}
.body--wrapper strong {
  font-weight: 600;
}

a[href^=mailto] {
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  overflow-wrap: anywhere;
}

.wp-block-post-terms a, .wp-block-post-date {
  text-decoration: none;
  color: #767676;
}

.is-style-eyebrow + h1,
.is-style-eyebrow + h2 {
  margin-top: 0.8125rem;
}

.is-style-numbered.has-background {
  height: clamp(45px, 6vw, 90px);
  width: clamp(45px, 6vw, 90px);
  padding: 0;
  color: #000;
  font-family: "alternate-gothic-atf", Helvetica, Arial, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(30px, 3.75vw, 60px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.underline, .is-style-underline {
  z-index: 1;
}
.underline mark.has-inline-color, .is-style-underline mark.has-inline-color {
  position: relative;
  background-color: transparent !important;
  color: inherit;
  z-index: 1;
}
.underline mark.has-inline-color:after, .is-style-underline mark.has-inline-color:after {
  pointer-events: none;
  background-image: url(../img/highlight.svg);
  content: " ";
  background-repeat: no-repeat;
  background-size: contain;
  height: 100px;
  width: 120%;
  position: absolute;
  top: 75%;
  z-index: -1;
  left: -10%;
}
.underline[data-aos=fade] mark::after, .is-style-underline[data-aos=fade] mark::after {
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition-delay: 0.5s;
}
.underline[data-aos=fade].aos-animate mark::after, .is-style-underline[data-aos=fade].aos-animate mark::after {
  opacity: 1;
  transform: translateY(0);
}

h1.underline[data-aos=fade] mark::after {
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition-delay: 0.5s;
}
h1.underline[data-aos=fade].aos-animate mark::after {
  opacity: 1;
  transform: translateY(0);
}

.circle, .is-style-circle {
  z-index: 1;
}
.circle mark.has-inline-color, .is-style-circle mark.has-inline-color {
  position: relative;
  background-color: transparent !important;
  color: inherit;
  z-index: 1;
}
.circle mark.has-inline-color:after, .is-style-circle mark.has-inline-color:after {
  background-image: url(../img/circle.svg);
  content: " ";
  background-repeat: no-repeat;
  background-size: contain;
  height: 100px;
  width: 120%;
  position: absolute;
  top: -0.5rem;
  z-index: -1;
  pointer-events: none;
  left: -0.75rem;
}
.circle[data-aos=fade] mark::after, .is-style-circle[data-aos=fade] mark::after {
  opacity: 0;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition-delay: 1s;
}
.circle[data-aos=fade].aos-animate mark::after, .is-style-circle[data-aos=fade].aos-animate mark::after {
  opacity: 1;
}

.is-style-highlight {
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  background-color: transparent;
  font-family: "alternate-gothic-atf", Helvetica, Arial, sans-serif;
  font-size: clamp(51px, 7.5vw, 120px);
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  padding: 0.5rem;
  text-transform: uppercase;
  max-width: 80%;
}

.wp-block-atbs-tabs {
  margin-top: 2.25rem;
}
.wp-block-atbs-tabs .tabs-container {
  display: grid;
  gap: clamp(1.5rem, 6.8vw, 100px);
}
@media (min-width: 768px) {
  .wp-block-atbs-tabs .tabs-container {
    display: grid;
    grid-template-columns: 5fr 7fr;
  }
}
.wp-block-atbs-tabs .tabs-container .tabs-titles {
  background-color: transparent;
  display: grid;
}
.wp-block-atbs-tabs .tabs-container .tabs-titles .tab-title {
  justify-content: start;
  padding: 19px 83px 19px 0;
  transition: all 0.25s ease-in-out;
  border-top: 1px solid #000;
}
.wp-block-atbs-tabs .tabs-container .tabs-titles .tab-title:last-child {
  border-bottom: 1px solid #000;
}
.wp-block-atbs-tabs .tabs-container .tabs-titles .tab-title.active {
  background-color: #FECD08;
  padding-left: 30px;
}
.wp-block-atbs-tabs .tabs-container .tabs-titles .tab-title .tab-title-text {
  color: #000;
  font-family: "alternate-gothic-atf", Helvetica, Arial, sans-serif;
  font-size: 35px;
  text-align: left;
  font-weight: 500;
  text-transform: uppercase;
}
.wp-block-atbs-tabs .tabs-container .tabs-content {
  background-color: transparent;
  display: flex;
  padding: 0;
}
.wp-block-atbs-tabs .tabs-container .tabs-content .wp-block-atbs-tab {
  max-width: 605px;
}
.wp-block-atbs-tabs .tabs-container .tabs-content .wp-block-atbs-tab p {
  font-size: 1.125rem;
}

.download-title-button {
  background-color: #232323;
  color: #fff;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 1rem;
}
.download-title-button span {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 600;
}

a.download-link:not(.wp-element-button) {
  text-decoration: none;
  padding: 0.75rem 1.25rem;
  background-color: #FECD08;
  color: #000;
  display: inline-flex;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 3px;
  text-transform: uppercase;
  align-items: center;
  gap: 0.5rem;
  height: auto;
}
a.download-link:not(.wp-element-button)[minimal] {
  background-color: transparent;
  color: inherit;
  padding: 0;
}
a.download-link:not(.wp-element-button):before {
  display: none;
}
a.download-link:not(.wp-element-button):hover svg {
  transform: translateY(2px);
}
a.download-link:not(.wp-element-button) svg {
  transition: all 0.33s ease-in-out;
}
a.download-link:not(.wp-element-button):after {
  font: var(--fa-font-sharp-solid);
  content: "\f019";
  display: none;
}

div.facetwp-facet {
  margin: 0.5625rem 0;
}
div.facetwp-facet input, div.facetwp-facet select {
  background-color: #fff;
  border: 1px solid #D9D9D9;
  border-radius: 0;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  width: 100%;
  height: 44px;
  transition: all 0.25s ease;
  -webkit-appearance: none;
}
div.facetwp-facet input:focus, div.facetwp-facet select:focus {
  outline: 0;
  background-color: #f2f2f2;
}
div.facetwp-facet input::-moz-placeholder {
  font-size: 0.9375rem;
  color: #767676;
  letter-spacing: 0.45px;
}
div.facetwp-facet select, div.facetwp-facet input::placeholder {
  font-size: 0.9375rem;
  color: #767676;
  letter-spacing: 0.45px;
}
div.facetwp-facet.facetwp-type-pager {
  margin: 4.5rem 0 0;
  display: flex;
  justify-content: center;
}
div.facetwp-facet.facetwp-type-pager button.facetwp-load-more.facetwpwp-hidden {
  display: none !important;
}
div.facetwp-facet.facetwp-type-pager .facetwp-input-wrap {
  display: block;
  width: 100%;
  position: relative;
}
div.facetwp-facet.facetwp-facet-search {
  position: relative;
}
div.facetwp-facet.facetwp-facet-search span.facetwp-input-wrap {
  width: 100%;
}
div.facetwp-facet.facetwp-facet-search .facetwp-icon {
  position: absolute;
  right: 1rem;
  top: 0.75rem;
  opacity: 1;
  font-size: 1.125rem;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
div.facetwp-facet.facetwp-facet-search .facetwp-icon.f-loading:before {
  animation: rotation 2s infinite linear !important;
  content: "\f110";
}
div.facetwp-facet.facetwp-facet-search .facetwp-icon:before {
  transition: all 250ms ease-in-out;
  content: "\f002";
  font: var(--fa-font-solid);
  display: none;
}
div.facetwp-facet.facetwp-facet-search .facetwp-icon svg {
  color: #767676;
}
div.facetwp-facet.facetwp-type-dropdown {
  -webkit-font-smoothing: antialiased;
  position: relative;
}
div.facetwp-facet.facetwp-type-dropdown:after {
  transition: all 250ms ease-in-out;
  color: #767676;
  content: "\f0d7";
  font: var(--fa-font-solid);
  display: none;
}
div.facetwp-facet.facetwp-type-dropdown svg {
  color: #767676;
  position: absolute;
  right: 1rem;
  top: 0.8rem;
  pointer-events: none;
}
div.facetwp-facet.facetwp-type-pager button {
  background: #FECD08;
  padding: 0.75rem 1.5rem;
  border: 0;
  color: #000;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  transition: all 0.33s ease-in-out;
}
div.facetwp-facet.facetwp-type-pager button:hover {
  transform: translateY(2px);
  cursor: pointer;
}

.gform_confirmation_wrapper {
  background-color: #fff;
  padding: 1rem 1.25rem;
  border-bottom: 4px solid #767676;
}

.gform_wrapper {
  margin-top: 4.3vw;
}
.gform_wrapper .gform_required_legend {
  display: none;
}
.gform_wrapper form .gform_fields {
  gap: 2.125rem 1rem;
}
.gform_wrapper form .ginput_container label.gform-field-label, .gform_wrapper form .ginput_container label.gfield_label, .gform_wrapper form .ginput_container legend, .gform_wrapper form .gfield label.gform-field-label, .gform_wrapper form .gfield label.gfield_label, .gform_wrapper form .gfield legend {
  font-size: 1rem;
  font-weight: 600;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #000;
  margin: 0;
}
.gform_wrapper form .ginput_container label.gform-field-label span.gfield_required, .gform_wrapper form .ginput_container label.gfield_label span.gfield_required, .gform_wrapper form .ginput_container legend span.gfield_required, .gform_wrapper form .gfield label.gform-field-label span.gfield_required, .gform_wrapper form .gfield label.gfield_label span.gfield_required, .gform_wrapper form .gfield legend span.gfield_required {
  font-weight: 600;
  transform: translateY(-4px) translateX(-6px);
}
.gform_wrapper form .ginput_container label.gform-field-label--type-sub, .gform_wrapper form .gfield label.gform-field-label--type-sub {
  margin-top: 0.5rem;
  font-size: 0.9375rem;
  color: #767676;
}
.gform_wrapper form .ginput_container input, .gform_wrapper form .ginput_container textarea, .gform_wrapper form .gfield input, .gform_wrapper form .gfield textarea {
  border-radius: 0;
  border: 1px solid #D9D9D9;
  font-size: 0.8125rem;
  box-shadow: 0 0 0 0 transparent;
  margin-top: 0.4375rem;
}
.gform_wrapper form .ginput_container input::-moz-placeholder, .gform_wrapper form .ginput_container textarea::-moz-placeholder, .gform_wrapper form .gfield input::-moz-placeholder, .gform_wrapper form .gfield textarea::-moz-placeholder {
  font-weight: 300;
  color: #767676;
}
.gform_wrapper form .ginput_container input::placeholder, .gform_wrapper form .ginput_container textarea::placeholder, .gform_wrapper form .gfield input::placeholder, .gform_wrapper form .gfield textarea::placeholder {
  font-weight: 300;
  color: #767676;
}
.gform_wrapper form .ginput_container input:focus, .gform_wrapper form .ginput_container textarea:focus, .gform_wrapper form .gfield input:focus, .gform_wrapper form .gfield textarea:focus {
  outline-color: #FECD08;
}
.gform_wrapper form .ginput_container .gfield_radio, .gform_wrapper form .ginput_container .gfield_checkbox, .gform_wrapper form .gfield .gfield_radio, .gform_wrapper form .gfield .gfield_checkbox {
  gap: 1rem 3.75rem;
  margin-top: 1rem;
}
@media (min-width: 580px) {
  .gform_wrapper form .ginput_container .gfield_radio, .gform_wrapper form .ginput_container .gfield_checkbox, .gform_wrapper form .gfield .gfield_radio, .gform_wrapper form .gfield .gfield_checkbox {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    flex-wrap: wrap;
    align-items: center;
    justify-items: start;
  }
}
.gform_wrapper form .ginput_container .gfield_radio .gchoice, .gform_wrapper form .ginput_container .gfield_checkbox .gchoice, .gform_wrapper form .gfield .gfield_radio .gchoice, .gform_wrapper form .gfield .gfield_checkbox .gchoice {
  display: flex;
  align-items: start;
  align-content: center;
  gap: 0.5rem;
}
.gform_wrapper form .ginput_container .gfield_radio input, .gform_wrapper form .ginput_container .gfield_checkbox input, .gform_wrapper form .gfield .gfield_radio input, .gform_wrapper form .gfield .gfield_checkbox input {
  margin: 0;
  aspect-ratio: 1;
}
.gform_wrapper form .ginput_container .gfield_radio input:not([type=checkbox]), .gform_wrapper form .ginput_container .gfield_checkbox input:not([type=checkbox]), .gform_wrapper form .gfield .gfield_radio input:not([type=checkbox]), .gform_wrapper form .gfield .gfield_checkbox input:not([type=checkbox]) {
  border-radius: 100%;
}
.gform_wrapper form .ginput_container .gfield_radio label, .gform_wrapper form .ginput_container .gfield_checkbox label, .gform_wrapper form .gfield .gfield_radio label, .gform_wrapper form .gfield .gfield_checkbox label {
  font-weight: 300;
  font-size: 0.9375rem;
}
.gform_wrapper form .gform-footer input.gform_button[type=submit] {
  padding: 0.875rem 1.875rem !important;
  border-radius: 0px !important;
  background-color: #000 !important;
  text-transform: uppercase !important;
  font-size: 0.9375rem !important;
  letter-spacing: 3px !important;
  font-weight: 600 !important;
  transition: all 0.4s ease-in-out !important;
}
.gform_wrapper form .gform-footer input.gform_button[type=submit]:hover {
  transform: translateY(2px);
}

.wp-block-cp-timeline-content-timeline-block .swiper-wrapper .swiper-slide {
  height: auto;
}
.wp-block-cp-timeline-content-timeline-block .swiper-wrapper .swiper-slide p.ctlb_nav_date {
  text-align: center;
  font-family: "alternate-gothic-atf", Helvetica, Arial, sans-serif;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 1.5px;
  scale: 1 !important;
  padding-top: 0.5rem;
  text-transform: uppercase;
}
.wp-block-cp-timeline-content-timeline-block .timeline-block-timeline {
  max-width: 450px;
  border-radius: 0;
}
.wp-block-cp-timeline-content-timeline-block .timeline-block-timeline .timeline-block-detail {
  border-radius: 0;
}
.wp-block-cp-timeline-content-timeline-block .timeline-block-timeline h3.ctlb-block-title {
  display: block !important;
  font-family: "alternate-gothic-atf", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
}

body.login div#login h1 a {
  background: url("../img/wp-login-logo-ristretto.png") no-repeat 0 0;
  background-size: contain;
  margin: 0 0 0 23px;
  width: 274px;
}
.menu-button {
  top: 24px;
  left: 14px;
}
@media (min-width: 1200px) {
  .menu-button {
    display: none;
  }
}
.menu-button .menu-toggle {
  background: transparent;
  border: none;
  display: block;
  height: 48px;
  padding-left: 14px;
  position: relative;
  text-align: left;
  width: 48px;
  transition: all 0.25s ease-out;
  z-index: 100;
  border-radius: 100%;
  left: 10px;
  top: 10px;
}
.menu-button .menu-toggle:hover, .menu-button .menu-toggle:active, .menu-button .menu-toggle:focus {
  background: rgba(255, 255, 255, 0.25);
  border: none;
  outline: none;
}
.menu-button .menu-toggle .menu-button {
  transform: translateY(-1px);
}
.menu-button .menu-toggle .menu-button, .menu-button .menu-toggle .menu-button:before, .menu-button .menu-toggle .menu-button:after {
  background: #fff;
  content: "";
  cursor: pointer;
  display: block;
  height: 2px;
  position: absolute;
  width: 20px;
}
.menu-button .menu-toggle .menu-button:before {
  top: -7px;
}
.menu-button .menu-toggle .menu-button:after {
  bottom: -7px;
}
.menu-button .menu-toggle .menu-button, .menu-button .menu-toggle .menu-button:before, .menu-button .menu-toggle .menu-button:after {
  transition: all 0.25s ease-out;
}
.menu-button .menu-toggle.active .menu-button {
  background-color: transparent;
}
.menu-button .menu-toggle.active .menu-button:before, .menu-button .menu-toggle.active .menu-button:after {
  top: 0;
}
.menu-button .menu-toggle.active .menu-button:before {
  transform: rotate(45deg);
}
.menu-button .menu-toggle.active .menu-button:after {
  transform: rotate(-45deg);
}

.post-nav {
  border-top: 1px solid #767676;
  font-family: "alternate-gothic-atf", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  letter-spacing: 1px;
  margin-top: 3rem;
  padding-top: 1rem;
  text-transform: uppercase;
}
.post-nav::after {
  clear: both;
  content: "";
  display: block;
}
.post-nav a {
  border: none;
  font-family: "alternate-gothic-atf", Helvetica, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.post-nav .previous-post {
  float: left;
}
.post-nav .next-post {
  float: right;
}
.post-nav .fa {
  color: #232323;
  position: relative;
  top: 0px;
  right: -2px;
}
.post-nav .fa.fa-caret-left {
  right: 0;
  left: -2px;
}

@media (max-width: 1199px) {
  .nav-open + form.searchform {
    opacity: 1;
  }
}

form.searchform {
  transition: all 250ms ease-in-out;
  opacity: 0;
  position: relative;
  transition: all 0.25s ease-in-out;
}
@media (min-width: 1200px) {
  form.searchform {
    position: absolute;
  }
}
form.searchform svg {
  color: #fff;
  position: absolute;
  left: 0.66rem;
  top: 0.75rem;
}
form.searchform:before {
  font: var(--fa-font-light);
  content: "\f002";
  display: none;
}
form.searchform input.search-input {
  transition: all 250ms ease-in-out;
  background: transparent;
  border: 1px solid #767676;
  color: #fff;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 0.9375rem;
  font-weight: 300;
  letter-spacing: 0.5px;
  padding: 0.5rem 2.25rem;
  width: 100%;
}
@media (min-width: 1200px) {
  form.searchform input.search-input {
    background-color: #000;
    width: 525px;
  }
}
form.searchform input.search-input::-moz-placeholder {
  letter-spacing: 2px;
  text-transform: uppercase;
}
form.searchform input.search-input::placeholder {
  letter-spacing: 2px;
  text-transform: uppercase;
}
form.searchform input.search-input:focus {
  border: 1px solid #FECD08;
  outline: 0;
}
form.searchform #search-close {
  display: none;
}
@media (min-width: 1200px) {
  form.searchform #search-close {
    background-color: blue;
    border-left: 1px solid #767676;
    position: absolute;
    right: 1px;
    top: 0;
    width: 40px;
  }
}

.social-sharing {
  display: flex;
  gap: 0rem clamp(1.5rem, 2.1vw, 30px);
  flex-wrap: wrap;
}
.social-sharing .social-platforms {
  display: flex;
  gap: 24px;
}
.social-sharing p {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.social-sharing a {
  text-decoration: none;
  position: relative;
  transition: all 0.25s ease-in-out;
}
.social-sharing a:hover {
  margin-top: -2px;
}
.wp-block-accordion-item {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
.wp-block-accordion-item.is-open .wp-block-accordion-heading__toggle-icon {
  transform: rotate(180deg) translateY(-3px) !important;
}
.wp-block-accordion-item h3.wp-block-accordion-heading {
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  text-transform: none;
  line-height: 1.3;
  border-top: 1px solid #000;
}
.wp-block-accordion-item h3.wp-block-accordion-heading button {
  padding: 1.25rem 0;
}
.wp-block-accordion-item .wp-block-accordion-panel {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
.wp-block-accordion-item .wp-block-accordion-panel > *:last-child {
  margin-bottom: 20px;
}
.wp-block-accordion-item .wp-block-accordion-heading__toggle-icon {
  transform-origin: center;
  display: grid;
}
.wp-block-accordion-item .wp-block-accordion-heading__toggle-icon:before {
  font: var(--fa-font-solid);
  content: "\f077";
  display: none;
}
.wp-block-accordion-item .wp-block-accordion-heading__toggle-icon {
  color: transparent;
}
.wp-block-accordion-item .wp-block-accordion-heading__toggle-icon svg {
  color: black;
  font-size: 1.375rem !important;
}

.wp-block-buttons:has(.is-style-arrow) {
  gap: 0.75rem;
}
.wp-block-buttons .wp-block-button:not(.is-style-arrow) .wp-block-button__link {
  transition: all 0.33s ease-in-out;
}
.wp-block-buttons .wp-block-button:not(.is-style-arrow) .wp-block-button__link:hover {
  transform: translateY(2px);
}
.wp-block-buttons .wp-block-button.is-style-arrow .wp-block-button__link {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  text-decoration: none;
  text-align: left;
}
.wp-block-buttons .wp-block-button.is-style-arrow .wp-block-button__link:after {
  font: var(--fa-font-solid);
  content: "\f0da";
  display: none;
}
.wp-block-buttons .wp-block-button.is-style-arrow .wp-block-button__link:hover svg {
  transform: translateX(2px);
}
.wp-block-buttons .wp-block-button.is-style-arrow .wp-block-button__link svg {
  transition: all 0.33s ease-in-out;
}

.wp-block-cover.is-style-desaturate-bg .wp-block-cover__image-background {
  filter: grayscale(0.66) sepia(0.25);
}
.wp-block-cover.alignfull {
  padding-top: 5vw;
  padding-bottom: 5vw;
}

.wp-block-embed {
  clear: both;
}

.wp-block-file:not(.wp-element-button) {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.wp-block-file:not(.wp-element-button) a {
  font-size: inherit;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.wp-block-file:not(.wp-element-button) a:hover svg {
  transform: translateY(2px);
}
.wp-block-file:not(.wp-element-button) a svg {
  transition: all 0.33s ease-in-out;
}
.wp-block-file:not(.wp-element-button) a:after {
  font: var(--fa-font-sharp-solid);
  content: "\f019";
  display: none;
}

.wp-block-group.is-style-bordered {
  gap: 0 20px;
  justify-content: stretch;
  align-items: stretch;
}
.wp-block-group.is-style-bordered > * {
  border-top: 1px solid #767676;
  border-collapse: collapse;
  margin: 0;
  padding: 0.875rem 0;
}
@media (max-width: 579px) {
  .wp-block-group.is-layout-grid {
    grid-template-columns: 1fr;
    display: grid;
  }
  .wp-block-group.is-layout-grid > * {
    grid-column: 1;
  }
}
@media (max-width: 579px) {
  .wp-block-group.row-gap-remove {
    row-gap: 0;
  }
}
.wp-block-group.is-style-glass {
  -webkit-backdrop-filter: blur(1.5px);
          backdrop-filter: blur(1.5px);
  border: 1px solid #767676;
}
.wp-block-group.capability figure {
  aspect-ratio: 2.3728813559;
  overflow: hidden;
}
.wp-block-group.capability figure img, .wp-block-group.capability figure picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wp-block-group.is-position-sticky:not(.has-background) {
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  background-color: rgba(255, 255, 255, 0.66);
}
@media (max-width: 579px) {
  .wp-block-group.is-layout-flex:not(.row-gap-remove):not(.is-style-bordered) {
    row-gap: 1.5rem !important;
  }
}

figure.wp-block-image.aos-init {
  z-index: 9;
  position: relative;
}

ul.wp-block-list {
  display: grid;
  gap: 0.25rem;
  list-style-type: square;
  margin-left: 0;
  padding-left: 1rem;
}
ul.wp-block-list.is-style-locations {
  list-style: none;
  padding-left: 0;
  gap: 1.25rem;
  color: #FECD08;
  gap: 0.5rem 1.25rem;
}
@media (min-width: 940px) {
  ul.wp-block-list.is-style-locations {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
ul.wp-block-list.is-style-locations li {
  display: flex;
  gap: 0.5rem;
  align-items: start;
}
ul.wp-block-list.is-style-locations li:before {
  content: "\f3c5"; /* location-dot */
  font-family: "Font Awesome 6 Free";
  font-weight: 900; /* solid */
  position: absolute;
  left: 0;
  top: 0.1em;
  color: currentColor;
  display: none;
}
ul.wp-block-list.is-style-locations li svg {
  margin-top: 0.25rem;
}
ul.wp-block-list.is-style-checklist {
  list-style: none;
  padding-left: 0;
  gap: 1.25rem;
}
ul.wp-block-list.is-style-checklist li {
  display: flex;
  gap: 0.5rem;
  align-items: start;
}
ul.wp-block-list.is-style-checklist li:before {
  font: var(--fa-font-sharp-solid);
  content: "\f14a";
  display: none;
}
ul.wp-block-list.is-style-checklist li svg {
  color: #FECD08;
  transform: translateY(4px);
}

.has-background ul.is-style-checklist li svg {
  color: inherit;
}

.wp-block-media-text.alignfull {
  gap: 3rem;
}
.wp-block-media-text.alignfull .wp-block-media-text__content {
  padding: 0 1.5rem;
}
@media (min-width: 600px) {
  .wp-block-media-text.alignfull .wp-block-media-text__content {
    padding-top: 3rem;
  }
}
@media (min-width: 1344px) {
  .wp-block-media-text.alignfull .wp-block-media-text__content {
    padding: 3rem 0 0;
  }
}
@media (min-width: 1344px) {
  .wp-block-media-text.alignfull:not(.has-media-on-the-right) .wp-block-media-text__content {
    margin-right: calc(50vw - 720px);
  }
}
@media (min-width: 1344px) {
  .wp-block-media-text.alignfull.has-media-on-the-right .wp-block-media-text__content {
    margin-left: calc(50vw - 720px);
  }
}

.wp-block-post {
  position: relative;
}
.wp-block-post.type-faq {
  border-top: 1px solid #000;
  margin-top: 0;
  padding: 1.25rem 0;
  transition: all 0.25s ease-in-out;
}
.wp-block-post.type-faq:has(.active) {
  border-top: 2px solid #000;
}
.wp-block-post.type-faq:last-child {
  border-bottom: 1px solid #000;
}
.wp-block-post.type-faq .wp-block-post-title {
  color: #000;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  text-transform: none;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  gap: 0.5rem;
}
.wp-block-post.type-faq .wp-block-post-title:after {
  font: var(--fa-font-solid);
  content: "\f078";
  display: none;
}
.wp-block-post.type-faq .wp-block-post-title:not(.active) svg {
  transform: rotate(180deg);
}
.wp-block-post.type-faq .wp-block-post-title svg {
  transition: all 0.25s ease-in-out;
}
.wp-block-post.type-faq .entry-content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.25s ease-in-out;
}
.wp-block-post.type-faq .entry-content.open {
  margin-top: 0.75rem;
  max-height: 1000px;
}
.wp-block-post.type-news:hover figure img {
  transform: scale(1.025);
}
.wp-block-post.type-news figure {
  overflow: hidden;
}
.wp-block-post.type-news figure img {
  transition: all 0.25s ease-in-out;
}
.wp-block-post.type-news .wp-block-post-title a:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.wp-block-post.type-news.news-category-in-the-news:not(:has(.wp-block-group figure)):hover .wp-block-group {
  border-color: #fff !important;
}
.wp-block-post.type-news.news-category-in-the-news:not(:has(.wp-block-group figure)) .wp-block-group {
  transition: all 0.25s ease-in-out;
}
.wp-block-post.type-news.news-category-in-the-news:not(:has(.wp-block-group figure)) .wp-block-post-title a {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 0.5rem;
}
.wp-block-post.type-news.news-category-in-the-news:not(:has(.wp-block-group figure)) .wp-block-post-title a:after {
  font: var(--fa-font-sharp-solid);
  content: "\f08e";
  display: none;
}
.wp-block-post.type-news.news-category-in-the-news:not(:has(.wp-block-group figure)) .wp-block-post-title a svg {
  color: #FECD08;
  transition: all 0.125s ease-in;
}
.wp-block-post.type-person .wp-block-ristretto-people-details a.email-link {
  z-index: 100;
  position: relative;
}
.wp-block-post.type-person:hover:has(.bio-link) figure img {
  transform: scale(1.0125);
}
.wp-block-post.type-person figure {
  overflow-x: hidden;
}
.wp-block-post.type-person figure img {
  padding-top: 1rem;
  transition: all 0.25s ease-in-out;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: bottom center;
}
.wp-block-post.type-person .wp-block-post-title a:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

@media (min-width: 768px) {
  .is-style-horizontal .people-category-media {
    display: flex;
    gap: 0rem 62px;
    margin-top: -4vw;
  }
}
.is-style-horizontal .people-category-media figure {
  max-width: 310px;
}
@media (min-width: 768px) {
  .is-style-horizontal .people-category-media > .wp-block-group {
    margin-top: 15%;
  }
}

.wp-block-pullquote {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  text-align: left;
  gap: 1.125rem;
}
.wp-block-pullquote:before {
  background-image: url(../img/start-quote.svg);
  display: block;
  background-repeat: no-repeat;
  content: " ";
  width: 40px;
  aspect-ratio: 1;
  height: 36px;
}
.wp-block-pullquote p {
  text-align: left;
}
.wp-block-pullquote cite {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-style: normal;
  margin-top: 1.4375rem;
  text-align: left;
}
.wp-block-pullquote cite:before {
  content: "— ";
}

@view-transition {
  navigation: auto;
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
}
body:after {
  background-image: url("../img/defaultbg.png");
  content: " ";
  height: 100%;
  opacity: 0.066;
  position: fixed;
  width: 100%;
  z-index: -1;
}

hr:not(.wp-block-separator) {
  border: 1px solid #FECD08;
  width: 13.25%;
  margin-left: unset !important;
}

.r-editor-note {
  display: none;
}

.visually-hidden {
  background-color: #767676;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 0.8125rem;
  line-height: 20px;
  letter-spacing: 0.05em;
  padding: 0.125rem 0.5rem;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  position: absolute;
  left: -999px;
  width: 1px;
  height: 1px;
  top: auto;
  border-bottom: 1px solid #333;
}
.visually-hidden:focus {
  height: auto;
  width: 100%;
  position: static;
  margin: auto;
  color: #fff;
}

.body--wrapper > * {
  scroll-margin-top: 120px;
}
.body--wrapper .alignfull + .alignfull {
  margin-top: 0;
}
.body--wrapper .alignfull + .wp-block-columns, .body--wrapper .alignfull + h2, .body--wrapper .alignfull + .wp-block-group:not(.alignfull), .body--wrapper .alignfull + .wp-block-query, .body--wrapper alignfull + p, .body--wrapper .wp-block-buttons + h2 {
  margin-top: 4.125rem;
}
.body--wrapper .wp-block-columns + .alignfull, .body--wrapper .wp-block-group + .alignfull, .body--wrapper .wp-block-query + .alignfull {
  margin-top: clamp(75px, 6.25vw, 100px);
}
.body--wrapper > :first-child {
  padding-top: clamp(210px, 13vw, 250px);
  padding-bottom: clamp(80px, 5.5vw, 64px);
}

.has-yellow-background-color:not(.has-text-color) {
  color: #000;
}

@media (max-width: 579px) {
  .wp-block-cover + .is-style-overflow-top {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }
}
@media (min-width: 580px) {
  .wp-block-cover + .is-style-overflow-top {
    margin-top: -180px !important;
  }
}

h2 + .wp-block-query:has(.faq) {
  margin-top: 3.375rem;
}

@media (min-width: 580px) {
  .has-overflow-top-before {
    padding-bottom: clamp(200px, 17.5vw, 280px) !important;
  }
}

footer.body--footer::after {
  clear: both;
  content: "";
  display: block;
}
footer.body--footer {
  margin-top: auto;
}
footer.body--footer .is-layout-grid {
  row-gap: 0.5rem;
}
footer.body--footer a, footer.body--footer .wp-block-navigation-item__label {
  text-decoration: underline;
  font-weight: 300;
  text-underline-offset: 4px;
  transition: all 0.25s ease-in-out;
}
footer.body--footer a:has(svg), footer.body--footer .wp-block-navigation-item__label:has(svg) {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
footer.body--footer a:hover, footer.body--footer .wp-block-navigation-item__label:hover {
  text-underline-offset: 5px;
}

header.body--header::after {
  clear: both;
  content: "";
  display: block;
}
header.body--header {
  background: linear-gradient(180deg, #000 40.63%, rgba(25, 25, 25, 0) 100%);
  position: absolute;
  z-index: 10000;
  width: 100%;
  transition: all 2s ease-in-out;
}
@media (max-width: 1199px) {
  header.body--header:has(.nav-open) {
    background: linear-gradient(180deg, #000 10.63%, rgb(25, 25, 25) 90%);
  }
}
@media (min-width: 1200px) {
  header.body--header .header-flex {
    display: grid;
    grid-template-columns: 423px 1fr;
    align-items: center;
    justify-content: space-between;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 1300px;
    position: relative;
  }
  header.body--header .header-flex::before {
    content: "";
    position: absolute;
    width: calc(100% - 80px);
    border-bottom: 1px solid #fff;
    height: 2px;
    right: 0;
    bottom: 0;
  }
}
header.body--header .logo-menu-wrapper {
  display: flex;
  padding-top: 2.375rem;
  justify-content: space-between;
  gap: 1.5rem;
}
@media (max-width: 1199px) {
  header.body--header .logo-menu-wrapper {
    padding: 2.375rem 1.5rem 1.25rem;
  }
}
header.body--header .logo-menu-wrapper img {
  height: auto;
  width: 100%;
  max-width: 300px;
  display: none;
}
@media (max-width: 1199px) {
  header.body--header .logo-menu-wrapper img:last-child {
    display: block;
  }
}
@media (min-width: 1200px) {
  header.body--header .logo-menu-wrapper img:first-child {
    display: block;
  }
}
header.body--header nav.nav--primary {
  transition: all 0.44s ease-in-out;
}
@media (max-width: 1199px) {
  header.body--header nav.nav--primary {
    padding-bottom: 3.75rem;
    border-top: 1px solid #767676;
  }
  header.body--header nav.nav--primary:has(.nav-open) {
    border-top: 1px solid #767676;
  }
}
@media (min-width: 1200px) {
  header.body--header nav.nav--primary {
    margin-top: 1.5rem;
    padding: 0;
    display: flex;
    gap: 1.5rem;
    justify-content: end;
  }
}
@media (min-width: 1200px) {
  header.body--header nav.nav--primary > ul.menu {
    justify-content: space-between;
  }
}
header.body--header ul.menu {
  display: grid;
  gap: 0;
  transition: all 0.44s ease-in-out;
}
@media (max-width: 1199px) {
  header.body--header ul.menu {
    transform-origin: top;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.44s ease-in-out;
  }
  header.body--header ul.menu.nav-open {
    max-height: 1500px;
  }
}
@media (min-width: 1200px) {
  header.body--header ul.menu {
    display: flex;
    align-items: end;
  }
}
header.body--header ul.menu li a {
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  width: 100%;
  display: block;
}
@media (max-width: 1199px) {
  header.body--header ul.menu > li:first-child {
    padding-top: 2.375rem;
  }
  header.body--header ul.menu > li:last-child {
    margin-bottom: 2.4375rem;
  }
}
@media (min-width: 1200px) {
  header.body--header ul.menu > li {
    padding: 0 1.4375rem;
  }
}
header.body--header ul.menu > li > a {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 0.8125rem;
  font-weight: 600;
  justify-content: space-between;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-bottom: 3px solid transparent;
}
@media (max-width: 1199px) {
  header.body--header ul.menu > li > a {
    padding: 1.875rem 0 8px;
    border-bottom: 1px solid #767676;
  }
  header.body--header ul.menu > li > a::after {
    content: "\f077";
    display: none;
    font: var(--fa-font-solid);
  }
  header.body--header ul.menu > li > a svg {
    color: #fff;
  }
}
@media (min-width: 1200px) {
  header.body--header ul.menu > li > a svg {
    display: none;
  }
}
header.body--header ul.menu > li:has(.open) > a {
  border-bottom: 3px solid #FECD08;
}
@media (min-width: 1200px) {
  header.body--header ul.menu > li > .sub-menu {
    position: absolute;
    top: 100%;
    left: auto;
  }
  header.body--header ul.menu > li > .sub-menu:not(:has(.engine)) {
    max-width: 311px;
  }
  header.body--header ul.menu > li > .sub-menu:has(.engine) {
    width: calc(100% - 80px);
    right: 0;
  }
}
header.body--header ul.sub-menu {
  max-height: 0;
  overflow: hidden;
  display: grid;
  transition: all 0.33s ease-in-out;
}
@media (min-width: 580px) {
  header.body--header ul.sub-menu:first-child {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
  }
}
@media (min-width: 1200px) {
  header.body--header ul.sub-menu {
    background-color: #232323;
    padding: 0 1.5625rem;
  }
  header.body--header ul.sub-menu.open {
    padding: 0 1.5625rem 1.5625rem;
  }
}
header.body--header ul.sub-menu.open {
  max-height: 1000px;
}
@media (min-width: 940px) {
  header.body--header ul.sub-menu:has(.engine) {
    grid-template-columns: repeat(3, 1fr);
    gap: 0 24px;
    width: 100%;
    left: 0;
  }
  header.body--header ul.sub-menu:has(.engine) ul.open:not(:last-child) {
    padding: 0 0 2rem;
  }
  header.body--header ul.sub-menu:has(.engine) > ul.open:last-child {
    padding: 0 0 2rem;
  }
}
header.body--header ul.sub-menu > li.engine {
  margin-top: 1.25rem;
}
header.body--header ul.sub-menu > li.engine > a {
  align-items: center;
  border: 0;
  display: flex;
  font-size: 0.9375rem;
  font-weight: 600;
  gap: 0.5rem;
  margin-top: 1.875rem;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}
header.body--header ul.sub-menu > li.engine > a::before {
  font-family: "Font Awesome Kit";
  content: "\e000";
  display: none;
}
header.body--header ul.sub-menu > li.engine > a svg {
  color: #FECD08;
}
header.body--header ul.sub-menu > li.engine > ul .menu-item-has-children:first-child {
  margin-top: 1.875rem;
}
header.body--header ul.sub-menu > li.engine > ul .menu-item-has-children + .menu-item-has-children {
  margin-top: 0;
}
header.body--header ul.sub-menu > li.engine > .sub-menu {
  gap: 1.875rem;
}
header.body--header ul.sub-menu > li:not(.menu-item-has-children):not(.engine) a {
  padding: 1.125rem 0;
}
header.body--header ul.sub-menu > li.menu-item-has-children {
  margin-top: 0;
}
header.body--header ul.sub-menu > li.menu-item-has-children:not(.engine) {
  margin-top: 3rem;
}
@media (min-width: 1200px) {
  header.body--header ul.sub-menu > li.menu-item-has-children:not(.engine) {
    margin-top: 5.1875rem;
  }
}
header.body--header ul.sub-menu > li.menu-item-has-children > a {
  border-bottom: 0;
  color: #FECD08;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
}
header.body--header ul.sub-menu > li.menu-item-has-children > .sub-menu {
  max-height: 500px;
}
@media (min-width: 1200px) {
  header.body--header ul.sub-menu > li.menu-item-has-children > .sub-menu {
    padding-left: 0;
    padding-right: 0;
  }
}
header.body--header ul.sub-menu > li.menu-item-has-children > .sub-menu .sub-menu {
  gap: 0;
}
header.body--header ul.sub-menu > li.menu-item-has-children > .sub-menu > li:not(.menu-item-has-children) > a {
  display: block;
  font-size: 0.875rem;
  font-weight: 300;
  padding: 1.125rem 0;
  width: 100%;
}
@media (min-width: 1200px) {
  header.body--header ul.sub-menu > li.menu-item-has-children > .sub-menu > li:not(.menu-item-has-children) > a {
    padding: 0.75rem 0;
  }
}
header.body--header ul.sub-menu > li > a {
  border-bottom: 1px solid #767676;
  color: #fff;
}
header.body--header .search-toggle {
  cursor: pointer;
}
@media (max-width: 1199px) {
  header.body--header .search-toggle svg {
    display: none;
  }
}
@media (min-width: 1200px) {
  header.body--header .search-toggle svg {
    color: #fff;
  }
}
@media (max-width: 1199px) {
  header.body--header:has(.nav-open) .searchform {
    opacity: 1;
  }
}
@media (min-width: 1200px) {
  header.body--header .searchform {
    position: absolute;
    top: 2.5rem;
    right: -1rem;
    z-index: -1;
  }
  header.body--header .searchform.open {
    opacity: 1;
    z-index: 100;
  }
}
@media (min-width: 1200px) {
  header.body--header .searchform #search-close {
    display: unset;
    cursor: pointer;
  }
}

body.error404 {
  position: relative;
  z-index: 10;
}
body.error404:before {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 185px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-position: right bottom;
  mix-blend-mode: multiply;
  pointer-events: none;
  background-repeat: no-repeat;
}
body.error404 .message-404-container {
  background-color: #000;
}
body.error404 .message-404-container .message-404-search .inner {
  background-color: rgba(255, 255, 255, 0.8);
  max-width: 960px;
  padding: clamp(50px, 6.25vw, 100px) clamp(24px, 3.125vw, 50px);
}
body.error404 .message-404-container > div:last-child {
  opacity: 0.4;
  max-width: 100%;
}
body.error404 .message-404-container > div:last-child * {
  max-width: 100%;
}
body.error404 .message-404-container p {
  color: #000;
  font-size: 20px;
  margin-top: 0.8125rem;
  font-weight: 600;
}
body.error404 .message-404-container .searchform {
  opacity: 1;
  margin-top: 3.3125rem;
  position: relative;
  max-width: 700px;
}
body.error404 .message-404-container .searchform svg {
  position: absolute;
  left: calc(100% - 2rem);
  color: #000;
}
body.error404 .message-404-container .searchform input {
  padding-left: 1rem;
  color: #000;
}
body.error404 .message-404-container .searchform input:focus {
  border-width: 2px;
  border-color: #000;
}
body.error404 .message-404-container .searchform input::-moz-placeholder {
  color: #000;
  text-transform: none;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
}
body.error404 .message-404-container .searchform input::placeholder {
  color: #000;
  text-transform: none;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
}
body.error404 main {
  z-index: 10;
  position: relative;
  margin-bottom: 8rem;
  margin-top: 16rem;
}
body.error404 main h1 {
  color: #fff;
  margin-bottom: 3rem;
}
body.error404 main p {
  color: #fff;
}
body.error404 main .search-form {
  z-index: 100;
  display: grid;
  grid-template-columns: 1fr auto;
  align-content: center;
  align-items: center;
  max-width: 58rem;
}
body.error404 main .search-form label {
  position: relative;
  z-index: 0;
}

.home .wp-block-group:has(h1) + .wp-block-group p {
  font-size: clamp(14px, 1.25vw, 20px);
}

body.search .search-header {
  background-color: #000;
  overflow: hidden;
}
body.search .search-header h1 {
  color: #fff;
}
body.search .search-header > div:last-child {
  opacity: 0.4;
}
body.search .searchform.searchpage {
  opacity: 1;
  margin-top: 3.3125rem;
  position: relative;
}
body.search .searchform.searchpage svg {
  position: absolute;
  right: calc(100% - 2rem);
  color: #000;
}
body.search .searchform.searchpage input {
  max-width: 750px;
  border: 1px solid #000;
  outline: 0;
  width: 100%;
  padding-left: 2.5rem;
  color: #000;
}
body.search .searchform.searchpage input:focus {
  border-width: 2px;
  border-color: #000;
}
body.search .searchform.searchpage input::-moz-placeholder {
  color: #000;
  text-transform: none;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
}
body.search .searchform.searchpage input::placeholder {
  color: #000;
  text-transform: none;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
}
body.search .search-results {
  margin-top: 3.125rem;
}
body.search .search-result {
  display: grid;
  margin-bottom: 2rem;
  max-width: 58rem;
  border-bottom: 2px solid #FECD08;
  padding-bottom: 2.3125rem;
}
body.search .search-result .type {
  color: #232323;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
}
body.search .search-result a {
  text-decoration: none;
}
body.search .search-result h2 {
  font-size: 24px;
}
@media (min-width: 320px) {
  body.search .search-result h2 {
    font-size: calc(24px + 12 * (100vw - 320px) / 960);
  }
}
@media (min-width: 1280px) {
  body.search .search-result h2 {
    font-size: 36px;
  }
}
body.search .search-result h2 {
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 1rem;
  margin: 0.9375rem 0 0;
  text-transform: uppercase;
  transition: all 0.25s ease-out;
}
body.search .search-result .excerpt:not(:empty) {
  margin-top: 0.9375rem;
}
body.search nav.single-post-nav {
  display: flex;
  justify-content: space-between;
  max-width: 58rem;
  margin: 2rem 0;
}
body.search nav.single-post-nav a {
  font-family: "alternate-gothic-atf", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1px;
}
body.search nav.single-post-nav a svg {
  transition: all 250ms ease-in-out;
  position: relative;
  right: 0;
}
body.search nav.single-post-nav .previous-post:hover svg {
  right: 2px;
}
body.search nav.single-post-nav .next-post:hover svg {
  right: -2px;
}

.single-news .news-header {
  background-color: #232323;
  padding-bottom: 3rem;
}
.single-news .news-header .news-type {
  color: #FECD08;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.single-news .news-header h1 {
  color: #fff;
  margin-top: 0.25rem;
  max-width: 1150px;
}
.single-news .news-header .news-subtitle {
  margin-top: 1.3125rem;
  font-size: clamp(20px, 1.5vw, 24px);
  font-weight: 600;
  color: #fff;
  line-height: 1.1;
}
.single-news .news-header .news-date {
  color: #E6E6E6;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  margin-top: 1.5rem;
}
.single-news .news-grid {
  display: grid;
  margin-top: clamp(3rem, 4.3vw, 4.375rem);
  gap: clamp(40px, 5vw, 80px);
}
@media (min-width: 768px) {
  .single-news .news-grid {
    grid-template-columns: 2fr 1fr;
  }
}
.single-news .news-grid .news-content * + h4,
.single-news .news-grid .news-content * + h3,
.single-news .news-grid .news-content * + h2 {
  margin-top: 50px;
}
.single-news .news-grid .news-content h4 + p,
.single-news .news-grid .news-content h3 + p,
.single-news .news-grid .news-content h2 + p {
  margin-top: 0.5rem;
}
.single-news .news-grid .news-content p + ul {
  margin-top: 0.5rem;
}
.single-news .news-grid .news-content * + p:has(+ ul) {
  margin-top: 1.75rem;
}
.single-news .news-grid aside img {
  margin-top: 1.6875rem;
  margin-bottom: 3.5625rem;
  width: 100%;
  height: auto;
}
.single-news .news-more {
  position: relative;
  background-color: white;
  padding-top: clamp(42px, 5vw, 85px);
  padding-bottom: clamp(42px, 5vw, 85px);
  margin-top: 4.375rem;
}
.single-news .news-more h2, .single-news .news-more ul {
  z-index: 100;
  position: relative;
}
.single-news .news-more ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  -webkit-margin-before: clamp(2.0625rem, 2.75vw, 2.75rem);
          margin-block-start: clamp(2.0625rem, 2.75vw, 2.75rem);
  display: grid;
  gap: 2rem 1.25rem;
}
@media (min-width: 768px) {
  .single-news .news-more ul {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.single-news .news-more ul li {
  border-bottom: 2px solid #FECD08;
  position: relative;
  padding-bottom: 1.75rem;
  max-height: 100%;
  height: calc(100% + 4px);
  transition: all 0.25s ease-in-out;
}
.single-news .news-more ul li:hover {
  max-height: calc(100% + 3px);
}
.single-news .news-more ul li:hover .more-news--thumb-container img {
  transform: scale(1.025);
}
.single-news .news-more ul li .more-news--thumb-container {
  aspect-ratio: 1.7;
  overflow: hidden;
}
.single-news .news-more ul li .more-news--thumb-container img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.25s ease-in-out;
}
.single-news .news-more ul li .more-news--thumb-container img.placeholder {
  opacity: 0.75;
}
.single-news .news-more ul li .news-more--label {
  color: #767676;
  font-family: "alternate-gothic-atf", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  margin-top: 1.3125rem;
  text-transform: uppercase;
}
.single-news .news-more ul li h3 {
  margin-top: 0.875rem;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: clamp(18px, 1.5vw, 22px);
  font-weight: 700;
  line-height: 1.2;
  text-transform: none;
}
.single-news .news-more ul li h3 a {
  text-decoration: none;
}
.single-news .news-more ul li h3 a:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.single-news .news-more ul li .more-news--date {
  margin-top: 0.4375rem;
  color: #767676;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
}
.single-news .news-more ul li .more-news--excerpt {
  margin-top: 0.75rem;
}
.single-news .news-more .news-more-bg {
  position: absolute;
  display: block;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  z-index: 0;
  opacity: 0.4;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  max-width: unset;
}

.single-person .person-header {
  background-color: #232323;
  padding-bottom: 3rem;
}
.single-person .person-header .person-type {
  color: #FECD08;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.single-person .person-header h1 {
  color: #fff;
  margin-top: 0.25rem;
  max-width: 1150px;
}
.single-person .person-grid {
  display: grid;
  margin-top: clamp(3rem, 7.3vw, 7.25rem);
  margin-bottom: clamp(2.5rem, 5vw, 5rem);
  gap: clamp(20px, 5vw, 51px);
}
@media (min-width: 768px) {
  .single-person .person-grid {
    grid-template-columns: 1fr 2fr;
  }
}
@media (min-width: 768px) {
  .single-person .person-grid aside {
    margin-top: -4vw;
  }
}
.single-person .person-grid aside img {
  width: 100%;
  height: auto;
  max-width: 390px;
}
.single-person .person-grid .person-content .person-content--inner * {
  max-width: 680px;
}
.single-person .person-grid .person-content hr {
  margin-top: 3.125rem;
  margin-bottom: 2.0625rem;
}
.single-person .person-grid .person-content *:is(:empty) + hr {
  margin-top: 11px;
}
.single-person .person-grid .person-content .person-content--email,
.single-person .person-grid .person-content .person-content--phone,
.single-person .person-grid .person-content .person-content--linkedin {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.single-person .person-grid .person-content .person-content--email:hover svg,
.single-person .person-grid .person-content .person-content--phone:hover svg,
.single-person .person-grid .person-content .person-content--linkedin:hover svg {
  color: #767676;
}
.single-person .person-grid .person-content .person-content--email svg,
.single-person .person-grid .person-content .person-content--phone svg,
.single-person .person-grid .person-content .person-content--linkedin svg {
  transition: all 0.25s ease;
}
.single-person .person-grid .person-content .person-content--email a,
.single-person .person-grid .person-content .person-content--phone a,
.single-person .person-grid .person-content .person-content--linkedin a {
  color: var(--black, #000);
  font-size: clamp(12px, 1vw, 15px);
  font-weight: 600;
  letter-spacing: 2px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-underline-position: from-font;
  text-transform: uppercase;
}
