/* ******************************************************************************
*********************************************************************************
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: 1200px;
}

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

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




html {

}

body {
  color: rgba(0, 0, 0, 1.0);
  font-family: PlutoSansCond, Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1.0em;
}

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

a {
  font-family: PlutoSansCond;
  color: rgba(255, 213, 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: rgba(255, 213, 0, 1.0);
}

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

h1 {
  color: rgba(0, 0, 0, 1.0);
  font-family: PlutoSansCond, Helvetica, Arial, sans-serif;
  font-size: 64px;
  font-weight: 400;
}

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

h2 {
  color: rgba(0, 0, 0, 1.0);
  font-family: PlutoSansCond, Helvetica, Arial, sans-serif;
  font-size: 38px;
  font-weight: 400;
}

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

h3 {
  color: rgba(0, 0, 0, 1.0);
  font-family: PlutoSansCond, Helvetica, Arial, sans-serif;
  font-size: 29px;
  font-weight: 300;
}

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

h4 {
  color: rgba(0, 0, 0, 1.0);
  font-family: PlutoSansCond, Helvetica, Arial, sans-serif;
  font-size: 35px;
  font-weight: 400;
}

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

h5 {
  color: rgba(0, 0, 0, 1.0);
  font-family: PlutoSansCond, Helvetica, Arial, sans-serif;
  font-size: 26px;
  font-weight: 400;
}

h6 {
  color: rgba(0, 0, 0, 1.0);
  font-family: PlutoSansCond, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

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






form,
.submitted-message {
  font-family: PlutoSansCond;
}

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

.hs-button,
.button--primary {
  background-color: rgba(35, 31, 32, 1.0);
  border-color: rgba(171, 230, 0, 0.0);
  border-radius: 0px;
  border-width: 0px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  color: rgba(255, 255, 255, 1.0);
  border-color: rgba(171, 230, 0, 0.0);
  background-color: rgba(35, 31, 32, 1.0);
}

.hs-button:active,
.button--primary:active {
  background-color: rgba(75, 71, 72, 1.0);
  border-color: rgba(211, 255, 40, 0.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(255, 255, 255, 1.0);
  border-radius: 4px;
}

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

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

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

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

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

tfoot td {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(0, 0, 0, 1.0);
}

table,
tbody + tbody {
  border-color: rgba(0, 0, 0, 1.0);
}





header {
  background-color: rgba(255, 255, 255, 1.0);
}



.header__container {
  max-width: 1200px;
}

body .custom-menu-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: rgba(87, 87, 86, 1.0);
}

.custom-menu-primary .navigation-primary > ul > li > a{  
  color:rgba(87, 87, 86,1.0);
}



.custom-menu-primary .navigation-primary > ul > li > a:hover,
.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: rgba(87, 87, 86, 1.0);
  background-color: rgba(194, 255, 0, 0.0);
}

body .custom-menu-primary ul.submenu.level-2{
  background-color:rgba(35, 31, 32, 0.92);
}

.custom-menu-primary .navigation-primary > ul > li > a.active-item,
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li a:active {
  color: rgba(87, 87, 86, 1.0);
  background-color: rgba(194, 255, 0, 0.0);
}

body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li:active {
  background-color: rgba(194, 255, 0, 0.0);
}

.custom-menu-primary .navigation-primary ul.submenu.level-3>li:first-child>a {
  color: rgba(255, 213, 0, 1.0);
}

.custom-menu-primary .navigation-primary ul.submenu.level-3>li:first-child>a:hover,
body .header__language-switcher .lang_list_class li:hover,
body .custom-menu-primary .submenu.level-2 .triangle-container.level-2.hover .triangle {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(191, 227, 125, 0.0);
}
.custom-menu-primary .navigation-primary ul.submenu.level-3>li:first-child>a.active-item{
  color: rgba(255, 213, 0, 1.0);
  background-color: rgba(191, 227, 125, 0.0);
}

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

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

.header-top p a.btn {
  color: rgba(35, 31, 32, 1.0);
  background-color: rgba(255, 213, 0, 1.0);
}

ul.submenu.level-3>li:last-child>a {
  color: rgba(255, 255, 255, 1.0);
}

.header-top-content p {
  color: rgba(0, 0, 0, 1.0);  
}

.header-top-content p a {
  color: rgba(255, 213, 0, 1.0);  
}





footer.footer {
  background-color: rgba(255, 255, 255, 1.0);
}
.col.col_one ul li a{
  color: rgba(0, 0, 0, 1.0);  
}
.bottom_footer_menu ul li a{
  color: rgba(0, 0, 0, 1.0);  
}
.col.col_one ul li a:hover{
  color: rgba(102, 102, 102, 1.0);  
}
.bottom_footer_menu ul li a:hover{
  color: rgba(102, 102, 102, 1.0);  
}
.col.col_two h4{
  color: rgba(0, 0, 0, 1.0);   
}

.col.col_two p span a{
  color: rgba(102, 102, 102, 1.0);
}
.col.col_two p a{
  color: rgba(102, 102, 102, 1.0);
}
.col.col_two p span strong{
  color: rgba(102, 102, 102, 1.0);
}
.column.right-column p{
  color: rgba(0, 0, 0, 1.0);
}
.col.col_two p{
  color: rgba(0, 0, 0, 1.0);
}
.bottom_footer_menu p a{
  color: rgba(0, 0, 0, 1.0);
}

.column.right-column p a{
  background-color: rgba(255, 213, 0, 1.0);
  color: rgba(35, 31, 32, 1.0);
}

footer .column .bottom_footer_menu p{
  color: rgba(0, 0, 0, 1.0); 
}
footer .column .bottom_footer_menu p a{
  color: rgba(0, 0, 0, 1.0); 
}


.footer__container {
  max-width: 1200px;
}











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: 1200px;
  margin: 0 auto;
}

.content-wrapper {
  max-width: 1200px;
}



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