@charset "UTF-8";
/*!
Theme Name: WebMD Health Services
Theme URI: https://www.webmdhealthservices.com
Author: WebMD Health Services
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: whs
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@font-face {
  font-family: "lato-fallback";
  size-adjust: 98%;
  ascent-override: 101%;
  src: local("Arial");
}
@font-face {
  font-family: "lato-fallback-light";
  size-adjust: 95%;
  ascent-override: 101%;
  src: local("Arial");
}
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Mini Reset
--------------------------------------------- */
/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

button,
input,
select {
  margin: 0;
}

img,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

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

td,
th {
  padding: 0;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #000000;
  font-family: "Lato", "lato-fallback";
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.4;
}

/**
* Type Scale
*/
h1,
.heading-1,
.has-heading-1-font-size {
  font-weight: 800;
  font-size: clamp(2.375rem, 1.154vw + 2.087rem, 3.125rem);
  line-height: 1.1;
  margin-bottom: 0.3em;
}

h2,
.heading-2,
.has-heading-2-font-size {
  font-weight: 800;
  font-size: clamp(1.75rem, 0.769vw + 1.558rem, 2.25rem);
  line-height: 1.2;
  margin-bottom: 0.6em;
}

h3,
.heading-3,
.has-heading-3-font-size {
  font-weight: 700;
  font-size: clamp(1.125rem, 0.577vw + 0.981rem, 1.5rem);
  line-height: 1.2;
  margin-bottom: 0.25em;
}
h3:last-child,
.heading-3:last-child,
.has-heading-3-font-size:last-child {
  margin-bottom: 0;
}

h4,
.heading-4,
.has-heading-4-font-size {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.2;
  margin-bottom: 0.675em;
}

h5,
.heading-5,
.has-heading-5-font-size {
  font-weight: 700;
  font-size: clamp(0.875rem, 0.833vw, 1rem);
  line-height: 1.2;
}

h6,
.has-heading-6-font-size {
  font-size: 0.75rem;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #3557ff;
  margin: 0;
}

.is-style-large-first-character {
  margin-top: 1.35em;
  margin-bottom: 0.3em;
}
@media (max-width: 781px) {
  .is-style-large-first-character {
    padding-top: 2.5rem;
  }
}
.is-style-large-first-character:after {
  content: "";
  clear: both;
  display: block;
}
.is-style-large-first-character:first-letter {
  font-size: 4.6em;
  color: #EDEDED;
  font-weight: 700;
  float: left;
  margin: -0.5em -0.3em 0 0;
}

.small-caps {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #3557ff;
}

p,
.wp-block-list,
.content ul,
.content ol {
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.4;
  margin: 0 0 1.125em;
  font-family: "Lato", "lato-fallback-light";
}
@media (max-width: 599px) {
  p,
  .wp-block-list,
  .content ul,
  .content ol {
    font-size: 1rem;
  }
}
p a,
.wp-block-list a,
.content ul a,
.content ol a {
  font-weight: 400;
}

.has-p-font-size {
  font-weight: 400;
}

.has-page-intro-font-size {
  line-height: 1.3;
}

.has-inline-color {
  font-weight: 400;
}
strong .has-inline-color {
  font-weight: 700;
}

.is-style-gradient-border-left {
  border-left-width: 2px;
  border-left-style: solid;
  -o-border-image: linear-gradient(0deg, #00157C 0%, #3557ff 100%) 1;
     border-image: -webkit-gradient(linear, left bottom, left top, from(#00157C), to(#3557ff)) 1;
     border-image: linear-gradient(0deg, #00157C 0%, #3557ff 100%) 1;
  padding-left: 1.25rem;
}

@media (max-width: 781px) {
  .remove-br-mobile br {
    display: none;
  }
}

.wp-block-list,
.content ul,
.content ol {
  padding-left: 1em;
  margin-bottom: 2.5em;
}
.wp-block-list li,
.content ul li,
.content ol li {
  padding-left: 0.25em;
}
.wp-block-list li::marker,
.content ul li::marker,
.content ol li::marker {
  color: #3557ff;
}
.wp-block-list li:not(:last-child),
.content ul li:not(:last-child),
.content ol li:not(:last-child) {
  margin-bottom: 0.75em;
}

.content ol li::marker {
  color: #000000;
}

/* Elements
--------------------------------------------- */
/* Links
--------------------------------------------- */
/* Forms
--------------------------------------------- */
.frm_forms form {
  max-width: 710px;
  margin: 0 auto;
}
form fieldset,
form .form-field,
form .g-recaptcha {
  border: none;
  padding: 0;
}
form .frm_fields_container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 600px) {
  form .frm_fields_container {
    gap: 2rem 3rem !important;
  }
}
@media (max-width: 599px) {
  form .frm_fields_container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media (min-width: 600px) {
  form .frm_full,
  form .frm12,
  form .frm_submit {
    grid-column: 1/-1;
  }
}
form label {
  display: inline-block;
  font-weight: 700;
  font-size: 0.875rem;
  margin-bottom: 4px;
}
form label[for=g-recaptcha-response] {
  display: none;
}
form input[type=text],
form input[type=email],
form input[type=url],
form input[type=password],
form input[type=number],
form input[type=tel],
form select,
form textarea {
  background-color: #f9f9f9;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  font: 300 0.875rem "Lato", "lato-fallback" !important;
  line-height: normal !important;
  padding: 1.26em;
  width: 100%;
  height: auto !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}
form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="10.391" height="5.965" viewBox="0 0 10.391 5.965"><path d="M5.216,5.965a.748.748,0,0,1-.53-.22L.22,1.281A.75.75,0,0,1,1.281.22L5.216,4.155l3.9-3.9A.75.75,0,0,1,10.172,1.32L5.746,5.746A.748.748,0,0,1,5.216,5.965Z" transform="translate(0 0)"/></svg>');
  background-repeat: no-repeat;
  background-position: right 1em center;
  padding-right: 2.5em;
}
form input[type=submit],
form button[type=submit] {
  border: none;
  cursor: pointer;
  font-size: 0.9375rem;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#00157C), to(#3557ff));
  background: linear-gradient(90deg, #00157C 0%, #3557ff 100%);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 0.75em 2em 0.75em 1.75em;
  border-radius: 4rem;
  border: 1.5px solid #000;
}
form input[type=submit]:after,
form button[type=submit]:after {
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="6.698" height="11.582" viewBox="0 0 6.698 11.582"><path d="M.624,11.582a.625.625,0,0,1-.442-1.067L4.93,5.768l-4.7-4.7A.625.625,0,0,1,1.112.183L6.7,5.768,1.066,11.4A.623.623,0,0,1,.624,11.582Z" transform="translate(0)" fill="white"/></svg>');
  margin-left: 10px;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  display: inline-block;
}
@media (max-width: 599px) {
  form input[type=submit],
  form button[type=submit] {
    font-size: 0.875rem;
  }
}
form input[type=submit]:hover:after,
form button[type=submit]:hover:after {
  -webkit-transform: translateX(0.6em);
          transform: translateX(0.6em);
}
form ::-webkit-input-placeholder {
  color: #000000;
  opacity: 1;
}
form ::-moz-placeholder {
  color: #000000;
  opacity: 1;
}
form :-ms-input-placeholder {
  color: #000000;
  opacity: 1;
}
form ::-ms-input-placeholder {
  color: #000000;
  opacity: 1;
}
form ::placeholder {
  color: #000000;
  opacity: 1;
}

/**
 * Marketo Forms
 */
.mktoForm {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
}
.quiz-area .mktoForm {
  padding-right: 9%;
}
.quiz-area .mktoForm .mktoFormRow:nth-of-type(4),
.quiz-area .mktoForm .mktoFormRow:nth-of-type(5),
.quiz-area .mktoForm .mktoFormRow:nth-of-type(6),
.quiz-area .mktoForm .mktoFormRow:nth-of-type(7),
.quiz-area .mktoForm .mktoFormRow:nth-of-type(8) {
  display: none;
}
.mktoForm .mktoFieldDescriptor {
  margin-bottom: 1.125rem !important;
}
.mktoForm .mktoLabel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto !important;
  margin-bottom: 4px;
  padding: 0 !important;
}
.mktoForm .mktoLabel * {
  padding: 0 !important;
}
.mktoForm .mktoAsterix {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-weight: 400;
}
.mktoForm .mktoButtonWrap {
  margin-left: 0 !important;
}
.mktoForm .mktoFormCol {
  float: none !important;
  min-height: unset !important;
}
.mktoForm .mktoFieldWrap {
  float: none !important;
}
.mktoForm .mktoOffset,
.mktoForm .mktoGutter {
  height: 0 !important;
}
.mktoForm input[type=text],
.mktoForm input[type=email],
.mktoForm input[type=url],
.mktoForm input[type=password],
.mktoForm input[type=number],
.mktoForm input[type=tel],
.mktoForm select,
.mktoForm textarea {
  width: 100% !important;
  padding: 0.75em 1em !important;
}
.mktoForm select {
  padding-right: 2.5em !important;
}
.mktoForm [data-wrapper-for=Terms_of_Service__c] .mktoFieldWrap,
.mktoForm [data-wrapper-for=publicUseConsent] .mktoFieldWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
}
.mktoForm [data-wrapper-for=Terms_of_Service__c] .mktoFieldWrap .mktoLabel,
.mktoForm [data-wrapper-for=publicUseConsent] .mktoFieldWrap .mktoLabel {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.mktoForm [data-wrapper-for=Terms_of_Service__c] .mktoFieldWrap .mktoGutter,
.mktoForm [data-wrapper-for=publicUseConsent] .mktoFieldWrap .mktoGutter {
  display: none;
}
.mktoForm .mktoCheckboxList {
  width: auto !important;
}
.mktoForm .mktoButtonRow {
  grid-column: 1/-1;
  text-align: center;
}
@media (max-width: 599px) {
  .mktoForm .mktoButtonRow {
    margin-top: 1rem !important;
  }
}
.resource-form .mktoForm {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(46%, 1fr));
  gap: 0 1.875rem;
  max-width: 710px !important;
  margin: 0 auto;
}
@media (max-width: 599px) {
  .resource-form .mktoForm {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-bottom: 3rem;
  }
  .resource-form .mktoForm .mktoButtonRow {
    margin-top: 0 !important;
  }
}
.mktoForm .mktoFormRow:has(input[name=Terms_of_Service__c]),
.mktoForm .mktoFormRow:has(input[name=publicUseConsent]) {
  grid-column: 1/-1;
}
.mktoForm .mktoFormRow:has(input[name=Terms_of_Service__c]) .mktoFieldWrap,
.mktoForm .mktoFormRow:has(input[name=publicUseConsent]) .mktoFieldWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
}
.mktoForm .mktoFormRow:has(input[name=Terms_of_Service__c]) .mktoLabel,
.mktoForm .mktoFormRow:has(input[name=publicUseConsent]) .mktoLabel {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.sidebar-newsletter-form .mktoForm .mktoFormRow:has(input[name=Terms_of_Service__c]) .mktoLabel, .podcast .mktoForm .mktoFormRow:has(input[name=Terms_of_Service__c]) .mktoLabel,
.sidebar-newsletter-form .mktoForm .mktoFormRow:has(input[name=publicUseConsent]) .mktoLabel,
.podcast .mktoForm .mktoFormRow:has(input[name=publicUseConsent]) .mktoLabel {
  line-height: 1.3;
}
.sidebar-newsletter-form .mktoForm .mktoFormRow:has(input[name=Terms_of_Service__c]) .mktoCheckboxList,
.sidebar-newsletter-form .mktoForm .mktoFormRow:has(input[name=publicUseConsent]) .mktoCheckboxList {
  padding-left: 0;
}
.mktoForm .mktoFormRow:has(input[name=Terms_of_Service__c]) .mktoCheckboxList label,
.mktoForm .mktoFormRow:has(input[name=publicUseConsent]) .mktoCheckboxList label {
  margin-left: 0;
}
.mktoForm .mktoFormRow:has(input[name=Terms_of_Service__c]) .mktoGutter,
.mktoForm .mktoFormRow:has(input[name=publicUseConsent]) .mktoGutter {
  display: none;
}

/**
 * Hubspot Forms
 */
.hs-form {
  text-align: left;
}
.hs-form input[type=text],
.hs-form input[type=email],
.hs-form input[type=url],
.hs-form input[type=password],
.hs-form input[type=number],
.hs-form input[type=tel],
.hs-form select,
.hs-form textarea {
  padding: 0.75em 1em !important;
}
.hs-form .hs-submit {
  text-align: center;
}
.hs-form .hs-submit input[type=submit] {
  background-image: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="6.698" height="11.582" viewBox="0 0 6.698 11.582"><path d="M.624,11.582a.625.625,0,0,1-.442-1.067L4.93,5.768l-4.7-4.7A.625.625,0,0,1,1.112.183L6.7,5.768,1.066,11.4A.623.623,0,0,1,.624,11.582Z" transform="translate(0)" fill="white"/></svg>'), -webkit-gradient(linear, left top, right top, from(#00157C), to(#3557ff));
  background-image: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="6.698" height="11.582" viewBox="0 0 6.698 11.582"><path d="M.624,11.582a.625.625,0,0,1-.442-1.067L4.93,5.768l-4.7-4.7A.625.625,0,0,1,1.112.183L6.7,5.768,1.066,11.4A.623.623,0,0,1,.624,11.582Z" transform="translate(0)" fill="white"/></svg>'), linear-gradient(90deg, #00157C 0%, #3557ff 100%);
  background-repeat: no-repeat;
  background-position: right 1.75rem center, 100%;
  -webkit-transition: background-position 0.8s ease;
  transition: background-position 0.8s ease;
  padding-right: 2.75rem;
}
.hs-form .hs-submit input[type=submit]:hover {
  background-position: right 1.25rem center, 100%;
}
.hs-form .form-columns-1 .input,
.hs-form .form-columns-2 .input {
  margin-right: 0 !important;
}
.hs-form .form-columns-1 .hs-form-field,
.hs-form .form-columns-2 .hs-form-field {
  margin-bottom: 1rem;
}
.hs-form .form-columns-2 {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(46%, 1fr));
  gap: 0 1.875rem;
}
@media (max-width: 599px) {
  .hs-form .form-columns-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.hs-form .form-columns-2 .hs-form-field {
  width: 100% !important;
}
.hs-form .inputs-list {
  list-style: none;
}
.hs-form input[type=checkbox] {
  margin-right: 7px;
  position: relative;
  top: 1px;
}

.subscription-cta {
  padding: 4.5rem 0 3rem !important;
}
@media (max-width: 781px) {
  .subscription-cta {
    padding: 3rem 0 2rem !important;
  }
}
.subscription-cta .mktoForm {
  max-width: 496px !important;
  margin: 1.5rem auto 0;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(46%, 1fr));
  gap: 0 1.875rem;
}
.subscription-cta .mktoForm a {
  color: #FFFFFF;
  text-decoration: underline;
}
.subscription-cta .mktoFormRow:has(input[name=Email]) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.subscription-cta .mktoFormRow:has(input[name=Terms_of_Service__c]) {
  grid-column: 1/-1;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.subscription-cta .mktoButtonRow {
  grid-column: auto;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media (max-width: 781px) {
  .subscription-cta .mktoButtonRow {
    margin: 0 0 1rem !important;
  }
}
.subscription-cta .mktoFormRow:has(input[type=hidden]) {
  display: none;
}
.subscription-cta label {
  color: #FFFFFF;
  font-weight: 700;
}
.subscription-cta button[type=submit] {
  background: #FFFFFF;
  color: #3557ff;
  padding: 0.6em;
  width: 100%;
}
.subscription-cta button[type=submit]:after {
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="6.698" height="11.582" viewBox="0 0 6.698 11.582"><path d="M.624,11.582a.625.625,0,0,1-.442-1.067L4.93,5.768l-4.7-4.7A.625.625,0,0,1,1.112.183L6.7,5.768,1.066,11.4A.623.623,0,0,1,.624,11.582Z" transform="translate(0)" fill="%2300157C"/></svg>');
}

.wp-element-button,
.button {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #FFFFFF;
  background: -webkit-gradient(linear, left top, right top, from(#00157C), to(#3557ff));
  background: linear-gradient(90deg, #00157C 0%, #3557ff 100%);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 0.6em 3.3em 0.6em 3.8em;
  border-radius: 4rem;
  border: 1.5px solid #000;
}
@media (max-width: 1023px) {
  .is-style-wide-3-col .wp-element-button,
  .is-style-wide-3-col .button {
    padding: 0.6em 1.7em 0.6em 2.2em;
  }
}
@media (max-width: 599px) {
  .wp-element-button,
  .button {
    font-size: 0.875rem;
    padding: 0.6em 3.5em 0.6em 3.75em;
  }
}
.wp-element-button:after,
.button:after {
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="6.698" height="11.582" viewBox="0 0 6.698 11.582"><path d="M.624,11.582a.625.625,0,0,1-.442-1.067L4.93,5.768l-4.7-4.7A.625.625,0,0,1,1.112.183L6.7,5.768,1.066,11.4A.623.623,0,0,1,.624,11.582Z" transform="translate(0)" fill="white"/></svg>');
  margin-left: 1.5rem;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  display: inline-block;
}
.wp-element-button:hover:after,
.button:hover:after {
  -webkit-transform: translateX(0.6em);
          transform: translateX(0.6em);
}
.is-style-button-white .wp-element-button, .is-style-outline .wp-element-button,
.is-style-button-white .button,
.is-style-outline .button {
  background-color: #FFFFFF !important;
  background: #FFFFFF;
  color: #3557ff !important;
  border: 1.5px solid #000;
}
.is-style-button-white .wp-element-button:after, .is-style-outline .wp-element-button:after,
.is-style-button-white .button:after,
.is-style-outline .button:after {
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="6.698" height="11.582" viewBox="0 0 6.698 11.582"><path d="M.624,11.582a.625.625,0,0,1-.442-1.067L4.93,5.768l-4.7-4.7A.625.625,0,0,1,1.112.183L6.7,5.768,1.066,11.4A.623.623,0,0,1,.624,11.582Z" transform="translate(0)" fill="%233557ff"/></svg>');
}
.is-style-text-button .wp-element-button,
.is-style-text-button .button {
  background: none;
  padding: 0;
  color: #3557ff;
  border: none;
}
.is-style-text-button .wp-element-button:after,
.is-style-text-button .button:after {
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="6.698" height="11.582" viewBox="0 0 6.698 11.582"><path d="M.624,11.582a.625.625,0,0,1-.442-1.067L4.93,5.768l-4.7-4.7A.625.625,0,0,1,1.112.183L6.7,5.768,1.066,11.4A.623.623,0,0,1,.624,11.582Z" transform="translate(0)" fill="%233557ff"/></svg>');
}

.button--small {
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.6em 1.3em;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-appearance: none;
  -webkit-border-radius: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 1.25rem;
  cursor: pointer;
}
.button--small:not(.button--outline) {
  padding: 0.8626em 1.3em;
}

.button--outline {
  border: 0.09375rem solid;
  border-color: #3557ff;
  background: #FFFFFF;
  color: #000000;
}
.button--outline:hover, .button--outline:active, .button--outline:focus {
  color: #FFFFFF;
  background: -webkit-gradient(linear, left top, right top, from(#00157C), to(#3557ff));
  background: linear-gradient(90deg, #00157C 0%, #3557ff 100%);
  border-color: transparent;
}

.image-button a {
  border: none !important;
}
.image-button a:hover img {
  -webkit-filter: drop-shadow(1px 3px 4px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(1px 3px 4px rgba(0, 0, 0, 0.1));
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
#site-header {
  z-index: 100;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #FFFFFF;
  will-change: transform;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1240px) {
  #site-header {
    height: 54px;
  }
  #site-header:has(.utility-nav) {
    height: 100px;
  }
}
@media (max-width: 599px) {
  #site-header:has(.utility-nav) {
    height: 90px;
  }
}
#site-header .menus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#site-logo {
  margin-top: 10px;
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}
@media (max-width: 1365px) {
  #site-logo {
    width: 154px;
  }
}
@media (max-width: 599px) {
  #site-logo {
    width: 134px;
  }
  #site-logo.zoomOut {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
}

.site-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.75rem;
  max-width: 1350px;
  padding: 0 40px;
  margin: 0 auto;
}
@media (max-width: 1365px) {
  .site-header__container {
    gap: 2rem;
  }
}
@media (max-width: 1240px) {
  .site-header__container {
    margin-top: 0;
    padding: 0 6.5%;
  }
}

.callout-bar {
  background: linear-gradient(120deg, #00157C 0%, #3557ff 50%, #43D0C7 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFFFFF;
}
.callout-bar.--no-link {
  padding: 21px 6.5% 22px;
}
@media (max-width: 781px) {
  .callout-bar.--no-link {
    padding: 14px 6.5% 12px;
  }
}
.callout-bar a {
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  text-align: center;
  padding: 21px 6.5% 22px;
}
@media (max-width: 781px) {
  .callout-bar a {
    padding: 14px 6.5% 12px;
  }
}
.callout-bar p {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
}
@media (max-width: 1240px) {
  .callout-bar p {
    font-size: 1.125rem;
  }
}
.callout-bar p b,
.callout-bar p strong {
  font-weight: 800;
}
.callout-bar p:only-child {
  margin: 0;
}

#site-footer {
  background-color: #f6f6f6;
  padding: 2rem 0 2.75rem;
}
@media (max-width: 599px) {
  #site-footer {
    padding: 2.5rem 0 1.75rem;
  }
}

.site-footer__container {
  max-width: 1350px;
  padding: 0 40px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 23.6% 1.89% 49.1% 1.89% 23.6%;
  grid-template-columns: 23.6% 49.1% 23.6%;
  gap: 4rem 1.89%;
}
@media screen and (max-width: 1439px) {
  .site-footer__container {
    padding: 0 6.5%;
  }
}
@media (max-width: 1023px) {
  .site-footer__container {
    -ms-grid-columns: 30% 5% 65%;
    grid-template-columns: 30% 65%;
    gap: 2rem 5%;
  }
}
@media (max-width: 781px) {
  .site-footer__container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.site-footer__credits {
  padding-top: 2rem;
}
@media (max-width: 599px) {
  .site-footer__credits {
    padding-top: 0;
  }
}
.site-footer__credits address {
  font-style: normal;
  line-height: 1.2;
  font-size: 0.75rem;
  margin-top: 0.75rem;
}
.site-footer__credits .copyright {
  font-size: 0.75rem;
  margin-top: 0.75rem;
}
.site-footer__credits .logout-link,
.site-footer__credits .login-link {
  margin-top: 26px;
}
@media (max-width: 1023px) {
  .site-footer__credits .logout-link,
  .site-footer__credits .login-link {
    margin-top: 8px;
  }
}

#menu-footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.75rem;
  margin-top: 2rem;
  list-style: none;
}
@media (max-width: 781px) {
  #menu-footer-nav {
    margin-top: 0;
  }
}
@media (max-width: 599px) {
  #menu-footer-nav {
    display: -ms-inline-grid;
    display: inline-grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
#menu-footer-nav > li > a {
  font-size: 0.875rem;
  color: #717171;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700;
}
#menu-footer-nav .sub-menu {
  margin: 0.5rem 0 0;
  list-style: none;
}
#menu-footer-nav .sub-menu li {
  margin: 0.125rem 0;
}
#menu-footer-nav .sub-menu a {
  font-size: 0.75rem;
  color: #000000;
}
#menu-footer-nav .sub-menu a:hover {
  color: #3557ff;
}

.site-footer__contact {
  background: #FFFFFF;
  padding: 1.75rem 1.75rem 2.5rem;
  max-width: 24rem;
}
@media (max-width: 1023px) {
  .site-footer__contact {
    grid-column: 1/-1;
  }
}
.site-footer__contact .heading-3 {
  margin-bottom: 0.5em;
}
.site-footer__contact p {
  font-size: 0.875rem;
  padding-right: 0.75rem;
}

.site-footer__contact-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1.125rem;
  gap: 1rem;
}
@media (max-width: 1200px) {
  .site-footer__contact-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.site-footer__disclaimer {
  grid-column: 1/-1;
  border-top: 1px solid #d1d1d1;
  padding-top: 1.5rem;
}
.site-footer__disclaimer p {
  font-size: 0.75rem;
  line-height: 1.2;
  width: 70%;
  color: #717171;
}
@media (max-width: 781px) {
  .site-footer__disclaimer p {
    width: 100%;
  }
}

.nav-social {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}
.nav-social li {
  margin: 0;
}
.nav-social a {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  display: block;
}
.nav-social a:hover {
  -webkit-transform: translateY(-0.25rem);
          transform: translateY(-0.25rem);
}
.nav-social a:before {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  text-align: center;
}
.nav-social .--twitter-x a:before {
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16.315" height="13.925" viewBox="0 0 16.315 13.925"><defs><linearGradient id="a" x1="0.5" x2="0.5" y2="1" gradientUnits="objectBoundingBox"><stop offset="0" stop-color="%233557ff"/><stop offset="1" stop-color="%2300157C"/></linearGradient></defs><g transform="translate(-959.811 -516.5)"><path d="M12.2-14.062H14.4L9.6-8.588,15.24-1.138H10.829L7.371-5.655,3.418-1.138h-2.2L6.345-6.994l-5.4-7.068H5.466L8.588-9.933ZM11.431-2.449h1.215L4.8-12.82H3.5Z" transform="translate(959.881 531.063)" fill="url(%23a)"/><path d="M-.069-14.562H5.715l2.9,3.838,3.358-3.838H15.5l-5.249,6,6,7.928H10.582L7.345-4.866,3.645-.638H.12L5.7-7.015Zm5.287,1H1.954l5.037,6.59L2.324-1.638h.868L7.4-6.444l3.679,4.806h3.16L8.96-8.611l4.333-4.951h-.865L8.56-9.142Zm-2.73.243H5.053l8.6,11.371H11.184Zm2.068,1H4.511l3.9,5.094Z" transform="translate(959.881 531.063)" fill="rgba(0,0,0,0)"/></g></svg>');
}
.nav-social .--linkedin a:before {
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="12.926" height="12.925" viewBox="0 0 12.926 12.925"><defs><linearGradient id="a" x1="0.5" x2="0.5" y2="1" gradientUnits="objectBoundingBox"><stop offset="0" stop-color="%233557ff"/><stop offset="1" stop-color="%2300157C"/></linearGradient><clipPath id="b"><path d="M1.916,4.845H3.833v6.169H1.916ZM6.9,5.688a2.014,2.014,0,0,1,1.814-1c1.941,0,2.3,1.277,2.3,2.937v3.384H9.1v-3c0-.716-.013-1.637-1-1.637s-1.15.78-1.15,1.584v3.051H5.036V4.845H6.875v.843Zm-5.137-2.8A1.112,1.112,0,1,1,2.876,4,1.112,1.112,0,0,1,1.764,2.891M11.968,0H.954A.943.943,0,0,0,0,.933v11.06a.944.944,0,0,0,.94.932H11.986a.946.946,0,0,0,.94-.932V.932A.946.946,0,0,0,11.989,0Z" stroke="rgba(0,0,0,0)" stroke-width="1" fill="url(%23a)"/></clipPath></defs><g clip-path="url(%23b)"><rect width="12.926" height="12.93" transform="translate(0 -0.005)" fill="url(%23a)"/><path d="M-.5-.5H13.426V13.43H-.5ZM12.426.5H.5V12.43H12.426Z" transform="translate(0 -0.005)" fill="rgba(0,0,0,0)"/></g></svg>');
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.primary-nav,
.secondary-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.primary-nav .nav-menu,
.secondary-nav .nav-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1240px) {
  .primary-nav .nav-menu,
  .secondary-nav .nav-menu {
    display: block;
  }
}
@media screen and (max-width: 1240px) {
  .primary-nav .nav-menu li,
  .secondary-nav .nav-menu li {
    display: block;
  }
}
.primary-nav .nav-menu li a,
.secondary-nav .nav-menu li a {
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1365px) {
  .primary-nav .nav-menu li a,
  .secondary-nav .nav-menu li a {
    font-size: 0.75rem;
  }
}
.primary-nav .nav-menu li button,
.secondary-nav .nav-menu li button {
  display: inline-block !important;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
}

@media screen and (max-width: 1240px) {
  .primary-nav {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    height: 0;
    width: 83%;
    overflow: hidden;
    max-width: 360px;
    background-color: #f7f7f7;
    z-index: 200;
    -webkit-transition: opacity 333ms ease-out;
    transition: opacity 333ms ease-out;
    opacity: 0;
    text-align: left;
  }
  .primary-nav.nav-open {
    opacity: 1;
    height: 100vh;
    max-height: 100vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .primary-nav.nav-open:after {
    content: "";
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    width: calc(100vw - 360px);
    height: 100vh;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 1240px) and (max-width: 434px) {
  .primary-nav.nav-open:after {
    width: 17%;
  }
}

@media screen and (min-width: 1181px) {
  .primary-nav .nav-menu .zoomOut {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
}
.primary-nav .nav-menu > li {
  padding: 0 0.75rem;
}
@media (max-width: 1240px) {
  .primary-nav .nav-menu > li {
    padding: 0;
  }
}
.primary-nav .nav-menu > li > a:not(.button) {
  padding: 41px 0.6rem;
  color: #000000;
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}
@media screen and (max-width: 1240px) {
  .primary-nav .nav-menu > li > a:not(.button) {
    line-height: 1.5;
    padding: 0.75rem 9px 0.75rem 1.25rem;
  }
}
@media (min-width: 1241px) {
  .primary-nav .nav-menu > li:hover > a:not(.button):after {
    content: "";
    width: calc(100% - 1.25rem);
    height: 5px;
    position: absolute;
    background-color: #3557ff;
    left: 0.6rem;
    top: calc(50% + 1rem);
  }
}
@media screen and (max-width: 1240px) {
  .primary-nav .nav-menu li:hover,
  .primary-nav .nav-menu li.open {
    background-color: #EDEDED;
  }
}
.primary-nav .nav-menu li:hover > a,
.primary-nav .nav-menu li.open > a {
  color: #3557ff;
  text-decoration: none;
}
.primary-nav .nav-menu li.menu-item-has-children:hover a:after {
  width: 100%;
}
.primary-nav .nav-menu li.current-menu-item > a {
  color: #3557ff;
}
.primary-nav .nav-menu li.mobile-link {
  display: none;
}
@media screen and (max-width: 1240px) {
  .primary-nav .nav-menu li.mobile-link {
    display: block;
  }
}
.primary-nav .nav-menu .sub-menu__container {
  display: none;
  background-color: #EDEDED;
  -webkit-box-shadow: inset 0 2px 5px -2px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 2px 5px -2px rgba(0, 0, 0, 0.2);
}
@media (min-width: 1241px) {
  .primary-nav .nav-menu .sub-menu__container {
    position: absolute;
    background-color: #FFFFFF;
    width: 100%;
    left: 0;
    top: calc(100% - 4px);
    -webkit-box-shadow: 0px 7px 25px 3px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 7px 25px 3px rgba(0, 0, 0, 0.1);
  }
}
.primary-nav .nav-menu .sub-menu {
  line-height: 1.125rem;
  list-style: none;
}
@media (min-width: 1241px) {
  .primary-nav .nav-menu .sub-menu {
    max-width: 1350px;
    padding: 4.375rem 40px 3rem 40px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1241px) {
  .primary-nav .nav-menu .sub-menu li:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.primary-nav .nav-menu .sub-menu a {
  display: block;
  color: #000000;
  letter-spacing: 0;
  text-transform: none;
  font-size: 0.9375rem;
}
@media screen and (max-width: 1240px) {
  .primary-nav .nav-menu .sub-menu a {
    padding: 10px 1.25rem;
    font-size: 0.875rem;
  }
}
.primary-nav .nav-menu .sub-menu i {
  font-weight: 400;
  color: #767676;
}
@media screen and (max-width: 1240px) {
  .primary-nav .nav-menu .sub-menu i {
    display: none;
  }
}
.primary-nav .nav-menu .sub-menu ul {
  margin-top: 0.75rem;
  padding: 0 0 0 1.5rem;
  list-style: none;
}
@media screen and (max-width: 1240px) {
  .primary-nav .nav-menu .sub-menu ul {
    margin: 0;
  }
  .primary-nav .nav-menu .sub-menu ul a {
    font-weight: 400;
  }
}
.primary-nav .nav-menu .sub-menu .--featured-posts {
  width: 212px;
  margin-right: 5.5rem;
}
@media (max-width: 1240px) {
  .primary-nav .nav-menu .sub-menu .--featured-posts {
    margin-right: 0;
  }
}
.primary-nav .nav-menu .sub-menu .--featured-posts .wp-post-image {
  border-radius: 0.75rem;
  border: 1.5px solid #000000;
  aspect-ratio: 20/11;
  -o-object-fit: cover;
     object-fit: cover;
}
.primary-nav .nav-menu .sub-menu .--featured-posts:hover .menu__featured-link:after {
  -webkit-transform: translateX(0.6em);
          transform: translateX(0.6em);
}
@media (min-width: 1241px) {
  .primary-nav .nav-menu:has(.--featured-posts) .column-start {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
.primary-nav .nav-menu .menu__featured-heading {
  font-size: 0.9375rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #3557ff;
  margin-bottom: 7px;
}
@media (max-width: 1240px) {
  .primary-nav .nav-menu .menu__featured-heading {
    padding: 0 1.25rem;
    margin-top: 1rem;
    margin-bottom: 0;
  }
}
.primary-nav .nav-menu .menu__featured-post-excerpt {
  font-weight: 400;
  margin-top: 7px;
  font-size: 1rem;
}
.primary-nav .nav-menu .menu__featured-link {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #3557ff;
  font-size: 0.8125rem;
  margin-top: 7px;
}
@media (max-width: 1240px) {
  .primary-nav .nav-menu .menu__featured-link {
    margin-bottom: 10px;
  }
}
.primary-nav .nav-menu .menu__featured-link:after {
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="6.698" height="11.582" viewBox="0 0 6.698 11.582"><path d="M.624,11.582a.625.625,0,0,1-.442-1.067L4.93,5.768l-4.7-4.7A.625.625,0,0,1,1.112.183L6.7,5.768,1.066,11.4A.623.623,0,0,1,.624,11.582Z" transform="translate(0)" fill="%233557ff"/></svg>');
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  display: inline-block;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  margin-left: 7px;
}
.primary-nav .nav-menu li.menu-item-has-children.open .sub-menu__container {
  display: block;
}
.primary-nav .nav-menu .menu-title {
  padding-right: 4rem;
  display: none;
}
@media (min-width: 1241px) {
  .primary-nav .nav-menu .menu-title {
    display: block;
  }
}
@media (min-width: 1241px) {
  .primary-nav .nav-menu .column-start {
    border-left: 1.5px solid #000000;
    padding: 0 1.75rem;
  }
}

@media screen and (max-width: 1240px) {
  .secondary-nav {
    z-index: 200;
    -webkit-transition: opacity 333ms ease-out;
    transition: opacity 333ms ease-out;
    opacity: 0;
    margin-top: 10px;
  }
  .menus > .secondary-nav {
    display: none;
  }
  .secondary-nav.nav-open {
    opacity: 1;
  }
}

#menu-secondary-nav {
  margin-left: 1rem;
  gap: 1.25rem;
}
@media screen and (max-width: 1240px) {
  #menu-secondary-nav {
    margin-left: 0;
  }
  #menu-secondary-nav li {
    display: block;
    padding: 0 1.125em;
    margin: 0.5rem 0 1rem;
  }
  #menu-secondary-nav li:hover {
    background-color: transparent;
  }
  #menu-secondary-nav li:hover .button {
    color: #FFFFFF;
  }
}

#mobile-menu-toggle {
  display: none;
  cursor: pointer;
  font-size: 28px;
  margin: 5px 0 0 10px;
  position: relative;
  z-index: 100;
  background: none;
  padding: 0;
  border: none;
}
@media screen and (max-width: 1240px) {
  #mobile-menu-toggle {
    display: block;
  }
}

#mobile-menu-toggle:hover {
  color: #3557ff;
}

#close-mobile-menu {
  display: none;
  background-color: #FFFFFF;
  height: 54px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  text-align: right;
  font-size: 22px;
  padding: 0;
  border: none;
  width: 100%;
}
#close-mobile-menu i {
  padding: 16px 20px;
  cursor: pointer;
  display: block;
}
#close-mobile-menu i:hover {
  color: #3557ff;
}
@media screen and (max-width: 1240px) {
  #close-mobile-menu {
    display: block;
  }
}

#site-header:has(.utility-nav) #close-mobile-menu {
  height: 37px;
}
#site-header:has(.utility-nav) #close-mobile-menu i {
  padding: 4px 20px;
}

.utility-nav {
  background-color: var(--wp--preset--color--xtra-light-gray);
  padding: 10px 0;
  -webkit-box-shadow: inset 0 -5px 7px -5px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 -5px 7px -5px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1365px) {
  .utility-nav {
    padding: 7px 0 8px;
  }
}
.utility-nav .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.utility-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  list-style: none;
}
.utility-nav ul a {
  color: #000000;
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 700;
}
@media screen and (max-width: 1365px) {
  .utility-nav ul a {
    font-size: 0.75rem;
  }
}
.utility-nav ul a:hover {
  color: #3557ff;
}

/* Search
--------------------------------------------- */
/**
 * Site Header Search
 */
#header-searchform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0.75rem;
  position: relative;
}

#search-toggle {
  cursor: pointer;
  display: inline-block;
  background: none;
  border: none;
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  margin-top: 11px;
}

#search-toggle:hover svg path {
  fill: #000000;
}

#search-toggle.zoomOut {
  opacity: 0;
  -webkit-transform: scale3d(0.3, 0.3, 0.3);
          transform: scale3d(0.3, 0.3, 0.3);
}

#searchform {
  position: absolute;
  width: 300px;
  right: 12px;
  top: 37px;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.1s cubic-bezier(0, 0.795, 0, 1);
  transition: all 0.1s cubic-bezier(0, 0.795, 0, 1);
}
@media screen and (max-width: 1240px) {
  #searchform {
    right: 12px;
    width: 20px;
    top: 10px;
  }
}
#searchform:before {
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="15.184" height="15.184" viewBox="0 0 15.184 15.184"><g transform="translate(-953 -533)"><path d="M5.2-.75A5.952,5.952,0,1,1-.75,5.2,5.959,5.959,0,0,1,5.2-.75Zm0,10.4A4.452,4.452,0,1,0,.75,5.2,4.457,4.457,0,0,0,5.2,9.654Z" transform="translate(953.75 533.75)" fill="%233557ff"/><path d="M4.806,5.556a.748.748,0,0,1-.53-.22L-.53.53A.75.75,0,0,1-.53-.53.75.75,0,0,1,.53-.53L5.336,4.276a.75.75,0,0,1-.53,1.28Z" transform="translate(962.628 542.628)" fill="%233557ff"/><rect width="15.184" height="15.184" transform="translate(953 533)" fill="none"/></g></svg>');
  margin-right: 5px;
  display: inline-block;
  width: 15.184px;
  height: 15.184px;
}
#searchform.slideIn {
  width: 600px;
  opacity: 1;
  z-index: 1;
  -webkit-transition: all 1s cubic-bezier(0, 0.795, 0, 1) 0.25s;
  transition: all 1s cubic-bezier(0, 0.795, 0, 1) 0.25s;
}
@media screen and (max-width: 1240px) {
  #searchform.slideIn {
    width: 100%;
    max-width: 220px;
  }
}
#searchform input[type=search] {
  border: none;
  background: transparent;
  vertical-align: middle;
  padding-bottom: 0.5em;
  width: calc(100% - 50px);
  border-bottom: 1px solid #d1d1d1;
}
@media screen and (max-width: 1240px) {
  #searchform input[type=search] {
    border: none;
  }
}

#close-search {
  position: absolute;
  right: -5px;
  top: 5px;
  background: transparent;
  border: none;
  opacity: 0;
  cursor: pointer;
  -webkit-transform: scale3d(0, 0, 0);
          transform: scale3d(0, 0, 0);
  -webkit-transition: all 1s cubic-bezier(0, 0.795, 0, 1);
  transition: all 1s cubic-bezier(0, 0.795, 0, 1);
}
@media screen and (max-width: 1240px) {
  #close-search {
    top: 4px;
  }
}
#close-search:hover svg path {
  fill: #3557ff;
}

#searchform.slideIn {
  width: 600px;
  opacity: 1;
  z-index: 1;
  -webkit-transition: all 1s cubic-bezier(0, 0.795, 0, 1) 0.25s;
  transition: all 1s cubic-bezier(0, 0.795, 0, 1) 0.25s;
}
@media screen and (max-width: 1240px) {
  #searchform.slideIn {
    width: 220px;
  }
}
#searchform.slideIn #close-search {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

#main #inline-search {
  max-width: none;
  margin-top: 25px;
  margin-bottom: 8em;
}
#main #inline-search input {
  width: calc(100% - 164px);
}
#main #inline-search button[type=submit] {
  width: auto;
  margin-left: 20px;
}

/* Posts and pages
--------------------------------------------- */
/**
 * General
 */
html {
  scroll-behavior: smooth;
}

.site-container {
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 1240px) {
  .site-container {
    padding-right: 6.5%;
    padding-left: 6.5%;
  }
}

.container {
  max-width: 1270px;
  margin: 0 auto;
}
@media (max-width: 1439px) {
  .container {
    margin: 0 6.5% !important;
  }
}

.position-relative {
  position: relative;
}

@media (max-width: 781px) {
  .reverse-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (max-width: 1439px) {
  .post-content > .wp-block-group > .wp-block-columns.keep-margin {
    margin-top: 2.5rem !important;
  }
}
.post__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.post__container > a {
  position: absolute;
  width: calc(100% - 1.5rem);
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  line-height: inherit !important;
  border: none !important;
}
.post__container > a:hover + .post__image + .post__content .entry-title a {
  border-color: #3557ff !important;
}
.--blog .post__container {
  margin-bottom: 3rem;
}
@media (min-width: 782px) {
  .--blog .post__container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 38% 2.5% 59.5%;
    grid-template-columns: 38% 2.5% 59.5%;
    margin-bottom: 5.375rem;
  }
}

.post__image {
  width: 88.2%;
}
@media (min-width: 782px) {
  .--blog .post__image {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2;
    -ms-grid-row: 1;
    grid-row: 1;
    width: 100%;
  }
}
.type-news .post__image {
  width: 80.4%;
}
@media (max-width: 781px) {
  .post__image {
    width: calc(100% - 1.25rem);
  }
}
.post__image img,
.post__image svg {
  width: 100%;
  display: block;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.125rem;
}

.post__content {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 88.2%;
  background-color: #FFFFFF;
  -webkit-box-shadow: 3px 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 3px 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 1.125rem;
  padding: 2.5rem 1.875rem;
  margin-top: -2.5rem;
  margin-left: 1.25rem;
}
@media (min-width: 782px) {
  .--blog .post__content {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/span 2;
    -ms-grid-row: 1;
    grid-row: 1;
    width: 100%;
    margin: 1.875rem 0 0;
    padding: 3rem 3.5rem;
  }
}
.type-news .post__content {
  width: 90.4%;
  padding: 3rem 2.5rem;
}
@media (max-width: 1023px) and (min-width: 782px) {
  .post__content {
    margin-left: 1rem;
    padding: 2rem 1.5rem 1.75rem;
  }
  .post__content .small-caps {
    font-size: 0.875rem;
  }
  .post__content p,
  .post__content .entry-title {
    font-size: 1rem;
  }
  .post__content .wp-element-button {
    font-size: 0.75rem;
  }
}
@media (max-width: 781px) {
  .post__content {
    width: calc(100% - 1.25rem);
  }
}
.post__content .entry-title {
  margin-top: 0.375em;
  line-height: 1.38;
}
.--blog .post__content .entry-title {
  line-height: 1.2;
  margin: 0.33em 0 0.4em;
}
.type-news .post__content .entry-title {
  line-height: 1.27;
  margin: 0 0 0.75em;
}
.post__content .entry-title a {
  color: #000000;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.type-news .post__content .entry-title a {
  font-weight: 800 !important;
}

.--blog .post__author {
  margin-bottom: 0.75em;
}
.post__author a {
  font-weight: 700;
}

.type-news .post__category {
  margin-bottom: 0.875em;
}

.post__excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  margin-bottom: 1.75rem;
}

.post__read-more {
  margin-top: auto;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.post__read-more .wp-element-button {
  padding: 0.75em 2em 0.75em 1.75em;
  display: inline-block;
}
.type-news .post__read-more .wp-element-button, .--blog .post__read-more .wp-element-button {
  padding: 0;
  font-size: 1rem;
}

.blog-cta-block .wp-block-columns {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 5.5rem !important;
  margin-bottom: 5.5rem;
}
@media (max-width: 1023px) {
  .blog-cta-block .wp-block-columns {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem;
  }
}
.blog-cta-block .wp-block-image img {
  aspect-ratio: 128/85;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-cta-block .wp-block-heading a {
  font-weight: 800 !important;
  color: #000 !important;
}
.blog-cta-block .wp-block-buttons {
  margin-top: 2.5rem;
}

.pagination,
.facetwp-type-pager {
  font-weight: 700;
  text-align: center;
  margin: 1rem 0;
  font-size: 1.125rem;
}
.pagination .page-numbers,
.pagination .facetwp-page,
.facetwp-type-pager .page-numbers,
.facetwp-type-pager .facetwp-page {
  margin: 0 0.75rem !important;
  padding: 0;
}
.pagination .current,
.pagination .active,
.facetwp-type-pager .current,
.facetwp-type-pager .active {
  color: #767676;
}
.pagination .next,
.facetwp-type-pager .next {
  margin-right: 0 !important;
}
.pagination i,
.facetwp-type-pager i {
  font-size: 0.75em;
}

.related-posts {
  margin: 5rem 0;
}
@media (max-width: 781px) {
  .related-posts {
    margin: 2.5rem 0;
  }
}
.related-posts .post-listing__grid {
  margin-top: 2rem;
}

/**
 * Campaign Template
 */
.single-campaign,
.collapse-menu {
  /**
  * Site Header Search
  */
}
.single-campaign #site-header,
.collapse-menu #site-header {
  height: 54px;
}
.single-campaign #site-header:has(.utility-nav),
.collapse-menu #site-header:has(.utility-nav) {
  height: 100px;
}
@media (max-width: 599px) {
  .single-campaign #site-header:has(.utility-nav),
  .collapse-menu #site-header:has(.utility-nav) {
    height: 90px;
  }
}
.single-campaign #site-logo,
.collapse-menu #site-logo {
  width: 154px;
}
@media (max-width: 599px) {
  .single-campaign #site-logo,
  .collapse-menu #site-logo {
    width: 134px;
  }
}
.single-campaign .site-header__container,
.collapse-menu .site-header__container {
  gap: 2rem;
  margin-top: 0;
}
.single-campaign .primary-nav .nav-menu,
.single-campaign .secondary-nav .nav-menu,
.collapse-menu .primary-nav .nav-menu,
.collapse-menu .secondary-nav .nav-menu {
  display: block;
}
.single-campaign .primary-nav .nav-menu li,
.single-campaign .secondary-nav .nav-menu li,
.collapse-menu .primary-nav .nav-menu li,
.collapse-menu .secondary-nav .nav-menu li {
  display: block;
  padding: 0;
  margin: 0 !important;
}
.single-campaign .primary-nav .nav-menu .menu-title,
.single-campaign .secondary-nav .nav-menu .menu-title,
.collapse-menu .primary-nav .nav-menu .menu-title,
.collapse-menu .secondary-nav .nav-menu .menu-title {
  display: none;
}
.single-campaign .primary-nav .nav-menu .column-start,
.single-campaign .secondary-nav .nav-menu .column-start,
.collapse-menu .primary-nav .nav-menu .column-start,
.collapse-menu .secondary-nav .nav-menu .column-start {
  border: none;
  padding: 0;
}
.single-campaign .primary-nav,
.collapse-menu .primary-nav {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  height: 0;
  width: 83%;
  overflow: hidden;
  max-width: 360px;
  background-color: #f7f7f7;
  z-index: 200;
  -webkit-transition: opacity 333ms ease-out;
  transition: opacity 333ms ease-out;
  opacity: 0;
  text-align: left;
}
.single-campaign .primary-nav.nav-open,
.collapse-menu .primary-nav.nav-open {
  opacity: 1;
  height: 100vh;
  max-height: 100vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.single-campaign .primary-nav.nav-open:after,
.collapse-menu .primary-nav.nav-open:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  width: calc(100vw - 360px);
  height: 100vh;
  top: 0;
  left: 0;
}
@media (max-width: 434px) {
  .single-campaign .primary-nav.nav-open:after,
  .collapse-menu .primary-nav.nav-open:after {
    width: 17%;
  }
}
.single-campaign #menu-main-nav > li > a,
.collapse-menu #menu-main-nav > li > a {
  line-height: 1.5;
  padding: 0.75rem 9px 0.75rem 1.25rem;
}
.single-campaign #menu-main-nav > li:hover > a:after,
.collapse-menu #menu-main-nav > li:hover > a:after {
  display: none;
}
.single-campaign #menu-main-nav li.mobile-link,
.collapse-menu #menu-main-nav li.mobile-link {
  display: block;
}
.single-campaign #menu-main-nav li:hover,
.single-campaign #menu-main-nav li.open,
.collapse-menu #menu-main-nav li:hover,
.collapse-menu #menu-main-nav li.open {
  background-color: #EDEDED;
}
.single-campaign #menu-main-nav .sub-menu,
.collapse-menu #menu-main-nav .sub-menu {
  padding: 0;
  display: block;
}
.single-campaign #menu-main-nav .sub-menu ul,
.collapse-menu #menu-main-nav .sub-menu ul {
  margin-top: 0;
}
.single-campaign #menu-main-nav .sub-menu ul a,
.collapse-menu #menu-main-nav .sub-menu ul a {
  font-weight: 400;
}
.single-campaign #menu-main-nav .sub-menu a,
.collapse-menu #menu-main-nav .sub-menu a {
  padding: 10px 1.25rem;
  font-size: 0.875rem;
}
.single-campaign #menu-main-nav .sub-menu i,
.collapse-menu #menu-main-nav .sub-menu i {
  display: none;
}
.single-campaign #menu-main-nav li.menu-item-has-children.open .sub-menu__container,
.collapse-menu #menu-main-nav li.menu-item-has-children.open .sub-menu__container {
  display: block;
  position: static;
  background-color: #EDEDED;
  -webkit-box-shadow: inset 0 2px 5px -2px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 2px 5px -2px rgba(0, 0, 0, 0.2);
}
.single-campaign .secondary-nav,
.collapse-menu .secondary-nav {
  opacity: 1;
  margin-top: 10px;
}
.single-campaign #menu-secondary-nav,
.collapse-menu #menu-secondary-nav {
  margin-left: 0;
}
.single-campaign #menu-secondary-nav li,
.collapse-menu #menu-secondary-nav li {
  display: block;
  padding: 0 1.125em;
  margin: 0.5rem 0 1rem !important;
}
.single-campaign #menu-secondary-nav li:hover .button,
.collapse-menu #menu-secondary-nav li:hover .button {
  color: #FFFFFF;
}
.single-campaign #mobile-menu-toggle,
.single-campaign #close-mobile-menu,
.collapse-menu #mobile-menu-toggle,
.collapse-menu #close-mobile-menu {
  display: block;
}
.single-campaign #searchform,
.collapse-menu #searchform {
  right: 12px;
  width: 20px;
  top: 10px;
}
.single-campaign #searchform.slideIn,
.collapse-menu #searchform.slideIn {
  width: 100%;
  max-width: 220px;
}
.single-campaign #searchform input[type=search],
.collapse-menu #searchform input[type=search] {
  border: none;
}
.single-campaign #close-search,
.collapse-menu #close-search {
  top: 4px;
}
.single-campaign #searchform.slideIn,
.collapse-menu #searchform.slideIn {
  width: 220px;
}

@media (min-width: 782px) {
  .q2-campaign-quote {
    width: 107.5%;
    top: min(20%, 83px);
    padding-right: 14% !important;
  }
}
@font-face {
  font-family: "lato-fallback";
  size-adjust: 98%;
  ascent-override: 101%;
  src: local("Arial");
}
@font-face {
  font-family: "lato-fallback-light";
  size-adjust: 95%;
  ascent-override: 101%;
  src: local("Arial");
}
.single-post .post-listing__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5rem 1fr 1.5rem 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.5rem;
}
.single-post .post-listing__grid .post__image img {
  width: 100%;
}
@media (max-width: 1023px) and (min-width: 782px) {
  .single-post .post-listing__grid {
    gap: 1rem;
  }
}
@media (max-width: 781px) {
  .single-post .post-listing__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.single-post .post-header {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 39.3% 2.5rem 1fr;
  grid-template-columns: 39.3% 1fr;
  gap: 1.5rem 2.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4rem 0 4.5rem;
  margin-bottom: 3.5rem;
  border-bottom: 1.5px solid #000000;
}
@media (max-width: 781px) {
  .single-post .post-header {
    padding: 2.5rem 0 1.5rem;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    margin-bottom: 2rem;
  }
}
.single-post .post-header__content [class^=post__] {
  font-size: 1.125rem;
}
.single-post .post-header__content [class^=post__] a {
  font-weight: 700;
}
.single-post .post-header__content .small-caps {
  font-size: 1rem;
}
.single-post .post-header__content h1 {
  margin: 0.375em 0;
}
.single-post .post-header__content h1:after,
.single-post .post-header__content h1 br {
  display: none;
}
.single-post .post-header__content h2 {
  margin: 0.75rem 0 0.5rem;
}
.single-post .post-header__content h2 a {
  color: #000000;
}
.single-post .post-header__content p {
  margin-bottom: 0.5rem;
}
.single-post .post-footer {
  margin: 2rem 0 3rem;
}
.single-post .intro-text {
  border-bottom: 1.5px solid #000000;
  padding-bottom: 1.5rem;
  margin-bottom: 4rem;
}
.single-post .intro-text p {
  font-weight: 400;
}
@media (max-width: 781px) {
  .single-post .intro-text {
    padding-bottom: 0.5rem;
    margin-bottom: 2.5rem;
  }
}
.single-post .entry-content .entry-content__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media (max-width: 781px) {
  .single-post .entry-content .entry-content__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 30px;
  }
}
.single-post .entry-content .entry-content__wrapper .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.single-post .entry-content .entry-content__wrapper .content .wp-block-heading {
  font-weight: 700;
}
.single-post .entry-content .entry-content__wrapper .content ul,
.single-post .entry-content .entry-content__wrapper .content ol {
  padding-left: 3em;
}
.single-post .entry-content .entry-content__wrapper .sidebar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 360px;
          flex: 0 0 360px;
  width: 360px;
}
@media (max-width: 781px) {
  .single-post .entry-content .entry-content__wrapper .sidebar {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (min-width: 782px) {
  .single-post .entry-content .entry-content__wrapper .sidebar .sidebar__wrapper {
    position: sticky;
    top: 90px;
  }
}
@media (min-width: 1240px) {
  .single-post .entry-content .entry-content__wrapper .sidebar .sidebar__wrapper {
    top: 140px;
  }
}
.single-post .author-info .author-info__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 26px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 781px) {
  .single-post .author-info .author-info__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 781px) {
  .single-post .author-info .author-info__content {
    text-align: center;
  }
}
.single-post .author-info .author-info__name {
  margin: 0.3em 0 0.18em;
}
.single-post .author-info .author-info__image img {
  display: block;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border: 1.5px solid #000000;
}
.single-post .author-info .button {
  margin-top: 0.375rem;
  display: inline-block;
}
.single-post .footnote a {
  font-weight: 400;
}
.single-post .footnote ol {
  padding-left: 1em;
}
.single-post .sidebar-newsletter-form {
  background-color: #FFFFFF;
  padding: 40px 30px;
  -webkit-box-shadow: 2px 2px 30px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 30px 0 rgba(0, 0, 0, 0.1);
  border-radius: 18px;
}
.single-post .sidebar-newsletter-form label {
  color: #000000;
  margin-bottom: 5px;
}
.single-post .sidebar-newsletter-form input {
  width: 100% !important;
  max-width: initial !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.single-post .sidebar-newsletter-form h3 {
  color: #000000;
  font-weight: 700;
  margin-bottom: 25px;
}
.single-post .sidebar-newsletter-form * {
  margin: 0;
}
.single-post .after-article__wrapper > section {
  padding: 60px 0;
}
@media (max-width: 781px) {
  .single-post .after-article__wrapper > section {
    padding: 40px 0;
  }
}
.single-post .after-article__wrapper .featured-posts h2,
.single-post .after-article__wrapper .more-from-this-author h2 {
  margin-bottom: 0.3em;
}
.single-post .after-article__wrapper .featured-posts {
  background-color: #EDEDED;
}

.blog__archive-header {
  margin-top: 4rem;
}
@media (max-width: 781px) {
  .blog__archive-header {
    margin-top: 2.5rem;
  }
}

.author-header__vcard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 4rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}
@media (max-width: 599px) {
  .author-header__vcard {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1rem;
    margin-top: 3rem;
  }
}
.author-header__vcard h1, .author-header__vcard h2 {
  margin: 0;
}
.author-header__vcard figure {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 165px;
          flex: 0 0 165px;
}
.author-header__vcard figure img {
  display: block;
}
@media (max-width: 599px) {
  .author-header__vcard figure {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.author-header__vcard .author__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.375rem;
}
.author-header__vcard .author__bio .post__read-more a {
  padding: 0;
}

.post-type-archive-resource .featured-image svg,
.archive.tax-resources .featured-image svg {
  aspect-ratio: 1/1;
}

.featured__post {
  padding: 3.75rem 0;
  background-color: #EDEDED;
}
@media (max-width: 781px) {
  .featured__post {
    padding: 2rem 0;
  }
}
.featured__post .yoast-breadcrumbs {
  color: #000000;
  margin-bottom: 2.5rem;
}
@media (max-width: 781px) {
  .featured__post .yoast-breadcrumbs {
    margin-bottom: 1.5rem;
  }
}
.featured__post article {
  display: -ms-grid;
  display: grid;
  gap: 2rem 3.9%;
  -ms-grid-columns: 58.5% 3.9% 37.6%;
  grid-template-columns: 58.5% 37.6%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 781px) {
  .featured__post article {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.featured__post .post-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.blog .featured__post .post-content {
  gap: 18px;
}
.featured__post .post-content hr {
  width: 200px;
  margin: 0.375rem 0;
  border: none;
  height: 1.25px;
  background: #000000;
}
.featured__post .featured-image img {
  aspect-ratio: 6/5;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border: 2px solid #000000;
}
.blog .featured__post .featured-image img {
  aspect-ratio: 4/3;
}
.featured__post h1 {
  margin: 0;
}
.featured__post .entry-title {
  font-weight: 800;
  margin: 0;
}
.featured__post .entry-title a {
  color: #000000;
}
.blog .featured__post .post__read-more {
  margin-top: 0.5em;
}
.featured__post p {
  width: 83.5%;
  margin: 0;
}
@media (max-width: 781px) {
  .featured__post p {
    width: 100%;
  }
}

.archive-container {
  padding: 4rem 0;
}
@media (max-width: 1023px) {
  .archive-container {
    padding: 2.5rem 0 3rem;
  }
}
.archive-container .facetwp-facet {
  margin: 0;
}

.archive__post-listing {
  margin: 3rem 0 4rem;
}
@media (max-width: 781px) {
  .archive__post-listing {
    margin: 1rem 0;
  }
}

#selections {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  list-style: none;
}
#selections .facetwp-selections ul, #selections .facetwp-selections li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
#selections .facetwp-selection-label {
  display: none;
}
#selections .facetwp-selection-value {
  background-image: url('data:image/svg+xml; utf8, <svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.619995 0.630005L9.06999 9.07" stroke="%233557ff" stroke-width="1.25" stroke-miterlimit="10" stroke-linecap="round"/><path d="M9.07 0.619995L0.630005 9.06999" stroke="%233557ff" stroke-width="1.25" stroke-miterlimit="10" stroke-linecap="round"/></svg>');
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: right 30px center;
  background-color: #f6f6f6;
  border-radius: 3rem;
  padding: 13px 52px 14px 34px;
  font-size: 15px;
  font-weight: 700;
  margin-right: 0;
}
#selections .facetwp-selections .facetwp-selection-value:hover {
  background-color: #EDEDED;
}
#selections .facetwp-facet-reset {
  min-width: 100px;
}
#selections .facetwp-facet-reset a {
  text-decoration: none;
  color: black;
  padding-bottom: 5px;
  border-bottom: 1px solid #3450ff !important;
  font-weight: 700 !important;
}
@media (max-width: 1023px) {
  #selections {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #selections .facetwp-selections {
    width: 100%;
  }
  #selections .facetwp-selections ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    gap: 12px;
  }
}

#filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2rem;
}
@media (max-width: 1240px) {
  #filters {
    gap: 32px;
  }
}
@media (max-width: 1023px) {
  #filters {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
#filters h1 {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media (max-width: 1240px) {
  #filters .facetwp-facet .fs-wrap {
    width: 185px;
  }
}
@media (max-width: 1023px) {
  #filters .facetwp-facet .fs-wrap {
    width: 100%;
  }
}
#filters .facetwp-facet .fs-wrap .fs-dropdown {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 100%;
  border: none;
  -webkit-box-shadow: 3px 4px 15px 0 rgba(0, 0, 0, 0.1490196078);
          box-shadow: 3px 4px 15px 0 rgba(0, 0, 0, 0.1490196078);
  overflow: visible;
}
#filters .facetwp-facet .fs-wrap .fs-dropdown .fs-checkbox {
  display: none;
}
#filters .facetwp-facet .fs-wrap .fs-dropdown .fs-option {
  padding: 0;
}
#filters .facetwp-facet .fs-wrap .fs-dropdown .fs-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 17px;
  padding: 20px;
  max-height: 343px;
}
#filters .facetwp-facet .fs-wrap .fs-dropdown .fs-option-label {
  font-weight: 700;
  font-size: 15px;
}
#filters .facetwp-facet .fs-wrap .fs-dropdown .fs-option.selected,
#filters .facetwp-facet .fs-wrap .fs-dropdown .fs-option:hover {
  color: #3557ff;
}
#filters .facetwp-facet .fs-wrap .fs-label-wrap {
  padding-right: 20px;
  position: relative;
  border: none;
  border-bottom: 1.5px solid #000000;
  cursor: pointer;
}
#filters .facetwp-facet .fs-wrap .fs-label-wrap:after {
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="10.391" height="6.276" viewBox="0 0 10.391 6.276"><path d="M5.216,6.276l-5-5A.75.75,0,0,1,1.281.22L5.216,4.155l3.9-3.9A.75.75,0,0,1,10.172,1.32Z" transform="translate(0 0)" fill="%233557ff"/></svg>');
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
#filters .facetwp-facet .fs-wrap .fs-label {
  padding: 12px 0;
  text-transform: uppercase;
  font-weight: 700;
  color: #767676;
  letter-spacing: 0.05em;
  font-size: 15px;
}
#filters .facetwp-facet .fs-wrap .fs-arrow {
  display: none;
}
#filters .facetwp-facet .fs-wrap.fs-open .fs-label-wrap {
  border-bottom-color: #3557ff;
}
#filters .facetwp-facet .fs-wrap.fs-open .fs-label {
  color: #3557ff;
}
#filters .facetwp-facet.facetwp-type-dropdown, #filters .facetwp-facet.facetwp-type-sort {
  position: relative;
}
#filters .facetwp-facet.facetwp-type-dropdown select, #filters .facetwp-facet.facetwp-type-sort select {
  font-weight: 700;
  color: #767676;
  letter-spacing: 0.05em;
  font-size: 16px;
  text-transform: capitalize;
  padding-right: 20px;
}
#filters .facetwp-facet.facetwp-type-dropdown select:focus, #filters .facetwp-facet.facetwp-type-sort select:focus {
  outline: none;
  color: #3450ff;
}
#filters .facetwp-facet.facetwp-type-sort .fs-option[data-value=""] {
  display: none;
}
#filters .facetwp-facet.facetwp-facet-search {
  width: auto;
  margin-left: auto;
}
#filters .facetwp-facet.facetwp-facet-search input {
  border-radius: 3rem;
  padding: 9px 20px 8px 48px;
  border: 1.5px solid #000000;
  font-weight: 400;
  min-width: 300px;
}
@media (max-width: 1310px) {
  #filters .facetwp-facet.facetwp-facet-search input {
    min-width: auto;
  }
}
#filters .facetwp-facet.facetwp-facet-search .facetwp-icon {
  opacity: 1;
  left: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#filters .facetwp-facet.facetwp-facet-search .facetwp-icon::before {
  width: 20px;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url('data:image/svg+xml; utf8, <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.42 14.09C11.1037 14.09 14.09 11.1037 14.09 7.42C14.09 3.73626 11.1037 0.75 7.42 0.75C3.73626 0.75 0.75 3.73626 0.75 7.42C0.75 11.1037 3.73626 14.09 7.42 14.09Z" stroke="%233557ff" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M12.13 12.13L18.28 18.28" stroke="%233557ff" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
@media (max-width: 1023px) {
  #filters .facetwp-facet {
    width: 80%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #filters .facetwp-facet.facetwp-facet-search {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    background-color: white;
  }
  #filters .facetwp-facet.facetwp-facet-search .facetwp-input-wrap,
  #filters .facetwp-facet.facetwp-facet-search .facetwp-input-wrap input {
    width: 100%;
  }
}

.post-listing__grid--news {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5rem 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 6rem 1.5rem;
  margin-bottom: 4rem;
}
@media (max-width: 1023px) and (min-width: 782px) {
  .post-listing__grid--news {
    gap: 3rem 1rem;
  }
}
@media (max-width: 781px) {
  .post-listing__grid--news {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}

.--resources .post-listing__grid {
  margin-bottom: 5.373rem;
}
@media (max-width: 781px) {
  .--resources .post-listing__grid {
    margin-bottom: 3rem;
  }
}

/**
 * Single Resource Template
 */
.page-template-resource-thank-you #wrapper .resource-header,
.resource-template-old-single-resource #wrapper .resource-header {
  text-align: center;
}
.page-template-resource-thank-you #wrapper .resource-header .container,
.resource-template-old-single-resource #wrapper .resource-header .container {
  max-width: 1270px;
}
.page-template-resource-thank-you #wrapper .resource-header .pattern-overlay,
.resource-template-old-single-resource #wrapper .resource-header .pattern-overlay {
  opacity: 0.4;
  height: 532px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1023px) {
  .page-template-resource-thank-you #wrapper .resource-header .pattern-overlay,
  .resource-template-old-single-resource #wrapper .resource-header .pattern-overlay {
    height: 400px;
  }
}
@media (max-width: 599px) {
  .page-template-resource-thank-you #wrapper .resource-header .pattern-overlay,
  .resource-template-old-single-resource #wrapper .resource-header .pattern-overlay {
    height: 250px;
  }
}
.page-template-resource-thank-you #wrapper .resource-header .featured-image,
.resource-template-old-single-resource #wrapper .resource-header .featured-image {
  height: 532px;
  margin-bottom: 170px;
  position: relative;
}
@media (max-width: 1023px) {
  .page-template-resource-thank-you #wrapper .resource-header .featured-image,
  .resource-template-old-single-resource #wrapper .resource-header .featured-image {
    margin-bottom: 80px;
    height: auto;
  }
}
@media (max-width: 599px) {
  .page-template-resource-thank-you #wrapper .resource-header .featured-image,
  .resource-template-old-single-resource #wrapper .resource-header .featured-image {
    margin-bottom: 75px;
  }
}
.page-template-resource-thank-you #wrapper .resource-header .featured-image img,
.resource-template-old-single-resource #wrapper .resource-header .featured-image img {
  margin: 0 auto;
  top: 60px;
  display: block;
  position: relative;
  max-height: 630px;
  width: auto;
}
@media (max-width: 1023px) {
  .page-template-resource-thank-you #wrapper .resource-header .featured-image img,
  .resource-template-old-single-resource #wrapper .resource-header .featured-image img {
    max-width: 74%;
    max-height: none;
  }
}
@media (max-width: 781px) {
  .page-template-resource-thank-you #wrapper .resource-header .featured-image img,
  .resource-template-old-single-resource #wrapper .resource-header .featured-image img {
    max-width: 90%;
  }
}
@media (max-width: 599px) {
  .page-template-resource-thank-you #wrapper .resource-header .featured-image img,
  .resource-template-old-single-resource #wrapper .resource-header .featured-image img {
    top: 30px;
  }
}
.page-template-resource-thank-you #wrapper .resource-header .category,
.resource-template-old-single-resource #wrapper .resource-header .category {
  font-size: 1.125em;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.page-template-resource-thank-you #wrapper .resource-header h1,
.resource-template-old-single-resource #wrapper .resource-header h1 {
  font-size: 3.125em;
  font-weight: 300;
  line-height: 1.4;
  margin: 0.2em 0 1.25em;
}
@media (max-width: 1439px) {
  .page-template-resource-thank-you #wrapper .resource-header h1,
  .resource-template-old-single-resource #wrapper .resource-header h1 {
    font-size: 2.375rem;
  }
}
@media (max-width: 781px) {
  .page-template-resource-thank-you #wrapper .resource-header h1,
  .resource-template-old-single-resource #wrapper .resource-header h1 {
    font-size: 2.75em;
  }
}
.page-template-resource-thank-you #wrapper .resource-header h1:after,
.resource-template-old-single-resource #wrapper .resource-header h1:after {
  content: "";
  display: block;
  margin: 0.5em auto 0;
  height: 2px;
  width: 75px;
  background-color: #000;
}
.page-template-resource-thank-you #wrapper .resource-header p.p-intro,
.resource-template-old-single-resource #wrapper .resource-header p.p-intro {
  padding: 0 9%;
  font-size: 1.625em;
}

.resource-template-default #wrapper .resource-header {
  max-width: 1270px;
  padding: 6rem 0;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 1240px) {
  .resource-template-default #wrapper .resource-header {
    padding: 3rem 0;
  }
}
@media (max-width: 781px) {
  .resource-template-default #wrapper .resource-header {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.resource-template-default #wrapper .resource-header .header-content {
  padding-right: 9.6%;
}
@media (max-width: 781px) {
  .resource-template-default #wrapper .resource-header .header-content {
    padding-right: 0;
    text-align: center;
  }
}
.resource-template-default #wrapper .resource-header .header-content p {
  font-size: 1.3125rem;
  line-height: 1.5;
}
@media (max-width: 1023px) {
  .resource-template-default #wrapper .resource-header .header-content p {
    font-size: 1.125rem;
  }
}
.resource-template-default #wrapper .resource-header .header-content a {
  margin-top: 1rem;
  font-size: 1.0625rem !important;
  padding: 0.6em 1.25em 0.6em 1.25em !important;
}
@media (max-width: 1023px) {
  .resource-template-default #wrapper .resource-header .header-content a {
    font-size: 0.875rem !important;
  }
}
.resource-template-default #wrapper .resource-header .featured-image {
  padding-left: 1.3%;
}
@media (max-width: 781px) {
  .resource-template-default #wrapper .resource-header .featured-image {
    padding-left: 0;
  }
}
.resource-template-default #wrapper .resource-header .featured-image img {
  display: block;
  max-height: 630px;
}
.resource-template-default #wrapper .resource-header .category {
  font-size: 1.3125em;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.resource-template-default #wrapper .resource-header h1 {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.2;
  margin: 0.5rem 0 2.25rem;
}
@media (max-width: 1439px) {
  .resource-template-default #wrapper .resource-header h1 {
    font-size: 2.375rem;
  }
}
@media (max-width: 1023px) {
  .resource-template-default #wrapper .resource-header h1 {
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
  }
}
.resource-template-default #wrapper .resource-header p.p-intro {
  padding: 0 9%;
  font-size: 1.625em;
}

.resource-content {
  display: -ms-grid;
  display: grid;
  max-width: 1270px;
  margin: 0 auto;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 1439px) {
  .resource-content {
    margin: 0 6.5% !important;
  }
}
@media (max-width: 781px) {
  .resource-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.resource-content .content {
  padding: 4.5rem 6% 4.5rem 0;
  border-right: 1px solid #d1d3d4;
}
@media (max-width: 781px) {
  .resource-content .content {
    border-right: none;
    border-bottom: 1px solid #d1d3d4;
    padding: 2.5rem 0 1rem;
  }
}
.resource-content .content h3 {
  font-size: 1.875rem !important;
  font-weight: 700 !important;
}
.resource-content .content ul {
  padding: 0 !important;
}
.resource-content .content li.p-intro {
  font-size: 1.5em;
}
.resource-content .resource-form h4 {
  font-size: 2.25rem !important;
}
@media (max-width: 1439px) {
  .resource-content .resource-form h4 {
    font-size: 1.75rem !important;
  }
}
@media (max-width: 781px) {
  .resource-content .resource-form h4 {
    font-size: 1.25rem !important;
  }
}

.resource-form {
  padding: 4.5rem 0 2rem 6%;
}
@media (max-width: 781px) {
  .resource-form {
    padding: 2.5rem 0 0;
  }
}
.resource-form i {
  font-size: 34px;
  color: #3557ff;
  display: block;
  text-align: center;
  margin-bottom: 0.6em;
}
.resource-form h4 {
  text-align: center;
  margin-bottom: 1.5em;
}
.resource-form .resource-disclaimer {
  max-width: 710px;
  margin: 3.5em auto 0;
}
.resource-form .resource-disclaimer p {
  color: #b2b2b2;
  font-size: 0.8125em;
  font-weight: 400;
  line-height: 1.5;
}

.page-template-resource-thank-you #wrapper .post-content {
  text-align: center;
  padding-bottom: 5.5em;
}
.page-template-resource-thank-you #wrapper .post-content .button {
  background-color: #3557ff;
  margin-top: 2em;
}

/* Solutions Template */
.solutions-header {
  padding: 3rem 0 3rem calc((100vw - 1370px) / 2);
}
@media (max-width: 1490px) {
  .solutions-header {
    padding: 3rem 0 3rem 3.875rem;
  }
}
@media (max-width: 1024px) {
  .solutions-header {
    padding-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .solutions-header {
    padding: 1rem 0 0 0;
  }
}
@media (min-width: 768px) {
  .--employers-page .solutions-header, .--health-plans-page .solutions-header, .--public-sector-page .solutions-header {
    padding: 3rem 0 0 calc((100vw - 1370px) / 2);
  }
}
@media (max-width: 767px) {
  .--homepage .solutions-header {
    padding: 0;
  }
}
.solutions-header .yoast-breadcrumbs {
  padding-left: 3.75rem !important;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .solutions-header .yoast-breadcrumbs {
    padding-left: 8% !important;
  }
}
.solutions-header:after {
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="33.418" height="18.149" viewBox="0 0 33.418 18.149"><g transform="translate(-695.523 -897.332)"><path d="M727,899.407l-14.7,14.7-14.829-14.829" fill="none" stroke="%23231f20" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.75"/></g></svg>');
  display: block;
  text-align: center;
  margin-left: calc((100vw - 1370px) / 2 * -1);
}
@media (max-width: 1490px) {
  .solutions-header:after {
    margin-left: -3.875rem;
  }
}
@media (max-width: 767px) {
  .solutions-header:after {
    margin-top: 2rem;
    margin-left: 0;
  }
}

.solutions-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5.25rem 0 4rem;
}
@media (max-width: 1365px) {
  .solutions-header__container {
    padding: 3.5rem 0 3rem;
  }
}
@media (max-width: 1024px) {
  .solutions-header__container {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .solutions-header__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
  }
}
.--employers-page .solutions-header__container, .--health-plans-page .solutions-header__container, .--public-sector-page .solutions-header__container, .--homepage .solutions-header__container {
  padding-bottom: 3rem;
}
@media (max-width: 1024px) {
  .--homepage .solutions-header__container {
    padding-bottom: 0;
  }
}

.solutions-header__content {
  position: relative;
  color: #fff;
  padding: 2.75rem 8.75% 11rem 3.75rem;
}
@media (max-width: 1365px) {
  .solutions-header__content {
    width: 50%;
    padding: 0 8.75% 4rem 3.75rem;
  }
}
@media (max-width: 1024px) {
  .solutions-header__content {
    width: 56%;
  }
}
@media (max-width: 767px) {
  .solutions-header__content {
    width: 100%;
    padding: 2rem 8% 1rem;
  }
}
@media (min-width: 1366px) {
  .--homepage .solutions-header__content {
    padding-right: 3%;
    padding-top: 0;
  }
}
@media (min-width: 1366px) {
  .--employers-page .solutions-header__content, .--health-plans-page .solutions-header__content, .--public-sector-page .solutions-header__content, .--homepage .solutions-header__content {
    padding-bottom: 6rem;
  }
}
.solutions-header__content img {
  margin-bottom: 0.5rem;
}
.solutions-header__content h1 {
  font-weight: 300;
  font-size: 3.125rem;
  line-height: 1.2;
  margin: 0 0 1rem;
}
@media (max-width: 1024px) {
  .solutions-header__content h1 {
    font-size: 2.65rem;
  }
}
@media (max-width: 767px) {
  .solutions-header__content h1 {
    font-size: 2.34rem;
  }
}
@media (min-width: 1366px) {
  .--homepage .solutions-header__content h1 {
    margin-top: -2rem;
  }
}
.solutions-header__content .button {
  margin-bottom: 2rem;
  display: inline-block;
  background: transparent;
  border: 1.5px solid #fff;
}
@media (max-width: 767px) {
  .solutions-header__content .button {
    margin-bottom: 1rem;
  }
}
.solutions-header__content:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -5rem;
  left: 0;
  width: calc(100% + 288px);
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 120, 191)), to(rgb(8, 66, 128)));
  background: linear-gradient(0deg, rgb(0, 120, 191) 0%, rgb(8, 66, 128) 100%);
  -webkit-box-shadow: -2px 6px 5px rgba(109, 109, 109, 0.2);
          box-shadow: -2px 6px 5px rgba(109, 109, 109, 0.2);
}
.--employers-page .solutions-header__content:before {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(128, 166, 55)), to(rgb(65, 128, 76)));
  background: linear-gradient(0deg, rgb(128, 166, 55) 0%, rgb(65, 128, 76) 100%);
}
.--health-plans-page .solutions-header__content:before {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(161, 37, 118)), to(rgb(124, 40, 85)));
  background: linear-gradient(0deg, rgb(161, 37, 118) 0%, rgb(124, 40, 85) 100%);
}
.--public-sector-page .solutions-header__content:before {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(62, 177, 200)), to(rgb(0, 116, 191)));
  background: linear-gradient(0deg, rgb(62, 177, 200) 0%, rgb(0, 116, 191) 100%);
}
@media (max-width: 1365px) {
  .solutions-header__content:before {
    top: -3rem;
  }
}
@media (max-width: 1024px) {
  .solutions-header__content:before {
    width: calc(100% + 150px);
  }
}
@media (max-width: 767px) {
  .solutions-header__content:before {
    width: 100%;
    top: 0;
  }
}

.solutions-header__body-copy p {
  font-size: 1.25rem;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .solutions-header__body-copy p {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .solutions-header__body-copy p {
    font-size: 1rem;
  }
}

@media (max-width: 1365px) {
  .solutions-header__image {
    width: 50%;
  }
}
@media (max-width: 1024px) {
  .solutions-header__image {
    width: 44%;
  }
}
@media (max-width: 767px) {
  .solutions-header__image {
    width: 100%;
  }
}
.solutions-header__image img {
  display: block;
  max-width: 810px;
  width: auto;
  -webkit-box-shadow: -2px 6px 5px rgba(109, 109, 109, 0.2);
          box-shadow: -2px 6px 5px rgba(109, 109, 109, 0.2);
}
@media (max-width: 1365px) {
  .solutions-header__image img {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .solutions-header__image img {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.section__image-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1080px;
  margin: 0 auto;
  padding: 4rem 0;
}
@media (max-width: 1365px) {
  .section__image-copy {
    padding: 2rem 0;
  }
}
@media (max-width: 1130px) {
  .section__image-copy {
    padding: 2rem 3.875rem;
  }
}
@media (max-width: 1024px) {
  .section__image-copy {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .section__image-copy {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 1rem 8% 2.5rem;
  }
}
.section__image-copy.--image-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.image-copy__image {
  width: 50%;
  padding-right: 82px;
}
@media (max-width: 1130px) {
  .image-copy__image {
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  .image-copy__image {
    width: 100%;
    padding: 0;
  }
}
.--image-right .image-copy__image {
  padding: 0 0 0 70px;
}
@media (max-width: 1130px) {
  .--image-right .image-copy__image {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .--image-right .image-copy__image {
    padding-left: 0;
  }
}

.image-copy__content {
  width: 50%;
  padding: 0 64px 0 107px;
}
@media (max-width: 1130px) {
  .image-copy__content {
    padding: 0 0 0 55px;
  }
}
@media (max-width: 767px) {
  .image-copy__content {
    width: 100%;
    padding: 0;
  }
}
.--image-right .image-copy__content {
  padding: 0 135px 0 38px;
}
@media (max-width: 1130px) {
  .--image-right .image-copy__content {
    padding: 0 50px 0 30px;
  }
}
@media (max-width: 767px) {
  .--image-right .image-copy__content {
    padding: 0;
  }
}
.image-copy__content h2 {
  font-size: 2rem !important;
  font-weight: 700 !important;
  margin: 0 0 0.25rem !important;
}
@media (max-width: 1024px) {
  .image-copy__content h2 {
    font-size: 1.75rem !important;
  }
}
@media (max-width: 767px) {
  .image-copy__content h2 {
    font-size: 1.5rem !important;
  }
}
.image-copy__content p {
  font-size: 1.25rem;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .image-copy__content p {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .image-copy__content p {
    font-size: 1rem;
  }
}

/* Solutions Carousel */
.section__carousel {
  background-color: #f3f4f4;
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .section__carousel {
    padding: 2rem 0 4rem;
  }
}

.solutions-carousel__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  width: 100%;
  bottom: 40px;
}

.solutions-carousel {
  padding: 1rem 0 2rem;
}
.solutions-carousel .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: visible !important;
}
.solutions-carousel .swiper-button-next,
.solutions-carousel .swiper-button-prev {
  position: static;
  margin-top: 0;
  height: 26px;
  width: 16px;
  opacity: 0.3;
  margin: 0 10px;
}
.solutions-carousel .swiper-button-next:hover,
.solutions-carousel .swiper-button-prev:hover {
  opacity: 1;
}
.solutions-carousel .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23231f20'/%3E%3C/svg%3E");
}
.solutions-carousel .swiper-button-prev:after {
  display: none;
}
.solutions-carousel .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23231f20'/%3E%3C/svg%3E");
}
.solutions-carousel .swiper-button-next:after {
  display: none;
}
.solutions-carousel .swiper-pagination {
  position: static;
  width: auto !important;
}
.solutions-carousel .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background: transparent;
  border: 1px solid #231f20;
  margin: 0 0.75rem !important;
}
@media (max-width: 1024px) {
  .solutions-carousel .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 0.675rem !important;
  }
}
.solutions-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #231f20;
}
.solutions-carousel .slide-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .solutions-carousel .slide-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.solutions-carousel .swiper-slide {
  width: 778px;
  background-color: #fff;
  -webkit-box-shadow: -2px 4px 8px rgba(0, 0, 0, 0.2);
          box-shadow: -2px 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  padding: 4.2rem 0;
  height: 184px;
  overflow: hidden;
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
}
@media (max-width: 1024px) {
  .solutions-carousel .swiper-slide {
    width: 74%;
  }
}
@media (max-width: 767px) {
  .solutions-carousel .swiper-slide {
    padding: 2rem 0;
  }
}
.solutions-carousel .swiper-slide.swiper-slide-active {
  height: 250px;
}
.solutions-carousel .swiper-slide:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 172px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(45%, #fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #fff 45%, rgba(255, 255, 255, 0) 100%);
}
.solutions-carousel .slide-content {
  width: 64.5%;
  padding-right: 55px;
}
@media (max-width: 767px) {
  .solutions-carousel .slide-content {
    width: 100%;
    padding: 15px 25px 0;
    text-align: center;
  }
}
.solutions-carousel .slide-expand {
  position: absolute;
  left: 39%;
  bottom: 2.75rem;
  z-index: 2;
  font-weight: 800 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: none !important;
  pointer-events: none;
}
.solutions-carousel .slide-expand i {
  position: relative;
  top: 1px;
}
.solutions-carousel .swiper-slide-active .slide-expand {
  pointer-events: initial;
}

.slide-icon {
  width: 35.5%;
  padding-left: 50px;
  padding-right: 25px;
}
@media (max-width: 767px) {
  .slide-icon {
    width: 100%;
    padding: 0 25px;
    text-align: center;
  }
}
.slide-icon img {
  height: 80px;
  width: auto;
}
.slide-icon figcaption {
  line-height: 1.4;
  font-size: 1.25rem;
  margin-top: 0.5rem;
}
@media (max-width: 1024px) {
  .slide-icon figcaption {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .slide-icon figcaption {
    font-size: 1rem;
  }
}
.slide-icon .employee-population {
  font-size: 1.125rem;
}

.slide-content p {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-bottom: 0.375rem;
}
@media (max-width: 1024px) {
  .slide-content p {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .slide-content p {
    font-size: 1rem;
  }
}
.slide-content h3 {
  font-size: 1rem !important;
  font-weight: 800 !important;
  margin: 0 0 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.fancybox-slide .slide-container {
  max-width: 1270px;
  border-radius: 12px;
  padding: 3rem;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (max-width: 767px) {
  .fancybox-slide .slide-container {
    display: inline-block !important;
    padding: 2.5rem 2rem;
  }
}
.fancybox-slide .slide-icon {
  -webkit-box-flex: 220px;
      -ms-flex: 220px 0 0px;
          flex: 220px 0 0;
  padding: 0;
  text-align: left;
}
@media (max-width: 767px) {
  .fancybox-slide .slide-icon {
    margin-bottom: 15px;
  }
}
.fancybox-slide .slide-icon figcaption {
  font-size: 1.125rem;
}
.fancybox-slide .slide-icon .employee-population {
  font-size: 1rem;
}
.fancybox-slide .slide-content {
  padding-top: 6rem;
}
@media (max-width: 767px) {
  .fancybox-slide .slide-content {
    padding-top: 0;
  }
}
.fancybox-slide .slide-content p {
  font-size: 1.125rem;
}

.--employers-page .slide-content h3 {
  color: #5b8e30;
}
.--employers-page .slide-expand {
  color: #5b8e30;
}

.--health-plans-page .slide-content h3 {
  color: #ae2573;
}
.--health-plans-page .slide-expand {
  color: #ae2573;
}

/* Product Template */
.single-product .container {
  max-width: 1160px;
}
.single-product h1 {
  font-size: 3.125rem;
  line-height: 1.2;
  margin: 3rem 0 1.5rem;
}
@media (max-width: 1024px) {
  .single-product h1 {
    font-size: 2.65rem;
  }
}
@media (max-width: 767px) {
  .single-product h1 {
    margin-top: 1rem;
    font-size: 2.34rem;
  }
}
.single-product .product-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgb(55, 168, 198);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(55, 168, 198)), to(rgb(0, 116, 190)));
  background: linear-gradient(0deg, rgb(55, 168, 198) 0%, rgb(0, 116, 190) 100%);
  color: #fff;
}
@media (max-width: 767px) {
  .single-product .product-header {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
}
.single-product .product-header .yoast-breadcrumbs {
  color: #FFFFFF;
}
.single-product .product-header .yoast-breadcrumbs a,
.single-product .product-header .yoast-breadcrumbs .breadcrumb_last {
  color: #FFFFFF;
}
.single-product .product-header .breadcrumb-home-icon:after {
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="16.698" height="16.697" viewBox="0 0 16.698 16.697"><path d="M8.349,0A8.358,8.358,0,0,0,0,8.348v7.724a.626.626,0,0,0,.625.625H16.073a.626.626,0,0,0,.625-.625V8.348A8.358,8.358,0,0,0,8.349,0" fill="%23FFFFFF"/></svg>');
}
.single-product .header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: calc((100vw - 1160px) / 2);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 1366px) {
  .single-product .header-content {
    width: 50%;
    padding-left: 6%;
  }
}
@media (max-width: 1024px) {
  .single-product .header-content {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .single-product .header-content {
    width: 100%;
    padding: 0 6%;
  }
}
.single-product .header-content > div {
  padding: 2.25rem 0;
}
@media (max-width: 767px) {
  .single-product .header-content > div {
    max-width: none;
    padding: 1.5rem 0 0.5rem;
  }
}
.single-product .product-description p {
  font-size: 1.25rem;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .single-product .product-description p {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .single-product .product-description p {
    font-size: 1rem;
  }
}
.single-product .product-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 5.3rem 0 5.3rem 5.625rem;
  overflow: visible !important;
}
@media (max-width: 1366px) {
  .single-product .product-image {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .single-product .product-image {
    width: 100%;
    padding: 0;
  }
}
.single-product .product-image img {
  display: block;
  width: auto;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  max-width: 610px;
  -webkit-box-shadow: -4px 8px 7px rgba(0, 0, 0, 0.15);
          box-shadow: -4px 8px 7px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1366px) {
  .single-product .product-image img {
    max-width: 100%;
  }
}
.single-product .product-image.--borderless {
  padding: 0;
}
@media (min-width: 1490px) {
  .single-product .product-image.--borderless {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  .single-product .product-image.--borderless {
    background-color: #f3f4f4;
  }
}
.single-product .product-image.--borderless img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
  -webkit-box-shadow: none;
          box-shadow: none;
  max-width: 725px;
}
@media (max-width: 1280px) {
  .single-product .product-image.--borderless img {
    max-width: 100%;
  }
}

.section__get-started {
  text-align: center;
  padding: 5rem 0;
  border-bottom: 1px solid #d1d3d4;
}
.--public-sector-page .section__get-started {
  border-bottom: none;
  padding-bottom: 8rem;
}
@media (max-width: 767px) {
  .section__get-started {
    padding: 3rem 0;
  }
}
.section__get-started h2 {
  font-size: 2rem !important;
  margin: 0 0 1rem;
  font-weight: 700 !important;
}
@media (max-width: 767px) {
  .section__get-started h2 {
    font-size: 1.75rem !important;
  }
}
.section__get-started p {
  font-size: 1.25rem;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .section__get-started p {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .section__get-started p br {
    display: none;
  }
}

.section__faq {
  background-color: #EDEDED;
  padding: 5rem 0 3rem;
}
@media (max-width: 767px) {
  .section__faq {
    padding: 2.5rem 0 2rem;
  }
}
.section__faq h2 {
  margin: 0;
}
@media (max-width: 1024px) {
  .section__faq h2 {
    font-size: 2.5rem !important;
  }
}
@media (max-width: 767px) {
  .section__faq h2 {
    font-size: 1.75rem !important;
  }
}
.section__faq .toggle-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 41% 59%;
  grid-template-columns: 41% 59%;
  border-bottom: 1.5px solid #000000;
  padding: 4rem 0;
  position: relative;
  cursor: pointer;
}
@media (max-width: 767px) {
  .section__faq .toggle-item {
    padding: 2rem 0;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.section__faq .toggle-item:after {
  content: "\f055";
  font-family: "Font Awesome 5 Pro";
  font-size: 1.625rem;
  position: absolute;
  right: 0;
  top: 8.25rem;
  height: 26px;
  width: 26px;
  line-height: 26px;
  border-radius: 50%;
  background-color: #FFFFFF;
}
.section__faq .toggle-item:last-of-type {
  border-bottom: none;
}
.section__faq .tab-title {
  padding-right: 10%;
}
@media (max-width: 1024px) {
  .section__faq .tab-title {
    font-size: 1.375rem !important;
  }
}
@media (max-width: 767px) {
  .section__faq .tab-title {
    font-size: 1.125rem !important;
  }
}
.section__faq .tab-content {
  max-height: 185px;
  overflow: hidden;
  position: relative;
  padding-right: 4.5rem;
  -webkit-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
  will-change: transform;
}
@media (max-width: 767px) {
  .section__faq .tab-content {
    padding-right: 2.5rem;
  }
}
.section__faq .tab-content:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(237, 237, 237)), to(rgba(237, 237, 237, 0)));
  background: linear-gradient(0deg, rgb(237, 237, 237) 0%, rgba(237, 237, 237, 0) 100%);
  -webkit-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out;
}
.section__faq .tab-content p, .section__faq .tab-content ul, .section__faq .tab-content ol {
  font-size: 1.25rem !important;
  line-height: 1.4 !important;
}
@media (max-width: 1024px) {
  .section__faq .tab-content p, .section__faq .tab-content ul, .section__faq .tab-content ol {
    font-size: 1.125rem !important;
  }
}
@media (max-width: 767px) {
  .section__faq .tab-content p, .section__faq .tab-content ul, .section__faq .tab-content ol {
    font-size: 1rem !important;
  }
}
.section__faq .tab-content ul {
  padding-left: 1em;
}
.section__faq .tab-content ul li {
  padding-left: 0.5em;
}
.section__faq .tab-content ul li::marker {
  color: #3557ff;
}
.section__faq .tab-content ul li:not(:last-child) {
  margin-bottom: 1em;
}
.section__faq .active.toggle-item:after {
  content: "\f056";
}
.section__faq .active .tab-content {
  max-height: 1600px;
}
.section__faq .active .tab-content:after {
  height: 0;
}

.section__more-solutions {
  padding: 6rem 0;
}
@media (max-width: 767px) {
  .section__more-solutions {
    padding: 2.5rem 0;
  }
}
@media (max-width: 1024px) {
  .section__more-solutions h2 {
    font-size: 2.5rem !important;
  }
}
@media (max-width: 767px) {
  .section__more-solutions h2 {
    font-size: 1.75rem !important;
  }
}
.section__more-solutions.--solutions-template {
  border-top: 1px solid #d1d3d4;
  padding: 7.75rem 0 6rem;
}
@media (max-width: 1130px) {
  .section__more-solutions.--solutions-template {
    padding-top: 4.5rem;
  }
}
@media (max-width: 767px) {
  .section__more-solutions.--solutions-template {
    padding: 2.5rem 0 2rem;
  }
}
.section__more-solutions.--solutions-template h2 {
  font-weight: 700 !important;
  font-size: 3rem !important;
  margin: 0 0 0.5rem !important;
  text-align: center;
}
@media (max-width: 1024px) {
  .section__more-solutions.--solutions-template h2 {
    font-size: 2.5rem !important;
  }
}
@media (max-width: 767px) {
  .section__more-solutions.--solutions-template h2 {
    font-size: 1.75rem !important;
  }
}
.section__more-solutions.--solutions-template h2 + p {
  font-size: 1.25rem;
  line-height: 1.4;
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 1024px) {
  .section__more-solutions.--solutions-template h2 + p {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .section__more-solutions.--solutions-template h2 + p {
    font-size: 1rem;
  }
}
.section__more-solutions h3 {
  font-size: 3rem !important;
  margin: 4rem 0 3rem;
}
@media (max-width: 1024px) {
  .section__more-solutions h3 {
    font-size: 2.5rem !important;
  }
}
@media (max-width: 767px) {
  .section__more-solutions h3 {
    font-size: 1.75rem !important;
    margin: 2rem 0 1.5rem;
  }
}

.more-solutions-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4% 1fr 4% 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.75rem 4%;
  margin-top: 3.5rem;
}
@media (max-width: 980px) {
  .more-solutions-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 540px) {
  .more-solutions-grid {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    row-gap: 2.5rem;
    margin-top: 2.5rem;
  }
}
.--solutions-template .more-solutions-grid {
  border-bottom: 2px solid #d1d3d4;
  padding: 0 0 6rem;
}
@media (max-width: 1130px) {
  .--solutions-template .more-solutions-grid {
    padding-bottom: 3rem;
  }
}
.--solutions-template .more-solutions-grid:last-of-type {
  border-bottom: none;
  padding: 0;
}
.more-solutions-grid .solution-item:before {
  content: url('data:image/svg+xml; utf8, <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.69 0C15.04 0 19.39 4.34 19.39 9.69V19.38H0V9.69C0 4.34 4.34 0 9.69 0Z" fill="%233557ff"/></svg>');
  display: block;
  margin-bottom: 7px;
}
.more-solutions-grid .solution-item:nth-child(3n+2):before {
  content: url('data:image/svg+xml; utf8, <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.69 0C15.04 0 19.39 4.34 19.39 9.69V19.38H0V9.69C0 4.34 4.34 0 9.69 0Z" fill="%2300157C"/></svg>');
}
.more-solutions-grid .solution-item:nth-child(3n+3):before {
  content: url('data:image/svg+xml; utf8, <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.69 0C15.04 0 19.39 4.34 19.39 9.69V19.38H0V9.69C0 4.34 4.34 0 9.69 0Z" fill="%2343D0C7"/></svg>');
}
.more-solutions-grid .solution-item h4 a {
  color: #000000;
}
.more-solutions-grid .solution-item p {
  font-size: 1.25rem;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .more-solutions-grid .solution-item p {
    font-size: 1rem;
  }
}
.more-solutions-grid .solution-item .wp-element-button {
  width: auto;
}

/* Comments
--------------------------------------------- */
/* Sidebar
--------------------------------------------- */
/* Media
--------------------------------------------- */
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

.is-type-video {
  max-width: 780px;
  margin-right: auto !important;
  margin-left: auto !important;
}
.is-type-video .wp-block-embed__wrapper {
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.is-type-video .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.leadership__bio-image img {
  aspect-ratio: 6/7;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

@media (max-width: 1300px) and (min-width: 782px) {
  figure.custom-style-home {
    height: calc(100% - 4rem);
  }
  figure.custom-style-home img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (min-width: 782px) {
  .custom-placement-why-whs {
    position: relative;
    top: 6rem;
    margin-bottom: -2rem !important;
  }
}

@media (min-width: 782px) {
  .custom-placement-differentiators {
    top: 1rem !important;
  }
}
@media (min-width: 1241px) {
  .custom-placement-differentiators {
    margin-bottom: -8rem !important;
  }
}
@media (min-width: 1241px) and (max-width: 1439px) {
  .custom-placement-differentiators {
    margin-bottom: -6rem !important;
  }
}

@media (min-width: 782px) {
  .custom-placement-research-center {
    width: 28.6vw;
    max-width: 548px;
    left: calc(100% - 28.6vw - 22px) !important;
    top: 4vw !important;
  }
}
@media (min-width: 1920px) {
  .custom-placement-research-center {
    left: calc(-34% - 22px) !important;
    top: 64px !important;
  }
}
@media (max-width: 1440px) and (min-width: 782px) {
  .custom-placement-research-center {
    width: 32.6vw;
    left: calc(100% - 33vw - 22px) !important;
    top: 2vw !important;
  }
}

@media (max-width: 1023px) {
  .custom-style-about-us {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (min-width: 782px) {
  .custom-placement-q1-campaign {
    position: relative;
    top: 1.25rem;
  }
}

/* Captions
--------------------------------------------- */
/* Galleries
--------------------------------------------- */
/* Blocks
--------------------------------------------- */
/**
 * @file
 * Gutenberg block styles.
 */
/**
 * Block spacing fix
 */
:root :where(.is-layout-flow) > :first-child,
:root :where(.is-layout-constrained) > :first-child {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}

:root :where(.is-layout-flow) > :last-child,
:root :where(.is-layout-constrained) > :last-child {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

/**
 * Group block
 */
.wp-block-group {
  margin: 4rem 0;
}
@media (max-width: 781px) {
  .wp-block-group {
    margin: 3rem 0;
  }
  .post-content > .wp-block-group:first-child {
    margin-top: 2rem;
  }
}
.wp-block-group.has-background {
  padding: 4.5rem 0;
  margin: 0;
}
@media (max-width: 781px) {
  .wp-block-group.has-background {
    padding: 3rem 0;
  }
  .post-content .wp-block-group.has-background:first-child {
    padding-top: 2rem;
    margin-top: 0;
  }
}
.wp-block-group > .wp-block-group {
  margin: 5rem 0;
}
@media (max-width: 599px) {
  .wp-block-group > .wp-block-group {
    margin: 3rem 0;
  }
}
.wp-block-group > .wp-block-group:last-child {
  margin-bottom: 0;
}
.wp-block-group > .wp-block-group.has-background {
  padding-top: 5rem;
  padding-bottom: 5rem;
  margin: 0;
}
@media (max-width: 599px) {
  .wp-block-group > .wp-block-group.has-background {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.wp-block-group.is-style-box-shadow {
  -webkit-box-shadow: 3px 4px 12px rgba(0, 0, 0, 0.12);
          box-shadow: 3px 4px 12px rgba(0, 0, 0, 0.12);
}
.wp-block-group.is-nowrap {
  gap: 2em;
}
@media (max-width: 1365px) {
  .wp-block-group.custom-style-home {
    padding-top: 1rem !important;
  }
}
@media (max-width: 1240px) {
  .wp-block-group.custom-style-home {
    padding-top: 0 !important;
    padding-bottom: 4rem !important;
  }
}
@media (max-width: 781px) {
  .wp-block-group.custom-style-home {
    padding: 3rem 0 !important;
  }
}
@media (max-width: 980px) {
  .wp-block-group.custom-style-home-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 781px) {
  .has-white-gray-split-gradient-background {
    background: #fff !important;
  }
}

@media (max-width: 781px) {
  .has-inset-gray-gradient-background {
    background: #fff !important;
    padding: 0;
  }
}

@media (max-width: 781px) {
  .has-gray-gradient-overlap-bottom-gradient-background,
  .has-gray-gradient-overlap-top-gradient-background {
    background: #EDEDED !important;
  }
}

.is-style-gradient-border {
  border-width: 2px;
  border-style: solid;
  -o-border-image: linear-gradient(0deg, #00157C 0%, #3557ff 100%) 1;
     border-image: -webkit-gradient(linear, left bottom, left top, from(#00157C), to(#3557ff)) 1;
     border-image: linear-gradient(0deg, #00157C 0%, #3557ff 100%) 1;
  padding: 4.875rem 8.3%;
  position: relative;
}

.is-style-gradient-border-left {
  -o-border-image: linear-gradient(0deg, #00157C 0%, #3557ff 100%) 1;
     border-image: -webkit-gradient(linear, left bottom, left top, from(#00157C), to(#3557ff)) 1;
     border-image: linear-gradient(0deg, #00157C 0%, #3557ff 100%) 1;
  border-left-color: 2px;
  border-left-style: solid;
  padding-left: 1.25rem;
}

.is-style-box-offset-left {
  position: relative;
  -webkit-box-shadow: 3px 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 3px 4px 12px rgba(0, 0, 0, 0.15);
  padding: 3rem 15.7% 2rem 7.9%;
  margin-left: -6rem;
  margin-top: 3rem;
  background-color: #FFFFFF;
}
@media (max-width: 781px) {
  .is-style-box-offset-left {
    margin-left: -1.875rem;
    margin-right: -1.875rem;
    padding: 1.875rem;
  }
}
@media (max-width: 599px) {
  .is-style-box-offset-left {
    margin-left: -6.5vw;
    margin-right: -6.5vw;
  }
}

.is-style-box-offset-left-narrow {
  position: relative;
  -webkit-box-shadow: 3px 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 3px 4px 12px rgba(0, 0, 0, 0.15);
  padding: 3rem 12% 3rem 8.5%;
  margin-left: -2.875rem;
  background-color: #FFFFFF;
}
@media (max-width: 781px) {
  .is-style-box-offset-left-narrow {
    margin-left: -1.875rem;
    margin-right: -1.875rem;
    margin-top: -5.625rem !important;
    padding: 1.875rem;
  }
}
@media (max-width: 599px) {
  .is-style-box-offset-left-narrow {
    margin-left: -6.5vw;
    margin-right: -6.5vw;
    margin-top: 0 !important;
  }
}

.is-style-box-overlay-right {
  margin: 0;
  position: relative;
  padding: 1.5rem 0 1.875rem;
  -webkit-margin-after: 2rem !important;
          margin-block-end: 2rem !important;
}
@media (max-width: 781px) {
  .is-style-box-overlay-right {
    -webkit-margin-after: 0 !important;
            margin-block-end: 0 !important;
    padding-bottom: 0.5rem;
  }
}
.is-style-box-overlay-right:after {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  width: 128%;
  height: 100%;
  border-width: 2px;
  border-style: solid;
  -o-border-image: linear-gradient(0deg, #00157C 0%, #3557ff 100%) 1;
     border-image: -webkit-gradient(linear, left bottom, left top, from(#00157C), to(#3557ff)) 1;
     border-image: linear-gradient(0deg, #00157C 0%, #3557ff 100%) 1;
}
@media (max-width: 781px) {
  .is-style-box-overlay-right:after {
    left: -3.5vw;
    width: calc(100% + 7vw);
    height: calc(100% + 65px);
  }
}
.is-style-box-overlay-right .wp-block-buttons {
  position: relative;
  z-index: 1;
}
.is-style-box-overlay-right.--alternate {
  padding: 4.5rem 20px 4rem 1.5rem !important;
}
@media (max-width: 781px) {
  .is-style-box-overlay-right.--alternate {
    padding: 2.5rem 1.25rem 0 !important;
    margin-bottom: 4rem !important;
  }
  .is-style-box-overlay-right.--alternate:after {
    height: calc(100% + 45px);
  }
}

/**
 * Columns block
 */
:where(.wp-block-columns.is-layout-flex) {
  gap: 1.25rem;
}
@media (max-width: 781px) {
  :where(.wp-block-columns.is-layout-flex) {
    gap: 2rem;
  }
}

@media (min-width: 782px) {
  .wp-block-group .wp-block-columns:not(:first-child) {
    margin-top: 2.5rem;
  }
}
@media (max-width: 1023px) and (min-width: 782px) {
  .wp-block-columns.is-style-tablet-2-col {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .wp-block-columns.is-style-tablet-2-col > .wp-block-column {
    width: calc(50% - 7.5rem);
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .wp-block-columns.is-style-tablet-2-col > .wp-block-column:nth-child(3) {
    width: 100%;
    text-align: center;
    margin-top: 2.75rem;
  }
}
@media (max-width: 1023px) {
  .wp-block-columns.is-style-tablet-2-col > .wp-block-column .alignright {
    float: none;
    margin: 0;
  }
}
@media (max-width: 781px) {
  .wp-block-columns.is-style-tablet-2-col > .wp-block-column.is-style-center-content {
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
}
.wp-block-columns.is-style-wide-col-gap {
  gap: 10.6% !important;
}
@media (max-width: 781px) {
  .wp-block-columns.is-style-wide-col-gap {
    gap: 2.5rem !important;
  }
}
@media (max-width: 1240px) {
  .wp-block-columns.is-style-wide-col-gap.is-style-wide-3-col {
    gap: 2.5rem !important;
  }
}
@media (max-width: 781px) {
  .wp-block-columns.is-style-wide-col-gap.is-style-wide-3-col {
    gap: 2rem !important;
  }
}
.wp-block-columns.is-style-no-col-gap {
  gap: 0 !important;
}
.wp-block-columns.is-style-negative-top-margin {
  margin-top: -4rem !important;
}
@media (max-width: 1365px) {
  .wp-block-columns.is-style-col-4 .wp-block-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .wp-block-columns.is-style-col-4 .wp-block-column .wp-block-buttons {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .wp-block-columns.is-style-col-4 .wp-block-column .wp-block-button {
    margin-top: auto;
  }
}
@media (max-width: 1080px) {
  .wp-block-columns.is-style-col-4 {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    gap: 4rem 24px;
  }
  .wp-block-columns.is-style-col-4 .wp-block-column {
    -ms-flex-preferred-size: calc(50% - 24px);
        flex-basis: calc(50% - 24px);
  }
}
@media (max-width: 781px) {
  .wp-block-columns.is-style-col-4 {
    gap: 2.5rem 24px;
  }
}
.wp-block-columns.custom-style-home {
  gap: 0;
}

.wp-block-column.has-background {
  padding: 4rem;
}
@media (min-width: 782px) {
  .wp-block-column.is-style-padding-right > * {
    padding-right: 10%;
  }
}
@media (min-width: 782px) {
  .wp-block-column.is-style-padding-left > * {
    padding-left: 10%;
  }
}
.wp-block-column.is-style-negative-bottom-margin {
  padding-bottom: 5rem;
  margin-bottom: -2.75rem;
}
@media (max-width: 1023px) {
  .wp-block-column.is-style-negative-bottom-margin {
    margin-left: -6.5vw;
    margin-right: -6.5vw;
  }
}
.wp-block-column.is-style-flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 781px) {
  .is-style-order-last {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
}

@media (max-width: 1023px) {
  .is-style-unset-styles {
    margin: 0 !important;
    padding: 0 !important;
  }
}

@media (max-width: 781px) {
  .is-style-unset-styles-mobile {
    margin: 0 !important;
    padding: 0 !important;
  }
}

@media (max-width: 1023px) {
  .post-content > .wp-block-group.is-style-unset-styles {
    margin: 2.5rem 0 !important;
    padding: 0 !important;
  }
}
@media (max-width: 781px) {
  .post-content > .wp-block-group.is-style-unset-styles-mobile {
    margin: 0 !important;
    padding: 3rem 0 !important;
  }
}
@media (max-width: 781px) {
  .post-content > .wp-block-group.homepage-hero {
    padding: 2rem 0 3rem !important;
  }
}
@media screen and (max-width: 1439px) {
  .post-content > .wp-block-group > .wp-block-columns {
    margin-right: 6.5% !important;
    margin-left: 6.5% !important;
  }
}

.post-content > .has-blue-gradient-bar-gradient-background {
  max-width: 1270px;
  margin: 5rem auto !important;
  padding: 0 !important;
}
@media (max-width: 781px) {
  .post-content > .has-blue-gradient-bar-gradient-background {
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 126px, #3557ff 126px, #00157c 396px, #ffffff 396px, #ffffff 100%) !important;
  }
  .post-content > .has-blue-gradient-bar-gradient-background > .wp-block-columns {
    margin: 0 13% !important;
  }
  .post-content > .has-blue-gradient-bar-gradient-background .is-style-box-offset-left-narrow {
    margin-left: -9.5%;
    margin-right: -9.5%;
  }
}
@media (max-width: 599px) {
  .post-content > .has-blue-gradient-bar-gradient-background {
    margin: 3rem auto !important;
  }
  .post-content > .has-blue-gradient-bar-gradient-background > .wp-block-columns {
    margin: 0 6.5% !important;
  }
}

/**
 * Heading Block
 */
.wp-block-heading a {
  font-weight: inherit !important;
}
.wp-block-heading img {
  margin-right: 8px;
}
.wp-block-heading strong {
  font-weight: 800;
}
.wp-block-heading.is-style-animated-underline {
  display: inline;
  background: linear-gradient(180deg, transparent 0%, transparent 76%, var(--wp--preset--color--teal) 76%, var(--wp--preset--color--teal) calc(76% + 12px), transparent calc(76% + 12px), transparent 100%);
  background-repeat: no-repeat;
  background-size: 0;
  -webkit-animation: 0.75s ease 1.25s forwards animateUnderline;
          animation: 0.75s ease 1.25s forwards animateUnderline;
}
.wp-block-heading .has-teal-underline-color {
  display: inline;
  background: linear-gradient(180deg, transparent 0%, transparent 76%, var(--wp--preset--color--teal) 76%, var(--wp--preset--color--teal) calc(76% + 12px), transparent calc(76% + 12px), transparent 100%);
  background-repeat: no-repeat;
  background-size: 0;
  -webkit-animation: 0.75s ease 1.25s forwards animateUnderline;
          animation: 0.75s ease 1.25s forwards animateUnderline;
  font-weight: 800;
  color: #000000 !important;
}

@-webkit-keyframes animateUnderline {
  0% {
    background-size: 0;
  }
  100% {
    background-size: 100%;
  }
}

@keyframes animateUnderline {
  0% {
    background-size: 0;
  }
  100% {
    background-size: 100%;
  }
}
/**
 * Buttons Block
 */
.wp-block-buttons > .wp-block-button.wp-block-button__width-25 {
  min-width: calc(25% - var(--wp--style--block-gap, 0.5em) * 0.75);
  width: auto;
}
.wp-block-buttons > .wp-block-button.wp-block-button__width-75 {
  min-width: none;
  width: auto;
}
.wp-block-buttons > .wp-block-button.wp-block-button__width-75 .wp-element-button {
  padding: 0.6em 1.75em 0.6em 2em;
}
@media (max-width: 781px) {
  .wp-block-buttons.is-content-justification-right {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
}

/**
 * Media Styles
 */
.is-style-position-relative {
  position: relative;
}

.is-style-blue-tab,
.is-style-blue-tab-right {
  position: relative;
}
.is-style-blue-tab:after,
.is-style-blue-tab-right:after {
  content: "";
  width: 11px;
  height: 75px;
  background: -webkit-gradient(linear, left bottom, left top, from(#00157C), to(#3557ff));
  background: linear-gradient(0deg, #00157C 0%, #3557ff 100%);
  position: absolute;
  top: 0;
  left: -11px;
}

.is-style-blue-tab-right:after {
  left: auto;
  right: -11px;
}

.is-style-extended-blue-tab {
  position: relative;
}
@media (max-width: 1023px) {
  .is-style-extended-blue-tab {
    width: calc(100% - 1.5rem);
  }
}
@media (max-width: 599px) {
  .is-style-extended-blue-tab {
    width: calc(100% - 0.75rem);
  }
}
.is-style-extended-blue-tab:after {
  content: "";
  width: 1.5rem;
  height: 84%;
  background: -webkit-gradient(linear, left bottom, left top, from(#00157C), to(#3557ff));
  background: linear-gradient(0deg, #00157C 0%, #3557ff 100%);
  position: absolute;
  top: 8%;
  left: -1.5rem;
}
@media (max-width: 1023px) {
  .is-style-extended-blue-tab:after {
    left: auto;
    right: -1.5rem;
  }
}
@media (max-width: 599px) {
  .is-style-extended-blue-tab:after {
    right: -0.75rem;
    width: 0.75rem;
  }
}

.is-style-rounded-corners img {
  border-radius: 1.125rem;
}

.is-style-rounded-border img, .is-style-rounded-border.wp-block-group {
  border-radius: 1.125rem;
  border: 1.5px solid #000000;
}
.is-style-rounded-border iframe,
.is-style-rounded-border video {
  border-radius: 1.125rem;
  outline: 1.5px solid #000000;
  outline-offset: -1px;
}

.is-style-shadow img {
  -webkit-filter: drop-shadow(3px 4px 12px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(3px 4px 12px rgba(0, 0, 0, 0.15));
}

.is-style-gradient-shadow {
  position: relative;
}
@media (max-width: 781px) {
  .is-style-gradient-shadow {
    width: calc(100% - 1.5rem);
  }
}
@media (max-width: 599px) {
  .is-style-gradient-shadow {
    width: calc(100% - 0.75rem);
  }
}
.is-style-gradient-shadow:after {
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(#00157C), to(#3557ff));
  background: linear-gradient(0deg, #00157C 0%, #3557ff 100%);
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: -1.5rem;
  right: -1.5rem;
}
@media (max-width: 599px) {
  .is-style-gradient-shadow:after {
    bottom: -0.75rem;
    right: -0.75rem;
  }
}
.is-style-gradient-shadow img,
.is-style-gradient-shadow video {
  display: block;
  position: relative;
  z-index: 1;
  margin-bottom: 1.5rem;
  -webkit-box-shadow: 3px 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 3px 4px 12px rgba(0, 0, 0, 0.15);
}

.is-style-gradient-bar {
  position: relative;
  max-width: 840px;
  margin: 0 auto;
  display: block;
}
.is-style-gradient-bar:after {
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(#00157C), to(#3557ff));
  background: linear-gradient(0deg, #00157C 0%, #3557ff 100%);
  position: absolute;
  height: 80%;
  width: calc(100% + 3rem);
  left: -1.5rem;
  top: 10%;
}
@media (max-width: 599px) {
  .is-style-gradient-bar:after {
    left: -0.75rem;
    width: calc(100% + 1.5rem);
  }
}
.is-style-gradient-bar img,
.is-style-gradient-bar video {
  display: block;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 3px 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 3px 4px 12px rgba(0, 0, 0, 0.15);
}

.is-style-gradient-lines,
.is-style-gradient-lines-left {
  position: relative;
}
@media (max-width: 781px) {
  .is-style-gradient-lines,
  .is-style-gradient-lines-left {
    width: 92%;
  }
}
.is-style-gradient-lines img,
.is-style-gradient-lines-left img {
  border-radius: 20px;
}
.is-style-gradient-lines:after,
.is-style-gradient-lines-left:after {
  content: "";
  background: url('data:image/svg+xml; utf8, <svg width="188" height="59" viewBox="0 0 188 59" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_50_28)"><path d="M156.26 11.78C159.513 11.78 162.15 9.14296 162.15 5.89C162.15 2.63704 159.513 0 156.26 0L5.89001 0C2.63705 0 3.05176e-05 2.63704 3.05176e-05 5.89C3.05176e-05 9.14296 2.63705 11.78 5.89001 11.78L156.26 11.78Z" fill="url(%23paint0_linear_50_28)"/><path d="M169.07 35.29C172.323 35.29 174.96 32.653 174.96 29.4C174.96 26.1471 172.323 23.51 169.07 23.51L18.7 23.51C15.4471 23.51 12.81 26.1471 12.81 29.4C12.81 32.653 15.4471 35.29 18.7 35.29L169.07 35.29Z" fill="url(%23paint1_linear_50_28)"/><path d="M181.88 58.8C185.133 58.8 187.77 56.163 187.77 52.91C187.77 49.6571 185.133 47.02 181.88 47.02L31.51 47.02C28.2571 47.02 25.62 49.6571 25.62 52.91C25.62 56.163 28.2571 58.8 31.51 58.8L181.88 58.8Z" fill="url(%23paint2_linear_50_28)"/></g><defs><linearGradient id="paint0_linear_50_28" x1="43.43" y1="-31.76" x2="120.41" y2="45.23" gradientUnits="userSpaceOnUse"><stop stop-color="%2300157C"/><stop offset="0.36" stop-color="%233557FF"/><stop offset="1" stop-color="%2343D0C7"/></linearGradient><linearGradient id="paint1_linear_50_28" x1="131.52" y1="-8.23999" x2="54.54" y2="68.75" gradientUnits="userSpaceOnUse"><stop stop-color="%2300157C"/><stop offset="0.36" stop-color="%233557FF"/><stop offset="1" stop-color="%2343D0C7"/></linearGradient><linearGradient id="paint2_linear_50_28" x1="69.05" y1="15.27" x2="146.04" y2="92.25" gradientUnits="userSpaceOnUse"><stop stop-color="%2300157C"/><stop offset="0.36" stop-color="%233557FF"/><stop offset="1" stop-color="%2343D0C7"/></linearGradient><clipPath id="clip0_50_28"><rect width="187.77" height="58.79" fill="white"/></clipPath></defs></svg>');
  position: absolute;
  width: 36.5%;
  aspect-ratio: 188/59;
  top: 40px;
  right: -13%;
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 781px) {
  .is-style-gradient-lines-left {
    margin-left: 8%;
  }
}
.is-style-gradient-lines-left:after {
  right: auto;
  left: -13%;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.is-style-gradient-border-wide {
  position: relative;
  top: 30px;
}
@media (max-width: 781px) {
  .is-style-gradient-border-wide {
    top: 0;
  }
}

.is-variant-masked-image-vertical {
  position: relative;
}
.is-variant-masked-image-vertical img {
  -webkit-mask-image: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none" viewBox="0 0 412.566 488.767"><path d="M413.191,473.151V208.509C413.191,95.307,322.641,2,209.447.641,94.356-.744.625,92.136.625,206.908V473.151a16.242,16.242,0,0,0,16.242,16.242H396.949A16.242,16.242,0,0,0,413.191,473.151Z"/></svg>');
          mask-image: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none" viewBox="0 0 412.566 488.767"><path d="M413.191,473.151V208.509C413.191,95.307,322.641,2,209.447.641,94.356-.744.625,92.136.625,206.908V473.151a16.242,16.242,0,0,0,16.242,16.242H396.949A16.242,16.242,0,0,0,413.191,473.151Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  aspect-ratio: 16/19;
  -o-object-fit: cover;
     object-fit: cover;
}
.is-variant-masked-image-vertical.is-style-gradient-border-wide, .is-variant-masked-image-vertical.is-style-gradient-border-circle {
  top: 40px;
}
@media (max-width: 781px) {
  .is-variant-masked-image-vertical.is-style-gradient-border-wide, .is-variant-masked-image-vertical.is-style-gradient-border-circle {
    -webkit-transform: scale(0.94);
            transform: scale(0.94);
    top: 12px;
  }
}
.is-variant-masked-image-vertical.is-style-gradient-border-wide:before, .is-variant-masked-image-vertical.is-style-gradient-border-circle:before {
  content: url('data:image/svg+xml; utf8, <svg viewBox="0 0 460 545" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M229.64 0c126.74 0 229.64 102.9 229.64 229.64v297.71c0 9.25-7.51 16.75-16.75 16.75H16.75C7.51 544.1 0 536.6 0 527.35V229.64C0 102.9 102.9 0 229.64 0Z" fill="url(%23a)"/><defs><linearGradient id="a" x1="14.88" y1="119.64" x2="444.4" y2="549.17" gradientUnits="userSpaceOnUse"><stop stop-color="%2300157C"/><stop offset=".36" stop-color="%233557FF"/><stop offset="1" stop-color="%2343D0C7"/></linearGradient></defs></svg>');
  position: absolute;
  top: -20px;
  left: -18px;
  width: calc(100% + 36px);
}
.is-variant-masked-image-vertical.is-style-gradient-border-circle:after {
  content: "";
  width: clamp(3.13rem, 5.29vw + 1.8rem, 6.56rem);
  height: clamp(3.13rem, 5.29vw + 1.8rem, 6.56rem);
  background-color: var(--wp--preset--color--teal);
  border-radius: 50%;
  left: -12px;
  top: 2px;
}
@media (max-width: 781px) {
  .is-variant-masked-image-vertical.is-style-gradient-border-circle:after {
    width: clamp(5rem, 18.42vw + 0.39rem, 9.38rem);
    height: clamp(5rem, 18.42vw + 0.39rem, 9.38rem);
  }
}

.is-variant-masked-image-vertical-wide {
  position: relative;
}
.is-variant-masked-image-vertical-wide img {
  -webkit-mask-image: url('data:image/svg+xml; utf8, <svg preserveAspectRatio="none" viewBox="0 0 464 483" xmlns="http://www.w3.org/2000/svg"><path d="M232.02 0.619995C359.94 0.619995 463.8 104.48 463.8 232.4V465.9C463.8 474.82 456.55 482.07 447.63 482.07H16.17C7.25 482.07 0 474.82 0 465.9V232.65C0 104.59 103.96 0.619995 232.02 0.619995Z"/></svg>');
          mask-image: url('data:image/svg+xml; utf8, <svg preserveAspectRatio="none" viewBox="0 0 464 483" xmlns="http://www.w3.org/2000/svg"><path d="M232.02 0.619995C359.94 0.619995 463.8 104.48 463.8 232.4V465.9C463.8 474.82 456.55 482.07 447.63 482.07H16.17C7.25 482.07 0 474.82 0 465.9V232.65C0 104.59 103.96 0.619995 232.02 0.619995Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  aspect-ratio: 232/241;
  -o-object-fit: cover;
     object-fit: cover;
}
.is-variant-masked-image-vertical-wide.is-style-gradient-border-wide {
  top: 40px;
}
@media (max-width: 781px) {
  .is-variant-masked-image-vertical-wide.is-style-gradient-border-wide {
    -webkit-transform: scale(0.94);
            transform: scale(0.94);
    top: 12px;
  }
}
.is-variant-masked-image-vertical-wide.is-style-gradient-border-wide:before {
  content: url('data:image/svg+xml; utf8, <svg viewBox="0 0 499 518" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M249.6 0C387.21 0 498.94 111.72 498.94 249.33V499.91C498.94 509.84 490.87 517.91 480.94 517.91H18C8.07 517.91 0 509.85 0 499.91V249.6C0 111.84 111.84 0 249.6 0Z" fill="url(%23b)"/><defs><linearGradient id="b" x1="34.48" y1="111.73" x2="464.53" y2="541.78" gradientUnits="userSpaceOnUse"><stop stop-color="%2300157C"/><stop offset="0.36" stop-color="%233557FF"/><stop offset="1" stop-color="%2343D0C7"/></linearGradient></defs></svg>');
  position: absolute;
  top: -20px;
  left: -18px;
  width: calc(100% + 36px);
}

.is-variant-masked-image-horizontal {
  position: relative;
}
.is-variant-masked-image-horizontal img {
  -webkit-mask-image: url('data:image/svg+xml; utf8, <svg viewBox="0 0 548 439" xmlns="http://www.w3.org/2000/svg"><path d="M529.239 0H232.902C106.476 0 2.065 95.657 0.0310031 215.587C-2.05 338.3 102.176 438.395 231.042 438.395H529.242C539.289 438.395 547.434 430.668 547.434 421.136V17.259C547.431 7.727 539.286 0 529.239 0Z"/></svg>');
          mask-image: url('data:image/svg+xml; utf8, <svg viewBox="0 0 548 439" xmlns="http://www.w3.org/2000/svg"><path d="M529.239 0H232.902C106.476 0 2.065 95.657 0.0310031 215.587C-2.05 338.3 102.176 438.395 231.042 438.395H529.242C539.289 438.395 547.434 430.668 547.434 421.136V17.259C547.431 7.727 539.286 0 529.239 0Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  aspect-ratio: 91/73;
  -o-object-fit: cover;
     object-fit: cover;
}
.is-variant-masked-image-horizontal.is-style-gradient-border-wide {
  left: -22px;
}
@media (max-width: 781px) {
  .is-variant-masked-image-horizontal.is-style-gradient-border-wide {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    top: 12px;
    left: 0;
  }
}
.is-variant-masked-image-horizontal.is-style-gradient-border-wide:before {
  content: url('data:image/svg+xml; utf8, <svg viewBox="0 0 594 482" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 242.94L0 238.69C0 106.96 106.95 0.00997925 238.68 0.00997925L576.61 0.00997925C585.67 0.00997925 593.03 7.36996 593.03 16.43V465.2C593.03 474.26 585.67 481.62 576.61 481.62L238.68 481.62C106.95 481.62 0 374.67 0 242.94Z" fill="url(%23paint0_linear_28_3)"/><defs><linearGradient id="paint0_linear_28_3" x1="130.32" y1="472.11" x2="592.93" y2="9.49995" gradientUnits="userSpaceOnUse"><stop stop-color="%2300157C"/><stop offset="0.36" stop-color="%233557FF"/><stop offset="1" stop-color="%2343D0C7"/></linearGradient></defs></svg>');
  position: absolute;
  top: -22px;
  left: -22px;
  width: calc(100% + 46px);
}
.is-variant-masked-image-horizontal.is-style-masked-image-border:after {
  content: url('data:image/svg+xml; utf8, <svg viewBox="0 0 549 440" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M529.86 0.629995H233.53C107.1 0.629995 2.69 96.29 0.659996 216.22C-1.42 338.93 102.8 439.03 231.67 439.03H529.87C539.92 439.03 548.06 431.3 548.06 421.77V17.88C548.06 8.34999 539.92 0.619995 529.87 0.619995L529.86 0.629995Z" stroke="black" stroke-width="1.25" stroke-miterlimit="10"/></svg>');
  position: absolute;
  top: -1px;
  left: -1.2px;
  width: calc(100% + 2.4px);
}

.is-variant-masked-image-horizontal-narrow {
  position: relative;
}
.is-variant-masked-image-horizontal-narrow img {
  -webkit-mask-image: url('data:image/svg+xml; utf8, <svg viewBox="0 0 550 400" xmlns="http://www.w3.org/2000/svg"><path d="M198.855 0H531.934C541.905 0 550 8.14144 550 18.1593V381.841C550 391.859 541.905 400 531.944 400H198.855C89.1054 400 0 310.384 0 200.005C0 89.6164 89.1054 0 198.855 0Z"/></svg>');
          mask-image: url('data:image/svg+xml; utf8, <svg viewBox="0 0 550 400" xmlns="http://www.w3.org/2000/svg"><path d="M198.855 0H531.934C541.905 0 550 8.14144 550 18.1593V381.841C550 391.859 541.905 400 531.944 400H198.855C89.1054 400 0 310.384 0 200.005C0 89.6164 89.1054 0 198.855 0Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  aspect-ratio: 11/8;
  -o-object-fit: cover;
     object-fit: cover;
}
.is-variant-masked-image-horizontal-narrow.is-style-gradient-border-wide {
  left: -22px;
}
@media (max-width: 781px) {
  .is-variant-masked-image-horizontal-narrow.is-style-gradient-border-wide {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    top: 12px;
    left: 0;
  }
}
.is-variant-masked-image-horizontal-narrow.is-style-gradient-border-wide:before {
  content: url('data:image/svg+xml; utf8, <svg viewBox="0 0 590 440" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 221.941L0 218.059C0 97.7097 97.2295 -2.19345e-05 216.987 -2.19345e-05L575.072 -2.19345e-05C583.309 -2.19345e-05 590 6.72406 590 15.0013V424.999C590 433.276 583.309 440 575.072 440L216.987 440C97.2295 440 0 342.29 0 221.941Z" fill="url(%23paint0_linear_28_3)"/><defs><linearGradient id="paint0_linear_28_3" x1="364" y1="711" x2="826.947" y2="317.066" gradientUnits="userSpaceOnUse"><stop stop-color="%2300157C"/><stop offset="0.36" stop-color="%233557FF"/><stop offset="1" stop-color="%2343D0C7"/></linearGradient></defs></svg>');
  position: absolute;
  top: -22px;
  left: -22px;
  width: calc(100% + 46px);
}

.is-variant-masked-image-horizontal-rt-narrow {
  position: relative;
}
.is-variant-masked-image-horizontal-rt-narrow img {
  -webkit-mask-image: url('data:image/svg+xml; utf8, <svg viewBox="0 0 620 450" xmlns="http://www.w3.org/2000/svg"><path d="M395.837 0H20.3651C9.12532 0 1.19209e-06 9.15912 1.19209e-06 20.4293V429.571C1.19209e-06 440.841 9.12527 450 20.3538 450H395.837C519.554 450 620 349.182 620 225.006C620 100.818 519.554 0 395.837 0Z"/></svg>');
          mask-image: url('data:image/svg+xml; utf8, <svg viewBox="0 0 620 450" xmlns="http://www.w3.org/2000/svg"><path d="M395.837 0H20.3651C9.12532 0 1.19209e-06 9.15912 1.19209e-06 20.4293V429.571C1.19209e-06 440.841 9.12527 450 20.3538 450H395.837C519.554 450 620 349.182 620 225.006C620 100.818 519.554 0 395.837 0Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  aspect-ratio: 62/45;
  -o-object-fit: cover;
     object-fit: cover;
}
.is-variant-masked-image-horizontal-rt-narrow.is-style-gradient-border-wide {
  left: -22px;
}
@media (max-width: 781px) {
  .is-variant-masked-image-horizontal-rt-narrow.is-style-gradient-border-wide {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    top: 12px;
    left: 0;
  }
}
.is-variant-masked-image-horizontal-rt-narrow.is-style-gradient-border-wide:before {
  content: url('data:image/svg+xml; utf8, <svg viewBox="0 0 664 494" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M423.928 0H21.8104C9.77291 0 -3.19481e-05 10.0547 -3.19481e-05 22.4268V471.573C-3.19481e-05 483.945 9.77287 494 21.7983 494H423.928C556.425 494 664 383.324 664 247.006C664 110.676 556.425 0 423.928 0Z" fill="url(%23paint0_linear_744_12)"/><defs><linearGradient id="paint0_linear_744_12" x1="119.948" y1="-4.03023e-06" x2="472.193" y2="404.197" gradientUnits="userSpaceOnUse"><stop stop-color="%2300157C"/><stop offset="0.36" stop-color="%233557FF"/><stop offset="1" stop-color="%2343D0C7"/></linearGradient></defs></svg>');
  position: absolute;
  top: -22px;
  left: -22px;
  width: calc(100% + 46px);
}

.is-variant-masked-image-horizontal-right {
  position: relative;
}
.is-variant-masked-image-horizontal-right img {
  -webkit-mask-image: url('data:image/svg+xml; utf8, <svg viewBox="0 0 542 458" xmlns="http://www.w3.org/2000/svg"><path d="M18 457.217H311.284C436.737 457.217 540.141 356.866 541.649 231.417C543.183 103.875 440.251 0 313.058 0H18C13.2261 0 8.64773 1.89642 5.27208 5.27208C1.89642 8.64773 0 13.2261 0 18L0 439.217C0 443.991 1.89642 448.569 5.27208 451.945C8.64773 455.321 13.2261 457.217 18 457.217Z"/></svg>');
          mask-image: url('data:image/svg+xml; utf8, <svg viewBox="0 0 542 458" xmlns="http://www.w3.org/2000/svg"><path d="M18 457.217H311.284C436.737 457.217 540.141 356.866 541.649 231.417C543.183 103.875 440.251 0 313.058 0H18C13.2261 0 8.64773 1.89642 5.27208 5.27208C1.89642 8.64773 0 13.2261 0 18L0 439.217C0 443.991 1.89642 448.569 5.27208 451.945C8.64773 455.321 13.2261 457.217 18 457.217Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  aspect-ratio: 271/229;
  -o-object-fit: cover;
     object-fit: cover;
  width: calc(100% - 44px);
}
.is-variant-masked-image-horizontal-right.is-style-gradient-border-wide {
  left: 22px;
}
.is-variant-masked-image-horizontal-right.is-style-gradient-border-wide:before {
  content: url('data:image/svg+xml; utf8, <svg viewBox="0 0 590 504" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 16.42V487.37C0 496.44 7.35 503.79 16.42 503.79H350.5C482.32 503.79 589.18 381.33 589.18 249.51C589.18 117.69 482.32 0 350.5 0H16.42C7.35 0 0 7.35 0 16.42Z" fill="url(%23paint0_linear_36_23)"/><defs><linearGradient id="paint0_linear_36_23" x1="460.34" y1="485.37" x2="-7.70997" y2="17.33" gradientUnits="userSpaceOnUse"><stop stop-color="%2300157C"/><stop offset="0.36" stop-color="%233557FF"/><stop offset="1" stop-color="%2343D0C7"/></linearGradient></defs></svg>');
  position: absolute;
  top: -22px;
  left: -22px;
  width: 100%;
}
@media (min-width: 782px) {
  .is-variant-masked-image-horizontal-right.is-style-masked-image-border {
    top: -22px;
  }
}
.is-variant-masked-image-horizontal-right.is-style-masked-image-border:after {
  content: url('data:image/svg+xml; utf8, <svg viewBox="0 0 544 459" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19 458.22H312.28C437.73 458.22 541.14 357.87 542.65 232.43C544.19 104.88 441.26 1 314.06 1H19C9.06 1 1 9.06 1 19V440.22C1 450.16 9.06 458.22 19 458.22Z" stroke="black" stroke-width="1.25" stroke-miterlimit="10"/></svg>');
  position: absolute;
  top: -0.8px;
  left: -0.8px;
  width: calc(100% - 42px);
}

.wp-block-gallery {
  margin: 3rem 0;
}
@media (max-width: 1240px) {
  :not(.is-style-marquee-scroll) > .wp-block-gallery figure.wp-block-image:not(#individual-image) {
    width: calc(25% - var(--wp--style--unstable-gallery-gap, 16px) * 0.75) !important;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
@media (max-width: 781px) {
  :not(.is-style-marquee-scroll) > .wp-block-gallery figure.wp-block-image:not(#individual-image) {
    width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px) / 2) !important;
  }
}
.is-style-marquee-scroll .wp-block-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: marquee linear 28s infinite;
          animation: marquee linear 28s infinite;
  max-width: none;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 2rem !important;
}
.is-style-marquee-scroll .wp-block-gallery + .wp-block-gallery {
  margin-top: 0;
}
.is-style-marquee-scroll .wp-block-gallery .wp-block-image {
  width: 12rem !important;
}
@media (max-width: 781px) {
  .is-style-marquee-scroll .wp-block-gallery .wp-block-image {
    width: 8rem !important;
  }
}
.is-style-marquee-scroll .wp-block-gallery .wp-block-image img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.is-style-marquee-scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  white-space: nowrap;
}
.is-style-marquee-scroll:hover .wp-block-gallery {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.is-style-marquee-scroll:before, .is-style-marquee-scroll:after {
  content: "";
  width: 11%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}
.is-style-marquee-scroll:before {
  background: -webkit-gradient(linear, left top, right top, from(#FFF), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  left: 0;
}
.is-style-marquee-scroll:after {
  background: -webkit-gradient(linear, right top, left top, from(#FFF), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to left, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  right: 0;
}

@-webkit-keyframes marquee {
  from {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes marquee {
  from {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
/**
 * Separator block
 */
.wp-block-separator.is-style-add-margin {
  margin: 7rem 0;
}
@media screen and (max-width: 1439px) {
  .wp-block-separator.is-style-add-margin {
    margin: 4rem 6.5% !important;
  }
}
@media screen and (max-width: 1439px) {
  .wp-block-separator.is-style-add-margin {
    margin: 3.5rem 6.5% 3rem !important;
  }
}
.wp-block-separator.is-style-add-medium-margin {
  margin: 5rem 0;
}
@media screen and (max-width: 1439px) {
  .wp-block-separator.is-style-add-medium-margin {
    margin: 5rem 6.5% !important;
  }
}
@media screen and (max-width: 781px) {
  .wp-block-separator.is-style-add-medium-margin {
    margin: 3rem 6.5% !important;
  }
}
@media screen and (max-width: 1439px) {
  .wp-block-group > .wp-block-separator:not(.alignleft):not(.alignright):not(.alignfull):not(.is-style-add-margin):not(.is-style-add-medium-margin):not(.custom-style-negative-top) {
    margin: 0 6.5% !important;
  }
}
.wp-block-separator.custom-style-negative-top {
  position: relative;
  top: -3.75rem;
  z-index: -1;
}
@media (max-width: 1439px) {
  .wp-block-separator.custom-style-negative-top {
    top: -1.5rem;
    margin: 0 6.5% !important;
  }
}
@media (max-width: 1240px) {
  .wp-block-separator.custom-style-negative-top {
    position: static;
    margin: 3rem 6.5% !important;
  }
}

/**
 * Spacer block
 */
.wp-block-spacer {
  margin: 0;
}
@media (max-width: 1023px) {
  .wp-block-spacer.is-style-desktop-only {
    display: none;
  }
}
@media (min-width: 782px) {
  .wp-block-spacer.is-style-mobile-only {
    display: none;
  }
}
@media (max-width: 781px) {
  .wp-block-spacer.is-style-mobile-hide {
    display: none;
  }
}
@media (min-width: 1440px) {
  .wp-block-spacer.is-style-laptop-tablet {
    display: none;
  }
}
@media (min-width: 1024px) {
  .wp-block-spacer.is-style-tablet-only {
    display: none;
  }
}
@media (max-width: 781px) {
  .wp-block-spacer.is-style-tablet-only {
    display: none;
  }
}

@media (max-width: 781px) {
  .is-style-mobile-hide {
    display: none;
  }
}

/**
 * List block
 */
ul.is-style-no-bottom-margin {
  margin-bottom: 0 !important;
}

ul.is-style-condensed {
  margin-top: -0.75em !important;
  margin-bottom: 0 !important;
}

ol.is-style-large-numbered {
  font-size: 1.125rem !important;
  line-height: 1.4 !important;
  padding: 0 !important;
  margin-top: 2.5em !important;
}
ol.is-style-large-numbered li {
  margin: 0 0 2.5em 0 !important;
  padding: 0 0 0 4em !important;
  text-indent: 0 !important;
  position: relative;
}
ol.is-style-large-numbered li:before {
  content: counter(item) !important;
  font-size: 5.34em;
  color: #EDEDED;
  font-weight: 700 !important;
  width: auto !important;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 0.75;
}

/**
 * Quote block
 */
.wp-block-quote {
  position: relative;
  padding: 3rem;
  border-radius: 1.25rem;
  margin-left: 32px;
}
.wp-block-quote p {
  margin-bottom: 1.125rem;
}
.wp-block-quote:before {
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="57.69" height="62.7" viewBox="0 0 57.69 62.7"><path d="M31.67,36.39v22.68c0,2.01,1.63,3.64,3.64,3.64h18.75c2.01,0,3.64-1.63,3.64-3.64v-19.04c0-2.01-1.63-3.64-3.64-3.64h-6.11c-1.5,0-2.72-1.23-2.69-2.73.12-5.09,1.63-16.02,11.85-21.82.35-.2.58-.57.58-.97V1.12c0-.81-.83-1.35-1.57-1.02-5.46,2.45-23.35,12.28-24.46,36.29" fill="%23231f20"/><path class="cls-1" d="M0,36.39v22.68c0,2.01,1.63,3.64,3.64,3.64h18.75c2.01,0,3.64-1.63,3.64-3.64v-19.04c0-2.01-1.63-3.64-3.64-3.64h-6.11c-1.5,0-2.72-1.23-2.69-2.73.12-5.09,1.63-16.02,11.85-21.82.35-.2.58-.57.58-.97V1.12c0-.81-.83-1.35-1.57-1.02C19,2.55,1.11,12.38,0,36.39" fill="%23231f20"/></svg>');
  position: absolute;
  top: -45px;
  left: -32px;
}

/**
 * Yoast Breadcrumbs
 */
.yoast-breadcrumbs {
  color: #3557ff;
  font-size: 1.125rem;
  font-weight: 400;
  margin-bottom: -20px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .yoast-breadcrumbs:not(.alignleft):not(.alignright):not(.alignfull) {
    margin: 0 6.5% -20px !important;
  }
}
@media (max-width: 781px) {
  .yoast-breadcrumbs {
    font-size: 0.9375rem;
  }
  .yoast-breadcrumbs:not(.alignleft):not(.alignright):not(.alignfull) {
    margin: 0 6.5% 20px !important;
  }
}
.yoast-breadcrumbs + .wp-block-columns {
  margin-top: 0 !important;
}

.breadcrumb-home-icon:after {
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="16.698" height="16.697" viewBox="0 0 16.698 16.697"><path d="M8.349,0A8.358,8.358,0,0,0,0,8.348v7.724a.626.626,0,0,0,.625.625H16.073a.626.626,0,0,0,.625-.625V8.348A8.358,8.358,0,0,0,8.349,0" fill="%233557ff"/></svg>');
  margin-right: 0.5rem;
  position: relative;
  top: 2px;
}

.breadcrumb_last {
  color: #000000;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
body {
  --tec-color-accent-primary: #3557FF;
  --tec-font-family-sans-serif: "Lato", sans-serif;
}

.tribe-common-c-btn {
  background: -webkit-gradient(linear, left top, right top, from(#00157C), to(#3557ff)) !important;
  background: linear-gradient(90deg, #00157C 0%, #3557ff 100%) !important;
  border-radius: 4rem !important;
  border: 1.5px solid #000000 !important;
  padding: 0.6em 1.3 !important;
  line-height: 1 !important;
}

.tribe-common-c-btn-border {
  border: 1.5px solid #3557ff !important;
  border-radius: 4rem !important;
  padding: 0.6em 1.3em !important;
  line-height: 1 !important;
}

.tribe-common-c-btn--clear,
.tribe-events-c-subscribe-dropdown__button-text {
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 700;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown__button,
.tribe-block__events-link .tribe-events-c-subscribe-dropdown__button {
  width: 242px !important;
}

.tribe-events .tribe-events-calendar-list__event-featured-image {
  border-radius: 1.125rem;
  border: 1.5px solid #000000;
}

/*--------------------------------------------------------------
Fancybox
--------------------------------------------------------------*/
.fancybox-enabled {
  overflow: hidden;
}

.fancybox-enabled body {
  overflow: visible;
  height: 100%;
}

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992;
}

.fancybox-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0f0f11;
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox-container--ready .fancybox-bg {
  opacity: 0.87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  z-index: 99994;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  direction: ltr;
}

.fancybox-show-controls .fancybox-controls {
  opacity: 1;
}

.fancybox-infobar {
  display: none;
}

.fancybox-show-infobar .fancybox-infobar {
  display: inline-block;
  pointer-events: all;
}

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-buttons {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  pointer-events: all;
}

.fancybox-show-buttons .fancybox-buttons {
  display: block;
}

.fancybox-slider-wrap {
  overflow: hidden;
  direction: ltr;
}

.fancybox-slider-wrap,
.fancybox-slider {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
}

.fancybox-slide--image {
  overflow: hidden;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-content {
  display: inline-block;
  position: relative;
  margin: 44px auto;
  padding: 0;
  border: 0;
  width: 80%;
  height: calc(100% - 88px);
  vertical-align: middle;
  line-height: normal;
  text-align: left;
  white-space: normal;
  outline: none;
  font-size: 16px;
  font-family: Arial, sans-serif;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
}

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
  background: transparent;
}

.fancybox-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  background: transparent;
  background-size: 100% 100%;
}

.fancybox-controls--canzoomOut .fancybox-placeholder {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-controls--canzoomIn .fancybox-placeholder {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-controls--canGrab .fancybox-placeholder {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-controls--isGrabbing .fancybox-placeholder {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

.fancybox-error {
  position: absolute;
  margin: 0;
  padding: 40px;
  top: 50%;
  left: 50%;
  width: 380px;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  cursor: default;
}

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}

.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  z-index: 2;
}

.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}

.fancybox-slide--video .fancybox-close-small {
  top: -36px;
  right: -36px;
  background: transparent;
}

.fancybox-slide--video .fancybox-content {
  width: 1200px;
  height: 675px;
  max-width: 80%;
  max-height: 80%;
}

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}

/* Caption */
.fancybox-caption-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  z-index: 99998;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, rgba(0, 0, 0, 0.1)), color-stop(40%, rgba(0, 0, 0, 0.2)), color-stop(80%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  pointer-events: none;
}

.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
}

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button {
  pointer-events: all;
}

.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}

/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  background: transparent;
  color: #fff;
  vertical-align: top;
  outline: none;
}

.fancybox-button--disabled {
  cursor: default;
  pointer-events: none;
}

.fancybox-infobar__body,
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
}

.fancybox-button:hover {
  background: rgba(0, 0, 0, 0.8);
}

.fancybox-button::before,
.fancybox-button::after {
  content: "";
  pointer-events: none;
  position: absolute;
  border-color: #fff;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  display: inline-block;
}

.fancybox-button--disabled::before,
.fancybox-button--disabled::after {
  opacity: 0.5;
}

.fancybox-button--left::after {
  left: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.fancybox-button--right::after {
  right: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--left {
  border-bottom-left-radius: 5px;
}

.fancybox-button--right {
  border-bottom-right-radius: 5px;
}

.fancybox-button--close {
  float: right;
}

.fancybox-button--close::before,
.fancybox-button--close::after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
}

.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Loading spinner */
.fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate 0.8s infinite linear;
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-controls {
    text-align: left;
  }
  .fancybox-button--left,
  .fancybox-button--right,
  .fancybox-buttons button:not(.fancybox-button--close) {
    display: none !important;
  }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }
}
/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: 15px;
  top: 16px;
  border: 2px solid;
  background: none;
}

/* Slideshow button */
.fancybox-button--play::before {
  top: 16px;
  left: 18px;
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
  background: transparent;
}

.fancybox-button--pause::before {
  top: 16px;
  left: 18px;
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px;
  background: transparent;
}

/* Thumbs */
.fancybox-button--thumbs span {
  font-size: 23px;
}

.fancybox-button--thumbs::before {
  top: 20px;
  left: 21px;
  width: 3px;
  height: 3px;
  -webkit-box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
          box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
}

.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap,
.fancybox-container--thumbs .fancybox-caption-wrap {
  right: 220px;
}

.fancybox-thumbs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 220px;
  margin: 0;
  padding: 5px 5px 0 0;
  background: #fff;
  z-index: 99993;
  word-break: normal;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
}

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
}

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  max-width: 50%;
  padding: 0;
  margin: 0;
  width: 105px;
  height: 75px;
  position: relative;
  cursor: pointer;
  outline: none;
  border: 5px solid #fff;
  border-top-width: 0;
  border-right-width: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-thumbs > ul > li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    display: none !important;
  }
  .fancybox-container--thumbs .fancybox-controls,
  .fancybox-container--thumbs .fancybox-slider-wrap,
  .fancybox-container--thumbs .fancybox-caption-wrap {
    right: 0;
  }
}
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #000000;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
/*# sourceMappingURL=style-2023.css.map */