
    @font-face {
      font-family: 'Gotham Book';
      font-display: swap;
      src: url(/dam/jcr:3bad0a70-8990-4d88-b61d-80f1d2ce3519/Gotham%20Book.otf) format('woff2');
    }
    @font-face {
      font-family: 'Gotham Regular';
      font-display: swap;
      src: url(/dam/jcr:1a249b25-e4c1-4a53-a440-a8d7b6f71822/Gotham%20Condensed%20Light%20Regular.woff2) format('woff2');
    }
    @font-face {
      font-family: 'Gotham Bold';
      font-display: swap;
      src: url(/dam/jcr:460362e7-3ab0-462e-a32e-cfee1d8d2b7c/Gotham%20Condensed%20Bold.woff2) format('woff2');
    }
    @font-face {
      font-family: 'Helvetica Neue Bold';
      font-display: swap;
      src: url(/dam/jcr:26ecd015-aebd-4cf7-9a8d-2ac5d0900ef0/HelveticaNeueLTStd-Bd.woff2) format('woff2');
    }
    @font-face {
      font-family: 'Helvetica Neue Regular';
      font-display: swap;
      src: url(/dam/jcr:99bc487e-74c3-46cc-a999-a16f41b976be/HelveticaNeue-Regular.woff2) format('woff2');
    }
    @font-face {
      font-family: 'Helvetica Neue Medium';
      font-display: swap;
      src: url(/dam/jcr:7bde7bc4-9c24-4b4a-9531-124e16d092f5/helveticaneuemedium.woff2) format('woff2');
    }
    @font-face {
      font-family: 'Gotham Narrow Bold';
      font-display: swap;
      src: url(/dam/jcr:f6a07305-7900-4c5c-86b7-cf926969ee0c/AnyConv.com__Gotham%20Narrow%20Bold.woff2) format('woff2');
    }
    @font-face {
      font-family: 'HelveticaNeue';
      font-display: swap;
      src: url(/dam/jcr:6ea81238-f331-41f7-ba07-103d24ea5420/HelveticaNeue-Light.woff2) format('woff2');
    }

:root {
  --theme-color-white: #fff;
  --theme-color-black: #000;
}


























    .font-title {
      font-family: 'Gotham Bold', sans-serif !important;
      font-style: normal;
      font-weight: 400;
      letter-spacing: 0px;
    }




    .font-body {
      font-family: 'HelveticaNeue', sans-serif !important;
      font-style: normal;
      font-weight: 400;
      letter-spacing: 0px;
    }




    .font-navigation {
      font-family: 'HelveticaNeue', sans-serif !important;
      font-style: normal;
      font-weight: 400;
      letter-spacing: 0px;
    }




    .font-footer-links {
      font-family: 'Helvetica Neue Medium', sans-serif !important;
      font-style: normal;
      font-weight: 100;
      letter-spacing: 0px;
    }




    .font-card {
      font-family: 'Gotham Bold', sans-serif !important;
      font-style: normal;
      font-weight: 400;
      letter-spacing: 0px;
    }




    .category-tags {
      font-family: 'Gotham Book', sans-serif !important;
      font-style: normal;
      font-weight: 400;
      letter-spacing: 0px;
    }




    .button--default, .button--outline {
      font-family: 'Helvetica Neue Bold', sans-serif !important;
      font-style: normal;
      font-weight: 400;
      letter-spacing: 0px;
    }




    .button--secondary, .button--secondary--outline {
      font-family: 'Helvetica Neue Bold', sans-serif !important;
      font-style: normal;
      font-weight: 400;
      letter-spacing: 0px;
    }












    .accordion-title {
      font-family: 'Gotham Bold', sans-serif !important;
      font-style: normal;
      font-weight: 400;
      letter-spacing: 0px;
    }








    .breadcrumbs {
      font-family: 'HelveticaNeue', sans-serif !important;
      font-style: normal;
      font-weight: 400;
      letter-spacing: 0px;
    }








:root {
  --theme-color-primary1: #215732;
  --theme-color-primary2: #666666;
  --theme-color-primary3: #BBCDBB;
  --theme-color-secondary1: #E9F2E1;
  --theme-color-secondary2: #1A1A1A;
  --theme-color-secondary3: #e9f2e140;
  --theme-color-secondary4: #ED8B00;
  --theme-color-secondary5: #66B8D8;
  --theme-color-secondary6: #66B8D8;
  --theme-color-secondary7: #FFD100;
  --theme-color-secondary8: #D86018;
  --theme-color-tertiary1: #7079BD;
  --theme-color-tertiary2: #2B2B38;
  --theme-color-tertiary3: #575771;
  --theme-color-tertiary4: #6E6E91;
  --theme-color-tertiary5: #BBBAC6;
  --theme-color-tertiary6: #D6D5DD;
  --theme-color-tertiary7: #E6EDF9;
  --theme-color-tertiary8: #F4F7FC;
  --theme-color-transparent: transparent;


--grid-max-width-xs: 480px;
--grid-max-width-sm: 640px;
--grid-max-width-md: 768px;
--grid-max-width-lg: 1025px;
--grid-max-width-xl: 1280px;


  /*
    page
  */
  --theme-body-background-color: transparent;

  /*
    Typography
  */
  --theme-font-title: Gotham Bold;
  --theme-title-text-color: #525CA3;
  --theme-font-body: HelveticaNeue;
  --theme-body-text-color: #666666;
  /*
    Title
  */
  --theme-title-font-weight: inherit;
  /*
    Rich text
  */
  --theme-rich-text-line-height: inherit;
  --theme-rich-text-p-vertical-spacing: 1.5rem;
  --theme-rich-text-heading-weight: inherit;
  --theme-rich-text-heading-font-color: inherit;
  --theme-rich-text-heading-font-family: inherit;
  /*
    Navigation
  */
  --theme-navigation-font-family: HelveticaNeue;
  /*
    Page Menu
  */
  --theme-pageMenu-active-anchor-link: black;
  /*
    Footer Links
  */
  --theme-footerLinks-font-family: Helvetica Neue Medium;
  /*
    Link (Button links and Akamai form links)
  */
  --theme-link-text-color: #525CA3;
  --theme-link-text-color-hover: #735A8F;
  /*
    List
  */
  --theme-bullet-color: ;
  /*
    Button default
  */
  --theme-button-font-family: Helvetica Neue Bold;
  --theme-button-text-color: white;
  --theme-button-text-color-hover: #215732;
  --theme-button-bg-color: #215732;
  --theme-button-bg-color-hover: white;
  --theme-button-border-color: #215732;
  --theme-button-border-color-hover: #7079BD;
  --theme-button-border-radius: 999rem;
  --theme-button-padding: 15px;
  /*
    Button secondary
  */
  --theme-button-secondary-font-family: Helvetica Neue Bold;
  --theme-button-secondary-text-color: white;
  --theme-button-secondary-text-color-hover: #66B8D8;
  --theme-button-secondary-bg-color: #66B8D8;
  --theme-button-secondary-bg-color-hover: white;
  --theme-button-secondary-border-color: #66B8D8;
  --theme-button-secondary-border-color-hover: #007CB1;
  --theme-button-secondary-border-radius: 999rem;
  --theme-button-secondary-padding: 15px;
  /*
    Button tertiary
  */
  --theme-button-tertiary-font-family: ;
  --theme-button-tertiary-text-color: #fff;
  --theme-button-tertiary-text-color-hover: #fff;
  --theme-button-tertiary-bg-color: #2157A1;
  --theme-button-tertiary-bg-color-hover: #007CB1;
  --theme-button-tertiary-border-color: #2157A1;
  --theme-button-tertiary-border-color-hover: #007CB1;
  --theme-button-tertiary-border-radius: 999rem;
  --theme-button-tertiary-padding: 0.5rem 1.25rem;
  /*
    Button quaternary
  */
  --theme-button-quaternary-font-family: ;
  --theme-button-quaternary-text-color: #fff;
  --theme-button-quaternary-text-color-hover: #fff;
  --theme-button-quaternary-bg-color: #2157A1;
  --theme-button-quaternary-bg-color-hover: #007CB1;
  --theme-button-quaternary-border-color: #2157A1;
  --theme-button-quaternary-border-color-hover: #007CB1;
  --theme-button-quaternary-border-radius: 999rem;
  --theme-button-quaternary-padding: 0.5rem 1.25rem;
  /*
    Button quinary
  */
  --theme-button-quinary-font-family: ;
  --theme-button-quinary-text-color: #fff;
  --theme-button-quinary-text-color-hover: #fff;
  --theme-button-quinary-bg-color: #2157A1;
  --theme-button-quinary-bg-color-hover: #007CB1;
  --theme-button-quinary-border-color: #2157A1;
  --theme-button-quinary-border-color-hover: #007CB1;
  --theme-button-quinary-border-radius: 999rem;
  --theme-button-quinary-padding: 0.5rem 1.25rem;
  /*
    Category Tags
  */
  --theme-category-tags-font-family: Gotham Book;
  --theme-category-tags-border-radius: 999rem;
  --theme-category-tags-text-color: #215732;
  --theme-category-tags-bg-color: white;
  --theme-category-tags-border-color: #215732;
  /*
    Content Block
  */
  --theme-content-block-bullet-color:  #000;
  --theme-content-block-table-width: auto;
  --theme-content-block-table-border-width: 1px;
  --theme-content-block-table-border-color:  #000;
  --theme-content-block-thead-bg-color:  #fff;
  --theme-content-block-thead-txt-color:  #000;
  --theme-content-block-cell-bg-color:  #fff;
  --theme-content-block-cell-txt-color:  #000;
  --theme-content-block-cell-horizontal-padding: 1rem;
  --theme-content-block-cell-vertical-padding: 1rem;
  /*
    Cards
  */
  --theme-cards-border-radius: 4px;
  /*
    Accordion
  */
  --theme-accordion-font-family: Gotham Bold;
  /*
    FAQs
  */
  --theme-faqs-font-family: ;
  /*
    Tabs
  */
  --theme-tabs-font-family: ;
  /*
    Carousel
  */
  --theme-carousel-nav-color: #215732;
  --theme-carousel-btn-active-color: #215732;
  --theme-carousel-btn-inactive-color: white;
  --theme-carousel-playpause-btn-icon-color: #215732;
  --theme-carousel-playpause-btn-icon-hover-color: #215732;
  --theme-carousel-playpause-btn-bg-hover-color: #215732;
  /*
    Forms
  */
  --theme-forms-header-color: #525CA3;
  --theme-forms-bg-color: #FFFFFF;
  --theme-forms-text-color: #525CA3;
  --theme-forms-title-color: #FFFFFF;
  --theme-forms-subtitle-color: #525CA3;
  --theme-forms-label-color: #525CA3;
  /*
    Image Caption
  */
  --theme-image-caption-font-size: 1rem;
  --theme-image-caption-font-family: ;

  /*
    Share Page
  */
  --theme-share-page-border-radius: 999rem;
  --theme-share-page-fill: var(--theme-color-white);

/*
  Title size varibles for mobile
*/
  --title-1-font-size: 55px;
  --title-2-font-size: 48px;
  --title-3-font-size: 35px;
  --title-4-font-size: 30px;
  --title-5-font-size: 25px;
  --title-6-font-size: 16px;
  /*
    Text size varibles for mobile
  */
  --text-1-font-size: 40px;
  --text-2-font-size: 32px;
  --text-3-font-size: 28px;
  --text-4-font-size: 20px;
  --text-5-font-size: 16px;
  --text-6-font-size: 14px;
  --text-7-font-size: 20px;
  --text-8-font-size: 12px;
  --text-9-font-size: .5rem;
  --text-10-font-size: .5rem;
  --text-11-font-size: .5rem;
}


/*
  Title size varibles for tablet & desktop
*/
@media screen and (min-width: 768px) {
  :root {
    /*
      Title size varibles for tablet
    */
    --title-1-font-size: 80px;
    --title-2-font-size: 64px;
    --title-3-font-size: 56px;
    --title-4-font-size: 48px;
    --title-5-font-size: 32px;
    --title-6-font-size: 20px;
    /*
      Text size varibles for tablet
    */
    --text-1-font-size: 40px;
    --text-2-font-size: 32px;
    --text-3-font-size: 28px;
    --text-4-font-size: 20px;
    --text-5-font-size: 16px;
    --text-6-font-size: 14px;
    --text-7-font-size: 24px;
    --text-8-font-size: 12px;
    --text-9-font-size: .5rem;
    --text-10-font-size: .5rem;
    --text-11-font-size: .5rem;
  }
}


@media screen and (min-width: 1024px) {
  :root {
    /*
      Title size varibles for deskop
    */
      --title-1-font-size: 80px;
      --title-2-font-size: 64px;
      --title-3-font-size: 56px;
      --title-4-font-size: 48px;
      --title-5-font-size: 32px;
      --title-6-font-size: 20px;
    /*
      Text size varibles for desktop
    */
      --text-1-font-size: 40px;
      --text-2-font-size: 32px;
      --text-3-font-size: 28px;
      --text-4-font-size: 20px;
      --text-5-font-size: 16px;
      --text-6-font-size: 14px;
      --text-7-font-size: 24px;
      --text-8-font-size: 12px;
      --text-9-font-size: .5rem;
      --text-10-font-size: .5rem;
      --text-11-font-size: .5rem;
    }
}

