

/* Table of contents

1. Variables
1a. Containers
1b. Breakpoints
1c. Colors
1d. Typography
1e. Borders
1f. Corner Radius
1g. Lists
1h. Horizontal Rule
1i. Blockquote
1j. Buttons
1k. Forms
1l. Tables
1m. Site Header
1n. Site Footer
2. Containers / Grid / DnD Areas
3. Typography
4. Buttons
5. Forms
6. Tables
7. Site Header
8. Site Footer
9. Blog
10. System Pages
11. Modules

*/

/* ************************************************************************* */
/* ****************************  1. Variables   **************************** */
/* ************************************************************************* */

/* 1a. Containers */





/* 1b. Breakpoints */






/* 1c. Colors */











/* 1d. Typography */












/* 1e. Border */



/* 1f. Corner Radius */



/* 1g. Lists */






/* 1h. Horizontal Rule */



/* 1i. Blockquote */




/* 1j. Buttons */








































/* 1k. Forms */














































/* 1l. Tables */











/* 1m. Site Header */












/* 1n. Site Footer */











@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
@font-face{
  font-family:icomoon;
  src:url(https://8064045.fs1.hubspotusercontent-na1.net/hubfs/8064045/sme_aug_2022/fonts/icon_moon/icomoon.eot?h5n6mz);
  src:url(https://8064045.fs1.hubspotusercontent-na1.net/hubfs/8064045/sme_aug_2022/fonts/icon_moon/icomoon.eot?h5n6mz#iefix) format("embedded-opentype"),
    url(https://8064045.fs1.hubspotusercontent-na1.net/hubfs/8064045/sme_aug_2022/fonts/icon_moon/icomoon.ttf?h5n6mz) format("truetype"),
    url(https://8064045.fs1.hubspotusercontent-na1.net/hubfs/8064045/sme_aug_2022/fonts/icon_moon/icomoon.woff?h5n6mz) format("woff"),
    url(https://8064045.fs1.hubspotusercontent-na1.net/hubfs/8064045/sme_aug_2022/fonts/icon_moon/icomoon.svg?h5n6mz#icomoon) format("svg");
  font-weight:400;
  font-style:normal;
  font-display:block
}
[class*=" icon-"],[class^=icon-]{
  font-family:icomoon!important;
  speak:never;
  font-style:normal;
  font-weight:400;
  font-variant:normal;
  text-transform:none;
  line-height:1;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale
}
.icon-global:before{
  content: "";
}
.icon-telephone:before{
  content:""
}
/* ************************************************************************* */
/* *****************   2. Containers / Grid / DnD Areas   ****************** */
/* ************************************************************************* */

.content-wrapper,
.container,
.dnd-section > .row-fluid,
.system-container {
  max-width: 1400px;
}

@media screen and (min-width: 1200px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section {
  padding: 40px 20px;
}

/* ************************************************************************* */
/* **************************   3. Typography   **************************** */
/* ************************************************************************* */

html {
  font-size: 16px;
}

body {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: #FFFFFF;
  color: #3e3e3e;
  font-size: 16px;
}

/* Paragraphs */

p {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #3e3e3e;
  font-size: 16px;
}

p.lead,
p.intro {
  font-size: 1.25rem;
}

/* Anchors */

a {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #00462a;
}

a:hover, a:focus {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: underline;
  color: #3d866b;
}

a:active {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: underline;
  color: #8dd6bb;
}

a.button:disabled {
  background-color: #e6e6e6;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 900; text-decoration: none;
  color: #00462a;
  text-transform: none;
}



h1 {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #3e3e3e;
  font-size: 28px;
  letter-spacing: 0px;
  text-transform: none;
}

h2 {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #3e3e3e;
  font-size: 24px;
  letter-spacing: 0px;
  text-transform: none;
}

h3 {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #3e3e3e;
  font-size: 21px;
  letter-spacing: 3px;
  text-transform: none;
}

h4 {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #3e3e3e;
  font-size: 16px;
  letter-spacing: 3px;
  text-transform: none;
}

h5 {
  ;
  color: ;
  font-size: ;
  letter-spacing: 3px;
  text-transform: none;
}

h6 {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #9EA1A6;
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: none;
}



/* Lists */

ul,
ol {
  margin: 1.5rem 0;
  padding-left: 2.5rem;
}

ul li,
ol li {
  margin: 0.5rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

/* Blockquote */

blockquote {
  border-left: 7px solid #00462a;
  padding-left: 0.9375rem;
}

/* Horizontal Rules */

hr {
  border-bottom-color: #d0d0d0;
}

/* ************************************************************************* */
/* ***************************   4. Buttons   ****************************** */
/* ************************************************************************* */

/* Primary Button */

button,
.button {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(0, 70, 42, 1.0)

;
  border: 1px solid #00462a;
  border-radius: 4px;
  color: #FFFFFF;
  fill: #FFFFFF;
  font-size: 16px;
  padding: 12px 36px;
  text-transform: none;
}

button:disabled,
.button:disabled {
  background-color: #d0d0d0;
  color: #e6e6e6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 195, 47, 1.0)

;
  border: 1px solid #ffc32f;
  color: #00462a;
}

button:active,
.button:active {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(255, 255, 127, 100);
  border: 1px solid #ffc32f;
  border-color: #ffff7f;
}

/* Secondary Buttons */

.button.button--secondary {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 195, 47, 1.0)

;
  border: 1px solid #00462a;
  border-radius: 4px;
  color: #00462a;
  fill: #00462a;
  padding: 12px 36px;
}

.button.button--secondary:hover,
.button.button--secondary:focus {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(0, 70, 42, 1.0)

;
  border: 1px solid #00462a;
  color: #ffc32f;
  fill: #ffc32f;
}

.button.button--secondary:active {
  background-color: rgba(80, 150, 122, 100);
  border: 1px solid #00462a;
  border-color: #50967a;
  color: #ffff7f;
  fill: #ffff7f;
}

/* Simple Button */

.button.button--simple {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #00462a;
  fill: #00462a;
  text-transform: none;
}



.button.button--simple:after {
  content: none;
}



.button.button--simple:hover,
.button.button--simple:focus {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #ffc32f;
  fill: #ffc32f;
}



.button.button--simple:hover:after,
.button.button--simple:focus:after,
.button.button--simple:active:after {
  content: none;
}



.button.button--simple:active {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #ffff7f;
  fill: #ffff7f;
}

/* Button Sizing */

.button.button--small {
  font-size: 14px;
  padding: 12px 36px;
}

.button.button--large {
  font-size: 18px;
  padding: 12px 36px;
}

/* ************************************************************************* */
/* *****************************   5. Forms   ****************************** */
/* ************************************************************************* */

form,
form.hs-form {
  background-color: 

  
  
    
  


  rgba(222, 226, 229, 1.0)

;
  border: 1px solid #D0D0D0;
  border-radius: 0px;
  padding: 20px 20px;
}

.hs-form-field {
  margin-bottom: 20px;
}

/* Form Title */

h3.form-title {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(62, 62, 62, 1.0)

;
  border-bottom: 2px solid #00462a;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  color: #FFFFFF;
  font-size: 30px;
  padding: 20px 20px;
  text-transform: capitalize;
}

/* Labels */

.hs-form-field > label,
.hs-form-field > label span {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #33475b;
  font-size: 16px;
}

/* Help Text - Legends */

.hs-form-field legend {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #3e3e3e;
  font-size: 14px;
}

/* Inputs */

input[type='text'],
input[type='email'],
input[type='password'],
input[type='tel'],
input[type='number'],
input[type='file'],
select,
textarea {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 1px none #D0D0D0;
  border-radius: 0px;
  color: #03442a;
  font-size: 16px;
  padding: 10px 10px;
}

::-webkit-input-placeholder {
  color: {color=#D0D0D0, opacity=null, hex=#D0D0D0, rgba=rgba(208, 208, 208, 1), rgb=rgb(208, 208, 208), css=#D0D0D0};
}

::-moz-placeholder {
  color: {color=#D0D0D0, opacity=null, hex=#D0D0D0, rgba=rgba(208, 208, 208, 1), rgb=rgb(208, 208, 208), css=#D0D0D0};
}

:-ms-input-placeholder {
  color: {color=#D0D0D0, opacity=null, hex=#D0D0D0, rgba=rgba(208, 208, 208, 1), rgb=rgb(208, 208, 208), css=#D0D0D0};
}

::placeholder {
  color: {color=#D0D0D0, opacity=null, hex=#D0D0D0, rgba=rgba(208, 208, 208, 1), rgb=rgb(208, 208, 208), css=#D0D0D0};
}

form .in-focus select {
  color: #3e3e3e;
}

/* Inputs - Checkbox/Radio */

form .inputs-list:not(.no-list) label,
form .inputs-list:not(.no-list) label > span,
form .inputs-list:not(.no-list) label > span p {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #3e3e3e;
  font-size: 14px;
}

form ul.inputs-list li input + span:before {
  border: 1px solid #d0d0d0;
  border-radius: 0px;
}

form .input ul.invalid.error > li input + span:before {
  border-color: #00462a;
}

/* Inputs - Select */

.hs-fieldtype-select .input:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #00462a;
}

/* Inputs - Datepicker */

.hs-datepicker button.pika-button:hover {
  background-color: #00462a !important;
}

.hs-datepicker .is-selected button.pika-button {
  background-color: #00280c !important;
}

.hs-datepicker .is-today button.pika-button {
  color: #00280c;
}

/* Form Rich Text */

form .hs-richtext,
form .hs-richtext *,
form .hs-richtext p,
form .hs-richtext h1,
form .hs-richtext h2,
form .hs-richtext h3,
form .hs-richtext h4,
form .hs-richtext h5,
form .hs-richtext h6 {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #3e3e3e;
}

/* GDPR Text */

.legal-consent-container,
.legal-consent-container .hs-richtext,
.legal-consent-container .hs-richtext p {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #3e3e3e;
  font-size: 16px;
}

/* Validation */

.hs-input.invalid.error {
  border-color: #cc0201;
}

.hs-error-msgs li,
.hs-error-msgs li label {
  color: #cc0201 !important;
}

.hs-error-msgs li a {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Submit */



form input[type='submit'],
form .hs-button {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(0, 70, 42, 1.0)

;
  border: 1px solid #00462a;
  border-radius: 4px;
  color: #FFFFFF;
  fill: #FFFFFF;
  padding: 12px 36px;
  text-transform: none;
}

form input[type='submit']:hover,
form input[type='submit']:focus,
form .hs-button:hover,
form .hs-button:focus {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 195, 47, 1.0)

;
  border: 1px solid #ffc32f;
  color: #00462a;
}

form input[type='submit']:active,
form .hs-button:active {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(255, 255, 127, 100);
  border: 1px solid #ffc32f;
  border-color: #ffff7f;
}





form input[type='submit'],
form .hs-button {
  font-size: 16px;
}



/* Inline thank you message */

.submitted-message {
  background-color: 

  
  
    
  


  rgba(222, 226, 229, 1.0)

;
  border: 1px solid #D0D0D0;
  border-radius: 0px;
  padding: 20px 20px;
}

/* ************************************************************************* */
/* ****************************   6. Tables   ****************************** */
/* ************************************************************************* */

table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 1px solid #D0D0D0;
}

th,
td {
  border: 1px solid #D0D0D0;
  color: 

  
  
    
  


  rgba(62, 62, 62, 1)

;
  padding: 10px 10px;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-bottom: 2px solid #D0D0D0;
  color: 

  
  
    
  


  rgba(62, 62, 62, 1)

;
}

tbody + tbody {
  border-top: 2px solid #D0D0D0;
}

/* ************************************************************************* */
/* **************************   7. Site Header   *************************** */
/* ************************************************************************* */

.header {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-bottom: 1px solid #00462a;
}

.header__container {
  max-width: 1400px;
}

/* Header content */

.header p,
.header h1,
.header h2,
.header h3,
.header h4,
.header h5,
.header h6,
.header a:not(.button),
.header span,
.header div,
.header li,
.header blockquote {
  color: #051F46;
}

/* Header modules */

.header .card-subtitle,
.header .card-body li,
.header .testimonial__module__author__text--subtitle,
.header .testimonial__module__text p,
.header .card__text div,
.header .card__title div,
.header .entry__summary p,
.header #blog-filter__label {
  color: #3e3e3e;
}

.header .card__button div,
.header .cards__card a,
.header .blog-tags a,
.header .news_listing__content a,
.header .entry__summary a {
  color: #00462a;
}

.header a:hover .card__button div,
.header a:focus .card__button div,
.header .cards__card a:hover,
.header .cards__card a:focus,
.header .blog-tags a:hover,
.header .blog-tags a:focus,
.header .news_listing__content a:hover,
.header .news_listing__content a:focus,
.header .entry__summary a:hover,
.header .entry__summary a:focus {
  color: #3d866b;
}

.header a:active .card__button div,
.header .cards__card a:active,
.header .blog-tags a:active,
.header .news_listing__content a:active,
.header .entry__summary a:active {
  color: #8dd6bb;
}

.header .entry__summary h1 {
  color: #3e3e3e;
}

.header .card-heading,
.header .entry__summary h2 {
  color: #3e3e3e;
}

.header .card__title h3,
.news_listing__content h3,
.header .entry__summary h3 {
  color: #3e3e3e;
}

.header h3.form-title {
  color: #FFFFFF;
}

.header .entry__summary h4 {
  color: #3e3e3e;
}

.header .testimonial__module__author__text--author h5,
.header .entry__summary h5 {
  color: #3e3e3e;
}

.header .entry__summary h6 {
  color: #9EA1A6;
}

/* Search Bar */

.header__search.open,
.header__language-switcher.open {
  background-color: #3e3e3e;
}

/* Site Navigation */

.header__navigation:before {
  background-color: rgba(0, 70, 42, 0.95);
}

.header__language-switcher .lang_list_class {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #3e3e3e;
}

.header__language-switcher .lang_list_class li a {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #3e3e3e;
  text-transform: none;
}

.header .navigation-primary .submenu.level-1 > li.menu-item > a,
.header .navigation-primary .submenu.level-2 > li.menu-item > a.menu-link,
.header .navigation-primary .submenu.level-3 > li.menu-item > a.menu-link,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #3e3e3e;
  font-size: 16px;
  text-transform: none;
}

.header .navigation-primary .submenu.level-1 > li.menu-item:hover > a.menu-link,
.header .navigation-primary .submenu.level-1 > li.menu-item > a.menu-link:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li a:hover,
.header__language-switcher .lang_list_class li a:focus {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(0, 70, 42, 0.0);
  color: #ffc32f;
  font-size: 16px;
  opacity: 1;
}

.header .navigation-primary .submenu.level-1 > .has-submenu > .menu-arrow,
.header__language-switcher-label-current:after {
  border-top-color: #ffc32f;
}

.header .navigation-primary .submenu.level-1 > .has-submenu > .menu-arrow:before,
.header__language-switcher-label-current:before {
  border-top-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header .navigation-primary .submenu.level-1 > .has-submenu:hover > .menu-arrow,
.header__language-switcher:hover .header__language-switcher-label-current:after {
  border-bottom-color: #ffc32f;
}

.header .navigation-primary .submenu.level-1 > .has-submenu:hover > .menu-arrow:before,
.header__language-switcher:hover .header__language-switcher-label-current:before {
  border-bottom-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header .navigation-primary .submenu.level-1 > li.menu-item > a.menu-link.active-branch,
.header .navigation-primary .submenu.level-1 > li.menu-item > a.menu-link.active-item {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(0, 70, 42, 0.0);
  color: #00462a;
  font-size: 16px;
}

.header .navigation-primary .submenu.level-1 > li > a.active-item:after,
.header .navigation-primary .submenu.level-1 > li > a.active-branch:after {
  background-color: #00462a;
}

/* Child menu */

.header .navigation-primary .submenu.level-2,
body .submenu.level-2 > li,
.header .navigation-primary .submenu.level-3,
.header ul.lang_list_class {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-top-color: #00462a;
}

.header .navigation-primary .submenu.level-2 > li.menu-item > a.menu-link,
.header .navigation-primary .submenu.level-3 > li.menu-item > a.menu-link,
.header__language-switcher:hover ul.lang_list_class {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  text-transform: none;
}

.header .navigation-primary .submenu.level-2 > li.menu-item:hover > a.menu-link,
.header .navigation-primary .submenu.level-3 > li.menu-item:hover > a.menu-link {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(0, 70, 42, 0.0);
  color: #ffc32f;
}

.header .navigation-primary .submenu.level-2 > .menu-item:hover > a.menu-link:before,
.header .navigation-primary .submenu.level-3 > .menu-item:hover > a.menu-link:before {
  border-left-color: #ffc32f;
}

.header .navigation-primary .submenu.level-2 > .menu-item:hover > a.menu-link:after,
.header .navigation-primary .submenu.level-3 > .menu-item:hover > a.menu-link:after {
  border-left-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Mobile */
@media screen and (max-width: 767px) {

  /* Icon */
  body .header .header__navigation-toggle {
    background-color: #3e3e3e;
  }

  body .header .navigation-primary .submenu > .has-submenu input[type='checkbox'] ~ .menu-arrow,
  body .header .navigation-primary .submenu > .has-submenu:hover input[type='checkbox'] ~ .menu-arrow {
    border-top-color: #3e3e3e;
  }

  body .header .header__mobile-menu-icon,
  body .header .header__mobile-menu-icon:after,
  body .header .header__mobile-menu-icon:before {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .header .navigation-primary .submenu.level-1 {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .header .navigation-primary .submenu > .has-submenu input[type='checkbox'] ~ .menu-arrow:before,
  .header .navigation-primary .submenu > .has-submenu:hover input[type='checkbox'] ~ .menu-arrow:before,
  .header .navigation-primary .submenu > .has-submenu input[type='checkbox'] ~ .menu-arrow:before,
  .header .navigation-primary .submenu > .has-submenu:hover input[type='checkbox'] ~ .menu-arrow:before {
    border-top-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

 !important;
  }
}

/* ************************************************************************* */
/* **************************   8. Site Footer   *************************** */
/* ************************************************************************* */

.footer {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.footer__container--static,
.footer__container--dnd .dnd-section {
  max-width: 1560px;
}

/* Footer content */

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer p,
.footer a:not(.button),
.footer span,
.footer div,
.footer li,
.footer blockquote {
  color: #051F46;
}
.footer p{
  line-height: 1.94;
}

/* Footer modules */

.footer .card-subtitle,
.footer .card-body li,
.footer .testimonial__module__author__text--subtitle,
.footer .testimonial__module__text p,
.footer .card__text div,
.footer .card__title div,
.footer .entry__summary p,
.footer #blog-filter__label {
  color: #3e3e3e;
}

.footer .card__button div,
.footer .cards__card a,
.footer .blog-tags a,
.footer .news_listing__content a,
.footer .entry__summary a {
  color: #00462a;
}

.footer a:hover .card__button div,
.footer a:focus .card__button div,
.footer .cards__card a:hover,
.footer .cards__card a:focus,
.footer .blog-tags a:hover,
.footer .blog-tags a:focus,
.footer .news_listing__content a:hover,
.footer .news_listing__content a:focus,
.footer .entry__summary a:hover,
.footer .entry__summary a:focus {
  color: #3d866b;
}

.footer a:active .card__button div,
.footer .cards__card a:active,
.footer .blog-tags a:active,
.footer .news_listing__content a:active,
.footer .entry__summary a:active {
  color: #8dd6bb;
}

.footer .entry__summary h1 {
  color: #3e3e3e;
}

.footer .card-heading,
.footer .entry__summary h2 {
  color: #3e3e3e;
}

.footer .card__title h3,
.news_listing__content h3,
.footer .entry__summary h3 {
  color: #3e3e3e;
}

.footer h3.form-title {
  color: #FFFFFF;
}

.footer .entry__summary h4 {
  color: #3e3e3e;
}

.footer .testimonial__module__author__text--author h5,
.footer .entry__summary h5 {
  color: #3e3e3e;
}

.footer .entry__summary h6 {
  color: #9EA1A6;
}

.footer__row--info {
  border-top: 2px solid #d3d3d3;
}

.footer__site-header__section h4 {
  text-transform: capitalize;
  color: #00462a;
  font-weight: 500;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-bottom: 1rem;
  font-size: 1.5625rem;
  line-height: 1.48;
  margin-top: 0;
}
.footer__site-header__section h4:after {
  content: "";
  display: block;
  width: 3.875rem;
  height: 0.1875rem;
  background: #005432;
  margin: .5rem 0 0;
}

.footer .hs-menu-wrapper ul {
  margin: 1.5rem 0;
}

.footer .hs-menu-wrapper a {
  font-size: .8125rem;
  color: #3e3e3e;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  padding: 0;
  display: inline-block;
  font-weight: 700;
  font-family: Lato,Helvetica,Arial,sans-serif;
  letter-spacing: 1px;
}

.footer .hs-menu-wrapper a:hover,
.footer .hs-menu-wrapper a:focus {
  background-color: 

  
  
    
  


  rgba(242, 244, 246, 0.0)

;
  color: #00462a;
}

.footer .hs-menu-wrapper a:active {
  background-color: 

  
  
    
  


  rgba(0, 70, 42, 0.0)

;
  color: #3e3e3e;
}

.footer__right {
  background-color: #f1f1f1;
  border-left: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
}

.footer__copyright-bar {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  border-top: 1px solid #d0d0d0;
  color: #8a8a8a;
}

.footer__copyright-bar__secondary-links a:not(:last-of-type) {
  border-right: 1px solid #8a8a8a;
}
.footer__site-map__section ul {
  margin: 0 !important;
}
.site-footer__contact p {
  margin: 1.3125rem 0 1.75rem;
  font-size: .875rem;
  line-height: 1.43;
  color: #1c1c1c;
  font-weight: 300;
}
.site-footer__contact .btn-wrap .btn {
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: 1px solid rgba(0,0,0,0);
  padding: 0.9375rem 2.1rem;
  line-height: 1.21;
  border-radius: 2px;
  transition: color .2s ease-in,background-color .2s ease-out,border-color .15s ease,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  color: #1c1c1c;
  font-size: 1.0625rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 0.3125rem;
  background: #ffc32f;
  justify-content: center;
}
.site-footer__contact > a.telephone{
  font-size: 2.125rem;
  font-weight: 900;
}
.site-footer__contact > a {
  font-size: 1.0625rem;
  font-weight: 500;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  font-family: Roboto,Helvetica,Arial,sans-serif;
  margin-bottom: 0.3125rem;
  line-height: 1.43;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
}
.site-footer__contact > a span {
  margin-right: 1.125rem;
  font-size: 1.75rem;
  color: #005432;
}
.site-footer__company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 23.8125rem;
  margin: 1.5rem 0;
}

@media screen and (min-width: 768px) {

}

@media screen and (min-width: 1024px) {
  .footer__site-map__section ul {
    flex-direction: row;
  }
}

@media screen and (min-width: 1200px) {
  .footer__left {
    flex: 1 1 auto;
    padding: 0;
  }

  .footer__site-map__section li:not(:last-of-type) a {
    margin-right: 0px;
  }

  .footer__site-map__section {
    padding-right: 0;
  }

  .footer__copyright-bar {
    padding: 20px 0;
  }
}

/* ************************************************************************* */
/* *****************************   9. Blog   ******************************* */
/* ************************************************************************* */

/* Tags */

.blog-tag {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-weight: 700;
}

/* Blog Listing */

.blog-navigation .blog-navigation__text {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 900; text-decoration: none;
  color: #00462a;
}

/* Blog Pagination */

.blog-pagination__link {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #3e3e3e;
}

/* Blog Post */


.blog-post__title {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #3e3e3e;
  font-size: 28px;
  letter-spacing: 0px;
  text-transform: none;
}


.blog-post__body h1,
.blog-post__body h2,
.blog-post__body h3,
.blog-post__body h4,
.blog-post__body h5,
.blog-post__body h6 {
  color: #00462a;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

/* ************************************************************************* */
/* *************************   10. System Pages   ************************** */
/* ************************************************************************* */

/* Error Pages - Global */

.error-page:before {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* System Pages - Global */

.hs-search-results__title {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 900; text-decoration: none;
  color: #00462a;
}

.hs-search-results__title:hover {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 900; text-decoration: none;
}

/* Forms in System Pages */

#email-prefs-form h3 {
  font-size: 16px;
}

/* Password Prompt */

.password-prompt input[type='password'] {
  margin-bottom: 20px;
}

/* Backup Unsubscribe */

.backup-unsubscribe input[type='email'] {
  margin-bottom: 20px;
  padding: 10px 10px !important;
}

/* ************************************************************************* */
/* ***************************   11. Modules  ****************************** */
/* ************************************************************************* */

/* Icon */

body .icon svg {
  fill: #00462a;
  width: 16px;
}

/* Social Follow */

.blog-post__social-sharing .social-links__icon,
body .social-links__icon {
  background-color: #FFFFFF;
}

.blog-post__social-sharing .social-links__icon svg,
body .social-links__icon svg {
  fill: #00462a;
}

body .social-links__icon:hover,
body .social-links__icon:focus,
body .social-links__icon:active {
  background-color: #00462a;
}

body .social-links__icon:hover svg,
body .social-links__icon:focus svg,
body .social-links__icon:active svg {
  fill: #FFFFFF;
}

/* Statistic */

body .statistic__circle {
  background-color: #FFFFFF;
}

body .statistic__bar,
body .statistic__fill {
  border-color: #00462a;
}

body .statistic__info {
  color: #00462a;
}

/* Testimonial slider */

body .tns-nav button {
  background-color: #FFFFFF;
}

body .tns-nav .tns-nav-active {
  background-color: #00462a;
}

.testimonial__module {
  border-top-color: #00462a !important;
}

.testimonial__module__text:before {
  background-color: #00462a !important;
}

/* Card section */

.cards__card.card,
.card.pricing-card {
  border-top-color: #00462a;
}

.card-section__wrapper .tns-nav .tns-nav-active {
  background-color: #00462a !important;
}

/* Latest posts */

.news_listing__featured_image-wrapper {
  border-bottom-color: #00462a !important;
}

.news_listing__wrapper .tns-nav .tns-nav-active {
  background-color: #00462a !important;
}

/* Pricing card */

.card-body svg {
  fill: #3e3e3e;
}





/* ************************** BLog Listing Page **********************  */

..body-listing-page .container{
  max-width:1180px;
}

.body-listing-page .search-wrapper{
  background-color:#00462a;
  width:100%;
  margin: 0 auto;
  padding:0px 50px;
}
.body-listing-page .search-wrapper form{
  background: none;
  border: none;
  padding: 20px 0;
  border-bottom: 1px solid #fff;
}
.body-listing-page .blogtagListc{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  padding-top:20px;
}
.body-listing-page .blogtagListc a{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  padding: 20px 30px; 
  color:#fff;
  transition: all .3s ease-in-out
}
.body-listing-page .blogtagListc a:hover, .body-listing-page .blogtagListc a:active{
  background-color:#fff;
  text-decoration:none;
  color: #00462a;
}
.body-listing-page .blogtagListc a:hover span , .body-listing-page .blogtagListc a:active spa{
  color:#00420a;
}
.body-listing-page .blogtagListc a img{
  width:31px;
  height:31px;
}
.body-listing-page .blogtagListc span:not(:first-child){
  color:#fff;
  text-decoration:none;
  margin-left:11px;
}
.body-listing-page .blogtagListc a svg {
  height: 22px;
  fill: #fff;
  transition: all .3s ease-in-out
}
.body-listing-page .blogtagListc a:hover svg {
  fill: #00462a;
}
.body-listing-page .blog-index{
  margin-top:20px; 
  margin: 0 auto;
}
.blog-index__post{
  width:calc(33.33% - 20px);
  margin-left:30px; 
  margin-top:15px;
  margin-bottom:15px;
  border:none;
  background:#00420a;
  /*   opacity:0.8; */
}
.blog-index__post:nth-child(3n+1){
  margin-left:0;
}
.blog-index__post:hover .blog-summary,  .blog-index__post:hover .post-button  {
  display:block;
}
.body-listing-page .post-featured-image img{
  max-width:100%;
  min-height:296px;
  object-fit: cover;
}
.body-listing-page .blog-postWrapper{
  display:flex;
  flex-wrap:wrap;
  margin-top:20px;
}
.body-listing-page .blog-author__name h5 {
  color:#fff;
  font-size:14px;
  font-weight:normal;
}
.body-listing-page .blog-author__name a{
  color:#fff;
}
.body-listing-page .blog-author__name a:hover, .blog-index__post-content__title a:hover{
  text-decoration:none;
}
.blog-index__post-content__title a{
  font-size:23px;
  color:#fff;
  font-weight:600;
  letter-spacing:.23px;
  padding-top:15px;
  margin-bottom:10px;
  display:inline-block;
  min-height: 67px;
}
.body-listing-page .blog-summary{
  font-size: 16px;
  font-weight: normal;
  line-height: 1.63;
  letter-spacing: .16px;
  color:#fff;
  margin:0;
  padding:0;
  border:none;
}
.body-listing-page .post-button{
  padding-top:13px;
}
.body-listing-page .post-button a.button.button--simple{
  color:#fff;
  text-decoration:none;
  border: 2px solid #fff;
  padding:15px 30px !important;
  font-size:18px;
  line-height:1.44;
  letter-spacing:.18px; 
}
.body-listing-page .post-button a.button.button--simple:hover{
  background:#fff;
  color:#00420a;
}
.body-listing-page .post-button {
  text-align:center;
}
.body-listing-page .blog-index__post-content{
  padding:20px;
}
.body-listing-page .form-section{
  max-width: 650px;
  margin: 0 auto;
  margin-top:-86px;
  position: relative;
}
.body-listing-page .form-section h3{
  background: #00462a;
  text-align:left;
}




.body-listing-page .form-section p span{
  font-size:22px !important;
  background-color: transparent !important;

}
.blog-index__post:hover .blog-index__post-content {
  top: 0;
  background: rgb(0 70 42 / 80%);
}

.blog-index__post-content {
  padding: 20px;
  position: absolute;
  padding: 20px;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% - 127px);
  bottom: -50px;
  transition: all .3s ease-in-out;
  background: rgb(0 70 42);
}
.blog-post-wrapper {
  position: relative;
  overflow: hidden;
  height: 450px;

}
.body-listing-page .form-module{
  display:inline-block;
  width: 100%;
  margin-top: 150px;
}
.body-listing-page form{
  margin-bottom:0px;
}




/*********************  hs-blog-post ****************************/


.blog-post__body p {
  line-height: 1.3em;
}

.hs-blog-post .content-wrapper{
  max-width:1180px;
  margin:0 auto;
}
.hs-blog-post .blog-post{
  max-width:980px;
  width:100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.blog-post .left_post_block {
  width: calc(27% - 24px);
  margin-left: 24px;
}
.blog-post .right_post_block {
  width: 73%;
}
.hs-blog-post .blog-post__body a{
  font-size:23px;
}
.hs-blog-post .blog-post__body p{
  margin-top:0;
}
.hs-blog-post .subscribe-module{
  background-size:cover;
  padding-top:50px !important;
  padding-bottom:60px !important;
  padding-left: 0;
  padding-right: 0;
  text-align:center;
  position:relative;
}
.hs-blog-post .subscribe-module:before, .hs-blog-post .popup-inner:before{
  position:absolute;
  display:block;
  content:"";
  height:100%;
  width:100%;
  background-color:#00420a;
  opacity:0.2;
  top:0;
  left:0;
}
.hs-blog-post .subscribe-module .heading h2{
  font-size:27px;
  padding-top:0;
  padding-bottom:20px;
}
.hs-blog-post .popup-toggle{
  border-radius:0;
  border:2px solid #fff !important;
  position:relative;
}
.hs-blog-post .popup-toggle a{
  color:#fff;
  border-radius:0px;
}
.hs-blog-post .popup-toggle a:hover{
  text-decoration:none;
}
.hs-blog-post .popup-inner{
  background-size:cover;
  position:relative;
}
.hs-blog-post .popup-list{
  font-size:28px;
  color: #00420a;
}
.hs-blog-post .popup-form form{
  background-color:transparent;
  border:none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  position:relative;
}
.hs-blog-post .popup-overlay{
  color: #000;
  border: none !important;
  font-size: 25px;
  cursor:pointer;
}
.hs-blog-post .blog-recent-posts .container{
  max-width:980px;
}
.hs-blog-post .hs-form-field>label, .hs-form label{
  /*   max-width:350px; */
  width:100%;
  margin-left:auto;
  margin-right:auto;
}
.hs-blog-post .blog-recent-posts{
  padding-top:30px;
}
.hs-blog-post .releted-post-title h4{
  margin-top:0;
  margin-bottom:20px;
}
.hs-blog-post .blog-index{
  margin-top:20px; 
  margin: 0 auto;
}
.hs-blog-post .blog-index__post{
  width:calc(50% - 20px);
  margin-left:30px; 
  margin-top:15px;
  margin-bottom:15px;
}
.hs-blog-post .blog-index__post:nth-child(3n+1){
  margin-left:0;
}
.hs-blog-post .blog-index__post:hover .blog-summary,  .blog-index__post:hover .post-button  {
  display:block;
}
.hs-blog-post .post-featured-image img{
  max-width:100%;
  min-height:296px;
  object-fit: cover;
}
.hs-blog-post .blog-postWrapper{
  display:flex;
  flex-wrap:wrap;
  margin-top:20px;
}
.hs-blog-post .blog-author__name h5 {
  color:#fff;
  font-size:14px;
  font-weight:normal;
}
.hs-blog-post .blog-author__name a{
  color:#fff;
}
.hs-blog-post .blog-author__name a:hover, .blog-index__post-content__title a:hover{
  text-decoration:none;
}
.hs-blog-post .blog-summary{
  font-size: 16px;
  font-weight: normal;
  line-height: 1.63;
  letter-spacing: .16px;
  color:#fff;
  margin:0;
  padding:0;
  border:none;
}
.hs-blog-post .post-button{
  padding-top:13px;
}
.hs-blog-post .post-button a.button.button--simple{
  color:#fff;
  text-decoration:none;
  border: 2px solid #fff;
  padding:15px 30px !important;
  font-size:18px;
  line-height:1.44;
  letter-spacing:.18px; 
}
.hs-blog-post .post-button a.button.button--simple:hover{
  background:#fff;
  color:#00420a;
}
.hs-blog-post .post-button {
  text-align:center;
}
.hs-blog-post .blog-index__post-content{
  padding:20px;
}
/******************************************** 15/09/22  *********************************/
/***************************** body-listing-page  **************************************/
.body-listing-page form fieldset {
  margin: 0 auto;
} 
.body-listing-page .blog-post-wrapper {
  width: 100%;
}
.body-listing-page .form-section h3 {
  padding: 20px 73px;
}
.body-listing-page .hs_submit.hs-submit{
  max-width: 200px;
  margin: 0 auto;
}
/************************** hs blog post  ******************************/
.hs-blog-post .blog-post-innerWrapper {
  padding-top: 30px;
}
.hs-blog-post .blog-post-innerWrapper .blog-index--2-col__post {
  padding: 10px;
  vertical-align: top !important;
  display: inline-block;
  width: 50%;
  margin-right:-4px;
  float: none;
}
.hs-blog-post .form-section{
  max-width: 650px;
  margin: 0 auto;
  margin-top:-76px;
  position: relative;
}
.hs-blog-post  .form-section h3{
  background: #00462a;
  text-align:left;
}
.hs-blog-post  .form-section p span{
  font-size:22px !important;
  background-color: transparent !important;
}
.hs-blog-post h3.form-title {
  text-align: left;
}
.hs-blog-post .form-section h3 {
  margin-top:0px;
  padding: 20px 84px;
}
.hs-blog-post .hs_submit.hs-submit{
  max-width: 200px;
  margin: 0 auto;
}
.hs-blog-post form fieldset {
  margin: 0 auto;
}
.hs-blog-post .form-module {
  display: inline-block;
  width: 100%;
  margin-top: 85px;
}
.hs-blog-post form {
  margin-bottom: 20px;
}
.hs-blog-post .author-module .section-inner-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.author-img {
  width: 150px;
}
.hs-blog-post .author-content {
  padding-left: 40px;
  width: calc(100% - 150px);
}
.hs-blog-post .author-module{
  margin-top:30px;
  padding-top:30px;
  padding-bottom:30px;
  border-top:2px solid #00462a;;
}
.hs-blog-post .author-content{
  padding-left:40px;
}
.hs-blog-post .author-module .heading-text h4{
  margin-top:0px;
  margin-bottom:16px;
}
.hs-blog-post .blog-post-innerWrapper .blog-index--2-col__post {
  padding: 10px;
  vertical-align: top !important;
  display: inline-block;
  width: 50%;
  margin-right: -4px;
  float: none;
}
.hs-blog-post .blog-index--2-col__post {
  margin-left:30px;
  margin-top: 15px;
}
.hs-blog-post .blog-index--2-col__post:nth-child(1){
  margin-top: 0px; 
}
.hs-blog-post .blog-index--2-col__post:nth-child(2){
  margin-top: 0px;
}
.hs-blog-post .releted-post-title h4{
  margin-bottom:16px;
}
.hs-blog-post .social-links{
  background:#fff;
}
.hs-blog-post .social-links a{
  background: #00462a;
  margin:0px;
  padding:10px;
  display:ionline-block;
}
.hs-blog-post .social-links a:hover{
  transition: all .2s ease-in-out;
  transform: translateY(-4px);
  margin-bottom:3px;
}
.hs-blog-post .social-links span{
  background: #00462a;  
}
.hs-blog-post .social-links svg{
  fill:#fff;
  width:22px;
  height:22px;
}
.hs-blog-post .blog-post__social-sharing .social-links__icon {
  height: 52px;
  width: 52px;
  background: #00462a;
  margin: 0px;
  padding: 10px;
  display: inline-block;
}
.hs-blog-post .blog-post__social-sharing{
  position: sticky;
}
.hs-blog-post .blog-post {
  padding-left: 0px;
  display: flex;
  flex-wrap: wrap;
}
.hs-blog-post .blog-post img {
  max-width: 100%;
}


@media screen and (max-width: 991px){
  .blog-index__post, .blog-index__post:nth-child(3n+1) {
    width: calc(50% - 20px) !important;
    margin-left: 40px;
  }
  .blog-index__post:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px){
  .blog-index__post, .blog-index__post:nth-child(3n+1) {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .hs-blog-post .form-section h3,
  .body-listing-page .form-section h3{
    padding: 20px 20px;
  }
  .hs-blog-post form fieldset,
  .body-listing-page  form fieldset {
    max-width: 100%;
  }
  .blog-post .right_post_block {
    width: 100%;
  }
  .blog-post .left_post_block {
    width: 100%;
    margin-bottom: 25px;
  }
  .author-img {
    width: 100px;
    margin-bottom: 25px;
  }
  .hs-blog-post .author-content {
    padding-left: 0px;
    width: 100%;
  }
  .blog-recent-posts {
    padding-bottom: 40px;
  }
  .body-listing-page .blogtagListc {
    padding: 20px 0;
  }
  .body-listing-page form {
    margin-bottom: 0;
  }
}

/* ------------------------------------------------------------
 * ------------------ Sidebar Update 05/30/23 -----------------
 * --------------------------------------------------------- */

.hs-blog-post .blog-post__body a {
  font-size: 1em !Important;
}

.categories-sidebar-title {
  font-weight: 400;
  letter-spacing: 0;
  font-size: 14px;
  color: #3e3e3e;
}

.categories-sidebar-wrap ul {
  padding-left: 1rem;
}

.sidebar-categories {
  margin-top: 1rem;
  color: #3e3e3e !important;
  font-size: 14px;
}

.sidebar-categories a,
.blog-index__post-content__title-sidebar a {
  color: #3e3e3e !important;
}

.sidebar-title {
  margin: 30px 0 9px;
  padding: 6px 12px;
  background-color: #00462a;
  color: #fff;
  font-size: 14px !important;
  font-weight: 500;
  letter-spacing: 0;
}

.blog-index__post-content-sidebar {
    margin: 0 0 9px;
    padding: 3px 12px;
    background-color: #ddd;
    font-size: 14px !important;
    line-height: 1.25em !important;
}

.blog-index__post-content__title-sidebar {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.3em;
  font-weight: 700 !important;
}

.blog-index__post-content__title-sidebar a {
  font-weight: 600 !important;
}

@media screen and (max-width: 767px){
  .hs-blog-post .blog-post{
    flex-direction: column-reverse;
  }
  
  .left_post_block {
    margin: 60px 0 0 !important;
  }
}