







/* 1a. Containers */


  



  


/* 1b. Colors */







/* 1c. Typography */





























/* 1d. Buttons */




































/* 1e. Forms */










































/* 1f. Icons */
















/* 1g. Cards */











/* 1h. Tables */













/* 1i. Website header */



























/* 1j. Website footer */













.hs-search-field__suggestions {
/*  color: white;  */
}

.hs-search-field__bar button svg {
 height: 15px !important; 
  margin-top: 3px;
}

.post-pagination {
    display: flex;
    justify-content: space-between; 
    border-top: 1px solid lightgray;
  padding-top: 20px;
}

.prev-post .nav-text a:before {
 content: "< "; 
  font-weight: 700;
}

#hs_cos_wrapper_social_sharing .social-sharing__link {
 margin-bottom: 45px !important; 
}

#hs_cos_wrapper_social_sharing .social-sharing__share-text {
   margin-bottom: 45px !important; 
}

.blog-title-section {
  background-color: #001489;
  color: white; 
  padding: 80px;"
}

.error-section {
 height: 80vh;
  background: #F1F2F1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.error-section h1 {
 color: #001489; 
  margin-bottom: 10px;
}

.error-section h3 {
 color: #E4002B; 
  margin-bottom: 15px;
}

.error-section p {
  padding-bottom: 20px;
}

#hs_cos_wrapper_module_17361948068687 {
 height: max-content;
  position: sticky;
  top: 60px;
}

.blog-post__body h2 {
  color: #001489;
}

.post-pagination a {
 font-weight: 700;
  text-decoration: none !important;
  color: #808080;
}

.post-pagination a:hover {
 font-weight: 700;
  text-decoration: none !important;
}

.blog-post__body h3 {
  color: #001489;
}

.blog-listing__post-content {
 background-color: #F1F2F1;
  padding: 20px !important;
  border-radius: 0px 0px 5px 5px;
}

.related-articles .blog-listing__post-image-wrapper {
  border-radius: 5px 5px 0px 0px !important; 
}

.related-articles .blog-listing__post-image-wrapper img {
 border-radius: 5px 5px 0px 0px !important; 
}

.blog-listing__post-image {
   border-radius: 5px 5px 0px 0px !important;
}

.blog-listing__heading {
 text-align: left !important;
  color: #001489;
}

button.hs-search-field__button {
  border-radius: 0px 5px 5px 0px !important;
}

#widget_1737389362874-input {
 border-radius: 5px 0px 0px 5px !important; 
}

.blog-wrapper {
 max-width: 1600px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 3em;
  padding: 80px 80px;
  position: relative;
}

.blog-content {
 flex-basis: 70%; 
  display: flex;
  flex-direction: column;
}

.blog-post {
  display: flex;
  flex-direction: column;
}

.feature-image {
 margin: 0px 0px 40px 0px; 
}

.related-articles {
 flex-basis: 30%; 
 position: relative;
}

.related-articles #hs_cos_wrapper_related_posts {
   position: sticky;
  top: 75px;
}

.related-articles .blog-listing__post {
 margin-bottom: 1.5em; 
}

.related-articles .blog-listing__header {
 margin-bottom: 0px; 
}

.header__menu-link {
  font-family: apparat, sans-serif !important;
  line-height: 1.2em !important;
}

footer .icon {
 padding: 8px; 
}

footer.footer .hs-menu-wrapper a {
 color: white;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.hs-menu-wrapper ul {
 justify-content: flex-end;
  gap: 1.5em;
  align-items: flex-end;
}

/* Drag and drop layout styles */

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

/* Padding on blog post sections */

.blog-post-section {
  padding: 0;
}

/* .content-wrapper is used for blog post and system templates and .header-wrapper is used for the website header module */

.dnd-section > .row-fluid,
.content-wrapper,
.header__wrapper {
  max-width: 1000px;
}





html {
  font-size: 16px;
}

body {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  background-color: #ffffff;
  color: #707070;
  font-size: 16px;
}

/* Paragraphs */

p {
  font-family: apparat, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 1.4em;
}

li {
  font-family: apparat, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 1.4em;
}

/* Anchors */

a {
  font-family: apparat, sans-serif !important;
  font-weight: 400; text-decoration: underline; font-family: Montserrat, sans-serif; font-style: normal;
  color: #001489;
}

a:hover,
a:focus {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 400; text-decoration: underline;
  color: #E4002B;
}

a:active {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 400; text-decoration: underline;
  color: #ff507b;
}

/* Headings */
h1 {
  font-family: apparat, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 58px;
  text-transform: none;
  line-height: 1.2em;
}

h2 {
  font-family: apparat, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 43px;
  text-transform: none;
  line-height: 1.2em;
}

h3 {
  font-family: apparat, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 22px;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  line-height: 1.2em;
}

h4 {
  font-family: apparat, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  text-transform: none;
  line-height: 1.2em;
}

h5 {
  font-family: 'Source Serif Pro', serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #231f20;
  font-size: 20px;
  text-transform: none;
}

h6 {
  font-family: 'Source Serif Pro', serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #231f20;
  font-size: 16px;
  text-transform: none;
}

/* Blockquotes */

blockquote {
  font-family: 'Source Serif Pro', serif; font-style: normal; font-weight: 600; text-decoration: none;
  border-left-color: #f4f0ec;
  color: #231f20;
  font-size: 24px;
}

blockquote > footer {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  font-size: 16px;
}

/* Horizontal rules */

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





/* Primary button */

button,
.button,
.hs-button {
  border: 1px none #E4002B;

  padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;

  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(228, 0, 43, 1.0)

;
  border-radius: 5px;
  color: #ffffff;
  fill: #ffffff;
  font-size: 16px;
  text-transform: none;
}

button:hover,
button:focus,
button:active,
.button:hover,
.button:focus,
.button:active,
.hs-button:hover,
.hs-button:focus,
.hs-button:active {
  border: 1px none #E4002B;

  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(0, 20, 137, 1.0)

;
  color: #ffffff;
  fill: #ffffff;
}

button:active,
.button:active,
.hs-button:active {
  border: 1px none #E4002B;

  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: rgba(80, 100, 217, 100);
  border-color: #ff507b;
  color: #ffffff;
  fill: #ffffff;
}

/* Secondary button */

.button.button--secondary,
.hs-delete-data__button,
.hs-download-data__button {
  border: 1px solid #E4002B;

  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  border-radius: 0px;
  color: #001489;
  fill: #001489;
  text-transform: none;
}

.button.button--secondary:hover,
.button.button--secondary:focus,
.button.button--secondary:active,
.hs-delete-data__button:hover,
.hs-delete-data__button:focus,
.hs-delete-data__button:active,
.hs-download-data__button:hover,
.hs-download-data__button:focus,
.hs-download-data__button:active {
  border: 1px solid #E4002B;

  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(0, 20, 137, 1.0)

;
  color: #ffffff;
  fill: #ffffff;
}

.button.button--secondary:active,
.hs-delete-data__button:active,
.hs-download-data__button:active {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: rgba(80, 100, 217, 100);
  border: 1px solid #E4002B;

  border-color: #ff507b;
  color: #ffffff;
  fill: #ffffff;
}

/* Simple button */

.button.button--simple {
  font-weight: 400; text-decoration: underline; font-family: Montserrat, sans-serif; font-style: normal;
  color: #001489;
  fill: #001489;
}

.button.button--simple:hover,
.button.button--simple:focus {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 400; text-decoration: underline;
  color: #E4002B;
  fill: #E4002B;
}

.button.button--simple:active {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 400; text-decoration: underline;
  color: #ff507b;
  fill: #ff507b;
}

/* Button sizing */

.button.button--small {
  padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;

  font-size: 14px;
}

.button.button--large {
  padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;

  font-size: 18px;
}





/* Form */

.hsfc-Form,
.hsfc-FormWrapper {
  --hsf-global__font-family: Montserrat;
  --hsf-global__font-size: 1rem;
  --hsf-global__color: #707070;
}

form {
  border: 1px none #f4f0ec;

  padding: 45px;

  background-color: 

  
  
    
  


  rgba(244, 240, 236, 1.0)

;
  border-radius: 0px;
}

.hsfc-Form,
.hsfc-FormWrapper {
  --hsf-background__background-color: 

  
  
    
  


  rgba(244, 240, 236, 1.0)

;
  --hsf-background__padding: 45px;
  --hsf-background__border-style: solid;
  --hsf-background__border-color: #f4f0ec;
  --hsf-background__border-radius: 0px;
  --hsf-background__border-width: 1px;
}

/* Form title */

.form-title {
  border: 1px none #001489;

  padding: 25px;

  font-family: 'Source Serif Pro', serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(0, 20, 137, 1.0)

;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  color: #ffffff;
  font-size: 28px;
  text-transform: ;
}

/* Labels */

form label {
  padding-top: 6px;
padding-right: 0px;
padding-bottom: 6px;
padding-left: 0px;

  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #707070;
  font-size: 16px;
}

.hsfc-Form,
.hsfc-FormWrapper {
  --hsf-field-label__font-family: Montserrat;
  --hsf-field-label__font-size: 16px;
  --hsf-field-label__color: #707070;
  --hsf-erroralert__font-family: var(--hsf-field-label__font-family);
}

/* Help text */

form legend {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #707070;
  font-size: 14px;
}

.hsfc-Form,
.hsfc-FormWrapper {
  --hsf-field-description__font-family: Montserrat;
  --hsf-field-description__color: #707070;
  --hsf-field-footer__font-family: var(--hsf-field-description__font-family);
  --hsf-field-footer__color: var(--hsf-field-description__color);
}

#label-preferred_contact_method-c4b5ed3a-9b5b-4510-b989-d07d1a0d8afe_7056 {
 padding-bottom: 0px; 
}

.hs_preferred_contact_method li {
 margin: 0px !important; 
}

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

form textarea {
   height: 200px;
}

form textarea::placeholder {
      
        font-family: apparat, sans-serif;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    color: #707070;
    font-size: 16px;
 
}

/* Form fields */

form input[type='text'],
form input[type='email'],
form input[type='password'],
form input[type='tel'],
form input[type='number'],
form input[type='search'],
form select,
form textarea {
  border: 1px none #d7d9e3;

  padding: 10px;

  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-radius: 0px;
  color: #707070;
  font-size: 16px;
}

.hsfc-Form,
.hsfc-FormWrapper {
  --hsf-field-input__font-family: Montserrat;
  --hsf-field-input__color: #707070;
  --hsf-field-input__background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  --hsf-field-input__border-color: #d7d9e3;
  --hsf-field-input__border-width: 1px;
  --hsf-field-input__border-style: none;
  --hsf-field-input__border-radius: 0px;
  --hsf-field-input__padding: 10px;

  /* Textarea */
  --hsf-field-textarea__font-family: var(--hsf-field-input__font-family);
  --hsf-field-textarea__color: var(--hsf-field-input__color);
  --hsf-field-textarea__background-color: var(--hsf-field-input__background-color);
  --hsf-field-textarea__border-color: var(--hsf-field-input__border-color);
  --hsf-field-textarea__border-style: var(--hsf-field-input__border-style);
  --hsf-field-textarea__border-radius: var(--hsf-field-input__border-radius);
  --hsf-field-textarea__padding: var(--hsf-field-input__padding);

  /* Checkbox */
  --hsf-field-checkbox__padding: 8px;

  /* Radio */
  --hsf-field-radio__padding: 8px;
}

/* Form fields - placeholders */

::-webkit-input-placeholder {
  color: #d7d9e3;
}

::-moz-placeholder {
  color: #d7d9e3;
}

:-ms-input-placeholder {
  color: #d7d9e3;
}

:-moz-placeholder {
  color: #d7d9e3;
}

::placeholder {
  color: #d7d9e3;
}

.hsfc-Form,
.hsfc-FormWrapper {
  --hsf-field-input__placeholder-color: #d7d9e3;
}

/* Form fields - date picker */

form .hs-dateinput:before {
  right: 10px;
}

form .pika-table thead th {
  background-color: 

  
  
    
  


  rgba(0, 20, 137, 1.0)

;
  color: #ffffff;
}

form td.is-today .pika-button {
  color: #231f20;
}

form .is-selected .pika-button {
  background-color: #f4f0ec;
  color: #231f20;
}

form .pika-button:hover {
  background-color: #001489 !important;
}

/* Headings and 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: 400; text-decoration: none;
  color: #707070;
}

form .hs-richtext a {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #707070;
}

.hsfc-Form,
.hsfc-FormWrapper {
  --hsf-heading__font-family: Montserrat;
  --hsf-heading__color: #707070;
  --hsf-heading__text-shadow: none;
  --hsf-richtext__font-family: Montserrat;
  --hsf-richtext__font-size: 1rem;
  --hsf-richtext__color: #707070;
  --hsf-field-footer__font-family: var(--hsf-field-description__font-family);
  --hsf-field-footer__color: var(--hsf-field-description__color);
}

/* GDPR */

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

/* Submit button */



  form input[type='submit'],
  form .hs-button {
    border: 1px none #E4002B;

    font-family: Montserrat, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(228, 0, 43, 1.0)

;
    border-radius: 5px;
    color: #ffffff;
    text-transform: none;
  }

  form input[type='submit']:hover,
  form input[type='submit']:focus,
  form .hs-button:hover,
  form .hs-button:focus {
    border: 1px none #E4002B;

    font-family: Montserrat, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(0, 20, 137, 1.0)

;
    color: #ffffff;
  }

  form input[type='submit']:active,
  form .hs-button:active {
    border: 1px none #E4002B;

    font-family: Montserrat, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
    background-color: rgba(80, 100, 217, 100);
    border-color: #ff507b;
    color: #ffffff;
  }

  .hsfc-Form,
  .hsfc-FormWrapper {
    --hsf-button__font-family: Montserrat;
    --hsf-button__color: #ffffff;
    --hsf-button__background-color: 

  
  
    
  


  rgba(228, 0, 43, 1.0)

;
    --hsf-button__background-image: none;
    --hsf-button__border-radius: 5px;
    --hsf-button__box-shadow: none;
  }





  form input[type='submit'],
  form .hs-button {
    padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;

    font-size: 16px;
  }

  .hsfc-Form,
  .hsfc-FormWrapper {
    --hsf-button__font-size: 16px;
    --hsf-button__padding: 10px;
  }



/* Inline thank you message */

.submitted-message {
  border-radius: 7px;
  padding: 30px;
  background-color: #001489;
  color: white;
}





/* Default icon (regular/dark) */

.icon {
/*   padding: 15px;
 */
/*   background-color: 

  
  
    
  


  rgba(115, 78, 54, 1.0)

; */
}

.icon svg {
  fill: #ffffff;
  height: 16px;
  width: 16px;
}

/* Light icon */

.icon--light .icon {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.icon--light svg {
  fill: #734e36;
}

/* Size */

.icon--small svg {
  height: 12px;
  width: 12px;
}

.icon--small .icon {
  padding: 10px;

}

.icon--large svg {
  height: 24px;
  width: 24px;
}

.icon--large .icon {
  padding: 25px;

}





/* Table */

table {
  border: 1px solid #d7d9e3;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

th,
td {
  border: 1px solid #d7d9e3;

  padding: 10px;

  color: #231f20;
}

/* Table header */

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(0, 20, 137, 1.0)

;
  color: #ffffff;
}

/* Table footer */

tfoot th,
tfoot td {
  background-color: 

  
  
    
  


  rgba(244, 240, 236, 1.0)

;
  color: #231f20;
}





/* Header container */

.header {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Header content color */

.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,
.header .tabs__tab,
.header .tabs__tab:hover,
.header .tabs__tab:focus,
.header .tabs__tab:active {
  color: #231f20;
}

/* Header top bar */

.header__top {
  background-color: 

  
  
    
  


  rgba(244, 240, 236, 1.0)

;
}

/* Language switcher */

.header__language-switcher-current-label > span {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #231f20;
  font-size: 16px;
  text-transform: none;
}

.header__language-switcher:hover .header__language-switcher-current-label > span,
.header__language-switcher:focus .header__language-switcher-current-label > span {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #000000;
}

.header__language-switcher-child-toggle svg {
  fill: #231f20;
}

/* Language switcher - submenu */

.header__language-switcher .lang_list_class {
  border-color: #d7d9e3;
}

.header__language-switcher .lang_list_class li {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher .lang_list_class a:not(.button) {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #231f20;
  font-size: 16px;
  text-transform: none;
}

.header__language-switcher .lang_list_class a:hover,
.header__language-switcher .lang_list_class a:focus {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #000000;
}

.header__language-switcher .lang_list_class a:active {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Header bottom */

.header__bottom {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Logo */

.header__logo-company-name {
  font-family: 'Source Serif Pro', serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #231f20;
  font-size: 40px;
  text-transform: none;
}

/* Menu */

@media (max-width: 767px) {
  .header__menu--mobile {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
}

/* Menu items */

.header__menu-link {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  text-transform: none;
}

@media (max-width: 767px) {
  .header__menu-item--depth-1 {
    border-top: 1px solid #d7d9e3;
  }
}

/* Menu items - top level */

.header__menu-item--depth-1 > .header__menu-link:not(.button) {
  color: #231f20;
}

.header__menu-item--depth-1 > .header__menu-link:hover,
.header__menu-item--depth-1 > .header__menu-link:focus {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #000000;
}

.header__menu-item--depth-1 > .header__menu-link:active {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #505050;
}

.header__menu-item--depth-1 > .header__menu-link--active-link:not(.button) {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #000000;
}

.header__menu-item--depth-1 .header__menu-child-toggle svg {
  fill: #231f20;
}

/* Menu items - submenus */

.header__menu-submenu .header__menu-item {
  background-color: #F1F2F1 !important;
}

.header__menu-submenu {
  background-color: #F1F2F1 !important;
  border-color: #d7d9e3;
}

.header__menu-submenu .header__menu-link:not(.button) {
  color: #231f20;
}

.header__menu-submenu .header__menu-item:hover,
.header__menu-submenu .header__menu-item:focus {
  background-color: #F1F2F1;
  border-radius: 5px;
}

.header__menu-submenu .header__menu-link:hover,
.header__menu-submenu .header__menu-link:focus {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #000000;
}

.header__menu-submenu .header__menu-link:active {
/*   background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

; */
}

.header__menu-submenu .header__menu-link--active-link:not(.button) {
  color: ;
/*   background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

; */
}

/* Menu icons */

.header__menu-toggle svg {
  fill: #231f20;
}





/* Footer container */

.footer {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Footer content color */

.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,
.footer .tabs__tab,
.footer .tabs__tab:hover,
.footer .tabs__tab:focus,
.footer .tabs__tab:active {
  color: #231f20;
}

.footer hr {
  border-bottom-color: #231f20 !important;
}

/* Footer menu */

.footer .hs-menu-wrapper a {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #231f20;
  font-size: 16px;
  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: normal; text-decoration: none;
  color: #C8C9C7;
  font-weight: 600;
}

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

.footer .hs-menu-wrapper .active > a {
  color: white;
  text-decoration: underline;
}






/* Dark card */

.card--dark {
  border: 1px solid #231f20;

  background-color: 

  
  
    
  


  rgba(35, 31, 32, 1.0)

;
  border-radius: 0px;
  color: #ffffff;
}

.card--dark summary,
.card--dark p,
.card--dark h1,
.card--dark h2,
.card--dark h3,
.card--dark h4,
.card--dark h5,
.card--dark h6,
.card--dark a:not(.button),
.card--dark span,
.card--dark div,
.card--dark li,
.card--dark blockquote {
  color: #ffffff;
}

/* Light card */

.card--light {
  border: 1px solid #d7d9e3;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-radius: 0px;
  color: #231f20;
}

.card--light summary,
.card--light p,
.card--light h1,
.card--light h2,
.card--light h3,
.card--light h4,
.card--light h5,
.card--light h6,
.card--light a:not(.button),
.card--light span,
.card--light div,
.card--light li,
.card--light blockquote {
  color: #231f20;
}





/* Error templates */

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

/* System templates */

#email-prefs-form,
#email-prefs-form h1,
#email-prefs-form h2 {
  color: #707070;
}

/* Search template */

.hs-search-results__title {
  font-size: 32px;
}

/* Backup unsubscribe template */

.backup-unsubscribe input[type='email'] {
  font-size: 16px !important;
  padding: 10px!important;
;
}





/* Accordion */

.accordion__summary,
.accordion__summary:before {
  font-family: 'Source Serif Pro', serif; font-style: normal; font-weight: 600; text-decoration: none;
  font-size: 24px;
}

.card--dark .accordion__summary:before {
  color: #ffffff;
}

.card--light .accordion__summary:before {
  color: #231f20;
}

/* Blog listing, recent posts, related posts, and blog post */

.blog-listing__post-title {
  text-transform: none;
}

.blog-listing__post-title-link {
  font-family: 'Source Serif Pro', serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #231f20;
}

.blog-listing__post-title-link:hover,
.blog-listing__post-title-link:focus {
  font-family: 'Source Serif Pro', serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #000000;
}

.blog-listing__post-title-link:active {
  font-family: 'Source Serif Pro', serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #736f70;
}

.blog-listing__post-tag {
  color: #707070;
}

.blog-listing__post-tag:hover,
.blog-listing__post-tag:focus {
  color: #202020;
}

.blog-listing__post-tag:active {
  color: #c0c0c0;
}

.blog-listing__post-author-name,
.blog-post__author-name {
  color: #707070;
}

.blog-listing__post-author-name :hover,
.blog-listing__post-author-name :focus,
.blog-post__author-name:hover,
.blog-post__author-name:focus {
  color: #202020;
}

.blog-listing__post-author-name :active,
.blog-post__author-name:active {
  color: #c0c0c0;
}

/* Image gallery */

.image-gallery__close-button-icon:hover,
.image-gallery__close-button-icon:focus {
  background-color: rgba(35, 0, 0, 1.0);
}

.image-gallery__close-button-icon:active {
  background-color: rgba(195, 158, 134, 1.0);
}

.icon--light .image-gallery__close-button-icon:hover,
.icon--light .image-gallery__close-button-icon:focus {
  background-color: rgba(175, 175, 175, 1.0);
}

.icon--light .image-gallery__close-button-icon:active {
  background-color: rgba(255, 255, 255, 1.0);
}

/* Pagination */

.pagination__link-icon svg {
  fill: #001489;
  height: 16px;
  width: 16px;
}

.pagination__link:hover .pagination__link-icon svg,
.pagination__link:focus .pagination__link-icon svg {
  fill: #E4002B;
}

.pagination__link:active .pagination__link-icon svg {
  fill: #5064d9;
}

.pagination__link--active {
  border-color: #d7d9e3
}

/* Pricing card */

.pricing-card__heading {
  background-color: #001489;
}

/* Social follow and social sharing */

.social-follow__icon:hover,
.social-follow__icon:focus,
.social-sharing__icon:hover,
.social-sharing__icon:focus {
  background-color: rgba(35, 0, 0, 1.0);
}

.social-follow__icon:active,
.social-sharing__icon:active {
  background-color: rgba(195, 158, 134, 1.0);
}

.icon--light .social-follow__icon:hover,
.icon--light .social-follow__icon:focus,
.icon--light .social-sharing__icon:hover,
.icon--light .social-sharing__icon:focus {
  background-color: rgba(175, 175, 175, 1.0);
}

.icon--light .social-follow__icon:active,
.icon--light .social-sharing__icon:active {
  background-color: rgba(255, 255, 255, 1.0);
}

/* Tabs */

.tabs__tab,
.tabs__tab:hover,
.tabs__tab:focus,
.tabs__tab:active {
  border-color: #707070;
  color: #707070;
}

/* cs_metrics -- default module */
.cs-metric .cs-metric__data {
  font-family: Source Serif Pro;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  
  .blog-title-section {
  background-color: #001489;
  color: white; 
  padding: 80px 40px;"
}
  
  .error-section {
 height: 72vh;
  background: #F1F2F1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.error-section h1 {
 color: #001489; 
  margin-bottom: 10px;
}

.error-section h3 {
 color: #E4002B; 
  margin-bottom: 15px;
}

.error-section p {
  padding-bottom: 20px;
}
  
  .blog-wrapper {
   padding: 60px 40px;
    gap: 2em;
  }
  
  .related-articles h2 {
   font-size: 28px; 
  }
  
  #hs_cos_wrapper_module_17361948068687 {
   top: 40px; 
  }
  
  #hs_cos_wrapper_module_17361948068687 .blog-listing__post-image-wrapper img {
    height: 120px !important;
  }
  
  .header__menu-link {
   font-size: 13px; 
  }

footer .footer-row-0-padding {
  padding: 50px 40px !important;
  }
  
  footer .footer-row-1-padding {
    padding: 0px 40px 10px 40px !important;
  }
  
  footer.footer .hs-menu-wrapper a {
   font-size: 13px; 
  }
  
  .hs-menu-wrapper ul {
    gap: 1.25em;
  }
  
  p {
  font-family: apparat, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 1.4em;
}

/* Anchors */

a {
  font-weight: 400; text-decoration: underline; font-family: Montserrat, sans-serif; font-style: normal;
  color: #001489;
}

a:hover,
a:focus {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 400; text-decoration: underline;
  color: #E4002B;
}

a:active {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 400; text-decoration: underline;
  color: #ff507b;
}

/* Headings */
h1 {
  font-family: apparat, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 58px;
  text-transform: none;
  line-height: 1.2em;
}

h2 {
  font-family: apparat, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 43px;
  text-transform: none;
  line-height: 1.2em;
}

h3 {
  font-family: apparat, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 22px;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  line-height: 1.2em;
}

h4 {
  font-family: apparat, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  text-transform: none;
  line-height: 1.2em;
}

h5 {
  font-family: 'Source Serif Pro', serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #231f20;
  font-size: 20px;
  text-transform: none;
}

h6 {
  font-family: 'Source Serif Pro', serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #231f20;
  font-size: 16px;
  text-transform: none;
}
  
}

@media screen and (max-width: 767px) {
  
  .blog-title-section {
  background-color: #001489;
  color: white; 
  padding: 80px 25px;"
}
  
   .error-section {
 height: 72vh;
  background: #F1F2F1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.error-section h1 {
 color: #001489; 
  margin-bottom: 10px;
}

.error-section h3 {
 color: #E4002B; 
  margin-bottom: 15px;
}

.error-section p {
  padding-bottom: 20px;
}
  
  .blog-wrapper {
   padding: 0px;
    gap: 3em;
    flex-direction: column;
  }
  
  .blog-post-section {
   padding: 25px 25px 0px 25px; 
  }
  
  .related-articles {
    padding: 45px 25px 25px 25px;
  }
  
  .related-articles h2 {
   font-size: 28px; 
  }
  
  #hs_cos_wrapper_module_17361948068687 {
   position: relative;
    top: 0px;
  }
  
  #hs_cos_wrapper_module_17361948068687 .blog-listing__post-image-wrapper img {
    height: 180px !important;
  }
  
  input[type="search"]::-webkit-search-cancel-button {
  display: block;
  appearance: auto; /* Ensure default behavior */
}
  
  .portfolio-gallery {
   padding-bottom: 45px !important; 
  }

footer .footer-row-0-padding {
  padding: 50px 20px !important;
  }
  
  footer .footer-row-1-padding {
    padding: 0px 20px 10px 20px !important;
  }
  
  .header__menu-toggle__close path {
  stroke="white";
  stroke-width="40" 
}
  
  #hs-link-footer-module-7_hs_logo_widget img {
    width: 185px !important;
    height: auto;
    margin: 0 auto;
  }
  
  #hs_cos_wrapper_footer-module-7 {
   width: max-content;
    margin: 0 auto;
  }
  
  .hs-menu-wrapper ul {
   justify-content: center; 
   gap: 0em;
    align-items: center;
    margin-top: 35px;
    margin-bottom: 20px;
  }
  
  footer .hs-menu-wrapper li {
   margin-bottom: 10px; 
  }
  
  footer #hs_cos_wrapper_widget_1731423253250 .social-follow {
   justify-content: center; 
  }
  
  footer p {
   text-align: center; 
  }
  
  .header__menu-submenu .header__menu-item:hover,
.header__menu-submenu .header__menu-item:focus {
  background-color: white;
  border-radius: 5px;
}
  
  p {
  font-family: apparat, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.4em;
}
  
   li {
  font-family: apparat, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.4em;
}

/* Anchors */

a {
  font-weight: 400; text-decoration: underline; font-family: Montserrat, sans-serif; font-style: normal;
  color: #001489;
}

a:hover,
a:focus {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 400; text-decoration: underline;
  color: #E4002B;
}

a:active {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 400; text-decoration: underline;
  color: #ff507b;
}

/* Headings */
h1 {
  font-family: apparat, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 36px;
  text-transform: none;
  line-height: 1.2em;
}

h2 {
  font-family: apparat, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 30px;
  text-transform: none;
  line-height: 1.2em;
}

h3 {
  font-family: apparat, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  line-height: 1.2em;
}

h4 {
  font-family: apparat, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  text-transform: none;
  line-height: 1.2em;
}

h5 {
  font-family: 'Source Serif Pro', serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #231f20;
  font-size: 20px;
  text-transform: none;
}

h6 {
  font-family: 'Source Serif Pro', serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #231f20;
  font-size: 16px;
  text-transform: none;
}
  
}