/* ******************************************************************************
*********************************************************************************
Use this file to override any of the CSS styles preset in the themed
stylesheets or you can add your own custom styles.
*********************************************************************************
****************************************************************************** */
















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

.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: #666666;
}
.page-center,
.content-wrapper,
.dnd-section > .row-fluid{
  max-width: 1200px;
}
@media (max-width: 1229px){
  .dnd-section > .row-fluid,
  .page-center,
  .content-wrapper{
    max-width: 1170px;
  }
}
@media (max-width:1199px){
  .dnd-section > .row-fluid,
  .page-center,
  .content-wrapper{
    max-width: 970px;
  }
}

@media (max-width:991px){
  .dnd-section > .row-fluid,
  .page-center,
  .content-wrapper{
    max-width: 750px;
  }
}





body {
  color: #666666;
  font-family: Lato;
  font-size: 18px;
  font-weight: 400;
}


a {
  color: rgba(70, 179, 230, 1.0);
}

a:hover{
  color:rgba(24, 27, 49, 1.0);
}


h1 {
  color: #24140d;
  font-family: Lato;
  font-size: 45px;
  font-weight: 900;
}

h2 {
  color: #24140d;
  font-family: Lato;
  font-size: 37px;
  font-weight: 700;
}

h3 {
  color: #181b31;
  font-family: Lato;
  font-size: 29px;
  font-weight: 700;
}

h4 {
  color: #181b31;
  font-family: Lato;
  font-size: 24px;
  font-weight: 700;
}


h5 {
  color: #181b31;
  font-family: Lato;
  font-size: 18px;
  font-weight: 700;
}

h6 {
  color: #8224e3;
  font-family: Lato;
  font-size: 16px;
  font-weight: 700;
}

blockquote {
  border-left: 5px solid #666666;;
}





form,
.submitted-message {
  font-family: Lato;
}

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

.hs_cos_wrapper_type_module > .hs-button {
  background-color: rgba(70, 179, 230, 1.0);
  border-color: rgba(70, 179, 230, 1.0);
  border-radius: 4px;
  border-width: 1px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 68px;
  padding-right: 68px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.hs_cos_wrapper_type_module > .hs-button:hover{
  background-color: rgba(70, 179, 230, 1.0);
  border-color: rgba(70, 179, 230, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
form.hs-form .hs-button, 
.form-container .hs-button, 
.systems-page .hs-button {
  background-color: rgba(245, 245, 245, 1.0);
  border-color: rgba(118, 118, 118, 1.0);
  color: rgba(102, 102, 102, 1.0);
  border-radius: 2px;
  border-width: 1px;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 2px;
  padding-bottom: 2px;
}

form.hs-form .hs-button:hover, 
.form-container .hs-button:hover, 
.systems-page .hs-button:hover{
  background-color: rgba(230, 230, 230, 1.0);
  color: rgba(102, 102, 102, 1.0);
}
form.hs-form .hs-button:focus,
.form-container .hs-button:focus,
.systems-page .hs-button:focus{
  border-color:(118, 118, 118, 1.0);
}

.field > label,
.form-container .hs-form-field > label{
  color: rgba(102, 102, 102, 1.0);
}
.hs-form legend {
  color: rgba(102, 102, 102, 1.0);
}
.input > .hs-input,
.hs-search-field__input,
.form-container .hs-form-field > .hs-input,
input[type="password"],
input.email-edit.hs-input{
  border-color:rgba(118, 118, 118, 0.6);
  border-radius: 2px;
}

.input > .hs-input:focus,
.hs-search-field__input:focus,
.form-container .hs-form-field > .hs-input:focus,
input[type="password"]:focus,
input.email-edit.hs-input:focus{
  border-color:rgba(19, 19, 19, 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: 18;
}

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

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

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

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





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

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

tfoot td {
  background-color: rgba(73, 74, 82, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

table,
tbody + tbody {
  border-color: rgba(73, 74, 82, 1.0);
}





.top-header,
.bottom-header{
  background-color: rgba(255, 255, 255, 1.0);
}
.header-module-btn a {
  border-color: rgba(70, 179, 230, 1.0);
  color: rgba(255, 255, 255, 1.0);
  background: linear-gradient(to right,rgba(70, 179, 230, 1.0) 0%,rgba(70, 179, 230, 1.0) 100%);
  background-color: rgba(70, 179, 230, 1.0);
}
.header-module-btn a:hover {
  border-color: rgba(70, 179, 230, 1.0);
  color: rgba(255, 255, 255, 1.0);
  background: linear-gradient(to right,rgba(70, 179, 230, 1.0) 0%,rgba(70, 179, 230, 1.0) 100%);
  background-color: rgba(70, 179, 230, 1.0);
}

.header__container {
  max-width: 1200px;
}
.top-header-menu-in .hs-menu-wrapper > ul > li > a {
  color: rgba(0, 0, 0, 1.0);
}
.top-header-menu-in .hs-menu-wrapper > ul > li > a:hover {
  color: rgba(41, 40, 40, 1.0);
}

.header-menu-desktop .hs-menu-wrapper > ul > li > a {
  color: rgba(0, 0, 0, 1.0);
}
.header-menu-desktop .hs-menu-wrapper > ul:hover > li:hover > a {
  color: rgba(54, 54, 54, 1.0);
}
.header-menu-desktop .hs-menu-wrapper > ul > li.active > a,
.header-menu-desktop .hs-menu-wrapper > ul > li.active-branch > a,
.header-menu-desktop .hs-menu-wrapper > ul:hover > li.active:hover > a,
.header-menu-desktop .hs-menu-wrapper > ul:hover > li.active-branch:hover > a{
  color: rgba(0, 0, 0, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}
.header-menu-desktop .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li > a,
.header-menu-desktop .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li > a:hover,
.header-menu-desktop .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li ul li a {
  color: rgba(255, 255, 255, 1.0);
}
.header-menu-desktop .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li ul li a:hover {
  color: rgba(255, 137, 137, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}
.header-menu-desktop .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li ul li.active > a,
.header-menu-desktop .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li ul li.active-branch > a{
  color: rgba(255, 137, 137, 1.0);
  background-color: rgba(255, 255, 255, 0.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: ;
}

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

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: ;
}
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: ;
}
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: 
}
body .custom-menu-primary .submenu.level-1 > li > a.active-branch {
  color: ;
}

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

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

.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(#null, 0.0);
}

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

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: rgba(#null, 0.0);
  }
}




.website-footer-main {
  background-color: rgba(0, 107, 166, 1.0);
  color: rgba(240, 240, 240, 0.7000000000000001);
}
.footer-menu .hs-menu-wrapper > ul ul li a,
.website-footer-main  a{
  color: rgba(240, 240, 240, 0.7000000000000001);
}
.footer-menu .hs-menu-wrapper > ul ul li a:hover,
.website-footer-main  a:hover{
  color: rgba(255, 255, 255, 1.0);
}
ul.social-icon li a{
  color: rgba(255, 255, 255, 1.0);
}
ul.social-icon li a:hover{
  color: rgba(255, 255, 255, 1.0);
}
.footer-menu .hs-menu-wrapper>ul>li>a,
.footer-menu .hs-menu-wrapper>ul>li>a:hover,
.website-footer h1,
.website-footer h2,
.website-footer h3,
.website-footer h4,
.website-footer h5,
.website-footer h6{
  color: rgba(255, 255, 255, 1.0);
}

.footer__container {
  max-width: 1200px;
}
.website-footer-bottom {
  border-top-color:rgba(255, 255, 255, 0.12);
}






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

.blog-pagination__link {
  color: #666666;
}

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

.blog-post__title {
  color: #24140d;
  font-family:Lato;
  font-size: 37px;
  font-weight: ;
}

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

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

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

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

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

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

.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=, sec_buttons=, forms=}
}