/* ******************************************************************************
*********************************************************************************
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: 1903px;
}

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

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






body {
  color: #293847;
  font-family: Fira Sans;
  font-weight: 400;
  font-size: 16px;
}

p {
  font-family: Fira Sans;
  font-weight: 400
}

a {
  font-family: Fira Sans;
  color: rgba(41, 56, 71, 1.0);
  cursor: pointer;
}

a:hover,
a:focus {
  color:#293847;
}

a:active {
  color: rgba(81, 96, 111, 1.0);
}

h1 {
  color: #000000;
  font-family: Lato;
  font-size: 36px;
  font-weight: 400;
}

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

h2 {
  color: #000000;
  font-family: Lato;
  font-size: 30px;
  font-weight: 400;
}

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

h3 {
  color: #000000;
  font-family: Lato;
  font-size: 28px;
  font-weight: 400;
}

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

h4 {
  color: #000000;
  font-family: Lato;
  font-size: 26px;
  font-weight: 400;
}

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

h5 {
  color: #000000;
  font-family: Lato;
  font-size: 24px;
  font-weight: 400;
}

h6 {
  color: #000000;
  font-family: Lato;
  font-size: 22px;
  font-weight: 400;
}


.training-week h1, .training-week h2, .training-week h3, .training-week h4, .training-week h5, .training-week h6 {
  font-family: fira-sans, sans-serif;
}

blockquote {
  border-left: 10px solid #f4b43a;;
}





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

h3.form-title {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(41, 56, 71, 1.0);
}

.hs-button,
.button--primary {
  background-color: rgba(38, 41, 55, 1.0);
  border-color: rgba(88, 120, 152, 1.0);
  border-radius: 0px;
  border-width: 0px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: #587898;
  border-color: #587898;
  color: #fff;
}

.hs-button:active,
.button--primary:active {
  background-color: rgba(78, 81, 95, 1.0);
  border-color: rgba(128, 160, 192, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.training-week .head-social {
  position: absolute;
  right: 138px;
  top: 20px;
}

.training-week .button--primary{
  background-color: #ff6600;
  border-color: #ff6600;
  border-radius: 0px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}

.training-week-content .button--primary:hover {
  background-color: rgb(187, 65, 39);
  border-color: rgb(187, 65, 39);
}

.training-week-content .button--secondary{
  background-color: #ff6600;
  border-color: #ff6600;
  border-radius: 0px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.training-week .button--secondary:hover {
  background-color: rgb(187, 65, 39);
  border-color: rgb(187, 65, 39);
}

.mobile-training-week-buttons {
  display: none;
  }

.desktop-training-week-buttons {
  display: flex;
  justify-content: between;
  width: 100%;
}

#hs_cos_wrapper_widget_1627399512601_title {
  text-align: center;
  color: #293847;
}

#hs_form_target_widget_1627399512601 {
  display: flex;
  justify-content: center;
}

@media(max-width: 1112px) {
  .training-week .head-social {
    right: 34px;
  }
}


@media(max-width: 1080px) {
  .training-week h1 {
    font-size: 54px !important;
    padding: 60px 5px 40px !important;
  }
  .mobile-training-week-buttons {
    display: block;
  }
  .desktop-training-week-buttons {
    display: none;
  }
}


@media(max-width: 767px) {
  .training-week h1 {
    font-size: 38px !important;
  }
  .text-shadow {
    text-shadow: 1px 1px 2px black;
  }
}

@media(max-width: 490px) {
  .training-week .head-social {
    display: none;
  }
}

.training-week .button-seminars {
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 0px;
  color: #597898;
  font-size: 20px;
  font-weight: 600;
  width: 100%;
  max-width: 260px;
  border-width: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  cursor: pointer;
}

.training-week .button-seminars:hover, .training-week .button-seminars:active, .training-week .button-seminars.button-seminars-selected  {
  background-color: #597898;
  border-color: #597898;
  color: #ffffff;
}

.display-none {
  display: none;
}

.z-index {
  z-index: 99999;
}

.four-day-margin-fix {
  margin-top: -1.8rem;
}

.three-day-margin-fix {
  margin-top: -3.5rem;
}

.two-day-margin-fix {
  margin-top: -5.2rem;
}

.registration-margin-fix {
  margin-top: -6.9rem;
}

.hs-form label {
  color: rgba(41, 56, 71, 1.0);
}

.hs-form legend {
  color: rgba(41, 56, 71, 0.5);
}

form input,
form select,
form textarea,
.hs-input {
  border-color: rgba(198, 205, 208, 1.0);
  color: ;
  border-radius: 0px;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
  border-color: rgba(62, 198, 242, 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: #293847;
}

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

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

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

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

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





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

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

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

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





.header {
  background-color: rgba(41, 56, 71, 1.0);
}

.header__container {
  max-width: 1903px;
}

.navigation-primary>ul>li>a {
  color: rgba(255, 255, 255, 1.0);
}

.navigation-primary>ul>li>a:hover {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

.navigation-primary>ul>li.active>a {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

.navigation-primary ul ul {
  background-color: rgba(78, 110, 142, 1.0);
}

.navigation-primary ul ul li a {
  color: rgba(255, 255, 255, 1.0);
}

.navigation-primary ul ul li a:hover {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

.navigation-primary ul ul li.active a {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

div#hs_cos_wrapper_header_right_links a {
  color: rgba(255, 255, 255, 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: #fff;
}

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

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

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

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

.training-week, .header {
  background: transparent linear-gradient(180deg, #293847 0%, #35455A 100%) 0% 0% no-repeat padding-box;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Fira Sans;
}

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

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

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





.footer {
  background: linear-gradient(rgb(11, 15, 19, 1.0) 0%, rgb(41, 56, 71, 1.0) 100%);
}

.footer__container {
  max-width: 1903px;
}

.footer a {
  color: rgba(123, 152, 181, 1.0);
}

.footer a:hover {
  color: rgba(244, 180, 58, 1.0);
}

div#hs_cos_wrapper_footer_copyright_text {
  color: rgba(123, 152, 181, 1.0);
}






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

.blog-post__date {
  border-color: #293847;
}

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

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

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

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

.blog-pagination__link {
  color: #293847;
}

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

.blog-post__title {
  color: #000000;
  font-family:Lato;
  font-size: 30px;
  font-weight: ;
}

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

#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);
}

/*             Blog Grid Listing and Post styles            */

.blog-header {
  background-color: rgb(#null);
}

.hs-blog-listing,
.hs-blog-post {
  background-color: ;
}

.blog-index__post-inner-card {
  box-shadow: -5px 0px 20px 0px rgba(#null, 0.10);
}

.blog-post__tag-link:hover{
  color: #293847;
}

.blog-post__read-more svg {
  fill: #293847;
}

.blog-post__read-more a:hover svg {
  fill: #293847;
}

.blog-sidebar ul {
  box-shadow: -5px 0px 20px 0px rgba(#null, 0.10);
}

.blog-sidebar a {
  color: #293847;
}

.blog-sidebar a:hover {
  color: #293847;
}

.blog__subscription-block {
  background-color: rgb(#null);
}

.post-featured-image {
  max-height: px;
}

.blog-post {
  box-shadow: -5px 0px 20px 0px rgba(#null, 0.10);
}

.blog-post__meta a {
  color: #293847;
}

.blog-post__body, .blog-post__tags a {
  color: #293847;
}

.blog-post__meta a:hover {
  color: #293847
}

.blog-post__links {
  border-top:  2px solid rgb(#null);
}

.blog-post__back-to-blog {
  color: #293847;
}

.blog-post__back-to-blog:hover {
  color: #293847;
}

.blog-post__back-to-blog svg {
  fill: #293847;
}

a.blog-post__back-to-blog:hover svg {
  fill: #293847;
}

.comment.depth-0,
.blog-comments form {
  border-top: 2px solid rgb(#null);
}

.comment.depth-1 {
  border-left: 2px solid rgb(#null);
}

.section.post-footer .hs-input {
  border-color: rgb(#null);
}

.blog-recent-posts {
  background-color: rgb(#null);
}










body .icon svg {
  fill: #262937;
}

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

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

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

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

.page-center {
  max-width: 1903px;
  margin: 0 auto;
}




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






.email-prefs .item .item-inner {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    border: 1px solid #e5e5e5  !important;
    background: #f7f7f7  !important;
    margin-bottom: 15px;
    padding: 10px;
}

.email-prefs .item .item-inner .checkbox-row .fakelabel span {
    font-weight: bold;
}

.email-prefs .item .item-inner p {
    margin-bottom: 0px !important;
}

.systems-page .success {
    display: inline-block;
    margin: 2rem 0;
    background-color: #f7f7f7 !important;
    border: 1.5px solid #e5e5e5 !important;
    border-radius: 0px !important;
    color: #000000 !important;
    padding: .75rem .75rem;
}