/* ******************************************************************************
*********************************************************************************
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:45em) {
  .dnd-section > .row-fluid,
  .page-center,
  .content-wrapper {
    max-width: none;
  }
}

@media (min-width:75em) {
  .dnd-section > .row-fluid,
  .page-center,
  .content-wrapper {
    max-width: 93.66667rem;
  }
}


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

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





body {
  color: #464646;
  font-family: Karla,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;
  font-weight: 400;
}

@media (min-width:75em) {
  body {
    font-size: 18px;
  }
}

p {
  font-family: Karla,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;
  font-weight: 400;
}

a {
  font-family: Karla,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;
  color: rgba(226, 144, 75, 1.0);
}

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

a:active {
  color: rgba(255, 184, 115, 1.0);
}

h1 {
  color: #464646;
  font-family: Michroma,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;
  font-weight: 400;
}

@media (min-width:75em) {
  h1 {
    font-size: 3.55556rem;
  }
}

h2 {
  color: #e2904b;
  font-family: Michroma,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;
  font-weight: 500;
}

@media (min-width:75em) {
  h2 {
    font-size: 2.66667rem;
  }
}

h3 {
  color: #09203f;
  font-family: Karla,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;
  font-weight: 700;
}

@media (min-width:75em) {
  h3 {
    font-size: 1.33333rem;
  }
}

h4 {
  color: #09203f;
  font-family: Karla,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;
  font-size: 18px;
  font-weight: 400;
}

h5 {
  color: #09203f;
  font-family: Karla,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;
  font-size: 18px;
  font-weight: 400;
}

h6 {
  color: #09203f;
  font-family: Karla,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;
  font-size: 17px;
  font-weight: 400;
}





form,
.submitted-message {
  border-color: rgba(#null, 0.0) ;
  font-family: Karla,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;
}

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

.hs-button,
.button--primary {
  background-color: rgba(9, 32, 63, 1.0);
  border-color: rgba(9, 32, 63, 1.0);
  border-radius: 0px;
  border-width: 2px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 16px;
  padding-bottom: 16px;
}

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

.hs-button:active,
.button--primary:active {
  background-color: rgba(49, 72, 103, 1.0);
  border-color: rgba(49, 72, 103, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

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

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

form input,
form select,
form textarea,
.hs-input {
  border-color: rgba(236, 235, 237, 1.0);
  color: rgba(20, 45, 76, 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(148, 142, 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: #464646;
}

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: Karla,-apple-system,BlinkMacSystemFont,Segoe UI,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.header {
  background-color: rgba(9, 32, 63, 1.0);
}

.login a {
  color: rgba(255, 255, 255, 1.0);
}

.login a:hover {
  color: rgba(235, 69, 81, 1.0);
}

header .custom-menu-primary {
  background-color: rgba(195, 49, 87, 1.0);
}

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

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

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

.custom-menu-primary .hs-menu-wrapper>ul>li>ul {
  background-color: rgba(195, 49, 87, 0.0);
}

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

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a:hover {
  color: rgba(208, 201, 214, 1.0);
  background-color: rgba(195, 49, 87, 0.0);
}

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

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

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

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: #c33157;
  color: #d0c9d6;
}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link.active-branch {
  color: #ffffff;
  background-color: #c33157;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Karla,-apple-system,BlinkMacSystemFont,Segoe UI,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(9, 32, 63, 1.0);
  }

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





footer.footer {
  background-color: rgba(195, 49, 87, 1.0);
}

.footer-left .address address {
  color: rgba(255, 255, 255, 1.0);
}

.footer-left .contact a,
.footer-menu .hs-menu-wrapper>ul>li>ul>li>a,
.footer-right .privacy ul li a {
  color: rgba(255, 255, 255, 1.0);
}

.footer-right .privacy ul li a:hover,
.footer-menu .hs-menu-wrapper>ul>li>ul>li>a:hover,
.footer-left .contact a:hover {
  color: rgba(208, 201, 214, 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;
}

.mega-menu-pro-woods-module_177067368205215-col-3 .mega-menu-pro-woods-module_177067368205215-list-with-images > li:first-of-type > a {
  font-size: ;
  font-weight: 700 !important;
  font-size: 16px !important;
}

.mega-menu-pro-woods-module_177067368205215-col-3 .mega-menu-pro-woods-module_177067368205215-list-with-images img {
  display: none !important;
}

@media (min-width: 768px) {
  .mega-menu-pro-woods-module_177067368205215-grid {
    max-width: 80%;
    margin-left: 10% !important;
  }
}




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