







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */
















/* 1d. Buttons */












/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */








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

.dnd-section,
.content-wrapper--vertical-spacing {
		padding: 54px 0px;
}

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





body {
		font-size: 18px;
		color: #FFFFFF;
		font-weight: 300;
		font-family: Barlow;
		background:#262626;
}

/* Paragraphs */

p {
		font-size: 18px;
		color: #FFFFFF;
		font-weight: 300;
}

/* Anchors */

a {
		color: #59ba4f;
}

a:hover,
a:focus,
a:active {
		color: #59ba4f;
}

/* Headings */

h1 {
		font-family: Barlow, Helvetica,Arial,Lucida,sans-serif;
		font-size: 60px;
		color: #FFFFFF;
		font-weight: 700;
}

h2 {
		font-family: Barlow;
		font-size: 45px;
		color: #FFFFFF;
		font-weight: 600;
}

h3 {
		font-family: Barlow;
		font-size: 43px;
		color: #FFFFFF;
		font-weight: 500;
}

h4 {
		font-family: Barlow;
		font-size: 36px;
		color: #FFFFFF;
		font-weight: 500;
}

h5 {
		font-family: Barlow;
		font-size: 31px;
		color: #FFFFFF;
		font-weight: regular;
}

h6 {
		font-family: Barlow;
		font-size: 26px;
		color: #FFFFFF;
		font-weight: regular;
}

/* Blockquote */

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





button,
.button {
		background-color: 

  
  
    
  


  rgba(94, 186, 79, 0.0)

;
		border: 2px solid 

  
  
    
  


  rgba(94, 186, 79, 1.0)

;
		border-radius: 4px;
		color: #FFFFFF;
		padding: 12px 21px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
		background-color: rgba(54, 146, 39, 0.0);
		border-color: #369227;
		color: #FFFFFF;
}

button:active,
.button:active {
		background-color: rgba(134, 226, 119, 0.0);
		border-color: #86e277;
		color: #FFFFFF;
}





form,
.submitted-message {
		font-size: 18px;
		color: #FFFFFF;
		font-weight: 300
}

/* Form title */

.form-title {
		background-color: 

  
  
    
  


  rgba(63, 63, 63, 0.0)

;
		color: #5eba4f;
}

/* Form label */

form label {
		color: #EEEEEE;
}

/* Form help text */

form legend {
		color: #EEEEEE;
}

/* 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 {
		border-color: #cbd6e2;
}

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

/* Form placeholder text */

::-webkit-input-placeholder {
		color: #FFFFFF;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
		color: #FFFFFF;
}

/* Date picker */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
		background-color: 

  
  
    
  


  rgba(94, 186, 79, 0.0)

;
		color:  

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
		padding: 12px 21px;
		border-color: 

  
  
    
  


  rgba(94, 186, 79, 1.0)

;
		border-radius: 4px;
		border: 2px solid 

  
  
    
  


  rgba(94, 186, 79, 1.0)


}
 
form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
		background-color: 

  
  
    
  


  rgba(94, 186, 79, 1.0)

;
		color:  

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
		border-color: 

  
  
    
  


  rgba(94, 186, 79, 1.0)

;
}

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





table {
		background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
		border-color: #3f3f3f;
}

th,
td {
		border-color: #3f3f3f;
		color: #3f3f3f;
}

thead th,
thead td {
		background-color: 

  
  
    
  


  rgba(63, 63, 63, 1.0)

;
		border-bottom-color: #3f3f3f;
		color: #FFFFFF;
}

tfoot td {
		background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
		color: #3f3f3f;
}





.main_header {
		background-color: 

  
  
    
  


  rgba(33, 33, 33, 1.0)

;
}
.top_header ul li.top-bar a {
		color:  rgba(89, 186, 79, 1.0);
}
.top_header ul li.top-bar a:hover {
		color:  rgba(89, 186, 79, 1.0);
} 
.top_header ul li:last-child {
    background-color: rgba(89, 186, 79, 1.0);
		border-color: rgba(89, 186, 79, 1.0);
}
.top_header ul li:last-child a {
    color:  rgba(255, 255, 255, 1.0);
}
.top_header ul li:last-child:hover {
    background-color: rgba(79, 166, 70, 1.0);
		border-color: rgba(89, 186, 79, 1.0);
}
.top_header ul li:last-child:hover a {
    color:  rgba(255, 255, 255, 1.0);
}
.bottom_header ul.submenu.level-1 > li > a {
		color:  rgba(255, 255, 255, 1.0);
}
.bottom_header ul.submenu.level-1 > li > a:hover {
		color:  rgba(255, 255, 255, 1.0);
}
.bottom_header ul.submenu.level-2 li a {
		color:  rgba(255, 255, 255, 1.0);
}
.bottom_header ul.submenu.level-2 li a:hover {
		color:  rgba(255, 255, 255, 1.0);
}
.bottom_header ul.submenu.level-2, ul.submenu.level-3 {
		border-color:rgba(89, 186, 79, 1.0);
}
ul.submenu.level-2,
ul.submenu.level-3 {
		background-color: rgba(33, 33, 33, 1.0);
}
a.menu-link.active-item {
		color: rgba(89, 186, 79, 1.0) !important;
}






.footer {
		background-color: 

  
  
    
  


  rgba(33, 33, 33, 1.0)

;
}
.footer_contact_info h4 {
		color: rgba(255, 255, 255, 1.0); 
}
.footer_col p {
		color: rgba(255, 255, 255, 1.0);
}
.footer_col p a {
		color: rgba(99, 176, 72, 1.0);
}
.footer_col p a:hover {
		color: rgba(255, 255, 255, 1.0);
}

.footer_social_links li a {
		background-color: rgba(79, 166, 70, 1.0); 
}
.footer_social_links li a:hover {
		background-color: rgba(79, 166, 70, 1.0);
}
.footer_social_links li a:before {
		color: rgba(255, 255, 255, 1.0);
}
.footer_social_links li a:hover:before {
		color: rgba(255, 255, 255, 1.0);
}


.footer_copyright p {
		color: rgba(255, 255, 255, 1.0);
}

.footer_newsletter form .hs-richtext p{
		color: rgba(94, 186, 79, 1.0);
}
.footer_newsletter form label span {
		color: rgba(238, 238, 238, 1.0);
}
.footer_newsletter form input[type=email] {
		border-color: rgba(203, 214, 226, 1.0);
}
.footer_newsletter form input[type=email]:focus {
		border-color: rgba(82, 168, 236, 0.8);
}

.footer_newsletter form input[type=submit], 
.footer_newsletter form .hs-button {
		background-color: rgba(94, 186, 79, 1.0);
    color: rgba(255, 255, 255, 1.0);
    border-color: rgba(94, 186, 79, 1.0);
}
.footer_newsletter form input[type=submit]:hover , 
.footer_newsletter form .hs-button:hover  {
		background-color: rgba(94, 186, 79, 1.0);
    color: rgba(255, 255, 255, 1.0);
    border-color: rgba(94, 186, 79, 1.0);
}






/* Blog Header */

.blog-header {
		background-color: rgb(#null);
}

/* Blog Listing */

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

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

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

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

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

.blog-pagination__link {
		color: #FFFFFF;
}

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

.blog-post__title {
		color: #FFFFFF;
		font-family:Barlow;
		font-size: 60px;
		font-weight: 700;
}

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

#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 {
		background-color: ;
}

.hs-blog-post {
		background-color: ;
}




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

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

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

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

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

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

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

.blog__subscription-block, .blog-related-posts {
		background-color: rgb(#null);
}

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

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

.blog-post__meta a {
		color: #FFFFFF;
}

.blog-post__meta a:hover {
		color: #59ba4f;
}

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

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

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

.comment.depth-0,
.blog-comments form {
		border-top: 2px solid rgb(#null) !important;
}

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

.section.post-footer .hs-input {
		border-color: rgb(#null);
}

.blog-recent-posts {
		background-color: rgb(#null);
}











.card__price {
		font-family: Barlow
				font-size: 43px;
		color: #FFFFFF;
		font-weight: 500
}