/* ******************************************************************************
*********************************************************************************
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: 20px;
  padding-top: 20px;
}

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




html {
  font-size: 19;
}

body {
  color: #7a7a7a;
  font-family: Poppins;
  font-weight: 400;
  font-size: 19px;
}

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

a {
  font-family: Poppins;
  color: rgba(51, 51, 51, 1.0);
}

a:hover,
a:focus {
  color: rgba(19, 175, 240, 1.0);
}

a:active {
  color: rgba(91, 91, 91, 1.0);
}

h1 {
  color: #282828;
  font-family: Poppins;
  font-size: 63px;
  font-weight: 600;
}

@media(max-width: 767px) {
  h1 {
    font-size: 53.55px;
  }
}

h2 {
  color: #000000;
  font-family: Open Sans;
  font-size: 44px;
  font-weight: 200;
}

@media(max-width: 767px) {
  h2 {
    font-size: 37.4px;
  }
}

h3 {
  color: #000000;
  font-family: Open Sans;
  font-size: 32px;
  font-weight: 200;
}

@media(max-width: 767px) {
  h3 {
    font-size: 27.2px;
  }
}

h4 {
  color: #333333;
  font-family: Poppins;
  font-size: 17px;
  font-weight: 600;
}

@media(max-width: 767px) {
  h4 {
    font-size: 14.45px;
  }
}

h5 {
  color: #333333;
  font-family: Poppins;
  font-size: 15px;
  font-weight: 600;
}

h6 {
  color: #333333;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 600;
}






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

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

.hs-button,
.button--primary {
  background-color: rgba(19, 175, 240, 1.0);
  border-color: rgba(122, 122, 122, 1.0);
  border-radius: 0px;
  border-width: 0px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color:rgba(11, 124, 172, 1.0);
  color:rgba(255, 255, 255, 1.0);
  border-color: rgba(122, 122, 122, 1.0);
}

.hs-button:active,
.button--primary:active {
  background-color: rgba(59, 215, 255, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

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

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

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

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
  border-color: rgba(187, 187, 187, 1.0);
}

.fn-date-picker .pika-table thead th {
  color: rgba(146, 146, 146, 0.0);
}

.hs-input:-moz-placeholder,
.hs-input::-webkit-input-placeholder,
.hs-field-desc,
.hs-dateinput:before,
.hs-richtext {
  color: #7a7a7a;
}

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

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

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

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

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





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

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

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

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





header.header {
  background-color: rgba(10, 10, 10, 0.23);
}
.custom-contact-header header.header{
  background-color: rgba(#null, 0.0);
}

.header__logo.header__logo--main .site-logo-inner a{
  color: rgba(255, 255, 255, 1.0);
}
.header__logo.header__logo--main .site-logo-inner a:hover{
  color: rgba(0, 0, 0, 1.0);
}

.header__container {
  max-width: 1200px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  color: rgba(247, 247, 247, 1.0);
}

.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a,
.custom-menu-primary .hs-menu-wrapper > ul > li:focus > a {
  color: rgba(230, 237, 142, 1.0);
}

.custom-menu-primary .hs-menu-wrapper > ul > li.active > a {
  color: rgba(255, 255, 255, 1.0);
}
.custom-menu-primary .hs-menu-wrapper > ul > li.active-branch {
  background-color: rgba(255, 255, 255, 0.0);
}

.custom-menu-primary .hs-menu-wrapper > ul > li:hover,
.custom-menu-primary .hs-menu-wrapper > ul > li:focus {
  background-color: rgba(255, 255, 255, 0.0);
}

.custom-menu-primary .hs-menu-wrapper > ul ul{
  background-color: rgba(255, 255, 255, 1.0);
}
.custom-menu-primary .hs-menu-wrapper > ul ul a{
  color: rgba(51, 51, 51, 1.0);
}

.custom-menu-primary .hs-menu-wrapper > ul ul a:hover,
.custom-menu-primary .hs-menu-wrapper > ul ul a:focus {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(51, 51, 51, 1.0);
}

.custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > ul > li.active > a {
  color: rgba(51, 51, 51, 1.0);
  background-color: rgba(51, 51, 51, 0.0);
}


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

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

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





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

footer.footer .footer-bottom-section{
  background-color: rgba(27, 27, 27, 1.0);
}

.footer__container {
  max-width: 1200px;
}

footer.footer{
  color: rgba(146, 146, 146, 1.0);
}

footer.footer a{
  color: rgba(146, 146, 146, 1.0);
}

footer.footer a:hover{
  color: rgba(255, 255, 255, 1.0);
}









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

.blog-post__date {
  border-color: #7a7a7a;
}

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

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

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

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

.blog-pagination__link {
  color: #7a7a7a;
}

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

.blog-post__title {
  color: #000000;
  font-family:Open Sans;
  font-size: 44px;
  font-weight: ;
}

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

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

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

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

body .social-links__icon {
  background-color: #7a7a7a;
}

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

.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=}
}