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

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

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




html {
  font-size: 16px;
}

body {
  color: #0a0a0a;
  font-family: Lato;
  font-weight: 400;
  font-size: 16px;
}

a {
  font-family: Lato;
  color: rgba(19, 127, 197, 1.0);
}

a:hover,
a:focus {
  color:#137fc5;
}

a:active {
  color: rgba(59, 167, 237, 1.0);
}

h1 {
  color: #0a0a0a;
  font-family: Lato;
  font-size: 28px;
  font-weight: 400;
}



h2 {
  color: #53BC4C;
  font-family: Lato;
  font-size: 24px;
  font-weight: 900;
}



h3 {
  color: #53BC4C;
  font-family: Lato;
  font-size: 20px;
  font-weight: 400;
}



h4 {
  color: #0a0a0a;
  font-family: Lato;
  font-size: 20px;
  font-weight: 400;
}



h5 {
  color: #0a0a0a;
  font-family: Lato;
  font-size: 18px;
  font-weight: 400;
}

h6 {
  color: #0a0a0a;
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
}







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

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

.hs-button,
.button--primary {
  background-color: rgba(58, 159, 223, 1.0);
  border-color: rgba(58, 159, 223, 1.0);
  border-radius: 25px;
  border-width: 1px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 13.6px;
  padding-bottom: 13.6px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: #14679e;
  border-color: rgba(20, 103, 158, 1.0);
  color: rgba(254, 254, 254, 1.0);

}

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

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

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

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

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

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

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

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

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

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





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

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

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

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





.custom-logo , .header-search {
  background-color: rgba(255, 255, 255, 1.0);
}

.header__container {
  max-width: 1200px;
}
.toolbar{
  background-color: rgba(20, 113, 172, 1.0);
}
.stats .st-box-item{
  color: #ffffff;
  border-right-color: rgba(49, 148, 211, 1.0);

}
.adminbar a{
  color: #ffffff; 
  border-right-color: rgba(49, 148, 211, 1.0);

}
.adminbar a:hover{
  color: #ffffff; 
  border-right-color: rgba(49, 148, 211, 1.0);

}

.header-search .search-form .search-field{
  background-color: rgba(254, 254, 254, 1.0);  
  color: #000;
  border-color:#ccc;
}
.header-search .search-form .search-field:hover , .header-search .search-form .search-field:focus{
  background-color: rgba(254, 254, 254, 1.0);  
  color: #000;
  border-color:#ccc;
}
.header-search .search-form .search-submit{
  color: #dcdcdc;
}

.btn-main-wrap a{
  background-color: rgba(246, 138, 57, 1.0);
  color: #ffffff;
}

.btn-main-wrap a:hover{
  background-color: rgba(246, 138, 57, 1.0);
  color: #ffffff;
}
.menu-wrappe{
  background-color: rgba(58, 159, 223, 1.0);
}
.menu-wrappe .hs-menu-wrapper>ul>li>a {
  color: rgba(255, 255, 255, 1.0);
}
.menu-wrappe .hs-menu-wrapper>ul>li:hover>a {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
  text-decoration: unset;
  border-bottom-color: rgba(20, 113, 172, 1.0);
}
.menu-wrappe .hs-menu-wrapper>ul>li.active > a {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
  border-bottom-color: rgba(20, 113, 172, 1.0);
}
.menu-wrappe .hs-menu-wrapper>ul>li:nth-child(2)>ul>li>a, .menu-wrappe .hs-menu-wrapper>ul>li:nth-child(3)>ul>li>a {
  color: rgba(114, 201, 107, 1.0);
}
.menu-wrappe .hs-menu-wrapper>ul>li:nth-child(2)>ul>li>a:hover, .menu-wrappe .hs-menu-wrapper>ul>li:nth-child(3)>ul>li>a:hover {
  color: rgba(114, 201, 107, 1.0);
  background-color: rgba(254, 254, 254, 1.0);
  text-decoration: unset;
}
.menu-wrappe .hs-menu-wrapper>ul>li:nth-child(2)>ul>li.active>a, .menu-wrappe .hs-menu-wrapper>ul>li:nth-child(3)>ul>l.active>a{
  color: rgba(114, 201, 107, 1.0);
  background-color: rgba(254, 254, 254, 1.0);
}

.menu-wrappe .hs-menu-wrapper>ul>li>ul {
  background-color: rgba(254, 254, 254, 1.0);
  border-top-color: rgba(20, 113, 172, 1.0);
}
.menu-wrappe .hs-menu-wrapper>ul>li:nth-child(2)>ul>li>ul, .menu-wrappe .hs-menu-wrapper>ul>li:nth-child(3)>ul>li>ul{
  background-color: rgba(254, 254, 254, 1.0);
}

.menu-wrappe .hs-menu-wrapper>ul>li:nth-child(2)>ul>li>ul>li>a, .menu-wrappe .hs-menu-wrapper>ul>li:nth-child(3)>ul>li>ul>li>a{
  color: rgba(34, 34, 34, 1.0);
}
.menu-wrappe .hs-menu-wrapper>ul>li:nth-child(2)>ul>li>ul>li>a:hover, .menu-wrappe .hs-menu-wrapper>ul>li:nth-child(3)>ul>li>ul>li>a:hover{
  color: rgba(58, 159, 223, 1.0);
}
.menu-wrappe .hs-menu-wrapper>ul>li:nth-child(2)>ul>li>ul>li.active>a, .menu-wrappe .hs-menu-wrapper>ul>li:nth-child(3)>ul>li>ul>li.active>a{
  color: rgba(34, 34, 34, 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: #ffffff;
}

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

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: #ffffff;
}
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: #3a9fdf;
}
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: #ffffff;
}

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

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: #fefefe;
  color: #72c96b;
}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link.active-branch {
  color: #72c96b;
  background-color: #fefefe;
}

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

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

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

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





.footer-group {
  background-color: rgba(255, 255, 255, 1.0);
  color: #0a0a0a;
  border-top-color: rgba(58, 159, 223, 1.0);
}

.footer__container {
  max-width: 1200px;
}
.contact-info{
  color: #0a0a0a;
}
.navigation .hs-menu-wrapper>ul>li>a{
  color: #000000;
}
.navigation .hs-menu-wrapper>ul>li>a:hover{
  color: #000000;
}
.footer__copyright p{
  color: #7b7c7d;
}
.footer__copyright p a{
  color: #137fc5;
}
.footer__copyright p a:hover{
  color: #137fc5;
}

.subscribe form .hs_email .hs-input{
  color: #222;
  border-color: rgba(79, 185, 72, 1.0);
}

.subscribe form .hs_email .hs-input:focus, .subscribe form .hs_email .hs-input:hover {
  color: #222;
  border-color: rgba(79, 185, 72, 1.0);
}


.subscribe form .hs_submit input.hs-button.primary.large{
  background-color: rgba(79, 185, 72, 1.0);
  color: #ffffff; 

}

.subscribe form .hs_submit input.hs-button.primary.large:focus, .subscribe form .hs_submit input.hs-button.primary.large:hover{
  background-color: rgba(15, 123, 8, 1.0);
  color: #ffffff; 

}




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

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

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

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

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

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

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

.blog-post__title {
  color: #53BC4C;
  font-family:Lato;
  font-size: 24px;
  font-weight: ;
}

.blog-post__author {
  background-color: #0a0a0a;
}

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

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

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

body .social-links__icon {
  background-color: #0a0a0a;
}

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

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




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