:root {
  --neutral-gray: #F3F3F3;
  --neutral-blue: #DBF3FE;
  --neutral-blue2: #ECF9FF;
  --primary-color: #0033A0;
  --secondary-color: #A4D65E;
  --tertiary-color: #002D72;
  --light-blue: #41B6E6;
}

.max-wrap > .content {
  max-width: 1400px !important;
  margin: 0 auto;
}

.max-wrap-medium > .content {
  max-width: 1400px !important;
  margin: 0 auto;
}

.max-wrap-large > .content {
  max-width: 1510px !important;
  margin: 0 auto;
}

.max-wrap-small > .content {
  max-width: 900px !important;
  margin: 0 auto;
}

.max-wrap-xsmall > .content {
  max-width: 800px !important;
  margin: 0 auto;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
  margin: 0;
  width: 100%;
  overflow-x: clip;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary, div {
  display: block;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
}

audio, canvas, progress, video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 75%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.3em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0px;
}

figcaption {
  text-align: center;
}

hr {
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td, th {
  padding: 0;
}

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

nav ul {
  padding: 0;
  margin: 0;
}

nav li {
  padding: 0;
  margin: 0;
}

dl {
  margin: 0;
}

[role=button] {
  cursor: pointer;
}

/*! END normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/** Pannos Normalize  */
html {
  color: #222;
  font-size: 62.5%;
} /* BASE FONT 10px - Line Height  24px */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  font-size: 1.6rem;
  line-height: 1.625;
} /* Font Smoothing */
/* Font Loading Fix*/
html.wf-loading {
  font-family: "Arial", Tahoma, sans-serif;
  line-height: 1.5;
  visibility: hidden;
}

html.wf-active, html.wf-inactive {
  visibility: visible;
  font-size: 62.5%;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1.5em 0;
  padding: 0;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

a {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, ul, p {
  margin: 0 0 1em 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*Hide visually and from screen readers:*/
.hidden {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

@media screen and (max-width: 980px) {
  .hideOnMobile {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}
/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after,
.l-row:before,
.l-row:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after,
.l-row:after {
  clear: both;
}

/** Button Reset */
button {
  border: none;
  background: none;
  padding: 0;
  display: inline-block;
}

html {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #373737;
}

body {
  font-family: "montserrat", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
}
h1 p,
h2 p,
h3 p,
h4 p,
h5 p,
h6 p {
  margin: 0;
  font-size: inherit !important;
}

[role=button] {
  cursor: pointer;
}

button {
  background: none;
  border: none;
}

a * {
  pointer-events: none;
}

a .js-delete-cta,
a .js-move-cta-left,
a .js-move-cta-right,
a .icon-bin {
  pointer-events: all;
}
a[href*=tel] {
  white-space: nowrap;
}

.hydrated a[data-speedbump] {
  position: relative;
}

.no-top-padding * {
  -webkit-transition: none !important;
  transition: none !important;
}

/**ADMIN CSS **/
.cke_contents {
  resize: vertical;
}

[data-inline-editor="Kentico.InlineEditor.RichText"] {
  min-width: 150px;
}

a {
  color: #0033A0;
}
a:hover, a:focus {
  text-decoration: none;
}

.content {
  font-family: "montserrat", sans-serif;
}

main a:not([class]),
main a[class=speedbump] {
  font-weight: 700;
  text-decoration: underline;
}
main a:not([class]):hover,
main a[class=speedbump]:hover {
  text-decoration: underline;
  font-weight: 700;
}

@media screen and (max-width: 980px) {
  .mobile-no-margin-bottom {
    margin-bottom: 0 !important;
  }
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.margin-top-small {
  margin-top: 0.5em !important;
}

.margin-bottom-small {
  margin-bottom: 0.5em !important;
}

.margin-top-medium {
  margin-top: 1.5em !important;
}

.margin-bottom-medium {
  margin-bottom: 1.5em !important;
}

.margin-top-large {
  margin-top: 2.5em !important;
}

.margin-bottom-large {
  margin-bottom: 2.5em !important;
}

.margin-top-xlarge {
  margin-top: 3.5em !important;
}

.margin-bottom-xlarge {
  margin-bottom: 3.5em !important;
}

.margin-top-xxlarge {
  margin-top: 5em !important;
}

.margin-bottom-xxlarge {
  margin-bottom: 5em !important;
}

@media screen and (min-width: 981px) {
  .margin-top-small {
    margin-top: 1em !important;
  }
  .margin-bottom-small {
    margin-bottom: 1em !important;
  }
  .margin-top-medium {
    margin-top: 3em !important;
  }
  .margin-bottom-medium {
    margin-bottom: 3em !important;
  }
  .margin-top-large {
    margin-top: 5em !important;
  }
  .margin-bottom-large {
    margin-bottom: 5em !important;
  }
  .margin-top-xlarge {
    margin-top: 7em !important;
  }
  .margin-bottom-xlarge {
    margin-bottom: 7em !important;
  }
  .margin-top-xxlarge {
    margin-top: 10em !important;
  }
  .margin-bottom-xxlarge {
    margin-bottom: 10em !important;
  }
}
.no-padding-top,
.no-top-padding {
  padding-top: 0 !important;
}

.no-padding-bottom,
.no-bottom-padding {
  padding-bottom: 0 !important;
}

.padding-top-small {
  padding-top: 0.5em !important;
}

.padding-bottom-small {
  padding-bottom: 0.5em !important;
}

.padding-top-medium {
  padding-top: 1.5em !important;
}

.padding-bottom-medium {
  padding-bottom: 1.5em !important;
}

.padding-top-large {
  padding-top: 2.5em !important;
}

.padding-bottom-large {
  padding-bottom: 2.5em !important;
}

.padding-top-xlarge {
  padding-top: 3.5em !important;
}

.padding-bottom-xlarge {
  padding-bottom: 3.5em !important;
}

.padding-top-xxlarge {
  padding-top: 5em !important;
}

.padding-bottom-xxlarge {
  padding-bottom: 5em !important;
}

@media screen and (min-width: 981px) {
  .padding-top-small {
    padding-top: 1em !important;
  }
  .padding-bottom-small {
    padding-bottom: 1em !important;
  }
  .padding-top-medium {
    padding-top: 3em !important;
  }
  .padding-bottom-medium {
    padding-bottom: 3em !important;
  }
  .padding-top-large {
    padding-top: 5em !important;
  }
  .padding-bottom-large {
    padding-bottom: 5em !important;
  }
  .padding-top-xlarge {
    padding-top: 7em !important;
  }
  .padding-bottom-xlarge {
    padding-bottom: 7em !important;
  }
  .padding-top-xxlarge {
    padding-top: 10em !important;
  }
  .padding-bottom-xxlarge {
    padding-bottom: 10em !important;
  }
}
.linkbox {
  cursor: pointer;
}

.CodeMirror-code {
  font-size: 12px;
  text-transform: none;
}

/** Lazy loaded backgrounds **/
.lazy {
  background-image: none;
}

html:not(.hydrated) {
  /* TRY WITHOUT THIS BUT MIGHT CAUSE ISSUES WITH JAVASCRIPT WHEN CLICKING ON SPEEDBUMP LINK WITH IMAGE IN IT
     @include tablet {
         a * {
             pointer-events: none;
         }
     }
     */
}
html:not(.hydrated) button * {
  pointer-events: none;
}
html:not(.hydrated) a.speedbump * {
  pointer-events: none;
}

.f-h1,
h1:not([class]) {
  font-weight: 700;
  font-size: clamp(2.8rem, 3.5vw, 7rem);
  line-height: 0.9;
  font-family: "montserrat", sans-serif;
  color: #002D72;
}
@media screen and (max-width: 980px) {
  .f-h1,
  h1:not([class]) {
    line-height: 1.3;
  }
}
.f-h1 strong,
h1:not([class]) strong {
  color: #002D72;
  font-weight: 700;
}

.f-h2 {
  font-weight: 700;
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 1.3;
  font-family: "montserrat", sans-serif;
  color: #002D72;
}
.f-h2 strong {
  color: #002D72;
  font-weight: 700;
}

.f-h2-alt,
h2:not([class]) {
  font-weight: 700;
  font-size: clamp(2.4rem, 3vw, 3rem);
  line-height: 1.3;
  font-family: "montserrat", sans-serif;
  color: #002D72;
}
.f-h2-alt strong,
h2:not([class]) strong {
  color: #002D72;
  font-weight: 700;
}

.f-h3-alt {
  font-weight: 700;
  font-size: clamp(2.2rem, 3vw, 3rem);
  line-height: 1;
  text-transform: uppercase;
  font-family: "montserrat", sans-serif;
  color: #002D72;
}
.f-h3-alt strong {
  color: #002D72;
  font-weight: 700;
}

.f-h3,
h3:not([class]) {
  font-weight: 700;
  font-size: clamp(2.2rem, 3vw, 2.3rem);
  line-height: 1.3;
  font-family: "montserrat", sans-serif;
  color: #002D72;
}

.f-h4,
h4:not([class]) {
  font-weight: 700;
  font-size: clamp(2.8rem, 3vw, 3.8rem);
  line-height: 1.3;
  font-family: "montserrat", sans-serif;
  color: #002D72;
}

.f-h4-alt {
  font-weight: 700;
  font-size: clamp(2.8rem, 3vw, 3.8rem);
  line-height: 1.3;
  font-family: "turbinado-pro", sans-serif;
}

.f-h5,
h5:not([class]) {
  font-weight: 700;
  font-size: clamp(1.7rem, 1.8vw, 2rem);
  line-height: 1.3;
  font-family: "montserrat", sans-serif;
  color: #002D72;
}

.f-h5-alt {
  font-weight: 700;
  font-size: clamp(2.4rem, 3vw, 3rem);
  line-height: 1.3;
  font-family: "montserrat", sans-serif;
  color: #0033A0;
}

.f-h6,
h6:not([class]) {
  font-weight: 400;
  font-size: clamp(1.4rem, 1.8vw, 1.6rem);
  line-height: 1.3;
  font-family: "montserrat", sans-serif;
}

main {
  text-wrap: pretty;
}

@media screen and (max-width: 980px) {
  img[class*=fr-],
  span[class*=fr-] {
    display: block;
    width: 100%;
    margin: 20px 0;
  }
  img.fr-dib {
    margin: 0 auto !important;
  }
}
@media screen and (min-width: 981px) {
  img.fr-dib {
    display: block;
    float: none;
    margin: 20px auto;
    vertical-align: top;
  }
  img.fr-dib.fr-fil {
    margin-left: 0;
    text-align: left;
  }
  img.fr-dib.fr-fir {
    margin-right: 0;
    text-align: right;
  }
  img.fr-dii {
    display: inline-block;
    float: none;
    margin-left: 20px;
    margin-right: 20px;
    max-width: calc(100% - 40px);
    vertical-align: bottom;
  }
  img.fr-dii.fr-fil {
    float: left;
    margin: 20px 20px 20px 0;
    max-width: calc(100% - 20px);
  }
  img.fr-dii.fr-fir {
    float: right;
    margin: 20px 0 20px 20px;
    max-width: calc(100% - 20px);
  }
  span.fr-img-caption {
    max-width: 100%;
    position: relative;
  }
  span.fr-img-caption.fr-dib {
    display: block;
    float: none;
    margin: 20px auto;
    vertical-align: top;
  }
  span.fr-img-caption.fr-dib.fr-fil {
    margin-left: 0;
    text-align: left;
  }
  span.fr-img-caption.fr-dib.fr-fir {
    margin-right: 0;
    text-align: right;
  }
  span.fr-img-caption.fr-dii {
    display: inline-block;
    float: none;
    margin-left: 20px;
    margin-right: 20px;
    max-width: calc(100% - 40px);
    vertical-align: bottom;
  }
  span.fr-img-caption.fr-dii.fr-fil {
    float: left;
    margin: 20px 20px 20px 0;
    max-width: calc(100% - 20px);
  }
  span.fr-img-caption.fr-dii.fr-fir {
    float: right;
    margin: 20px 0 20px 20px;
    max-width: calc(100% - 20px);
  }
  .fr-video {
    position: relative;
    text-align: center;
  }
  .fr-video.fr-rv {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
  }
  .fr-video.fr-rv embed,
  .fr-video.fr-rv object,
  .fr-video.fr-rv > iframe {
    height: 100%;
    left: 0;
    position: absolute !important;
    top: 0;
    width: 100%;
  }
  .fr-video > * {
    border: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    max-width: 100%;
  }
  .fr-video.fr-dvb {
    clear: both;
    display: block;
  }
  .fr-video.fr-dvb.fr-fvl {
    text-align: left;
    margin: 20px 20px 20px 0;
    max-width: calc(100% - 20px);
  }
  .fr-video.fr-dvb.fr-fvr {
    text-align: right;
    margin: 20px 0 20px 20px;
    max-width: calc(100% - 20px);
  }
  .fr-video.fr-dvi {
    display: inline-block;
  }
  .fr-video.fr-dvi.fr-fvl {
    float: left;
    margin: 20px 20px 20px 0;
    max-width: calc(100% - 20px);
  }
  .fr-video.fr-dvi.fr-fvr {
    float: right;
    margin: 20px 0 20px 20px;
    max-width: calc(100% - 20px);
  }
  a.fr-strong {
    font-weight: 700;
  }
  a.fr-green {
    color: green;
  }
  .fr-img-caption {
    text-align: center;
  }
  .fr-img-caption .fr-img-wrap {
    margin: auto;
    padding: 0;
    text-align: center;
    width: 100%;
  }
  .fr-img-caption .fr-img-wrap a {
    display: block;
  }
  .fr-img-caption .fr-img-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
  .fr-img-caption .fr-img-wrap > span {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    font-size: 14px;
    font-weight: 400;
    margin: auto;
    -webkit-opacity: 0.9;
    -moz-opacity: 0.9;
    opacity: 0.9;
    padding: 20px 20px 40px;
    text-align: center;
    width: 100%;
  }
}
.outline {
  -webkit-text-stroke: 1px #0033A0;
  color: #fff;
}

.disclosure p {
  font-style: italic;
}

.theme-navy {
  --background-color: #002D72 !important;
  --primary-color: #0033A0 !important;
  --text-color: #fff !important;
  --accent-color: #41B6E6 !important;
  --cta-text-color: #A4D65E !important;
  --filter: url('data:image/svg+xml;utf8,    <svg xmlns="http://www.w3.org/2000/svg">      <filter id="recolor" color-interpolation-filters="sRGB">        <feColorMatrix type="matrix" values="          0 0 0 0 1          0 0 0 0 1          0 0 0 0 1          0 0 0 1 0        "/>      </filter>    </svg>    #recolor') !important;
}

.theme-green {
  --background-color: #A4D65E !important;
  --primary-color: #0033A0 !important;
  --text-color: #002D72 !important;
  --accent-color: #fff !important;
  --cta-text-color: #fff !important;
  --filter: url('data:image/svg+xml;utf8,    <svg xmlns="http://www.w3.org/2000/svg">      <filter id="recolor" color-interpolation-filters="sRGB">        <feColorMatrix type="matrix" values="          0 0 0 0 1          0 0 0 0 1          0 0 0 0 1          0 0 0 1 0        "/>      </filter>    </svg>    #recolor') !important;
}

.theme-light-blue {
  --background-color: #41B6E6 !important;
  --primary-color: #0033A0 !important;
  --text-color: #002D72 !important;
  --accent-color: #fff !important;
  --cta-text-color: #fff !important;
  --filter: url('data:image/svg+xml;utf8,    <svg xmlns="http://www.w3.org/2000/svg">      <filter id="recolor" color-interpolation-filters="sRGB">        <feColorMatrix type="matrix" values="          0 0 0 0 1          0 0 0 0 1          0 0 0 0 1          0 0 0 1 0        "/>      </filter>    </svg>    #recolor') !important;
}

.hydrated .ktc-rich-text-wrapper .fr-wCounter {
  position: absolute;
  bottom: 0;
  right: 0;
}
.hydrated .ktc-widget--selected {
  margin-top: 32px;
}
.hydrated .feature-header .ktc-widget-body-wrapper {
  width: 100vw;
}
.hydrated .ktc-widget-zone {
  top: 10px;
}

/** DEFAULT SPEEDBUMP STYLES **/
.speedbump_back, .js-email_pop {
  background-color: rgba(0, 0, 0, 0.7) !important;
  position: fixed;
  overflow: auto;
  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;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9100;
  text-align: center;
}

.speedbump_pop_inner, .email_pop_inner {
  display: inline-block;
  max-width: 480px;
  width: 90%;
}

.speedbump_pop_content, .email_pop_content {
  background: #fff;
  border-radius: 0;
  padding: 0;
  text-align: center;
  padding: 32px;
}

.speedbump_pop_header, .email_pop_header {
  background: #fff;
  border-radius: 0;
  color: #0033A0;
  font-family: "montserrat", sans-serif;
  font-weight: bold;
  margin-bottom: 0.7em;
  font-size: 2rem;
}

.speedbump_pop_message, .email_pop_message {
  color: #373737;
  font-size: 1.6rem;
  font-family: "montserrat", sans-serif;
  text-align: left;
  margin-bottom: 2em;
}

.speedbump_pop_buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}

.speedbump_pop_buttons .cta-btn, .speedbump_pop_buttons button.fsSubmitButton, .speedbump_pop_buttons .cta-btn-green, .speedbump_pop_buttons .ghost-btn, .speedbump_pop_buttons .ai-results-area .ai-answer > div > a, .ai-results-area .speedbump_pop_buttons .ai-answer > div > a, .speedbump_pop_buttons .ghost-btn-green, .speedbump_pop_buttons .ghost-btn-white {
  padding: 0.7em 1em;
}

/*.speedbump_pop_btn, .email_pop_btn {
    display: inline-block;
    padding: .4em 1em;
    font-size: .9em;
    border-radius: 5px;
    text-align: center;
    font-family: $body-font;
    font-weight: bold;
}

.speedbump_pop_btn_ok, .email_pop_btn_ok {
    background: $tertiary-color;
    color: $white;
    margin: 0 15px 15px 0;
    width: 100%;

    &:hover, &:focus {
        background: darken($tertiary-color, 10);
    }
}

.speedbump_pop_btn_cancel, .email_pop_btn_cancel {
    color: $primary-color;
    width: 100%;

    &:hover, &:focus {
        text-decoration: underline;
    }
}
*/
.cookie-notice {
  display: none;
  color: #fff;
  text-align: left;
  position: fixed;
  bottom: calc(1em + 56px);
  width: 100%;
  padding: 1em 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 999999;
}
@media screen and (min-width: 981px) {
  .cookie-notice {
    width: calc(100vw - 300px);
    margin: 0 150px 0;
    bottom: 1em;
  }
}
.cookie-notice > .content {
  background: #002D72;
  font-size: 1.4rem;
  max-width: 1400px;
  margin: 0 auto;
  padding: 1em 30px;
  max-width: 1400px;
  margin: 0 auto;
  /*
      button, a {
          margin-right: 10px;
          font-size: 1.2rem;

          &:last-of-type {
              margin-right: 0;
          }

          color: $white;
      }
  }*/
}
@media screen and (min-width: 981px) {
  .cookie-notice > .content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1400px;
  }
}
.cookie-notice > .content .page-header-info {
  margin-right: 20px;
  max-width: 535px;
}
.cookie-notice > .content .page-header-info a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}
.cookie-notice > .content .page-header-info a:hover {
  text-decoration-thickness: 3px;
}
.cookie-notice > .content .page-header-info *:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 980px) {
  .cookie-notice > .content .page-header-info {
    margin: 0 0 1.3em 0;
  }
}
.cookie-notice > .content .page-header-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: clamp(20px, 2vw, 50px);
     -moz-column-gap: clamp(20px, 2vw, 50px);
          column-gap: clamp(20px, 2vw, 50px);
}
@media screen and (max-width: 980px) {
  .cookie-notice > .content .page-header-link {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.cookie-notice > .content .page-header-link .cta-btn:hover, .cookie-notice > .content .page-header-link button.fsSubmitButton:hover, .cookie-notice > .content .page-header-link .cta-btn-green:hover {
  color: #0033A0;
  background-color: #fff;
}
.cookie-notice > .content .page-header-link {
  font-size: 1.5rem;
}

/**
// Buttons
*/
/*** FOCUS STYLES ***/
a:focus,
button:focus,
input:focus,
select:focus {
  outline: 1px dotted #3a87ad;
  /* box-shadow: 0 0 5px 1px #3a87ad; */
}

div:focus,
section:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.cta-btn-white {
  display: inline-block;
  background: #fff;
  color: #0033A0;
  font-size: 1.6rem;
  padding: 0.8em 2em;
  border-radius: 25px;
  font-weight: 600;
  border: solid 2px #fff;
  text-align: center;
  line-height: 1.3;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cta-btn-white:hover {
  border-color: rgb(216.75, 216.75, 216.75);
  background: rgb(216.75, 216.75, 216.75);
}

.cta-btn, button.fsSubmitButton, .cta-btn-green {
  display: inline-block;
  background: #0033A0;
  color: #fff;
  font-size: 1.6rem;
  padding: 0.8em 2em;
  border-radius: 25px;
  font-weight: 600;
  border: solid 2px #0033A0;
  text-align: center;
  line-height: 1.3;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cta-btn:hover, button.fsSubmitButton:hover, .cta-btn-green:hover {
  background: rgb(0, 42.871875, 134.5);
}

@media screen and (max-width: 980px) {
  .search-mobile-btn-style {
    display: inline-block;
    background: #0033A0;
    color: #fff;
    font-size: 1.8rem;
    padding: 0.7em 2em;
    border-radius: 25px;
    font-weight: 600;
    border: solid 2px #0033A0;
    text-align: center;
    line-height: 1.3;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .search-mobile-btn-style:hover {
    background: rgb(0, 42.871875, 134.5);
  }
}

.cta-btn-green {
  background: #A4D65E;
  border-color: #A4D65E;
}

.ghost-btn, .ai-results-area .ai-answer > div > a, .ghost-btn-green, .ghost-btn-white {
  display: inline-block;
  background: none;
  color: #373737;
  font-size: 1.6rem;
  border-radius: 25px;
  padding: 0.8em 1.5em;
  text-align: center;
  font-weight: 700;
  border: solid 2px #0033A0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  line-height: 1.3;
  transition: all 0.5s ease;
}
@media screen and (min-width: 981px) {
  .ghost-btn, .ai-results-area .ai-answer > div > a, .ghost-btn-green, .ghost-btn-white {
    padding: 0.8em 2em;
  }
}
.ghost-btn:hover, .ai-results-area .ai-answer > div > a:hover, .ghost-btn-green:hover, .ghost-btn-white:hover {
  background: #0033A0;
  color: #fff;
}

.ghost-btn-white {
  border: solid 2px #fff;
  color: #fff;
}
.ghost-btn-white:hover {
  background: #fff;
  color: #0033A0;
}

.ghost-btn-green {
  border: solid 2px #A4D65E;
  color: #fff;
}
.ghost-btn-green:hover {
  background: #fff;
  color: #0033A0;
}

.apple-btn {
  display: block;
  color: transparent;
  background: url("../images/apple-button.svg") no-repeat center/235px 72px;
  height: 50px;
  width: 235px;
  opacity: 0.7;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  background-color: black;
  border-radius: 30px;
}
.apple-btn .text {
  visibility: hidden;
}
.apple-btn:hover {
  opacity: 1;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.android-btn {
  display: block;
  color: transparent;
  background: url("../images/google-button.svg") no-repeat center/235px 72px;
  background-color: black;
  border-radius: 30px;
  height: 50px;
  width: 235px;
  opacity: 0.7;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}
.android-btn .text {
  visibility: hidden;
}
.android-btn:hover {
  opacity: 1;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

@-webkit-keyframes scaleBackground {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

@keyframes scaleBackground {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}
.icon-lnk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: 500;
}
.icon-lnk img {
  margin-right: 5px;
}

.icon-lnk-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 700;
  color: #373737;
  text-align: center;
}
.icon-lnk-vertical img {
  margin-bottom: 1em;
  -webkit-filter: invert(1);
          filter: invert(1);
}

.top-lnk:before {
  content: "";
  width: 10px;
  height: 22px;
  background: url(../images/arrow-up.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.cta-lnk, .cta-lnk-white {
  color: #A4D65E;
  font-weight: 700;
  position: relative;
  -webkit-text-decoration: underline transparent;
          text-decoration: underline transparent;
  text-decoration-thickness: 2px;
  -webkit-transition: -webkit-text-decoration 0.2s ease;
  transition: -webkit-text-decoration 0.2s ease;
  transition: text-decoration 0.2s ease;
  transition: text-decoration 0.2s ease, -webkit-text-decoration 0.2s ease;
  font-size: clamp(2rem, 5vw, 2.2rem);
}
.cta-lnk:hover, .cta-lnk-white:hover {
  text-decoration-color: currentcolor;
  text-decoration: underline;
}

.cta-lnk-blue {
  color: #0033A0;
  font-weight: 700;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  max-width: calc(100vw - 40px);
}
.cta-lnk-blue:hover {
  text-decoration: underline;
  font-weight: 700;
}

.cta-lnk-white {
  color: #fff !important;
}

.arrow-lnk {
  position: relative;
}
.arrow-lnk:after {
  content: "";
  background: url(../Images/login-arrow.svg);
  display: inline-block;
  margin-left: 5px;
  color: #002D72;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  width: 7px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.5s ease;
}
.arrow-lnk:hover:after {
  -webkit-transform: translateX(0.2em);
          transform: translateX(0.2em);
}

@media screen and (min-width: 981px) {
  body {
    width: 100vw;
    padding-right: 15px;
    overflow-x: clip;
  }
}
body:before {
  content: "";
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.16);
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  z-index: 900;
  opacity: 0;
  pointer-events: none;
  backdrop-filter: blur(10px);
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
body.nav-open, body.search-open, body.login-open {
  -webkit-box-shadow: 0 3px 3px 3px #000;
          box-shadow: 0 3px 3px 3px #000;
}
body.nav-open:before, body.search-open:before, body.login-open:before {
  pointer-events: all;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (min-width: 1050px) {
  body.nav-open:before {
    opacity: 1;
  }
}

.mobile-utility-area {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 56px;
  background-color: #002D72;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-template-columns: repeat(auto-fit, 19%);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  z-index: 999;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.mobile-utility-area a[href*=payment] {
  display: none;
}
@media screen and (min-width: 1050px) {
  .mobile-utility-area {
    display: none;
  }
}
.mobile-utility-area > a,
.mobile-utility-area > button {
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.mobile-utility-area > a:before,
.mobile-utility-area > button:before {
  content: none;
}
.mobile-utility-area .search-btn img {
  display: none;
}
.mobile-utility-area .search-btn span {
  padding-left: 7px;
}
.mobile-utility-area .search-btn .close-btn {
  display: none;
  font-size: 4rem;
  color: #0033A0;
  line-height: 1;
  position: relative;
  top: 4px;
}
.mobile-utility-area .search-btn .closed {
  display: block;
}
.mobile-utility-area .search-btn .open {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mobile-utility-area .search-btn .open .times {
  font-size: 2em;
}
.mobile-utility-area .search-btn:hover .open .times {
  text-decoration: none;
}
body.search-open #header > .utility-area > .search-btn .close-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.search-open #header > .utility-area > .search-btn .search-icon {
  display: none;
}
body.search-open #header > .utility-area > .search-btn .closed {
  display: none;
}
body.search-open #header > .utility-area > .search-btn .open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.headers {
  position: relative;
  z-index: 1000;
}
@media screen and (max-width: 1050px) {
  .headers {
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 6px 0;
            box-shadow: rgba(0, 0, 0, 0.2) 0 0 6px 0;
  }
}
.nav-open .headers {
  z-index: 1000;
}
@media screen and (min-width: 1050px) {
  .headers {
    background: linear-gradient(180deg, rgb(0, 51, 160) 23px, rgb(255, 255, 255) 23px);
    width: 100vw;
  }
  .headers:before {
    content: "";
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0 9px 0;
            box-shadow: rgba(0, 0, 0, 0.5) 0 0 9px 0;
    z-index: 1004;
  }
}
.headers .mobile-header {
  display: grid;
  grid-template-columns: 75px 1fr 75px;
  grid-column-gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
  background-color: #fff;
  width: 100%;
}
@media screen and (min-width: 1050px) {
  .headers .mobile-header {
    display: none;
  }
}
.headers .mobile-header .menu-btn {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 5px;
  width: 75px;
  height: 70px;
  padding: 23px;
}
.headers .mobile-header .menu-btn .line {
  background: #0033A0;
  border-radius: 3px;
  height: 3px;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.headers .mobile-header .menu-btn.open .line-2 {
  -webkit-transform: translate(100%);
          transform: translate(100%);
  opacity: 0;
}
.headers .mobile-header .menu-btn.open .line-1 {
  -webkit-transform: rotate(45deg) translate(8px, 7px);
          transform: rotate(45deg) translate(8px, 7px);
}
.headers .mobile-header .menu-btn.open .line-3 {
  -webkit-transform: rotate(-45deg) translate(6px, -6px);
          transform: rotate(-45deg) translate(6px, -6px);
}
.headers .mobile-header .logo {
  text-align: center;
}
@media screen and (max-width: 1050px) {
  .headers .mobile-header .logo img {
    width: 100%;
    max-height: 42px;
  }
}
@media screen and (min-width: 1050px) {
  .headers .mobile-header .logo img {
    height: 42px;
  }
}
.headers .mobile-header .login-btn {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 70px;
  width: 100%;
  font-size: 1.6rem;
  text-align: center;
}
.headers #header {
  position: relative;
  display: none;
  height: 100px;
}
@media screen and (max-width: 1050px) {
  .nav-open .headers #header {
    display: block;
    height: calc(100dvh - 70px);
    width: calc(95% + 20px);
    position: absolute;
    right: -20px;
    background-color: #fff;
    border-left: 10px solid #41B6E6;
    overflow: auto;
  }
  .nav-open .headers #header:before {
    content: "";
  }
}
@media screen and (min-width: 1050px) {
  .headers #header {
    max-width: 1400px;
    margin: 0 auto;
    max-width: 1935px;
    display: grid;
    grid-template-columns: clamp(200px, 30vw, 415px) -webkit-max-content;
    grid-template-columns: clamp(200px, 30vw, 415px) max-content;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    grid-template-areas: "logo utility" "logo main";
    height: 160px;
    width: 100vw;
  }
}
.search-open #header:before {
  content: none;
}

.headers #header > .logo {
  grid-area: logo;
}
@media screen and (min-width: 1050px) {
  .headers #header > .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: clamp(100px, 7vw, 100% - 23px);
    -ms-flex-item-align: end;
        align-self: flex-end;
    padding: 0 clamp(15px, 5vw, 30px);
    width: clamp(200px, 30vw, 415px);
  }
}
@media screen and (max-width: 1050px) {
  .headers #header > .logo {
    display: none;
  }
}
.headers #header > .logo img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.headers #header > .main-nav {
  grid-area: main;
}
@media screen and (max-width: 1050px) {
  .headers #header > .main-nav {
    background: #fff;
    width: 100%;
  }
  .headers #header > .main-nav:has(> ul > li.active) > ul > li {
    display: none;
  }
  .headers #header > .main-nav:has(> ul > li.active) > ul li.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .headers #header > .main-nav:has(> ul > li.active) > ul li.active a {
    margin-left: 0;
  }
  .headers #header > .main-nav:has(> ul > li.active) > ul li.active a:after {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
    filter: url('data:image/svg+xml;utf8,    <svg xmlns="http://www.w3.org/2000/svg">      <filter id="recolor" color-interpolation-filters="sRGB">        <feColorMatrix type="matrix" values="          0 0 0 0 0.6431372549          0 0 0 0 0.8392156863          0 0 0 0 0.368627451          0 0 0 1 0        "/>      </filter>    </svg>    #recolor') !important;
    right: unset;
    left: 7px;
  }
  .headers #header > .main-nav:has(> ul > li.active) > ul li.active > a {
    font-weight: 400;
  }
  .headers #header > .main-nav > ul {
    display: grid;
    list-style: none;
    padding: 0;
  }
  .headers #header > .main-nav > ul > li {
    position: relative;
    border-top: solid 1px #DFDFDF;
    display: grid;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .headers #header > .main-nav > ul > li.active {
    background: #fff;
  }
  .headers #header > .main-nav > ul > li > a {
    font-size: 2rem;
    font-weight: 700;
    color: #0033A0;
    display: block;
    padding: 1em 30px 1em 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 30px;
  }
  .headers #header > .main-nav > ul > li > a:after {
    content: url(../Images/arrow.svg);
    position: absolute;
    right: 0;
  }
  .headers #header > .main-nav > ul > li .nav-drop {
    width: calc(100% - 80px);
    margin: 0 auto;
  }
  .headers #header > .main-nav > ul > li ul {
    list-style: none;
    margin-bottom: 2em;
  }
  .headers #header > .main-nav > ul > li ul a {
    display: block;
    font-size: 1.8rem;
    font-weight: 600;
    padding: 0.2em 0.2em 0.2em 1em;
  }
  .headers #header > .main-nav > ul > li h2 {
    padding-left: 1em;
  }
  .headers #header > .main-nav > ul > li .bottom-drop {
    padding: 0 1em 2em;
    display: grid;
    grid-gap: 1em;
  }
  .headers #header > .main-nav > ul > li .bottom-drop h2 {
    font-size: 1.8rem;
    text-align: left;
    margin: 0;
  }
}
@media screen and (min-width: 1050px) {
  .headers #header > .main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .headers #header > .main-nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: clamp(10px, 2vw, 5em);
       -moz-column-gap: clamp(10px, 2vw, 5em);
            column-gap: clamp(10px, 2vw, 5em);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    list-style: none;
    padding: 0 0 0 30px;
    margin: 0;
    position: relative;
  }
  .headers #header > .main-nav > ul:before {
    content: "";
    position: absolute;
    height: 5px;
    width: var(--navBeforeWidth);
    bottom: 0;
    left: var(--navBeforeLeft);
    background-color: #A4D65E;
    opacity: 0;
    -webkit-transition: left 0.2s ease;
    transition: left 0.2s ease;
  }
  .headers #header > .main-nav > ul:has(li.active):before {
    opacity: 1;
  }
  .headers #header > .main-nav > ul > li > a {
    font-size: 1.7rem;
    font-weight: 500;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 9px;
    padding-right: 9px;
    color: #002D72;
    -webkit-text-decoration: underline transparent;
            text-decoration: underline transparent;
    -webkit-transition: -webkit-text-decoration 0.2s ease;
    transition: -webkit-text-decoration 0.2s ease;
    transition: text-decoration 0.2s ease;
    transition: text-decoration 0.2s ease, -webkit-text-decoration 0.2s ease;
  }
  body.nav-open .main-nav > ul > li > a {
    opacity: 0.6;
  }
  .headers #header > .main-nav > ul > li > a:hover {
    -webkit-text-decoration: underline currentColor;
            text-decoration: underline currentColor;
  }
  .headers #header > .main-nav > ul > li.active > a {
    opacity: 1 !important;
  }
  .headers #header > .main-nav > ul > li.active > a:before {
    top: calc(50% - 0px);
    -webkit-transform: translateX(-3px) rotate(-40deg);
            transform: translateX(-3px) rotate(-40deg);
  }
  .headers #header > .main-nav > ul > li.active > a:after {
    top: calc(50% - 0px);
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
  }
  .headers #header > .main-nav .login-btn {
    width: clamp(100px, 13vw, 200px);
    background-color: #A4D65E;
    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;
    -webkit-column-gap: 7px;
       -moz-column-gap: 7px;
            column-gap: 7px;
    height: 100%;
    -webkit-transition: background-color 0.2s ease, -webkit-text-decoration 0.2s ease;
    transition: background-color 0.2s ease, -webkit-text-decoration 0.2s ease;
    transition: background-color 0.2s ease, text-decoration 0.2s ease;
    transition: background-color 0.2s ease, text-decoration 0.2s ease, -webkit-text-decoration 0.2s ease;
    color: #002D72;
    font-weight: 700;
    -webkit-text-decoration: underline transparent;
            text-decoration: underline transparent;
  }
  .headers #header > .main-nav .login-btn:hover {
    background-color: rgb(141.0247524752, 203.6485148515, 53.3514851485);
    -webkit-text-decoration: underline currentColor;
            text-decoration: underline currentColor;
  }
}
@media screen and (min-width: 1050px) and (min-width: 1050px) {
  .headers #header > .main-nav .login-btn {
    position: relative;
    right: -1em;
    width: calc(clamp(100px, 13vw, 200px) + 1em);
  }
  .login-open .headers #header > .main-nav .login-btn, .search-open .headers #header > .main-nav .login-btn, .nav-open .headers #header > .main-nav .login-btn {
    width: calc(clamp(100px, 13vw, 200px) + 1em);
  }
  .headers #header > .main-nav .login-btn span, .headers #header > .main-nav .login-btn img {
    position: relative;
    left: -15px;
  }
}
@media screen and (min-width: 1050px) and (min-width: 1936px) {
  .headers #header > .main-nav .login-btn span, .headers #header > .main-nav .login-btn img {
    left: 0;
  }
}
.headers #header > .utility-area {
  display: none;
  grid-area: utility;
  padding-right: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  grid-gap: clamp(10px, 2vw, 20px);
}
@media screen and (max-width: 1050px) {
  .headers #header > .utility-area {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 1em 30px;
  }
  .headers #header > .utility-area:has(a:nth-of-type(4)) {
    grid-template-columns: 1fr 1fr;
  }
  .headers #header > .utility-area:has(a:nth-of-type(4)) .search-btn {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .headers #header > .utility-area .search-btn {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
  }
  .headers #header > .utility-area > a,
  .headers #header > .utility-area > button {
    color: #0033A0;
  }
}
@media screen and (min-width: 1050px) {
  .headers #header > .utility-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-column-gap: clamp(10px, 5vw, 50px);
       -moz-column-gap: clamp(10px, 5vw, 50px);
            column-gap: clamp(10px, 5vw, 50px);
    position: relative;
  }
  .headers #header > .utility-area:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: -20vw;
    background-color: #0033A0;
    z-index: -1;
  }
  .headers #header > .utility-area:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -39px;
    width: 40px;
    background-color: #0033A0;
    clip-path: polygon(0% 36%, 100% 100%, 100% 0%, 0% 0%);
  }
}
.headers #header > .utility-area a,
.headers #header > .utility-area button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-items: center;
  color: #fff;
  font-size: 1.8rem;
}
.headers #header > .utility-area a img,
.headers #header > .utility-area button img {
  height: 27px;
}
.headers #header > .utility-area a:hover,
.headers #header > .utility-area button:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1050px) {
  .headers #header > .utility-area a,
  .headers #header > .utility-area button {
    color: #0033A0;
  }
}
.headers #header > .utility-area > .alert-bell:after {
  content: url(../images/ico-alert-bell-arrow.svg);
  padding-left: 5px;
}
.headers #header > .utility-area > .search-btn {
  padding-right: 30px;
}
@media screen and (min-width: 981px) {
  .headers #header > .utility-area > .search-btn {
    width: 112px;
  }
}
.headers #header > .utility-area > .search-btn img {
  height: 14px;
  aspect-ratio: 1/1;
}
.headers #header > .utility-area > .search-btn span {
  padding-left: 7px;
}
.headers #header > .utility-area > .search-btn .close-btn {
  display: none;
  font-size: 4rem;
  color: #0033A0;
  line-height: 1;
  position: relative;
  top: 4px;
}
.headers #header > .utility-area > .search-btn .closed {
  display: block;
}
.headers #header > .utility-area > .search-btn .open {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.headers #header > .utility-area > .search-btn .open img {
  position: relative;
  top: -2px;
}
.headers #header > .utility-area > .search-btn .open .times {
  font-size: 2em;
}
.headers #header > .utility-area > .search-btn:hover .open .times {
  text-decoration: none;
}
body.search-open #header > .utility-area > .search-btn .close-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.search-open #header > .utility-area > .search-btn .search-icon {
  display: none;
}
body.search-open #header > .utility-area > .search-btn .closed {
  display: none;
}
body.search-open #header > .utility-area > .search-btn .open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1050px) {
  .headers #header .nav-drop {
    display: none;
  }
}
@media screen and (min-width: 1050px) {
  .headers #header .active .nav-drop {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    z-index: 1001;
    pointer-events: all;
    opacity: 1;
    overflow: visible;
  }
  .headers #header .active .nav-drop > .drop-content {
    display: block;
  }
  .headers #header .nav-drop {
    position: absolute;
    background: #fff;
    top: 100px;
    right: -30px;
    width: 80vw;
    -webkit-transform: translateX(calc(100% + 143px));
            transform: translateX(calc(100% + 143px));
    max-width: 900px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: opacity 0.2s ease, -webkit-transform 0.6s ease-in-out;
    transition: opacity 0.2s ease, -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, opacity 0.2s ease;
    transition: transform 0.6s ease-in-out, opacity 0.2s ease, -webkit-transform 0.6s ease-in-out;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
  }
  .headers #header .nav-drop:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    aspect-ratio: 143/920;
    left: 0;
    -webkit-transform: translateX(-99%);
            transform: translateX(-99%);
    background-image: url(../images/menu-divider-light-blue.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  }
}
@media screen and (min-width: 1050px) and (min-width: 1920px) {
  .headers #header .nav-drop:after {
    content: "";
    position: absolute;
    right: -20vw;
    width: 20vw;
    top: 0;
    bottom: 0;
    background-color: #FBFBFB;
  }
}
@media screen and (min-width: 1050px) {
  .headers #header .nav-drop > .drop-content {
    padding: 3em 6em;
    display: none;
    background-color: #FBFBFB;
    overflow: auto;
    width: 100%;
  }
  .headers #header .nav-drop > .drop-content .top-drop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 6em;
       -moz-column-gap: 6em;
            column-gap: 6em;
  }
  .headers #header .nav-drop > .drop-content .top-drop .drop-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .headers #header .nav-drop > .drop-content .top-drop .drop-links ul li {
    margin-bottom: 2.4em;
  }
  .headers #header .nav-drop > .drop-content .top-drop .drop-links ul li:last-child {
    margin-bottom: 0;
  }
  .headers #header .nav-drop > .drop-content .top-drop .drop-links ul li a {
    color: #0033A0;
    font-size: 2.7rem;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-text-decoration: underline transparent;
            text-decoration: underline transparent;
    -webkit-transition: -webkit-text-decoration 0.2s ease;
    transition: -webkit-text-decoration 0.2s ease;
    transition: text-decoration 0.2s ease;
    transition: text-decoration 0.2s ease, -webkit-text-decoration 0.2s ease;
  }
  .headers #header .nav-drop > .drop-content .top-drop .drop-links ul li a:hover {
    -webkit-text-decoration: underline currentColor;
            text-decoration: underline currentColor;
  }
  .headers #header .nav-drop > .drop-content .top-drop .drop-links ul li a:after {
    content: "";
    padding-left: 10px;
    height: 16px;
    width: 14px;
    display: block;
    background-image: url(../images/ico-menu-arrow-blue.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .headers #header .nav-drop > .drop-content .top-drop .additional-links {
    padding-left: 2em;
    border-left: solid 1px #dbdbdb;
  }
  .headers #header .nav-drop > .drop-content .top-drop .additional-links .f-h5 {
    font-size: 1.4rem;
    color: #373737;
  }
  .headers #header .nav-drop > .drop-content .top-drop .additional-links ul {
    list-style: none;
    margin-bottom: 0;
    padding: 0;
  }
  .headers #header .nav-drop > .drop-content .top-drop .additional-links ul li {
    margin-bottom: 1em;
    color: #0033A0;
    font-size: 1.4rem;
  }
  .headers #header .nav-drop > .drop-content .top-drop .additional-links ul li a {
    color: #0033A0;
    font-size: 1.4rem;
    font-weight: 400;
    display: block;
    -webkit-text-decoration: underline transparent;
            text-decoration: underline transparent;
    -webkit-transition: -webkit-text-decoration 0.2s ease;
    transition: -webkit-text-decoration 0.2s ease;
    transition: text-decoration 0.2s ease;
    transition: text-decoration 0.2s ease, -webkit-text-decoration 0.2s ease;
  }
  .headers #header .nav-drop > .drop-content .top-drop .additional-links ul li a:hover {
    -webkit-text-decoration: underline currentColor;
            text-decoration: underline currentColor;
  }
  .headers #header .nav-drop > .drop-content .bottom-drop {
    margin-top: 4em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 1em;
       -moz-column-gap: 1em;
            column-gap: 1em;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .headers #header .nav-drop > .drop-content .bottom-drop > .content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-radius: 15px;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    height: 100%;
    min-height: 275px;
  }
  .headers #header .nav-drop > .drop-content .bottom-drop > .content .photo {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .headers #header .nav-drop > .drop-content .bottom-drop > .content .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px;
  }
  .headers #header .nav-drop > .drop-content .bottom-drop > .content .info .headline {
    font-size: 1.8rem;
    font-weight: 700;
  }
  .headers #header .nav-drop > .drop-content .bottom-drop > .content .info .actions a {
    color: #0033A0;
    font-weight: 700;
    -webkit-text-decoration: underline transparent;
            text-decoration: underline transparent;
    -webkit-transition: background-color 0.2s ease, color 0.2s ease, -webkit-text-decoration 0.2s ease;
    transition: background-color 0.2s ease, color 0.2s ease, -webkit-text-decoration 0.2s ease;
    transition: text-decoration 0.2s ease, background-color 0.2s ease, color 0.2s ease;
    transition: text-decoration 0.2s ease, background-color 0.2s ease, color 0.2s ease, -webkit-text-decoration 0.2s ease;
  }
  .headers #header .nav-drop > .drop-content .bottom-drop > .content .info .actions a:hover {
    -webkit-text-decoration: underline currentColor;
            text-decoration: underline currentColor;
    color: #fff;
  }
}

.menu-cross {
  margin-top: 4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 710px;
}
.menu-cross > .content {
  display: grid;
  grid-template-columns: 1fr;
  border-radius: 15px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  height: 100%;
  min-height: 275px;
  background-color: #F3F3F3;
}
@media screen and (min-width: 1050px) {
  .menu-cross > .content {
    grid-template-columns: 1fr 1fr;
  }
}
.menu-cross > .content .photo {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1050px) {
  .menu-cross > .content .photo {
    aspect-ratio: 290/242;
    border-radius: 15px 15px 0 0;
  }
}
.menu-cross > .content .photo img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 15px 0 0 15px;
}
.menu-cross > .content .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px;
}
.menu-cross > .content .info .headline {
  font-size: 1.8rem;
  font-weight: 700;
}
.menu-cross > .content .info .actions {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.menu-cross > .content .info .actions a {
  color: #0033A0;
  font-weight: 700;
  -webkit-text-decoration: underline transparent;
          text-decoration: underline transparent;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease, -webkit-text-decoration 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease, -webkit-text-decoration 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease, text-decoration 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease, text-decoration 0.2s ease, -webkit-text-decoration 0.2s ease;
}
.menu-cross > .content .info .actions a:hover {
  color: #fff;
  -webkit-text-decoration: underline currentColor;
          text-decoration: underline currentColor;
}

@media screen and (max-width: 1050px) {
  .desktop-only {
    display: none !important;
  }
}

@media screen and (min-width: 1050px) {
  .mobile-only {
    display: none !important;
  }
}

.site-footer {
  background-color: #002D72;
  background-image: url(../Images/blue-fade-pattern.svg);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  padding: 0 45px 0 30px;
  width: 100vw;
}
.site-footer ul {
  padding-left: 0;
  color: #fff;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.site-footer > .top-content {
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1600px;
  display: grid;
  padding-top: 5em;
  grid-template-areas: "nav" "info" "apps" "routing";
}
@media screen and (min-width: 981px) {
  .site-footer > .top-content {
    grid-template-areas: "nav info" "apps info" "routing info";
    grid-template-columns: 11fr minmax(350px, 4fr);
  }
}
.site-footer > .top-content nav {
  grid-area: nav;
}
.site-footer > .top-content nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: clamp(20px, 5vw, 50px);
     -moz-column-gap: clamp(20px, 5vw, 50px);
          column-gap: clamp(20px, 5vw, 50px);
  padding-bottom: 1em;
}
@media screen and (min-width: 981px) {
  .site-footer > .top-content nav > ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-right: 30px;
    padding-bottom: 2em;
  }
}
.site-footer > .top-content nav .column {
  text-align: left;
}
@media screen and (max-width: 980px) {
  .site-footer > .top-content nav .column {
    text-align: center;
  }
}
.site-footer > .top-content nav .column .title,
.site-footer > .top-content nav .column > a {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  color: #A4D65E;
  margin-bottom: 1em;
  -webkit-text-decoration: underline transparent;
          text-decoration: underline transparent;
  -webkit-transition: -webkit-text-decoration 0.2s ease;
  transition: -webkit-text-decoration 0.2s ease;
  transition: text-decoration 0.2s ease;
  transition: text-decoration 0.2s ease, -webkit-text-decoration 0.2s ease;
}
.site-footer > .top-content nav .column .title:hover,
.site-footer > .top-content nav .column > a:hover {
  -webkit-text-decoration: underline currentColor;
          text-decoration: underline currentColor;
}
.site-footer > .top-content nav .column ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 981px) {
  .site-footer > .top-content nav .column ul {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 222px;
            flex: 0 1 222px;
  }
}
.site-footer > .top-content nav .column li {
  padding-bottom: 1.5em;
  font-size: 1.6rem;
  font-weight: 400;
  display: none;
}
@media screen and (min-width: 981px) {
  .site-footer > .top-content nav .column li {
    display: block;
    padding-bottom: 1rem;
  }
}
.site-footer > .top-content nav .column li a {
  color: #fff;
  -webkit-text-decoration: underline transparent;
          text-decoration: underline transparent;
  -webkit-transition: -webkit-text-decoration 0.2s ease;
  transition: -webkit-text-decoration 0.2s ease;
  transition: text-decoration 0.2s ease;
  transition: text-decoration 0.2s ease, -webkit-text-decoration 0.2s ease;
  font-weight: 400;
}
.site-footer > .top-content nav .column li a:hover {
  -webkit-text-decoration: underline currentColor;
          text-decoration: underline currentColor;
}
.site-footer > .top-content .info {
  grid-area: info;
  display: grid;
  grid-template-columns: minmax(0, 300px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  margin-bottom: 1.5em;
  position: relative;
}
@media screen and (min-width: 981px) {
  .site-footer > .top-content .info {
    margin-bottom: 0;
  }
  .site-footer > .top-content .info:before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #41B6E6;
    opacity: 0.5;
  }
}
.site-footer > .top-content .info .image {
  overflow: visible;
  height: 250px;
  margin: 0 auto;
  position: relative;
  margin-top: -5em;
  z-index: 0;
  pointer-events: none;
}
.site-footer > .top-content .info .image img {
  position: relative;
  -webkit-transform: translate(-8%);
          transform: translate(-8%);
}
@media screen and (min-width: 981px) {
  .site-footer > .top-content .info .image img {
    -webkit-transform: translate(-14.5%);
            transform: translate(-14.5%);
  }
}
.site-footer > .top-content .info a {
  -webkit-text-decoration: underline transparent;
          text-decoration: underline transparent;
  -webkit-transition: -webkit-text-decoration 0.2s ease;
  transition: -webkit-text-decoration 0.2s ease;
  transition: text-decoration 0.2s ease;
  transition: text-decoration 0.2s ease, -webkit-text-decoration 0.2s ease;
}
.site-footer > .top-content .info a:hover {
  -webkit-text-decoration: underline currentColor;
          text-decoration: underline currentColor;
}
.site-footer > .top-content .info .phone {
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0.75em;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 981px) {
  .site-footer > .top-content .info .phone {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.site-footer > .top-content .info .phone li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-left: 0.75em;
}
.site-footer > .top-content .info .phone li:after {
  content: "|";
  padding-left: 0.75em;
}
.site-footer > .top-content .info .phone li:first-child {
  padding-left: 0;
}
.site-footer > .top-content .info .phone li:last-child:after {
  content: none;
}
.site-footer > .top-content .info .phone li a {
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0.75em;
}
.site-footer > .top-content .info .email {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 980px) {
  .site-footer > .top-content .info .email {
    text-align: center;
  }
}
.site-footer > .top-content .info .email a {
  color: #A4D65E;
  font-size: 2rem;
  margin-bottom: 0.75em;
  text-align: center;
}
@media screen and (min-width: 981px) {
  .site-footer > .top-content .info .email a {
    text-align: left;
  }
}
.site-footer > .top-content .info .address {
  color: #fff;
  font-size: 2rem;
  margin-bottom: 0.75em;
}
.site-footer > .top-content .info .address p {
  text-align: center;
}
@media screen and (min-width: 981px) {
  .site-footer > .top-content .info .address p {
    text-align: left;
  }
}
.site-footer > .top-content .info .socials {
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 981px) {
  .site-footer > .top-content .info .socials {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.site-footer > .top-content .info .socials li {
  opacity: 0.6;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.site-footer > .top-content .info .socials li:hover {
  opacity: 1;
}
.site-footer > .top-content .info .socials li a {
  height: 100%;
  display: block;
  max-width: unset;
}
.site-footer > .top-content .info .socials li a img {
  max-width: unset;
  margin-right: 0;
  margin-left: 0;
}
.site-footer > .top-content .apps {
  grid-area: apps;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2em;
}
@media screen and (max-width: 980px) {
  .site-footer > .top-content .apps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1em;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 981px) {
  .site-footer > .top-content .apps {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.site-footer > .top-content .apps > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site-footer > .top-content .apps > li a {
  display: inline-block;
}
.site-footer > .top-content .routing {
  grid-area: routing;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 981px) {
  .site-footer > .top-content .routing {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.site-footer > .top-content .routing li {
  font-size: clamp(2rem, 2vw, 2.4rem);
  color: #A4D65E;
  font-weight: 700;
}
.site-footer > .top-content .routing li:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.site-footer > .top-content .routing li:first-child:after {
  content: "|";
  padding-left: 1em;
}

.bottom-footer {
  padding: 1em 30px;
}
@media screen and (max-width: 980px) {
  .bottom-footer {
    margin-bottom: 55px;
  }
}
.bottom-footer ul {
  padding-left: 0;
  color: #fff;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.bottom-footer > .content {
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1500px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 981px) {
  .bottom-footer > .content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.bottom-footer > .content .legal {
  font-size: 1.2rem;
  color: #0033A0;
  -ms-flex-item-align: center;
      align-self: center;
}
.bottom-footer > .content .legal p {
  margin-bottom: 0;
  text-align: center;
}
.bottom-footer > .content .legal p span {
  display: block;
}
@media screen and (min-width: 981px) {
  .bottom-footer > .content .legal p {
    text-align: left;
  }
  .bottom-footer > .content .legal p span {
    display: inline;
  }
}
.bottom-footer > .content .legal ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 981px) {
  .bottom-footer > .content .legal ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.bottom-footer > .content .legal ul li {
  padding-right: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
}
.bottom-footer > .content .legal ul li a {
  text-decoration: underline;
  -ms-flex-item-align: center;
      align-self: center;
  text-align: center;
}
.bottom-footer > .content .legal ul li:after {
  content: "";
  margin-left: 1em;
  color: #0033A0;
  width: 1px;
  height: 100%;
  background-color: currentColor;
}
.bottom-footer > .content .legal ul li:last-child:after {
  content: none;
}
.bottom-footer > .content .logos > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 980px) {
  .bottom-footer > .content .logos > ul {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-bottom: 1em;
  }
}
.bottom-footer > .content .logos > ul li a {
  display: inline-block;
}
.bottom-footer > .content .logos > ul li img {
  max-height: 50px;
  height: 100%;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  width: auto !important;
  max-width: unset;
}

.login-window .login-content .login-form {
  max-width: 1400px;
  margin: 0 auto;
  max-width: 385px;
  padding: 2em 30px;
}
.login-window .login-content .login-form h2 {
  color: #373737;
}
.login-window .login-content .login-form form {
  position: relative;
}
.login-window .login-content .login-form form label {
  padding-left: 1em;
}
.login-window .login-content .login-form form input {
  border-radius: 27px;
  margin-bottom: 1em;
  height: 53px;
  padding-left: 1em;
}
.login-window .login-content .login-form form button {
  display: block;
  width: 100%;
  margin-bottom: 1em;
}
.login-window .login-content .login-form form button:hover {
  border-color: #0033A0;
}
.login-window .login-content .login-form form #forgotPassword, .login-window .login-content .login-form form #forgotUsername {
  display: block;
  text-align: center;
}
.login-window .login-content .login-form form #forgotUsername {
  margin-bottom: 1em;
}
.login-window .login-content .login-form form #forgotBox {
  position: absolute;
}
.login-window .login-content .login-form form a {
  -webkit-text-decoration: underline transparent;
          text-decoration: underline transparent;
  -webkit-transition: -webkit-text-decoration 0.2s ease;
  transition: -webkit-text-decoration 0.2s ease;
  transition: text-decoration 0.2s ease;
  transition: text-decoration 0.2s ease, -webkit-text-decoration 0.2s ease;
}
.login-window .login-content .login-form form a:hover {
  -webkit-text-decoration: underline currentColor;
          text-decoration: underline currentColor;
}
.login-window .login-content .login-form .extra-links {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1em;
}
.login-window .login-content .login-form .extra-links a {
  -webkit-text-decoration: underline transparent;
          text-decoration: underline transparent;
  -webkit-transition: -webkit-text-decoration 0.2s ease;
  transition: -webkit-text-decoration 0.2s ease;
  transition: text-decoration 0.2s ease;
  transition: text-decoration 0.2s ease, -webkit-text-decoration 0.2s ease;
}
.login-window .login-content .login-form .extra-links a:hover {
  -webkit-text-decoration: underline currentColor;
          text-decoration: underline currentColor;
}
.login-window .login-content .login-form .app-download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: no-wrap;
      flex-wrap: no-wrap;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.login-window .login-content .login-form .app-download .google-btn, .login-window .login-content .login-form .app-download .apple-btn {
  height: 25px;
  width: 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../Images/ico-mini-apple.svg);
  background-color: #fff;
}
.login-window .login-content .login-form .app-download .google-btn {
  background-image: url(../Images/ico-mini-google.svg);
}
@media screen and (max-width: 450px) {
  .login-window .login-content .login-form .app-download {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .login-window .login-content .login-form .app-download p {
    text-align: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.search-window,
.login-window {
  padding: 2em 40px 2em;
}
@media screen and (max-width: 980px) {
  .search-window,
  .login-window {
    padding: 2em 30px 2em;
  }
}
@media screen and (min-width: 981px) {
  .search-window,
  .login-window {
    position: absolute;
    top: 160px;
    right: 0;
    -webkit-transform: translateX(calc(100% + 100px));
            transform: translateX(calc(100% + 100px));
    max-width: 900px;
    z-index: 100;
    padding: 0;
    background-color: #FBFBFB;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    pointer-events: none;
  }
  .search-window:before,
  .login-window:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    aspect-ratio: 143/920;
    left: 0;
    -webkit-transform: translateX(-99%);
            transform: translateX(-99%);
    background-image: url(../images/menu-divider.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media screen and (min-width: 981px) and (min-width: 1920px) {
  .search-window:after,
  .login-window:after {
    content: "";
    position: absolute;
    right: -20vw;
    width: 20vw;
    top: 0;
    bottom: 0;
    background-color: #FBFBFB;
  }
}
@media screen and (max-width: 980px) {
  .search-window,
  .login-window {
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
    position: absolute;
    -webkit-transition: clip-path 0.5s ease;
    transition: clip-path 0.5s ease;
    background-color: #fff;
    width: 95%;
    right: 0;
    border-left: 10px solid #0033A0;
  }
}
@media screen and (max-width: 980px) {
  .search-open .search-window {
    clip-path: polygon(0% 0%, 100% 0%, 100% 103%, 0% 103%);
    overflow: auto;
    height: calc(100dvh - 70px);
    width: 95vw;
    right: -15px;
  }
}
@media screen and (min-width: 981px) {
  .search-open .search-window {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    pointer-events: all;
  }
}

@media screen and (max-width: 980px) {
  .login-open .login-window {
    clip-path: polygon(0% 0%, 100% 0%, 100% 103%, 0% 103%);
    overflow: auto;
    height: calc(100dvh - 70px);
  }
}
@media screen and (min-width: 981px) {
  .login-open .login-window {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    pointer-events: all;
  }
}

.search-window > .search-content,
.login-window > .search-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 2em;
  padding: 2em 30px 5em;
  width: 100%;
  margin: 0 auto;
  overflow: auto;
}
@media screen and (max-width: 980px) {
  .search-window > .search-content,
  .login-window > .search-content {
    padding: 2em 0 2em;
  }
}
.search-window > .search-content .search-form h2,
.login-window > .search-content .search-form h2 {
  color: #373737;
  margin-bottom: 1em;
  font-size: 2.4rem;
  font-weight: 700;
}
.search-window > .search-content .search-form .search-area,
.login-window > .search-content .search-form .search-area {
  display: grid;
  grid-gap: 0.5em;
}
@media screen and (min-width: 981px) {
  .search-window > .search-content .search-form .search-area,
  .login-window > .search-content .search-form .search-area {
    grid-template-columns: 1fr 166px;
    grid-gap: 0;
  }
}
.search-window > .search-content .search-form .search-area span,
.login-window > .search-content .search-form .search-area span {
  font-size: 1.4rem;
  font-style: italic;
  padding-left: 1em;
}
.search-window > .search-content .search-form .search-area .search-box,
.login-window > .search-content .search-form .search-area .search-box {
  position: relative;
}
@media screen and (max-width: 980px) {
  .search-window > .search-content .search-form .search-area .search-box,
  .login-window > .search-content .search-form .search-area .search-box {
    margin-bottom: 1em;
  }
}
.search-window > .search-content .search-form .search-area .search-box:before,
.login-window > .search-content .search-form .search-area .search-box:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../images/ico-searchbox.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.search-window > .search-content .search-form .search-area .search-box input,
.login-window > .search-content .search-form .search-area .search-box input {
  width: 100%;
  height: 64px;
  border: solid 1px #dbdbdb;
  padding-left: 50px;
  border-radius: 32px 0 0 32px;
  background-color: #f2f2f2;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16) inset;
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16) inset;
}
@media screen and (max-width: 980px) {
  .search-window > .search-content .search-form .search-area .search-box input,
  .login-window > .search-content .search-form .search-area .search-box input {
    border-radius: 32px 32px 32px 32px;
  }
}
.search-window > .search-content .search-form .search-area button,
.login-window > .search-content .search-form .search-area button {
  height: 64px;
  text-align: center;
  padding: 0;
  border-radius: 0 32px 32px 0;
  background-color: #0033A0;
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
}
@media screen and (max-width: 980px) {
  .search-window > .search-content .search-form .search-area button,
  .login-window > .search-content .search-form .search-area button {
    border-radius: 32px 32px 32px 32px;
  }
}
@media screen and (min-width: 981px) {
  .search-window > .search-content .popular-searches,
  .login-window > .search-content .popular-searches {
    padding-left: 1em;
  }
}
.search-window > .search-content .popular-searches h3,
.login-window > .search-content .popular-searches h3 {
  margin-bottom: 1em;
  font-weight: 700;
  font-size: 1.4rem;
}
.search-window > .search-content .popular-searches ul,
.login-window > .search-content .popular-searches ul {
  list-style: none;
  padding: 0;
  font-size: 1.4rem;
  color: #0033A0;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
.search-window > .search-content .popular-searches ul li,
.login-window > .search-content .popular-searches ul li {
  margin-bottom: 1em;
}
.search-window > .search-content .popular-searches ul li a,
.login-window > .search-content .popular-searches ul li a {
  font-size: 1.5rem;
  color: #0033A0;
}
.search-window .menu-cross,
.login-window .menu-cross {
  grid-column-start: 1;
  grid-column-end: 3;
  margin-top: 5em;
  margin-bottom: 3em;
}

.search-result-header {
  font-size: clamp(2rem, 3vw, 3rem);
}

.page-search-results .page-result {
  padding: 1.5em 0;
  border-bottom: solid 1px #CCC;
}
.page-search-results .page-result h2 {
  margin-bottom: 0;
}

.ai-results-area {
  margin-bottom: 3em;
}
.ai-results-area .ai-results-header {
  font-size: clamp(1rem, 1vw, 1.5rem) !important;
  color: #979eaa;
  margin-bottom: 0.1em;
}
.ai-results-area .ai-answer {
  border: solid 1px #979eaa;
  padding: 2em;
  background: #e1eaea;
}
.ai-results-area .ai-answer ul {
  -webkit-column-count: 1 !important;
     -moz-column-count: 1 !important;
          column-count: 1 !important;
}
.ai-results-area .ai-answer section {
  display: none;
}
.highlight {
  background: yellow;
}

.login-window {
  right: unset;
  left: 0;
  border-left: none;
  border-right: 10px solid #A4D65E;
}
.login-window:before {
  background-image: url(../images/menu-divider-green.svg);
}
@media screen and (min-width: 981px) {
  .login-window {
    right: 0;
    left: unset;
  }
}

.search-results .search-tile {
  margin-bottom: 1.5em;
}
.search-results .search-tile h3 {
  margin-bottom: 0.5em;
}
.search-results .pagination {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.search-results .pagination > li {
  list-style: none;
}

.breadcrumbs {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
}
@media screen and (min-width: 981px) {
  .breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.breadcrumbs .breadcrumb {
  font-size: 1.2rem;
  font-weight: 400;
  color: #373737;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.breadcrumbs .breadcrumb:after {
  content: "|";
  display: block;
  position: relative;
  right: -0.75em;
  padding: 0;
  pointer-events: none;
}
.breadcrumbs .breadcrumb:last-child:after {
  content: none;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}

.cta-modal-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  z-index: 100000;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 30px;
  overflow: scroll;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.cta-modal-popup.open {
  opacity: 1;
  pointer-events: all;
}
@media screen and (min-width: 981px) {
  .cta-modal-popup {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.cta-modal-popup .content {
  width: 100%;
  max-width: 1200px;
  background-color: #fff;
  display: grid;
  padding-bottom: 3em;
}
.cta-modal-popup .content > .close-btn {
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: 700;
  color: #373737;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
}
.cta-modal-popup .content > .close-btn:before {
  content: url(../images/ico-close.svg);
  height: 1.2em;
}
.cta-modal-popup .top-bar {
  height: clamp(34px, 3vw, 68px);
  background-color: #0033A0;
  position: relative;
}
.cta-modal-popup .top-bar .close-btn {
  position: absolute;
  top: 50%;
  right: 1.5em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cta-modal-popup .top-bar:after {
  content: "";
  background-image: url(../Images/kentucky-badge.svg);
  background-size: 100%;
  background-position: center;
  position: absolute;
  left: 50%;
  top: -25%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 89px;
  aspect-ratio: 77/89;
}
@media screen and (min-width: 981px) {
  .cta-modal-popup .top-bar:after {
    height: 151px;
    aspect-ratio: 131/151;
  }
}
.cta-modal-popup .inner-content {
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
  padding: 4em 30px 2em;
  row-gap: 5em;
}
@media screen and (min-width: 981px) {
  .cta-modal-popup .inner-content {
    margin: 6em 5em 3em;
  }
}
.cta-modal-popup .inner-content .f-h2 {
  font-size: clamp(2rem, 2vw, 2.4rem);
  font-weight: 700;
  margin-bottom: 0.5em;
}
.cta-modal-popup .inner-content .f-h3 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #373737;
}
.cta-modal-popup .inner-content .forgot-btn {
  font-size: 1.4rem;
}
@media screen and (min-width: 981px) {
  .cta-modal-popup .inner-content {
    grid-template-columns: 1fr 1fr;
    grid-gap: clamp(100px, 10vw, 160px);
    row-gap: 1em;
  }
  .cta-modal-popup .inner-content:before {
    content: "";
    width: 1px;
    position: absolute;
    top: 1em;
    left: 50%;
    bottom: 0;
    background-color: #cccccc;
  }
  .cta-modal-popup .inner-content:after {
    content: "or";
    font-style: italic;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 0.5em;
  }
}
.cta-modal-popup .inner-content .login-side {
  position: relative;
}
@media screen and (max-width: 980px) {
  .cta-modal-popup .inner-content .login-side {
    display: grid;
    justify-items: flex-start;
  }
  .cta-modal-popup .inner-content .login-side .forgot-btn {
    justify-self: center;
  }
}
.cta-modal-popup .inner-content .login-side form {
  width: 100%;
}
.cta-modal-popup .inner-content .login-side form label {
  color: #373737;
  font-weight: 600;
}
.cta-modal-popup .inner-content .login-side form input[type=text],
.cta-modal-popup .inner-content .login-side form input[type=password] {
  height: 53;
  width: 100%;
  border-radius: 27px;
  margin-bottom: 1em;
}
.cta-modal-popup .inner-content .login-side form input[type=submit] {
  margin-bottom: 0.5em;
}
@media screen and (max-width: 980px) {
  .cta-modal-popup .inner-content .login-side form input[type=submit] {
    justify-self: center;
  }
}
@media screen and (max-width: 980px) {
  .cta-modal-popup .inner-content .login-side form {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: flex-start;
    padding-bottom: 0.5em;
  }
}
.cta-modal-popup .inner-content .login-side #password {
  margin-bottom: 0;
}
.cta-modal-popup .inner-content .login-side button[type=submit] {
  display: block;
  margin-bottom: 0.5em;
}
.cta-modal-popup .inner-content .login-side #forgotPassword {
  display: block;
  text-decoration: underline;
}
@media screen and (max-width: 980px) {
  .cta-modal-popup .inner-content .login-side:before {
    content: "";
    width: 100%;
    position: absolute;
    bottom: -2em;
    left: 0;
    height: 1px;
    background-color: #cccccc;
  }
  .cta-modal-popup .inner-content .login-side:after {
    content: "or";
    font-style: italic;
    position: absolute;
    bottom: -3.25em;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #fff;
    padding: 0.5em;
  }
}
@media screen and (max-width: 980px) {
  .cta-modal-popup .inner-content .not-a-member .f-h2 {
    margin-bottom: 0.5em;
  }
  .cta-modal-popup .inner-content .not-a-member .cta-btn, .cta-modal-popup .inner-content .not-a-member .cta-btn-green, .cta-modal-popup .inner-content .not-a-member button.fsSubmitButton {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: block;
    margin: 0 auto;
  }
}
.cta-modal-popup .inner-content .not-a-member ul {
  padding-left: 1em;
}
.cta-modal-popup .inner-content .not-a-member ul li {
  list-style-image: url(../images/small-check.svg);
  padding-bottom: 1em;
}

body:has(.cta-modal-popup.open) {
  overflow: hidden;
}

form input[type=text],
form input[type=password],
form input[type=tel],
form input[type=email] {
  width: 100%;
  height: 64px;
  border: solid 1px #dbdbdb;
  padding-left: 50px;
  border-radius: 32px 0 0 32px;
  background-color: #f2f2f2;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16) inset;
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16) inset;
}

.form-block {
  background: var(--background-color, #002D72);
  margin-bottom: 4em;
  padding: 2em 15px 4em;
  background-image: url(../Images/blue-fade-pattern.svg);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}
@media screen and (min-width: 981px) {
  .form-block {
    padding: 4em 30px;
  }
}
.form-block > .content {
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1000px;
}
.form-block > .content form {
  max-width: 1400px;
  margin: 0 auto;
  max-width: 800px;
  padding: 2em 30px;
}
.form-block > .content form .fsSectionHeader {
  background-color: #fff;
  padding: 0;
}
.form-block > .content form input {
  border-radius: 32px;
  font-size: 1.8rem;
}
@media screen and (max-width: 980px) {
  .form-block > .content form .fsSection {
    display: block;
  }
}
.form-block > .content form textarea {
  border: solid 1px #dbdbdb;
  padding-left: 50px;
  border-radius: 32px;
  background-color: #f2f2f2;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16) inset;
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16) inset;
}

.video-modal {
  margin: 0;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.85);
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
}
.video-modal .video-flex-container {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 981px) {
  .video-modal .video-flex-container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.video-modal .video-modal-content {
  margin: 0 auto;
  width: calc(100vw - 60px);
  overflow-y: auto;
  max-width: 800px;
  margin: 0 30px;
}
.video-modal .video-modal-content > div, .video-modal .video-modal-content > video {
  width: 100%;
}
.video-modal .video-modal-close {
  margin: 1em 1em 1em auto;
  padding: 0;
  display: block;
  width: 35px;
  height: 35px;
  background-image: url("../icons/body_icon_lightbox-close.svg");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 35px 35px;
}
@media screen and (min-width: 981px) {
  .video-modal .video-modal-close {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 30px;
    top: 20px;
    color: #FFF;
    font-size: 10rem;
    line-height: 0;
  }
}
.video-modal .video-holder {
  aspect-ratio: 16/9;
  width: 100%;
  max-width: 100%;
  height: auto;
  position: relative;
}
.video-modal .local-video {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.video-modal .transcript-container {
  margin: 0;
  color: #fff;
}
.video-modal .transcript-container .transcript-button {
  margin: 0;
  padding: 0.5em;
  font-size: 1.6rem;
  font-weight: 700;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 981px) {
  .video-modal .transcript-container .transcript-button {
    font-size: 1.8rem;
  }
}
.video-modal .transcript-container .transcript-button:after {
  content: "";
  margin: 0 0 0 0.25em;
  padding: 0;
  background: url("../icons/header_shape_dropdown-arrow.svg") transparent no-repeat center/14px 8px;
  width: 14px;
  height: 8px;
  position: relative;
  display: inline-block;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.video-modal .transcript-container .transcript-content {
  margin: 0;
  padding: 0.5em 0 0;
  display: none;
}
.video-modal .transcript-container .transcript-content > *:last-child {
  margin: 0;
}
.video-modal .transcript-container .transcript-content a {
  color: #fff;
  text-decoration: underline;
}
.video-modal .transcript-container.active > .transcript-button:after {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

.four-oh-four {
  padding: 30px;
}
.four-oh-four > .content {
  max-width: 1400px;
  margin: 0 auto;
  max-width: 800px;
  margin: 4em auto;
  display: grid;
  grid-auto-columns: 1fr;
  row-gap: 2em;
}
.four-oh-four > .content svg {
  width: 100%;
}
.four-oh-four > .content .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  justify-items: center;
  text-align: center;
}
.four-oh-four > .content .info h1 {
  font-size: clamp(2.4rem, 3vw, 4.2rem);
  font-weight: 700;
  margin-bottom: 0.5em;
  line-height: 1.35;
}
.four-oh-four > .content .info .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
  row-gap: 1em;
  margin-top: 2em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 981px) {
  .four-oh-four > .content .info .actions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.four-oh-four > .content .info .actions a {
  max-width: 246px;
  width: 100%;
}

.alerts-holder {
  position: relative;
  z-index: 10000;
  display: grid;
  grid-auto-columns: 1fr;
  width: 100vw;
  padding-right: 15px;
}
.location-alerts .alerts-holder:has(.alert) {
  margin: clamp(20px, 2vw, 40px);
  z-index: 10;
}

.alert {
  width: 100vw;
  background: #F1FBFF;
  color: #373737;
  padding: 20px 30px;
  padding-right: 45px;
  position: relative;
  z-index: 510;
}
@media screen and (min-width: 981px) {
  .alert {
    z-index: 100;
  }
  .location-alerts .alert {
    max-width: 1400px;
    margin: 0 auto;
  }
}
.alert.hidden-alert {
  display: none;
}
.alert > .content {
  text-align: center;
  max-width: 1400px;
  margin: 0 auto;
}
.alert > .content .alert-text {
  font-size: 1.6rem;
  display: block;
  text-align: left;
  width: calc(100% - 40px);
}
.alert > .content .alert-text *:last-child {
  margin: 0;
}
@media screen and (min-width: 981px) {
  .alert > .content .alert-text {
    text-align: center;
  }
}
.alert > .content .alert-text a {
  color: #0033A0;
  font-weight: 700;
  text-decoration: underline;
}
.alert > .content .alert-text a:hover {
  text-decoration-thickness: 3px;
}
@media screen and (max-width: 980px) {
  .alert > .content {
    text-align: center;
  }
}
.alert.ab-high {
  background: #980505;
  color: #fff;
}
.alert.ab-high > .content .alert-text a {
  color: #fff;
}
.alert.ab-high .alert-close-btn {
  color: #fff;
}

.alert-close-btn {
  color: #0033A0;
  position: absolute;
  font-size: 5rem;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.location-specific-alerts {
  padding: 30px;
}
.location-specific-alerts > .alert {
  z-index: 1;
  max-width: 1400px;
  margin: 0 auto;
  border-radius: 10px;
}

@media screen and (min-width: 981px) {
  body:has(.tour.visible) {
    overflow-y: hidden;
  }
}

.tour {
  position: fixed;
  padding: 30px;
  inset: 0;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.66);
  z-index: 1000000;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}
@media screen and (max-width: 1100px) {
  .tour {
    display: none !important;
  }
}
@media screen and (min-width: 1100px) {
  .tour.visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.tour .tour-slide {
  display: none;
  width: 100%;
  max-width: 964px;
  background-color: #fff;
  height: 100%;
  max-height: 615px;
  position: relative;
  display: grid;
  opacity: 0;
  padding-bottom: calc(32px + 1em);
}
.tour .tour-slide.visible {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.tour .tour-slide .slide-content {
  padding: 4em 35px 4em 65px;
  display: grid;
  position: relative;
  grid-template-columns: 55fr 45fr;
  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.tour .tour-slide .slide-content .image {
  -ms-flex-line-pack: center;
      align-content: center;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1em;
  justify-self: center;
}
.tour .tour-slide .slide-content .info {
  -ms-flex-line-pack: center;
      align-content: center;
}
.tour .tour-slide .slide-content .f-h2 {
  font-size: 3.6rem;
  font-weight: 700;
  margin-bottom: 0.5em;
  color: #0033A0;
}
.tour .tour-slide .slide-content .subhead {
  font-size: 3rem;
  color: #0033A0;
  font-weight: 400;
  margin-bottom: 1em;
}
.tour .tour-slide .slide-content .copy {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 2em;
}
.tour .tour-slide .slide-content .actions {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr;
}
.tour .tour-slide .slide-content .actions a,
.tour .tour-slide .slide-content .actions button {
  width: 100%;
}
.tour .tour-slide .slide-content .actions a.cta-lnk, .tour .tour-slide .slide-content .actions a.cta-lnk-white,
.tour .tour-slide .slide-content .actions button.cta-lnk,
.tour .tour-slide .slide-content .actions button.cta-lnk-white {
  font-weight: 700;
  -webkit-text-decoration: underline transparent;
          text-decoration: underline transparent;
  -webkit-transition: -webkit-text-decoration 0.2s ease;
  transition: -webkit-text-decoration 0.2s ease;
  transition: text-decoration 0.2s ease;
  transition: text-decoration 0.2s ease, -webkit-text-decoration 0.2s ease;
  color: #0033A0;
}
.tour .tour-slide .slide-content .actions a.cta-lnk:hover, .tour .tour-slide .slide-content .actions a.cta-lnk-white:hover,
.tour .tour-slide .slide-content .actions button.cta-lnk:hover,
.tour .tour-slide .slide-content .actions button.cta-lnk-white:hover {
  -webkit-text-decoration: underline currentColor;
          text-decoration: underline currentColor;
}
.tour .tour-slide .slide-content.vertical {
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  row-gap: 2em;
  overflow-y: auto;
  -ms-flex-line-pack: center;
      align-content: center;
}
.tour .tour-slide .slide-content.vertical .info {
  max-width: 567px;
  justify-self: center;
  text-align: center;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 1em;
}
.tour .tour-slide .slide-content.vertical .info .f-h2 {
  margin-bottom: 0.5em;
}
.tour .tour-slide .slide-content.vertical .info ul {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  text-align: left;
}
.tour .tour-slide .slide-content.vertical .info .copy {
  margin-bottom: 0;
}
.tour .tour-slide .slide-content.vertical .info .copy p {
  margin-bottom: 0;
}
.tour .tour-slide .slide-content.vertical .image {
  padding-left: 30px;
}
.tour .tour-slide .slide-content.vertical .image img {
  -o-object-fit: contain;
     object-fit: contain;
}
.tour .tour-slide .slide-content[data-topic=payments] {
  padding-left: 35px;
  padding-right: 35px;
}
.tour .tour-slide .slide-content[data-topic=about] {
  padding-top: 6em;
  row-gap: 0;
}
.tour .tour-slide .slide-content[data-topic=about] .info {
  max-width: 625px;
}
.tour .tour-slide .slide-content[data-topic=about] .image {
  padding-left: 0;
  justify-items: center;
}
.tour .tour-slide .slide-content[data-topic=search] {
  padding-left: 87px;
  padding-right: 93px;
}
.tour .tour-slide .slide-content[data-topic=education] {
  padding-left: 83px;
  padding-right: 83px;
}
.tour .tour-slide .slide-content[data-topic=education] .info {
  max-width: 400px;
}
.tour .tour-slide .slide-content[data-topic=education] .info .copy {
  max-width: 345px;
}
.tour .tour-slide .slide-content[data-topic=locations] {
  padding-left: 83px;
  padding-right: 83px;
}
.tour .tour-slide .slide-content[data-topic=locations] .info {
  max-width: 345px;
}
.tour .tour-slide .slide-content[data-topic=open-accounts] {
  padding-left: 83px;
  padding-right: 83px;
}
.tour .tour-slide .slide-content[data-topic=open-accounts] .info {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
}
.tour .tour-slide .slide-content[data-topic=open-accounts] .f-h2 {
  max-width: 446px;
}
.tour .tour-slide .slide-content[data-topic=thanks] {
  padding: 4em 35px;
}
.tour .tour-slide .slide-content[data-topic=thanks] .info,
.tour .tour-slide .slide-content[data-topic=thanks] .actions {
  max-width: 500px;
  margin: 0 auto;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  margin-bottom: -4em;
  margin-top: 2em;
}
.tour .tour-slide .slide-content[data-topic=thanks] .info a,
.tour .tour-slide .slide-content[data-topic=thanks] .actions a {
  width: 100%;
}
.tour .tour-slide .slide-content[data-topic=thanks] .info img {
  margin-bottom: 1em;
}
.tour .tour-slide .slide-content[data-topic=thanks] .info button {
  display: inline;
  font-weight: 700;
  color: #0033A0;
  -webkit-text-decoration: underline transparent;
          text-decoration: underline transparent;
  -webkit-transition: -webkit-text-decoration 0.2s ease;
  transition: -webkit-text-decoration 0.2s ease;
  transition: text-decoration 0.2s ease;
  transition: text-decoration 0.2s ease, -webkit-text-decoration 0.2s ease;
}
.tour .tour-slide .slide-content[data-topic=thanks] .info button:hover {
  -webkit-text-decoration: underline currentColor;
          text-decoration: underline currentColor;
}
.tour .tour-slide .close-tour-btn {
  position: absolute;
  right: 27px;
  top: 22px;
  aspect-ratio: 1/1;
  background-image: url(../images/tour/close.svg);
  height: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
.tour .tour-slide .dot-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  position: absolute;
  bottom: 32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tour .tour-slide .dot-nav .dn-dot {
  height: 16px;
  width: 16px;
  background-color: #dfdfdf;
  border-radius: 50%;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.tour .tour-slide .dot-nav .dn-dot.active {
  background-color: #0033A0;
}
.tour .tour-slide .dot-nav .prev-button, .tour .tour-slide .dot-nav .next-button {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.tour .tour-slide .dot-nav .prev-button[disabled], .tour .tour-slide .dot-nav .next-button[disabled] {
  opacity: 0;
}
.tour .tour-slide .dot-nav .prev-button {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-right: 1em;
}
.tour .tour-slide .dot-nav .next-button {
  margin-left: 1em;
}
/*# sourceMappingURL=layout.css.map */
