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

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

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





body {
  font-weight: 400;
  color: rgba(0, 0, 0, 1.0);
  font-family: Work Sans,sans-serif;
  font-size: 16px;
}

a {
  color: rgba(137, 199, 101, 1.0);
}

a:hover {
  color: rgba(137, 199, 101, 1.0);
}

h1 {
  color: rgba(0, 0, 0, 1.0);
  font-family: Work Sans,sans-serif;
  font-size: 32px;
  font-weight: 700;
}

h2 {
  color: rgba(0, 0, 0, 1.0);
  font-family: Work Sans,sans-serif;
  font-size: 30px;
  font-weight: 500;
}

h3 {
  color: rgba(0, 0, 0, 1.0);
  font-family: Work Sans,sans-serif;
  font-size: 24px;
  font-weight: 700;
}

h4 {
  color: rgba(0, 0, 0, 1.0);
  font-family: Work Sans,sans-serif;
  font-size: 20px;
  font-weight: 500;
}

h5 {
  color: rgba(0, 0, 0, 1.0);
  font-family: Work Sans,sans-serif;
  font-size: 18px;
  font-weight: 500;
}

h6 {
  color: rgba(0, 0, 0, 1.0);
  font-family: Work Sans,sans-serif;
  font-size: 16px;
  font-weight: 500;
}




form, 
.submitted-message {
  font-family: Work Sans,sans-serif;
}

h3.form-title {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(0, 0, 0, 1.0);
  padding: 10px 0px 10px;
  margin: -0px -0px 15px;
}

.hs_cos_wrapper_type_form, 
.hs_cos_wrapper_type_google_search,
.hs_cos_wrapper_type_blog_comments,
.hs_cos_wrapper_type_email_subscriptions,
.hs_cos_wrapper_type_password_prompt,
.hs_cos_wrapper_type_password_reset,
.hs_cos_wrapper_type_password_reset_request, 
.hs_cos_wrapper_type_member_register,
.hs_cos_wrapper_type_member_login,
.hs_cos_wrapper_type_email_simple_subscription {
  background-color: rgba(255, 255, 255, 0.0);
  border: 0px solid;
  border-color: rgba(255, 255, 255, 0.0) ;
  padding: 0px 0px;
}

.hs-button, 
.button--primary {
  background-color: rgba(39, 39, 39, 1.0);
  border-radius: 3px;
  border: 1px solid;
  color: rgba(255, 255, 255, 1.0);
  border-color: rgba(39, 39, 39, 1.0);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.hs-button:hover, .button--primary:hover {
  background-color: rgba(51, 51, 51, 1.0);
  border-color: rgba(51, 51, 51, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.hs-button:focus, .button--primary:focus  {
  background-color: rgba(51, 51, 51, 1.0);
  border-color: rgba(51, 51, 51, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

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

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

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

form#email-prefs-form div,
form#email-prefs-form p,
form#email-prefs-form h1,
form#email-prefs-form h2,
form#email-prefs-form span,
.widget-type-email_simple_subscription h1,
.widget-type-email_simple_subscription h3 {
  color: rgba(51, 71, 91, 1.0);
}

a#hs_login_reset {
  color: rgba(51, 71, 91, 1.0);
}

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

body form .hs-input, 
body form .hs-search-field__input,
body form select,
body form #hs-pwd-widget-password,
body form textarea {
  border: 1px solid;
  background-color: rgba(245, 248, 250, 1.0);
  border-color: rgba(203, 214, 226, 1.0);
  color: rgba(51, 71, 91, 1.0);
  border-radius: 3px;
}

body form .hs-input:hover, 
body form .hs-search-field__input:hover,
body form select:hover,
body form #hs-pwd-widget-password:hover,
body form textarea:hover {
  border-color: rgba(203, 214, 226, 1.0);
  color: rgba(51, 71, 91, 1.0);
}

body form .hs-input:focus, 
body form .hs-search-field__input:focus,
body form select:focus,
body form #hs-pwd-widget-password:focus,
body form textarea:focus {
  border-color: rgba(82, 168, 236, 1.0);
}



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.header {
  background-color: rgba(255, 255, 255, 0.0);
  border-color: rgba(30, 36, 43, 0.2);

}

.header__container {
  max-width: 100%;
}

.custom-menu-primary .navigation-primary .submenu .menu-item a {
  color: rgba(30, 36, 43, 1.0);
}
.custom-menu-primary .navigation-primary > .submenu > .menu-item > a.active-branch {
  color: rgba(30, 36, 43, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

.custom-menu-primary .navigation-primary > .submenu > .menu-item > a:hover {
  color: rgba(136, 198, 102, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

.custom-menu-primary .navigation-primary .submenu .menu-item > ul.submenu {
  background-color: rgba(255, 255, 255, 1.0);
}

.custom-menu-primary .navigation-primary .submenu .menu-item > ul .menu-item a {
  color: rgba(30, 36, 43, 1.0);
}

.custom-menu-primary .navigation-primary .submenu .menu-item > ul .menu-item a:hover {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(136, 198, 102, 1.0);
}

.custom-menu-primary .navigation-primary .submenu .menu-item > ul .menu-item > a.active-branch {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(30, 36, 43, 1.0);
}   

.custom-menu-primary .navigation-primary>.submenu.level-1>.menu-item>a:after {
  border-color: rgba(137, 199, 101, 1.0);
}

.desktop-toggle-menu {
  background-color: rgba(30, 36, 43, 1.0);
}

.desktop-toggle-menu .submenu.level-1>li>a {
  color: rgba(255, 255, 255, 1.0);
}

.desktop-toggle-menu .submenu.level-1>li>a:hover {
  color: rgba(255, 255, 255, 1.0);
}




footer.footer {
  background-color: rgba(30, 36, 43, 1.0);
  color: rgba(255, 255, 255, 0.5);
}

.footer-social p, .footer-content p, .footer-form form .hs-richtext p {
  color: rgba(255, 255, 255, 0.5);
}

.footer-column2 p {
  color: rgba(137, 199, 101, 1.0);
}

.footer-column2 p a {
  color: rgba(255, 255, 255, 1.0);
}
.footer-column2 p a:hover {
  color: rgba(255, 255, 255, 1.0);
}

.footer-column2 ul li a {
  color: rgba(137, 199, 101, 1.0);
}

.footer-column2 ul li a:hover {
  color: rgba(137, 199, 101, 1.0);
}

.footer-social a {
  color: rgba(255, 255, 255, 1.0);  
}

.footer-social a:hover {
  color: rgba(255, 255, 255, 1.0);  
}

.footer-form form .hs_submit.hs-submit .hs-button {
  background-color: rgba(0, 0, 0, 0.0);
  color: rgba(255, 255, 255, 1.0); 
}

.footer-form form .hs_submit.hs-submit .hs-button:hover {
  background-color: rgba(51, 51, 51, 0.0);
  color: rgba(255, 255, 255, 1.0); 
}


.footer-form form .hs-form-field .hs-input { 
  background-color: rgba(255, 255, 255, 0.0);
  border-color: rgba(255, 255, 255, 1.0);
  color: rgba(255, 255, 255, 1.0); 
  caret-color: rgba(255, 255, 255, 1.0); 
}

.footer-form h3.form-title {
  color: rgba(255, 255, 255, 0.5); 
}

.footer__container {
  max-width: 1310px;
}



.content-wrapper {
  max-width: 1310px;
  padding-bottom: 40px;
  padding-top: 40px;
}









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