







/* 1a. Containers */




/* 1b. Colors */






/* 1c. Typography */




/* Body Text */







/* Heading One */








/* Heading Two */








/* Heading Three */








/* Heading Four */








/* Heading Five */








/* Heading Six */








/* Anchor */






/* 1d. Buttons */

/* General Button */






/* Dark Button Filled and Outlined */

























/* Dark Button Filled */












/* 1e. Forms */







































/* 1f. Tables */












/* 1g. Website header */





















/* 1h. Website footer */




























.content-wrapper {
  max-width: 1290px;
}
.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 1rem;
}
.dnd-section > .row-fluid {
  max-width: 1290px;
}




body {
  background-color: #FFFFFF;
}

/* Paragraphs */

body, html,p {
  font-weight: 400; text-decoration: none; font-family: Roboto, sans-serif; font-style: normal;
  color: #53535B;
  font-size: 16px;
  letter-spacing: 0.1px;
  line-height: 26px;
}

/* Anchors */


a { 
  font-weight: 500; text-decoration: none; font-family: Roboto, sans-serif; font-style: normal;
  font-size: 16px;
  color: #1a428a;
  line-height: 24px;
}

a:not(.in-btn,.in-blog__author-name,.blog-related-posts__title-link,.menu__link):hover,
a:not(.in-btn,.in-blog__author-name,.blog-related-posts__title-link,.menu__link):focus {
  color: #1a428a;
}

a:not(.in-btn,.in-blog__author-name,.blog-related-posts__title-link):active {
  color: #1a428a;
}

/* Headings */

h1 {
  font-weight: 500; text-decoration: none; font-family: Roboto, sans-serif; font-style: normal;
  color: #030303;
  font-size: 38px;
  letter-spacing: -1px;
  line-height: 48px;
  text-transform: none;
}

h2 {
  font-weight: 500; text-decoration: none; font-family: Roboto, sans-serif; font-style: normal;
  color: #030303;
  font-size: 32px;
  letter-spacing: 0.5px;
  line-height: 40px;
  text-transform: none;
}

h3 {
  font-weight: 500; text-decoration: none; font-family: Roboto, sans-serif; font-style: normal;
  color: #030303;
  font-size: 24px;
  letter-spacing: -0.5px;
  line-height: 32px;
  text-transform: none;
}

h4 {
  font-weight: 500; text-decoration: none; font-family: Roboto, sans-serif; font-style: normal;
  color: #030303;
  font-size: 20px;
  letter-spacing: 0.5px;
  line-height: 24px;
  text-transform: none;
}

h5,
.in-card__title a,
.in-team-card__name a,
.in-communication-preferences .header {
  font-weight: 500; text-decoration: none; font-family: Roboto, sans-serif; font-style: normal;
  color: #030303;
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height: 22px;
  text-transform: none;
}

h6,
.systems-page .success {
  font-weight: 500; text-decoration: none; font-family: Roboto, sans-serif; font-style: normal;
  color: #030303;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 20px;
  text-transform: none;
}

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 64px;
    line-height: 74px;
  }

  h2 {
    font-size: 48px;
    line-height: 56px;
  }

  h3 {
    font-size: 40px;
    line-height: 43px;
  }

  h4 {
    font-size: 32px;
    line-height: 35px;
  }

  h5,
  .in-card__title a,
  .in-team-card__name a,
  .in-communication-preferences .header {
    font-size: 24px;
    line-height: 26px;
  }

  h6,
  .systems-page .success {
    font-size: 20px;
    line-height: 24px;
  }

  body, html,p {
    font-size: 16px;
    line-height: 26px;
  }
}

/* Blockquote */

blockquote {
  background: #F8FAFC;
}




.in-btn {
  padding-top: 9px;
padding-right: 20px;
padding-bottom: 9px;
padding-left: 20px;

  border-radius: 40px;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
}
/* Dark Button Filled */
.in-btn.in-btn--filled-dark {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  border: 2px solid #1a428a;
;
  background-color: #1a428a;
  color: #ffffff;
}
.in-btn.in-btn--filled-dark svg path {
  fill: #ffffff;
}
.in-btn.in-btn--filled-dark:hover {
  border: 2px solid #1a428a;
;
  background-color: #FFFFFF;
  color: #1a428a;
}
.in-btn.in-btn--filled-dark:hover svg path {
  fill: #1a428a;
}
.in-btn.in-btn--filled-dark:focus,
.in-btn.in-btn--filled-dark:active {
  border: 2px solid #1a428a;
;
  background-color: #FFFFFF;
  color: #1a428a;
}
.in-btn.in-btn--filled-dark:focus svg path,
.in-btn.in-btn--filled-dark:active svg path {
  fill: #1a428a;
}
/* Animation */
.in-btn.in-btn--filled-dark.in-btn-animation:hover::before {
  background-color: #FFFFFF;
}
.in-btn.in-btn--filled-dark.in-btn-animation:hover {
  background-color: unset;
  color: #1a428a;
}
/* Dark Button Outlined */
.in-btn.in-btn--outlined-dark {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  border: 2px solid #1a428a;
;
  background-color: rgba(255, 255, 255, 0%);
  color: #1a428a;
}
.in-btn.in-btn--outlined-dark svg path {
  fill: #1a428a;
}
.in-btn.in-btn--outlined-dark:hover {
  border: 2px solid #1a428a;
;
  background-color: #1a428a;
  color: #FFFFFF;
}
.in-btn.in-btn--outlined-dark:hover svg path {
  fill: #FFFFFF;
}
.in-btn.in-btn--outlined-dark:focus,
.in-btn.in-btn--outlined-dark:active {
  border: 2px solid #1a428a;
;
  background-color: #1a428a;
  color: #FFFFFF;
}
.in-btn.in-btn--outlined-dark:focus svg path,
.in-btn.in-btn--outlined-dark:active svg path {
  fill: #FFFFFF;
}

/* Animation */
.in-btn.in-btn--outlined-dark.in-btn-animation:hover::before {
  background-color: #1a428a;
}

.in-btn.in-btn--outlined-dark.in-btn-animation:hover {
  background-color: unset;
  color: #FFFFFF;
}
/* Light Button Filled  */
.in-btn.in-btn--filled-light {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  border: 2px solid #FFFFFF;
;
  background-color: #FFFFFF;
  color: #1a428a;
}
.in-btn.in-btn--filled-light svg path {
  fill: #1a428a;
} 
.in-btn.in-btn--filled-light:hover {
  border: 2px solid #1a428a;
;
  background-color: #1a428a;
  color: #FFFFFF;
}
.in-btn.in-btn--filled-light:hover svg path {
  fill: #FFFFFF;
} 
.in-btn.in-btn--filled-light:active, 
.in-btn.in-btn--filled-light:focus {
  border: 2px solid #1a428a;
;
  background-color: #1a428a;
  color: #FFFFFF;
}
.in-btn.in-btn--filled-light:active svg path, 
.in-btn.in-btn--filled-light:focus svg path {
  fill: #FFFFFF;
}

/* Animation */
.in-btn.in-btn--filled-light.in-btn-animation:hover::before {
  background-color: #1a428a;
}
.in-btn.in-btn--filled-light.in-btn-animation:hover {
  background-color: unset;
  color: #FFFFFF;
}



/* Form */
form {
  border: 1px none #BCBCBC;

  padding: 20px;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-radius: 8px;
}
.in-form .in-form--form {
  border-radius: 8px;
}
.form-title + div > form,
.in-form--form > span > .form-title + div > form {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.form-title + div > form,
.in-form--form > span > .form-title + div > form {
  border-radius: 0 0 8px 8px;
}
/* Form Title */
.form-title {
  border: 1px none #ffffff;

  padding: 20px;

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

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  color: #030303;
  font-size: 32px;
  letter-spacing: 0.5px;
  line-height: 35px;
  text-transform: none;
}
/* Labels */
form label {
  padding: 0px;

  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #53535B;
  font-size: 16px;
  letter-spacing: 0.1px;
  line-height: 26px;
  text-transform: none;
}
/* Help text */
form legend {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #53535B;
  font-size: 14px;
}
/* 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 solid #D7D9E3;
;
  padding: 10px;
;
  font-weight: 400; text-decoration: none; font-family: Roboto, sans-serif; font-style: normal;
  line-height: 26px;
  background-color: 

  
  
    
  


  rgba(250, 249, 246, 1.0)

;
  border-radius: 8px;
  color: #53535B;
}
form input[type='text']:focus,
form input[type='email']:focus,
form input[type='password']:focus,
form input[type='tel']:focus,
form input[type='number']:focus,
form input[type='search']:focus,
form select:focus,
form textarea:focus {
  border-color: #1a428a;
}
/* Form fields - placeholders */
::-webkit-input-placeholder {
  color: #53535B;
}
::-moz-placeholder {
  color: #53535B;
}
:-ms-input-placeholder {
  color: #53535B;
}

:-moz-placeholder {
  color: #53535B;
}
::placeholder {
  color: #53535B !important;
}
/* Form fields - date picker */
form .hs-dateinput:before {
  right: 10px;
}
form .pika-table thead th {
  background-color: 

  
  
    
  


  rgba(26, 66, 138, 1.0)

;
  color: #ffffff;
}

form td.is-today .pika-button {
  color: #1a428a;
}
form .is-selected .pika-button {
  background-color: #ffffff;
  color: #1a428a;
}
form .pika-button:hover {
  background-color: #1a428a !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: Roboto, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #53535B;
}

/* GDPR */
form .legal-consent-container,
form .legal-consent-container span,
form .legal-consent-container p,
form .legal-consent-container .hs-richtext,
form .legal-consent-container .hs-richtext p {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #53535B;
  font-size: 14px;
}

/* Submit button */
form input[type=submit],
form .hs-button,
form .hs-button.primary {
  border: 2px solid #1a428a;

  font-family: Roboto, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  padding-top: 9px;
padding-right: 20px;
padding-bottom: 9px;
padding-left: 20px;

  border-radius: 40px;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  background: #1a428a;
  color: #ffffff;
}
form input[type=submit]:hover,
form .hs-button:hover,
form .hs-button.primary:hover {
  border: 2px solid #1a428a;

  background: #FFFFFF;
  color: #1a428a;
}
body form input[type=submit]:focus,
body form .hs-button:focus,
form input[type=submit]:active,
form .hs-button:active {
  border: 2px solid #1a428a;
;
  background-color: #FFFFFF;
  color: #1a428a;
}
.hs-form__alerts__list-item--error,
.hs-error-msgs .hs-main-font-element,
.hs-error-msg {
  padding-top: 10px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;

  font-family: Roboto, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #DB524E;
  font-size: 16px;
  letter-spacing: 0.1px;
  line-height: 26px;
  text-transform: none;
}
.hs-form .hs-input[type="radio"]:checked:before,
.hs-form .hs-input[type=checkbox]:checked {
  background: #1a428a;
}
.hs-form .hs-input[type="radio"]:checked {
  border-color: #1a428a;
}
.hs-form .hs-input[type=checkbox]:checked {
  border: 1px solid #1a428a;
}



/* Table */
table {
  border: 1px solid #1a428a;
;
}

/* Table cells */
tbody td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
th,
td {
  border: 1px solid #1a428a;

  padding: 10px;
;
  color: #1a428a;
}
/* Table header */
thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(26, 66, 138, 1.0)

;
  color: #ffffff;
}

/* Table footer */
tfoot th,
tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #1a428a;
}




.in-header__top {
  background: #1a428a;
}
.in-header__bottom {
  background: #1a428a;
}
.header,
.in-header {
  background-color: rgba(255, 255, 255,100%);
}
/* Menu items */
.header .menu__link {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
}

/* Menu items - top level */
.header .menu__item--depth-1 > .menu__link:not(.in-btn),
.header .menu__link {
  color: #53535B;
}
.header .menu__item:hover>.menu__link,
.header .menu__item:focus>.menu__link {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #030303;
}

.header .menu__item > .menu__link:active,
.header .menu__item > .menu__link.menu__link--active-link {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #030303;
}

/* Menu items - submenus */
.header .menu__item>.menu__child-toggle .menu__child-toggle-icon,
.header .menu__item>.menu__child-toggle .menu__child-toggle-icon {
  border-bottom: 1px solid #53535B;
  border-right:  1px solid #53535B;
}

.header .menu__item:hover>.menu__child-toggle .menu__child-toggle-icon,
.header .menu__item:focus>.menu__child-toggle .menu__child-toggle-icon {
  border-bottom-color: #030303;
  border-right-color: #030303;
}

/* Language switcher */
.header .header__language-switcher-label-current {
  ;
  color: ;
  font-size: px;
  line-height: px;
  text-transform: ;
}
.header .ac-lang-switcher:hover .header__language-switcher-label-current,
.header .ac-lang-switcher:focus .header__language-switcher-label-current {
  ;
  color: ;
}
/* Language switcher - submenu */
.header .ac-lang-switcher .lang_list_class {
  background-color: #FFFFFF;
}
.header .in-lang-switcher .lang_list_class a:not(.in-btn) {
  color:#53535B;
  font-size: 14px;
  line-height: 22px;
}
.header .in-lang-switcher .lang_list_class a:hover,
.header .in-lang-switcher .lang_list_class a:focus {
  background-color: {color=#FFFFFF, opacity=100, rgba=rgba(255, 255, 255, 1), rgb=rgb(255, 255, 255), hex=#FFFFFF, css=#FFFFFF};
  color: #030303;
}
.header .in-lang-switcher .lang_list_class a:active {
  background-color: #FFFFFF;
  color: #030303;
}
@media only screen and (min-width: 992px) {
  .header .menu__link {
    font-size: 16px;
    line-height: 24px;
  }
  .header .menu__item--depth-1>.menu__child-toggle .menu__child-toggle-icon {
    border-bottom-color: #53535B;
    border-right-color:  #53535B;
  }
  .header .menu .menu__wrapper .menu__submenu {
    background-color: #ffffff;
  }
  .header .menu .menu__wrapper .menu__submenu .menu__item .menu__link,
  .header .hs-menu-item a {
    color: #53535B;
  }
  .header .menu .menu__wrapper .menu__submenu .menu__link:hover,
  .header .menu .menu__wrapper .menu__submenu .menu__link:focus {
    font-family: Roboto, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
    color: #030303;
  }
  .header .menu .menu__wrapper .menu__submenu .menu__link:hover,
  .header .menu .menu__wrapper .menu__submenu .menu__link:focus {
    background-color: #FFFFFF;
  }
  .header .menu .menu__wrapper .menu__submenu .menu__item .menu__child-toggle-icon {
    border-bottom-color: #53535B;
    border-right-color: #53535B;
  }
  .header .menu .menu__wrapper .menu__submenu .menu__item:focus .menu__child-toggle-icon,
  .header .menu .menu__wrapper .menu__submenu .menu__item:hover .menu__child-toggle-icon {
    border-bottom-color: #030303;
    border-right-color: #030303;
  }
  .header .menu .menu__wrapper .menu__submenu .menu__item .menu__link:active,
  .header .menu .menu__wrapper .menu__submenu .menu__item .menu__link.menu__link--active-link {
    color: #030303;
    background-color: #FFFFFF;
  }
  .header .header__language-switcher-label-current {
    font-size: px;
    line-height: px;
  }
  .header .in-lang-switcher .lang_list_class a:not(.in-btn) {
    font-size: 14px;
    line-height: 24px;
  }
  .header .menu__item--depth-1:after,
  .header .menu__item--depth-1:before {
    background-color: #1a428a;
  }}



/* Footer Background  */
.in-footer {
  background: rgba(3, 3, 3,1.0);
}
/* Footer Heading */
.in-footer h1,
.in-footer h2,
.in-footer h3,
.in-footer h4,
.in-footer h5,
.in-footer h6 {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
}
/* Footer text */
.in-footer span,
.in-footer div,
.in-footer p,
.in-footer li:not(.menu__item),
.in-footer blockquote,
.in-footer a:not(.menu__link) {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #fafafa;
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
}

/* Footer menu */
.in-footer nav a,
.in-footer .menu__link {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
}
.in-footer nav a:hover,
.in-footer nav a:focus,
.in-footer .menu__link:hover,
.in-footer .menu__link:focus {
  color: #ffffff;
}
.in-footer nav a:active,
.in-footer .menu__link:active {
  color: #ffffff;
}
.in-footer nav .active > a,
.in-footer .menu__link .active > a {
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .in-footer h1,
  .in-footer h2,
  .in-footer h3,
  .in-footer h4,
  .in-footer h5,
  .in-footer h6 {
    font-size: 24px;
    line-height: 24px;
  }
  .in-footer p,
  .in-footer li,
  .in-footer blockquote,
  .in-footer a:not(.menu__link) {
    font-size: 16px;
    line-height: 24px;
  }

  .in-footer nav a,
  .in-footer .menu__link {
    font-size: 16px;
    line-height: 24px;
  }}




.in-blog-detail,
.blog-header__inner,
.blog-related-posts {
  padding: 80px 0;
}

@media only screen and (max-width: 767px){
  .in-blog-detail,
  .blog-header__inner,
  .blog-related-posts {
    padding: 40.0px 0;
  }}
/* Blog post */

.blog-post__meta a,
.blog-post__timestamp,
.in-blog-detail__sidebar-tags > li > a,
.in-blog-detail__sidebar-post > li > a {
  color: #53535B;
}
/* Blog related posts */
.blog-related-posts__title-link,
.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus,
.blog-related-posts__title-link:active {
  font-weight: 500; text-decoration: none; font-family: Roboto, sans-serif; font-style: normal;
  text-transform: none;
}
.blog-related-posts__title-link {
  color: #030303;
}

.headerSection .headerTop {   
  padding-top:15px; 
  padding-bottom:15px;
}
.blog-related-posts__image {
  border-radius: 16px;
}
/* Blog comments */

.blog-comments {
  /*   margin-bottom: 80px; */
}
#comments-listing .comment-reply-to {
  color: #1a428a;
}
#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: #001a62;
}
#comments-listing .comment-reply-to:active {
  color: #426ab2;
}
.blog-post__body,
.blog-post__body p {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 24px;
}
.blog-post__body img {
  border-radius: 16px;
}
@media only screen and (min-width: 768px) {
  .blog-post__body,
  .blog-post__body p {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 24px;
  }}



.in-subscription-confirmation .page-header h2,
.in-communication-preferences h2 {
  color: #1a428a;
}
.in-search__keyword span {
  color: #1a428a;
}
.in-search-results .hs-search-results__listing li a {
  color: #030303;
}
.in-search-results .hs-search-results__listing li a:hover {
  color: #1a428a;
}
.in-search-results .hs-search-results__pagination a {
  ;
  color: #1a428a;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
}
.backup-unsubscribe input[type=email] {
  border: 1px solid #D7D9E3;

  background-color: 

  
  
    
  


  rgba(250, 249, 246, 1.0)

;
  border-radius: 8px;
  color: #53535B;
}
.hs-search-highlight {
  color: #1a428a;
}



/* Blog listing */
.blog-index__post-title-link,
.blog-index__post-title-link:hover,
.blog-index__post-title-link:focus,
.blog-index__post-title-link:active {
  font-weight: 500; text-decoration: none; font-family: Roboto, sans-serif; font-style: normal;
  text-transform: none;
}
.blog-index__post-title-link {
  color: #030303;
}
.blog-index__post-title-link:hover,
.blog-index__post-title-link:focus {
  color: #000000;
}
.blog-index__post-title-link:active {
  color: #2b2b2b;
}
.blog-index__post-tag,
.blog-index__post-author-name,
.blog-index__post-tag:hover,
.blog-index__post-author-name:hover {
  color: #53535B;
}

.in-blog__sidebar .hs-highlight-title,
.in-blog-detail__sidebar .hs-highlight-title  {
  color: #1a428a;
  font-weight: 600;
}
.in-blog-detail__sidebar-tags > li > a:hover,
.in-blog-detail__sidebar-post > li > a:hover {
  color: #1a428a
}
/* Blog pagination */
.pagination__link-text,
.pagination__link--number {
  color: #53535B;
}
.pagination__link:hover .pagination__link-text,
.pagination__link:focus .pagination__link-text,
.pagination__link--number:hover,
.pagination__link--number:focus {
  color: #2b2b33;
}
.pagination__link:active .pagination__link-text,
.pagination__link--number:active {
  color: #7b7b83;
}
.pagination__link-icon svg {
  fill: #53535B;
}
/* Pricing card */
.card__price {
  font-weight: 500; text-decoration: none; font-family: Roboto, sans-serif; font-style: normal;
  color: #030303;
  font-size: 40px;
}
.card__body svg {
  fill: #1a428a;
}
/* Social follow */
.social-links__icon {
  background-color: #1a428a;
}
.social-links__icon:hover,
.social-links__icon:focus {
  background-color: #001a62;
}
.social-links__icon:active {
  background-color: #426ab2;
  font-weight: 500; text-decoration: none; font-family: Roboto, sans-serif; font-style: normal;
  color: #030303;
  font-size: 40px;
}
.in-listing-card__column,
.in-listing-grid__column {
  border: 2px solid rgba(26, 66, 138,0.16);
}
.in-listing-card__title-wrap span,
.in-listing-grid__title-wrap span {
  background: rgba(26, 66, 138,0.16);
  color: #1a428a; 
}
/* Sections  */
.in-git {
  background-color: #1a428a;
}
.footer {
    background-color: #19191b;
}
.footer .footerTop {
    padding: 60px 0px;
}
.footer .footerLogoGallery {
    background: #e4e5e9;
    padding: 20px 0;
}
.content-wrapper {
    max-width: 1200px;
}
.content-wrapper {
    margin: 0 auto;
    padding: 0 1rem !important;
}
.d-flex {
    display: flex;
    flex-wrap: wrap;
}
.footerCol {
    padding-right: 30px;
}
.w25 {
    width: 25%;
}
.footer .footerLogoGallery {
    background: #e4e5e9;
    padding: 20px 0;
}
.footer .footerLogoGallery .galleryParent {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    align-items: center;
}
.footer .footerLogoGallery .logoImage {
    margin: 0 10px;
    text-align: center;
}
.footer a, .footer a:hover {
    color: #e4e5e9;
}
.bottomParent {
    height: 100%;
    justify-content: center;
    align-items: center;
}
.footer .footerBottom p {
    padding: 18px 0;
    line-height: 1.5;
    margin: 0px !important;
}
.footer .footerBottom a, 
.footer .footerBottom p {
    color: #fff;
    font-weight: normal;
    font-size:12px;
    text-align: center;
}
.footer .footerBottom a{
  text-decoration:underline;
}
.footer .footerLogoGallery .logoImage:nth-child(4) > a {
    width: 150px;
    height: 69px;
    overflow: hidden;
    display: block;
    position: relative;
    text-align: center;
    text-decoration: none;
}
.footer .columnTitle h5 {
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1;
    font-size:18px;
}
.footer .colContent p {
    font-size: 13px;
    line-height: 1.4;
    padding: 4px 0;
    margin-bottom: 10px;
}
.footer .socialLinks ul {
    display: flex;
    flex-wrap: wrap;
}
.footer .socialLinks ul li {
    margin-right: 10px;
    list-style-type: none;
    font-size: 13px;
    line-height: 1.4;
    padding: 4px 0;
}
.footer .socialLinks ul li a {
    display: inline;
    font-size: 13px;
    line-height: 1.4;
    padding: 4px 0;
}
.footer .socialLinks ul li a i {
    font-size: 20px;
    border-radius: 50px;
    line-height: 34px!important;
    width: 34px;
    height: 34px;
    text-align: center;
    font-family: 'FontAwesome';
}
.footer .privacyBox ul li a {
    font-size: 13px;
    line-height: 1.4;
    padding: 4px 0;
    margin-top: 10px;
    text-decoration: underline;
    display: block;
    text-decoration: underline !important;
}
.footer .socialLinks ul li a i, 
.footer .socialLinks ul li a:hover i {
    background-color: #e4e5e9;
    color: #000;
}
.footer h1, 
.footer h2, 
.footer h3, 
.footer h4, 
.footer h5, 
.footer h6, 
.footer img, 
.footer label, 
.footer li, 
.footer p, 
.footer span {
    color: #fff;
    
}
.noListStyle ul, 
.listStyle ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer .hs-menu-wrapper li:before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    border-top: 1px solid #e4e5e9;
    border-right: 1px solid #e4e5e9;
    transform: rotate(45deg);
    top: 10px;
}

.footer .hs-menu-wrapper li:after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    border-top: 1px solid #e4e5e9;
    border-right: 1px solid #e4e5e9;
    transform: rotate(45deg);
    top: 10px;
    left: 3px;

}
.hs-menu-wrapper ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.footer .hs-menu-wrapper li{
    position: relative;
    line-height: 1.4;
    width: 100%;
}
.footer .hs-menu-wrapper li a {
    margin-left: 15px;
    line-height: 1.4;
    padding: 4px 0;
}
.footer .hs-menu-wrapper a {
    font-weight: 400 !important;
    font-size: 13px !important;
}
.footer .hs-menu-wrapper li {
   border-bottom: 1px solid #316fde;
}
.footer .postLink ul li {
    line-height: 1.4;
    margin-bottom: 5px;
}
.footer .postLink ul li a {
    font-size: 13px;
    line-height: 1.4;
    font-weight: 700;
    padding: 4px 0;
}
.footer .footerLogoGallery .logoImage:nth-child(4) > a:hover > img {
    margin-left: -150px;
}
.footer .footerLogoGallery .logoImage:nth-child(4) > a > img {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 0;
    max-width: 200%;
}
.body-container-wrapper .landing-page {
    padding: 0;
}
.landing-page .in-btn__text {
    text-transform: capitalize;
}
.headMenu .hs-menu-wrapper>ul>li>a
@media (min-width: 1380px){
  .content-wrapper {
      padding: 0;
  }}
@media (max-width: 991px){
.footer .footerCol:first-child {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}
  .footer .footerCol {
    width: 33.33%;
}
.footer .footerLogoGallery .logoImage {
    padding: 10px 5px;
}}
@media (max-width: 575px){
.footer .footerCol {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}}
@media (max-width: 768px){
.headMenu .hs-menu-wrapper>ul>li>a{
  font-size: 14px !important;
  }
.headMenu .hs-menu-wrapper>ul>li {
    padding: 0 10px !important;
}}
/* @media only screen and (min-width: 992px) {
  .hubspot-disable-focus-styles .hs-baymax-editor + main {
    margin-top: 10px!important;
  }
} */