/* ******************************************************************************
*********************************************************************************
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 (max-width:1239px) and (min-width:960px) {
  .dnd-section > .row-fluid,
  .page-center,
  .content-wrapper {
    max-width: 940px;
  }
}

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

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



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



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

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





body {
  color: #1e4d79;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 20px;
}

p {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 300;
}

a {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  color: rgba(1, 175, 214, 1.0);
}

a:hover,
a:focus {
  color:#01afd6;
}

a:active {
  color: rgba(41, 215, 254, 1.0);
}

h1 {
  color: #01afd6;
  font-family: Oswald, Helvetica, Arial, sans-serif;
  font-weight: 700;
}

@media (min-width:768px) {
  h1 {
    font-size: 46px;
  }
}


h2 {
  color: #1e4d79;
  font-family: Oswald, Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: 300;
}

h3 {
  color: #1e4d79;
  font-family: Oswald, Helvetica, Arial, sans-serif;
  font-size: 28px;
  font-weight: 300;
}


h4 {
  color: #1e4d79;
  font-family: Oswald, Helvetica, Arial, sans-serif;
  font-size: 26px;
  font-weight: 300;
}


h5 {
  color: #1e4d79;
  font-family: Oswald, Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 300;
}

h6 {
  color: #1e4d79;
  font-family: Oswald, Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: 300;
}





form,
.submitted-message {
  border-color: rgba(#null, 0.0) ;
  font-family: Roboto, Helvetica, Arial, sans-serif;
}

h3.form-title {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(1, 175, 214, 1.0);
}

.hs-button,
.button--primary {
  background-color: rgba(1, 175, 214, 1.0);
  border-color: rgba(1, 175, 214, 1.0);
  border-radius: 15px;
  border-width: 0px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.hs-button:active,
.button--primary:active {
  background-color: rgba(41, 215, 254, 1.0);
  border-color: rgba(41, 215, 254, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.hs-form label {
  color: rgba(30, 77, 121, 1.0);
}

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

form input,
form select,
form textarea,
.hs-input {
  border-color: rgba(68, 68, 68, 1.0);
  color: rgba(51, 71, 91, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
  border-radius: 3px;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
  border-color: rgba(68, 68, 68, 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: #1e4d79;
}

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: Roboto, Helvetica, Arial, sans-serif;
}

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

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

.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(50, 54, 67, 1.0);
  color: rgba(50, 54, 67, 1.0);
}

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

tfoot td {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(50, 54, 67, 1.0);
}

table,
tbody + tbody {
  border-color: rgba(50, 54, 67, 1.0);
}





header .top-header {
  background: linear-gradient( 90deg, rgba(44, 61, 93,
    1.0) 0%,
    rgba(44, 61, 93,
      1.0) 100%) ;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a {
  color: rgba(255, 255, 255, 1.0);
}

.custom-menu-primary .hs-menu-wrapper>ul>li:hover>a {
  color: rgba(1, 175, 214, 1.0);
  background-color: rgba(30, 77, 121, 0.0);
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a:active {
  color: rgba(1, 175, 214, 1.0);
  background-color: rgba(30, 77, 121, 0.0);
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul {
  background-color: rgba(242, 242, 242, 1.0);
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a {
  color: rgba(95, 95, 95, 1.0);
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li:hover>a {
  color: rgba(46, 46, 46, 1.0);
  background-color: rgba(0, 0, 0, 0.06);
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a:active {
  color: rgba(95, 95, 95, 1.0);
  background-color: rgba(242, 242, 242, 0.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: #ffffff;
}

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

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: #01afd6;
}
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: #1e4d79;
}
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: #1e4d79
}
body .custom-menu-primary .submenu.level-1 > li > a.active-branch {
  color: #01afd6;
}

body .custom-menu-primary .submenu.level-1 > li > a.active-branch:after {
  background-color: #01afd6;
}
body .custom-menu-primary .submenu.level-2 > li > a {
  color: #5f5f5f;
}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link {
  background-color: #f2f2f2;
}
body .custom-menu-primary .submenu.level-2 .triangle-container .triangle {
  background-color: #f2f2f2;
}

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: #000000;
  color: #2e2e2e;
}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link.active-branch {
  color: #5f5f5f;
  background-color: #F2F2F2;
}

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

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

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

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





footer.footer {
  background-color: rgba(44, 61, 93, 1.0);
}

.heading h4,
.text h4 {
  color: rgba(255, 255, 255, 1.0);
}

footer.footer {
  color: rgba(204, 204, 204, 1.0);
}

.bottom-menu ul li a {
  color: rgba(255, 255, 255, 1.0);
}

.bottom-menu ul li a:hover {
  color: rgba(1, 175, 214, 1.0);
}

footer .bottom-section {
  border-top-color: rgba(255, 255, 255, 0.1);
}

.bottom-section-inner .copyright p {
  color: rgba(204, 204, 204, 1.0);
}



















body .icon svg {
  fill: #494A52;
}

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

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

body .social-links__icon {
  background-color: #494A52;
}

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=}
}