

/* 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: 1200px; */
}

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

.dnd-section {
padding:0 ;
} */

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

html {
  font-size: 16px;
}

body {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: #FFFFFF;
  color: #000000;
  font-size: 16px;
}

/* Paragraphs */

p {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
  font-size: 16px;
}

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

/* Anchors */

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Josefin Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #111C55;
  text-transform: none;
}



h1 {
  font-family: 'Josefin Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #111C55;
  font-size: 30px;
  letter-spacing: 0px;
  text-transform: none;
}

h2 {
  font-family: 'Josefin Sans', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #000000;
  font-size: 26px;
  letter-spacing: 0px;
  text-transform: none;
}

h3 {
  font-family: 'Josefin Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
  font-size: 20px;
  letter-spacing: 0px;
  text-transform: none;
}

h4 {
  font-family: 'Josefin Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
  font-size: 18px;
  letter-spacing: 0px;
  text-transform: none;
}

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

h6 {
  font-family: 'Josefin Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #9EA1A6;
  font-size: 14px;
  letter-spacing: 0px;
  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 #29399E;
  padding-left: 0.9375rem;
}

/* Horizontal Rules */

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

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

/* Primary Button */

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

  
  
    
  


  rgba(41, 57, 158, 1.0)

;
  border: 1px solid #29399E;
  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: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(215, 54, 0, 1.0)

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

button:active,
.button:active {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(255, 134, 80, 100);
  border: 1px solid #d73600;
  border-color: #ff8650;
}

/* Secondary Buttons */

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

  
  
    
  


  rgba(255, 255, 255, 0.0)

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

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

  
  
    
  


  rgba(41, 57, 158, 1.0)

;
  border: 1px solid #29399E;
  color: #FFFFFF;
  fill: #FFFFFF;
}

.button.button--secondary:active {
  background-color: rgba(121, 137, 238, 100);
  border: 1px solid #29399E;
  border-color: #7989ee;
  color: #ffffff;
  fill: #ffffff;
}

/* Simple Button */

.button.button--simple {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #29399E;
  fill: #29399E;
  text-transform: none;
}



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



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



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



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

/* 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, 0.0)

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

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

/* Form Title */

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

  
  
    
  


  rgba(17, 28, 85, 1.0)

;
  border-bottom: 2px solid #29399E;
  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: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #33475b;
  font-size: 16px;
}

/* Help Text - Legends */

.hs-form-field legend {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
  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: Inter, 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: #111C55;
  font-size: 16px;
  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: #000000;
}

/* 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: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
  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: #29399E;
}

/* Inputs - Select */

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

/* Inputs - Datepicker */

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

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

.hs-datepicker .is-today button.pika-button {
  color: #0b1b80;
}

/* 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: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
}

/* GDPR Text */

.legal-consent-container,
.legal-consent-container .hs-richtext,
.legal-consent-container .hs-richtext p {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
  font-size: 16px;
}

/* 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: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Submit */



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

  
  
    
  


  rgba(41, 57, 158, 1.0)

;
  border: 1px solid #29399E;
  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: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(215, 54, 0, 1.0)

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

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





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



/* Inline thank you message */

.submitted-message {
  background-color: 

  
  
    
  


  rgba(222, 226, 229, 0.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(0, 0, 0, 1)

;
  padding: 10px 10px;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

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

  
  
    
  


  rgba(0, 0, 0, 1)

;
}

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

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

.header {
  background-color: 

  
  
    
  


  rgba(17, 28, 85, 1.0)

;
  
}

.header__container {
  max-width: 1344px;
}

/* 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: #fff;
}

/* 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: #000000;
}

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

.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: #111C55;
}

.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: #616ca5;
}

.header .entry__summary h1 {
  color: #111C55;
}

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

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

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

.header .entry__summary h4 {
  color: #000000;
}

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

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

/* Search Bar */

.header__search.open,
.header__language-switcher.open {
  background-color: #111C55;
}

/* Site Navigation */

.header__navigation:before {
  background-color: rgba(41, 57, 158, 0.95);
}

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

.header__language-switcher .lang_list_class li a {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
  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: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #ffffff;
  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: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(41, 57, 158, 0.0);
  color: #ffffff;
  font-size: 16px;
  opacity: 1;
}

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

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

  
  
    
  


  rgba(17, 28, 85, 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: #ffffff;
}

.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(17, 28, 85, 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: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(41, 57, 158, 0.0);
  color: #ffffff;
  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: #ffffff;
}

/* 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(17, 28, 85, 1.0)

;
  border-top-color: #29399E;
}

.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(17, 28, 85, 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: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(41, 57, 158, 0.0);
  color: #ffffff;
}

.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: #ffffff;
}

.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(17, 28, 85, 1.0)

;
}

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

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

  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: #ffffff;
  }

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

  
  
    
  


  rgba(17, 28, 85, 1.0)

;
  }

  .header .navigation-primary .submenu.level-1 {
    background-color: 

  
  
    
  


  rgba(17, 28, 85, 1.0)

;
  }

  .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(17, 28, 85, 1.0)

 !important;
  }
}

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

.footer {
  background-color: 

  
  
    
  


  rgba(14, 22, 68, 1.0)

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

/* 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: #fff;
}

/* 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: #000000;
}

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

.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: #111C55;
}

.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: #616ca5;
}

.footer .entry__summary h1 {
  color: #111C55;
}

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

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

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

.footer .entry__summary h4 {
  color: #000000;
}

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

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

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

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

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

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

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

  
  
    
  


  rgba(242, 244, 246, 0.0)

;
  color: #89bc21;
}

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

  
  
    
  


  rgba(41, 57, 158, 0.0)

;
  color: #ffffff;
}

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

.footer__copyright-bar {
  font-family: Inter, 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: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-weight: 700;
}

/* Blog Listing */

.blog-navigation .blog-navigation__text {
  font-family: 'Josefin Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #111C55;
}

/* Blog Pagination */

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

/* Blog Post */


.blog-post__title {
  font-family: 'Josefin Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #111C55;
  font-size: 30px;
  letter-spacing: 0px;
  text-transform: none;
}


.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: #111C55;
  font-family: Inter, sans-serif;
  font-weight: 700;
  margin-bottom:24px;
}

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

/* Error Pages - Global */

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

/* System Pages - Global */

.hs-search-results__title {
  font-family: 'Josefin Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #111C55;
}

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

/* Forms in System Pages */

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

/* 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: #29399E;
  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: #29399E;
}

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

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: #29399E;
}

body .statistic__info {
  color: #29399E;
}

/* Testimonial slider */

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

body .tns-nav .tns-nav-active {
  background-color: #29399E;
}

.testimonial__module {
  border-top-color: #29399E !important;
}

.testimonial__module__text:before {
  background-color: #29399E !important;
}

/* Card section */

.cards__card.card,
.card.pricing-card {
  border-top-color: #29399E;
}

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

/* Latest posts */

.news_listing__featured_image-wrapper {
  border-bottom-color: #29399E !important;
}

.news_listing__wrapper .tns-nav .tns-nav-active {
  background-color: #29399E !important;
}

/* Pricing card */

.card-body svg {
  fill: #000000;
}




/* Update Video Css  */
.termly-styles-module-solid-c8da16.termly-styles-module-primary-8db45b { justify-content: center !important; }
.termly-styles-module-outline-171ca9.termly-styles-module-primary-8db45b {  justify-content: center !important; }
.video { position: relative; padding-bottom: 56.25%; / 16:9 / padding-top: 25px; height: 0; }
.video iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
html { font-size: 100%; }
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box }
body { font-family: 'Inter', sans-serif; color:#111C55; }
.row-fluid [class*="span"].no-height { min-height: auto }
.container{ max-width: 1200px;width:100%; margin-left: auto; margin-right: auto; padding-left: 16px; padding-right: 16px; float: none; box-sizing: border-box; }
.container:after,
.row-fluid .container[class*="span"]:after { clear: both; content: ""; display: table }
.row { margin-right: -16px; margin-left: -16px }
.text-center { text-align: center }
.text-left { text-align: left }
.text-right { text-align: right }
input, button, textarea, select, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"],
input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"],
input[type="search"], input[type="tel"], input[type="color"] { outline: 0; border: 1px solid #111C55; background: #fff; height: 56px; padding: 5px 20px; font-family: 'Inter', sans-serif; border-radius: 0; font-size: 20px; color:#AAAAAA; width: 100% }
input[type=checkbox], input[type=radio] { width: auto; height: auto; border-radius: 0px; }
textarea { padding: 15px 20px; height: 100px; border-radius: 4px; }
input[type=submit], button { width: auto; border: 0; cursor: pointer; background: transparent; font-family: 'Josefin Sans', sans-serif; font-size: 16px; line-height: 16px; font-weight: 700; padding: 16px 16px; text-align: center; letter-spacing: 0.02em; text-transform: uppercase; color:#111C55; display: inline-block; }
input[type=submit]:hover, button:hover { background: #111C55; color:#ffffff; }
ul.hs-error-msgs { margin: 0; padding: 0; list-style: none; float: left; width: 100% }

h1,h2,h3,h4,h5,h6, .h1, .h2, .h3, .h4, .h5, .h6 {width: 100%; display: inline-block;  margin-top:0; font-weight:700; margin-bottom:32px; color:#29399E; }

h1, .h1 { font-size:38px; line-height: 39.9px;font-weight:600; font-family: 'Josefin Sans', sans-serif; }
h2, .h2 { font-size: 32px; font-weight: 700; line-height: 40px; letter-spacing: -0.02em; font-family: 'Josefin Sans', sans-serif;}
h3, .h3 { font-size:24px; line-height: 36px;font-weight: 700; font-family: 'Josefin Sans', sans-serif; }
h4, .h4 { font-size:1.25rem; line-height: 2rem;font-weight: 700; font-family: 'Josefin Sans', sans-serif; }
h5, .h5 { font-size:18px; line-height: 27px;font-weight: 700; font-family: 'Josefin Sans', sans-serif; }
h6, .h6 { font-size:1rem; line-height: 1.5rem;font-weight: 700; font-family: 'Josefin Sans', sans-serif; }
a {color:#111C55;transition:.3s ease-in-out; width: auto; display: inline-block; font-family: 'Inter';font-size: 18px;font-weight: 700;line-height: 20.7px; text-decoration: none; }
/* a:hover{ font-family: 'Inter';font-size: 18px;font-weight: 700} */
p{margin-bottom:16px;margin-top:0;font-size:20px;line-height:32px;font-weight:400;font-family:'inter', sans-serif;color:#111C55;}
p:last-child { margin-bottom:0; }

.py-96{padding:96px 0;}
.py-48{padding:48px 0;}
.pb-96{padding-bottom:96px;}
.pt-96{padding-top:96px;}
.p-0{padding:0;}
.tb_diff{padding:48px 0 120px;}
.section { width: 100%; display: inline-block; vertical-align: top; }
.title, .text, .cta, .content, .image { width: 100%; display: inline-block;  }
.uppercase {text-transform: uppercase;}
.underline{text-decoration:underline;}
.inner-hero-sec {border-bottom: 8px solid #29399E;min-height: 228px;background-position: bottom; background-repeat: no-repeat; background-size: cover; display: flex;align-items: flex-end;padding: 68px 0 0; position: relative; width: 100%; z-index: 1; vertical-align: top; }
.inner-hero-sec .hero-inner {display: flex; align-items: center;justify-content: center;width: 100%; max-width: 640px; margin: 0;min-height:160px; background-color: #89BC21; padding: 24px 40px 20px; margin-bottom: -8px; }
.inner-hero-sec .title { width: 100%; display: inline-block; max-width: 666px; }
.inner-hero-sec .title h1, .inner-hero-sec.blog-post-banner .title div { font-family: 'Josefin Sans'; font-style: normal; font-weight: 600; font-size: 38px; line-height: 39.9px; text-transform: uppercase; color: #FFFFFF; width: 100%; display: inline-block; margin: 0; text-wrap: balance; }
.inner-hero-sec .title span { font-family: 'Josefin Sans'; font-style: normal; font-weight: 400;letter-spacing: 0.02em; font-size: 16px; line-height: 24px; width: 100%; display: inline-block; color: #fff; text-transform: uppercase; margin: 0 0 8px 0; }
.inner-hero-sec.system-banner .title { width: 100%; max-width: 100%; }
.systems-page--search-results h1, .error-page h1{text-transform: uppercase;font-weight: 700;}
.systems-page--search-results a, .error-page a.button.button--simple{color: #111C55;font-family: inter;font-weight: 700;}
.error-page a.button.button--simple:hover{color:#89BC21;}
.systems-page {padding:4rem 0;}
@media(max-width:1199px){
  .py-96{padding:80px 0;}
  .pb-96{padding-bottom:80px;}
  .pt-96{padding-top:80px;}
  .tb_diff{padding:48px 0 80px;}
  .inner-hero-sec { padding: 58px 0 0; }
  .inner-hero-sec .hero-inner {padding: 40px;}
}
@media(max-width:991px){
  .inner-hero-sec .title h1, .inner-hero-sec.blog-post-banner .title div { font-size: 34px; line-height: 38px; }
  .inner-hero-sec { padding: 50px 0 0; }
  .py-48{padding:32px 0;}
  .py-96{padding:60px 0;}
  .pb-96{padding-bottom:60px;}
  .pt-96{padding-top:60px;}
  .tb_diff{padding:48px 0 60px;}
  h1,h2,h3,h4,h5,h6, .h1, .h2, .h3, .h4, .h5, .h6 {margin-bottom:24px;}

}
@media(max-width:767px){
  .systems-page {padding:3rem 0;}
  .py-48{padding:24px 0;}
  p{margin-top:0;font-size:18px;line-height:28px;}
  /*   h1,h2,h3,h4,h5,h6, .h1, .h2, .h3, .h4, .h5, .h6{margin-bottom:20px;} */
  h1, .h1 { font-size:32px; line-height: 40px;}
  h2, .h2 { font-size: 28px;  line-height: 38px; }
  h3, .h3 { font-size:20px; line-height: 30px;}
  h4, .h4 { font-size:18px; line-height: 27px;}
  .py-96{padding:40px 0;}
  .pb-96{padding-bottom:40px;}
  .pt-96{padding-top:40px;}
  .tb_diff{padding:32px 0 40px;}
  .custom-banner-area{ position: relative; z-index: 1; }
  .custom-banner-area:after { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0,0,0,0.5); z-index: -1; }\
  .inner-hero-sec .container {width: 100%;}
  .inner-hero-sec { padding: 48px 0 0; }
  .inner-hero-sec .title h1, .inner-hero-sec.blog-post-banner .title div {font-size: 32px;line-height: 36px;}
  .inner-hero-sec .hero-inner {min-height: 130px;padding: 30px;}
}
@media(max-width:480px){
  h1, .h1 { font-size:30px; line-height: 38px;}
  h2, .h2 { font-size: 24px;  line-height: 32px; }
  h3, .h3 { font-size:18px; line-height: 28px;}
  .py-96{padding:32px 0;}  
}
.hs-breadcrumb-menu-wrapper li.hs-breadcrumb-menu-item{font-weight:400;}
.hs-breadcrumb-menu-wrapper li.hs-breadcrumb-menu-item a:hover {text-decoration: none;}


.breadcrumbs { line-height: 0; width: 100%; display: inline-block; background-color: #fff; padding: 32px 0 0; }
.breadcrumbs ul { /*gap: 12px; flex-wrap: wrap; display: flex; align-items: center; */ width: 100%; list-style-type: none; margin: 0; padding: 0; }
.breadcrumbs ul li a, .breadcrumbs ul li span {text-transform: capitalize; color: #29399E; font-size: 16px; font-weight: 400; line-height: 16px; }
.breadcrumbs ul li { margin: 0; display: inline-block; }
.breadcrumbs ul li.link { /*display: flex; align-items: center; gap: 12px;*/ }
.breadcrumbs ul li.last-not { margin-inline: .3em .5em; }
@media(max-width:767px) {
  .breadcrumbs { padding:  20px 0 0; }
  .breadcrumbs ul { /*gap: 6px;*/ }
  .breadcrumbs ul li.link { /*gap: 6px;*/ }
}



.error-page { padding: 10rem 0; position: relative; text-align: center }
.error-page:before { color: #f3f6f9; content: attr(data-error); font-size: 40vw; font-weight: 700; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 100%; z-index: -1 }
@media screen and (min-width:1100px) {
  .error-page:before { font-size: 20rem }
}
.systems-page { margin: 0 auto; max-width: 700px; padding: 3rem 1.4rem }
.systems-page--search-results { max-width: 100% }
.systems-page .header { background-color: transparent; border-bottom: none; padding: 0 }
.systems-page .success { background-color: #cde3cc; border: 1.5px solid #4f7d24; border-radius: 6px; color: #4f7d24; display: inline-block; margin: 1.4rem 0; padding: .1rem .7rem; width: 100% }
.systems-page form input { max-width: 100% }
.systems-page form input[type=submit] { display: block; margin: .7rem 0 }
.hs-search-results__title { font-size: 1.25rem; margin-bottom: .35rem; text-decoration: underline }
.hs-search-results__title:hover { text-decoration: none }
.hs-search-results__description { padding-top: .7rem }
.password-prompt input[type=password] { height: auto !important; margin-bottom: 1.4rem }
.systems-page #hs-login-widget-remember, .systems-page #hs-login-widget-remember~label { display: inline-block; margin-bottom: .175rem }
.systems-page #hs_login_reset { display: block; margin-bottom: .7rem }
.backup-unsubscribe #email-prefs-form div { padding-bottom: 0 !important }
.backup-unsubscribe input[type=email] { font-size: .875rem !important; margin-bottom: 1.4rem; padding: .7rem !important }
#email-prefs-form .item.disabled { cursor: not-allowed; opacity: .6 }
#email-prefs-form .item.disabled input:disabled { cursor: not-allowed }
#hs-membership-form a[class*=show-password] { font-size: .75rem }
.form-input-validation-message ul.hs-error-msgs { margin: 0; padding-left: 0 }
.form-input-validation-message ul.hs-error-msgs li { margin: 0 }
.error-page a.button.button--simple { width: auto; display: inline-block; padding: 8px 32px; font-family: 'inter'; font-style: normal; font-weight: 600; font-size: 16px; line-height: 16px; letter-spacing: 0.02em; text-transform: uppercase; text-decoration: none !important; padding: 12px 16px !important; background-color: #89BC21; color: #fff; border-radius: 0; }
.error-page a.button.button--simple:hover { background-color: #111C55; color: #fff; }
.hs-search-results__title{
  font-family: 'Josefin Sans', sans-serif !important;
  font-style: normal;
  font-weight: normal !important;
  text-decoration: none;}
.custom-blog-listing-wrapper .content-wrapper {max-width: 1200px;}
.blog-index__tag-subtitle {margin-bottom: 20px;}

/* Google reCAPTCHA on HS Forms */
/* Hide Google reCAPTCHA logo until the scrollbars on it are fixed. 7/1/25 - CC:S */
.hs-recaptcha { height:0; margin: 0; overflow: hidden; } 
.hs-recaptcha .input:has(> .grecaptcha-badge) { height:0; overflow: hidden; } 

.footer__main .col4.col form .hs-form-field > label { display: none; }
.footer__main .hs-form-field > label, .footer__main .hs-form-field > label span { color: #fff; }