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

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

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




html {
  font-size: 16;
}

body {
  color: #666666;
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
}
a {
  font-family: Poppins;
  color: rgba(18, 220, 145, 1.0);
}
a {
  color: rgba(18, 220, 145, 1.0);
}
a:hover {
  color: rgba(18, 220, 145, 1.0);
}
a:active {
  color: rgba(58, 255, 185, 1.0);
}
h1 {
  color: #333333;
  font-family: Poppins;
  font-size: 32px;
  font-weight: 500;
} 

h2 {
  color: #333333;
  font-family: Poppins;
  font-size: 27px;
  font-weight: 500 !important;
}

h3 {
  color: #333333;
  font-family: Poppins;
  font-size: 23px;
  font-weight: 500;
}

h4 {
  color: #666666;
  font-family: Poppins;
  font-size: 19px;
  font-weight: 500;
}

h5 {
  color: #333333;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
}

h6 {
  color: #666666;
  font-family: Poppins;
  font-size: 15px;
  font-weight: 500;
}

blockquote {
  border-left: 0px solid #2ea3f2;;
}





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

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

.hs-button,
.button--primary {
  border-radius: 3px;
  border-width: 8px;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 5.4px;
  padding-bottom: 5.4px;
  color: rgba(255, 255, 255, 1.0);
  border-color: rgba(0, 0, 0, 0.0);
  background-color: rgba(18, 220, 145, 1.0);
  outline: none !important;
  display:inline-block;
}

@media (max-width: 499px) {
  .hs-button {
    display: block;
    margin: 0 2em;
  }
}
.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  color: rgba(255, 255, 255, 1.0);
  border-color: rgba(18, 220, 145, 1.0);
  background-color: rgba(18, 220, 145, 1.0);
}
.actions {
  background-color: rgba(18, 220, 145, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
.actions:hover {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(18, 220, 145, 1.0);
}

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

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

.hs-input,
.hs-search-field__input,
.email-edit.hs-input, 
#hs-pwd-widget-password{
  border-color: rgba(187, 187, 187, 1.0);
  color: rgba(153, 153, 153, 1.0);
  border-radius: 0px;
  border-width: 0px;
  background-color: rgba(255, 255, 255, 1.0);
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
  border-color: rgba(45, 57, 64, 1.0);
  color: rgba(62, 62, 62, 1.0);
  background-color: rgba(255, 255, 255, 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: #666666;
}

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

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

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

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

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





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

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

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

table,
tbody + tbody {
  border-color: rgba(102, 102, 102, 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: #000000;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  color: rgba(0, 0, 0, 0.6);
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
  color: rgba(0, 0, 0, 0.6);
  background-color: rgba(255, 255, 255, 1.0);
}
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a {
  color: rgba(0, 132, 154, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a,
.custom-menu-primary .hs-menu-wrapper a.back-btn + a.close-btn {
  color: rgba(0, 0, 0, 0.6);
}
.custom-menu-primary .hs-menu-wrapper > ul ul ul li a:hover{
  background-color: rgba(0, 0, 0, 0.03);
}
.custom-menu-primary .hs-menu-wrapper > ul ul li > a:hover,
.custom-menu-primary .hs-menu-wrapper a.back-btn + a.close-btn:hover {
  color: rgba(0, 0, 0, 0.6);
}
.custom-menu-primary .hs-menu-wrapper > ul ul li.active > a,
.custom-menu-primary .hs-menu-wrapper  li.active-branch > a,
.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children.active>a:before,
.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children.active-branch>a:before{
  color: rgba(0, 132, 154, 1.0);
}
.custom-menu-primary .hs-menu-wrapper > ul ul > li.active {
  background-color: rgba(255, 255, 255, 1.0);
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul li.hs-menu-depth-2 > a {
  border-color: rgba(0, 0, 0, 0.03) !important;
}

.custom-menu-primary .hs-menu-wrapper>ul li.hs-menu-depth-1>ul,
#toggleMe{
  border-top-color: rgba(18, 220, 145, 1.0);
}
@media (min-width: 981px) {
  .custom-menu-primary .hs-menu-wrapper>ul li.hs-menu-depth-1>ul {
    background-color: rgba(255, 255, 255, 1.0);
  }
}

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: #000000;
}
body .custom-menu-primary a.active-branch,
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li a:active,
.custom-menu-primary .hs-menu-wrapper > ul > li:active > a {
  color: rgba(0, 132, 154, 1.0);
}
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: rgba(255, 255, 255, 1.0);
}
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: rgba(255, 255, 255, 1.0);
}
body .custom-menu-primary .submenu.level-1 > li > a.active-branch {
  color: #00849a;
}
body .custom-menu-primary .submenu.level-1 > li > a.active-branch:after {
  background-color: #00849a;
}
body .custom-menu-primary .submenu.level-2 > li > a,
.custom-menu-primary .hs-menu-wrapper>ul ul li > a,
.custom-menu-primary .hs-menu-wrapper>ul>li>ul li:after{
  color: rgba(0, 0, 0, 0.6);
}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link,
.custom-menu-primary .hs-menu-wrapper>ul>li.active-child>ul  {
  background-color: rgba(255, 255, 255, 1.0);
}
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,
.custom-menu-primary .hs-menu-wrapper>ul ul li> a:hover  {
  color: rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0.03);
}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link.active-branch {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(0, 132, 154, 1.0);
}
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Poppins;
}

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

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

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: rgba(0, 0, 0, 0.6);
  }
}
.widget-span.custom-header-wrapper {
  background-color: rgba(255, 255, 255, 1.0);
}





.footer {
  background-color: rgba(255, 255, 255, 0.05);
  color: rgba(#null, 0.0);
}
.footer__container {
  max-width: 1098px;
}
.footer__copyright {
  color: rgba(179, 178, 179, 1.0);
}
.social-icons a {
  color: rgba(1, 129, 151, 1.0);
}
.social-icons a:hover {
  color: rgba(1, 129, 151, 0.7000000000000001);
}





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

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

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

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

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

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

.blog-pagination__link {
  color: #666666;
}

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

.blog-post__title {
  color: #333333;
  font-family:Poppins;
  font-size: 27px;
  font-weight: ;
}

.blog-post__author {
  background-color: #2ea3f2;
}

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

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

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

body .social-links__icon {
  background-color: #00849a;
}

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

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




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

@media (max-width: 980px) {
  .dnd-section {
    padding-bottom: 50.0px;
    padding-top: 50.0px;
  }
}