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

/* Test */
















.dnd-section > .row-fluid {
  max-width: 940px;
}

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

.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: #E2E2E2;
}
.dnd-section,
.page-center,
.content-wrapper{
  padding-right:20px;
  padding-left:20px;
}
.page-center {
  max-width: 940px;
}




html {
  font-size: ;
}

body {
  color: #2A3336;
  font-family: Lato;
  font-weight: ;
  font-size: px;
}

a {
  font-family: ;
  color: rgba(3, 191, 111, 1.0);
  cursor: pointer;
}

a:hover {
  color:#03BF6F;
}

/* a:active {
color: rgba(43, 231, 151, 1.0);
} */

h1 {
  color: ;
  font-family: Beatrice;
  /* font-size: px; */
  font-size: 3.5rem !important;
  font-weight: ;
}

h2 {
  color: ;
  font-family: Beatrice;
  /* font-size: px; */
  font-size: 36px !important;
  font-weight: ;
}

h3 {
  color: ;
  font-family: Beatrice;
  font-size: px;
  font-weight: ;
}

h4 {
  color: ;
  font-family: Beatrice;
  font-size: px;
  font-weight: ;
}

h5 {
  color: ;
  font-family: Beatrice;
  font-size: px;
  font-weight: ;
}

h6 {
  color: ;
  font-family: Beatrice;
  font-size: 14px;
  font-weight: ;
}

blockquote {
  border-left: 5px solid #E2E2E2;
}

p, ul, ol, .removepr a {
font-weight: 700;
font-family: Lato, sans-serif;
color: #2A3336;
}

.h1-highlight {
    left: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 125%;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(2, 191, 111, 0.16);
    color: #02bf6f;
}

.h1-highlight-yellow {
    position: relative;
    left: -8px;
    margin-right: -8px;
    padding-right: 8px;
    padding-left: 8px;
    background-color: rgba(252, 188, 3, 0.24);
}

.pinkText {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Beatrice, sans-serif;
    color: #f43da7;
    font-size: 18px;
    line-height: 40px;
    font-weight: 800;
    text-transform: uppercase; 
}

.buttonCTA {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    max-width: fit-content;
    padding: 24px 48px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100px;
    background-color: #02bf6f;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    font-family: Beatrice, sans-serif;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 800;
    letter-spacing: 0.02em;
    -o-object-fit: fill;
    object-fit: fill;
}
.buttonCTA:hover {
    background-color: #02b565;
    box-shadow: 0 4px 24px 0 rgb(42 51 54 / 24%);
    color: #fff;
}





form,
.submitted-message {
  border-color: rgba(#null, 0.0);
}
.widget-type-form,
.hs-search-field form,
.hs_cos_wrapper_type_email_simple_subscription #email-prefs-form,
.form-container form,
.hs_cos_wrapper_type_password_prompt form,
.blog-comments form{
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 8px 20px -2px rgb(0 0 0 / 11%);
  margin-bottom:20px;
  background-color: rgba(255, 255, 255, 1.0);
}
h3.form-title {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(44, 51, 54, 1.0);
}

.hs-button,
.button--primary {
  background-color: rgba(7, 36, 58, 1.0);
  border-color: rgba(35, 31, 31, 1.0);
  border-radius: 6px;
  border-width: 1px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 53px;
  padding-right: 53px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.hs-button:hover,
.button--primary:hover {
  background-image: -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,.13)),to(hsla(0,0%,100%,.13)));
  background-image: linear-gradient(180deg,hsla(0,0%,100%,.13),hsla(0,0%,100%,.13));
  border-color: ;
  color: ;
  text-decoration:none;
}

.hs-button:active,
.button--primary:active {
  background-color: rgba(47, 76, 98, 1.0);
  border-color: rgba(75, 71, 71, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.hs-form label {
  color: rgba(44, 51, 54, 1.0);
}

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

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,
.hs-input {
  border-color: rgba(231, 235, 233, 1.0);
  color: ;
  border-radius: 7px;
}

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,
.hs-input:focus {
  border-color: rgba(44, 51, 54, 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: ;
}

.hs-richtext {
  font-size: ;
}

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

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

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

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





th,
td {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid rgba(2, 191, 111, 1.0);
  color: rgba(0, 0, 0, 1.0);
}

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

tfoot td {
  background-color: rgba(2, 191, 111, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

table,
tbody + tbody {
  border-color: rgba(2, 191, 111, 1.0);
}





.header-group {
  background-color: rgba(255, 255, 255, 1.0);
}

.header__container {
  max-width: 100%;
}

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

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

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

body .custom-menu-primary .submenu.level-1 > li > a.active-branch:after {
  background-color: #6b6b6b;
}
body .custom-menu-primary .submenu.level-2 > li > a {
  color: #2c3336;
}
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: #2c3336;
}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link.active-branch {
  color: #2c3336;
  background-color: #FFFFFF;
}

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

.custom-menu-primary .hs-menu-wrapper > ul > li > a,
.child-trigger{
  color: rgba(107, 107, 107, 1.0);
}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a {
  color: rgba(2, 191, 111, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
  text-decoration: unset;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > .child-trigger{
color: rgba(2, 191, 111, 1.0);
}
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a {
  color: rgba(107, 107, 107, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}
.custom-menu-primary .hs-menu-wrapper .drop-down-container .drop-down-text {
  color: rgba(44, 51, 54, 1.0);
}
.custom-menu-primary .hs-menu-wrapper .drop-down-container .drop-down-text:hover {
  color: rgba(44, 51, 54, 1.0);
  text-decoration: unset;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul>li>ul>li>a:hover{
  background-color: rgba(255, 255, 255, 1.0);
}
.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul>li>ul>li.active>a .drop-down-text {
  color: rgba(44, 51, 54, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

.custom-menu-primary .hs-menu-wrapper .drop-down-container .drop-down-text span{
  color: rgba(107, 107, 107, 1.0);
}
.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul {
  background-color: rgba(255, 255, 255, 1.0);
}
.header-link a:first-child{
  color: rgba(107, 107, 107, 1.0);
}
.header-link a:first-child:hover{
  color: rgba(2, 191, 111, 1.0);
}

.header-link a:last-child{
  background-color: rgba(2, 191, 111, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
.header-link a:last-child:hover{
  background-image: -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,.13)),to(hsla(0,0%,100%,.13)));
  background-image: linear-gradient(180deg,hsla(0,0%,100%,.13),hsla(0,0%,100%,.13));
}


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

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





.footer {
  background-color: rgba(255, 255, 255, 1.0);
}

.footer__container {
  max-width: 940%;
  margin:0 auto;
}
.footer-menu-group .hs-menu-wrapper>ul>li>a{
  color: rgba(88, 88, 88, 1.0);
}
.footer-menu-group .hs-menu-wrapper>ul ul li>a{
  color: rgba(59, 59, 59, 1.0);
}
.footer-menu-group .hs-menu-wrapper>ul ul li>a:hover{
  color: rgba(2, 191, 111, 1.0);
}




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

.blog-post__date {
  border-color: ;
}

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

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

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

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

.blog-pagination__link {
  color: ;
}

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

.blog-post__title {
  color: ;
  font-family:Beatrice;
  font-size: px;
  font-weight: ;
}

.blog-post__author {
  background-color: #E2E2E2;
}

#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(#null);
}

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

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

.blog-post__tag-link:hover{
  color: #03BF6F;
}

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

.blog-post__read-more a:hover svg {
  fill: #03BF6F;
}

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

.blog-sidebar a {
  color: ;
}

.blog-sidebar a:hover {
  color: #03BF6F;
}

.blog__subscription-block {
  background-color: rgb(#null);
}

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

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

.blog-post__meta a {
  color: ;
}

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

.blog-post__meta a:hover {
  color: #03BF6F
}

.blog-post__links {
  border-top:  2px solid rgb(#null);
}

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

.blog-post__back-to-blog:hover {
  color: #03BF6F;
}

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

a.blog-post__back-to-blog:hover svg {
  fill: #03BF6F;
}

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

.comment.depth-1 {
  border-left: 2px solid rgb(#null);
}

.section.post-footer .hs-input {
  border-color: rgb(#null);
}

.blog-recent-posts {
  background-color: rgb(#null);
}










body .icon svg {
  fill: #231F1F;
}

body .tns-nav button.tns-nav-active {
  background-color: #231F1F;
}

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

body .social-links__icon {
  background-color: #231F1F;
}

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

.page-center {
  max-width: 940px;
  margin: 0 auto;
}




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