/* ******************************************************************************
*********************************************************************************
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 {
  padding-bottom: 3rem;
  padding-top: 3rem;
}

.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: #F8FAFC;
}
@media (min-width: 576px){
  .page-center,
  .container,
  .dnd-section > .row-fluid,
  .hs-landing-page .content-wrapper{
    max-width: 540.0px;
  }
}
@media (min-width: 768px){
  .page-center,
  .container,
  .dnd-section > .row-fluid,
  .hs-landing-page .content-wrapper{
    max-width: 720.0000000000001px;
  }
}
@media (min-width: 992px){
  .page-center,
  .container,
  .dnd-section > .row-fluid,
  .hs-landing-page .content-wrapper{
    max-width: 960.0px;
  }
}
@media (min-width: 1200px){
   .page-center,
  .container,
  .dnd-section > .row-fluid,
  .hs-landing-page .content-wrapper{
    max-width: 1140px;
  }
}





html {
  font-size: 16;
}

body {
  font-weight: 400;
  color: #535560;
  font-family: Roboto;
  font-size: 16px;
}

p {
  font-family: Roboto;
  font-weight: 400
}

a {
  color: rgba(0, 167, 207, 1.0);
  cursor: pointer;
}
a:hover,
a:focus {
  color: rgba(0, 188, 233, 1.0);
}
a:active {
  color: rgba(40, 207, 247, 1.0);
}

h1 {
  color: #16478e;
  font-family: Signika;

  font-weight: 500;
}


h2 {
  color: #636363;
  font-family: Signika;
  font-size: 38px;
  font-weight: 500;
}


h3 {
  color: #231F1F;
  font-family: Signika;
  font-size: 32px;
  font-weight: 500;
}


h4 {
  color: #212d65;
  font-family: Signika;
  font-size: 26px;
  font-weight: 500;
}

h5 {
  color: #000000;
  font-family: Signika;
  font-size: 22px;
  font-weight: 500;
}

h6 {
  color: #333333;
  font-family: Signika;
  font-size: 18px;
  font-weight: 500;
}

@media screen and (max-width: 991px){
  h1{
    font-size: 38.0px;
  }

}
@media (min-width: 992px){
  h1{
    font-size: 60px;
  }
  h2{
    font-size: 52.99999999999999px;
  }
}


blockquote {
  border-left: 5px solid #F8FAFC;;
}





form,
.submitted-message {
  border-color: rgba(203, 214, 226, 1.0) ;
  font-family: Roboto;
}

h3.form-title {
  background-color: rgba(203, 214, 226, 0.0);
  color: rgba(51, 71, 91, 1.0);
}

.hs-button,
.button--primary {
  background-color: rgba(255, 122, 89, 1.0);
  border-color: rgba(255, 122, 89, 1.0);
  border-radius: 3px;
  border-width: 1px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: rgba(255, 122, 89,1.0);
  border-color: rgba(255, 122, 89, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

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

.hs-form label {
  color: rgba(51, 71, 91, 1.0);
}

.hs-form legend {
  color: rgba(51, 71, 91, 0.0);
}

form input,
form select,
form textarea,
.hs-input {
  border-color: rgba(203, 214, 226, 1.0);
  border-radius: 3px;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
}

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

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

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

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

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

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





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

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

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

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






section.top-bar,
.navigation_top.top_mobile{
  background-color: rgba(0, 167, 207, 1.0);
}
.navigation_top ul li a{
  color: rgba(255, 255, 255, 1.0);
}

.navigation_top ul li a:hover{
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(255, 255, 255, 0.3);
}
/* end top header style */


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

nav.navigation-primary ul li > a{
  color: rgba(102, 102, 102, 1.0);

}
nav.navigation-primary ul li > a:after{
  color: rgba(102, 102, 102, 1.0);

}


nav.navigation-primary ul li > a:hover{
  color: rgba(22, 71, 142, 1.0);
}
nav.navigation-primary ul ul {
  background-color: rgba(255, 255, 255, 1.0);
}
nav.navigation-primary ul ul > li > a:hover{
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(0, 167, 207, 0.99);
}

nav.navigation-primary ul ul > li > a{
  color: rgba(99, 99, 99, 1.0);
}

nav.navigation-primary ul > li > a.active-item{
  color: rgba(22, 71, 142, 1.0);
  background-color: rgba(250, 250, 250, 0.0);
}
nav.navigation-primary ul ul > li > a.active-item{
  color: rgba(22, 71, 142, 1.0);
  background-color: rgba(2, 112, 224, 0.0);
}


@media(max-width:1199px){
  .navigation-primary > ul >li >a{
    color: rgba(22, 71, 142, 1.0);

  }
  .main_navigation .navigation-primary>ul> li> a{
    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: #666;
}

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

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: #16478e;
}
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: #FAFAFA;
}
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: #16478e;
}

body .custom-menu-primary .submenu.level-1 > li > a.active-branch:after {
  background-color: #16478e;
}
body .custom-menu-primary .submenu.level-2 > li > a {
  color: #636363;
}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link {
  background-color: #FFFFFF;
}
body .custom-menu-primary .submenu.level-2 .triangle-container .triangle {
  background-color: #FFFFFF;
}

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: #00a7cf;
  color: #FFFFFF;
}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link.active-branch {
  color: #16478e;
  background-color: #0270e0;
}

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

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

@media(max-width: 767px) {
  .header__navigation {
    background-color: rgba(#null, 0.0);
  }

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





.footer {
  background-color: rgba(0, 167, 207, 1.0);
  color: #FFFFFF;
}
.footer a.social-media{
  color: rgba(255, 255, 255, 1.0);
}
.col-6-right #hs_cos_wrapper_footer_menu1 ul li a,
.footer-info #hs_cos_wrapper_footer_menu2 ul li a,
.footer-info p a{
  color: rgba(255, 255, 255, 1.0);
}
.col-6-right #hs_cos_wrapper_footer_menu1 ul li a:hover,
.footer-info #hs_cos_wrapper_footer_menu2 ul li a:hover{
  border-bottom-color: rgba(255, 255, 255, 1.0);
}
.footer__copyright,
.footer-info address{
  color: rgba(83, 85, 96, 1.0);
}
.footer__container {
  max-width: 1140px;
}















body .icon svg {
  fill: #007bff;
}

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

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

body .social-links__icon {
  background-color: #007bff;
}

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





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