/* ******************************************************************************
*********************************************************************************
Use this file to override any of the CSS styles preset in the themed
stylesheets or you can add your own custom styles.
*********************************************************************************
****************************************************************************** */

/* Test */
















@media (min-width:768px) {
  .page-center {
    max-width: 750px;
  }
}

@media (min-width:992px) {
  .page-center {
    max-width: 970px;
  }
}

@media (min-width:1400px) {
  .dnd-section > .row-fluid,
  .page-center,
  .content-wrapper {
    max-width: 1400px;
  }
}

@media (max-width:1399px) {
  .dnd-section > .row-fluid,
  .content-wrapper {
    max-width: 100%;
  }
}

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

.dnd-section {
  padding-bottom: 32px;
  padding-top: 32px;
}

.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: #F8FAFC;
}




body {
  color: #2b2b2b;
  font-family: montserrat;
  font-weight: 500;
  font-size: 14px;
}

p {
  font-family: montserrat;
  font-weight: 500;
}

a {
  font-family: montserrat;
  color: rgba(0, 166, 81, 1.0);
}

a:hover,
a:focus {
  color:#2b2b2b;
}

a:active {
  color: rgba(40, 206, 121, 1.0);
}

h1 {
  color: #2b2b2b;
  font-family: montserrat;
  font-size: 30px;
  font-weight: 500;
}

h2 {
  color: #2b2b2b;
  font-family: montserrat;
  font-size: 22px;
  font-weight: 500;
}

h3 {
  color: #2b2b2b;
  font-family: montserrat;
  font-size: 20px;
  font-weight: 500;
}

h4 {
  color: #2b2b2b;
  font-family: montserrat;
  font-size: 19px;
  font-weight: 500;
}

h5 {
  color: #2b2b2b;
  font-family: montserrat;
  font-size: 18px;
  font-weight: 500;
}

h6 {
  color: #2b2b2b;
  font-family: montserrat;
  font-size: 16px;
  font-weight: 500;
}





form,
.submitted-message {
  border-color: rgba(#null, 0.0);
  font-family: montserrat;
}

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

.hs-button,
.button--primary {
  background-color: rgba(0, 166, 81, 1.0);
  border-color: rgba(0, 166, 81, 1.0);
  border-radius: 0px;
  border-width: 0px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: #00a651;
  border-color: #00a651;
  color: #FFFFFF;
}

.hs-button:active,
.button--primary:active {
  background-color: rgba(40, 206, 121, 1.0);
  border-color: rgba(40, 206, 121, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.hs-form label {
  color: rgba(43, 43, 43, 1.0);
}

.hs-form legend {
  color: rgba(51, 71, 91, 1.0);
}

form input,
form select,
form textarea,
.hs-input {
  border-color: rgba(236, 236, 236, 1.0);
  color: ;
  border-radius: 0px;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
  border-color: rgba(236, 236, 236, 1.0);
}

.fn-date-picker .pika-table thead th {
  color: rgba(255, 255, 255, 0.0);
}

.hs-input:-moz-placeholder,
.hs-input::-webkit-input-placeholder,
.hs-field-desc,
.hs-dateinput:before,
.hs-richtext {
  color: #2b2b2b;
}

.hs-richtext {
  font-size: 14;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: montserrat;
}

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

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

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





th,
td {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid rgba(50, 54, 67, 1.0);
  color: rgba(50, 54, 67, 1.0);
}

thead th,
thead td {
  background-color: rgba(68, 68, 68, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

tfoot td {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(50, 54, 67, 1.0);
}

table,
tbody + tbody {
  border-color: rgba(50, 54, 67, 1.0);
}






@media (min-width:768px) {
  header .top-section {
    background-color: rgba(235, 235, 235, 1.0);
  }
}

.nav-bar-section {
  background-color: rgba(255, 255, 255, 1.0);
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  color: rgba(0, 166, 81, 1.0);
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
  color: rgba(0, 166, 81, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a:active {
  color: rgba(0, 166, 81, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

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

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > .page-center > li:first-child > ul > li.hs-menu-depth-3 > ul > li.hs-item-has-children > a {
  color: rgba(0, 166, 81, 1.0);
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > .page-center > li:first-child > ul > li.hs-menu-depth-3 > ul > li.hs-item-has-children > a:hover {
  color: rgba(0, 166, 81, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > .page-center > li:first-child > ul > li.hs-menu-depth-3 > ul > li.hs-item-has-children > a:active {
  color: rgba(0, 166, 81, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > .page-center > li:first-child li.hs-menu-depth-5 > ul > li:last-child > ul > li > a {
  color: rgba(43, 43, 43, 1.0);
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > .page-center > li:first-child li.hs-menu-depth-5 > ul > li:last-child > ul > li > a:hover {
  color: rgba(43, 43, 43, 1.0);
}


body .custom-menu-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #00a651;
}

body .custom-menu-primary .submenu.level-1 > li:hover > a,
body .custom-menu-primary .submenu.level-1 > li:focus > a,
.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: #00a651;
}

body .custom-menu-primary a.active-branch,
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li a:active {
  color: #00a651;
}
body .custom-menu-primary .submenu.level-1 > li.active-branch,
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li:active {
  background-color: #ffffff;
}
body .custom-menu-primary .submenu.level-1 > li {
  background-color: ;
}
body .custom-menu-primary .submenu.level-1 > li:hover,
body .custom-menu-primary .submenu.level-1 > li:focus {
  background-color: #ffffff
}
body .custom-menu-primary .submenu.level-1 > li > a.active-branch {
  color: #00a651;
}

body .custom-menu-primary .submenu.level-1 > li > a.active-branch:after {
  background-color: #00a651;
}
body .custom-menu-primary .submenu.level-2 > li > a {
  color: #00a651;
}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link {
  background-color: #ffffff;
}
body .custom-menu-primary .submenu.level-2 .triangle-container .triangle {
  background-color: #ffffff;
}

body .custom-menu-primary .submenu.level-2 .menu-item .menu-link:hover,
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link:focus,
body .header__language-switcher .lang_list_class li:hover,
body .custom-menu-primary .submenu.level-2 .triangle-container.level-2.hover .triangle {
  background-color: #ffffff;
  color: #00a651;
}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link.active-branch {
  color: #00a651;
  background-color: #ffffff;
}

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

.header__language-switcher-label-current:after {
  border-top-color: rgba(0, 166, 81, 1.0);
}

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

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: rgba(0, 166, 81, 1.0);
  }
}





footer .bottom-wrapper {
  background-color: rgba(43, 43, 43, 1.0);
}

.copyright-container p:last-child a {
  color: rgba(255, 255, 255, 1.0);
}

.copyright-container p:first-child {
  color: rgba(255, 255, 255, 1.0);
}

.footer-links-wrapper,
footer .partners-wrapper {
  background-color: rgba(101, 101, 101, 1.0);
}

.footer-block .links-title h5 {
  color: rgba(255, 255, 255, 1.0);
}

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

.f-menu .hs-menu-wrapper > ul > li > a:hover {
  color: rgba(0, 166, 81, 1.0);
}

footer .email-wrapper {
  background-color: rgba(244, 244, 244, 1.0);
}

.form-version-cid-1 .form-heading-wrapper p:first-child strong {
  color: rgba(13, 165, 83, 1.0);
}

.form-version-cid-1 .form-heading-wrapper p:last-child span {
  color: rgba(0, 0, 0, 1.0);
}

.section-newsletter-footer .form-version-cid-1 form .hs_submit.hs-submit .actions input.hs-button.primary.large {
  color: rgba(255, 255, 255, 1.0);
  background: rgba(44, 44, 44, 1.0);
}

.section-newsletter-footer .form-version-cid-1 form .hs_submit.hs-submit .actions input.hs-button.primary.large:hover {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(77, 77, 77, 1.0);
}

.section-newsletter-footer .form-version-cid-1 form .hs_email .input input:hover {
  border-color: rgba(0, 0, 0, 1.0);
}


@media (min-width:768px) {
  .copyright-container p:last-child a:hover {
    color: rgba(0, 166, 81, 1.0);
  }
}






.blog-post__date {
  border-color: #2b2b2b;
}

.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
  color: #2b2b2b;
}

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

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

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

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

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

.blog-post__title {
  color: #2b2b2b;
  font-family:montserrat;
  font-size: 22px;
  font-weight: ;
}

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

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

.hs-blog-listing,
.hs-blog-post {
  background-color: #F8FAFC;
}

.blog-index__post-inner-card {
  box-shadow: -5px 0px 20px 0px rgba(0, 0, 0, 0.10);
}

.blog-post__tag-link:hover{
  color: #2b2b2b;
}

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

.blog-post__read-more a:hover svg {
  fill: #2b2b2b;
}

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

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

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

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

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

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

.blog-post__meta a {
  color: #2b2b2b;
}

.blog-post__body, .blog-post__tags a {
  color: #2b2b2b;
}

.blog-post__meta a:hover {
  color: #2b2b2b
}

.blog-post__links {
  border-top:  2px solid rgb(0, 146, 61);
}

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

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

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

a.blog-post__back-to-blog:hover svg {
  fill: #2b2b2b;
}

.comment.depth-0,
.blog-comments form {
  border-top: 2px solid rgb(0, 146, 61);
}

.comment.depth-1 {
  border-left: 2px solid rgb(0, 146, 61);
}

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

.hs-blog-listing a,
.hs-blog-post a {
  color: rgba(0, 166, 81, 1.0);
}
.blog-post__tags a:hover,
.blog-index__post-content a:hover,
.blog-index__post-content a:hover,
.blog-sidebar-post-listing li a:hover,
.blog-pagination__link:hover,
.blog-post__meta a:hover,
.blog-index__post-content h2 a:hover,
.blog-post__read-more a:hover,
.blog-sidebar a:hover{
  color: rgba(0, 166, 81, 1.0);
}










body .icon svg {
  fill: #494A52;
}

body .tns-nav button.tns-nav-active {
  background-color: #494A52;
}

body .tns-nav button:hover,
body .tns-nav button:focus {
  background-color: #494A52;
}


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




.body-container__website .dnd-section:nth-child(odd) {
  background-color: {typography=, tables=, buttons=, spacing=, global_colors=, blog_settings=, header=, bottomfooter=, topfooter=, forms=, middlefooter=}
}