/* ******************************************************************************
*********************************************************************************
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: 80px;
  padding-top: 80px;
}

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




html {
  font-size: 18;
}

body {
  color: #172c42;
  font-family: Inter;
  font-weight: 400;
  font-size: 18px;
}

p {
  font-family: Inter;
  font-weight: 400
}

a {
  font-family: Inter;
  color: rgba(2, 87, 71, 0.76);
  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(2, 87, 71, 0.76);
}

a:active {
  color: rgba(42, 127, 111, 0.76);
}

h1 {
  color: #1e1e1e;
  font-family: Proxima Nova ,Arial,sans-serif;
  font-size: 36px;
  font-weight: 700;
}

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

h2 {
  color: #1e1e1e;
  font-family: Proxima Nova ,Arial,sans-serif;
  font-size: 28px;
  font-weight: 700;
}

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

h3 {
  color: #1e1e1e;
  font-family: Proxima Nova ,Arial,sans-serif;
  font-size: 27px;
  font-weight: 700;
}

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

h4 {
  color: #1e1e1e;
  font-family: Proxima Nova ,Arial,sans-serif;
  font-size: 25px;
  font-weight: 700;
}

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

h5 {
  color: #1e1e1e;
  font-family: Proxima Nova ,Arial,sans-serif;
  font-size: 23px;
  font-weight: 700;
}

h6 {
  color: #1e1e1e;
  font-family: Proxima Nova ,Arial,sans-serif;
  font-size: 20px;
  font-weight: 700;
}

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






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

h3.form-title {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(23, 44, 66, 1.0);
  
  padding: 10px 5px;
  
}

.hs-button,
.button--primary {
  background-color: rgba(2, 87, 71, 1.0);
  border-color: rgba(255, 255, 255, 1.0);
  border-radius: 100px;
  border-width: 1px;
  color: rgba(228, 255, 184, 1.0);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  color: rgba(208, 245, 163, 1.0);
  border-color: rgba(255, 255, 255, 1.0);
  background-color: rgba(55, 122, 105, 1.0);
}

.hs-button:active,
.button--primary:active {
  background-color: rgba(42, 127, 111, 1.0);
  border-color: rgba(255, 255, 255, 1.0);
  color: rgba(228, 255, 184, 1.0);
}

.hs-form label {
  color: rgba(23, 44, 66, 1.0);
}

.hs-form legend {
  color: rgba(23, 44, 66, 1.0);
}

form input,
form select,
form textarea,
.hs-input {
  background-color: rgba(243, 244, 246, 1.0);
  border-color: rgba(179, 186, 193, 1.0);
  border-radius: 3px;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
  border-color: rgba(8, 48, 147, 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: #172c42;
}

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

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

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

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

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








th,
td {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid rgba(239, 88, 68, 1.0);
  color: rgba(239, 88, 68, 1.0);
}

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

tfoot td {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(239, 88, 68, 1.0);
}

table,
tbody + tbody {
  border-color: rgba(239, 88, 68, 1.0);
}






.number_wrap a, .user-wrapper span.log_in a{
  color: rgba(2, 87, 71, 1.0); 
}

header button{
  background-color: rgba(2, 87, 71, 1.0); 
  color: rgba(228, 255, 184, 1.0);
  border-color: rgba(228, 255, 184, 1.0)
}
header button:hover{
  background-color: rgba(55, 122, 105, 1.0); 
  border-color: rgba(#null, 0.0)
}

header .nav-wrapper {
  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(2, 87, 71, 1.0);
}

.custom-menu-primary .navigation-primary > ul > li > a{  
  color:rgba(2, 87, 71,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(2, 87, 71, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
}

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

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

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

.custom-menu-primary .navigation-primary > ul ul li a {
  color: rgba(23, 44, 66, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
}

.custom-menu-primary .navigation-primary > ul ul li 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(23, 44, 66, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
}
.custom-menu-primary .navigation-primary > ul ul li a.active-item{
  color: rgba(23, 44, 66, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
}

.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(2, 87, 71, 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(2, 87, 71, 1.0);
  }
}




.footer_wrapper{
  background-color: rgba(246, 247, 248, 1.0);
}
.footer_Description p, .footer_quick_link .hs_cos_wrapper>ul>li>span{
  color: rgba(80, 93, 109, 1.0);
}
.footer_quick_link .hs_cos_wrapper>ul>li>span a, .footer_quick_link .hs_cos_wrapper>ul>li a{
 color: rgba(80, 93, 109, 1.0); 
}
.footer-links ul>li{
   color: rgba(80, 93, 109, 1.0); 
}
.footer-links ul>li>a{
   color: rgba(80, 93, 109, 1.0);
}
.footer_quick_link .hs_cos_wrapper>ul>li>span a:hover, .footer_quick_link .hs_cos_wrapper>ul>li a:hover{
  color: rgba(80, 93, 109, 1.0);
}
.footer__container {
  max-width: 1200px;
}
.footer_heading h4{
  color: rgba(51, 70, 90, 1.0); 
}




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












body .icon svg {
  fill: #025747;
}

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

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

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

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

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





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