@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;
}

body, select, input, textarea {
  color: #333;
}

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

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

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

body {
  font-display: swap;
}

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

h1 {
  font-family: "Archivo", Helvetica, Arial, sans-serif;
  max-width: 820px;
}

h2, h3, h4, h5, h6, p, li, a {
  font-family: "Archivo", Helvetica, Arial, sans-serif;
  max-width: 780px;
}

div.facetwp-facet {
  margin: 0;
}
div.facetwp-facet input, div.facetwp-facet select {
  border: 1px solid #000;
  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: #444;
  letter-spacing: 0.45px;
}
div.facetwp-facet select, div.facetwp-facet input::placeholder {
  font-size: 0.9375rem;
  color: #444;
  letter-spacing: 0.45px;
}
div.facetwp-facet.facetwp-type-pager {
  margin: 1.5rem 0 3rem;
  display: flex;
  justify-content: center;
}
div.facetwp-facet.facetwp-type-pager a.facetwp-page {
  color: #EB2D31;
  display: inline-block;
  padding: 0.25rem 0.75rem;
  text-decoration: none;
}
div.facetwp-facet.facetwp-type-pager a.facetwp-page.active {
  background: #EB2D31;
  color: #fff;
  border-radius: 80px;
}
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: #FF3438;
}
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: #FF3438;
  content: "\f0d7";
  font: var(--fa-font-solid);
  display: none;
}
div.facetwp-facet.facetwp-type-dropdown svg {
  color: #FF3438;
  position: absolute;
  right: 1rem;
  top: 0.8rem;
  pointer-events: none;
}

p + .facetwp-facet {
  margin-top: -12px;
}

.gform_wrapper .gform_required_legend {
  display: none;
}
.gform_wrapper .gfield_required_asterisk {
  color: #FF3438;
}
.gform_wrapper input {
  color: #000 !important;
}
.gform_wrapper input::-moz-placeholder {
  color: #767676;
}
.gform_wrapper input::placeholder {
  color: #767676;
}

.download-link {
  background: #EB2D31;
  border: 2px solid #EB2D31;
  color: #fff;
  display: inline-block;
  font-size: 0.9375rem;
  font-variation-settings: "wdth" 87.5;
  letter-spacing: 1px;
  padding: 0.5rem 1.5rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.25s ease-out;
}
.download-link:hover {
  background: transparent;
  color: #EB2D31;
}

.dlm-email-lock {
  background: #041A3D;
  border-radius: 10px;
  color: #fff;
  margin-top: 3rem;
  padding: 1.5rem;
}
.dlm-email-lock input[type=text], .dlm-email-lock input[type=email] {
  border: 2px solid #000;
  font-size: 0.875rem;
  padding: 0.5rem 0.75rem;
  width: 240px;
}
@media (min-width: 580px) {
  .dlm-email-lock .dlm-email-lock-name, .dlm-email-lock .dlm-email-lock-optin-field-email {
    display: inline-block;
    margin-right: 0.5rem;
  }
}
.dlm-email-lock .dlm-email-lock-optin-field-optin {
  margin: 0.5rem 0 1.5rem;
}
.dlm-email-lock .dlm-email-lock-optin-field-optin input {
  -webkit-appearance: auto;
}
.dlm-email-lock input[type=submit] {
  background: #EB2D31;
  border: 2px solid #EB2D31;
  border-radius: 6px;
  color: #fff;
  display: inline-block;
  font-size: 0.9375rem;
  font-variation-settings: "wdth" 87.5;
  letter-spacing: 1px;
  padding: 0.5rem 1.5rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.25s ease-out;
}
.dlm-email-lock input[type=submit]:disabled {
  background: #f2f2f2;
  color: #000;
}
.dlm-email-lock input[type=submit]:hover {
  background: transparent;
  color: #EB2D31;
}

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-wrapper {
  position: absolute;
  right: 1rem;
  top: 36px;
}
@media (min-width: 950px) {
  .menu-button-wrapper {
    display: none;
  }
}
.menu-button-wrapper .menu-button {
  top: 24px;
}
.menu-button-wrapper .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;
  top: -8px;
}
.menu-button-wrapper .menu-toggle:hover, .menu-button-wrapper .menu-toggle:active, .menu-button-wrapper .menu-toggle:focus {
  background: rgba(255, 255, 255, 0.25);
  border: none;
  outline: none;
}
.menu-button-wrapper .menu-toggle .menu-button {
  transform: translateY(-1px);
}
.menu-button-wrapper .menu-toggle .menu-button, .menu-button-wrapper .menu-toggle .menu-button:before, .menu-button-wrapper .menu-toggle .menu-button:after {
  background: #fff;
  content: "";
  cursor: pointer;
  display: block;
  height: 2px;
  position: absolute;
  width: 20px;
}
.menu-button-wrapper .menu-toggle .menu-button:before {
  top: -7px;
}
.menu-button-wrapper .menu-toggle .menu-button:after {
  bottom: -7px;
}
.menu-button-wrapper .menu-toggle .menu-button, .menu-button-wrapper .menu-toggle .menu-button:before, .menu-button-wrapper .menu-toggle .menu-button:after {
  transition: all 0.25s ease-out;
}
.menu-button-wrapper .menu-toggle.active .menu-button {
  background-color: transparent;
}
.menu-button-wrapper .menu-toggle.active .menu-button:before, .menu-button-wrapper .menu-toggle.active .menu-button:after {
  top: 0;
}
.menu-button-wrapper .menu-toggle.active .menu-button:before {
  transform: rotate(45deg);
}
.menu-button-wrapper .menu-toggle.active .menu-button:after {
  transform: rotate(-45deg);
}

.post-nav {
  border-top: 1px solid #f2f2f2;
  font-family: "Archivo", 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: "Archivo", 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: #444;
  position: relative;
  top: 0px;
  right: -2px;
}
.post-nav .fa.fa-caret-left {
  right: 0;
  left: -2px;
}

form.searchform {
  transition: all 250ms ease-in-out;
  padding: 0 1.5rem;
  position: relative;
}
@media (min-width: 950px) {
  form.searchform {
    border: 1px solid transparent;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 100%;
    max-height: 0;
  }
  form.searchform.search-open {
    max-height: 50px;
    top: calc(100% + 1rem);
  }
}
form.searchform svg {
  display: none;
}
form.searchform:before {
  content: "\f002";
  font: var(--fa-font-solid);
  color: #fff;
  position: absolute;
  left: 2.375rem;
  top: 0.625rem;
  font-size: 0.875rem;
  pointer-events: none;
}
@media (min-width: 950px) {
  form.searchform:before {
    left: 0.75rem;
    top: 0.59375rem;
  }
}
form.searchform input.search-input {
  transition: all 250ms ease-in-out;
  background: transparent;
  border-radius: 1.5rem;
  border: 1px solid #fff;
  color: #fff;
  font-family: "Archivo", Helvetica, Arial, sans-serif;
  letter-spacing: 0.7px;
  padding: 0.25rem 2.25rem;
}
@media (min-width: 950px) {
  form.searchform input.search-input {
    padding: 0.25rem 0 0.25rem 2rem;
    background-color: rgba(89, 154, 255, 0.3);
    width: 330px;
  }
}
form.searchform input.search-input:focus {
  border: 1px solid #FF3438;
  outline: 0;
}
form.searchform #search-close {
  display: none;
}

.social-sharing {
  display: flex;
  gap: 1rem;
}
.social-sharing a {
  color: #FF3438;
  text-decoration: none;
  position: relative;
  transition: all 0.25s ease-in-out;
}
.social-sharing a:hover {
  margin-top: -2px;
}
.social-sharing a path {
  color: #FF3438;
}

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

.wp-block-button__link {
  font-variation-settings: "wdth" 87.5;
}

html {
  scroll-behavior: smooth;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
}

picture {
  overflow: hidden;
}

.body--wrapper > :first-child {
  padding-top: 14rem;
}

.body--wrapper p a {
  text-decoration-color: #FF3438;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  transition: all 0.25s ease-out;
}
.body--wrapper p a:hover {
  text-decoration-color: #fff;
}

.body--wrapper.is-layout-constrained > .alignfull {
  margin-block-start: 0;
}

.section {
  scroll-margin-top: 108px;
}

@media (max-width: 781px) {
  .columns-reverse {
    flex-direction: column-reverse;
  }
}

.is-style-subtitle {
  font-variation-settings: "wdth" 87.5;
  line-height: 1.5;
}
.is-style-subtitle.is-style-name::before {
  color: #FF3438;
  content: "\f0c8";
  display: none;
  font: var(--fa-font-sharp-solid);
}
.is-style-subtitle.is-style-name svg {
  color: #FF3438;
  font-size: 0.875rem;
  margin-right: 0.5rem;
}

.wp-element-caption {
  color: #444;
  font-size: 0.75rem;
  font-weight: 500;
  font-variation-settings: "wdth" 87.5;
  line-height: normal;
  letter-spacing: 2px;
  margin-top: 0.5rem;
  text-transform: uppercase;
}

.wp-block-button__link {
  transition: 0.25s all ease-out;
}

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

.visually-hidden {
  background-color: #ccc;
  font-family: "Archivo", 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 #FF3438;
}
.visually-hidden:focus {
  height: auto;
  width: 100%;
  position: static;
  margin: auto;
  color: #fff;
}

footer.body--footer {
  background: #020F27;
  border-top: 1px solid #10357F;
  margin-top: auto;
  padding: 1.5rem 0;
}
footer.body--footer::after {
  clear: both;
  content: "";
  display: block;
}
footer.body--footer p {
  color: #fff;
  font-size: 0.875rem;
  font-variation-settings: "wdth" 87.5;
  letter-spacing: 1px;
  text-transform: uppercase;
}
footer.body--footer .footer-inner {
  padding: 0 1rem;
}
@media (min-width: 580px) {
  footer.body--footer .footer-inner {
    display: flex;
  }
}
footer.body--footer .linkedin {
  color: #fff;
  font-size: 0.875rem;
  font-variation-settings: "wdth" 87.5;
  letter-spacing: 1px;
  text-decoration-color: #020F27;
  text-transform: uppercase;
  transition: all 0.25s ease-out;
}
@media (min-width: 580px) {
  footer.body--footer .linkedin {
    margin-left: auto;
  }
}
footer.body--footer .linkedin:hover .fa-linkedin {
  color: #fff;
}
footer.body--footer .linkedin .fa-linkedin {
  color: #718EC8;
  font-size: 1.375rem;
  margin-right: 0.35rem;
  position: relative;
  top: 3px;
  transition: all 0.25s ease-out;
}

header.body--header {
  background: rgba(2, 18, 44, 0.95);
  border-bottom: 1px solid #20419A;
  left: 0;
  padding: 1.5rem 1rem;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
header.body--header::after {
  clear: both;
  content: "";
  display: block;
}
.admin-bar header.body--header {
  top: 32px;
}
@media (min-width: 950px) {
  header.body--header .body--header-inner {
    align-items: center;
    display: flex;
  }
}
header.body--header .logo a {
  align-items: center;
  display: flex;
  gap: 0.75rem;
}
header.body--header nav.nav--primary {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}
header.body--header nav.nav--primary.open {
  max-height: 500px;
}
@media (min-width: 950px) {
  header.body--header nav.nav--primary {
    margin-left: auto;
    max-height: none;
  }
}
header.body--header nav.nav--primary ul.menu {
  margin-top: 2rem;
}
@media (min-width: 720px) {
  header.body--header nav.nav--primary ul.menu {
    justify-content: space-between;
    align-items: center;
    display: flex;
    gap: 3rem;
  }
}
@media (min-width: 950px) {
  header.body--header nav.nav--primary ul.menu {
    margin-top: 0;
  }
}
header.body--header nav.nav--primary ul.menu li a {
  color: #fff;
  display: inline-block;
  font-size: 0.875rem;
  font-variation-settings: "wdth" 87.5;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 0.75rem 0;
  text-decoration-color: transparent;
  text-decoration-thickness: 2px;
  text-transform: uppercase;
  text-underline-offset: 4px;
  transition: all 0.25s ease-out;
}
@media (min-width: 720px) {
  header.body--header nav.nav--primary ul.menu li a {
    padding: 0;
  }
}
header.body--header nav.nav--primary ul.menu li a:hover, header.body--header nav.nav--primary ul.menu li a:active {
  text-decoration-color: #fff;
}
header.body--header nav.nav--primary ul.menu li.contact-button a {
  background: #fff;
  border: 2px solid #fff;
  color: #020F27;
  border-radius: 6px;
  margin-top: 1rem;
  padding: 0.5rem 1.5rem;
  transition: 0.25s all ease-out;
  text-decoration: none;
}
@media (min-width: 720px) {
  header.body--header nav.nav--primary ul.menu li.contact-button a {
    margin-top: 0;
  }
}
header.body--header nav.nav--primary ul.menu li.contact-button a:hover {
  background: #020F27;
  color: #fff;
}
header.body--header nav.nav--primary ul.menu li.current-menu-item a {
  text-decoration-color: #FF3438;
}
body.error404 {
  background-color: #F5F4F1;
  position: relative;
}
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;
  background-repeat: no-repeat;
}
body.error404 main {
  z-index: 10;
  position: relative;
  margin-bottom: 8rem;
  margin-top: 16rem;
}
body.error404 main h1 {
  margin-bottom: 1rem;
}
body.error404 main h1 span {
  color: #FF3438 !important;
}
body.error404 main p {
  margin-bottom: 3rem;
}

body.home header.body--header nav.nav--primary ul.menu li.current-menu-item a {
  text-decoration-color: transparent;
}
body.home header.body--header nav.nav--primary ul.menu li.current-menu-item a:hover {
  text-decoration-color: #fff;
}
body.home .logo-name {
  display: none;
}
body.home .card-grid {
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  body.home .card-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1150px) {
  body.home .card-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
body.home .wp-block-flip-block-side {
  border-radius: 8px;
}
body.home .wp-block-flip-block-side p {
  line-height: 1.4;
}
body.home .wp-block-flip-block-card {
  position: relative;
}
body.home .wp-block-flip-block-card .wp-block-flip-block-side:first-of-type p {
  font-variation-settings: "wdth" 87.5;
}
body.home .wp-block-flip-block-card .wp-block-flip-block-side:first-of-type::after {
  content: "+";
  display: none;
  font: var(--fa-font-thin);
  font-size: 30px;
  font-weight: 100;
}
body.home .wp-block-flip-block-card .wp-block-flip-block-side:first-of-type svg {
  display: block;
  font-size: 30px;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}
body.home .wp-block-flip-block-card .wp-block-flip-block-side:nth-child(2) .wp-block-heading::after {
  border-bottom: 1px solid #fff;
  content: " ";
  display: block;
  height: 1px;
  margin-top: 1.5rem;
  width: 30px;
}
body.home .why-tesserae .wp-block-media-text__media {
  border-radius: 10px;
  overflow: hidden;
}
body.home .why-tesserae picture {
  aspect-ratio: 1;
}
body.home .why-tesserae picture img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 82%;
     object-position: 82%;
}
body.home .wp-block-cb-carousel .wp-block-quote {
  padding: 1rem 4rem;
  position: relative;
}
body.home .wp-block-cb-carousel .wp-block-quote::before {
  color: #fff;
  content: "“";
  font-size: 8rem;
  font-variation-settings: "wdth" 100;
  font-weight: 700;
  left: -0.5rem;
  position: absolute;
  top: -2.75rem;
}
body.home .wp-block-cb-carousel .wp-block-quote p {
  margin-block-start: 12px;
}
body.home .slick-prev {
  left: -15px;
  height: 40px;
  width: 40px;
}
body.home .slick-prev:before {
  content: "\f32a";
  display: none;
  font: var(--fa-font-sharp-solid);
}
body.home .slick-prev svg {
  color: #fff;
  display: block;
  font-size: 2.5rem;
  opacity: 1;
  position: relative;
  z-index: 10;
}
body.home .slick-next {
  height: 40px;
  right: 0;
  width: 40px;
}
body.home .slick-next:before {
  content: "\f32b";
  display: none;
  font: var(--fa-font-sharp-solid);
}
body.home .slick-next svg {
  color: #fff;
  display: block;
  font-size: 2.5rem;
  opacity: 1;
  position: relative;
  z-index: 10;
}

body.search .search-background {
  position: fixed;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
body.search .search-background::before {
  background-color: #202F65 !important;
  mix-blend-mode: multiply;
  opacity: 0.85 !important;
  content: " ";
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
}
body.search .search-background picture {
  height: 100%;
  width: 100%;
}
body.search .search-background picture img {
  -o-object-position: center right;
     object-position: center right;
  width: 100%;
  height: 100%;
  filter: sepia(100%);
}
body.search .search-intro {
  display: grid;
  gap: 1rem;
  margin: 16rem 0 5rem;
}
body.search .search-intro h1 {
  color: #fff;
}
body.search .search-intro p {
  color: #fff;
  text-transform: uppercase;
  font-family: "Archivo", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 1rem;
  letter-spacing: 0.5px;
}
body.search .search-intro .search-page-search-form {
  display: grid;
  grid-template-columns: 1fr auto;
  align-content: center;
  align-items: center;
  max-width: 58rem;
}
body.search .search-intro .search-page-search-form input.search-bar-input {
  font-size: 1rem;
  color: #818181;
  letter-spacing: 0.16px;
  border: 2px solid transparent;
  padding-left: 1.5rem;
  height: 44px !important;
  width: 100%;
}
body.search .search-intro .search-page-search-form input.search-bar-input::-moz-placeholder {
  font-family: "Archivo", Helvetica, Arial, sans-serif;
  text-transform: capitalize;
  font-style: italic;
  font-weight: 300;
  font-size: 1.0625rem;
}
body.search .search-intro .search-page-search-form input.search-bar-input::placeholder {
  font-family: "Archivo", Helvetica, Arial, sans-serif;
  text-transform: capitalize;
  font-style: italic;
  font-weight: 300;
  font-size: 1.0625rem;
}
body.search .search-intro .search-page-search-form input.search-bar-input:focus {
  outline: none;
}
body.search .search-intro .search-page-search-form input.search-submit {
  font-family: "Archivo", Helvetica, Arial, sans-serif;
  height: 100%;
  border: 0;
  font-size: 0.8125rem;
  font-weight: 900;
  text-transform: uppercase;
  padding: 0 1.6rem;
  cursor: pointer;
  letter-spacing: 1px;
  transition: all 250ms ease-in-out;
}
body.search .search-intro .search-page-search-form input.search-submit:hover {
  filter: brightness(110%);
}
body.search .search-result {
  background: #fff;
  display: grid;
  gap: 1.5rem;
  margin-bottom: 2rem;
  max-width: 58rem;
  padding: 1.5rem 1.5rem 2rem 1.5rem;
}
@media (min-width: 768px) {
  body.search .search-result {
    padding: 2.5rem 2.1875rem;
  }
}
body.search .search-result .post-type {
  font-size: 1rem;
  margin: 0;
  margin-bottom: 0.5rem;
}
body.search .search-result a {
  text-decoration: none;
}
body.search .search-result h2 {
  font-size: 22px;
  margin-bottom: 1rem;
  margin: 0;
  text-transform: uppercase;
  transition: all 0.25s ease-out;
}
@media (min-width: 320px) {
  body.search .search-result h2 {
    font-size: calc(22px + 4 * (100vw - 320px) / 960);
  }
}
@media (min-width: 1280px) {
  body.search .search-result h2 {
    font-size: 26px;
  }
}
body.search .search-result .excerpt {
  font-size: 1.25rem;
}
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 {
  color: #fff;
  font-family: "Archivo", 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-post {
  background: #041A3D;
}
.single-post .post-header {
  padding-top: 12rem;
}
.single-post .back-link {
  color: #FF3438;
  display: inline-block;
  font-variation-settings: "wdth" 87.5;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 4.5rem;
  text-decoration-color: #041A3D;
  text-transform: uppercase;
}
.single-post .back-link:hover {
  text-decoration-color: #FF3438;
}
.single-post h1 {
  color: #FFF;
  font-size: 56px;
  font-weight: 600;
  margin-bottom: 3rem;
}
.single-post .post-wrapper {
  background: #F5F4F1;
  border-radius: 8px;
  padding: 4rem 3rem;
}
@media (min-width: 768px) {
  .single-post .post-wrapper {
    display: grid;
    gap: 3rem;
    grid-template-columns: 2fr 1fr;
  }
}
.single-post .post-wrapper p a:hover {
  text-decoration-color: #EB2D31;
}
.single-post .post-sidebar {
  border-top: 3px solid #ccc;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .single-post .post-sidebar {
    grid-column: 2/3;
    grid-row: 1;
  }
}
.single-post .post-detail {
  align-items: center;
  border-bottom: 1px solid #ccc;
  display: flex;
  gap: 1rem;
  padding: 0.75rem 0;
}
.single-post .post-detail p {
  color: #041A3D;
  font-size: 0.9375rem;
  font-weight: 500;
  font-variation-settings: "wdth" 87.5;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .single-post .post-content {
    grid-column: 1/2;
    grid-row: 1;
  }
}
.single-post .category-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.single-post .news-footer {
  margin-block-start: 5rem !important;
}

.pagename-news {
  background: #F5F4F1;
}
.pagename-news .news-header {
  background: #041A3D;
  padding-bottom: 1rem;
}
.pagename-news .news-header h1 {
  color: #fff;
}
.pagename-news .news-header .is-style-subtitle {
  color: #EB2D31;
  margin-bottom: -0.5rem;
  margin-top: 3rem;
  text-transform: uppercase;
}
.pagename-news .featured-news-item {
  max-width: 860px;
  margin-bottom: 3rem;
}
.pagename-news .news-item {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  display: flex;
  overflow: hidden;
  padding: 2rem;
  position: relative;
  transition: all 0.25s ease-out;
}
.pagename-news .news-item:hover {
  color: #fff;
}
.pagename-news .news-item:hover h3 a {
  color: #fff !important;
}
.pagename-news .news-item:hover .excerpt p {
  color: #fff;
}
.pagename-news .news-item:hover .read-more {
  color: #fff;
}
.pagename-news .news-item:hover .read-more svg {
  color: #fff;
}
.pagename-news .news-item:hover .wp-post-image {
  opacity: 1;
}
.pagename-news .news-item .wp-post-image {
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
  transition: all 0.25s ease-out;
}
.pagename-news .news-item .wp-post-image::after {
  background: rgba(2, 15, 39, 0.8);
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.pagename-news .news-item .wp-post-image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.pagename-news .news-item div {
  position: relative;
  z-index: 1;
}
.pagename-news .news-item .type-label-content .news-type {
  background-color: #6E84FF;
}
.pagename-news .news-item .type-label-event .news-type {
  background-color: #FC6240;
}
.pagename-news .news-item .card-container {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.pagename-news .news-item .news-type {
  background-color: #FF3438;
  color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  font-variation-settings: "wdth" 87.5;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
  padding: 1px 8px;
}
.pagename-news .news-item h3 {
  margin-bottom: 1rem;
  margin-top: 0.25rem;
  position: static;
}
.pagename-news .news-item h3 a {
  color: #000 !important;
  display: block;
  font-size: 1.25rem;
  line-height: 1.2;
  position: static;
  text-decoration: none;
}
.pagename-news .news-item h3 a::after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.pagename-news .news-item .excerpt {
  margin-bottom: 2rem;
}
.pagename-news .news-item .excerpt p {
  font-size: 0.9375rem;
}
.pagename-news .news-item .read-more {
  color: #000;
  font-size: 0.75rem;
  font-variation-settings: "wdth" 87.5;
  letter-spacing: 1px;
  margin-top: auto;
  text-transform: uppercase;
  font-weight: 500;
}
.pagename-news .news-item .read-more svg {
  color: #000;
  font-size: 0.9375rem;
  left: 0.25rem;
  position: relative;
  top: 1px;
}
.pagename-news .news-grid-wrapper {
  margin-bottom: 0.5rem;
  margin-top: 5rem;
}
.pagename-news .news-facets {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 580px) {
  .pagename-news .news-facets {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .pagename-news .news-facets {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.pagename-news .news-facets h4 {
  color: #FF3438;
  font-size: 0.9375rem;
  letter-spacing: 1px;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
}
.pagename-news .news-grid {
  list-style: none;
  margin: 0;
  padding-left: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-top: 3rem;
  padding-bottom: 5rem;
}
@media (min-width: 580px) {
  .pagename-news .news-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .pagename-news .news-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.pagename-news .news-grid li {
  display: flex;
}
