/* ******************************************************************************
*********************************************************************************
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/css?family=Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic&display=swap');

.dnd-section > .row-fluid {
  max-width: 1300px;
}

.dnd-section {
  padding-bottom: 64px;
  padding-top: 64px;
}

.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: #000000;
}

@media (max-width: 767px) {
  .dnd-section {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}





html {
  font-size: 16;
}

body {
  color: #303b40;
  font-family: Open Sans,sans-serif;
  font-size: 16px;
  font-weight: 400
}

a {
  color: rgba(209, 71, 105, 1.0);
}

a:hover {
  color: #d14769;
}

a:active {
  color: rgba(249, 111, 145, 1.0);
}

h1 {
  color: #303b40;
  font-family: Open Sans,sans-serif;
  font-size: 42px;
  font-weight: 700;
}

h2 {
  color: #303b40;
  font-family: Open Sans,sans-serif;
  font-size: 30px;
  font-weight: 900;
}

h3 {
  color: #303b40;
  font-family: Open Sans,sans-serif;
  font-size: 26px;
  font-weight: 500;
}

h4 {
  color: #303b40;
  font-family: Open Sans,sans-serif;
  font-size: 22px;
  font-weight: 500;
}

h5 {
  color: #303b40;
  font-family: Open Sans,sans-serif;
  font-size: 18px;
  font-weight: 700;
}

h6 {
  color: #303b40;
  font-family: Open Sans,sans-serif;
  font-size: 16px;
  font-weight: 700;
}

blockquote {
  border-color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 768px) {
  h1 {
      font-size: 30px
  }

  h2 {
      font-size: 22px
  }
}




.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: Open Sans,sans-serif;
}

h3.form-title {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(48, 59, 64, 1.0);
}

.hs-button,
.button--primary {
  background-color: rgba(212, 66, 124, 1.0);
  border-color: rgba(209, 71, 105, 1.0);
  border-radius: 16px;
  border-width: 3px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.hs-button:hover,
.button--primary:hover {
  background-color: rgba(255, 255, 255, 0.0);
  border-color: #D14769;
  color: rgba(209, 71, 105, 1.0);
}

.hs-button:focus {
  background-color: rgba(255, 255, 255, 0.0);
  border-color: #D14769;
  color: rgba(209, 71, 105, 1.0);
}

.hs-button:active,
.button--primary:active {
  background-color: rgba(252, 106, 164, 1.0);
  border-color: rgba(249, 111, 145, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.hs-form label {
  color: rgba(48, 59, 64, 1.0);
}

.hs-form legend {
  color: rgba(48, 59, 64, 1.0);
}

form input,
form select,
form textarea,
.hs-input,
input[type="password"] {
  border-color: rgba(216, 216, 216, 1.0);
  color: rgba(48, 59, 64, 1.0);
  border-radius: 16px;        
  background-color: rgba(255, 255, 255, 1.0);
}

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(216, 216, 216, 0.8);
  background-color: rgba(255, 255, 255, 1.0);
}

/* 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: #D4427C;
}

.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: #303b40;
}

.hs-richtext {
  font-size: 16;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Open Sans;
}

.fn-date-picker td.is-today .pika-button {
  color: #303b40;
}

.fn-date-picker td.is-selected .pika-button {
  background: #303b40;
}

.fn-date-picker td .pika-button:hover {
  background-color: #000000 !important;
}





th,
td {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid rgba(48, 59, 64, 1.0);
  color: rgba(48, 59, 64, 1.0);
}

thead th,
thead td {
  background-color: rgba(48, 59, 64, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

tfoot td {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(48, 59, 64, 1.0);
}

table,
tbody + tbody {
  border-color: rgba(48, 59, 64, 1.0);
}





body .custom-header {
  background-color: rgba(255, 255, 255, 1.0);
}

.header__container {
  max-width: 100%;
}

body .login-link a {
  color: rgba(48, 59, 64, 1.0);
}

body .login-link a:hover {
  color: rgba(48, 59, 64, 1.0);
}

@media (min-width: 1025px) {
  body .custom-menu-primary a,
  .header__logo .logo-company-name,
  .header__language-switcher-label-current,
  .header__language-switcher .lang_list_class li a {
    color: rgba(48, 59, 64, 1.0);
  }

  body .custom-menu-primary .submenu.level-1 > li > a:hover,
  body .custom-menu-primary .submenu.level-1 > li > a:focus {
  color: rgba(48, 59, 64, 1.0);
  }

  body .submenu.level-1 > li:hover > a,
  body .submenu.level-1 > li.active-branch > a {
    border-color: rgba(239, 78, 142, 1.0);
  }

  body .submenu.level-2 li a {  
    color: rgba(209, 71, 105, 1.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: #303B40;
  }

  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 > a:hover {
  background-color: rgba(255, 255, 255, 0.0);
  }

  body .custom-menu-primary .submenu.level-1 > li.active-branch > a {
  color: #303B40;
  }

  body .submenu.level-1 .submenu.level-2 {
    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: Open Sans;
  }

  .header__language-switcher-label-current:after {
    border-top-color: rgba(48, 59, 64, 1.0);
  }

  body .submenu.level-2 li a: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 {
    color: rgba(209, 71, 105, 1.0);
    background-color: rgba(#null, 0.0);
  }

  body .custom-menu-primary .submenu.level-2 li.active-branch > a {
    color: #D14769;
  }

  body .header-button-wrapper a {
    background-color: rgba(2, 1, 1, 0.0);
    color: rgba(209, 71, 105, 1.0);
    border-color: rgba(209, 71, 105, 1.0);
  }
  
  body .header-button-wrapper a:hover {
    background-color: rgba(209, 71, 105, 1.0);
    color: rgba(255, 255, 255, 1.0);
    border-color: rgba(209, 71, 105, 1.0);
  }
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: rgba(255, 255, 255, 1.0);
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: rgba(48, 59, 64, 1.0);
  }
}





body .top-footer {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(212, 66, 124, 1.0);
}

body .top-footer-content h2 {
  color: rgba(255, 255, 255, 1.0);
}

body .top-footer-button-wrapper.get a {
  color: rgba(209, 71, 105, 1.0);
  border-color: rgba(255, 255, 255, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
}

body .top-footer-button-wrapper.get a:hover {
  color: rgba(255, 255, 255, 1.0);
  border-color: rgba(#null, 0.0);
  background-color: rgba(212, 66, 124, 1.0);
}

body .top-footer-button-wrapper.contact a {
  color: rgba(255, 255, 255, 1.0);
  border-color: rgba(255, 255, 255, 1.0);
  background-color: rgba(212, 66, 124, 1.0);
}

body .top-footer-button-wrapper.contact a:hover {
  color: rgba(209, 71, 105, 1.0);
  border-color: rgba(#null, 0.0);
  background-color: rgba(255, 255, 255, 1.0);
}
 
.footer {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(66, 66, 66, 1.0);
}

.footer__container {
  max-width: 1070px;
}

.footer .footer-form-title h3 {
  color: rgba(255, 255, 255, 1.0);
}

.footer a {
  color: rgba(216, 216, 216, 1.0);
}

.footer a:hover {
  color: rgba(235, 74, 114, 1.0);
}

.footer .footer-social-icons-container a {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(97, 97, 97, 1.0);
}

.footer .footer-social-icons-container a:hover {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(209, 71, 105, 1.0);
}

.footer .footer-navigation-primary > ul > li > a,
.footer .footer-navigation-primary > ul > li > a:hover {
  color: rgba(255, 255, 255, 1.0);
}

.footer .footer-divider-separator {
  border-color: rgba(117, 117, 117, 1.0);
}

.footer .footer-navigation-primary ul > li.active-branch > a {
  color: rgba(235, 74, 114, 1.0);
}




.content-wrapper {
  max-width: 1300px;
}

.blog-post__date {
  border-color: #303b40;
}

.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
  color: #303b40;
}

.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: #081318;
}

.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: #586368;
}

.blog-tag-filter__menu-link--active-item:after {
  background-color: #303b40;
}

.blog-pagination__link {
  color: #303b40;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
  background-color: #303b40;
}

.blog-post__title {
  color: #303b40;
  font-family:Open Sans;
  font-size: 30px;
  font-weight: ;
}

.blog-post__author {
  background-color: #000000;
}

#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: #303b40;
}

body .tns-nav button.tns-nav-active {
  background-color: #303b40;
}

body .tns-nav button:hover,
body .tns-nav button:focus {
  background-color: #303b40;
}

body .social-links__icon {
  background-color: #303b40;
}

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: #000000;
}

.page-center {
  max-width: 1300px;
  margin: 0 auto;
}




.body-container__website .dnd-section:nth-child(odd) {
  background-color: {top_footer=, typography=, tables=, buttons=, spacing=, footer=, global_colors=, header=, forms=}
}