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

.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: #212529;
}





body {
  color: rgba(28, 31, 36, 1.0);
  font-family: Barlow;
  font-weight: 400;
  font-size: 1.465rem;
}
a {
  color: rgba(0, 123, 255, 1.0);
}
a:hover {
  color: rgba(0, 86, 179, 1.0);
}

h1 {
  color: rgba(33, 37, 41, 1.0);
  font-family: Barlow;
  font-size: 2.93rem;
  font-weight: 200;
}

h2 {
  color: rgba(28, 31, 36, 1.0);
  font-family: Barlow;
  font-size: 2.93rem;
  font-weight: 200;
}

h3 {
  color: rgba(124, 128, 147, 1.0);
  font-family: Barlow;
  font-size: 1.758rem;
  font-weight: 400;
}

h4 {
  color: rgba(33, 37, 41, 1.0);
  font-family: Barlow;
  font-size: 1.5rem;
  font-weight: 500;
}

h5 {
  color: rgba(33, 37, 41, 1.0);
  font-family: Barlow;
  font-size: 1.25rem;
  font-weight: 500;
}

h6 {
  color: rgba(33, 37, 41, 1.0);
  font-family: Barlow;
  font-size: 1rem;
  font-weight: 500;
}






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

h3.form-title {
  background-color: rgba(33, 37, 41, 0.0);
  color: rgba(33, 37, 41, 1.0);
}

.hs-button,
.button--primary {
  border-radius: 0px;
  border-width: 1px;
  padding-left: 1.646rem;
  padding-right: 1.646rem;
  padding-top: 0px;
  padding-bottom: 0px;
  color: rgba(255, 255, 255, 1.0);
  border-color: rgba(245, 160, 0, 1.0);
  background-color: rgba(245, 160, 0, 1.0);
  outline: none !important;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  color: rgba(255, 255, 255, 1.0);
  border-color: rgba(230, 145, 0, 1.0);
  background-color: rgba(230, 145, 0, 1.0);
}

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

.hs-form label {
  color: rgba(28, 31, 36, 1.0);
}

.hs-form legend {
  color: rgba(28, 31, 36, 1.0);
}

.hs-input, .hs-search-field__input, .email-edit.hs-input, #hs-pwd-widget-password {
  border-color: rgba(124, 128, 147, 0.4);
  color: rgba(28, 31, 36, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
  border-radius: 0px;
  border-width: 1px;
}

.hs-input:focus, .hs-search-field__input:focus, .email-edit.hs-input:focus, #hs-pwd-widget-password:focus {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(33, 37, 41, 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: #1c1f24;
}

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

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

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

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

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





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

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

tfoot td {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(28, 31, 36, 1.0);
}

table,
tbody + tbody {
  border-color: rgba(28, 31, 36, 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;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  color: rgba(255, 255, 255, 1.0);
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(255, 255, 255, 0.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(255, 255, 255, 1.0);
}
.custom-menu-primary .hs-menu-wrapper > ul ul li:hover{
  background-color: rgba(255, 255, 255, 0.0);
}
.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(255, 255, 255, 1.0);
}
.custom-menu-primary .hs-menu-wrapper > ul ul li.active > a {
  color: rgba(255, 255, 255, 1.0);
}
.custom-menu-primary .hs-menu-wrapper > ul ul > li.active {
  background-color: rgba(255, 255, 255, 0.0);
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul li {
  border-color: rgba(#null, 0.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: #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,
.custom-menu-primary .hs-menu-wrapper > ul > li:active > a {
  color: rgba(255, 255, 255, 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, 0.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, 0.0);
}
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,
.custom-menu-primary .hs-menu-wrapper>ul ul li > a,
.custom-menu-primary .hs-menu-wrapper>ul>li>ul li:after{
  color: rgba(255, 255, 255, 1.0);
}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link,
.custom-menu-primary .hs-menu-wrapper > ul > li > ul  {
  background-color: rgba(28, 31, 36, 1.0);
}
body .custom-menu-primary .submenu.level-2 .triangle-container .triangle {
  background-color: #1c1f24;
}
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:hover > a {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link.active-branch {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(255, 255, 255, 1.0);
}
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Barlow;
}

#ca_header_block ul li a:before {
  background-color: rgba(255, 255, 255, 1.0);
}
#ca_header_block ul li ul li a:before {
  background-color: rgba(255, 255, 255, 1.0);
}

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

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

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: rgba(255, 255, 255, 1.0);
  }
}
header.header,
#ca_header_block .container.ca_sticky>.ca_top_menu{
  background-color: rgba(26, 28, 37, 1.0);
}





.footer {
  background-color: rgba(26, 28, 37, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
.footer a {
  color: rgba(255, 255, 255, 1.0);
}
.footer a:hover {
  color: rgba(255, 255, 255, 1.0);
}
#ca_footer_block h4 {
  color: rgba(255, 255, 255, 1.0);
}





.blog-post__date {
  border-color: #1c1f24;
}

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

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

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

.blog-pagination__link {
  color: #1c1f24;
}

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

.blog-post__title {
  color: #1c1f24;
  font-family:Barlow;
  font-size: 2.93px;
  font-weight: ;
}

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

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

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

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

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

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: #212529;
}
.page-center,
.container,
.dnd-section > .row-fluid,
.footer__container,
.content-wrapper{
  margin: 0 auto;
  max-width: 1540px;
}




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

@media (min-width: 576px) {
  .page-center,
  .container,
  .dnd-section > .row-fluid,
  .footer__container,
  .content-wrapper{
    max-width: 540.0000000003507px;
  }
}

@media (min-width: 768px) {
  .page-center,
  .container,
  .dnd-section > .row-fluid,
  .footer__container,
  .content-wrapper{
    max-width: 719.999999999626px;
  }
}

@media (min-width: 992px) {
  .page-center,
  .container,
  .dnd-section > .row-fluid,
  .footer__container,
  .content-wrapper{
    max-width: 959.9999999980051px;
  }
}

@media (min-width: 1200px) {
  .page-center,
  .container,
  .dnd-section > .row-fluid,
  .footer__container,
  .content-wrapper{
    max-width: 1140.0000000020727px;
  }
}

@media (min-width: 1600px) {
  .page-center,
  .container,
  .dnd-section > .row-fluid,
  .footer__container,
  .content-wrapper{
    max-width: 1540px;
  }
}

@media (max-width: 1599px) and (min-width: 768px) {
  body {
    font-size: 1.83125rem;
}
h1 {
  font-size: 3.6625rem;
}
h2 {
  font-size: 3.6625rem;
}
h3 {
  font-size: 2.1975rem;
}
}

@media (max-width: 767px) {
  body {
    font-size: 14.999999999957002px;
}
h1 {
  font-size: 26.0027511443066px;
}
h2 {
  font-size: 26.0027511443066px;
}
h3 {
  font-size: 18.001945602808803px;
}
}



 .two-col-bg .col12 {
  position: static;  
  z-index: 2;
}