/* ******************************************************************************
*********************************************************************************
Use this file to override any of the CSS styles preset in the themed
stylesheets or you can add your own custom styles.
*********************************************************************************
****************************************************************************** */




































































.dnd-section {
  padding-bottom: 10rem;
  padding-top: 10rem;
}






:root {
  --primary_color:rgba(1, 1, 1,1.0);
  --secondary_color:rgba(53, 98, 97,1.0);
  --tertiary_color:rgba(67, 67, 66,1.0);
  --quadnary_color:rgba(7, 7, 7,1.0);
}

body {
  font-size: 2rem;
  
  color: rgba(1, 1, 1,1.0);
  
  font-weight: 300;
  font-family: 'Work Sans', sans-serif;
}

/* Anchors */

a {
  color: #356261;
  background: transparent;
}

a:hover {
  color: #a7b559;
}

a:active {
  color: #a7b559;
}

/* Headings */
.h1,h1 {
  font-family: 'Work Sans', sans-serif;
  font-size: 9.4rem;
  
  color: rgba(53, 98, 97,1.0);
  
  font-weight: 800;
}

.h2,h2 {
  font-family: 'Work Sans', sans-serif;
  font-size: 8.5rem;
  
  color: rgba(53, 98, 97,1.0);
  
  font-weight: 800;
}

.h3,h3 {
  font-family: 'Work Sans', sans-serif;
  font-size: 6.5rem;
  
  color: rgba(53, 98, 97,1.0);
  
  font-weight: 300;
}

.h4,h4 {
  font-family: 'Work Sans', sans-serif;
  font-size: 4.5rem;
  
  color: rgba(53, 98, 97,1.0);
  
  font-weight: 500;
}

.sustainability-wrapper h4.title-helper,
.sustainability-wrapper .h4.title-helper {
  font-size:4.3rem;
}

.h5,h5 {
  font-family: 'Work Sans', sans-serif;
  font-size: 3.6rem;
  
  color: rgba(53, 98, 97,1.0);
  
  font-weight: 700;
}

.h6,h6 {
  font-family: 'Work Sans', sans-serif;
  font-size: 2.3rem;
  
  color: rgba(53, 98, 97,1.0);
  
  font-weight: 700;
}

.h6.heading,h6.heading {
  font-size: 2.8rem;
}
/* Blockquote */

blockquote {
  border-left-color: #356261;
}





.body-container-wrapper .custom_error_message form,
.body-container-wrapper .widget-type-form,
.body-container-wrapper .widget-type-blog_subscribe,
.body-container-wrapper .widget-type-google_search,
.body-container-wrapper .widget-type-password_prompt.custom_error_message,
.body-container-wrapper .widget-type-email_simple_subscription,
.hs-blog-post .body-container-wrapper .widget-type-blog_comments,
.body-container-wrapper .hs-search-field__bar,
.body-container-wrapper .submitted-message,
.body-container-wrapper #hs_cos_wrapper_password_prompt,
.body-container-wrapper .form-container-wrapper{
  font-family: 'Work Sans', sans-serif;
  padding:0px 0px;
  background-color:rgba(255, 255, 255, 0.0 );
  margin:0 0 10px;
}

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



.body-container-wrapper .custom_error_message h3,
.body-container-wrapper .widget-type-form h3,
.body-container-wrapper .widget-type-blog_subscribe h3,
.body-container-wrapper .widget-type-google_search h3 ,
.body-container-wrapper .widget-type-password_prompt.custom_error_message h3 ,
.body-container-wrapper .widget-type-email_simple_subscription h3,
.hs-blog-post .body-container-wrapper .widget-type-blog_comments h3,
.body-container-wrapper .hs-search-field__bar h3 ,
.body-container-wrapper .form-container-wrapper h3 {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(53, 98, 97, 1.0);
}

.body-container-wrapper .form-container-wrapper h4,
.body-container-wrapper .form-container-wrapper p,
.body-container-wrapper .form-container-wrapper a,
.body-container-wrapper.backup_unsubscribe .page-header h1,
.body-container-wrapper.backup_unsubscribe .page-header p,
.body-container-wrapper .widget-type-email_simple_subscription h1{
  color: rgba(53, 98, 97, 1.0);
}

.hs-button,
.button,
.hs-search-field__button,
.hs-button.primary {
  background-color: rgba(67, 67, 66, 1.0);
  color: rgba(239, 243, 245, 1.0);
  padding-left: 1.7rem;
  padding-right: 1.7rem;
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
  border-width:2px;
  border-radius:2rem;
  border-style:solid;
  border-color: rgba(67, 67, 66, 1.0);
}

.hs-button:hover,
.button:hover,
.hs-search-field__button:hover,
.hs-button.primary:hover {
  background-color: rgba(28, 28, 28, 1.0);
  color: rgba(255, 255, 255, 1.0);
  border-color: rgba(28, 28, 28, 1.0);
  text-decoration:none;
}

.hs-button.primary:active,
.hs-search-field__button:active {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}


.custom-header .header-button .hs-button,
.custom-header .header-button a {
  background-color: rgba(255, 255, 255, 0.0);
  border-width:2px;
  border-style:solid;
  color: rgba(167, 181, 89, 1.0);
  border-color: rgba(33, 99, 98, 1.0);
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  border-radius:50px;
}

.custom-header .header-button .hs-button:hover ,
.custom-header .header-button a:hover {
  background-color: rgba(33, 99, 98, 1.0);
  color: rgba(167, 181, 89, 1.0);
  border-color: rgba(33, 99, 98, 1.0);
}

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

.hs-error-msgs label,
.form-input-validation-message-error label{
  color:#ff0000;
}

.hs-form legend {
  color: rgba(124, 152, 182, 1.0);
}

form input[type="text"],
form input[type="password"], 
form input[type="datetime"], 
form input[type="datetime-local"], 
form input[type="date"], 
form input[type="month"], 
form input[type="time"], 
form input[type="week"], 
form input[type="number"], 
form input[type="email"], 
form input[type="url"], 
form input[type="search"], 
form input[type="tel"], 
form input[type="color"],
form input[type="file"],
form textarea,
form select,
form select,
form textarea,
.hs-input, 
.hs-search-field__input,
#hs-pwd-widget-password{
  background-color: rgba(245, 245, 245, 1.0);
  border-color: rgba(245, 245, 245, 1.0);
  color: rgba(73, 80, 87, 1.0);
  border-radius:3rem;
  border-width:5px;
  border-style:solid;
}



form input[type="text"]::placeholder,
form input[type="password"]::placeholder, 
form input[type="datetime"]::placeholder, 
form input[type="datetime-local"]::placeholder, 
form input[type="date"]::placeholder, 
form input[type="month"]::placeholder, 
form input[type="time"]::placeholder, 
form input[type="week"]::placeholder, 
form input[type="number"]::placeholder, 
form input[type="email"]::placeholder, 
form input[type="url"]::placeholder, 
form input[type="search"]::placeholder, 
form input[type="tel"]::placeholder,
form input[type="color"]::placeholder,
form input[type="file"]::placeholder,
form textarea::placeholder,
form select::placeholder,
form select::placeholder,
form textarea::placeholder,
.hs-search-field__input::placeholder,
#hs-pwd-widget-password::placeholder,
textarea.hs-input::placeholder {
  color: rgba(73, 80, 87, 1.0);
}


form#email-prefs-form input[type="email"] {
  width:100% !important;
}


form input[type="text"]:hover,
form input[type="password"]:hover, 
form input[type="datetime"]:hover, 
form input[type="datetime-local"]:hover, 
form input[type="date"]:hover, 
form input[type="month"]:hover, 
form input[type="time"]:hover, 
form input[type="week"]:hover, 
form input[type="number"]:hover, 
form input[type="email"]:hover, 
form input[type="url"]:hover, 
form input[type="search"]:hover, 
form input[type="tel"]:hover,
form input[type="color"]:hover,
form input[type="file"]:hover,
form textarea:hover,
form select:hover,
form select:hover,
form textarea:hover,
.hs-search-field__input:hover,
#hs-pwd-widget-password:hover{
  border-color: rgba(245, 245, 245, 1.0);
}

form input[type="text"]:focus,
form input[type="password"]:focus, 
form input[type="datetime"]:focus, 
form input[type="datetime-local"]:focus, 
form input[type="date"]:focus, 
form input[type="month"]:focus, 
form input[type="time"]:focus, 
form input[type="week"]:focus, 
form input[type="number"]:focus, 
form input[type="email"]:focus, 
form input[type="url"]:focus, 
form input[type="search"]:focus, 
form input[type="tel"]:focus,
form input[type="color"]:focus,
form input[type="file"]:focus,
form textarea:focus,
form select:focus,
form select:focus,
form textarea:focus,
.hs-input:focus, 
.hs-search-field__input:focus,
#hs-pwd-widget-password:focus{
  border-color: rgba(243, 243, 243, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
}

form input[type="text"].error,
form input[type="password"].error, 
form input[type="datetime"].error, 
form input[type="datetime-local"].error, 
form input[type="date"].error, 
form input[type="month"].error, 
form input[type="time"].error, 
form input[type="week"].error, 
form input[type="number"].error, 
form input[type="email"].error, 
form input[type="url"].error, 
form input[type="search"].error, 
form input[type="tel"].error,
form input[type="color"].error,
form input[type="file"].error,
form textarea.error,
form select.error,
form select.error,
form textarea.error,
.hs-input.error, 
.hs-search-field__input.error,
#hs-pwd-widget-password.error{
  border-color: ;
}

form input[type="text"].error:focus,
form input[type="password"].error:focus, 
form input[type="datetime"].error, 
form input[type="datetime-local"].error:focus, 
form input[type="date"].error:focus, 
form input[type="month"].error:focus, 
form input[type="time"].error:focus, 
form input[type="week"].error:focus, 
form input[type="number"].error:focus, 
form input[type="email"].error:focus, 
form input[type="url"].error:focus, 
form input[type="search"].error:focus, 
form input[type="tel"].error:focus,
form input[type="color"].error:focus,
form input[type="file"].error:focus,
form textarea.error:focus,
form select.error:focus,
form select.error:focus,
form textarea.error:focus,
.hs-input.error:focus, 
.hs-search-field__input.error:focus,
#hs-pwd-widget-password.error:focus {
  border-color: ;
}


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

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: 'Work Sans', sans-serif;
}

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

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

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





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

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

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

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





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

.mini-container {
  max-width: 112rem;
  margin-left: auto;
  margin-right: auto;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a{
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(53, 98, 97, 1.0);
}

.custom-menu-primary .hs-menu-wrapper>ul>li.active>a,
.custom-menu-primary .hs-menu-wrapper>ul>li.active-branch>a{
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(53, 98, 97, 1.0);
}

.custom-menu-primary .hs-menu-wrapper>ul ul>li>a{
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(53, 98, 97, 1.0);
}

.custom-menu-primary .hs-menu-wrapper>ul ul>li.active>a,
.custom-menu-primary .hs-menu-wrapper>ul ul>li.active-branch>a{
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(53, 98, 97, 1.0);
}

@media (min-width:1200px) {

  .custom-menu-primary .hs-menu-wrapper>ul>li:hover>a,
  .custom-menu-primary .hs-menu-wrapper>ul>li.active:hover>a,
  .custom-menu-primary .hs-menu-wrapper>ul>li.active-branch:hover>a {
    background-color: rgba(255, 255, 255, 0.0);
    color: rgba(167, 181, 89, 1.0);
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul>li:hover>a,
  .custom-menu-primary .hs-menu-wrapper>ul ul>li.active:hover>a,
  .custom-menu-primary .hs-menu-wrapper>ul ul>li.active-branch:hover>a {
    background-color: rgba(255, 255, 255, 0.0);
    color: rgba(167, 181, 89, 1.0);
  }

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

}

@media (min-width:576px) {
  .footer__container,
  .content-wrapper,
  .header__container,
  .page-center,
  .dnd-section > .row-fluid{
    max-width: 540px;
  }
}

@media (min-width:768px) {
  .footer__container,
  .content-wrapper,
  .header__container,
  .page-center,
  .dnd-section > .row-fluid{
    max-width: 720px;
  }
}

@media (min-width:992px) {
  .footer__container,
  .content-wrapper,
  .header__container,
  .page-center,
  .dnd-section > .row-fluid{
    max-width: 960px;
  }
}

@media (min-width:1200px) {
  .footer__container,
  .content-wrapper,
  .header__container,
  .page-center,
  .dnd-section > .row-fluid{
    max-width: 1750px;
  }
}

@media (max-width:575px) {
  .h1,h1 {
    font-size: 6.4rem;
  }

  .h2,h2 {
    font-size: 5.0rem;
  }



}

@media (max-width:450px) {
  .h1,h1 {
    font-size: 5.0rem;
  }

  .h2,h2 {
    font-size: 4.5rem;
  }


}





.custom-footer {
  background-color: rgba(52, 66, 31, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.custom-footer h1,
.custom-footer h2,
.custom-footer h3,
.custom-footer h4,
.custom-footer h5,
.custom-footer h6,
.custom-footer .foot-column .label{
  color: rgba(170, 180, 101, 1.0);
}

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

.custom-footer a:hover,
.custom-footer li.active>a{
  color: rgba(170, 180, 101, 1.0);
}

.custom-footer-bottom {
  border-top:2px solid rgba(131, 156, 64, 1.0);
  color: rgba(170, 180, 101, 1.0);
}

.custom-footer-bottom a {
  color: rgba(170, 180, 101, 1.0);
}

.custom-footer-bottom a:hover,
.custom-footer-bottom li.active>a{
  color: rgba(255, 255, 255, 1.0);
}

/* ========================== Footer Social Icons =================================== */

.custom-footer-social a svg circle {
  -webkit-transition:all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -o-transition:all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  fill: rgba(192, 193, 168,1);
  opacity:1.0;
}

.custom-footer-social a svg path {  
  -webkit-transition:all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -o-transition:all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  fill: rgba(255, 255, 255,1);
  opacity:1.0;
}

.custom-footer-social a:hover {
  opacity:0.7000000000000001;
}

.custom-footer-social a:hover { 
  opacity:0.7000000000000001;
}

.custom-footer .foot-column:not(:last-child) {
  border-bottom:2px solid rgba(131, 156, 64, 1.0);
}

@media (min-width:768px) {
  .custom-footer .foot-column:not(:last-child) {
    border-bottom: none;
    border-right:2px solid rgba(131, 156, 64, 1.0);
  }
}






.blog-post__date {
  border-color: 

  
  
    
  


  rgba(1, 1, 1, 1.0)

;
}

.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
  color: 

  
  
    
  


  rgba(1, 1, 1, 1.0)

;
}

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

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

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

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


/*             Blog Grid Listing and Post styles            */

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

.hs-blog-listing,
.hs-blog-post {
  background-color: rgba(255, 255, 255,1.0);
}

.blog-index__post-inner-card {
  box-shadow: -5px 0px 20px 0px rgba(0, 0, 0, 0.10);
}

.blog-post__tag-link:hover{
  color: #a7b559;
}

.blog-post__read-more svg {
  fill: 

  
  
    
  


  rgba(1, 1, 1, 1.0)

;
}

.blog-post__read-more a:hover svg {
  fill: #a7b559;
}

.blog-sidebar ul {
  box-shadow: -5px 0px 20px 0px rgba(0, 0, 0, 0.10);
}

.blog-sidebar a {
  color: 

  
  
    
  


  rgba(1, 1, 1, 1.0)

;
}

.blog-sidebar a:hover {
  color: #a7b559;
}

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

.post-featured-image {
  max-height: 600px;
}

.blog-post {
  box-shadow: -5px 0px 20px 0px rgba(0, 0, 0, 0.10);
}

.blog-post__meta a {
  color: 

  
  
    
  


  rgba(1, 1, 1, 1.0)

;
}

.blog-post__body, .blog-post__tags a {
  color: 

  
  
    
  


  rgba(1, 1, 1, 1.0)

;
}

.blog-post__meta a:hover {
  color: #a7b559
}

.blog-post__links {
  border-top:  2px solid rgb(33, 78, 77);
}

.blog-post__back-to-blog {
  color: 

  
  
    
  


  rgba(1, 1, 1, 1.0)

;
}

.blog-post__back-to-blog:hover {
  color: #a7b559;
}

.blog-post__back-to-blog svg {
  fill: 

  
  
    
  


  rgba(1, 1, 1, 1.0)

;
}

a.blog-post__back-to-blog:hover svg {
  fill: #a7b559;
}

.comment.depth-0,
.blog-comments form {
  border-top: 2px solid rgb(33, 78, 77);
}

.comment.depth-1 {
  border-left: 2px solid rgb(33, 78, 77);
}

.blog-recent-posts {
  background-color: rgba(255, 255, 255,1.0);
}








.hs-search-results__title {
  text-decoration:none;
  font-family: ;
  font-size: px;
  color:  ;
  font-weight: ;
}
.hs-search-results__title:hover {
  color:  ;
}





body .icon svg {
  fill: #010101;
}

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

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

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

body .team-member__description {
  background-color: #356261;
}






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