







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */















































/* 1d. Buttons */










/* 1e. Forms */













/* 1f. Tables */











/* 1g. Site header */


/* 1h. Site footer */






@media only screen and (min-width: 1000px){
  .content-wrapper,.dnd-section > .row-fluid {
    max-width: 1425px;
  }

}

@media only screen and (min-width: 480px) and (max-width: 690px){
  .content-wrapper,.dnd-section > .row-fluid {
    max-width: 420px;
  }

}

@media only screen and (min-width: 690px) and (max-width: 999px){
  .content-wrapper,.dnd-section > .row-fluid {
    max-width: 600px;
  }

}
@media only screen and (max-width: 690px){
  .content-wrapper,.dnd-section > .row-fluid {
    max-width: 320px;
  }

}
@media only screen and (max-width: 321px){
  .content-wrapper,.dnd-section > .row-fluid {
    max-width: 300px;
  }

}

@media only screen and (min-width: 480px) and (max-width: 690px){
  .content-wrapper,.dnd-section > .row-fluid {
    max-width: 420px;
  }
}
.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 20px;
}







html {
  font-size: 16px;
}

body {
  font-size: 16px;
  color: #676767;
  font-weight: 400;
  font-family: "Open Sans",sans-serif;
}

/* Paragraphs */

p {
  font-size: 16px;
  color: #676767;
  font-weight: 400;
}

/* Anchors */

a {
  color: 

  
  
    
  


  rgba(108, 184, 58, 1.0)

;
}

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

/* Headings */

h1 {
  font-family: Montserrat;
  font-size: 34px;
  color: 

  
  
    
  


  rgba(34, 34, 34, 1.0)

;
  font-weight: 700;
}

h2 {
  font-family: Montserrat;
  font-size: 30px;
  color: 

  
  
    
  


  rgba(34, 34, 34, 1.0)

;
  font-weight: 700;
}

h3 {
  font-family: Montserrat;
  font-size: 28px;
  color: 

  
  
    
  


  rgba(34, 34, 34, 1.0)

;
  font-weight: 600;
}

h4 {
  font-family: Montserrat;
  font-size: 18px;
  color: 

  
  
    
  


  rgba(34, 34, 34, 1.0)

;
  font-weight: 600;
}

h5 {
  font-family: Montserrat;
  font-size: 16px;
  color: 

  
  
    
  


  rgba(34, 34, 34, 1.0)

;
  font-weight: 600;
}

h6 {
  font-family: Montserrat;
  font-size: 14px;
  color: 

  
  
    
  


  rgba(34, 34, 34, 1.0)

;
  font-weight: 700;
}

/* Blockquote */

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





button,
.button {
  background-color: 

  
  
    
  


  rgba(108, 184, 58, 1.0)

;
  border: 0px solid 

  
  
    
  


  rgba(255, 255, 255, 0.18)

;
  border-radius: 4px;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  padding: 15px 22px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: 

  
  
    
  


  rgba(108, 184, 58, 0.85)

;
  border-color: 

  
  
    
  


  rgba(108, 184, 58, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}






form,
.submitted-message {
  font-size: 16px;
  color: #676767;
  font-weight: 400
}

/* Form title */

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

/* Form label */

form label {
  color: 

  
  
    
  


  rgba(108, 184, 58, 1.0)

;
}

/* Form help text */

form legend {
  color: 

  
  
    
  


  rgba(145, 145, 145, 1.0)

;
}

/* 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: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  color: 

  
  
    
  


  rgba(85, 85, 85, 1.0)

;
  background:

  
  
    
  


  rgba(0, 0, 0, 0.04)

;
}

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: 

  
  
    
  


  rgba(108, 184, 58, 1.0)

;
}

/* Form placeholder text */


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

/* Date picker */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: 

  
  
    
  


  rgba(108, 184, 58, 1.0)

;
  border: 0px solid 

  
  
    
  


  rgba(255, 255, 255, 0.18)

;
  border-radius: 4px;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  padding: 15px 22px;
}

form input[type=submit]:hover,
form .hs-button:hover{
  background-color: 

  
  
    
  


  rgba(108, 184, 58, 0.85)

;
  border-color: 

  
  
    
  


  rgba(108, 184, 58, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

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






table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

th,
td {
  border-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

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

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



























header.header{
  background:

  
  
    
  


  rgba(29, 35, 39, 1.0)

;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a{
  color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a:hover{
  color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color:

  
  
    
  


  rgba(108, 184, 58, 1.0)

;
}
.custom-menu-primary .hs-menu-wrapper>ul ul{
  background-color:

  
  
    
  


  rgba(29, 35, 39, 1.0)

;
}
.custom-menu-primary .hs-menu-wrapper>ul ul>li>a{
  color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.custom-menu-primary .hs-menu-wrapper>ul ul>li>a:hover{
  color:

  
  
    
  


  rgba(133, 200, 68, 1.0)

;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a{
  background-color:

  
  
    
  


  rgba(108, 184, 58, 1.0)

;
  color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a:hover{
  background-color:

  
  
    
  


  rgba(108, 184, 58, 1.0)

;
  color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:not(:last-child)>a:after{
  border-color:

  
  
    
  


  rgba(108, 184, 58, 1.0)

;
}
.header_social_icon .social li a{
  color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

!important;
}
.header_social_icon .social .fa-youtube-play:after,.header_social_icon .social .fa-facebook:after, .header_social_icon .social .fa-linkedin:after{
  color:

  
  
    
  


  rgba(133, 200, 68, 1.0)

!important;
}
ul.search-btn>li a span{
  color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
ul.search-btn>li a span:hover{
  color:

  
  
    
  


  rgba(133, 200, 68, 1.0)

;
}
#search-outer #search #search-box input[type=text]{

  border-color:

  
  
    
  


  rgba(133, 200, 68, 1.0)

;
}
#search-outer #search .span_12 span{
  color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
#search-outer #search #search-box input[type=text]::placeholder{
  color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}


































footer.footer{
  background:

  
  
    
  


  rgba(29, 35, 39, 1.0)

;
}
.widget_nav_menu .hs-menu-wrapper>ul>li>a,.footer .widget h4{
  color:

  
  
    
  


  rgba(221, 221, 221, 1.0)

;
}
.widget_nav_menu .hs-menu-wrapper>ul ul>li>a,.footer .widget h3 a,#search-3 li a,.images .hs_cos_wrapper a,.popular_links .hs-menu-wrapper>ul ul>li>a {
  color:

  
  
    
  


  rgba(108, 184, 58, 1.0)

;
}
.widget_nav_menu .hs-menu-wrapper>ul ul>li>a:hover,.footer .widget h3 a:hover,#search-3 li a:hover,.images .hs_cos_wrapper a:hover,.popular_links .hs-menu-wrapper>ul ul>li>a:hover {
  color:

  
  
    
  


  rgba(108, 184, 58, 0.7)

;
}
.footer .widget form input[type=text]{
  background:

  
  
    
  


  rgba(0, 0, 0, 0.04)

;
}
.footer .widget input[type=text]:focus{
  border-color:

  
  
    
  


  rgba(108, 184, 58, 1.0)

;
}
.footer .widget form ::-webkit-input-placeholder{
  color:

  
  
    
  


  rgba(117, 117, 117, 1.0)

;
}
.widget_search .search-form button[type=submit] .icon-salient-search{
  color:

  
  
    
  


  rgba(108, 184, 58, 1.0)

;
}
.footer .row{
  border-color:

  
  
    
  


  rgba(255, 255, 255, 0.18)

;
}
.footer .row p{
  color:

  
  
    
  


  rgba(181, 181, 181, 1.0)

;
}
.footer_bottom a{
  color:

  
  
    
  


  rgba(181, 181, 181, 1.0)

!important;
}
.footer_bottom a:hover{
  color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

!important;
}
.social_icons a{
  color:

  
  
    
  


  rgba(181, 181, 181, 1.0)

 !important;
}
.social_icons a:hover{
  color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

 !important;
}
















.card__price {
  font-family: Montserrat
    font-size: 28px;
  color: 

  
  
    
  


  rgba(34, 34, 34, 1.0)

;
  font-weight: 600
}