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

/* Test */
















.dnd-section > .row-fluid {
  max-width: 1123px;
}

.dnd-section {
  padding-bottom: 50px;
  padding-top: 50px;
}

.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: #707070;
}
.page-center {
  max-width: 1123px;
}




html {
  font-size: 16;
  font-size: 62.5%;
}




body {
  color: #707070;
  font-family: Open Sans;
  font-size: 16px;
font-weight: 400

}

p {
  font-family: Open Sans;

}

a {
  font-family: Open Sans;
  color: rgba(67, 67, 67, 1.0);
}

a:hover,
a:focus {
  color: rgba(11, 66, 254, 1.0);
}

a:active {
  color: rgba(107, 107, 107, 1.0);
}

h1 {
  color: #003afe;
  font-family: Open Sans;
  font-size: 60px;
  font-weight: 700;
}


h2 {
  color: #003afe;
  font-family: Open Sans;
  font-size: 58px;
  font-weight: 600;
}



h3 {
  color: ##003afe;
  font-family: Open Sans;
  font-size: 34px;
  font-weight: 800;
}


h4 {
  color: #003afe;
  font-family: Open Sans;
  font-size: 24px;
  font-weight: 400;
}



h5 {
  color: #003afe;
  font-family: Open Sans;
  font-size: 20px;
  font-weight: 400;
}

h6 {
  color: #003afe;
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 400;
}







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

h3.form-title {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(0, 58, 254, 1.0);
}

.hs-button,
.button--primary {
  background-color: rgba(0, 58, 254, 1.0);
  border-color: rgba(255, 255, 255, 1.0);
  border-radius: 0px;
  border-width: 0px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  text-decoration: none;
}
.block.newsletter .actions input.hs-button.primary.large{
  background-color: #003afe;
  color: rgba(255, 255, 255, 1.0);
  border-radius: 0px;
}
.block.newsletter .actions input.hs-button.primary.large:hover , .block.newsletter .actions input.hs-button.primary.large:focus{
  background-color: rgba(0, 58, 254, 1.0); 
  color: rgba(255, 255, 255, 1.0);
  border-radius: 0px;
  font-weight: 700;
}
.footer-links .links.account ul>li>a.footer-btn:hover{
  background-color: rgba(0, 58, 254, 1.0); 
  color: rgba(255, 255, 255, 1.0);
  font-weight: 700; 
}
.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: #003afe;
  border-color: rgba(112, 112, 112, 1.0);
  color: rgba(255, 255, 255, 1.0);
  font-weight: 700;
  padding: 0 7px;

}

.hs-button:active,
.button--primary:active {
  background-color: rgba(40, 98, 255, 1.0);
  border-color: rgba(255, 255, 255, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.hs-form label {
  color: rgba(49, 49, 49, 1.0);
}

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


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"],
input[type="file"],
textarea,
select {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(106, 106, 106, 1.0);
  border-color: rgba(112, 112, 112, 1.0);
  border-radius: 1px;
}


input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  border-color: rgba(112, 112, 112, 1.0);
  box-shadow: 0 0 3px 1px #68a8e0;
}

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

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

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

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

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

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





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

thead th,
thead td {
  background-color: rgba(112, 112, 112, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

tfoot td {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(112, 112, 112, 1.0);
}

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





.header-group {
  background-color: rgba(255, 255, 255, 1.0);
}

.header__container {
  max-width: 1123px;
}
.header-top{
  background-color: rgba(11, 66, 254, 1.0);
  color: #FFFFFF;
}
.modal-inner-wrap{
  background-color: rgba(255, 255, 255, 1.0);  
}
.modal-popup .modal-title{
  color: #003afe; 
  border-bottom-color: rgba(193, 193, 193, 1.0);
}
#locations-popup-modal>div ul>li>a{
  color: #434343;  
}
#locations-popup-modal>div ul>li>a:hover{
  color: #0b42fe;   
}
#locations-popup-modal>div:not(:last-child):after{
  background-color: rgba(196, 196, 196, 1.0);   
}

.header-menu-group .hs-menu-wrapper>ul>li>a{
  color: #0b42fe;  
}
.header-menu-group .hs-menu-wrapper>ul>li>a:hover{
  color: #0b42fe; 
  background-color: rgba(255, 255, 255, 0.0); 
}

.header-menu-group .hs-menu-wrapper>ul>li:hover a:after{
  background-color: rgba(11, 66, 254, 1.0); 
}
.header-menu-group .hs-menu-wrapper>ul>li.active>a{
  color: #0b42fe; 
  background-color: rgba(255, 255, 255, 0.0); 
}
.header-menu-group .hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper{
  background-color: rgba(248, 248, 248, 1.0);  
}
.custom-text.menu-divider:before{
  color: #003afe;  
}
.header-menu-group .hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper>li>a:after{
  background-color: rgba(196, 196, 196, 1.0);   
}
.header-menu-group .hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper>li>a{
  color: #0b42fe;  
}
.header-menu-group .hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper>li>a:hover{
  color: #0b42fe;   
}

.header-menu-group .hs-menu-wrapper>ul>li ul.hs-menu-children-wrapper>li ul>li>a{
  color: #434343;   

}
.header-menu-group .hs-menu-wrapper>ul>li ul.hs-menu-children-wrapper>li ul>li>a:hover{
  color: #434343;   
  background-color: rgba(255, 255, 255, 0.0);  

}
.header-menu-group .hs-menu-wrapper>ul>li ul.hs-menu-children-wrapper>li ul>li.active>a{
  color: #434343;   
  background-color: rgba(255, 255, 255, 0.0);  

}
.header-search input{
  background-color: rgba(229, 235, 255, 1.0);  
  border-color: rgba(229, 235, 255, 1.0);
}
.account-nav ul li a , .top-links-wrapper .action:before , .minicart-wrapper .action.showcart:before{
  color: #003afe;  
}


@media(max-width:770px){
  .header-menu-group .hs-menu-wrapper>ul li {
    border-top-color:rgba(196, 196, 196, 1.0);
  }
  .header-menu-group .hs-menu-wrapper>ul>li.hs-item-has-children>a:after{
    border-color:rgba(0, 58, 254, 1.0);;
  }
  .header-menu-group .hs-menu-wrapper>ul li.hs-item-has-children>ul.hs-menu-children-wrapper{
    background-color: rgba(248, 248, 248, 1.0);    
  }
  .header-menu-group .hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper>li>a{
    color: #434343;  
  }
  .header-menu-group .hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper>li>a:hover{
    color: #434343;  
  }
  .header-menu-group{
    background-color: rgba(255, 255, 255, 1.0);    
  }
}
body .custom-menu-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #0b42fe;
}

body .custom-menu-primary .submenu.level-1 > li:hover > a,
body .custom-menu-primary .submenu.level-1 > li:focus > a,
.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: #0b42fe;
}

body .custom-menu-primary a.active-branch,
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li a:active {
  color: #0b42fe;
}
body .custom-menu-primary .submenu.level-1 > li.active-branch,
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li:active {
  background-color: #ffffff;
}
body .custom-menu-primary .submenu.level-1 > li {
  background-color: ;
}
body .custom-menu-primary .submenu.level-1 > li:hover,
body .custom-menu-primary .submenu.level-1 > li:focus {
  background-color: #ffffff
}
body .custom-menu-primary .submenu.level-1 > li > a.active-branch {
  color: #0b42fe;
}

body .custom-menu-primary .submenu.level-1 > li > a.active-branch:after {
  background-color: #0b42fe;
}
body .custom-menu-primary .submenu.level-2 > li > a {
  color: #434343;
}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link {
  background-color: #F8F8F8;
}
body .custom-menu-primary .submenu.level-2 .triangle-container .triangle {
  background-color: #F8F8F8;
}

body .custom-menu-primary .submenu.level-2 .menu-item .menu-link:hover,
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link:focus,
body .header__language-switcher .lang_list_class li:hover,
body .custom-menu-primary .submenu.level-2 .triangle-container.level-2.hover .triangle {
  background-color: #ffffff;
  color: #434343;
}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link.active-branch {
  color: #434343;
  background-color: #ffffff;
}

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

.header__language-switcher-label-current:after {
  border-top-color: rgba(11, 66, 254, 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(11, 66, 254, 1.0);
  }
}





.footer {
  background-color: rgba(245, 245, 245, 1.0);
  color: #656565;
}

.footer__container {
  max-width: 1123px;
}
.footer-social{
  background-color: rgba(94, 193, 150, 1.0); 
}
.footer-social ul li a{
  color: #003afe; 
}
.footer-social ul li a:hover{
  color: #13489e;  
}
.block.newsletter{
  background-color: rgba(231, 231, 231, 1.0);  
}
.block.newsletter p{
  color: ; 
}
.block.newsletter form input[type="email"]{
  background-color: rgba(255, 255, 255, 1.0);
  border-color: rgba(194, 194, 194, 1.0);
  border-radius: 0px;
  border-width: 1px;
}
.block.newsletter form input[type="email"]:focus{
  border-color: rgba(#null, 0.0);

}

.footer__copyright{
  color: #707070; 
  border-top-color: rgba(226, 226, 226, 1.0);
}

.footer-links .links h3{
  color: #656565;  
}

.footer-links .links .hs-menu-wrapper>ul>li>a, .footer-links .links.account ul>li>a{
  color: #656565;  
}
.footer-links .links .hs-menu-wrapper>ul>li>a:hover, .footer-links .links.account ul>li>a:hover{
  color: #656565;  
}
.footer-links .links.account ul>li>a.footer-btn{
  background-color: rgba(245, 245, 245, 1.0); 
  color: #707070;  
  border-color: rgba(137, 137, 137, 1.0);
}
.footer-links .links.account ul>li>a.footer-btn:hover ,.footer-links .links.account ul>li>a.footer-btn:focus{
  border-color: rgba(0, 58, 254, 1.0);
}




.content-wrapper {
  max-width: 1123px;
}

.blog-post__date {
  border-color: #707070;
}

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

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

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

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

.blog-pagination__link {
  color: #707070;
}

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

.blog-post__title {
  color: #003afe;
  font-family:Open Sans;
  font-size: 58px;
  font-weight: ;
}

.blog-post__author {
  background-color: #707070;
}

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

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

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

body .social-links__icon {
  background-color:  none;
}

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

.page-center {
  max-width: 1123px;
  margin: 0 auto;
}




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

@media(max-width:770px){
  body {
    font-size: 14.0px;
  }
  h1 {
    font-size: 39.9999999996px;
  }
  h2 {
    font-size: 39.9968px;
  }
  h3 {
    font-size: 23.97px;
  }
}