







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */















/* 1d. Buttons */







/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */






/* 1h. Site footer */








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

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

.dnd-section > .row-fluid,
.page-center,
.content-wrapper{
  max-width: 1200px;
}
@media (max-width: 1199px) {
   .dnd-section > .row-fluid,
.page-center,
.content-wrapper {
    max-width: 939.999999996px;
  }
}
@media (max-width: 959px) {
  .dnd-section,
  .content-wrapper--vertical-spacing {
    padding: 30px 0px;
  }
 .dnd-section > .row-fluid,
.page-center,
.content-wrapper {
    max-width: 759.9999999959999px;
  }
}
@media (max-width: 759px) {
  .dnd-section,
  .content-wrapper--vertical-spacing {
    padding: 20px 0;
  }
 .dnd-section > .row-fluid,
.page-center,
.content-wrapper {
    max-width: 759.9999999959999px;
  }
}





body {
  font-size: 16px;
  color: #4a4a4a;
  font-weight: 400;
  font-family: Lato;
}

/* Paragraphs */

/* Anchors */

a {
  color: #8BC750;
}

a:hover,
a:focus,
a:active {
  color: #8BC750;
}

/* Headings */

h1 {
  font-family: Titillium Web;
  font-size: 45px;
  color: #15457E;
  font-weight: 700;
}

h2 {
  font-family: Titillium Web;
  font-size: 34px;
  color: #FBA924;
  font-weight: 700;
}

h3 {
  font-family: Titillium Web;
  font-size: 28px;
  color: #15457E;
  font-weight: 700;
}

h4 {
  font-family: Lato;
  font-size: 18px;
  color: #15457E;
  font-weight: 900;
}

h5 {
  font-family: Titillium Web;
  font-size: 16px;
  color: #15457E;
  font-weight: 700;
}

h6 {
  font-family: Titillium Web;
  font-size: 22px;
  color: #4A4A4A;
  font-weight: 300;
}

/* Blockquote */

blockquote {
  border-left-color: #8BC750;
}





button {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  border: 2px solid #8CC751;
  border-radius: 0px;
  color: #4A4A4A;
  padding: 7px 20px;
}

button:hover,
button:focus{
  background-color: rgba(215, 215, 215, 0.0);
  border-color: #649f29;
  color: #4A4A4A;
}

button:active {
  background-color: rgba(255, 255, 255, 0.0);
  border-color: #b4ef79;
  color: #4A4A4A;
}





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

/* Form title */

.form-title {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  color: #15457E;
}

/* Form label */

form label {
  color: #4a4a4a;
}

/* Form help text */

form legend {
  color: #4a4a4a;
}

/* 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, #hs-pwd-widget-password {
  border-width: 1px;
  color: rgba(0, 0, 0, 1.0);
  border-color: rgba(204, 204, 204, 1.0);
  background-color: rgba(255, 255, 255, 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,
#hs-pwd-widget-password:focus{
  border-color: rgba(140, 199, 81, 1.0);
}
/* Form placeholder text */



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

/* Date picker */

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

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

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

/* Submit button */

form input[type=submit],
.hs-button,
.button{
background-color: rgba(255, 255, 255, 0.0);  
  border-color: rgba(140, 199, 81, 1.0);
  border-radius: 0px;
  border-width: 2px;
  color: rgba(74, 74, 74, 1.0);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 7px;
  padding-bottom: 7px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
.hs-button:hover,
.hs-button:focus,
.button:hover,
.button:focus{
  background-color: rgba(153, 205, 100, 1.0);
  color: rgba(255, 255, 255, 1.0);

}

form input[type=submit]:active,
form .hs-button:active {
 
}





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

th,
td {
  border-color: #4A4A4A;
  color: #4A4A4A;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(74, 74, 74, 1)

;
  border-bottom-color: #4A4A4A;
  color: #FFFFFF;
}

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





.site-header {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.top-nav .hs-menu-wrapper ul li a {
  color: rgba(139, 199, 80, 1.0);
}
.top-nav .hs-menu-wrapper ul li a:hover {
  color: rgba(251, 169, 36, 1.0);
}
.secondary-nav .submenu.level-1 > li > a{
  color: #404040;
}

.secondary-nav .submenu.level-1 > li > a:hover,
.secondary-nav .submenu.level-1 > li > a:focus {
  color: rgba(251, 169, 36, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

.secondary-nav .submenu.level-1 > li > a:active,
.secondary-nav .submenu.level-1 > li.active-branch > a{
  color: rgba(251, 169, 36, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

body .submenu.level-2  >li{
  background-color: rgba(140, 199, 81, 1.0);
}

body .submenu.level-2 > li > a {
  color: rgba(255, 255, 255, 1.0);
}
body .submenu.level-2 > li:hover {
  background-color: rgba(140, 199, 81, 1.0); 
} 
body .submenu.level-2 > .menu-item .menu-link:hover,
body .ubmenu.level-2 .menu-item .menu-link:focus{
  color: rgba(13, 48, 89, 1.0);
}
body .submenu.level-2 > .menu-item.active-branch {
  color: rgba(13, 48, 89, 1.0);
  background-color: rgba(140, 199, 81, 1.0);
}
.secondary-nav .submenu.level-1>li:last-child {
  background-color: rgba(255, 255, 255, 0.0); 
  border-color: rgba(140, 199, 81, 1.0);
}
.secondary-nav .submenu.level-1>li:last-child > a {
  color: rgba(64, 64, 64, 1.0);

}
.secondary-nav .submenu.level-1>li:last-child:hover {
  background-color: rgba(140, 199, 81, 1.0);
}
.secondary-nav .submenu.level-1>li:last-child:hover > a {
  color: rgba(255, 255, 255, 1.0);

}
.secondary-nav .submenu.level-1 > li > a.active-item,
.secondary-nav .submenu.level-1 > li > a.active-branch,
.top-nav .hs-menu-wrapper ul li.active-branch a{
   color: rgba(251, 169, 36, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}
.submenu.level-2 > li > a.active-item {
 color: rgba(13, 48, 89, 1.0);
  background-color: rgba(140, 199, 81, 1.0);
}
.search-form input.hs-search-field__input {
  background-color: rgba(242, 242, 242, 1.0);
  color: rgba(74, 74, 74, 1.0);
}
.search-form input.hs-search-field__input::-webkit-input-placeholder {
  color: rgba(153, 153, 153, 1.0);
}
@media(max-width: 767px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

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





.site-footer {
  background-color: 

  
  
    
  


  rgba(13, 48, 89, 1.0)

;
}
.site-footer .address h3,
.footer-nav ul li a {
  color: rgba(255, 255, 255, 1.0);
}
.footer-nav ul .hs-menu-children-wrapper li a,
.address ul li a{
  color: rgba(139, 199, 80, 1.0);
}
.footer-nav ul .hs-menu-children-wrapper li a:hover,
.address ul li a:hover{
  color: rgba(177, 218, 138, 1.0);
}
.social-media .copyright,
.site-footer .address p {
  color: rgba(255, 255, 255, 1.0);
}
.site-footer a.fa-stack {
  color: rgba(255, 255, 255, 1.0);
  border-color: rgba(140, 199, 81, 1.0);
}
.site-footer a.fa-stack:hover {
  background-color: rgba(140, 199, 81, 1.0);
}
/* Footer Content */








/* Blog Listing */

.blog-index__post-inner-card {
  box-shadow: -5px 0px 20px 0px rgba(0, 24, 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: #4a4a4a;
}

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

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

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

.blog-pagination__link {
  color: #4a4a4a;
}

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

.blog-post__title {
  color: #15457E;
  font-family:Titillium Web;
  font-size: 45px;
  font-weight: 700;
}

.blog-post__author {
  background-color: #8BC750;
}

#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-sidebar a:hover,
.blog-post__meta a:hover,
.blog-post__back-to-blog:hover {
  color: #8BC750;
}

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

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

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

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

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

.blog-sidebar a {
  color: #4a4a4a;
}

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

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

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

.blog-post__meta a {
  color: #4a4a4a;
}

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

.blog-post__links-container {
  border-top:  2px solid rgb(119, 179, 60);
}

.blog-post__back-to-blog {
  color: #4a4a4a;
}

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

.comment.depth-0 {
  border-top: 2px solid rgb(119, 179, 60) !important;
}

.comment.depth-1 {
  border-left: 2px solid rgb(119, 179, 60);
}


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











.card__price {
  font-family: Titillium Web
    font-size: 28px;
  color: #15457E;
  font-weight: 700
}




/*GLOBAL NAV*/
.site-header .site-title a {
  margin-bottom: 0px;
}
.site-branding {
  padding-top: 16px;
}
.site-header .site-title a {
  height: 93px;
  width: 159px; 
  margin-left: 24px;
}

.header__container {
  min-height: 144px;
}

.secondary-nav .submenu.level-1 > li:last-child {
  padding: 5px 18px 9px;
}
.secondary-nav .submenu.level-1 > li:last-child a {
  font-size: 16px;
}

.minify-header.site-header .site-title a {
  height: 84.5px;
  width: 144px; 
  margin-left: 24px;
}

.minify-header.site-header .header__container {
  min-height: 105px;
}
.site-header.minify-header .site-branding {
  padding-top: 0px;
}

.outer-header-wrap {
  min-height: 144px;
}

.search-form input.hs-search-field__input {
  left: 60px;
}

@media only screen and (max-width: 850px) {
  .outer-header-wrap {
    min-height: 111px;
  }
  .site-header .site-title a {
    height: 70px;
    width: 81px;
    margin-left: 24px;
    margin-top: 24px;
}
 
}
@media only screen and (max-width: 759px) {
  .site-header .site-title a {
    height: 138px;
    width: 235px;
    margin-top: 0px;
    padding-top: 0px;
    margin-left: 0px;
    }
  
 .site-header .site-title {
    margin-top: 82px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 43px;
    }
}
  /*@media only screen and (max-width: 1405px) {
  #site-wrap .body-wrapper.hs-content-id-59499716367.hs-site-page.page .outer-header-wrap .site-branding .site-title a {
  margin: auto;
  max-width: 109px !important;
  margin-top: 10px;
} 
  #site-wrap div.body-wrapper.hs-content-id-59499716367.hs-site-page.page .outer-header-wrap header.site-header .secondary-nav nav.navigation-primary ul.submenu.level-1 li a.menu-link {
  font-size: 17px;
}
}
@media only screen and (max-width: 1150px) {
 #site-wrap .body-wrapper.hs-content-id-59499716367.hs-site-page.page .outer-header-wrap .site-branding .site-title a {
  margin: auto;
  max-width: 90px !important;
  margin-top: 10px;
}
}*/