/*-- -------------------------- -->
<---        Core Styles         -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0rem) {
  :root {
    --primary: #0cc0df;
    --primaryLight: #001F3F;
    --secondary: #000E1D;
    --secondaryLight: #FFBA43;
    --headerColor: #1a1a1a;
    --bodyTextColor: #4E4B66;
    --bodyTextColorWhite: #FAFBFC;
    /* 13px - 16px */
    --topperFontSize: clamp(0.8125rem, 1.6vw, 1rem);
    /* 31px - 49px */
    --headerFontSize: clamp(1.9375rem, 3.9vw, 3.0625rem);
    --bodyFontSize: 1rem;
    /* 60px - 100px top and bottom */
    --sectionPadding: clamp(3.75rem, 7.82vw, 6.25rem) 1rem;
  }
/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/assets/fonts/open-sans-v40-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* ibm-plex-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  src: url('/assets/fonts/ibm-plex-sans-v21-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
  body,
  html {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-family: 'Roboto', Arial, sans-serif;
    color: var(--bodyTextColor);
    overflow-x: hidden;
  }
  *,
  *:before,
  *:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  body {
    transition: background-color 0.3s;
  }
  .container {
    position: relative;
    width: 92%;
    margin: auto;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0;
    color: var(--headerColor);
    font-family: 'IBM Plex Sans', sans-serif;
  }
  p,
  li,
  a {
    font-size: 1rem;
    line-height: 1.5em;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
  }
  p,
  li {
    color: var(--bodyTextColor);
  }
  a:hover,
  button:hover {
    cursor: pointer;
  }
  .cs-topper {
    font-size: var(--topperFontSize);
    line-height: 1.2em;
    text-transform: uppercase;
    text-align: inherit;
    letter-spacing: .1em;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 0.25rem;
    display: block;
  }
  body.dark-mode .cs-topper {
    color: var(--secondary);
  }
  .cs-title {
    font-size: var(--headerFontSize);
    font-weight: 900;
    line-height: 1.2em;
    text-align: inherit;
    max-width: 43.75rem;
    margin: 0 0 1rem 0;
    color: var(--headerColor);
    position: relative;
  }
  .cs-text {
    font-size: var(--bodyFontSize);
    line-height: 1.5em;
    text-align: inherit;
    width: 100%;
    max-width: 40.625rem;
    margin: 0;
    color: var(--bodyTextColor);
  }
  .cs-button-solid {
    font-size: 1rem;
    /* 46px - 56px */
    line-height: clamp(2.875rem, 8vw, 3.5rem);
    text-decoration: none;
    font-weight: 700;
    margin: auto;
    color: #fff;
    padding: 0 1.5rem;
    background-color: var(--primary);
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: background-color 0.3s;
    border-radius: 0.25rem;
  }
  .cs-button-solid:hover {
    background-color: #086b78;
    
  }
  .skip {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1111111;
  }
  .cs-button-2 {
    font-size: 1rem;
    /* 46px - 56px */
    line-height: clamp(2.875rem, 8vw, 3.5rem);
    text-decoration: none;
    font-weight: 700;
    margin: auto;
    color: #fff;
    padding: 0 1.5rem;
    background-color: var(--primary);
    display:inline-block;
    position: relative;
    z-index: 1;
    transition: background-color 0.3s;
}
.cs-button-2:hover {
    background-color: #000E1D;
}

}
/* Mobile - 1023px */
@media only screen and (max-width: 63.9375rem) {
  body.cs-open {
      overflow: hidden;
  }
  #cs-navigation {
      width: 100%;
      padding: 1.25rem 1rem;
      /* prevents padding and border from affecting height and width */
      box-sizing: border-box;
      background-color: #fff;
      box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
      position: fixed;
      z-index: 10000;
  }
  #cs-navigation:before {
      content: "";
      width: 100%;
      height: 0vh;
      background: #fff;
      -webkit-backdrop-filter: blur(10px);
      backdrop-filter: blur(10px);
      position: absolute;
      display: block;
      top: 100%;
      right: 0;
      z-index: -1100;
      opacity: 0;
      transition:
          height 0.5s,
          opacity 0.5s;
  }
  #cs-navigation.cs-active:before {
      height: 150vh;
      opacity: 1;
  }
  #cs-navigation.cs-active .cs-toggle {
      transform: rotate(180deg);
  }
  #cs-navigation.cs-active .cs-ul-wrapper {
      opacity: 1;
      transform: scaleY(1);
      transition-delay: 0.15s;
  }
  #cs-navigation.cs-active .cs-li {
      transform: translateY(0);
      opacity: 1;
  }
  #cs-navigation .cs-container {
      width: 100%;
      display: flex;
      justify-content: flex-end;
      align-items: center;
  }
  #cs-navigation .cs-logo {
      width: 53%;
      max-width: 10rem;
      height: 100%;
      margin: 0 auto 0 0;
      padding: 0;
      /* prevents padding and border from affecting height and width */
      box-sizing: border-box;
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 10;
  }
  #cs-navigation .cs-logo img {
      width: 100%;
      height: 100%;
      /* ensures the image never overflows the container. It stays contained within it's width and height and expands to fill it then stops once it reaches an edge */
      object-fit: contain;
  }
  #cs-navigation .cs-toggle {
      width: 3.5rem;
      height: 3.5rem;
      margin: 0 0 0 auto;
      border-radius: 0.25rem;
      background-color: var(--primary);
      border: none;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: transform 0.6s;
  }
  #cs-navigation .cs-active .cs-line1 {
      top: 50%;
      transform: translate(-50%, -50%) rotate(225deg);
  }
  #cs-navigation .cs-active .cs-line2 {
      top: 50%;
      transform-origin: center;
      transform: translate(-50%, -50%) translateY(0) rotate(-225deg);
  }
  #cs-navigation .cs-active .cs-line3 {
      bottom: 100%;
      opacity: 0;
  }
  #cs-navigation .cs-box {
      /* 24px - 28px */
      width: clamp(1.5rem, 2vw, 1.75rem);
      height: 1rem;
      position: relative;
  }
  #cs-navigation .cs-line {
      width: 100%;
      height: 2px;
      border-radius: 2px;
      background-color: #fafbfc;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
  }
  #cs-navigation .cs-line1 {
      top: 0;
      transform-origin: center;
      transition:
          transform 0.5s,
          top 0.3s,
          left 0.3s;
      animation-duration: 0.7s;
      animation-timing-function: ease;
      animation-fill-mode: forwards;
      animation-direction: normal;
  }
  #cs-navigation .cs-line2 {
      top: 50%;
      transform: translateX(-50%) translateY(-50%);
      transition:
          top 0.3s,
          left 0.3s,
          transform 0.5s;
      animation-duration: 0.7s;
      animation-timing-function: ease;
      animation-fill-mode: forwards;
      animation-direction: normal;
  }
  #cs-navigation .cs-line3 {
      bottom: 0;
      transition:
          bottom 0.3s,
          opacity 0.3s;
  }
  #cs-navigation .cs-ul-wrapper {
      width: 100%;
      height: auto;
      padding-bottom: 2.4em;
      opacity: 0;
      background-color: #fff;
      box-shadow: inset rgba(0, 0, 0, 0.2) 0px 8px 24px;
      overflow: hidden;
      position: absolute;
      top: 100%;
      left: 0;
      z-index: -1;
      transform: scaleY(0);
      transform-origin: top;
      transition:
          transform 0.4s,
          opacity 0.3s;
  }
  #cs-navigation .cs-ul {
      margin: 0;
      padding: 3rem 0 0 0;
      width: 100%;
      height: auto;
      max-height: 65vh;
      overflow: scroll;
      display: flex;
      justify-content: flex-start;
      flex-direction: column;
      align-items: center;
      gap: 1.25rem;
  }
  #cs-navigation .cs-li {
      width: 100%;
      text-align: center;
      list-style: none;
      margin-right: 0;
      /* transition from these values */
      transform: translateY(-4.375rem);
      opacity: 0;
      transition:
          transform 0.6s,
          opacity 0.9s;
  }
  #cs-navigation .cs-li:nth-of-type(1) {
      transition-delay: 0.05s;
  }
  #cs-navigation .cs-li:nth-of-type(2) {
      transition-delay: 0.1s;
  }
  #cs-navigation .cs-li:nth-of-type(3) {
      transition-delay: 0.15s;
  }
  #cs-navigation .cs-li:nth-of-type(4) {
      transition-delay: 0.2s;
  }
  #cs-navigation .cs-li:nth-of-type(5) {
      transition-delay: 0.25s;
  }
  #cs-navigation .cs-li:nth-of-type(6) {
      transition-delay: 0.3s;
  }
  #cs-navigation .cs-li:nth-of-type(7) {
      transition-delay: 0.35s;
  }
  #cs-navigation .cs-li:nth-of-type(8) {
      transition-delay: 0.4s;
  }
  #cs-navigation .cs-li:nth-of-type(9) {
      transition-delay: 0.45s;
  }
  #cs-navigation .cs-li:nth-of-type(10) {
      transition-delay: 0.5s;
  }
  #cs-navigation .cs-li:nth-of-type(11) {
      transition-delay: 0.55s;
  }
  #cs-navigation .cs-li:nth-of-type(12) {
      transition-delay: 0.6s;
  }
  #cs-navigation .cs-li:nth-of-type(13) {
      transition-delay: 0.65s;
  }
  #cs-navigation .cs-li-link {
      /* 16px - 24px */
      font-size: clamp(1rem, 2.5vw, 1.5rem);
      line-height: 1.2em;
      text-decoration: none;
      margin: 0;
      color: var(--headerColor);
      display: inline-block;
      position: relative;
  }
  #cs-navigation .cs-li-link.cs-active {
      color: var(--primary);
  }
  #cs-navigation .cs-li-link:hover {
      color: var(--primary);
  }
  #cs-navigation .cs-button-solid {
      display: none;
  }
}

/*-- -------------------------- -->
<---     Navigation Dropdown    -->
<--- -------------------------- -*/

/* Mobile - 1023px */
@media only screen and (max-width: 63.9375rem) {
  #cs-navigation .cs-li {
      text-align: center;
      width: 100%;
      display: block;
  }
  #cs-navigation .cs-dropdown {
      position: relative;
      color: var(--bodyTextColorWhite);
  }
  #cs-navigation .cs-dropdown.cs-active .cs-drop-ul {
      height: auto;
      opacity: 1;
      visibility: visible;
      margin: 0.75rem 0 0 0;
      padding: 0.75rem 0;
  }
  #cs-navigation .cs-dropdown.cs-active .cs-drop-link {
      opacity: 1;
  }
  #cs-navigation .cs-dropdown .cs-li-link {
      position: relative;
      transition: opacity 0.3s;
  }
  #cs-navigation .cs-drop-icon {
      width: 0.9375rem;
      height: auto;
      position: absolute;
      top: 50%;
      right: -1.25rem;
      transform: translateY(-50%);
  }
  #cs-navigation .cs-drop-ul {
      width: 100%;
      height: 0;
      margin: 0;
      padding: 0;
      background-color: var(--primary);
      overflow: hidden;
      opacity: 0;
      visibility: hidden;
      display: flex;
      justify-content: flex-start;
      flex-direction: column;
      align-items: center;
      gap: 0.75rem;
      transition:
          padding 0.3s,
          margin 0.3s,
          height 0.3s,
          opacity 0.3s,
          visibility 0.3s;

  }
  #cs-navigation .cs-drop-li {
      list-style: none;
  }
  #cs-navigation .cs-li-link.cs-drop-link {
      /* 14px - 16px */
      font-size: clamp(0.875rem, 2vw, 1.25rem);
      color: #fff;
  }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #cs-navigation .cs-dropdown {
      position: relative;
  }
  #cs-navigation .cs-dropdown:hover {
      cursor: pointer;
  }
  #cs-navigation .cs-dropdown:hover .cs-drop-ul {
      transform: scaleY(1);
      opacity: 1;
      visibility: visible;
  }
  #cs-navigation .cs-dropdown:hover .cs-drop-li {
      opacity: 1;
      transform: translateY(0);
  }
  #cs-navigation .cs-drop-icon {
      width: 0.9375rem;
      height: auto;
      display: inline-block;
  }
  #cs-navigation .cs-drop-ul {
      min-width: 12.5rem;
      margin: 0;
      padding: 0;
      background-color: #fff;
      overflow: hidden;
      opacity: 0;
      visibility: hidden;
      border-bottom: 5px solid var(--primary);
      /* if you have 8 or more links in your dropdown nav, uncomment the columns property to make the list into 2 even columns. Change it to 3 or 4 if you need extra columns. Then remove the transition delays on the cs-drop-li so they don't have weird scattered animations */
      position: absolute;
      top: 8rem;
      z-index: -100;
      transform: scaleY(0);
      transform-origin: top;
      transition:
          transform 0.3s,
          visibility 0.3s,
          opacity 0.3s;
      box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;

  }
  #cs-navigation .cs-drop-li {
      list-style: none;
      font-size: 1rem;
      text-decoration: none;
      opacity: 0;
      width: 100%;
      height: auto;
      display: block;
      transform: translateY(-0.625rem);
      transition:
          opacity 0.6s,
          transform 0.6s;
  }
  #cs-navigation .cs-drop-li:nth-of-type(1) {
      transition-delay: 0.05s;
  }
  #cs-navigation .cs-drop-li:nth-of-type(2) {
      transition-delay: 0.1s;
  }
  #cs-navigation .cs-drop-li:nth-of-type(3) {
      transition-delay: 0.15s;
  }
  #cs-navigation .cs-drop-li:nth-of-type(4) {
      transition-delay: 0.2s;
  }
  #cs-navigation .cs-drop-li:nth-of-type(5) {
      transition-delay: 0.25s;
  }
  #cs-navigation .cs-drop-li:nth-of-type(6) {
      transition-delay: 0.3s;
  }
  #cs-navigation .cs-drop-li:nth-of-type(7) {
      transition-delay: 0.35s;
  }
  #cs-navigation .cs-drop-li:nth-of-type(8) {
      transition-delay: 0.4s;
  }
  #cs-navigation .cs-drop-li:nth-of-type(9) {
      transition-delay: 0.45s;
  }
  #cs-navigation .cs-li-link.cs-drop-link {
      text-transform: capitalize;
      white-space: nowrap;
      width: 100%;
      font-size: 1rem;
      line-height: 1.5em;
      text-decoration: none;
      padding: 0.75rem;
      /* prevents padding and border from affecting height and width */
      box-sizing: border-box;
      color: var(--bodyTextColor);
      display: block;
      transition:
          color 0.3s,
          background-color 0.3s;
      z-index: 1;
  }
  #cs-navigation .cs-li-link.cs-drop-link:hover {
      background-color: #f7f7f7;
      color: var(--bodyTextColor);
  }
  #cs-navigation .cs-li-link.cs-drop-link:before {
      display: none;
  }
}

/*-- -------------------------- -->
<---     Desktop Navigation     -->
<--- -------------------------- -*/

/* Small Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #cs-navigation {
      width: 100%;
      padding: 0 1rem;
      /* prevents padding and border from affecting height and width */
      box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
      box-sizing: border-box;
      background-color: #fff;
      position: fixed;
      z-index: 10000;
  }
  #cs-navigation .cs-container {
      width: 100%;
      /* same height as the cs-ul-wrapper */
      height: 10rem;
      max-width: 80rem;
      margin: auto;
      display: flex;
      justify-content: flex-end;
      align-items: center;
      gap: 1.5rem;
      position: relative;
  }
  #cs-navigation .cs-toggle {
      display: none;
  }
  #cs-navigation .cs-logo {
      height: 9rem;
      /* margin-right auto pushes everything away from it to the right */
      margin: 0 auto 0 0;
      padding: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 100;
  }
  #cs-navigation .cs-logo img {
      width: 100%;
      height: 100%;
      /* ensures the image never overflows the container. It stays contained within it's width and height and expands to fill it then stops once it reaches an edge */
      object-fit: contain;
  }
  #cs-navigation .cs-ul-wrapper {
      /* absolutely positioned to be dead center */
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
  }
  #cs-navigation .cs-ul {
      width: 100%;
      margin: 0;
      padding: 0;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      /* 20px - 36px */
      gap: clamp(1.25rem, 2.6vw, 2.25rem);
  }
  #cs-navigation .cs-li {
      list-style: none;
      padding: 2.25rem 0;
      /* prevent flexbox from squishing it */
      flex: none;
  }
  #cs-navigation .cs-li-link {
      /* 14px - 16px */
      font-size: clamp(1rem, 0.6vw, 1.2rem);
      line-height: 1.5em;
      text-decoration: none;
      margin: 0;
      color: var(--headerColor);
      display: block;
      position: relative;
      transition: color 0.3s;
  }
  #cs-navigation .cs-li-link:hover {
      color: var(--primary);
  }
  #cs-navigation .cs-li-link.cs-active {
      color: var(--primary);
  }
  #cs-navigation .cs-button-solid {
      font-size: 1.1rem;
      /* 46px - 56px */
      line-height: clamp(2.875em, 5.5vw, 3.5em);
      text-decoration: none;
      font-weight: 700;
      text-align: center;
      margin: 0;
      color: #fff;
      min-width: 9.375rem;
      padding: 0 2rem;
      background-color: var(--primary);
      display: inline-block;
      position: relative;
      z-index: 1;
      /* prevents padding from adding to the width */
      box-sizing: border-box;
      transition: color 0.3s;
  }
  #cs-navigation .cs-button-solid:before {
      content: "";
      position: absolute;
      height: 100%;
      width: 0%;
      background: #086b78;
      opacity: 1;
      top: 0;
      left: 0;
      z-index: -1;
      transition: width 0.3s;
      border-radius: 0.25rem;
  }
  #cs-navigation .cs-button-solid:hover {
      color: var(--bodyTextColorWhite);
  }
  #cs-navigation .cs-button-solid:hover:before {
      width: 100%;
  }
}
                              
/*-- -------------------------- -->
<---    Tertiary Navigation     -->
<--- -------------------------- -*/

/* Mobile - 1023px */
@media only screen and (max-width: 1023px) {
  #cs-navigation .cs-dropdown.cs-active .cs-drop-ul {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    margin: 0.75rem auto 0 auto;
    height: auto;
    padding: 1.5rem;
  }
  #cs-navigation .cs-dropdown.cs-active .cs-drop-link {
    opacity: 1;
  }
  #cs-navigation .cs-dropdown.cs-active .cs-dropdown-toggle {
    pointer-events: none;
  }
  #cs-navigation .cs-dropdown-toggle {
    pointer-events: none;
  }
  #cs-navigation .cs-drop-ul {
    width: 95%;
    box-sizing: border-box;
  }
  #cs-navigation .cs-drop3 {
    visibility: hidden;
    opacity: 0;
    transform: scale(0);
    display: flex;
    flex-direction: column;
    background-color: rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
    height: 0;
    width: 100%;
    overflow: hidden;
    padding: 0;
    transition: padding 0.3s, margin 0.3s, height 0.3s, opacity 0.3s, transform 0.3s, visibility 0.3s;
    gap: 0.5rem;
    transform-origin: top;

  }
  #cs-navigation .cs-drop-li {
    width: 100%;
  }
  #cs-navigation .cs-drop-li.drop3-active .cs-drop3 {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    height: auto;
    padding: 1.25rem 1.25rem 1.25rem 1.25rem;
    margin: 0.75rem 0 0 0;
  }
  #cs-navigation .cs-drop-li.drop3-active .cs-drop3-main {
    margin-bottom: 0.75rem;
  }
  #cs-navigation .cs-drop3-main {
    transition: margin 0.3s;
  }
  #cs-navigation .cs-drop3-main .cs-drop-icon {
    filter: grayscale(1) brightness(1000%);
  }
  #cs-navigation .cs-drop-li3 {
    list-style: none;
  }
}

/* Desktop - 1024px */
@media only screen and (min-width: 1024px) {
#cs-navigation .cs-drop-ul {
  overflow: visible;
}
#cs-navigation .cs-drop-li {
  z-index: 1;
  position: relative;
}
#cs-navigation .cs-drop-li:hover .cs-drop3 {
  display: block;
}
#cs-navigation .cs-drop3 {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 100%;
  display: none;
  background-color: #fff;
  min-width: 12.5rem;
  padding: 0;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-bottom: 5px solid var(--primary);
}
#cs-navigation .cs-drop3-main:hover .cs-drop-icon {
  transform: rotate(-90deg);
}
#cs-navigation .cs-drop-icon {
  transition: transform 0.3s;
}
#cs-navigation .cs-drop-li3 {
  list-style: none;
}
}

/*-- -------------------------- -->
<---   Quaternary Navigation    -->
<--- -------------------------- -*/
/* Mobile - 1023px */
@media only screen and (max-width: 1023px) {
  /* Existing Tertiary Menu CSS */
  #cs-navigation .cs-drop-li.drop3-active .cs-drop3 {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    height: auto;
    padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  }
  
  /* Quaternary Menu CSS */
  #cs-navigation .cs-drop4 {
    visibility: hidden;
    opacity: 0;
    transform: scale(0);
    display: flex;
    flex-direction: column;
    background-color: rgba(255, 255, 255, 0.25); /* Slightly lighter than tertiary */
    box-sizing: border-box;
    height: 0;
    width: 100%;
    overflow: hidden;
    padding: 0;
    transition: padding 0.3s, margin 0.3s, height 0.3s, opacity 0.3s, transform 0.3s, visibility 0.3s;
    gap: 0.5rem;
    transform-origin: top;
  }
  
  #cs-navigation .cs-drop-li3.drop4-active .cs-drop4 {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    height: auto;
    padding: 1rem 1rem 1rem 1rem;
    margin-top: 0.5rem;
  }
  
  #cs-navigation .cs-drop-li3.drop4-active {
    margin-bottom: 0.5rem;
  }
  
  #cs-navigation .cs-drop4-main {
    transition: margin 0.3s;
  }
  
  #cs-navigation .cs-drop4-main .cs-drop4-icon {
    filter: grayscale(1) brightness(1000%);
  }
  
  #cs-navigation .cs-drop-li4 {
    list-style: none;
  }
  
  #cs-navigation .cs-drop-link4 {
    font-size: 0.9em; /* Slightly smaller than tertiary */
  }
}
/* Desktop - 1024px */
@media only screen and (min-width: 1024px) {
  /* Existing Tertiary Menu CSS */
  #cs-navigation .cs-drop-li:hover .cs-drop3 {
    display: block;
  }
  
  /* Quaternary Menu CSS */
  #cs-navigation .cs-drop-li3 {
    position: relative;
  }
  
  #cs-navigation .cs-drop-li3:hover .cs-drop4 {
    display: block;
  }
  
  #cs-navigation .cs-drop4 {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 100%;
    display: none;
    background-color: #fff;
    min-width: 12rem;
    padding: 0;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-bottom: 5px solid var(--primary);
  }

  #cs-navigation .cs-drop4-main:hover .cs-drop4-icon {
    transform: rotate(-90deg);
  }

  #cs-navigation .cs-drop4-icon {
      transition: transform 0.3s;
  }
  
  #cs-navigation .cs-drop-li4 {
    list-style: none;
  }
  
  /* Style for quaternary links */
  #cs-navigation .cs-drop-link4 {
    padding: 0.75rem 1rem;
    display: block;
    transition: background-color 0.3s;
  }
  
  #cs-navigation .cs-drop-link4:hover {
    background-color: #f5f5f5;
  }
}
                                
                                
/*-- -------------------------- -->
<---          Banner            -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #banner-558 {
      padding: var(--sectionPadding);
      /* 137px - 212px */
      padding-top: clamp(8.5625rem, 25vw, 13.25rem);
      background-color: var(--primary);
      /* clips the line from causing overflow issues for going off screen */
      overflow: hidden;
      position: relative;
      z-index: 1;
  }
  #banner-558 .cs-container {
      text-align: center;
      width: 100%;
      max-width: 80rem;
      margin: auto;
      display: flex;
      justify-content: center;
      align-items: flex-start;
      flex-direction: column;
      gap: 1rem;
  }
  #banner-558 .cs-int-topper {
      font-size: var(--topperFontSize);
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 0.01em;
      margin: 0;
      padding: 0 0 0 1.25rem;
      color: var(--bodyTextColorWhite);
      display: block;
      position: relative;
  }
  #banner-558 .cs-int-topper:before {
      /* yellow line */
      content: "";
      width: 50vw;
      height: 2px;
      background: var(--secondary);
      opacity: 1;
      position: absolute;
      display: block;
      top: 50%;
      right: 100%;
      transform: translateY(-50%);
  }
  #banner-558 .cs-int-title {
      /* 39px - 61px */
      font-size: clamp(2.4375rem, 6.4vw, 3.8125rem);
      font-weight: 900;
      line-height: 1.2em;
      text-align: left;
      margin: 0;
      color: var(--bodyTextColorWhite);
      position: relative;
      font-family: 'IBM Plex Sans';
  }
  #banner-558 .cs-breadcrumbs {
      display: flex;
      justify-content: center;
      align-items: center;
  }
  #banner-558 .cs-link {
      /* 16px - 20px */
      font-size: clamp(1rem, 1.5vw, 1.25rem);
      line-height: 1.2em;
      text-decoration: none;
      color: var(--bodyTextColorWhite);
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
  }
  #banner-558 .cs-link:last-of-type {
      /* remove the chevron on the last list item */
  }
  #banner-558 .cs-link:last-of-type::after {
      display: none;
  }
  #banner-558 .cs-link:after {
      /* chevron - added as pseudo to make adding and removing them easier */
      content: "";
      width: 1.875rem;
      height: 0.125rem;
      /* 12px - 24px */
      margin: 0 clamp(0.75rem, 2vw, 1.5rem);
      background-color: #fff;
  }
  #banner-558 .cs-link.cs-active {
      color: var(--secondary);
      text-align: left;
  }
}
                             

/*-- -------------------------- -->
<---            CTA             -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #cta-697 {
    padding: var(--sectionPadding);
    background-color: var(--primary);
    position: relative;
    z-index: 1;
  }
  #cta-697 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
  }
  #cta-697 .cs-content {
    /* set text align to left if content needs to be left aligned */
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    /* centers content horizontally, set to flex-start to left align */
    align-items: center;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
  }
  #cta-697 .cs-title {
    color: var(--bodyTextColorWhite);
  }
  #cta-697 .cs-button-solid {
    font-size: 1rem;
    /* 46px - 56px */
    line-height: clamp(2.875rem, 5.5vw, 3.5rem);
    text-decoration: none;
    font-weight: 700;
    text-align: center;
    margin: 0;
    color: var(--bodyTextColorWhite);
    min-width: 9.375rem;
    padding: 0 1.5rem;
    background-color: #000E1D;
    border-radius: 0.25rem;
    display: inline-block;
    position: relative;
    z-index: 1;
    /* prevents padding from adding to the width */
    box-sizing: border-box;
    border: 1px solid #000E1D;
  }
  #cta-697 .cs-button-solid:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 0%;
    background: #0cc0df;
    opacity: 1;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 0.25rem;
    transition: width 0.3s;

  }
  #cta-697 .cs-button-solid:hover:before {
    width: 100%;
  }
  #cta-697 .cs-button-solid:hover {
    transition: 0.3s ease;
    color: #000E1D;
  }
  #cta-697 .cs-background {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    /* makes it act like a background image */
    object-fit: cover;
  }
}
/* Small Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #cta-697 .cs-content {
    text-align: left;
    flex-direction: row;
    justify-content: space-between;
  }
}
                                
/*-- -------------------------- -->
<---           Footer           -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #cs-footer-270 {
      padding: var(--sectionPadding);
      background-color: #000E1D;
  }
  #cs-footer-270 .cs-container {
      width: 100%;
      max-width: 80rem;
      margin: auto;
  }
  #cs-footer-270 .cs-logo-group {
      /* takes up all the space, lets the other ul's wrap below it */
      width: 100%;
      position: relative;
  }
  #cs-footer-270 .cs-logo {
      /* 210px - 240px */
      width: clamp(15rem, 8vw, 17rem);
      height: auto;
      display: block;
      /* 28px - 44px */
      margin-bottom: clamp(1.75rem, 4.17vw, 2.75rem);
  }
  #cs-footer-270 .cs-logo-img {
      width: 100%;
      height: auto;
  }
  #cs-footer-270 .cs-text {
      /* 14px - 16px */
      font-size: clamp(0.875rem, 2.5vw, 1rem);
      line-height: 1.5em;
      margin: 0;
      margin-bottom: 2.5rem;
      /* changes to 521px at desktop */
      max-width: 21.5rem;
      color: var(--bodyTextColorWhite);
  }
  #cs-footer-270 .cs-nav {
      padding: 0;
      padding-left: 1rem;
      margin: 0;
      /* 32px - 40px */
      margin-bottom: clamp(2rem, 5.3vw, 2.5rem);
  }
  #cs-footer-270 .cs-nav-li {
      list-style: none;
      line-height: 1.5em;
  }
  #cs-footer-270 .cs-nav-li:last-of-type {
      margin-bottom: 0;
  }
  #cs-footer-270 .cs-header {
      font-size: 1rem;
      line-height: 1.5em;
      font-weight: 700;
      margin-bottom: 1.25rem;
      color: var(--bodyTextColorWhite);
      position: relative;
      display: block;
  }
  #cs-footer-270 .cs-nav-link {
      font-size: 1rem;
      text-decoration: none;
      line-height: 1.5em;
      color: var(--bodyTextColorWhite);
      position: relative;
  }
  #cs-footer-270 .cs-nav-link:before {
      /* underline */
      content: "";
      width: 0%;
      height: 0.125rem;
      /* current color of the parent */
      background: currentColor;
      opacity: 1;
      position: absolute;
      display: block;
      bottom: -0.125rem;
      left: 0;
      transition: width 0.3s;
  }
  #cs-footer-270 .cs-nav-link:hover:before {
      width: 100%;
  }
  #cs-footer-270 .cs-bottom {
    width: 100%;
    position: relative;
    padding-left: 1rem;
}

#cs-footer-270 .cs-copyright {
    font-size: 1rem;
    line-height: 1.5em;
    color: #b4b2c7;
    display: block;
}

#cs-footer-270 .cs-credit {
    color: var(--primary, #ff6a3d);
    text-decoration: none;
    transition: color 0.3s ease;
}

#cs-footer-270 .cs-credit:hover {
    color: #fff;
    text-decoration: underline;
}

#cs-footer-270 .cs-social {
    display: inline-flex;
    justify-content: flex-start;
    flex-direction: column;
    gap: 0.75rem;
    position: absolute;
    right: 1rem;
    bottom: 0;
}

#cs-footer-270 .cs-social-link {
    width: 1.5rem;
    height: 1.5rem;
    background-color: #4e4b66;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    transition:
        transform 0.3s,
        background-color 0.3s;
}

#cs-footer-270 .cs-social-link:hover {
    background-color: var(--primary);
    transform: translateY(-0.1875rem);
}

#cs-footer-270 .cs-social-img {
    height: 0.8125rem;
    width: auto;
    display: block;
}
}
/* Inbetween - 600px */
@media only screen and (min-width: 37.5rem) {
  #cs-footer-270 .cs-container {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      flex-wrap: wrap;
      /* 48px - 60px */
      column-gap: clamp(3rem, 5.9vw, 3.75rem);
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #cs-footer-270 .cs-logo-group {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      /* 20px - 60px */
      margin-bottom: clamp(1.25rem, 4vw, 3.75rem);
  }
  #cs-footer-270 .cs-logo {
      margin: 0;
  }
  #cs-footer-270 .cs-text {
      text-align: right;
      width: 50%;
      max-width: 32.5625rem;
      margin: 0;
  }
  #cs-footer-270 .cs-nav {
      padding: 0;
  }
  #cs-footer-270 .cs-bottom {
      padding: 0;
      display: flex;
      justify-content: space-between;
      align-items: center;
  }
  #cs-footer-270 .cs-social {
      flex-direction: row;
      position: relative;
      /* reset these positions */
      bottom: auto;
      right: auto;
  }
}
                              
