:root{
  --gray:#848688;
}









/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */
















/* 1d. Buttons */







/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */








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

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

.dnd-section > .row-fluid,
.page-center,
.header__container,
.footer__container{
  max-width: 1170px;
}

@media (max-width: 1199px) {
  .dnd-section > .row-fluid,
  .page-center,
  .header__container,
  .footer__container,
  .content-wrapper{
    max-width: 970.0000000002px; 
  }
}

@media (max-width: 991px) {
  .dnd-section > .row-fluid,
  .page-center,
  .header__container,
  .footer__container,
  .content-wrapper{
    max-width: 749.9999999934px;
  }
}

@media (max-width: 767px) {
  .dnd-section > .row-fluid,
  .page-center,
  .header__container,
  .footer__container,
  .content-wrapper{
    max-width: 100%;
  }
}




html {
  font-size: 14px;
}

body {
  font-size: 14px;
  color: #000000;
  font-weight: 300;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Paragraphs */

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

/* Anchors */

a {
  color: #337ab7;
}

a:hover,
a:focus,
a:active {
  color: #23527c;
}

/* Headings */

h1 {
  font-family: Gotham-Medium;
  font-size: 36px;
  color: #333333;
  font-weight: 500;
}

h2 {
  font-family: Gotham-Medium;
  font-size: 30px;
  color: #333333;
  font-weight: 400;
}

h3 {
  font-family: Gotham-Medium;
  font-size: 24px;
  color: #333333;
  font-weight: 500;
}

h4 {
  font-family: Gotham-Medium;
  font-size: 18px;
  color: #333333;
  font-weight: 500;
}

h5 {
  font-family: Gotham-Medium;
  font-size: 14px;
  color: #333333;
  font-weight: 500;
}

h6 {
  font-family: Gotham-Medium;
  font-size: 12px;
  color: #333333;
  font-weight: 500;
}

/* Blockquote */

blockquote {
  border-left-color: #5D8136;
}





button,
.button {
  background-color: 

  
  
    
  


  rgba(132, 181, 79, 1.0)

;
  border: 1px solid #D7DADF;
  border-radius: 4px;
  color: #ffffff;
  padding: 10px 30px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: rgba(92, 141, 39, 1.0);
  border-color: #5c8d27;
  color: #ffffff;
}

button:active,
.button:active {
  background-color: rgba(172, 221, 119, 1.0);
  border-color: #ffffff;
  color: #ffffff;
}





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

/* Form title */

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

/* Form label */

form label {
  color: #58636D;
}

/* Form help text */

form legend {
  color: #58636D;
}

/* 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 {
  color: rgba(71, 81, 88, 1.0);
  
  background-color: rgba(255, 255, 255, 1.0);
  border-radius: 0px;
  border-bottom: 1px solid;
  border-color: rgba(200, 200, 200, 1.0);
}

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(200, 200, 200, 1.0);
}

/* Form placeholder text */

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

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

/* Date picker */

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

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

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

/* Submit button */

.hs-button,
.button--primary {
  background-color: rgba(132, 181, 79, 1.0);
  border-color: rgba(215, 218, 223, 1.0);
  border-radius: 4px;
  border-width: 1px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight:600;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  color: rgba(255, 255, 255, 1.0);
  border-color: rgba(132, 181, 79, 1.0);
  background-color: rgba(132, 181, 79, 1.0);
}

.hs-button:active,
.button--primary:active {
  background-color: rgba(172, 221, 119, 1.0);
  border-color: rgba(255, 255, 255, 1.0);
  color: rgba(255, 255, 255, 1.0);
}





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





.site-header {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
}
.sign-up-form form input[type=email] {
  color: rgba(85, 85, 85, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
}
.sign-up-form form input[type=email]::-webkit-input-placeholder {
   color: rgba(153, 153, 153, 1.0);
}
.sign-up-form form input[type=submit] {
color: rgba(255, 255, 255, 1.0);
  background-color: rgba(132, 181, 79, 1.0);
}
.sign-up-form form input[type=submit]:hover {
color: rgba(255, 255, 255, 1.0);
  background-color: rgba(19, 155, 44, 1.0);
}
body .custom-menu-primary a,
.navbar_menu a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: rgba(30, 50, 100, 1.0);
}



.custom-menu-primary ul.submenu.level-1 > li > a:hover,
.navbar_menu a:hover,
.navbar_menu 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: rgba(40, 72, 152, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

.custom-menu-primary ul li a.active-item,
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li a:active {
  color: rgba(30, 50, 100, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li:active {
  background-color: rgba(255, 255, 255, 0.0);
}
.custom-menu-primary ul ul {
  background-color: rgba(255, 255, 255, 1.0);
}
.custom-menu-primary ul ul li a {
  color: rgba(30, 50, 100, 1.0);

}

.custom-menu-primary ul ul li a:hover,
body .header__language-switcher .lang_list_class li:hover,
body .custom-menu-primary .submenu.level-2 .triangle-container.level-2.hover .triangle {
  color: rgba(40, 72, 152, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}
.custom-menu-primary ul ul li a.active-item{
  color: rgba(30, 50, 100, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

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

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

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

@media(max-width: 767px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  }

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





.footer {
  background-color: rgba(51, 61, 69, 1.0);
  color: rgba(162, 168, 179, 1.0);
}

.footer a {
  color: rgba(162, 168, 179, 1.0);
}

.footer a:hover {
  color: rgba(255, 255, 255, 1.0);
}
.fohlio__footer__description a,
.fohlio__footer__description a:hover{
  color: rgba(93, 129, 54, 1.0);
}

/* Footer Content */







/* 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: #000000;
}

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

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

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

.blog-pagination__link {
  color: #000000;
}

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

.blog-post__title {
  color: #333333;
  font-family:Gotham-Medium;
  font-size: 36px;
  font-weight: 500;
}

.blog-post__author {
  background-color: #5D8136;
}

#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            */



.blog-index__post-content a:hover,
.blog-post__meta a:hover,
.blog-post__back-to-blog:hover {
  color: #23527c;
}

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

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

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

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




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

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


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

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

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

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

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

.comment.depth-0,
.blog-comments form {
  
}

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

.section.post-footer .hs-input {
  border-color: rgb(73, 109, 34);
}

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











.card__price {
  font-family: Gotham-Medium
    font-size: 24px;
  color: #333333;
  font-weight: 500
}