







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */
















/* 1d. Buttons */










/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */








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

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

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





body {
  font-size: 14px;
  color: #2e2e2e;
  font-weight: 300;
  font-family: Open Sans,sans-serif;
}

/* Paragraphs */

p {
  font-size: 14px;
  color: #2e2e2e;
  font-weight: 300;
}

/* Anchors */

a {
  color: #009864;
}

a:hover,
a:focus,
a:active {
  color: #ef8320;
}

/* Headings */

h1 {
  font-family: Open Sans,sans-serif;
  font-size: 45px;
  color: #2e2e2e;
  font-weight: 300;
}

@media(max-width: 900px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-family: Open Sans,sans-serif;
  font-size: 40px;
  color: #2e2e2e;
  font-weight: 300;
}

h3 {
  font-family: Open Sans,sans-serif;
  font-size: 38px;
  color: #2e2e2e;
  font-weight: 300;
}

h4 {
  font-family: Open Sans,sans-serif;
  font-size: 24px;
  color: #2e2e2e;
  font-weight: 300;
}

h5 {
  font-family: Open Sans,sans-serif;
  font-size: 20px;
  color: #2e2e2e;
  font-weight: 300;
}

h6 {
  font-family: Open Sans,sans-serif;
  font-size: 18px;
  color: #2e2e2e;
  font-weight: 300;
}

/* Blockquote */

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





button,
.button {
  background-color: 

  
  
    
  


  rgba(0, 152, 100, 1.0)

;
  border: 1px solid #009864;
  border-radius: 3px;
  color: #FFFFFF;
  padding: 17px 25px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: rgba(0, 112, 60, 1.0);
  border:1px solid 

  
  
    
  


  rgba(0, 152, 100, 0.6)

;

  color: #FFFFFF;
}

button:active,
.button:active {
  background-color: rgba(40, 192, 140, 1.0);
  border-color: #28c08c;
  color: #FFFFFF;
}




form,
.submitted-message {
  font-size: 14px;
  color: #2e2e2e;
  font-weight: 300
}

/* Form title */
.form-title {
  background-color: rgba(#null, 0.0);
  color: rgba(46, 46, 46, 1.0);
}
/* Form label */
form label {
  color: rgba(46, 46, 46, 1.0);
}
/* Form help text */
form legend {
  color: #2e2e2e;
}
/* 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(0, 0, 0, 1.0);
  color: rgba(46, 46, 46, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
  border-width: 1px;
}
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(38, 54, 69, 1.0);
  background-color: rgba(#null, 0.0);
}
/* Form placeholder text */
::-webkit-input-placeholder {


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


}
/* 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(0, 152, 100, 1.0)

;
  border: 1px solid #009864;
  border-radius: 3px;
  color: #FFFFFF;
  padding: 17px 25px;

}
form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: rgba(0, 152, 100, 0.6);
  border:1px solid 

  
  
    
  


  rgba(0, 152, 100, 0.6)

;
  color:rgba(255, 255, 255, 1.0);
}
form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(0, 152, 100, 1.0);
  border-color: #009864;
  color: #FFFFFF;
}




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

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

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

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








































.navigation-tab-wrapper .navigation-primary>ul>li>a{
  border-top-color: 

  
  
    
  


  rgba(227, 227, 227, 1.0)

; 

}




.search-form-wrapper input{
  background-color: #fff;
  border-color: #ccc;

}

i.search-form-close.icon-cross{
  color: #2e2e2e; 

}





.search-form-toggle.btn-search{
  background-color: 

  
  
    
  


  rgba(0, 152, 100, 1.0)

;
  border-color: ;
  color: #fff;
}
.search-form-toggle.btn-search:hover{
  background-color: 

  
  
    
  


  rgba(0, 152, 100, 0.6)

;
  color: #fff;
  border-color: 

  
  
    
  


  rgba(0, 152, 100, 0.6)

;

}




.navigation-tab-wrapper .child_row>.child_row_inner>li:nth-child(1)>a,
.navigation-tab-wrapper .child_row>.child_row_inner>li:nth-child(2)>a,
.navigation-tab-wrapper .child_row>.child_row_inner>li:nth-child(3)>a, 
.navigation-tab-wrapper .child_row>.child_row_inner>li:nth-child(4)>a{
  border-top-color: #fff; 
}
.navigation-tab-wrapper .child_row>.child_row_inner>li>a{
  border-bottom-color: #fff;
}




.top_header{

  background-color: 

  
  
    
  


  rgba(244, 244, 244, 1.0)

;
}

.top_header_menu .hs-menu-wrapper>ul>li>a{
  color: #2e2e2e
}

.top_header_menu .hs-menu-wrapper>ul>li>a:hover{
  color: #009864
}



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


.navigation-primary>ul>li>a.active-item{
  color: ; 
}





.navigation-primary>ul>li>a {
  color: #525252;
}

.navigation-primary>ul>li:hover>a,
.custom-menu-primary ul li 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: #009864;
  background-color: #f4f4f4;
}




.navigation-primary>ul>li>a.active-item,
.custom-menu-primary ul li a.active-item,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: #009864;
  background-color: ;
}
.custom-menu-primary ul ul,
.navigation-primary>ul ul,
.header__language-switcher .lang_list_class {
  background-color: #f4f4f4;
  border-color: #f4f4f4!important;
}





.navigation-primary>ul ul>li>a:hover,
.navigation-tab-wrapper .child_row>.child_row_inner>li>a:hover
.navigation-primary>ul>li:nth-child(2) .jet-menu-dropdown_inner_area>li>ul li a:hover,
.submenu-child_Wrapper>li>a:hover,
.navigation-tab-wrapper .child_row>.child_row_inner>li>a:hover,
.navigation-tab-wrapper .child_row ul.submenu.level-3>li>a:hover{
  color: #009864; 
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: ;
}
.navigation-primary>ul ul>li>a,
.navigation-tab-wrapper .child_row>.child_row_inner>li>a,
.navigation-tab-wrapper .child_row ul.submenu.level-3>li>a,
.left-side .hs-menu-wrapper>ul>li>a,
.center-side .hs-menu-wrapper>ul>li>a,
.opened-menu-content-wrapper .next-side a,
.openned-menu-footer ul>li>a{
  color: #525252; 

}




..navigation-primary>ul>li .level-2>.MuiBox-root>li:first-child:hover>a{
  background-color: ;
}
.custom-menu-primary ul ul li a.active-item,
.navigation-primary>ul ul>li>a.active-item{
  color: ;
  background-color: ;
}
.custom-menu-primary ul ul li a.active{
  color: ;
  background-color: ;
}

.navigation-primary>ul .child_wrapper,
.navigation-primary>ul ul>.menu-grid-wrapper,
.header__language-switcher .lang_list_class {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: ;
}




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




.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Open Sans,sans-serif, sans-serif;
}

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







.navigation-primary>ul ul>li>a:hover{
  color: ;
  background-color:  ;
}



@media(max-width: 767px) {


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

@media(max-width: 767px) {


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




























.buttons_inner_main ul li>a{
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

; 
}

.buttons_inner_main ul li>a:hover{
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

; 
}


.buttons_inner_main ul li>a span{

  color: #525252; 

}

.buttons-container{
  display: none !important;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.9)

; 
}

.buttons_inner_main ul li:nth-child(2)>a i{
  background-color: #ef8320;  

}
.buttons_inner_main ul li>a i{
  border-color: #525252; 
  color: #525252; 

}
.buttons_inner_main ul li>a i{
  border-color: #525252; 
  color: #525252; 

}

.buttons_inner_main ul li>a:hover i {
  color: #009864; 
}


footer.footer{
  background-color:rgba(0, 152, 100, 1.0); 
}

.column.left_Section_2.language span:first-child,
.column-pd.footer_menu .hs-menu-wrapper>ul>li:first-child a,
.language .hs-menu-wrapper>ul>li>a{
  color:rgba(248, 250, 252, 1.0);
}


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


.language .hs-menu-wrapper ul>li>ul>li>a{
  color:rgba(51, 51, 51, 1.0); 
}
.language .hs-menu-wrapper ul>li>ul>li>a:hover{
  background-color:rgba(244, 244, 244, 1.0);
  color:rgba(38, 38, 38, 1.0); 
}

.column-pd.footer_menu .hs-menu-wrapper>ul>li:not(:first-child) a{
  color:rgba(255, 255, 255, 1.0); 
}
.column-pd.footer_menu .hs-menu-wrapper>ul>li:not(:first-child) a:hover{
  color:rgba(82, 82, 82, 1.0);
}

.column-pd.footer_menu .hs-menu-wrapper>ul>li:not(:first-child),
.column-pd.footer_menu .hs-menu-wrapper>ul>li:first-child{
  border-color: #fff;
}

span.caret,
span.caret.child-open{
  color:rgba(255, 255, 255, 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: #2e2e2e;
}

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

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

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

.blog-pagination__link {
  color: #2e2e2e;
}

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

.blog-post__title {
  color: #2e2e2e;
  font-family:Open Sans,sans-serif;
  font-size: 45px;
  font-weight: 300;
}

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

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

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

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

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

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

.blog-sidebar a {
  color: #2e2e2e;
}

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

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

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

.blog-post__back-to-blog {
  color: #2e2e2e;
}

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

.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: Open Sans,sans-serif
    font-size: 38px;
  color: #2e2e2e;
  font-weight: 300
}