/* ******************************************************************************
*********************************************************************************
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: 1200px){
  .dnd-section > .row-fluid {
    max-width: 1080px;
  }
  .footer__container {
    max-width: 1080px;
  }
  .content-wrapper {
    max-width: 1080px;
  }
  .header__container {
    max-width: 1080px;
  }
}

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

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




html {
  font-size:100%;
}

body {
  color: #222830;
  font-family: Inter;
  font-weight: 400;
  font-size: 1.125rem;
}

a {

  color: rgba(0, 0, 0, 1.0);
  cursor: pointer;

}

a:hover,
a:focus {

  color: rgba(0, 0, 0, 1.0);
}

a:active {
  color: rgba(40, 40, 40, 0.0);
}

h1 {
  color: #000000;
  font-family: Inter;
  font-size: 3rem;
  font-weight: 800;
}

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

h2 {
  color: #e9001f;
  font-family: Inter;
  font-size: 2.625rem;
  font-weight: 800;
}

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

h3 {
  color: #e9001f;
  font-family: Inter;
  font-size: 2.375rem;
  font-weight: 800;
}

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

h4 {
  color: #002d36;
  font-family: Inter;
  font-size: 1.5rem;
  font-weight: 800;
}

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

h5 {
  color: #002d36;
  font-family: Inter;
  font-size: 1rem;
  font-weight: 800;
}

h6 {
  color: #002d36;
  font-family: Inter;
  font-size: 0.8rem;
  font-weight: 800;
}







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

h3.form-title {
  background-color: rgba(255, 2, 1, 0.0);
  color: rgba(233, 0, 31, 1.0);
  
}

.hs-button,
.button--primary {
  background-color: rgba(0, 128, 155, 1.0);
  border-color: rgba(0, 128, 155, 1.0);
  border-radius: 7px;
  border-width: 2px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 31px;
  padding-right: 31px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: rgba(255, 255, 255, 1.0);
  border-color: rgba(0, 128, 155, 1.0);
  color: rgba(0, 128, 155, 1.0);

}

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

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

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

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

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

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

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

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

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

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





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

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

tfoot td {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(34, 40, 48, 1.0);
}

table,
tbody + tbody {
  border-color: rgba(34, 40, 48, 1.0);
}






@media (min-width:992px){
  .header-group.menu-open , .menu-open.header-group .header_cover , .scroll-header .header-group .header_cover {
    background-color: rgba(255, 255, 255, 1.0);
  }

  .menu-primary-container .hs-menu-wrapper>ul>li>a {
    color: rgba(0, 45, 54, 1.0);
  }
  .menu-primary-container .hs-menu-wrapper>ul>li:hover>a {
    color: rgba(233, 0, 31, 1.0);
    background-color: rgba(255, 255, 255, 0.0);
    text-decoration: unset;
  }
  .menu-primary-container .hs-menu-wrapper>ul>li:hover>a span:after{
    background-color: rgba(233, 0, 31, 1.0);
  }
  .menu-primary-container .hs-menu-wrapper>ul>li.active > a {
    color: rgba(0, 45, 54, 1.0);
    background-color: rgba(255, 255, 255, 0.0);
  }
  .wrap-child-menu{
    background-color: rgba(255, 255, 255, 1.0);
  }
  .menu-primary-container .hs-menu-wrapper>ul>li>.wrap-child-menu>ul>li>a{
    color: rgba(34, 40, 48, 1.0);
    background-color: rgba(0, 45, 54, 0.03);
  }
  .menu-primary-container .hs-menu-wrapper>ul>li>.wrap-child-menu>ul>li>a:hover{
    color: rgba(255, 255, 255, 1.0);
    background-color: rgba(0, 128, 155, 1.0);
    text-decoration: unset;
  }
  .menu-primary-container .hs-menu-wrapper>ul>li>.wrap-child-menu>ul>li.active > a {
    color: rgba(34, 40, 48, 1.0);
    background-color: rgba(255, 255, 255, 0.0);
  }
  .menu-utility-container.mobile-links ul li a{
    color: rgba(0, 45, 54, 0.5);

  }
  .menu-utility-container.mobile-links ul li a:hover{
    color: rgba(0, 45, 54, 1.0);
  }

  .button-nav a{
    color: rgba(0, 45, 54, 1.0);
    background-color: rgba(255, 255, 255, 1.0);
    border-color: rgba(0, 45, 54, 1.0);
  }
   .button-nav a:hover{
    color: rgba(255, 255, 255, 1.0);
    background-color: rgba(0, 45, 54, 1.0);
    border-color: rgba(0, 45, 54, 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: #002d36;
}

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

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

body .custom-menu-primary .submenu.level-1 > li > a.active-branch:after {
  background-color: #002d36;
}
body .custom-menu-primary .submenu.level-2 > li > a {
  color: #222830;
}
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: #00809b;
  color: #ffffff;
}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link.active-branch {
  color: #222830;
  background-color: #ffffff;
}

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

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

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

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





.footer {
  background-color: rgba(255, 255, 255, 1.0);
  color: #002d36;
}
.copyright .year{
  color: rgba(0, 45, 54, 1.0);
}
.menu-legal-container ul li a , .footer-menu-section .hs-menu-wrapper>ul>li>ul>li>a{
  color: rgba(0, 45, 54, 1.0);
}
.menu-legal-container ul li a:hover , .footer-menu-section .hs-menu-wrapper>ul>li>ul>li>a:hover{
  color: rgba(0, 45, 54, 1.0);
}
.footer-logo-section p{
  color: rgba(0, 45, 54, 1.0);
}
.social-networks a{
  color: rgba(0, 128, 155, 1.0);
}
.social-networks a:hover{
  color: rgba(0, 128, 155, 1.0);
}









/*             Blog Grid Listing and Post styles            */











body .icon svg {
  fill: #222830;
}

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

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

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

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

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




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