/* ******************************************************************************
*********************************************************************************
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 {
  max-width: 1140px;
}

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

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



body {
  color: #333;
  font-family: Noto Serif;
  font-weight: 400;
  font-size: 16px;
}

p {
  font-family: Noto Serif;
  font-weight: 400;
}

a {
  font-family: Noto Serif;
  color: rgba(236, 0, 0, 1.0);
  cursor: pointer;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

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

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

h1 {
  color: #1c1c1c;
  font-family: Noto Serif;
  font-size: 34px;
  font-weight: 700;
}



h2 {
  color: #c5a900;
  font-family: Noto Serif;
  font-size: 28px;
  font-weight: 700;
}



h3 {
  color: #1c1c1c;
  font-family: Noto Serif;
  font-size: 26px;
  font-weight: 700;
}



h4 {
  color: #1c1c1c;
  font-family: Noto Serif;
  font-size: 24px;
  font-weight: 700;
}



h5 {
  color: #1c1c1c;
  font-family: Noto Serif;
  font-size: 22px;
  font-weight: 700;
}

h6 {
  color: #1c1c1c;
  font-family: Noto Serif;
  font-size: 20px;
  font-weight: 700;
}






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

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

.hs-button,
.button--primary {
  background-color: rgba(236, 0, 0, 1.0);
  border-color: rgba(255, 255, 255, 0.0);
  border-radius: 0px;
  border-width: 0px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: #272d33;
  border-color: #272d33;
  color: #fff;
}

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

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

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

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

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

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: Noto 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(222, 226, 230, 1.0);
  color: rgba(73, 74, 82, 1.0);
}

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

tfoot td {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(73, 74, 82, 1.0);
}

table,
tbody + tbody {
  border-color: rgba(222, 226, 230, 1.0);
}





.header__container {
  max-width: 1140px;
}

.sticky-header {
  background-color: rgba(255, 255, 255, 1.0);
}
.custom-header {
  border-color: rgba(242, 35, 25, 1.0);
}

.contact-link a, 
.telephone-link a {
  color: rgba(28, 28, 28, 1.0);
}

.telephone-link:hover a, 
.contact-link:hover a {
  color: rgba(242, 35, 25, 1.0);
}

.mail-link a {
  color: rgba(236, 0, 0, 1.0);
}

.mail-link a:hover {
  color: rgba(236, 0, 0, 1.0);
}

.fa-linkedin {
  color: rgba(0, 119, 181, 1.0);
}

.fa-linkedin:hover {
  color: rgba(0, 119, 181, 1.0);
}

.fa-facebook-f {
  color: rgba(59, 89, 152, 1.0);
}

.fa-facebook-f:hover {
  color: rgba(59, 89, 152, 1.0);
}

.fa-twitter {
  color: rgba(29, 161, 242, 1.0);
}

.fa-twitter:hover {
  color: rgba(29, 161, 242, 1.0);
}

.main-nav > .header__container > .row {
  border-color: rgba(242, 35, 25, 1.0);
}

@media(min-width: 992px) {  

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

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

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

  .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li > a.active-branch  { 
    color: rgba(28, 28, 28, 1.0);
    background-color: rgba(255, 255, 255, 1.0);
    border-color: rgba(236, 0, 0, 1.0);
  }

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

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

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

  .custom-menu-primary .hs-menu-wrapper > ul > li ul li.active-branch a,
  .custom-menu-primary .hs-menu-wrapper > ul > li ul li a.active-branch,
  .custom-menu-primary .hs-menu-wrapper > ul > li ul li.active a,
  .custom-menu-primary .hs-menu-wrapper > ul > li ul li a.active {
    color: rgba(242, 35, 25, 1.0);
    background-color: rgba(255, 255, 255, 0.0);
  }
}

.nav-search span#search {
  color: rgba(28, 28, 28, 1.0);
}

.search-block input {
  color: rgba(73, 80, 87, 1.0);
  background-color: rgba(247, 247, 247, 1.0);
}

.search-block .searchbutton {
  color: rgba(236, 0, 0, 1.0);
}

.search-block .searchbutton:hover {
  color: rgba(236, 0, 0, 1.0);
}





.footer__container {
  max-width: 1140px;
}

.footer-top {
  background-color: rgba(28, 28, 28, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.footer-menu .hs-menu-wrapper > ul > li:nth-child(2) > a,
.footer-menu .hs-menu-wrapper > ul > li:nth-child(6) > a,
.footer-menu .hs-menu-wrapper > ul > li:nth-child(2) > a:hover,
.footer-menu .hs-menu-wrapper > ul > li:nth-child(6) > a:hover {
  color: rgba(255, 255, 255, 1.0);
}

.footer-info-content {
  border-color: rgba(96, 96, 96, 1.0);
}

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

.footer-menu h3, 
.footer-contact h3, 
.footer-social h3 {
  color: rgba(255, 255, 255, 1.0);
}

.footer-menu .hs-menu-wrapper > ul > li > a,
.footer__contact a {
  color: rgba(255, 255, 255, 1.0);
}
.footer-menu .hs-menu-wrapper > ul > li > a:hover,
.footer__contact a:hover {
  color: rgba(242, 35, 25, 1.0); 
}

.copyright {
  background-color: rgba(242, 35, 25, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

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

.copyright a:hover {
  color: rgba(255, 255, 255, 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;
}

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




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