













@media (min-width: 576px){
  .dnd-section > .row-fluid {
    max-width: 100%;
  }
}

@media (min-width: 768px){
  .dnd-section > .row-fluid {
    max-width: 95%;
  }
}


@media (min-width: 1200px){
  .dnd-section > .row-fluid {
    max-width: 1110px;
  }
}

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

.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: #212529;
}





/* html {
  font-size: 1;
} */

body {
  color: #000000;
  font-family: DINNext,sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  background-color: #fff;
}

p {
  font-family: DINNext,sans-serif;
  font-weight: 100;
  line-height: 1.2;
}

a {
  font-family: DINNext,sans-serif;
  color: rgba(0, 102, 51, 1.0);
  text-decoration: underline;
}

a:hover,
a:focus {
  color: rgba(0, 62, 11, 1.0);
  text-decoration: none;
}

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

h1 {
  color: #063;
  font-family: DINNext, sans-serif;
  font-size: 58px;
  font-weight: 500;
}

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

h2 {
  color: #000;
  font-family: DINNext, sans-serif;
  font-size: 29px;
  font-weight: 500;
}

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

h3 {
  color: #000000;
  font-family: DINNext, sans-serif;
  font-size: 25px;
  font-weight: 500;
}

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

h4 {
  color: #000000;
  font-family: DINNext, sans-serif;
  font-size: 23px;
  font-weight: 500;
}

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

h5 {
  color: #000000;
  font-family: DINNext, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

h6 {
  color: #000000;
  font-family: DINNext, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

blockquote {
  margin: 0 0 1rem;
  word-break: normal;
  white-space: normal;
  background: none;
  font-size: 1rem;
  color: #000;
}
blockquote:before,
blockquote::after{
  display: inline-block;
    text-transform: none;
    vertical-align: middle;
    font-family: icomoon;
    font-size: 22px;
    color: #000;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    speak: none;
    transition: all 0.3s;
}
blockquote::before{
  content: "\e93e";
  font-size: 22px;
  color: #76b72d;
  margin-right:5px;
}
blockquote::after {
  content: "\e93d";
  font-size: 22px;
  color: #76b72d;
  margin-left:5px;
}





form,
.submitted-message {
  border-color: rgba(#null, 0.0) ;
  font-family: DINNext,sans-serif;
  border-width: 1px;
  padding:10px;
}

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

.hs-button,
.button--primary {
  background-color: rgba(102, 153, 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: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: rgba(62, 113, 0, 1.0);
  border-color: rgba(215, 215, 215, 0.0);
  color: rgba(255, 255, 255, 1.0);
}
.hs-button:hover, .hs-button:focus{
  background-color: rgba(118, 183, 45, 1.0);
}

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

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

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

form input,
form select,
form textarea,
.hs-input {
  border-color: rgba(153, 153, 153, 1.0);
  color: rgba(0, 0, 0, 1.0);
}

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

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: DINNext,sans-serif;
}

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

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

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





th,
td {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid rgba(#null, 1.0);
  color: rgba(#null, 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(#null, 1.0);
}

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





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


.custom-menu-primary nav.navigation-primary>ul>li>a:before{
  background-color: rgba(234, 234, 234, 1.0);
}

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

.custom-menu-primary .navigation-primary > ul > li > a:hover{
  color: rgba(0, 102, 51, 1.0);
}
.custom-menu-primary .navigation-primary > ul ul > li > a{
  color: rgba(0, 102, 51, 1.0);
}

.custom-menu-primary .navigation-primary > ul ul > li:hover > a{
  color: rgba(0, 102, 51, 1.0);
}

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

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



.headersearch-form form input{
  background-color: rgba(255, 255, 255, 1.0);
}
.headersearch-form form input{
  color: rgba(0, 0, 0, 1.0);
}
button.button.__search{
  background-color: rgba(102, 153, 0, 1.0);
}
button.button.__search:hover{
  background-color: rgba(118, 183, 45, 1.0);
}
button.button.__search{
  color: rgba(255, 255, 255, 1.0);
}
button.button.__search:hover{
  color: rgba(255, 255, 255, 1.0);
}

.headersearch-close{
  color: rgba(0, 102, 51, 1.0);
}
.headersearch-close:hover{
  color: rgba(0, 0, 0, 1.0);
}

body .custom-menu-primary a:active{
  color: rgba(40, 142, 91, 1.0);
}

body .custom-menu-primary .submenu.level-1 > li > a.active-item:after {
  background-color: #000;
}





@media(max-width: 767px) {
  .header__navigation {
    background-color: rgba(255, 255, 255, 1.0);
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: rgba(0, 102, 51, 1.0);
  }
}





.footer {
  background-color: rgba(234, 234, 234, 1.0);
  color: #000;
}

.footer__container {
  max-width: 1110px;
}

.cm-footer-menu .navigation-primary>ul>li>a{
  color: #000;
}
.cm-footer-menu .navigation-primary>ul ul li a{
  color: #063;
}

.cm-footer-menu .navigation-primary>ul ul li a:hover{
  color: #00331a;
}
.footer-icon{
  background-color: #000000;
}
.footer-icon:hover{
  background-color: #690;
}
.footer-icon::before{
  color: #ffffff;
}
.footer-icon:hover::before{
  color: #ffffff;
}






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

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

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

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

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

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

.blog-pagination__link {
  color: #000000;
}

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

.blog-post__title {
  color: #000;
  font-family:DINNext, sans-serif;
  font-size: 29px;
  font-weight: ;
}

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

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

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

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

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

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

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




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