/* ******************************************************************************
*********************************************************************************
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: 1276px;
}

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

.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: #B3D0CA;
}
.page-center {
  max-width: 1276px;
}




html {
  font-size: 10px;
}

body {
  color: #0e0e0e;
  font-weight: 400;	
  font-family: ;
  font-size: 18px;
}

p {
  font-family: ;
  font-weight: 400;
}

a {
  font-family: ;
  color: rgba(52, 140, 121, 1.0);
}

a:hover,
a:focus {
  color:#22cd9c;
}

a:active {
  color: rgba(92, 180, 161, 1.0);
}

h1 {
  color: #18283b;
  font-family: gilroy, Helvetica, Arial, sans-serif;
  font-size: 42px;
  font-weight: 600;
}

h2 {
  color: #171c27;
  font-family: gilroy, Helvetica, Arial, sans-serif;
  font-size: 38px;
  font-weight: 600;
}


h3 {
  color: #171c27;
  font-family: gilroy, Helvetica, Arial, sans-serif;
  font-size: 27px;
  font-weight: 600;
}


h4 {
  color: #171c27;
  font-family: gilroy, Helvetica, Arial, sans-serif;
  font-size: 25px;
  font-weight: 600;
}



h5 {
  color: #171c27;
  font-family: gilroy, Helvetica, Arial, sans-serif;
  font-size: 23px;
  font-weight: 600;
}

h6 {
  color: #6b7a8c;
  font-family: gilroy, Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

blockquote {
  border-left: 10px solid #22cd9c;
}





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

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

.hs-button,
.button--primary {
  background-color: rgba(34, 205, 156, 1.0);
  border-color: rgba(0, 0, 0, 1.0);
  border-radius: 50px;
  border-width: 0px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: #22cd9c;
  border-color: #22cd9c;
  color: #fff;
}

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

.hs-form label {
  color: rgba(107, 122, 140, 1.0);
}

.hs-form legend {
  color: rgba(107, 122, 140, 1.0);
}

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

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

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

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

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

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

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





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

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

tfoot td {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(10, 222, 160, 1.0);
}

table,
tbody + tbody {
  border-color: rgba(10, 222, 160, 1.0);
}





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

@media (min-width: 1200px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li>a, 
  .right_menu .hs-menu-wrapper>ul>li>a,
  .right_menu .navigation-primary>ul>li>a,
  .desktop_menu .navigation-primary>ul>li>a {
    color: rgba(87, 90, 89, 1.0);
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a:hover, 
  .right_menu .hs-menu-wrapper>ul>li>a:hover,
  .right_menu .navigation-primary>ul>li>a:hover,
  .desktop_menu .navigation-primary>ul>li>a:hover {
    background-color: rgba(255, 255, 255, 0.0);
    color: rgba(29, 33, 32, 1.0);
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.active>a {
    background-color: rgba(255, 255, 255, 0.0);
    color: rgba(34, 205, 156, 1.0);
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.sub-menu ul {
    background-color: rgba(24, 40, 59, 1.0);
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.sub-menu:after {
    border-bottom-color: rgba(24, 40, 59, 1.0);
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.sub-menu ul li a{
    color: rgba(255, 255, 255, 1.0);
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.sub-menu ul li a:hover{
    background-color: rgba(24, 40, 59, 0.0);
    color: rgba(255, 255, 255, 0.8);
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.sub-menu ul li.active a{
    background-color: rgba(24, 40, 59, 1.0);
    color: rgba(255, 255, 255, 0.8);
  }
  .right_menu .hs-menu-wrapper>ul>li:last-child>a {
    color: rgba(255, 255, 255, 1.0);
    background-image: linear-gradient(225deg, rgba(34, 205, 156, 1.0) 0%, rgba(34, 205, 156, 1.0) 100%);
  }
  .right_menu .hs-menu-wrapper>ul>li:last-child>a:hover {
    background-image: linear-gradient(225deg, rgba(34, 205, 156, 0.6) 0%, rgba(34, 205, 156, 0.6) 100%);
    color: rgba(255, 255, 255, 1.0);
  }
}




.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(87, 90, 89, 1.0);
}

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

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





.footer__main {
  background-color: rgba(249, 249, 249, 1.0);
}
.footer-sub__left p {
  color: rgba(87, 90, 89, 1.0);
}
.footer__nav .hs-menu-wrapper>ul>li>a,  
.footer__nav .hs-menu-wrapper>ul>li>a:hover, 
.footer__contact-info h5 {
  color: rgba(29, 33, 32, 1.0);
}
.footer__container {
  max-width: 1276px;
}
.footer__main a {
  color: rgba(29, 33, 32, 1.0);
}
.footer__main a:hover {
  color: rgba(29, 33, 32, 0.7000000000000001);
}
.phone a {
  color: rgba(29, 33, 32, 1.0);
}
.phone a:hover {
  color: rgba(29, 33, 32, 0.7000000000000001);
}
.social li a {
  background: rgba(255, 255, 255, 0.0);
  color: rgba(29, 33, 32, 1.0);
}
.social li a:hover {
  color: rgba(29, 33, 32, 0.7000000000000001);
}




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

.blog-post__date {
  border-color: #0e0e0e;
}

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

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

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

.blog-pagination__link {
  color: #0e0e0e;
}

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

.blog-post__title {
  color: #171c27;
  font-family:gilroy, Helvetica, Arial, sans-serif;
  font-size: 38px;
  font-weight: ;
}

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

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

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

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

body .social-links__icon {
  background-color: #171C27;
}

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

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




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