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

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

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




body {
  color: #404040;
  color: rgba(64, 64, 64, 1.0);
  font-family: Raleway, Helvetica Neue, sans-serif;
  font-weight: 400;
  /*font-size: 16px;*/
  font-size: 20px;
}
p {
  color: #404040;
  font-family: Raleway, Helvetica Neue, sans-serif;
  font-weight: 400;
}
a, p a {
  color: rgba(12, 61, 51, 1.0);
}
/*
a:hover, p a:hover {
  color:#D1DDDB;
  color: rgba(209, 221, 219, 1.0);
}
*/
h1 {
  color: #404040;
  color: rgba(64, 64, 64, 1.0);
  font-family: Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}

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

h2 {
  color: #0c3d33;
  color: rgba(12, 61, 51, 1.0);
  font-family: Museo-500;
  /*font-size: 1.7rem;*/
  font-size: 35px;
  font-weight: 500;
  border-color: rgba(204, 204, 204, 1.0);
}

.h2-no-border h2,
.h3-no-border h3,
.no-header-border h2,
.no-header-border h3 {
  border:none!important;
}

h3 {
  color: #0c3d33;
  color: rgba(12, 61, 51, 1.0);
  font-family: Museo-500;
  /*font-size: 1.1rem;*/
  font-size: 27px;
  font-weight: 400;
  border-color: rgba(204, 204, 204, 1.0);
}

h4 {
  color: #0c3d33;
  color: rgba(12, 61, 51, 1.0);
  font-family: Museo-500;
  font-size: 1rem;
  font-weight: 500;
  border-color: rgba(204, 204, 204, 1.0);
}

h5 {
  color: #0c3d33;
  color: rgba(12, 61, 51, 1.0);
  font-family: Museo-500;
  font-size: 1.15rem;
  font-weight: 500;
  border-color: rgba(204, 204, 204, 1.0);
}

h6 {
  color: #0c3d33;
  color: rgba(12, 61, 51, 1.0);
  font-family: Museo-500;
  font-size: 1rem;
  font-weight: 500;
  border-color: rgba(204, 204, 204, 1.0);
}

blockquote,
hr {
  border-color: #cacaca;
}





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

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

.hs-button,
.button--primary {
  background-color: rgba(255, 255, 255, 1.0);
  border-color: rgba(26, 87, 74, 1.0);
  border-radius: 0px;
  border-width: 3px;
  color: rgba(26, 87, 74, 1.0) !important; 
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 10.4px;
  padding-bottom: 10.4px;
}
.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: rgba(85, 85, 85, 1.0);
  color: rgba(255, 255, 255, 1.0) !important; 
}
.hs-button:active,
.button--primary:active {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(26, 87, 74, 1.0);
}

.hs-form label,
.hs-form-field > label {
  color: rgba(10, 10, 10, 1.0);
}
.hs-form legend {
  color: rgba(10, 10, 10, 1.0);
}

form input,
form select,
form textarea,
.hs-input,
input#hs-pwd-widget-password {
  border-color: rgba(202, 202, 202, 1.0);
  border-radius: 0px;
}
form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus,
input#hs-pwd-widget-password:focus {
  border-color: rgba(138, 138, 138, 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: #404040;
}

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

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

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

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

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





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

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

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

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





.top-header-wrapper {
  background: rgba(64, 64, 64, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
.top-header-wrapper a {
  color: rgba(255, 255, 255, 1.0);
}
.top-header-wrapper a:hover {
  color: rgba(209, 221, 219, 1.0);
}

.bottom-header-wrapper {
  background-color: rgba(10, 46, 37, 1.0);
  border-color: rgba(204, 204, 204, 1.0);
}
ul.submenu.level-1 li > a {
  color: rgba(204, 204, 204, 1.0);
}
ul.submenu.level-1 li > a:hover {
  color: rgba(64, 64, 64, 1.0);
  background-color: rgba(204, 204, 204, 1.0);
} 
ul.submenu.level-1 li.active > a,
ul.submenu.level-1 li > a.active-branch {
  color: rgba(64, 64, 64, 1.0);
  background-color: rgba(204, 204, 204, 1.0);
}

.bottom-header-wrapper .hdr-contact a {
  color: rgba(255, 255, 255, 1.0);
  text-decoration: none;
}
.bottom-header-wrapper .hdr-contact a:hover {
  color: rgba(255, 255, 255, 1.0);
}
.bottom-header-wrapper .hdr-contact .cst-button {
  background-color: rgba(0, 0, 0, 0.0);
  border-color: rgba(204, 204, 204, 1.0);
  color: rgba(254, 254, 254, 1.0);
}
.bottom-header-wrapper .hdr-contact .cst-button:hover {
  background-color: rgba(85, 85, 85, 1.0);
  border-color: rgba(204, 204, 204, 1.0);
  color: rgba(254, 254, 254, 1.0);
}

@media (min-width: 768px) {
  ul.submenu.level-1 ul li > a {
    color: rgba(10, 10, 10, 1.0);
    background-color: rgba(204, 204, 204, 1.0);    
  }
  ul.submenu.level-1 ul li > a:hover {
    color: rgba(254, 254, 254, 1.0);
    background-color: rgba(64, 64, 64, 1.0);    
  }
  ul.submenu.level-1 ul > li.active > a,
  ul.submenu.level-1 ul > li > a.active-branch {
    color: rgba(254, 254, 254, 1.0);
    background-color: rgba(10, 46, 37, 1.0);
  }
  ul.submenu.level-1 > li:hover > a {
    color: rgba(64, 64, 64, 1.0);
    background-color: rgba(204, 204, 204, 1.0);
  } 
  
  
}






.custom-footer-wrapper {
  background-color: rgba(10, 46, 37, 1.0);
  color: rgba(204, 204, 204, 1.0);
  border-color: rgba(204, 204, 204, 1.0);
}
.custom-footer-wrapper .footer-container {
max-width: 1200.00000000306px;
}
.banner-wrapper .banner-content {
  max-width: 1200.00000000306px !important;
}
.bottom-footer-wrapper .copyright-content {
  color: rgba(204, 204, 204, 1.0);
}
.custom-footer-wrapper a {
  color: rgba(254, 254, 254, 1.0);
  text-decoration: none;
}
.custom-footer-wrapper a:hover {
  color: rgba(254, 254, 254, 1.0);
}
.footer-menu ul > li a {
  color: rgba(204, 204, 204, 1.0);
}
.footer-menu ul > li a:hover {
  color: rgba(209, 221, 219, 1.0);
}
.top-footer-wrapper #social-icons li.widget .social {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(204, 204, 204, 1.0);
  border-color: rgba(204, 204, 204, 1.0);
}
.top-footer-wrapper #social-icons li.widget .social:hover {
  background-color: rgba(209, 221, 219, 1.0);
  color: rgba(254, 254, 254, 1.0);
  border-color: rgba(209, 221, 219, 1.0);
}





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

.blog-post__date {
  border-color: #404040;
}

.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
  color: #404040;
}

.blog-card__tag-link:hover,
.blog-card__title a:hover,
.blog-tag-filter__menu-link:hover,
.blog-post__tag-link:hover,
.blog-post__author-name:hover,
.blog-card__tag-link:focus,
.blog-card__title a:focus,
.blog-tag-filter__menu-link:focus,
.blog-post__tag-link:focus,
.blog-post__author-name:focus {
  color: #181818;
}

.blog-card__tag-link:active,
.blog-card__title a:active,
.blog-tag-filter__menu-link:active,
.blog-post__tag-link:active,
.blog-post__author-name:active {
  color: #686868;
}

.blog-tag-filter__menu-link--active-item:after {
  background-color: #404040;
}

.blog-pagination__link {
  color: #404040;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
  background-color: #404040;
}

.blog-post__title {
  color: #0c3d33;
  color: rgba(12, 61, 51, 1.0);
  font-family:Museo-500;
  font-size: 1.7px;
  font-weight: ;
}

.blog-post__author {
  background-color: #cacaca;
}

#comments-listing .comment-reply-to {
  color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:active {
  color: rgba(#null, 0.0);
}










body .icon svg {
  fill: #404040;
}

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

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

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

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

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




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