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

/* Test */


/* 1a. Containers */




/* 1c. Typography */































.content-wrapper {
  max-width: 100%;
  padding-right: 4vw;
  padding-left: 4vw; 

}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 50px 0;
}
.header-container,
.page-center,
.footer__container,
.dnd-section > .row-fluid {
  max-width: 100%;
  padding-right: 4vw;
  padding-left: 4vw;
}

.hs-blog-listing .page-center,
.footer__container,
.dnd-section > .row-fluid {
  max-width: 100%;
  padding-right: 1vw;
  padding-left: 1vw;
}





body {
  color: #232323;
  font-family: Poppins;
  font-weight: 400;
  font-size: 1rem;
}

p {
  color: #232323;
  font-family: Poppins;
  font-weight: 400; 
}

a {
  color: #00b764;
}

a:hover,
a:focus,
a:active {
  color: #00b764;
  opacity: .7;
}

h1 {
  color: #232323;
  font-family: futura-pt,sans-serif;
  font-weight: 500;
}


h2 {
  color: #232323;
  font-family: futura-pt,sans-serif;
  font-weight: 500;
}


h3 {
  color: #232323;
  font-family: futura-pt,sans-serif;
  font-weight: 500;
}


h4 {
  color: #232323;
  font-family: futura-pt,sans-serif;
  font-weight: 500;
}



h5 {
  color: #232323;
  font-family: Poppins;
  font-size: 1.35rem;
  font-weight: 400;
}

h6 {
  color: #232323;
  font-family: Poppins;
  font-size: 1.21rem;
  font-weight: 400;
}

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



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

  h1 {
    font-size:  calc(3.3 * 1rem);
  }

  h2 {

    font-size: calc(2 * 1rem);
  }

  h3{

    font-size: calc(1.3 * 1rem);

  }

  h4{
    font-size: calc(1 * 1rem);

  }
  p{
    font-size: calc(1.2 * 1rem);
  }


}

@media screen and (min-width: 0) and (max-width: 1511px) and (orientation: landscape) {

  h1 {
    font-size:  calc((3.3 - 1) * 1.2vw + 1rem);
  }


  h2 {

    font-size: calc((2 - 1) * 1.2vw + 1rem);
  }


  h3 {
    font-size: calc((1.3 - 1) * 1.2vw + 1rem);
  }

  h4{

    font-size: calc((1 - 1) * 1.2vw + 1rem);

  }

  p{

    font-size: calc((1.2 - 1) * 1.2vw + 1rem);
  }

}

@media screen and (min-width: 0) and (max-width: 1511px) and (orientation: portrait) {

  h1 {
    font-size:  calc((3.3 - 1) * 1.2vh + 1rem);
  }
  h2 {

    font-size: calc((2 - 1) * 1.2vh + 1rem);
  }

  h3 {
    font-size: calc((1.3 - 1) * 1.2vh + 1rem);
  }

  h4{

    font-size: calc((1 - 1) * 1.2vh + 1rem);

  }

  p{

    font-size: calc((1.2 - 1) * 1.2vh + 1rem);
  }
}





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

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

.hs-button,
.button--primary, .button {
  background-color: rgba(0, 183, 100, 1.0);
  border:0px solid rgba(255, 255, 255, 1.0);
  border-radius: 0px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus,
.button:hover,
.button:focus{
  background-color: rgba(0, 183, 100, 1.0);
  border:0px solid rgba(255, 255, 255, 1.0);
  color: rgba(255, 255, 255, 1.0);

}



.hs-form label {
  color: rgba(64, 61, 58, 1.0);
}

.hs-form legend {
  color: rgba(48, 48, 48, 1.0);
}

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

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
  border-color: rgba(#null, 0.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: #232323;
}

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

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

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

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

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





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

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

tfoot td {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(0, 0, 0, 1.0);
}

table,
tbody + tbody {
  border-color: rgba(0, 0, 0, 1.0);
}





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


.header .header-menu .hs-menu-wrapper ul > li > a {

  color: rgba(255, 255, 255, 1.0);
}

.header .header-menu .hs-menu-wrapper ul > li > a:hover {

  color: rgba(255, 255, 255, 1.0);
}


.header .header-action-btn .hs-button {

  background-color: rgba(0, 183, 100, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.header .header-action-btn .hs-button:hover {

  background-color: rgba(0, 183, 100, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.header .header-menu .hs-menu-wrapper ul> li.hs-item-has-children ul.hs-menu-children-wrapper {

  background-color: rgba(0, 0, 0, 1.0);
}


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

.header .header-menu .hs-menu-wrapper ul> li.hs-item-has-children ul.hs-menu-children-wrapper > li > a:hover {
  color: rgba(255, 255, 255, 1.0);
  opacity: 1;
}



.header .header-menu .hs-menu-wrapper ul> li.active-branch > a {
  background-image: linear-gradient(rgba(255, 255, 255, 1.0),rgba(255, 255, 255, 1.0));
  color: rgba(255, 255, 255, 1.0);
}

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








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


.footer .footer-left-section .footer-author p,  .footer .footer-left-section .footer-copyright>div , .footer .footer-right-section .footer-inner-row .footer-address p {

  color: rgba(35, 35, 35, 1.0);

}

.footer .footer-left-section .footer-author p a, .footer .footer-right-section .footer-inner-row .footer-address p+p>a, .footer .footer-right-section .footer-inner-row .footer-links .hs-menu-wrapper ul>li>a, .footer .footer-quick-link p a {

  color: rgba(0, 183, 100, 1.0);

}


.footer .footer-left-section .footer-author p a:hover, .footer .footer-right-section .footer-inner-row .footer-address p+p>a:hover, .footer .footer-right-section .footer-inner-row .footer-links .hs-menu-wrapper ul>li>a:hover, .footer .footer-quick-link p a:hover {

  color: rgba(0, 183, 100, 1.0);

}






.copyright_containter span{
  color: rgba(#null, 0.0);
}
.footer-menu .hs-menu-wrapper>ul>li>ul>li>a{
  color: rgba(#null, 0.0);
}
.footer-menu .hs-menu-wrapper>ul>li>ul>li>a:hover{
  color: rgba(#null, 0.0);
}

.terms-links a{
  color: rgba(#null, 0.0);
}
.terms-links a:hover{
  color: rgba(#null, 0.0);
}







.blog-post__date {
  border-color: #232323;
}

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

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

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

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

.blog-pagination__link {
  color: #232323;
}

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

.blog-post__title {
  color: #232323;
  font-family:futura-pt,sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.blog-post__author {
  background-color: ;
}

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










body .icon svg {
  fill: ;
}

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

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

body .social-links__icon {
  background-color: ;
}

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

/* .page-center {
  max-width: 100px;
  margin: 0 auto;
} */





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


/* div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
    margin: auto;
    color: #33475b;
    font-family: inherit;
    font-size: inherit;
    font-weight: 400!important;
    line-height: inherit;
    text-align: left;
    text-shadow: none!important;


} */