/* ******************************************************************************
*********************************************************************************
Use this file to override any of the CSS styles preset in the themed
stylesheets or you can add your own custom styles.
*********************************************************************************
****************************************************************************** */















@import url('//fonts.googleapis.com/css2?family=Nunito:ital,wght@1,700&family=Roboto+Slab&family=Rubik:ital,wght@0,400;0,500;0,700;1,300&display=swap');

.dnd-section > .row-fluid {
  max-width: 1200px;
}

.dnd-section {
  padding-bottom: 100px;
  padding-top: 100px;
}

.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: #808190;
}




html {
  font-size: 14;
}

body {
  color: #000000;
  font-family: Rubik,sans-serif;
  font-size: 14px;
  font-weight: 400
}

a {
  color: rgba(39, 113, 236, 1.0);
}

a:hover {
  color: #2771ec;
}

a:active {
  color: rgba(79, 153, 255, 1.0);
}

h1 {
  color: #000000;
  font-family: Rubik;
  font-size: 46px;
  font-weight: 900;
}

h2 {
  color: #000000;
  font-family: Rubik;
  font-size: 28px;
  font-weight: 700;
}

h3 {
  color: #000000;
  font-family: Rubik;
  font-size: 16px;
  font-weight: 700;
}

h4 {
  color: #000000;
  font-family: Rubik;
  font-size: 14px;
  font-weight: 400;
}

h5 {
  color: #464758;
  font-family: Rubik;
  font-size: 14px;
  font-weight: 400;
}

h6 {
  color: #2771ec;
  font-family: Rubik;
  font-size: 14px;
  font-weight: 700;
}

blockquote {
  border-color: #808190;;
}




.body-container .custom_error_message form,
.body-container .widget-type-form,
.body-container .widget-type-blog_subscribe,
.body-container .widget-type-google_search,
.body-container .widget-type-password_prompt.custom_error_message,
.body-container .widget-type-email_simple_subscription,
.body-container #comment-form, 
.body-container .hs-search-field__bar form,
.blog-comments form,
form#email-prefs-form,
.systems-page .form-container form,
.systems-page #hs_cos_wrapper_password_prompt form {
  background-color: rgba(255, 255, 255, 1.0); 
}

form,
.submitted-message {
  border-color: rgba(#null, 0.0) ;
  font-family: Rubik;
}

h3.form-title {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(0, 0, 0, 1.0);
}

.hs-button,
.button--primary {
  background-color: rgba(39, 113, 230, 1.0);
  border-color: rgba(39, 113, 230, 1.0);
  border-radius: 3px;
  border-width: 0px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 18.5px;
  padding-bottom: 18.5px;
}

.hs-button:hover,
.button--primary:hover {
  background-color: rgba(25, 100, 218, 1.0);
  border-color: #1964da;
  color: #fff;
}

.hs-button:focus {
  background-color: rgba(39, 113, 230, 1.0);
}

.hs-button:active,
.button--primary:active {
  background-color: rgba(79, 153, 255, 1.0);
  border-color: rgba(79, 153, 255, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.hs-form label {
  color: rgba(70, 71, 88, 1.0);
}

.hs-form legend {
  color: rgba(70, 71, 88, 1.0);
}

form input,
form select,
form textarea,
.hs-input,
input[type="password"] {
  border-width: 0px;
  border-color: rgba(204, 204, 204, 1.0);
  color: rgba(70, 71, 88, 1.0);
  border-radius: 3px;        
  background-color: rgba(2, 57, 147, 0.04);
}

form input:hover,
form select:hover,
form textarea:hover,     
.hs-input:hover,
input[type="password"]:hover {
  border-color: rgba(#null, 0.0);
  background-color: rgba(#null, 0.0);
}

form input:focus,
form select:focus,
form textarea:focus,     
.hs-input:focus,
input[type="password"]:focus {
  border-color: rgba(204, 204, 204, 1.0);
  background-color: rgba(2, 57, 147, 0.04);
}

/* input.hs-input.error,
input.hs-input.error:focus,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #e99292;
} */

.hs-error-msgs label {
  color: red;
}

.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: #000000;
}

.hs-richtext {
  font-size: 14;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Rubik;
}

.fn-date-picker td.is-today .pika-button {
  color: #808190;
}

.fn-date-picker td.is-selected .pika-button {
  background: #808190;
}

.fn-date-picker td .pika-button:hover {
  background-color: #808190 !important;
}





th,
td {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid rgba(128, 129, 144, 1.0);
  color: rgba(128, 129, 144, 1.0);
}

thead th,
thead td {
  background-color: rgba(128, 129, 144, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

tfoot td {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(128, 129, 144, 1.0);
}

table,
tbody + tbody {
  border-color: rgba(128, 129, 144, 1.0);
}





.site-header {
  background-color: rgba(255, 255, 255, 1.0);
}

.header__container {
  max-width: 1200px;
}

.header a {
  color: rgba(#null, 0.0);
}

.header a:hover {
  color: rgba(#null, 0.0);
}


@media (min-width: 64em) {
  body .custom-menu-primary .submenu.level-1 > li > a,
  .header__logo .logo-company-name,
  .header__language-switcher-label-current,
  .header__language-switcher .lang_list_class li a {
    color: rgba(0, 0, 0, 1.0);
  }

  body .custom-menu-primary .submenu.level-1 > li > a {
    border-right-color: rgba(#null, 0.0);
  }

  body .custom-menu-primary .submenu.level-1 > li > a:hover {
  color: rgba(0, 0, 0, 1.0);
  }

  body .submenu ul li a {  
    color: rgba(0, 0, 0, 1.0);
    border-bottom-color: rgba(#null, 0.0);
  }

  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: #000000;
  }

  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: rgba(#null, 0.0);
  }

  body .custom-menu-primary .submenu.level-1 > li:hover > a {
  background-color: rgba(255, 255, 255, 0.0);
  }

  body .custom-menu-primary .submenu.level-1 > li.active-branch > a {
  color: #000000;
  }

  body .submenu.level-1 .submenu {
    background-color: rgba(255, 255, 255, 1.0);
  }

  body .custom-menu-primary .submenu.level-2 .triangle-container .triangle {
    background-color: ;
  }

  body .custom-menu-primary .submenu.level-2 .menu-item.active-branch > .menu-link {
    background-color: ;
  }

  .header__language-switcher-label-current,
  .header__language-switcher .lang_list_class li a {
    font-family: Rubik;
  }

  .header__language-switcher-label-current:after {
    border-top-color: rgba(0, 0, 0, 1.0);
  }

  body .submenu.level-2 li:hover > a,
  body .header__language-switcher .lang_list_class li:hover,
  body .custom-menu-primary .submenu.level-2 .triangle-container.level-2.hover .triangle {
    color: rgba(0, 0, 0, 1.0);
    background-color: rgba(#null, 0.0);
  }

  body .custom-menu-primary .submenu.level-2 li.active-branch > a {
    color: #000000;
  }

  .header .submenu.level-1 > li:last-child > a,
  .header .submenu.level-1 > li:nth-last-child(2) > a {
    color: rgba(39, 113, 230, 1.0);
    border-color: rgba(39, 113, 230, 1.0);
    background-color: rgba(255, 255, 255, 1.0) !important;
  }
  
  .header .submenu.level-1 > li:last-child > a:hover,
  .header .submenu.level-1 > li:nth-last-child(2) > a:hover {
    color: rgba(255, 255, 255, 1.0);
    border-color: rgba(39, 113, 230, 1.0);
    background-color: rgba(39, 113, 230, 1.0) !important;
  }
  
  .header .submenu.level-1 > li:last-child > a {
    color: rgba(255, 255, 255, 1.0);
    background-color: rgba(39, 113, 230, 1.0) !important;
  }
  
  .header .submenu.level-1 > li:last-child > a:hover {
    background-color: rgba(25, 100, 218, 1.0) !important;
  }
}

@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, 1.0);
  }
}





body footer.site-footer {
  color: rgba(27, 27, 27, 1.0);
  background-color: rgba(250, 250, 250, 1.0);
  border-top-color: rgba(234, 234, 234, 1.0);
}
 
body footer.site-footer .copyright:after {
  background: rgba(234, 234, 234, 1.0);
}

.footer__container {
  max-width: 1200px;
}

body .footer a {
  color: rgba(128, 129, 144, 1.0);
}

body .footer a:hover {
  color: rgba(27, 27, 27, 1.0);
}

body .footer-navigation-primary > ul > li > a,
body .footer-navigation-primary > ul > li > a:hover {
  color: rgba(0, 0, 0, 1.0);
}





.content-wrapper {
  max-width: 1200px;
}

.blog-post__date {
  border-color: #000000;
}

.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
  color: #000000;
}

.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: #282828;
}

.blog-tag-filter__menu-link--active-item:after {
  background-color: #808190;
}

.blog-pagination__link {
  color: #000000;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
  background-color: #808190;
}

.blog-post__title {
  color: #000000;
  font-family:Rubik;
  font-size: 28px;
  font-weight: ;
}

.blog-post__author {
  background-color: #808190;
}

#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: #808190;
}

body .tns-nav button.tns-nav-active {
  background-color: #808190;
}

body .tns-nav button:hover,
body .tns-nav button:focus {
  background-color: #808190;
}

body .social-links__icon {
  background-color: #808190;
} 

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: #808190;
}

.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=}
}