/* ******************************************************************************
*********************************************************************************
Use this file to override any of the CSS styles preset in the themed
stylesheets or you can add your own custom styles.
*********************************************************************************
****************************************************************************** */

/*  Table of contents

  1. _dnd_areas
  2. _typography
  3. _forms
  4. _tabels
  5. _header
  6. _footer
  7. _blog
  8. _system_pages
  9. _modules
*/ 
 
/* global font code */


  
  
   
   

 
 
/* global h1 varibale code */

 
   
  
  
   
     



/* global h2 varibale code */
   

     
    
    
     




/* global h3 varibale code */

    
     
    
    
     



  
/* global h4 varibale code */


   
  
  
   



/* global h5 varibale code */

 
   
  
  
   
     


/* global h6 varibale code */

 
   
  
  
   
     




/* 



 */

.dnd-section  {
  max-width: 1920px; 
  padding-bottom: 80px;
  padding-top: 80px;
}
@media(min-width:1921px){
  .dnd-section  {
    max-width:100%;
  }
}

.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: #5C5C5C;
}
/*  


 
*/ 
  
html {
  /* font-size: 20px; */
  box-sizing: border-box;
  font-size: 100%;
} 
body {    
  background-color: rgba(255, 255, 255, 0.0);
  color: #5C5C5C;  
  font-family: 'Avenir LT W01_35 Light1475496', 'Helvetica', 'sans-serif';    
}  
@media (min-width: 75em){ 
  body {       
    font-size: 20px;    
  } 
} 
p {
  font-family: 'Avenir LT W01_35 Light1475496', 'Helvetica', 'sans-serif';    
  font-weight: 400
}
li{
  font-weight: 400
}
a {
  color: rgba(150, 168, 67, 1.0);
  font-family: 'Avenir LT W01_35 Light1475496', 'Helvetica', 'sans-serif';    
}
 
a:hover,
a:focus {
  color: rgba(117, 132, 52, 1.0);
} 
a:active {
  color: rgba(157, 172, 92, 1.0);
}  
h1 {
  color: #5C5C5C;
  font-family: 'Avenir LT W01_35 Light1475496', 'Helvetica', 'sans-serif'; 
  font-weight: 400;
} 
h2 {
  color: #5C5C5C;
  font-family: 'Avenir LT W01_35 Light1475496', 'Helvetica', 'sans-serif'; 
  font-weight: 400;
}

h3 {
  color: #5C5C5C;
  font-family: 'Avenir LT W01_35 Light1475496', 'Helvetica', 'sans-serif'; 
  font-weight: 400;
}
h4 {
  color: #5C5C5C;
  font-family: 'Avenir LT W01_35 Light1475496', 'Helvetica', 'sans-serif'; 
  font-weight: 400;
}
h5 {
  color: #5C5C5C;
  font-family: 'Avenir LT W01_35 Light1475496', 'Helvetica', 'sans-serif'; 
  font-weight: 400;
}

h6 {
  color: #5C5C5C;
  font-family: 'Avenir LT W01_35 Light1475496', 'Helvetica', 'sans-serif'; 
  font-weight: 400;
}
  

@media screen and (min-width: 75em){
 
  h1 { 
    font-size: 64px; 
  } 
  h2 { 
    font-size: 48px; 
  }
  
  h3 { 
    font-size: 31px; 
  }
  h4 { 
    font-size: 28px; 
  }
  h5 { 
    font-size: 22px; 
  }
  
  h6 { 
    font-size: 18px; 
  }
    
}
@media(max-width: 767px) {
  /* h1 {
    font-size: 54.4px;
  }
 
  h2 {
    font-size: 40.8px;
  }
 
  h3 {
    font-size: 26.349999999999998px;
  }
 
  h4 {
    font-size: 23.8px;
  } */
}

blockquote {
  border-left: 5px solid #5C5C5C; 
}

 
/* 



 */
 

@media(max-width:767px){
  form{
    max-width: none;
  }
}
form{  
  background-color: rgba(255, 255, 255, 1.0);
  border: 0px solid rgba(0, 0, 0, 0.0) ; 
}  
.form-title {
  background-color: rgba(255, 255, 255, 0.0); 
  color: rgba(92, 92, 92, 1.0);
}
.hs-richtext {
  color: #5C5C5C;
  font-size: 20;
} 
.hs-form label,
.hs-form .hs-form-field > label {
  color: rgba(10, 10, 10, 1.0);
}  
.hs-form legend {
  color: rgba(10, 10, 10, 1.0);
}
.submitted-message {
  border-color: rgba(0, 0, 0, 0.0) ;
  font-family: ;
}

/*
form input,form select,form textarea,.hs-input {}
*/

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {  
  background-color: rgba( 255, 255, 255, 0.6 ); 
  border-color: rgba(195, 195, 195, 1.0); 
  color: rgba(92, 92, 92, 1.0);  
}

/* 
form input:focus,form select:focus,form textarea:focus,.hs-input:focus{} 
*/

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus { 
  background-color: rgba( 255, 255, 255, 1.0 ); 
  border-color: rgba(150, 168, 67, 1.0);
} 

.fn-date-picker .pika-table thead th {
  color: rgba(#null, 0.0);
}

.hs-input:-moz-placeholder,
.hs-input::-webkit-input-placeholder,
.hs-field-desc,
.hs-dateinput:before  {
  color: #5C5C5C;
  opacity:1;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: ;
}

/* 
.hs-button,.button--primary {} 
 */
.hs-button,
.hs-button.primary, input[type="submit"], input[type="button"], .button--primary{
  background-color: rgba(150, 168, 67, 1.0);
  border: 1px solid rgba(255, 255, 255, 0.0);
  border-radius: 0px; 
  color: rgba(255, 255, 255, 1.0);
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 10.8px;
  padding-bottom: 10.8px;
}
 
.hs-button:hover,
.hs-button.primary:hover, input[type="submit"]:hover, input[type="button"]:hover, .button--primary:hover,
.hs-button:focus,.hs-button.primary:focus, input[type="submit"]:focus, input[type="button"]:focus, .button--primary:focus{
  background-color: rgba(117, 132, 52, 1.0);
  border-color:rgba(255, 255, 255, 0.0);
  color: rgba(255, 255, 255, 1.0); 
}
 
.fn-date-picker td.is-today .pika-button {
  color: #5C5C5C;
}

.fn-date-picker td.is-selected .pika-button {
  background: #5C5C5C;
}

.fn-date-picker td .pika-button:hover {
  background-color: #5C5C5C !important;
}

/* 



*/

th,td {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid rgba(92, 92, 92, 1.0);
  color: rgba(92, 92, 92, 1.0);
}

table,
tbody + tbody {
  border-color: rgba(92, 92, 92, 1.0);
}
thead th,thead td {
  background-color: rgba(255, 255, 255, 1.0);
  border-color: rgba(92, 92, 92, 1.0);
  color: rgba(92, 92, 92, 1.0);
}

tfoot td {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(92, 92, 92, 1.0);
} 



/* 



 */


.header { } 
.custom-header-top{
  background-color: rgba(150, 168, 67, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
ul.topmenu.show-for-large li a{ 
  color: rgba(255, 255, 255, 1.0);
}
ul.topmenu.show-for-large li a:hover{ 
  color: rgba(36, 36, 36, 1.0);
}
.custom-header-bottom{
  background-color: rgba(36, 36, 36, 1.0);
}
 
.header__container { 
  max-width: 1920px; 
}
 
@media(min-width:1921px){
  .header__container { 
    max-width:100%;
  }
}

 
/********************************
  Header Navigation
********************************/ 

@media(min-width: 1024px){
    
  body .custom-menu-primary .hs-menu-wrapper > ul > li > a { 
    color: rgba(255, 255, 255, 1.0);
  }

  body .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover { 
    color: rgba(150, 168, 67, 1.0);
  }   
  body .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: rgba(36, 36, 36, 1.0); 
    border-color: rgba(150, 168, 67, 1.0);  
  } 
  body .custom-menu-primary .hs-menu-wrapper > ul ul li a{   
    color: rgba(255, 255, 255, 1.0);
  } 
  body .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover,
  body .custom-menu-primary .hs-menu-wrapper > ul ul li a:focus {
    color: rgba(150, 168, 67, 1.0);
  }

}
/********************************
  Header Language Switcher
********************************/

 
.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: rgba(215, 215, 215, 1.0);
} 
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li a:active {
  color: rgba(255, 255, 255, 1.0);
} 
body .header__language-switcher .lang_list_class {
  background-color: rgba(#null, 0.0);
  border-color: rgba(150, 168, 67, 1.0);
}
  
body .header__language-switcher .lang_list_class li:hover {
  background-color: rgba(#null, 0.0);
}
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: ;
}

.header__language-switcher-label-current:after {
  border-top-color: rgba(255, 255, 255, 1.0);
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: rgba(#null, 0.0);
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: rgba(255, 255, 255, 1.0);
  }
}

/*  



 */

 .footer { }  
.footer__container {
  max-width: 1920px;
}
@media(min-width:1921px){
  .footer__container {
    max-width:100%;
  }
}
.custom-footer-top{
  background-color: rgba(36, 36, 36, 1.0);
  color: rgba(92, 92, 92, 1.0);
}
#site-footer .grid-top .social-links a i.fab,
#site-footer .grid-top .social-links a i.fas{
  background-color: rgba(255, 255, 255, 0.0);
  border-color: rgba(150, 168, 67, 1.0);
  color: rgba(150, 168, 67, 1.0);
}
#site-footer .grid-top .social-links a i.fab,
#site-footer .grid-top .social-links a i.fas{
  background-color: rgba(255, 255, 255, 0.0);
  border-color: rgba(150, 168, 67, 1.0);
  color: rgba(150, 168, 67, 1.0);
}  
#site-footer .grid-top .social-links a i.fab:hover,
#site-footer .grid-top .social-links a i.fas:hover {
  background-color: rgba(150, 168, 67, 1.0);
  border-color: rgba(150, 168, 67, 1.0);
  color: rgba(36, 36, 36, 1.0);
}  
#site-footer .footer-widget p{
  color: rgba(255, 255, 255, 1.0);
}
#site-footer .footer-widget p a{
  color: rgba(150, 168, 67, 1.0);
}

#site-footer .footer-widget p a:hover{
  color: rgba(255, 255, 255, 1.0);
}

.company-details small {
  color: rgba(92, 92, 92, 1.0);
}

.custom-footer-bottom{
  background-color: rgba(29, 28, 28, 1.0);
}
.hs-privacy-policy .hs-menu-wrapper>ul>li>a{
  color: rgba(255, 255, 255, 1.0);
}
.hs-privacy-policy .hs-menu-wrapper>ul>li>a:hover{
  color: rgba(150, 168, 67, 1.0);
}

/* 



*/

.content-wrapper {
  margin: 0 auto; 
  max-width: 1920px;
}

@media(min-width:1921px){
  .content-wrapper {
    max-width:100%;
  }
}
.blog-post__date {
  border-color: #5C5C5C;
}

.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
  color: #5C5C5C;
}

.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: #343434;
}

.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: #848484;
}

.blog-tag-filter__menu-link--active-item:after {
  background-color: #5C5C5C;
}

.blog-pagination__link {
  color: #5C5C5C;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
  background-color: #5C5C5C;
}

.blog-post__title {
  color: #5C5C5C;
  font-family:;
  font-size: 48px;
  font-weight: ;
}

.blog-post__author {
  background-color: #5C5C5C;
}

#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);
}

/* 



 */
 
/* 



 */

body .icon svg {
  fill: #5C5C5C;
}

body .tns-nav button.tns-nav-active {
  background-color: #5C5C5C;
}

body .tns-nav button:hover,
body .tns-nav button:focus {
  background-color: #5C5C5C;
}

body .social-links__icon {
  background-color: #5C5C5C;
} 
 
body .social-links__icon:hover svg,
body .social-links__icon:focus svg {
  fill: rgba(#null, 0.0);
}

body .social-links__icon:active svg {
  fill: rgba(#null, 0.0);
}

body .team-member__description {
  background-color: #5C5C5C;
} 
.page-center {
  margin: 0 auto;
  max-width: 1920px;
}
@media(min-width:1921px){
  .page-center {
    max-width:100%;
  }
}
/*  



 */

.body-container__website .dnd-section:nth-child(odd) {
  background-color: {typography=, tables=, buttons=, spacing=, footer=, global_colors=, header=, forms=}
}