/* ******************************************************************************
*********************************************************************************
Use this file to override any of the CSS styles preset in the themed
stylesheets or you can add your own custom styles.
*********************************************************************************
****************************************************************************** */

/* Test */
















@media (min-width: 992px){
  .dnd-section > .row-fluid,
  .content-wrapper,
  .page-center {
    max-width: 1073.04px;
  }
}

@media (min-width: 1240px){
  .dnd-section > .row-fluid,
  .content-wrapper,
  .page-center {
    max-width: 1360px;
  }
}
  
@media (max-width: 991px) and (min-width: 768px){
  .dnd-section > .row-fluid,
  .content-wrapper,
  .page-center {
    max-width: 829.6px;
  }
}


.dnd-section ,
.cstm_systmpage  .body_container {
  padding-bottom: 20px;
  padding-top: 20px;
}



.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: #0e0f12;
} 




body {
  color: #0e0f12;
  font-family: Source Sans Pro;
  font-weight: 400;
  font-size: 16px;
}

p {
  font-family: Source Sans Pro;
  font-weight: 
}

a {
  font-family: Source Sans Pro;
  color: #0270e0 !important;
}

#hs-eu-confirmation-button {
  color: white !important;
}

#hs-eu-decline-button {
  color: #094FA3 !important;
}

a:hover:not,
a:focus {
  color: rgba(209,1,104,1.0);
}

a:active {
  color: rgba(209,1,104,1.0);
}

h1 {
  color: #042041;
  font-family: Source Sans Pro;
  font-size: 35px;
  font-weight: 700;
}

@media(max-width: 767px) {
  h1 {
    font-size: 40.8px;
  }
}

h2 {
  color: #042041;
  font-family: Source Sans Pro;
  font-size: 30px;
  font-weight: 400;
}

@media(max-width: 767px) {
  h2 {
    font-size: 27.2px;
  }
}

h3 {
  color: #042041;
  font-family: Source Sans Pro;
  font-size: 28px;
  font-weight: 400;
}

@media(max-width: 767px) {
  h3 {
    font-size: 20.4px;
  }
}

h4 {
  color: ;
  font-family: ;
  font-size: px;
  font-weight: ;
}

@media(max-width: 767px) {
  h4 {
    font-size: 0.0px;
  }
}

h5 {
  color: ;
  font-family: ;
  font-size: px;
  font-weight: ;
}

h6 {
  color: ;
  font-family: ;
  font-size: px;
  font-weight: ;
}

h1, h2, h3, h4 {
  font-weight: 700 !important;
}


.bnr_contnt h1, .bnr_contnt p {
  color: #042041 !important;
  }

.bnr_contnt p {
  font-weight: 400 !important;
  font-size: 1.25rem !important;
  line-height: 1.5 !important;
}
 





form,
.submitted-message {
  border-color: rgba(#null, 0.0) ;
  font-family: Source Sans Pro;
}

h3.form-title {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(4, 32, 65, 1.0);
}

.hs-button,
.button--primary {
  background-color: rgba(9, 79, 163, 1.0);
  border-color: rgba(9, 79, 163, 1.0);
  border-radius: 2px;
  border-width: 1px;
  color: rgba(255, 255, 255, 1.0) !important;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: #3a72b5;
  border-color: #3a72b5;
  color: #FFFFFF;
}

.hs-button:active,
.button--primary:active {
  background-color: rgba(49, 119, 203, 1.0);
  border-color: rgba(49, 119, 203, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.hs-form .field > label,
.hs-form-field > label {
  color: rgba(101, 101, 129, 1.0);
}

.hs-form legend {
  color: rgba(71, 71, 71, 1.0);
}

form input,
form select,
form textarea,
.hs-input,
input#hs-pwd-widget-password {
  border-color: rgba(115, 129, 147, 1.0);
  color: ;
  border-radius: px;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus,
input#hs-pwd-widget-password:focus {
  border-color: rgba(115, 129, 147, 1.0);
}

.fn-date-picker .pika-table thead th {
  color: rgba(255, 255, 255, 0.0);
}

.hs-input:-moz-placeholder,
.hs-input::-webkit-input-placeholder,
.hs-field-desc,
.hs-dateinput:before,
.hs-richtext {
  color: #0e0f12;
}

.hs-richtext {
  font-size: 16;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Source Sans Pro;
}

.fn-date-picker td.is-today .pika-button {
  color: #0e0f12;
}

.fn-date-picker td.is-selected .pika-button {
  background: #0e0f12;
}

.fn-date-picker td .pika-button:hover {
  background-color: #0e0f12 !important;
}





th,
td {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid rgba(238, 238, 238, 1.0);
  color: rgba(89, 89, 89, 1.0);
}

thead th,
thead td {
  background-color: rgba(9, 79, 163, 1.0);
  color: rgba(255, 255, 255, 0.0);
}

tfoot td {
  background-color: rgba(243, 244, 247, 1.0);
  color: rgba(14, 15, 18, 1.0);
}

table,
tbody + tbody {
  border-color: rgba(238, 238, 238, 1.0);
}





header.header {
  background-color: rgba(255, 255, 255, 1.0);
}
 
.btm_header{
  border-bottom :0px solid rgba(221, 221, 221, 1.0);
}
 
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #0e0f12;
}
 
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: #0e0f12;
}
 
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li a:active {
  color: ;
} 

body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li:active {
background-color: ;
} 

body .header__language-switcher .lang_list_class li:hover,
body .custom-menu-primary .submenu.level-2 .triangle-container.level-2.hover .triangle {
  background-color: ;
  color: ;
} 

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Source Sans Pro;
}

.header__language-switcher-label-current:after {
  border-top-color: rgba(14, 15, 18, 1.0);
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: rgba(255, 255, 255, 1.0);
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: rgba(14, 15, 18, 1.0);
  }
}


.custom-menu-primary>div>ul>li>a,
.mobile_menu>div>ul>li>a{
  color : rgba(14, 15, 18, 1.0);
 }

 .custom-menu-primary>div>ul>li>a:hover,
 .mobile_menu>div>ul>li>a:hover{
   color : rgba(14, 15, 18, 1.0);
}

    
  .custom-menu-primary>div>ul>li:not(:first-child) {
    border-left: 1px solid rgba(#null, 0.0);
  }


  .custom-menu-primary .drop_indicator,
  .mobile_menu .drop_indicator{
    color : rgba(14, 15, 18, 1.0);
  }

  .custom-menu-primary .drop_indicator:hover,
  .mobile_menu .drop_indicator:hover{
    color : rgba(14, 15, 18, 1.0);
  }

  .custom-menu-primary>div>ul>li:hover >a ,
  .mobile_menu>div>ul>li:hover > a{
   background-color : rgba(#null, 0.0);
  }  

  .custom-menu-primary>div>ul>li.active-branch > a,
  .mobile_menu>div>ul>li.active-branch > a{
   background-color : rgba(#null, 0.0);
   color : rgba(#null, 0.0);
  }

  .custom-menu-primary >div  ul ul {
   background-color : rgba(255, 255, 255, 1.0);
  }

  .custom-menu-primary >div  ul ul li a,
  .mobile_menu>div ul ul li a {
   color : rgba(14, 15, 18, 1.0);
  }

  .custom-menu-primary >div  ul ul li a:hover,
  .mobile_menu>div ul ul li a:hover {
   color : rgba(#null, 0.0);
  }

  .custom-menu-primary >div  ul ul li:hover > a ,
  .mobile_menu>div ul ul li:hover > a{
   background-color : rgba(#null, 0.0);
  }

  .custom-menu-primary >div  ul ul li.active-branch > a ,
  .mobile_menu>div ul ul li.active-branch > a {
   background-color : rgba(#null, 0.0);
   color : rgba(#null, 0.0);
   }

   .custom-menu-primary ul ul li:not(:first-child) {
    border-top: 1px solid rgba(9, 79, 163, 1.0);;
   }
 
   .search-button,
   .buttons-wrapper a{
    background-color : rgba(#null, 0.0);
    color : rgba(#null, 0.0);
   }

   .search-button:hover,
   .buttons-wrapper a:hover{
    background-color : rgba(#null, 0.0);
    color : rgba(#null, 0.0);
   }


   .search-button i{
    color : rgba(#null, 0.0);
  } 

  .buttons-wrapper svg{
    fill : rgba(#null, 0.0);
 }





.footer {
  background-color: rgba(9, 79, 163, 1.0);
  color:  rgba(255, 255, 255, 1.0); 
}
 
.footer a{
  color:  rgba(255, 255, 255, 1.0); 
}

.footer a:hover{
  color:  rgba(140, 213, 242, 1.0); 
}

.copyright{
  color:  rgba(#null, 0.0); 
}

.ft_frst_hr{
  border-top:1px solid rgba(#null, 0.0); 
}

.ft_btm_menu .hs-menu-wrapper>ul>li{
  border-right: 1px solid rgba(255, 255, 255, 1.0); 
}

.btm_fixed{
  background-color: rgba(#null, 0.0);
}

.pop_links li a{
  background-color: rgba(#null, 0.0);
  color: rgba(#null, 0.0);
}

.pop_links li a:hover{
  background-color: rgba(#null, 0.0);
  color: rgba(#null, 0.0);
}

.pop_links li svg{
  fill: rgba(#null, 0.0);
}


#hs_cos_wrapper_ft_ota a{
  color: rgba(#null, 0.0);
  background:transparent;
}

.popup_wrap{
  background-color: rgba(#null, 0.0);
}

.popup_wrap,
.popup_header h2,
.popup_header h3,
.pop_cols h3{
  color: rgba(#null, 0.0);
}

.pop_cols a{
  background-color: rgba(#null, 0.0);
  color: rgba(#null, 0.0);
}

.pop_cols a svg{
  fill: rgba(#null, 0.0);
}

.pop_cols a:hover{
  background-color: rgba(#null, 0.0);
  color: rgba(#null, 0.0);
}


.ft_social a{
  color: rgba(#null, 0.0);
}

.ft_social a svg{
 fill: rgba(#null, 0.0);
}


.ft_social a:hover{
  color: rgba(#null, 0.0);
}

.ft_social a:hover svg{
 fill: rgba(#null, 0.0);
}

 







 

.blog-post__date {
  border-color: #0e0f12;
}

.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
  color: #0e0f12;
}

.blog-card__tag-link:hover,
.blog-card__title a:hover,
.blog-tag-filter__menu-link:hover,
.blog-post__tag-link:hover,
.blog-post__author-name:hover,
.blog-card__tag-link:focus,
.blog-card__title a:focus,
.blog-tag-filter__menu-link:focus,
.blog-post__tag-link:focus,
.blog-post__author-name:focus {
  color: #000000;
}

.blog-card__tag-link:active,
.blog-card__title a:active,
.blog-tag-filter__menu-link:active,
.blog-post__tag-link:active,
.blog-post__author-name:active {
  color: #36373a;
}

.blog-tag-filter__menu-link--active-item:after {
  background-color: #0e0f12;
}

.blog-pagination__link {
  color: #0e0f12;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
  background-color: #0e0f12;
}

.blog-post__title {
  color: #042041;
  font-family:Source Sans Pro;
  font-size: 32px;
  font-weight: ;
}

.blog-post__author {
  background-color: #0e0f12;
}

#comments-listing .comment-reply-to {
  color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:active {
  color: rgba(#null, 0.0);
}










body .icon svg {
  fill: #0e0f12;
}

body .tns-nav button.tns-nav-active {
  background-color: #0e0f12;
}

body .tns-nav button:hover,
body .tns-nav button:focus {
  background-color: #0e0f12;
}

body .social-links__icon {
  background-color: #0e0f12;
}

body .social-links__icon:hover svg,
body .social-links__icon:focus svg {
  fill: rgba(#null, 0.0);
}

body .social-links__icon:active svg {
  fill: rgba(#null, 0.0);
}

body .team-member__description {
  background-color: #0e0f12;
}
 




.body-container__website .dnd-section:nth-child(odd) {
  background-color: {typography=, tables=, buttons=, spacing=, footer=, global_colors=, global_fonts=, header=, forms=}
}

a:visited {
  color: inherit;
}