/* ******************************************************************************
*********************************************************************************
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,
.page-center,
.content-wrapper {
  max-width: 1170px;
}

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

@media (max-width: 1035px) 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 :100%;
  }
}

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

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





html {
  font-size: 16;
}

body {
  color: #000000;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 16px;
}

p {
  font-family: Montserrat;
  
}

a {
  font-family: Montserrat;
  color: rgba(196, 18, 48, 1.0);
}

a:hover,
a:focus {
  color:#c41230;
}

a:active {
  color: rgba(236, 58, 88, 1.0);
}

h1 {
  color: #000000;
  font-family: Montserrat;
  font-size: 40px;
  font-weight: 800;
}



h2 {
  color: #00457c;
  font-family: Montserrat;
  font-size: 32px;
  font-weight: 700;
}



h3 {
  color: #000000;
  font-family: Montserrat;
  font-size: 26px;
  font-weight: 700;
}


h4 {
  color: #000000;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 400;
}



h5 {
  color: #000000;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 800;
}

h6 {
  color: #000000;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 800;
}

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





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

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

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

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: #ffffff;  
  color: #00457c;
}

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

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

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

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

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

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

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

.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.header {
  background-color: rgba(255, 255, 255, 1.0);
}

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

.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
  color: rgba(196, 18, 48, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a:active {
  color: rgba(196, 18, 48, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

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

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

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

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

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

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

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

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

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





footer.footer,
.footer_coms {
  background-color: rgba(0, 0, 0, 1.0);
}

footer .f-inner {
  color: rgba(255, 255, 255, 1.0);
}

.column2 .dotted-line-top .column2-left ul li a,
.column2 .column2-right ul li a,
.column1B .dotted-line-top ul li a,
.columnB2 .dotted-line-top .about-menu ul li a {
  color: rgba(255, 255, 255, 1.0);
}

.column2 .dotted-line-top .column2-left ul li a:hover,
.column2 .column2-right ul li a:hover,
.column1B .dotted-line-top ul li a:hover,
.columnB2 .dotted-line-top .about-menu ul li a:hover {
  color: rgba(196, 18, 48, 1.0);
}

.column2 .footer-Title p,
.row .column1B .left-title p,
.row .columnB2 .right-title p {
  color: rgba(255, 255, 255, 1.0);
}

.column2 .footer-Title p:hover,
.row .column1B .left-title p:hover,
.row .columnB2 .right-title p:hover {
  color: rgba(255, 255, 255, 1.0);
}

.address .social-icons .thefox_social_widget_icons a .fa {
  color: rgba(0, 0, 0, 1.0);
}

.address .social-icons .thefox_social_widget_icons a:hover .fa {
  color: rgba(0, 0, 0, 1.0);
}

.address .social-icons .thefox_social_widget_icons a {
  background-color: rgba(255, 255, 255, 1.0);
}

.address .social-icons .thefox_social_widget_icons a:hover {
  background-color: rgba(196, 18, 48, 1.0);
}

.footer_coms {
  color: rgba(0, 123, 137, 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=}
}

@media (max-width: 767px) {
  .banner-section {
    padding-top: 95px !important;
  }
}