

/* Table of contents

  1. Variables
    1a. Containers
    1b. Breakpoints
    1c. Colors
    1d. Typography
    1e. Borders
    1f. Corner Radius
    1g. Lists
    1h. Horizontal Rule
    1i. Blockquote
    1j. Buttons
    1k. Forms
    1l. Tables
    1m. Site Header
    1n. Site Footer
  2. Containers / Grid / DnD Areas
  3. Typography
  4. Buttons
  5. Forms
  6. Tables
  7. Site Header
  8. Site Footer
  9. Blog
  10. System Pages
  11. Modules

*/

/* ************************************************************************* */
/* ****************************  1. Variables   **************************** */
/* ************************************************************************* */

/* 1a. Containers */





/* 1b. Breakpoints */






/* 1c. Colors */











/* 1d. Typography */












/* 1e. Border */



/* 1f. Corner Radius */



/* 1g. Lists */






/* 1h. Horizontal Rule */



/* 1i. Blockquote */




/* 1j. Buttons */








































/* 1k. Forms */














































/* 1l. Tables */











/* 1m. Site Header */












/* 1n. Site Footer */












/* ************************************************************************* */
/* *****************   2. Containers / Grid / DnD Areas   ****************** */
/* ************************************************************************* */

.content-wrapper,
.container,
.dnd-section > .row-fluid,
.system-container {
  max-width: 1306px;
}

@media screen and (min-width: 1200px) {
/*   .content-wrapper {
    padding: 0;
  } */
}

.dnd-section {
  padding: 40px 20px;
}

/* ************************************************************************* */
/* **************************   3. Typography   **************************** */
/* ************************************************************************* */

html {
  font-size: 18px;
}

body {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: #FFFFFF;
  color: #051f46;
  font-size: 18px;
}

/* Paragraphs */

p {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #051f46;
  font-size: 18px;
}

p.lead,
p.intro {
  font-size: 1.25rem;
}

/* Anchors */

a {
  font-family: Nunito, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #002D56;
}

a:hover, a:focus {
  font-weight: normal; text-decoration: underline; font-family: Nunito, sans-serif; font-style: normal;
  color: #051f46;
}

a:active {
  font-weight: normal; text-decoration: underline; font-family: Nunito, sans-serif; font-style: normal;
  color: #556f96;
}

a.button:disabled {
  background-color: #e6e6e6;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #051f46;
  text-transform: none;
}



  h1 {
    font-family: Montserrat, sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
    color: #002D56;
    font-size: 24px;
    letter-spacing: 7px;
    text-transform: capitalize;
  }

  h2 {
    font-family: Nunito, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
    color: #051f46;
    font-size: 44px !important;
    letter-spacing: 0px;
    text-transform: none;
  }

  h3 {
    font-family: Nunito, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
    color: #051f46;
    font-size: 44px;
    letter-spacing: 0px;
    text-transform: none;
  }

  h4 {
    font-family: Montserrat, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
    color: #051f46;
    font-size: 24px;
    letter-spacing: 0px;
    text-transform: none;
  }

  h5 {
    ;
    color: ;
    font-size: ;
    letter-spacing: 7px;
    text-transform: none;
  }

  h6 {
    font-family: Nunito, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
    color: #9EA1A6;
    font-size: 26px;
    letter-spacing: 7px;
    text-transform: none;
  }



/* Lists */

ul,
ol {
  margin: 1.5rem 0;
  padding-left: 2.5rem;
}

ul li,
ol li {
  margin: 0.5rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

/* Blockquote */

blockquote {
  border-left: 7px solid #002D56;
  padding-left: 0.9375rem;
}

/* Horizontal Rules */

hr {
  border-bottom-color: #d0d0d0;
}

/* ************************************************************************* */
/* ***************************   4. Buttons   ****************************** */
/* ************************************************************************* */

/* Primary Button */

button,
.button {
  font-family: Nunito, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(0, 45, 86, 1.0)

;
  border: 1px solid #002D56;
  border-radius: 4px;
  color: #FFFFFF;
  fill: #FFFFFF;
  font-size: 16px;
  padding: 12px 36px;
  text-transform: none;
}

button:disabled,
.button:disabled {
  background-color: #d0d0d0;
  color: #e6e6e6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  font-family: Nunito, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(203, 219, 237, 1.0)

;
  border: 1px solid #CBDBED;
  color: #FFFFFF;
}

button:active,
.button:active {
  font-family: Nunito, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(255, 255, 255, 100);
  border: 1px solid #CBDBED;
  border-color: #ffffff;
}

/* Secondary Buttons */

.button.button--secondary {
  font-family: Nunito, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  border: 1px solid #002D56;
  border-radius: 4px;
  color: #002D56;
  fill: #002D56;
  padding: 12px 36px;
}

.button.button--secondary:hover,
.button.button--secondary:focus {
  font-family: Nunito, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(0, 45, 86, 1.0)

;
  border: 1px solid #002D56;
  color: #FFFFFF;
  fill: #FFFFFF;
}

.button.button--secondary:active {
  background-color: rgba(80, 125, 166, 100);
  border: 1px solid #002D56;
  border-color: #507da6;
  color: #ffffff;
  fill: #ffffff;
}

/* Simple Button */

.button.button--simple {
  font-family: Nunito, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #002D56;
  fill: #002D56;
  text-transform: none;
}



  .button.button--simple:after {
    content: none;
  }



.button.button--simple:hover,
.button.button--simple:focus {
  font-family: Nunito, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #CBDBED;
  fill: #CBDBED;
}



  .button.button--simple:hover:after,
  .button.button--simple:focus:after,
  .button.button--simple:active:after {
    content: none;
  }



.button.button--simple:active {
  font-family: Nunito, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #ffffff;
  fill: #ffffff;
}

/* Button Sizing */

.button.button--small {
  font-size: 14px;
  padding: 12px 36px;
}

.button.button--large {
  font-size: 18px;
  padding: 12px 36px;
}

/* ************************************************************************* */
/* *****************************   5. Forms   ****************************** */
/* ************************************************************************* */

form,
form.hs-form {
  background-color: 

  
  
    
  


  rgba(222, 226, 229, 1.0)

;
  border: 1px solid #D0D0D0;
  border-radius: 0px;
  padding: 20px 20px;
}

.hs-form-field {
  margin-bottom: 20px;
}

/* Form Title */

h3.form-title {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(5, 31, 70, 1.0)

;
  border-bottom: 2px solid #002D56;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  color: #FFFFFF;
  font-size: 30px;
  padding: 20px 20px;
  text-transform: capitalize;
}

/* Labels */

.hs-form-field > label,
.hs-form-field > label span {
  font-family: Nunito, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #33475b;
  font-size: 18px;
}

/* Help Text - Legends */

.hs-form-field legend {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #051f46;
  font-size: 14px;
}

/* Inputs */

input[type='text'],
input[type='email'],
input[type='password'],
input[type='tel'],
input[type='number'],
input[type='file'],
select,
textarea {
  font-family: Nunito, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 1px none #D0D0D0;
  border-radius: 0px;
  color: #051f46;
  font-size: 18px;
  padding: 10px 10px;
}

::-webkit-input-placeholder {
  color: {color=#D0D0D0, opacity=null, rgba=rgba(208, 208, 208, 1), rgb=rgb(208, 208, 208), hex=#D0D0D0, css=#D0D0D0};
}

::-moz-placeholder {
  color: {color=#D0D0D0, opacity=null, rgba=rgba(208, 208, 208, 1), rgb=rgb(208, 208, 208), hex=#D0D0D0, css=#D0D0D0};
}

:-ms-input-placeholder {
  color: {color=#D0D0D0, opacity=null, rgba=rgba(208, 208, 208, 1), rgb=rgb(208, 208, 208), hex=#D0D0D0, css=#D0D0D0};
}

::placeholder {
  color: {color=#D0D0D0, opacity=null, rgba=rgba(208, 208, 208, 1), rgb=rgb(208, 208, 208), hex=#D0D0D0, css=#D0D0D0};
}

form .in-focus select {
  color: #051f46;
}

/* Inputs - Checkbox/Radio */

form .inputs-list:not(.no-list) label,
form .inputs-list:not(.no-list) label > span,
form .inputs-list:not(.no-list) label > span p {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #051f46;
  font-size: 14px;
}

form ul.inputs-list li input + span:before {
  border: 1px solid #d0d0d0;
  border-radius: 0px;
}

form .input ul.invalid.error > li input + span:before {
  border-color: #002D56;
}

/* Inputs - Select */

.hs-fieldtype-select .input:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #002D56;
}

/* Inputs - Datepicker */

.hs-datepicker button.pika-button:hover {
  background-color: #002D56 !important;
}

.hs-datepicker .is-selected button.pika-button {
  background-color: #000f38 !important;
}

.hs-datepicker .is-today button.pika-button {
  color: #000f38;
}

/* Form Rich Text */

form .hs-richtext,
form .hs-richtext *,
form .hs-richtext p,
form .hs-richtext h1,
form .hs-richtext h2,
form .hs-richtext h3,
form .hs-richtext h4,
form .hs-richtext h5,
form .hs-richtext h6 {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #051f46;
}

/* GDPR Text */

.legal-consent-container,
.legal-consent-container .hs-richtext,
.legal-consent-container .hs-richtext p {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #051f46;
  font-size: 18px;
}

/* Validation */

.hs-input.invalid.error {
  border-color: #cc0201;
}

.hs-error-msgs li,
.hs-error-msgs li label {
  color: #cc0201 !important;
}

.hs-error-msgs li a {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Submit */



  form input[type='submit'],
  form .hs-button {
    font-family: Nunito, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(0, 45, 86, 1.0)

;
    border: 1px solid #002D56;
    border-radius: 4px;
    color: #FFFFFF;
    fill: #FFFFFF;
    padding: 12px 36px;
    text-transform: none;
  }

  form input[type='submit']:hover,
  form input[type='submit']:focus,
  form .hs-button:hover,
  form .hs-button:focus {
    font-family: Nunito, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(203, 219, 237, 1.0)

;
    border: 1px solid #CBDBED;
    color: #FFFFFF;
  }

  form input[type='submit']:active,
  form .hs-button:active {
    font-family: Nunito, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    background-color: rgba(255, 255, 255, 100);
    border: 1px solid #CBDBED;
    border-color: #ffffff;
  }





  form input[type='submit'],
  form .hs-button {
    font-size: 16px;
  }



/* Inline thank you message */

.submitted-message {
  background-color: 

  
  
    
  


  rgba(222, 226, 229, 1.0)

;
  border: 1px solid #D0D0D0;
  border-radius: 0px;
  padding: 20px 20px;
}

/* ************************************************************************* */
/* ****************************   6. Tables   ****************************** */
/* ************************************************************************* */

table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 1px solid #D0D0D0;
}

th,
td {
  border: 1px solid #D0D0D0;
  color: 

  
  
    
  


  rgba(5, 31, 70, 1)

;
  padding: 10px 10px;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-bottom: 2px solid #D0D0D0;
  color: 

  
  
    
  


  rgba(5, 31, 70, 1)

;
}

tbody + tbody {
  border-top: 2px solid #D0D0D0;
}

/* ************************************************************************* */
/* **************************   7. Site Header   *************************** */
/* ************************************************************************* */

.header {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-bottom: 1px solid #002D56;
}

.header__container {
  max-width: 1306px;
}

/* Header content */

.header p,
.header h1,
.header h2,
.header h3,
.header h4,
.header h5,
.header h6,
.header a:not(.button),
.header span,
.header div,
.header li,
.header blockquote {
  color: #051F46;
}

/* Header modules */

.header .card-subtitle,
.header .card-body li,
.header .testimonial__module__author__text--subtitle,
.header .testimonial__module__text p,
.header .card__text div,
.header .card__title div,
.header .entry__summary p,
.header #blog-filter__label {
  color: #051f46;
}

.header .card__button div,
.header .cards__card a,
.header .blog-tags a,
.header .news_listing__content a,
.header .entry__summary a {
  color: #002D56;
}

.header a:hover .card__button div,
.header a:focus .card__button div,
.header .cards__card a:hover,
.header .cards__card a:focus,
.header .blog-tags a:hover,
.header .blog-tags a:focus,
.header .news_listing__content a:hover,
.header .news_listing__content a:focus,
.header .entry__summary a:hover,
.header .entry__summary a:focus {
  color: #051f46;
}

.header a:active .card__button div,
.header .cards__card a:active,
.header .blog-tags a:active,
.header .news_listing__content a:active,
.header .entry__summary a:active {
  color: #556f96;
}

.header .entry__summary h1 {
  color: #002D56;
}

.header .card-heading,
.header .entry__summary h2 {
  color: #051f46;
}

.header .card__title h3,
.news_listing__content h3,
.header .entry__summary h3 {
  color: #051f46;
}

.header h3.form-title {
  color: #FFFFFF;
}

.header .entry__summary h4 {
  color: #051f46;
}

.header .testimonial__module__author__text--author h5,
.header .entry__summary h5 {
  color: #051f46;
}

.header .entry__summary h6 {
  color: #9EA1A6;
}

/* Search Bar */

.header__search.open,
.header__language-switcher.open {
  background-color: #051f46;
}

/* Site Navigation */

.header__navigation:before {
  background-color: rgba(0, 45, 86, 0.95);
}

.header__language-switcher .lang_list_class {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #051f46;
}

.header__language-switcher .lang_list_class li a {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #051f46;
  text-transform: none;
}

.header .navigation-primary .submenu.level-1 > li.menu-item > a,
.header .navigation-primary .submenu.level-2 > li.menu-item > a.menu-link,
.header .navigation-primary .submenu.level-3 > li.menu-item > a.menu-link,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #051f46;
  font-size: 16px;
  text-transform: none;
}

.header .navigation-primary .submenu.level-1 > li.menu-item:hover > a.menu-link,
.header .navigation-primary .submenu.level-1 > li.menu-item > a.menu-link:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li a:hover,
.header__language-switcher .lang_list_class li a:focus {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(0, 45, 86, 0.0);
  color: #002D56;
  font-size: 16px;
  opacity: 1;
}

.header .navigation-primary .submenu.level-1 > .has-submenu > .menu-arrow,
.header__language-switcher-label-current:after {
  border-top-color: #002D56;
}

.header .navigation-primary .submenu.level-1 > .has-submenu > .menu-arrow:before,
.header__language-switcher-label-current:before {
  border-top-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header .navigation-primary .submenu.level-1 > .has-submenu:hover > .menu-arrow,
.header__language-switcher:hover .header__language-switcher-label-current:after {
  border-bottom-color: #002D56;
}

.header .navigation-primary .submenu.level-1 > .has-submenu:hover > .menu-arrow:before,
.header__language-switcher:hover .header__language-switcher-label-current:before {
  border-bottom-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header .navigation-primary .submenu.level-1 > li.menu-item > a.menu-link.active-branch,
.header .navigation-primary .submenu.level-1 > li.menu-item > a.menu-link.active-item {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(0, 45, 86, 0.0);
  color: #002D56;
  font-size: 16px;
}

.header .navigation-primary .submenu.level-1 > li > a.active-item:after,
.header .navigation-primary .submenu.level-1 > li > a.active-branch:after {
  background-color: #002D56;
}

/* Child menu */

.header .navigation-primary .submenu.level-2,
body .submenu.level-2 > li,
.header .navigation-primary .submenu.level-3,
.header ul.lang_list_class {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-top-color: #002D56;
}

.header .navigation-primary .submenu.level-2 > li.menu-item > a.menu-link,
.header .navigation-primary .submenu.level-3 > li.menu-item > a.menu-link,
.header__language-switcher:hover ul.lang_list_class {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  text-transform: none;
}

.header .navigation-primary .submenu.level-2 > li.menu-item:hover > a.menu-link,
.header .navigation-primary .submenu.level-3 > li.menu-item:hover > a.menu-link {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(0, 45, 86, 0.0);
  color: #002D56;
}

.header .navigation-primary .submenu.level-2 > .menu-item:hover > a.menu-link:before,
.header .navigation-primary .submenu.level-3 > .menu-item:hover > a.menu-link:before {
  border-left-color: #002D56;
}

.header .navigation-primary .submenu.level-2 > .menu-item:hover > a.menu-link:after,
.header .navigation-primary .submenu.level-3 > .menu-item:hover > a.menu-link:after {
  border-left-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Mobile */
@media screen and (max-width: 767px) {

  /* Icon */
  body .header .header__navigation-toggle {
    background-color: #051f46;
  }

  body .header .navigation-primary .submenu > .has-submenu input[type='checkbox'] ~ .menu-arrow,
  body .header .navigation-primary .submenu > .has-submenu:hover input[type='checkbox'] ~ .menu-arrow {
    border-top-color: #051f46;
  }

  body .header .header__mobile-menu-icon,
  body .header .header__mobile-menu-icon:after,
  body .header .header__mobile-menu-icon:before {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .header .navigation-primary .submenu.level-1 {
    background-color: rgba(225,236,247,1)!important;
    padding: 0 0 25px 0!important;
  }

  .header .navigation-primary .submenu > .has-submenu input[type='checkbox'] ~ .menu-arrow:before,
  .header .navigation-primary .submenu > .has-submenu:hover input[type='checkbox'] ~ .menu-arrow:before,
  .header .navigation-primary .submenu > .has-submenu input[type='checkbox'] ~ .menu-arrow:before,
  .header .navigation-primary .submenu > .has-submenu:hover input[type='checkbox'] ~ .menu-arrow:before {
    border-top-color: rgba(225,236,247,1) !important;
  }
}

/* ************************************************************************* */
/* **************************   8. Site Footer   *************************** */
/* ************************************************************************* */

.footer {
  background-color: 

  
  
    
  


  rgba(242, 244, 246, 1.0)

;
}

.footer__container--static,
.footer__container--dnd .dnd-section {
  max-width: 1306px;
}

/* Footer content */

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer p,
.footer a:not(.button),
.footer span,
.footer div,
.footer li,
.footer blockquote {
  color: #051F46;
}

/* Footer modules */

.footer .card-subtitle,
.footer .card-body li,
.footer .testimonial__module__author__text--subtitle,
.footer .testimonial__module__text p,
.footer .card__text div,
.footer .card__title div,
.footer .entry__summary p,
.footer #blog-filter__label {
  color: #051f46;
}

.footer .card__button div,
.footer .cards__card a,
.footer .blog-tags a,
.footer .news_listing__content a,
.footer .entry__summary a {
  color: #002D56;
}

.footer a:hover .card__button div,
.footer a:focus .card__button div,
.footer .cards__card a:hover,
.footer .cards__card a:focus,
.footer .blog-tags a:hover,
.footer .blog-tags a:focus,
.footer .news_listing__content a:hover,
.footer .news_listing__content a:focus,
.footer .entry__summary a:hover,
.footer .entry__summary a:focus {
  color: #051f46;
}

.footer a:active .card__button div,
.footer .cards__card a:active,
.footer .blog-tags a:active,
.footer .news_listing__content a:active,
.footer .entry__summary a:active {
  color: #556f96;
}

.footer .entry__summary h1 {
  color: #002D56;
}

.footer .card-heading,
.footer .entry__summary h2 {
  color: #051f46;
}

.footer .card__title h3,
.news_listing__content h3,
.footer .entry__summary h3 {
  color: #051f46;
}

.footer h3.form-title {
  color: #FFFFFF;
}

.footer .entry__summary h4 {
  color: #051f46;
}

.footer .testimonial__module__author__text--author h5,
.footer .entry__summary h5 {
  color: #051f46;
}

.footer .entry__summary h6 {
  color: #9EA1A6;
}

.footer__row--info {
  border-top: 2px solid #d3d3d3;
}

.footer__site-map__section h4 {
  font-family: Montserrat, sans-serif;
}

.footer .hs-menu-wrapper ul {
  margin: 1.5rem 0;
}

.footer .hs-menu-wrapper a {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #051f46;
  text-transform: none;
}

.footer .hs-menu-wrapper a:hover,
.footer .hs-menu-wrapper a:focus {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(242, 244, 246, 0.0)

;
  color: #002D56;
}

.footer .hs-menu-wrapper a:active {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(0, 45, 86, 0.0)

;
  color: #051f46;
}

.footer__right {
  background-color: #f1f1f1;
  border-left: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
}

.footer__copyright-bar {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  border-top: 1px solid #d0d0d0;
  color: #8a8a8a;
}

.footer__copyright-bar__secondary-links a:not(:last-of-type) {
  border-right: 1px solid #8a8a8a;
}

@media screen and (min-width: 768px) {
  .footer .hs-menu-wrapper a {
    font-size: 16px;
  }
}

@media screen and (min-width: 1024px) {
  .footer__site-map__section ul {
    flex-direction: row;
  }
}

@media screen and (min-width: 1200px) {
  .footer__left {
    flex: 1 1 auto;
    padding: 0;
  }

  .footer__site-map__section li:not(:last-of-type) a {
    margin-right: 25px;
  }

  .footer__site-map__section {
    padding-right: 25px;
  }

  .footer__copyright-bar {
    padding: 20px 0;
  }
}

/* ************************************************************************* */
/* *****************************   9. Blog   ******************************* */
/* ************************************************************************* */

/* Tags */

.blog-tag {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-weight: 700;
}

/* Blog Listing */

.blog-navigation .blog-navigation__text {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #051f46;
}

/* Blog Pagination */

.blog-pagination__link {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #051f46;
}

/* Blog Post */


  .blog-post__title {
    font-family: Montserrat, sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
    color: #002D56;
    font-size: 24px;
    letter-spacing: 7px;
    text-transform: capitalize;
  }


.blog-post__body h1,
.blog-post__body h2,
.blog-post__body h3,
.blog-post__body h4,
.blog-post__body h5,
.blog-post__body h6 {
  color: #051f46;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

/* ************************************************************************* */
/* *************************   10. System Pages   ************************** */
/* ************************************************************************* */

/* Error Pages - Global */

.error-page:before {
  font-family: Nunito, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* System Pages - Global */

.hs-search-results__title {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #051f46;
}

.hs-search-results__title:hover {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Forms in System Pages */

#email-prefs-form h3 {
  font-size: 24px;
}

/* Password Prompt */

.password-prompt input[type='password'] {
  margin-bottom: 20px;
}

/* Backup Unsubscribe */

.backup-unsubscribe input[type='email'] {
  margin-bottom: 20px;
  padding: 10px 10px !important;
}

/* ************************************************************************* */
/* ***************************   11. Modules  ****************************** */
/* ************************************************************************* */

/* Icon */

body .icon svg {
  fill: #002D56;
  width: 16px;
}

/* Social Follow */

.blog-post__social-sharing .social-links__icon,
body .social-links__icon {
  background-color: #FFFFFF;
}

.blog-post__social-sharing .social-links__icon svg,
body .social-links__icon svg {
  fill: #002D56;
}

body .social-links__icon:hover,
body .social-links__icon:focus,
body .social-links__icon:active {
  background-color: #002D56;
}

body .social-links__icon:hover svg,
body .social-links__icon:focus svg,
body .social-links__icon:active svg {
  fill: #FFFFFF;
}

/* Statistic */

body .statistic__circle {
  background-color: #FFFFFF;
}

body .statistic__bar,
body .statistic__fill {
  border-color: #002D56;
}

body .statistic__info {
  color: #002D56;
}

/* Testimonial slider */

body .tns-nav button {
  background-color: #FFFFFF;
}

body .tns-nav .tns-nav-active {
  background-color: #002D56;
}

.testimonial__module {
  border-top-color: #002D56 !important;
}

.testimonial__module__text:before {
  background-color: #002D56 !important;
}

/* Card section */


.card-section__wrapper .tns-nav > [aria-controls] {
      border-radius: 100% !important;
      padding:5px !important;    
}

.cards__card.card,
.card.pricing-card {
  border-top-color: #002D56;
}

.card-section__wrapper .tns-nav .tns-nav-active {
  background-color: #002D56 !important;
}

/* Latest posts */

.news_listing__featured_image-wrapper {
  border-bottom-color: #002D56 !important;
}

.news_listing__wrapper .tns-nav .tns-nav-active {
  background-color: #002D56 !important;
}

/* Pricing card */

.card-body svg {
  fill: #051f46;
}


/* All */

.button {
  border-radius: 40px !important;
}

/* Why Lynx Section Starts */

.why-lynx{
  display:flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
}

.why-lynx-p {
  text-align:center;
  font-weight:300 !important;
  font-family: 'Montserrat';
  line-height: 1.5em;
  font-size:20px;
}

.why-lynx-heading-1 {
  text-transform:uppercase;
  width: 85%;
  text-align: center;
  margin: auto;
  color: #002d56;
  font-weight:500;
  font-family:'Montserrat';
  line-height: 1.5em;
}

.why-lynx-heading-2 {
  text-transform:uppercase;
  width: 64%;
  text-align: center;
  margin: auto;
  color: #002d56;
  font-weight:500;
  font-family:'Montserrat';
  line-height: 1.5em;
}

.why-lynx-heading-3 {
  text-transform:uppercase;
  width: 80%;
  text-align: center;
  margin: auto;
  color: #002d56;
  font-weight:500;
  font-family:'Montserrat';
  line-height: 1.5em;
}
.why-lynx-image {
  max-width:20%;
}

.why-lynx-icon {
  text-align:center;
}
#hs_cos_wrapper_widget_1635196308235 > section > div:nth-child(1) > img {
  background: #E1ECF7;
  padding: 50px;
  border-radius: 50%;
}

#hs_cos_wrapper_widget_1635196308235 > section > div:nth-child(2) > img{
  background: #E1ECF7;
  padding: 50px;
  border-radius: 50%;
}

#hs_cos_wrapper_widget_1635196308235 > section > div:nth-child(3) > img {
  background: #E1ECF7;
  padding: 50px;
  border-radius: 50%;
}


#hs_cos_wrapper_widget_1634760364605 > div > div:nth-child(1) > button > img {
  position: absolute;
  left:-10%;
}

#hs_cos_wrapper_widget_1634760364605 > div > div:nth-child(2) > button > img {
   position: absolute;
  left:-10%;
}


#hs_cos_wrapper_widget_1634760364605 > div > div:nth-child(3) > button > img{
   position: absolute;
  left:-10%;
}

#hs_cos_wrapper_widget_1634760364605 > div > div:nth-child(4) > button > img{
   position: absolute;
  left:-10%;
}

#hs_cos_wrapper_widget_1634760364605 > div > div:nth-child(5) > button > img{
  width:13%;
   position: absolute;
  left:-10%;
}

.why-lynx-subtitle {
  text-align: center !important; 
  font-weight: 300 !important; 
  font-family: 'Montserrat' !important; 
  font-size: 24px !important; 
  color: #002d56 !important;
}

.why-lynx-heading {
  text-align: center !important; 
/*   font-size: 44px !important;  */
  font-weight: bold !important; 
  color: #002d56 !important;
}



@media screen and (max-width: 767px) {
.why-lynx{
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin:0px;
}
  .why-lynx-icon {
  margin-bottom:100px;
}
.why-lynx-heading {
/*   font-size: 24px !important; */
}
.why-lynx-subtitle {
  font-size: 16px !important;
}
  #hs_cos_wrapper_widget_1636414204820_ > div {
   padding: 5px;
  }
  #hs_cos_wrapper_widget_1636415447345_ h2 h6{
  text-align:left!important;
  }
  #button_widget_1636415511919{
    font-size: 13px !important;
    padding: 11px 20px !important;
  }
}



/* Why Lynx Section Ends */



/* Our Solutions + Accrediations Section Starts */


body > div.body-wrapper.hs-content-id-59117209886.hs-site-page.page > main > div.container-fluid > div > div > div > div.row-fluid-wrapper.row-depth-1.row-number-7.dnd_area_main_banner-row-3-background-color.dnd-section.dnd_area_main_banner-row-3-padding > div {
    background-color: rgba(203, 219, 237, 0.11);
    padding: 3% 2% 4% 4% !important;
}

.our-solutions-subtitle {
  font-weight: 300 !important; 
  font-family: 'Montserrat' !important; 
  margin-bottom: 20px !important; 
  font-size: 24px !important; 
  color: #002d56 !important;
  margin-top:50px;
}

.our-solutions-heading {
/*   font-size: 44px !important;  */
  font-weight: bold !important; 
  color: #002d56 !important;
}

.our-solutions-content {
  font-size: 24px !important;; 
  font-family: 'Montserrat' !important;; 
  font-weight: 500 !important;; 
  line-height: 1.5 !important; 
  width: 80% !important; 
  color: #002d56 !important;
}

#hs_cos_wrapper_widget_1636415511919 {
  margin-top:40px;
  margin-bottom:10px;
}

body > div.body-wrapper.hs-content-id-59117209886.hs-site-page.page > main > div.container-fluid > div > div > div > div.row-fluid-wrapper.row-depth-1.row-number-8.dnd_area_main_banner-row-3-background-color.dnd-section.dnd_area_main_banner-row-3-padding > div {  
background-color: #f3f9fe!important;
padding: 3% 0px 4% 4% !important;
}
body > div.body-wrapper.hs-content-id-59117209886.hs-site-page.page > main > div.container-fluid > div > div > div > div.row-fluid-wrapper.row-depth-1.row-number-8.dnd-section.dnd_area_main_banner-row-3-padding > div{
background-color: #f3f9fe!important;
padding: 3% 0px 4% 4% !important;
}

@media screen and (max-width:767px){
  .our-solutions-subtitle {
    font-size: 16px !important;
  }
  .our-solutions-heading {
/*     font-size: 29px !important; */
  }
  .our-solutions-content {
    font-size: 14px !important;
    width:100% !important;
  }
  body > div.body-wrapper.hs-content-id-59039701099.hs-site-page.page > main > div > div > div > div > div.row-fluid-wrapper.row-depth-1.row-number-16.dnd_area_main_banner-row-5-padding.dnd-section > div {
   max-width:80% !important;
  }
}


/* Our Solutions + Accrediations Section Ends */

.dnd-section>.row-fluid {
  max-width: 95% !important;
}

.container {
  max-width: 1400px;
}

/* Heading */

.heading-three {
  text-align: center !important; 
  font-weight: bold !important; 
  color: #002d56 !important; 
  letter-spacing: 2px !important; 
  font-size: 18px !important; 
  font-family: 'Montserrat' !important; 
  text-transform: uppercase !important;
}

.paragraph {
  text-align: center !important; 
  font-weight: 300 !important; 
  font-family: 'Montserrat' !important; 
  letter-spacing: 2px !important; 
  color: #002d56 !important; 
  font-size: 16px !important;
}

/* Contact Form Section */

.contact-heading{
  color: #ffffff !important; 
  font-weight: bold !important; 
  margin-bottom: 40px !important; 
/*   font-size: inherit !important;  */
  text-align: center !important;
}

.contact-content {
  font-family: 'Nunito' !important; 
  color: #ffffff !important; 
  font-weight: bold !important; 
  font-size: 18px !important; 
  line-height: 1.3 !important; 
  text-align: center !important; 
  margin: 0px auto !important;
  width:70%;
}

form.hs-form {
  background: none !important;
  border: none !important;
}

#hsForm_219e8b7a-aebf-45d2-b17d-717e6e990a5b_1479 > div > div.actions > input {
max-width:60% !important;
}

input[type="submit"] {
  width: 35% !important;
  background-color: #002D56 !important;
    background-image: none !important;
    border-radius: 40px !important;
    border-style: none !important;
}

input[type="text"] , input[type="email"] {
  border-radius: 12px !important;
}

.hs-form-field > label span {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  color: #33475b;
  font-size: 16px; 
}

@media screen and (max-width: 767px) { 
  input[type="submit"],#hs_form_target_dnd_area_main_banner-module-7 form input[type='submit']  {
    width:60% !important;
    margin: auto !important;
  }
  .heading-three {
    font-size: 16px !important;
    padding: 0px 20px;
  }
  .contact-heading {
/*     font-size: 34px !important; */
  }
  .contact-content{
   width:auto;
  }
  body > div.body-wrapper.hs-content-id-59117209886.hs-site-page.page > main > div.container-fluid > div > div > div > div.row-fluid-wrapper.row-depth-1.row-number-26.dnd_area_main_banner-row-7-background-color.dnd-section > div > div.span6.widget-span.widget-type-cell.dnd-column.cell_16364174855853-padding {
  padding-top:0 !important;
  }
}


/* Our Solution Page Starts*/

.solution-hero-section-subtitle{
  font-weight: 300 !important;
  letter-spacing:2px !important;
}

.solution-hero-section-heading {
 font-weight: bold;
}

.solution-hero-section-content {
  width:80%;
}

.solution-who-we-serve-subtitle{
  text-align: center !important;
  font-weight: 300 !important;
  letter-spacing: 2px !important;
}

.solution-who-we-serve-heading{
 text-align: center !important;
 font-size: 44px; 
 font-weight: bold;
 width: 80%;
 margin:auto;
}

.solution-col-1{
  font-size:28px;
  width: 80%;
    margin: auto;
}

.solution-col-2{
  font-size:28px;
  width: 80%;
    margin: auto;
}

.example-case-heading {
  text-align: center;
  font-size:44px;
  font-weight: bold;
  width:50%;
  margin:auto;
}

#hs_cos_wrapper_widget_1639014423683 img {
 width:105% !important;
  max-width:105% !important;
}

#hs_cos_wrapper_widget_1636123458899_ > img {
 margin-left:57px;
}

#button_widget_1636075428716 {
    margin-left:2.7% !important;
  }

@media screen and (max-width: 767px) {
  .header .navigation-primary .submenu.level-2, body .submenu.level-2>li, .header .navigation-primary .submenu.level-3, .header ul.lang_list_class{
  
      background-color: rgba(225,236,247,1)!important;
  }
  .header .navigation-primary .submenu.level-2>li.menu-item>a.menu-link, .header .navigation-primary .submenu.level-3>li.menu-item>a.menu-link, .header__language-switcher:hover ul.lang_list_class {
    background-color: rgba(225,236,247,1)!important;
   
}
  
  .example-case-heading {
    font-size:29px;
    width: 100%;
    margin:auto;
  }
  .solution-hero-section-heading {
    font-size: 24px !important;
    font-weight: 800 !important;
  }
  .solution-hero-section-content{
    font-size: 16px !important;
  }
  .solution-hero-section-subtitle{
    font-size: 16px !important;
  }
  .solution-who-we-serve-subtitle{
    font-size: 16px !important;
  }
  .solution-who-we-serve-heading{
    font-size: 29px !important;
    width:100%;
  }
  #button_widget_1636075428716 {
    font-size:13px !important;
    padding: 11px 16px !important;
    margin-left:6% !important;
  }
  .solution-col-1{
    font-size:16px;
    width: 80%;
    margin: auto;
    text-align: center;
  }
  .solution-col-2{
    font-size:16px;
    width: 80%;
    margin: auto;
    text-align: center;
  }
  #hs_cos_wrapper_widget_1636123458899_ > img {
    margin: 20px 0 !important;
  }

}
@media screen and (max-width: 767px) {
  .copyright-footer-two {
    text-align: center !important;
}
.submenu.level-1>li {
    width: 90%!important;
}

/*  #hsForm_219e8b7a-aebf-45d2-b17d-717e6e990a5b_7129 > div.hs_submit.hs-submit > div.actions > input {
    max-width: 60% !important;
} */
}


/* Our Solution Page Ends */


/* Contact Page */


#hs_form_target_dnd_area_main_banner-module-7 {
  display:flex;
  justify-content:center;
  align-items:center;
}

#hs_form_target_dnd_area_main_banner-module-7 form input[type='submit'] {
    width: 30%;
    margin: auto !important;
}


@media  (max-width: 1050px){
.row-fluid .span3 {
    width: 100%!important;
}
}
@media screen and (min-width:600px) and (max-width: 1600px)  {
 
    #hs-link-header_logo_hs_logo_widget > img{
    margin-left: 65px!important;!important;
    }
   #hs-link-header_logo_hs_logo_widget > img{
    margin-top:15px!important;
    }
    }


.header .navigation-primary .submenu.level-1>li>a.active-item:after, .header .navigation-primary .submenu.level-1>li>a.active-branch:after {
    background-color: white!important;
}

/* Careers Page */


body > div.body-wrapper.hs-content-id-60113577819.hs-site-page.page > main > div.container-fluid > div > div > div > div.row-fluid-wrapper.row-depth-1.row-number-1.dnd-section.dnd_area_main_banner-row-0-padding > div {
    background-color: #f3f9fe;
    padding: 3% 0% 0% 4% !important;
}

  #hs_cos_wrapper_dnd_area_main_banner-module-2_ > div > h3 {
   font-weight:300;
    font-size:24px !important;
  }
#hs_cos_wrapper_dnd_area_main_banner-module-2_ > div > h2 {
/*   font-size:1.5rem !important; */
  font-weight:800 !important;
}

#hs_cos_wrapper_dnd_area_main_banner-module-2_ > div > p {
font-size:18px !important;
}

.careers-hero-section-subtitle {
   font-weight: 300;
   font-family:'Montserrat';
   font-size:24px;
   color:#051f46;
}

.card-section__wrapper .tns-nav {
    margin: 40px 0 !important;
}

@media screen and (max-width:767px) {
  #hs_cos_wrapper_dnd_area_main_banner-module-2_ > div > h3 {
   font-size:16px !important;
  }
 #hs_cos_wrapper_dnd_area_main_banner-module-2_ > div > h2 {
   font-size:24px;
  }
  #hs_cos_wrapper_dnd_area_main_banner-module-2_ > div > p {
   font-size:16px;
  }
  #hs_cos_wrapper_dnd_area_main_banner-module-2_ > div {
   margin-top:40px;
  }
}

/* Request Api Page */

body > div.body-wrapper.hs-content-id-60034780826.hs-site-page.page > main > div > div > div > div > div.row-fluid-wrapper.row-depth-1.row-number-1.dnd-section.dnd_area_main_banner-row-0-margin.dnd_area_main_banner-row-0-padding > div > div > div > div {
    background-color: #f3f9fe;
    padding: 2% 2% 4% 2%!important;
}

.request-heading {
 font-weight: 800; 
  font-size: 40px;
}

#hs_cos_wrapper_dnd_area_main_banner-module-7 .form-title {
 font-family: 'Nunito' !important;
  background:none !important;
  border-bottom: none !important;
  font-size: 40px !important;
  font-weight:800 !important;
  color: #002d56 !important;
  letter-spacing: 1px !important;
}

#hs_form_target_dnd_area_main_banner-module-7 form input[type='submit'] {
    font-family: Montserrat,sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    background-color: rgba(0,45,86,1.0);
    border: 1px solid #002d56;
    border-radius: 4px;
    color: #fff;
    padding: 12px 36px !important;
    text-transform: capitalize;
  width:70% !important;
}

.request-subtitle {
  text-transform: uppercase;
 }

.hs-content-id-60034780826 #hs_form_target_dnd_area_main_banner-module-7 {
      display: block !important;
  width: 80% !important;
    margin: auto !important;
}


/* Who we serve 2.0 page */

body > div.body-wrapper.hs-content-id-71738884639.hs-site-page.page > main > div > div > div > div > div.row-fluid-wrapper.row-depth-1.row-number-1.dnd-section.dnd_area_main_banner-row-0-vertical-alignment.dnd_area_main_banner-row-0-padding > div {
    background-color: #f3f9fe !important;
    padding: 3% 2% 4% 4% !important;
}

#hs_cos_wrapper_widget_1650660595403 {
  max-width:85% !important;
  margin:auto !important;
}

.who-we-serve-2-subtitle {
  letter-spacing:2px !important;
}

.who-we-serve-2-heading {
 font-weight:800 !important;
}

.who-we-serve-2-content {
 font-size:18px !important;
 width:80%;
}

.who-we-serve-2-section-heading {
 text-align: center !important;
    font-size: 44px;
    font-weight: bold;
/*     width: 80%; */
    margin: auto;
}

.actions{
display: flex!important;
justify-content: center!important;
width: 100%;
max-width: 500px;
}

form.hs-form .hs-button {
display: block!important;
width: 100%!important;
max-width: 50%!important;
}

@media screen and (max-width:767px) {
  .who-we-serve-2-subtitle {
    font-size:16px !important;
  }
  .who-we-serve-2-heading {
   font-size:24px !important;
  }
  .who-we-serve-2-content {
   font-size:18px !important;
  }
}

/* Working with us 2.0 page  */

body > div.body-wrapper.hs-content-id-71738884520.hs-site-page.page > main > div > div > div > div > div.row-fluid-wrapper.row-depth-1.row-number-1.dnd-section.dnd_area_main_banner-row-0-vertical-alignment.dnd_area_main_banner-row-0-padding > div{
    background-color: #f3f9fe !important;
    padding: 3% 2% 4% 4% !important;
}

.working-with-us-subtitle {
  letter-spacing:2px !important;
}

.working-with-us-heading {
 font-weight:800 !important;
}

.working-with-us-content {
 font-size:18px !important;
 width:80%;
}

.working-with-us-section-heading {
 text-align: center !important;
    font-size: 44px;
    font-weight: bold;
/*     width: 80%; */
    margin: auto;
}

/* body > div.body-wrapper.hs-content-id-71738884520.hs-site-page.page > main > div > div > div > div > div.row-fluid-wrapper.row-depth-1.row-number-7.dnd-section > div {
 background-color: #f3f9fe !important;
    padding: 3% 2% 4% 4% !important;
} */


@media screen and (max-width:767px) {
.working-with-us-subtitle {
  font-size:16px !important;
}

.working-with-us-heading {
 font-size:24px !important;
}

.working-with-us-content {
 font-size:18px !important;
}
}


/* Providers 2.0 page */


body > div.body-wrapper.hs-content-id-71738274630.hs-site-page.page > main > div > div > div > div > div.row-fluid-wrapper.row-depth-1.row-number-1.dnd-section.dnd_area_main_banner-row-0-vertical-alignment.dnd_area_main_banner-row-0-padding > div {
  background-color: #f3f9fe !important;
    padding: 3% 2% 4% 4% !important;
}

.providers-subtitle {
letter-spacing:2px !important;
}

.providers-heading {
 font-weight:800 !important;
}

.providers-content {
  font-size:18px !important;
 width:80%;
}

#hs_cos_wrapper_module_16506733385988 {
 margin-left:18px !important;
}

body > div.body-wrapper.hs-content-id-71738274630.hs-site-page.page > main > div > div > div > div > div.row-fluid-wrapper.row-depth-1.row-number-11.dnd-section.dnd_area_main_banner-row-3-margin > div {
    background-color: #f3f9fe !important;
    padding: 3% 2% 4% 4% !important;
}

@media screen and (max-width:767px) {
  .providers-subtitle {
 font-size:16px !important;
}

.providers-heading {
 font-size:24px !important;
}

.providers-content {
  font-size:18px !important;
}
}

/* Benefits Admin 2.0 page */

body > div.body-wrapper.hs-content-id-71738274477.hs-site-page.page > main > div > div > div > div > div.row-fluid-wrapper.row-depth-1.row-number-1.dnd-section.dnd_area_main_banner-row-0-padding > div {
   background-color: #f3f9fe !important;
    padding: 3% 2% 4% 4% !important;
}

.benefit-admin-subtitle {
letter-spacing:2px !important;
  line-height: 1.44;
}

.benefit-admin-heading {
 font-weight:800 !important;
}

.benefit-admin-content {
  font-size:18px !important;
 width:80%;
}

#hs_cos_wrapper_module_16506810617374 {
 margin-left:18px !important;
} 


body > div.body-wrapper.hs-content-id-71738274477.hs-site-page.page > main > div > div > div > div > div.row-fluid-wrapper.row-depth-1.row-number-11.dnd-section.dnd_area_main_banner-row-3-margin.dnd_area_main_banner-row-3-padding > div {
   background-color: #f3f9fe !important;
    padding: 3% 2% 4% 4% !important;
}


@media screen and (max-width:767px) {
.benefit-admin-subtitle {
font-size:16px !important;
}

.benefit-admin-heading {
 font-size:24px !important;
}

.benefit-admin-content {
  font-size:18px !important;
}
}

/* Health Plans 2.0 page */

body > div.body-wrapper.hs-content-id-71738274588.hs-site-page.page > main > div > div > div > div > div.row-fluid-wrapper.row-depth-1.row-number-1.dnd-section.dnd_area_main_banner-row-0-padding > div {
   background-color: #f3f9fe !important;
    padding: 3% 2% 4% 4% !important;
}

.health-plan-subtitle {
letter-spacing:2px !important;
  line-height: 1.44;
}

.health-plan-heading {
 font-weight:800 !important;
}

.health-plan-content {
  font-size:18px !important;
 width:80%;
}

#hs_cos_wrapper_module_1650683593041 {
 margin-left:18px !important;
}

body > div.body-wrapper.hs-content-id-71738274588.hs-site-page.page > main > div > div > div > div > div.row-fluid-wrapper.row-depth-1.row-number-11.dnd-section > div {
   background-color: #f3f9fe !important;
    padding: 3% 2% 4% 4% !important;
}

body > div.body-wrapper.hs-content-id-71738274588.hs-site-page.page > main > div > div > div > div > div.row-fluid-wrapper.row-depth-1.row-number-20.dnd-section > div {
 background-color: #f3f9fe !important;
    padding: 3% 2% 4% 4% !important;
}

@media screen and (max-width:767px) {
.health-plan-subtitle {
font-size:16px !important
}

.health-plan-heading {
 font-size:24px !important;
}

.health-plan-content {
  font-size:18px !important;
}
}

/* Our Solution 2.0 page */

body > div.body-wrapper.hs-content-id-71738274216.hs-site-page.page > main > div > div > div > div > div.row-fluid-wrapper.row-depth-1.row-number-1.dnd-section.dnd_area_main_banner-row-0-padding > div {
   background-color: #f3f9fe !important;
    padding: 3% 2% 4% 4% !important;
}

.our-solutions-subtitle {
letter-spacing:2px !important;
  line-height: 1.44;
}

.our-solutions-two-heading {
 font-weight:800 !important;
  color: #002d56 !important;
}

.our-solutions-content {
  font-size:18px !important;
 width:80%;
}

.our-solutions-icons-heading {
  text-align: left !important;
    font-size: 13px !important;
    font-weight: bold !important;
    color: #002d56 !important;
    font-family: Montserrat !important;
    text-transform: uppercase !important;
  letter-spacing:2px !important;
}

.our-solutions-icons-content {
/*     font-weight: 300 !important; */
    font-family: Montserrat !important;
    line-height: 1.75;
    letter-spacing: 2px !important;
  font-size:13px !important;
  color: #002d56 !important;
}

#hs_cos_wrapper_module_16506841330536 {

 margin-left:18px !important;
}

#hs_cos_wrapper_module_1650684731033 {
    display: block !important;
    /* padding-left: 25% !important; */
    /* padding-right: 25% !important; */
/*     width: 60% !important;
    margin: auto !important; */
}

/* body > div.body-wrapper.hs-content-id-71738274216.hs-site-page.page > main > div > div > div > div > div.row-fluid-wrapper.row-depth-1.row-number-5.dnd-section > div {
    padding: 3% 2% 4% 0% !important;
} */


/* body > div.body-wrapper.hs-content-id-71738274216.hs-site-page.page > main > div > div > div > div > div.row-fluid-wrapper.row-depth-1.row-number-10.dnd-section.dnd_area_main_banner-row-3-padding > div{
background-color: #f3f9fe !important;
   padding: 0% 2% 4% 0% !important
} */

  
@media screen and (max-width:767px) {
.our-solutions-subtitle {
font-size:16px !important;
}

/* .our-solutions-two-heading {
 font-size:22px !important;
}
   */
.our-solutions-content {
  font-size:18px !important;
}
  .our-solutions-icons-content {
   text-align:center !important;
     padding-bottom: 20px !important;
  }
}

@media screen and (max-width:500px) {
    #hs_cos_wrapper_module_1650684731033 {
    width: 100% !important;
    margin: auto !important;
}
  
  .our-solutions-two-heading {
 font-size:18px !important;
}

}

@media screen and ( min-width:500px) and ( max-width:767px) {
     #hs_cos_wrapper_module_1650684731033 {
    width: 90% !important;
    margin: auto !important;
}
  
  .our-solutions-two-heading {
 font-size:24px !important;
}
}

@media screen and (max-width:767px) {
  #hs_cos_wrapper_dnd_area_main_banner-module-7 .hs-error-msg {
    line-height: 20px !important;
}
  .hb-cta-button .hb-text-holder {

    padding: 5px 0px 0px 5px!important;
}
  
body > div.body-wrapper.hs-content-id-60034780826.hs-site-page.page > main > div > div > div > div > div.row-fluid-wrapper.row-depth-1.row-number-1.dnd-section.dnd_area_main_banner-row-0-margin.dnd_area_main_banner-row-0-padding > div > div > div > div {
    padding: 6% 2% 4% 7% !important;
}
  
  .hs-content-id-60034780826 #hs_form_target_dnd_area_main_banner-module-7 {
      display: block !important;
  width: 100% !important;
    margin: auto !important;
}
  #hellobar-bar .hb-cta {
 float: left;
}
  .hb-text-wrapper {
    margin-right: 2.67em!important;
}
  .hb-content-wrapper p {
    text-align: start;

}
  .request-subtitle {
    font-size:16px !important;
  }
  .request-heading {
   font-size:24px !important;
  }
  .request-content {
  font-size:16px !important;
  }
  #hs_cos_wrapper_dnd_area_main_banner-module-7 .form-title {
    line-height: 1.5 !important;
    text-align: center !important;
    font-size:26px !important;
}
}

@media screen and (min-width:767px) {
  body > div.body-wrapper.hs-content-id-59117209886.hs-site-page.page > main > div.container-fluid > div > div > div > div.row-fluid-wrapper.row-depth-1.row-number-6.dnd-section.dnd_area_main_banner-row-2-padding.dnd_area_main_banner-row-2-background-color{
    margin:0px 2.5%!important;
    display:none;
}
}

/* About Us Page  */

#hs_cos_wrapper_widget_1638994371473 img:hover{
 filter:contrast(0.7);
}

#hs_cos_wrapper_widget_1638994266918 img:hover{
 filter:contrast(0.7);
}


/* Api Access */





/* Footer Citations */

#legal {
 display:none;
}

/* About us Hero Section */
body > div.body-wrapper.hs-content-id-58920828802.hs-site-page.page > main > div > div > div {
 padding: 1% 3% 4% 3% !important;
}
#hs-button_widget_1641479054183:hover {
    background-color: transparent!important;
    
}
.hs-error-msgs li, .hs-error-msgs li label {
    color: #cc0201 !important;
    letter-spacing: 1px!important;
    line-height: 29px!important;
    font-size: 14px!important;
}

#hellobar-bar {
    font-family: "Open Sans", sans-serif;
    width: 100%;
    margin: 0;
    height: 30px;
    display: table;
    font-size: 17px;
    font-weight: 400;
    padding: .33em .5em;
    -webkit-font-smoothing: antialiased;
    color: #5c5e60;
    position: initial;
    background-color: rgba(225, 236, 247, 1) !important;
    z-index: 99999;
}
#hellobar-bar.regular {
    height: 30px;
    font-size: 14px;
    padding: 1em 0.5em;
}
.hb-content-wrapper {
    text-align: center;
    text-align: center;
    position: relative;
    display: table-cell;
    vertical-align: middle;
}
.hb-content-wrapper p {
    margin-top: 0;
    margin-bottom: 0;
  color:#002d56;
  font-family: Montserrat,sans-serif!important;
    color: #002d56 !important;
    font-weight: normal !important;
    font-size: 18px !important;
    line-height: 1.3 !important;
  
  
}
.hb-text-holder p{
overflow: hidden;
  font-size: 16px;
  font-family: Montserrat,sans-serif!important;
    font-style: normal;
    font-weight: bold;
    line-height: 20px;
    display: block;
    border-bottom: 2px solid rgb(255, 255, 255);
    border-top-color: rgb(255, 255, 255);
    border-right-color: rgb(255, 255, 255);
    border-left-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
}
.hb-text-wrapper {
    margin-right: .67em;
    display: inline-block;
    line-height: 1.3;
}
.hb-text-wrapper .hb-headline-text {
    font-size: 1em;
    display: inline-block;
    vertical-align: middle;
}
#hellobar-bar .hb-cta {
    display: inline-block;
    vertical-align: middle;
    margin: 5px 0;
    color: #ffffff;
    overflow: hidden;
  font-size: 16px;
    font-style: normal;
    font-weight: bold;
    line-height: 20px;
   
 
}
.hb-cta-button:hover {
   
    text-decoration:none!important;
    
}
.hb-cta-button .hb-text-holder {
    border-radius: inherit;
    padding: 5px 15px;
}
.hb-close-wrapper {
    display: table-cell;
    width: 1.6em;
}
.hb-close-wrapper .icon-close {
    font-size: 16px;
    top: 15px;
    right: 25px;
    width: 15px;
    height: 15px;
    opacity: 1;
    color: #002d56;
    cursor: pointer;
    position: absolute;
    text-align: center;
    line-height: 15px;
    z-index: 1000;
    text-decoration: none;
}
.readmorel{
    text-decoration: underline;
  color:#002d56;
  font-family: Montserrat,sans-serif!important;
    color: #002d56 !important;
    font-weight: normal !important;
    font-size: 18px !important;
    line-height: 1.3 !important;
}
.press-section a:hover{
  text-decoration:none!important;
}

input[type="submit"]:hover {
background-color: rgba(152,194,232,1.0) !important;
}

#hs_cos_wrapper_widget_1641479054183:hover {
background-color: rgba(152,194,232,1.0) !important;
}

#hs-button_widget_1641479054183 {
background:inherit !important;
text-decoration:none !important;
  color:white !important;
}
#hs-button_widget_1641479054183:hover {
background:inherit !important;
}
.hs-button{
    text-transform: uppercase!important;
}
.button{
text-transform: uppercase!important;
}

/* Blogs Page Styling */

.news_listing__content .entry__summary{
  border-top:none !important;
  margin-top:0 !important;
  padding-top:0 !important;
}

.blog-index--2-col__post-image-wrapper {
 border-bottom:none !important;
  height:245px !important;
  margin-bottom:5px !important;
}

.blog-summary {
 border-top:none !important;
  padding-top: 0px !important;
}

.blog-summary p {
 font-size:18px !important;
}

.blog-index--2-col__post {
 box-shadow:none !important;
    max-width: 33% !important;
    padding-right: 30px !important;
}

.hs-blog-post .blog-index--2-col__post {
  max-width:50% !important;
}

.blog-index--2-col {
  padding-bottom:0px !important;
}

.blog-index--2-col__post-content {
  padding: 10px 0px 0px !important;
}

.blog-author {
 margin-bottom:0px !important;
}

.blog-author__name h1,.blog-post__title {
 letter-spacing:2px !important;
  text-transform: uppercase !important;
}

.blog-post__title {
  font-family:'Nunito' !important;
  font-weight:700 !important;
   text-transform: capitalize !important;
  font-size:44px !important;
}

.news_listing__entry {
 box-shadow: none !important;
}

.news_listing__featured_image-wrapper {
 border-bottom: none !important;
}

.blog-index--2-col__post-image {
object-position: unset;
}

.blog-index--2-col__post-content__title a {
 font-family:'Montserrat' !important;
  font-weight:500 !important;
}

.custom-date {
 font-size:14px !important;
}

.blog-post__tag {
 display:none;
}

.blog-author__name {
  color:#002d56 !important;
}

/*  Request API Access Page */

body > div.body-wrapper.hs-content-id-73888432160.hs-site-page.page > main > div > div > div > div > div.row-fluid-wrapper.row-depth-1.row-number-1.dnd-section.dnd_area_main_banner-row-0-margin.dnd_area_main_banner-row-0-padding > div {
   background-color: #f3f9fe;
    padding: 3% 2% 4% 4% !important;
}

body > div.body-wrapper.hs-content-id-60034780826.hs-site-page.page > main > div > div > div > div > div.row-fluid-wrapper.row-depth-1.row-number-7.dnd_area_main_banner-row-2-vertical-alignment.dnd-section.dnd_area_main_banner-row-2-padding > div {
  background-color: #f3f9fe;
    padding: 3% 15% 4% 15% !important;
}


body > div.body-wrapper.hs-content-id-60034780826.hs-site-page.page > main > div > div > div > div > div.row-fluid-wrapper.row-depth-1.row-number-6.dnd_area_main_banner-row-1-padding.dnd-section > div {
     background-color: #f3f9fe;
    padding: 3% 2% 4% 4% !important;
}

body > div.body-wrapper.hs-content-id-60034780826.hs-site-page.page > main > div > div > div > div > div.row-fluid-wrapper.row-depth-1.row-number-1.dnd-section.dnd_area_main_banner-row-0-margin.dnd_area_main_banner-row-0-padding > div > div > div > div > div:nth-child(2) > div.row-fluid-wrapper.row-depth-1.row-number-4.dnd-row > div > div {
 text-align:center !important;
}

body > div.body-wrapper.hs-content-id-60034780826.hs-site-page.page > main > div > div > div > div > div.row-fluid-wrapper.row-depth-1.row-number-1.dnd-section.dnd_area_main_banner-row-0-margin.dnd_area_main_banner-row-0-padding > div > div > div > div > div:nth-child(2) > div.row-fluid-wrapper.row-depth-1.row-number-5.dnd-row > div > div {
 text-align:center !important;
}

#button_widget_1652821476861,#button_widget_1652821537857 {
  padding: 8px 36px !important;
  margin-top:30px !important;
}

#hs_cos_wrapper_widget_1652821476861 {
  width:50% !important;
  margin:auto !important;
  text-align:center !important;
}

#hs_cos_wrapper_widget_1652821537857 {
  width:50% !important;
  margin:auto !important;
  text-align:center !important;
}

#hsForm_d3d2afe8-9983-4a09-aa0a-18d50f3445fa_6409 > div.hs_submit.hs-submit > div.actions > input {
 max-width:70px! important;
}

.hs-content-id-73888432160 #hs_form_target_dnd_area_main_banner-module-7 {
 width:100% !important;
  padding-right:100px !important;
}

.hs-content-id-73888432160 #hs_form_target_dnd_area_main_banner-module-7 form input[type='submit'] {
 padding:10px 6px !important;
  margin-top: 50px !important;
  max-width:55% !important;
}

.hs-content-id-73888432160 #hs_form_target_dnd_area_main_banner-module-7 {
 display:block !important;
}

.hs-content-id-60034780826 #hs_form_target_dnd_area_main_banner-module-7 form input[type='submit'] {
 padding:12px 6px !important;
}

.hs-content-id-73888432160 #button_widget_1652821537857 {
  padding: 8px 66px !important;
    font-size: 16px !important;
}

#button_widget_1652821476861:before {
    background-image: url('https://20052557.fs1.hubspotusercontent-na1.net/hubfs/20052557/Group%20209%20%281%29.svg');
    background-size: 35px 35px;
    display: inline-block;
    width: 35px; 
    height: 35px;
    content:"";
}

#button_widget_1652821537857:before {
   background-image: url('https://20052557.fs1.hubspotusercontent-na1.net/hubfs/20052557/Group%20209%20%281%29.svg');
    background-size: 35px 35px;
    display: inline-block;
    width: 35px; 
    height: 35px;
    content:"";
  margin-left: -1.45rem;
    margin-right: 31px;
}


@media screen and (max-width:767px) {
  .blog-post__title {
   font-size:29px !important;
  }
  body > div.body-wrapper.hs-content-id-60034780826.hs-site-page.page > main > div > div > div > div > div.row-fluid-wrapper.row-depth-1.row-number-7.dnd_area_main_banner-row-2-vertical-alignment.dnd-section.dnd_area_main_banner-row-2-padding > div {
  background-color: #f3f9fe;
    padding: 3% 2% 4% 4% !important;
}
  .hs-content-id-73888432160 #hs_form_target_dnd_area_main_banner-module-7 {
 width:100% !important;
  padding-right:0px !important;
    margin-left: -20px !important;
}
 .hs-content-id-73888432160 #hs_form_target_dnd_area_main_banner-module-7 form input[type='submit'] {
 padding:10px 6px !important;
   max-width:100% !important;
   margin-top:0px !important;
   width: 84% !important;
    font-size: 13px;
   margin-left: 0px !important;
}
  body>div.body-wrapper.hs-content-id-73888432160.hs-site-page.page>main>div>div>div>div>div.row-fluid-wrapper.row-depth-1.row-number-1.dnd-section.dnd_area_main_banner-row-0-margin.dnd_area_main_banner-row-0-padding>div>div>div>div {
    padding: 6% 2% 10% 7% !important;
}
  
  #hs_cos_wrapper_module_1652821416087_ > h2 {
    text-align:left !important;
  }
  
  #hs_cos_wrapper_widget_1652821476861 {
    width:100% !important;
  margin:auto !important;
    text-align: left !important;
}

#hs_cos_wrapper_widget_1652821537857 {
  width:100% !important;
  margin:auto !important;
  text-align: left !important;
    
}
  #button_widget_1652821476861, #button_widget_1652821537857 {
    
    font-size: 13px !important;
  }
  .hs-content-id-73888432160 #button_widget_1652821537857 {
    font-size: 13px !important;
    padding: 8px 60px !important;
  }
}

@media screen and (min-width:768px) and (max-width:1100px) {
  .hs-content-id-73888432160 #hs_form_target_dnd_area_main_banner-module-7 form input[type='submit'] {
    max-width:100% !important;
    width:100% !important;
  }
  body > div.body-wrapper.hs-content-id-73888432160.hs-site-page.page > main > div > div > div > div > div.row-fluid-wrapper.row-depth-1.row-number-7.dnd_area_main_banner-row-2-vertical-alignment.dnd-section.dnd_area_main_banner-row-2-padding > div {
  background-color: #f3f9fe;
    padding: 3% 2% 4% 4% !important;
}
   #hs_cos_wrapper_widget_1652821476861 {
    width:100% !important;
  margin:auto !important;
}

#hs_cos_wrapper_widget_1652821537857 {
  width:100% !important;
  margin:auto !important;
}
}

@media screen and (min-width:1100px) and (max-width:1350px) {
     #hs_cos_wrapper_widget_1652821476861 {
    width:100% !important;
  margin:auto !important;
  text-align: center !important;
}

#hs_cos_wrapper_widget_1652821537857 {
  width:100% !important;
  margin:auto !important;
  text-align: center !important;
}
  .hs-content-id-73888432160 #hs_form_target_dnd_area_main_banner-module-7 form input[type='submit'] {
    max-width: 70% !important;
}
}


@media screen and (min-width: 1900px) {
  .overlay-desc--wrap{
  margin-top: 35%!important;
  }
  .header__container {
    max-width: 90%!important;
}
}

.header .navigation-primary .submenu.level-2, body .submenu.level-2>li, .header .navigation-primary .submenu.level-3, .header ul.lang_list_class {
    background-color: rgba(255,255,255,1.0);
    border-top-color: transparent!important;
}
#hs_cos_wrapper_header_navigation_primary > nav > ul > li.has-submenu.menu-item.hs-skip-lang-url-rewrite > ul{
margin-top:0px!important;
}
.header .navigation-primary .submenu.level-2, .header .navigation-primary .submenu.level-3 {

    width: 180px!important;
}


@media screen and (max-width: 767px)
{

#hs_cos_wrapper_header_navigation_primary > nav > ul > li.has-submenu.menu-item.hs-skip-lang-url-rewrite > a{
    padding: 0.5rem 4.7rem !important;
}
}

@media screen and (max-width: 767px){
  #hs_cos_wrapper_header_navigation_primary > nav > ul > li:nth-child(5) > a{
  color: #051f46!important
  }
  #hs_cos_wrapper_header_navigation_primary > nav > ul > li:nth-child(1) > a{
  margin-left: 12px!important;
  }
  .header .navigation-primary .submenu.level-1>li.menu-item>a {
    text-align: left;
    margin-left: 12px !important;
}
  #hs_cos_wrapper_header_navigation_primary > nav > ul > li.has-submenu.menu-item.hs-skip-lang-url-rewrite > a{
  margin-left: 12px!important;
  }
  #hs_cos_wrapper_header_navigation_primary>nav>ul>li.has-submenu.menu-item.hs-skip-lang-url-rewrite>a {
    padding: 0.5rem 0.7rem!important;
}
  
.header .navigation-primary .submenu>.has-submenu input[type='checkbox'] ~ .menu-arrow, .header .navigation-primary .submenu>.has-submenu:hover input[type='checkbox'] ~ .menu-arrow {
   
    top: 14px!important;
}
  
  .header .navigation-primary .submenu>.has-submenu input[type=checkbox]~.menu-arrow  {
   top: 12px!important;
    left:66% !important;
    right: auto !important;
  }
  .header .navigation-primary .submenu.level-2>.menu-item a.menu-link {
    right:60% !important;
  }
  .header .navigation-primary .submenu>.has-submenu input[type=checkbox]:checked~.menu-arrow {
    margin-top: -10px !important;
}
  #hs_cos_wrapper_widget_1641479515613{
  margin-top:70px;
  }
  #hs_cos_wrapper_widget_1641479054183{
  margin-bottom:50px!important;
  }
  h2 {
    font-size:24px !important;
  }
}


#hs_cos_wrapper_header_navigation_primary > nav > ul > li.has-submenu.menu-item.hs-skip-lang-url-rewrite > ul > li > a{
font-size:12px!important;
}
#loading{
display:none!important
}
  .widget_1641479054183-flexbox-positioning{
  margin-top:45px!important;
  }


h6 {
 letter-spacing:2px !important;
}



@media only screen and (min-width: 1050px) and (max-width: 1260px) {
  h2 {
   font-size:30px !important;
  }
}

@media only screen and (min-width: 1260px) and (max-width: 1450px) {
  h2 {
   font-size:40px !important;
  }
}


@media only screen and (min-width: 900px) and (max-width: 1050px)  {
   h2 {
   font-size:24px !important;
  }
}


@media only screen and (min-width:600px) and (max-width: 900px){ 
 h2 {
   font-size:24px !important;
  }
}

.Header-topuTMpygDG4e1V {
 background-color:lightblue;
}

/* Blogs Page Styling */


@media only screen and (min-width:500px) and (max-width:1000px) {
 .blog-index--2-col__post {
    max-width: 100% !important;
}
  .hs-blog-post .blog-index--2-col__post {
   max-width: 100% !important;
    padding-right: 0px !important;
  }
}

@media only screen and (max-width:500px) {
  #hs_cos_wrapper_post_body > p:nth-child(8) > span > img{
   width: 100% !important;
  }
  .blog-index--2-col__post {
    max-width: 100% !important;
    padding-right: 0px !important;
}
  
  .hs-blog-post .blog-index--2-col__post {
   max-width: 100% !important;
    padding-right: 0px !important;
  }
}


@media screen and (min-width:767px) and (max-width:1050px) {
  .our-solutions-icons-content {
    text-align:center !important;
    max-width: 60%;
    margin: auto;
    margin-bottom: 50px;
  }
}

.blog-recent-posts{
display:none!important;
}


#hs_cos_wrapper_post_body > p:nth-child(8) > span > a > img{
width:100%!important;
}

/* medicare advantage page */

body > div.body-wrapper.hs-content-id-97321892891.hs-site-page.page > main > div > div.row-fluid-wrapper > div > div > div.row-fluid-wrapper.row-depth-1.row-number-1.dnd-section.dnd_area_main_banner-row-0-padding > div {
  padding: 0% 4% 0% 4%;
}

body > div.body-wrapper.hs-content-id-97321892891.hs-site-page.page > main > div > div.row-fluid-wrapper > div > div > div.row-fluid-wrapper.row-depth-1.row-number-1.dnd-section.dnd_area_main_banner-row-0-padding > div > div { 
  border-radius:20px;
}

.section1-heading {
  font-family: 'Nunito';
  font-weight: 800;
  font-size: 48px !important;
}

.section1-subheading {
  font-family: 'Montserrat';
  font-size: 34px;
  margin-bottom: 47px;
}

.section2-heading {
  font-family: 'Nunito';
  font-weight: 700;
  font-size: 40px !important;
}

.section2-subheading {
  font-size: 20px;
  margin: 20px auto;
  line-height: 1.6em;
}

.medicare-second-section {
   width:48%;
   margin:auto;
}

.medicare-span {
  color:#5C6077;
  font-size:18px;
}

.medicare-sixth-section {
 width:50%;
  margin:0 auto;
}

.medicare-fifth-section {
   width:50%;
  margin:0 auto;
}

.medicare-second-heading {
  font-size:34px !important;
  text-align:center;
  color:#18214D;
  font-weight:400;
  width: 60%;
  margin: 0 auto;
}

.medicare-heading {
   font-size:34px !important;
  color:#18214D;
}

.medicare-second-content {
   font-size:18px;
  color:#032E55;
  width: 100%;
}

.medicare-content {
  font-size:18px;
  text-align:center;
  color:#5C6077;
  width: 95%;
  margin: 0 auto;
  padding-top: 20px;
}

/* Medicare Seventh Section */

.hs-content-id-97321892891 .dnd_area_main_banner-row-9-padding {
   height:350px;
   min-height:350px;
}

.hs-content-id-97321892891 .dnd_area_main_banner-row-9-padding > .row-fluid {
  position:relative;
}

.hs-content-id-97321892891 .dnd_area_main_banner-row-9-padding > .row-fluid > div {
  transform: translateY(-56%);
    border: 14px solid #FFFFFF;
    border-radius: 20px;
    box-shadow: 0px 4px 39px rgb(3 46 85 / 5%);
}

.medicare-other {
  font-size: 48px; 
/*   line-height: 53px;  */
  margin: 0 auto;
}


#hs_cos_wrapper_module_16751723398557 {
  margin-top: 7px;
   margin-left: -7px;
}

.medicare-button {
 margin-top:18px;
}

@media screen and (min-width:1000px) and (max-width:1300px) {
   .medicare-second-section,.medicare-fifth-section,.medicare-sixth-section,.medicare-second-heading {
    width: 70%;
    margin: auto;
}
}

@media screen and (min-width:768px) and (max-width:1050px) {
   .medicare-second-section,.medicare-second-heading,.medicare-sixth-section,.medicare-fifth-section {
    width: 80%;
    margin: auto;
}
  .hs-content-id-97321892891 .dnd_area_main_banner-row-9-padding > .row-fluid > div {
   max-width:90%;
    margin: 0 auto;
    transform: translateY(-46%);
  }
  .button.button--large {
    font-size:12px !important;
    padding:12px 20px !important;
}
  .medicare-icons-heading p {
   width:100% !important;
  }
}

@media screen and (max-width:767px) {
   .medicare-sixth-section {
      width:90%;
      margin:0 auto;
}
  .medicare-align {
     text-align:center;
  }
  
  .section2-heading {
     font-size:22px !important;
    line-height:26px;
  }
  
  .img-class {
    max-width: 80%;
}
 .medicare-second-section {
    width:90%;
      margin:0 auto;
  }

   .medicare-fifth-section {
     width:90%;
     margin:0 auto;
}
  .medicare-second-heading {
     font-size:24px !important;
      width: 100%;
  }
  .button.button--large {
    font-size:12px !important;
    padding:12px 20px !important;
}
/*  First Section Image  */
  #hs_cos_wrapper_module_167590715168713_ {
    margin-left:-10px;
  }
  .medicare-span {
   font-size:12px;
    line-height:15px;
     max-width: 70%;
    margin: 0 auto !important;
    padding-top:15px;
  }
  .medicare-icons-card {
    justify-content:center;
  }
/*  Seventh Section Image  */
  #hs_cos_wrapper_widget_1675197617758 {
    max-width:80%;
  }
  .hs-content-id-97321892891 .dnd_area_main_banner-row-9-padding > .row-fluid {
    max-width:80% !important;
  }
  .medicare-heading,.medicare-why-lynx {
   font-size:22px !important;
  }
  .medicare-second-content,.medicare-question-link,.medicare-question-subheading {
   font-size:12px;
  }
  .medicare-content {
   font-size:12px;
    width:100%;
  }
  .medicare-question-subheading strong {
   font-size:11px;
  }
  .medicare-question-heading {
   padding-top:10px;
  }
  .medicare-question-subheading {
   padding-top:20px;
  }
  .hs-content-id-97321892891 .dnd_area_main_banner-row-9-padding > .row-fluid > div {
    border: 7px solid #FFFFFF;
    padding-right: 20px;
}
  img {
      image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
  }
}
  



/* blog css */

.blog-post__body ul li , .blog-post__body ol li {
    list-style: inherit;
}

/*Page list css*/
.hs-site-page li {
    list-style-type: inherit;
}




/* header css */
*{box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;}
img{max-width:100%;height:auto;border:none;vertical-align:middle;}
a{text-decoration:none !important;display:inline-block;transition:all ease 0.3s;-moz-transition:all ease 0.3s;-webkit-transition:all ease 0.3s;-o-transition:all ease 0.3s;}


.headerSection .headerMenu .hs-menu-wrapper>ul>li:last-child>a { font-family: inherit; display: inline-block; overflow: hidden; z-index: 1; position: relative; }
.headerSection .headerMenu .hs-menu-wrapper>ul>li:last-child>a:before{ position: absolute; content: ""; background: #002D56; width:300px; height: 150px; z-index: -1; border-radius: 50%; } 
.headerSection .headerMenu .hs-menu-wrapper>ul>li:last-child>a:hover { color: #fff !important; } 
.headerSection .headerMenu .hs-menu-wrapper>ul>li:last-child>a:before { top: 100%; left: 100%; transition: .5s all; } 
.headerSection .headerMenu .hs-menu-wrapper>ul>li:last-child>a:hover::before{ top: -30px; left: -30px; }

.headerSection .headerMenu .hs-menu-wrapper >ul li{margin:0;}
.headerSection .headerMenu .hs-menu-wrapper >ul{margin:0px !important;}
.headerSection{padding:25px 0px;}
.headerSection .logoBox {
  width: 157px;
}

.headerSection .headerParent {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.headerSection .headerMenu .hs-menu-wrapper >ul>li>a {
  color: #002D56;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1.3px;
  font-weight: 500;
  line-height: 1;
}
.headerSection .headerMenu .hs-menu-wrapper >ul>li{padding:0px 20px;cursor:pointer;}
.headerSection .headerMenu .hs-menu-wrapper>ul>li>a {padding: 19.5px 0px;}

.headerSection .headerMenu .hs-menu-wrapper >ul>li:last-child{padding-right:0;}
.headerSection .headerMenu .hs-menu-wrapper >ul>li:last-child>a{font-weight:600;color:#fff;background-color:#3893D0;padding: 19px 16px;
  border-radius: 10px;transition:all ease 0.3s;border:1px solid #3893D0;}
.headerSection .headerMenu span.menuArrow { margin-left: 10px; transition:all ease 0.3s; display: inline-block;}
.headerSection .headerMenu .hs-menu-wrapper ul li.hs-item-has-children { position: relative;cursor:pointer;}
.headerSection .headerMenu ul.hs-menu-children-wrapper {
  width: 200px;
  position: absolute;
  top: 100%;
  left: 20px;
  z-index: 99;
  background-color:#002D56;
  transition:all ease 0.5s;
  opacity:0;visibility:hidden;
  transform:translateY(-20px);
  margin:0px !important;
}

.headerSection .headerMenu ul.hs-menu-children-wrapper li a{ color:#fff;padding:10px; font-size: 16px;}
.headerSection .headerMenu ul.hs-menu-children-wrapper li{border-bottom:1px solid #fff;cursor:pointer;transition:all ease 0.3s;}
.headerSection .headerMenu ul.hs-menu-children-wrapper li:last-child{border-bottom:0}

footer .item-logo {
  padding: 2rem 2.5rem 0rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
footer .item-logo a{max-width:8.125rem;}
footer .item-logo a+a{margin-left:0.938rem;}
footer .item-logo a img{width:100%;height:auto;}

.blog-post ul li strong {font-weight: 700;}
.blog-post ul+h6{margin-top:20px;}
.blog-post a {text-decoration: underline !important;word-break: break-all;display: inline;}
.blog-post__body{margin-top:30px;}

@media(min-width:1025px){
  .headerSection .headerMenu ul.hs-menu-children-wrapper{display:inherit !important;}
  .headerSection .menuBar , .headerSection .crossIcon{display:none;}
  .headerSection .headerMenu .hs-menu-wrapper>ul>li:hover>a {color:#3893D0;}
  .headerSection .headerMenu .hs-menu-wrapper >ul>li:last-child:hover>a{background-color:transparent;color:#3893D0;}
  .headerSection .headerMenu .hs-menu-wrapper>ul>li:hover> span.menuArrow{transform: rotate(180deg);}
  .headerSection .headerMenu .hs-menu-wrapper>ul>li:hover> span.menuArrow svg path{fill: #3893D0 !important;}
  .headerSection .headerMenu .hs-menu-wrapper ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper{ opacity:1;visibility:visible;transform:translateY(0%);}
  .headerSection .headerMenu ul.hs-menu-children-wrapper li:hover {background-color:#3893D0;}
}

@media(max-width:1080px){


  .headerSection .headerMenu .hs-menu-wrapper>ul>li {
    padding: 0 10px;
  }


}

@media(max-width:1024px){

  .headerSection .hs-menu-wrapper ul {
    display: block;
  }

  .headerSection .headerMenu {
    position: fixed;
    height: 100vh;
    top: 0;
    right: 0;
    width: 400px;
    z-index: 99;
    background-color: #002D56;
    padding-top:30px;
    transition:all ease 0.3s;
    transform: translateX(100%);
  }
  .headerSection .headerMenu.menuActive{transform: translateX(0);}
  .headerSection .crossIcon svg {
    height: 100%;
    width: 100%;
  }
  .headerSection .menuBar  {cursor:pointer}
  .headerSection .crossIcon { width: 24px;margin-left:20px;cursor:pointer}
  .headerSection .headerMenu .hs-menu-wrapper>ul>li> span.menuArrow svg path{fill:#fff !important;}
  .headerSection .headerMenu .hs-menu-wrapper ul li a{color:#fff;}
  .headerSection .headerMenu .hs-menu-wrapper>ul>li:last-child>a{display:inline-block;}
  .headerSection .headerMenu .hs-menu-wrapper>ul>li:last-child{margin-top:19px;}
  .headerSection .headerMenu .hs-menu-wrapper>ul>li{padding:0px 20px;}
  .headerSection .headerMenu span.menuArrow {position: absolute; right: 20px; z-index: 22;top:15px;}
  .headerSection .headerMenu .hs-menu-wrapper li.hs-item-has-children.active > .menuArrow{transform: rotate(180deg);}
  .headerSection .headerMenu ul.hs-menu-children-wrapper {
    transform: translateY(0);
    position: static;
    background-color: transparent;
    left: inherit;
    top: inherit;
    width: 100%;
    opacity: 1;
    visibility: visible;
    transition:none;
    display:none;

  }
}

@media(max-width:480px){
  .headerSection .headerMenu {width:80%;}
  .headerSection .headerMenu .hs-menu-wrapper>ul>li {
    padding-right: 40px;
  }
  .headerSection .headerMenu .hs-menu-wrapper ul li a {
    line-height: 1.2;
  }

}

.footer-list {
    list-style-type: none !important;
}