







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */
















/* 1d. Buttons */







/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */








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

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 20px;
}

.dnd-section > .row-fluid {
  max-width: 1240px;
}




body {
  font-size: 1rem;
  color: #407239;
  font-weight: 400;
  font-family: Quicksand,sans-serif;
}


/* Anchors */

a {
  color: rgba(64, 114, 57, 1.0);
}

a:hover,
a:focus,
a:active {
  color: rgba(58, 58, 58, 1.0);
}

/* Headings */

h1 {
  font-size: 3.6666666666667rem;
  color: #3a3a3a;
  font-weight: 700;
  font-family: Quicksand,sans-serif;
}

h2 {
  font-size: 3.2rem;
  color: #3a3a3a;
  font-weight: 700;
  font-family: Quicksand,sans-serif;
}

h3 {
  font-size: 1.6666666666667rem;
  color: #3a3a3a;
  font-weight: 700;
  font-family: Quicksand,sans-serif;
}

h4 {
  font-size: 1.3333333333333rem;
  color: #3a3a3a;
  font-weight: 700;
  font-family: Quicksand,sans-serif;
}

h5 {
  font-size: 1.0666666666667rem;
  color: #3a3a3a;
  font-weight: 700;
  font-family: Quicksand,sans-serif;
}

h6 {
  font-size: 0.93333333333333rem;
  color: #3a3a3a;
  font-weight: 700;
  font-family: Quicksand,sans-serif;
}

/* Blockquote */

blockquote {
  border-left-color: #3a3a3a;
}





button,
.button {
  background-color: 

  
  
    
  


  rgba(244, 237, 231, 1.0)

;
  border: 1px solid #f4ede7;
  border-radius: 3px;
  color: #407239;
  padding: 12px 14px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: rgba(244, 237, 231, 1.0);
  border-color:rgba(244, 237, 231, 1.0);
  color: rgba(64, 114, 57, 1.0);
}

button:active,
.button:active {
  background-color: rgba(255, 255, 255, 1.0);
  border-color: #ffffff;
  color: #407239;
}





form,
.submitted-message {
  font-size: 1rem;
  color: #407239;
  font-weight: 400
}
form{
  background-color: rgba(104, 193, 135, 1.0);
}

/* Form title */

.form-title {
  background-color: 

  
  
    
  


  rgba(104, 193, 135, 1.0)

;
  color: #555556;
}

/* Form label */

form label {
  color: #f4ede7;
}

/* Form help text */

form legend {
  color: #222222;
}

/* Form inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: rgba(104, 193, 135, 1.0);
  border-color: #cad5e2;
  color: rgba(244, 237, 231, 1.0);
  border-bottom-width: 2px;
  border-radius: 0px;
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
  border-color: #cad5e2;
  background-color: rgba(104, 193, 135, 1.0);
}

/* Form placeholder text */


.hs-fieldtype-date .input .hs-dateinput:before {
  color: #407239;
}

/* Date picker */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: 

  
  
    
  


  rgba(244, 237, 231, 1.0)

;
  border: 1px solid #f4ede7;
  border-radius: 3px;
  color: #407239;
  padding: 12px 14px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: rgba(244, 237, 231, 1.0);
  border-color:rgba(244, 237, 231, 1.0);
  color: rgba(64, 114, 57, 1.0);
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(255, 255, 255, 1.0);
  border-color: #ffffff;
  color: #407239;
}





table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #407239;
}

th,
td {
  border-color: #407239;
  color: #407239;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-bottom-color: #407239;
  color: #407239;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(64, 114, 57, 1.0)

;
  color: #fff;
}





header.header {
  background-color: 

  
  
    
  


  rgba(244, 237, 231, 1.0)

;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color: rgba(64, 114, 57, 1.0);
  background-color: rgba(244, 237, 231, 1.0);
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color: rgba(35, 31, 32, 1.0);
  background-color: rgba(244, 237, 231, 1.0);
  border-color:rgba(35, 31, 32, 1.0);
}
.custom-menu-primary .hs-menu-wrapper > ul ul > li > a{
  color: rgba(64, 114, 57, 1.0);
  background-color: rgba(244, 237, 231, 1.0);
}
.custom-menu-primary .hs-menu-wrapper > ul ul > li > a:hover{
  color: rgba(35, 31, 32, 1.0);
  background-color: rgba(244, 237, 231, 1.0);
}
.custom-menu-primary .hs-menu-wrapper > ul ul{
  border-color:rgba(64, 114, 57, 1.0);
}
body .navigation-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #407239;
  font-family: Quicksand;
}

body .navigation-primary a:hover,
body .navigation-primary a:focus,
.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: #184a11;
}

body .navigation-primary a:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: #689a61;
}

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

body .submenu.level-2,
.header__language-switcher .lang_list_class {
  background-color: 

  
  
    
  


  rgba(244, 237, 231, 1.0)

;
  border-color: #407239;
}

body .submenu.level-2 > li:first-child:before {
  border-color: #407239;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: #407239;
}

body .submenu.level-2 .menu-item .menu-link:hover,
body .submenu.level-2 .menu-item .menu-link:focus,
.header__language-switcher .lang_list_class li:hover,
body .submenu.level-2 > li:first-child:hover:before,
body .submenu.level-2 > li:first-child.focus:before {
  background-color: 

  
  
    
  


  rgba(244, 237, 231, 1.0)

;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: 

  
  
    
  


  rgba(244, 237, 231, 1.0)

;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Quicksand;
}

.header__language-switcher-label-current:after {
  border-top-color: #407239;
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(244, 237, 231, 1.0)

;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: #407239;
  }
}





.footer-top-section{
  background-color: rgba(242, 100, 80, 1.0);
}
.footer-bottom-section{
  background-color: rgba(64, 114, 57, 1.0);
}

.footer-menu .hs-menu-wrapper ul li a{
  color: rgba(255, 255, 255, 1.0);
}
.footer-menu .hs-menu-wrapper ul li a:hover{
  color: rgba(68, 68, 68, 1.0);
}
.social-icon ul>li>a{
  color: rgba(255, 255, 255, 1.0);
}
.social-icon ul>li>a:hover{
  color: rgba(255, 255, 255, 1.0);
}
/* Footer Content */

.footer,
.footer .contact p{
  color: #ffffff;
}
.footer a,
.footer .contact a{
 color: rgba(255, 255, 255, 1.0);
}

.footer a:hover,
.footer .contact a:hover{
  color: rgba(68, 68, 68, 1.0);
}

.footer .contact a,
.footer .copyright a{
   color: rgba(255, 255, 255, 1.0);
}
.footer .contact a:hover,
.footer .copyright a:hover{
  color: rgba(255, 255, 255, 1.0);
}





/* Blog Header */

.blog-header {
  background-color: rgb(238, 240, 242);
}

/* Blog Listing */

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

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

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

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

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

.blog-pagination__link {
  color: #407239;
}

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

.blog-post__title {
  color: #3a3a3a;
  font-family:Quicksand;
  font-size: 3.6666666666667px;
  font-weight: 700;
}

.blog-post__author {
  background-color: #3a3a3a;
}

#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);
}

/*             Blog Grid Listing and Post styles            */

.hs-blog-listing,
.hs-blog-post {
  background-color: #F8FAFC;
}

.blog-index__post-content a:hover,
.blog-sidebar a:hover,
.blog-post__meta a:hover,
.blog-post__back-to-blog:hover {
  color: #3a3a3a;
}

.blog-post__read-more a:hover svg,
a.blog-post__back-to-blog:hover svg {
  fill: #3a3a3a;
}

.blog-index__post-content--small h2 {
  font-size: 1.6666666666667px;
}

.blog-index__post-content a {
  color: #407239;
}

.blog-post__read-more svg {
  fill: #407239;
}

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

.blog-sidebar a {
  color: #407239;
}

.blog__subscription-block, .blog-related-posts {
  background-color: rgb(238, 240, 242);
}

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

.blog-post__meta a:hover {
  color: #3a3a3a;
}

.blog-post__links-container {
  border-top:  2px solid rgb(38, 38, 38);
}

.blog-post__back-to-blog {
  color: #407239;
}

.blog-post__back-to-blog svg {
  fill: #407239;
}

.comment.depth-0 {
  border-top: 2px solid rgb(38, 38, 38) !important;
}

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


.blog-recent-posts {
  background-color: rgb(238, 240, 242);
}











.card__price {
  font-family: Quicksand
    font-size: 1.6666666666667px;
  color: #3a3a3a;
  font-weight: 700
}