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

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

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




html {
  font-size: 16;
}

body {
  color: #5a5f61;
  font-family: muli;
  font-size: 16px;
  font-weight: 400
}

p {
  font-family: muli;
  font-weight: 400
}

a {
  font-family: muli;
  color: rgba(44, 45, 51, 1.0);
}

a:hover,
a:focus {
  color:#2c2d33;
}

a:active {
  color: rgba(84, 85, 91, 1.0);
}

h1 {
  color: #131315;
  font-family: montserrat;
  font-size: 36px;
  font-weight: 400;
}


h2 {
  color: #131315;
  font-family: montserrat;
  font-size: 30px;
  font-weight: 400;
}


h3 {
  color: #131315;
  font-family: montserrat;
  font-size: 24px;
  font-weight: 400;
}

h4 {
  color: #131315;
  font-family: montserrat;
  font-size: 20px;
  font-weight: 400;
}

h5 {
  color: #131315;
  font-family: montserrat;
  font-size: 18px;
  font-weight: 400;
}

h6 {
  color: #131315;
  font-family: montserrat;
  font-size: 16px;
  font-weight: 400;
}






.hs_cos_wrapper_type_blog_subscribe,
.hs_cos_wrapper_type_google_search,
.hs_cos_wrapper_type_form,.hs_cos_wrapper_type_password_prompt,
#email-prefs-form,#comment-form,
.hs-search-field,.section.post-footer form,
.hs_cos_wrapper_type_member_login,
.hs_cos_wrapper_type_member_register,
.hs_cos_wrapper_type_password_reset_request,
.hs_cos_wrapper_type_password_reset{
  background: linear-gradient(to bottom, rgba(2, 51, 72, 1.0) 0%, rgba(2, 51, 72, 1.0) 100%)
}

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

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

.hs-button,
.button--primary {
  background-color: rgba(234, 247, 160, 1.0);
  border-color: rgba(234, 247, 160, 1.0);
  border-radius: 0px;
  border-width: 0px;
  color: rgba(0, 16, 24, 1.0);
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background: rgba(222, 235, 152, 1.0);
  border-color: rgba(222, 235, 152, 1.0);
  color: rgba(0, 16, 24, 1.0);
}

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

.hs-form label {
  color: rgba(255, 255, 255, 1.0);
}

.hs-form legend {
  color: rgba(255, 255, 255, 1.0);
}

form input,
form select,
form textarea,  
.hs-input,
input[type="password"]{
  border-color: rgba(255, 255, 255, 1.0);
  border-radius: 0px;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus,
input[type="password"]:focus{
  border-color: rgba(255, 255, 255, 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: #5a5f61;
}

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

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

.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: #F8FAFC !important;
}

.hs-error-msgs label {
  color: rgba(255, 101, 101, 1.0);
  border-color: rgba(255, 101, 101, 1.0);
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error, 
select.hs-input.error {
  border-color: rgba(255, 101, 101, 1.0);
}





th,
td {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid rgba(#null, 1.0);
  color: rgba(#null, 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(255, 255, 255, 1.0);
  color: rgba(#null, 1.0);
}

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





.custom-header {
  background-color: rgba(255, 255, 255, 1.0);
}

.header__container {
  max-width: 1260px;
}

body .custom-menu-primary .submenu.level-1 > li > a {
  color: rgba(0, 16, 24, 1.0);
}

body .custom-menu-primary .submenu.level-1 > li > a:hover {
  color: rgba(0, 16, 24, 1.0);
}

body .custom-menu-primary .submenu.level-1 > li:hover > a:after,
body .custom-menu-primary .submenu.level-1 > li.active > a:after,
body .custom-menu-primary .submenu.level-1 > li.active-branch > a:after{
  border-bottom-color: rgba(115, 205, 255, 0.3);
}

.custom-menu-primary .navigation-primary > ul > li.has-submenu .mega-menu-wrap {
  background-color: rgba(229, 235, 237, 1.0);
}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link {
  color: rgba(0, 16, 24, 1.0);
}

body .custom-menu-primary .submenu.level-2 .menu-item > .menu-link:hover {
  color: rgba(0, 16, 24, 1.0);
}


.header--nav .language-switcher a {
  color: rgba(0, 16, 24, 0.4);
}

.header--nav .language-switcher a:hover {
  color: rgba(0, 16, 24, 1.0);
}

.header--nav .language-switcher li.active > a {
  color: rgba(0, 16, 24, 1.0);
}

.header--nav .btn-register {
  color: rgba(0, 16, 24, 1.0);
  background-color: rgba(234, 247, 160, 1.0);
}

.header--nav .btn-register:hover {
  color: rgba(0, 16, 24, 1.0);
  background-color: rgba(222, 235, 152, 1.0);
}


@media (min-width: 900px) {
  .custom-menu-primary .navigation-primary > ul > li.has-submenu .mega-menu-wrap::before {
    background-color: rgba(229, 235, 237, 1.0);
  }
}






.custom-footer {
  background-color: rgba(47, 73, 82, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.custom-footer a {
  color: rgba(255, 255, 255, 1.0);
}
.custom-footer a:hover {
  color: rgba(141, 144, 145, 1.0);
}

.custom-footer .footer-menus .hs-menu-wrapper > ul > li > a {
  color: rgba(255, 255, 255, 1.0);
}
.custom-footer .footer-menus .hs-menu-wrapper > ul > li > a:hover {
  color: rgba(141, 144, 145, 1.0);
}

.custom-footer .footer-menus .hs-menu-wrapper > ul ul li a {
  color: rgba(255, 255, 255, 1.0);
}
.custom-footer .footer-menus .hs-menu-wrapper > ul ul li > a:hover {
  color: rgba(141, 144, 145, 1.0);
}

.custom-footer .col h3{
  color: rgba(255, 255, 255, 1.0);
}

.disclaimer-footer {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(141, 144, 145, 1.0);
}

.disclaimer-footer a{
  color: rgba(44, 45, 51, 1.0);
}

.disclaimer-footer a:hover{
  color: rgba(44, 45, 51, 1.0);
}

.footer__container {
  max-width: 1260px;
}

.site-footer #mc_embed_signup form input[type="email"] {
background-color: rgba(255, 255, 255, 1.0);
}
.site-footer #mc_embed_signup form input[type="submit"] {
  background-color: rgba(234, 247, 160, 1.0);
}
.site-footer #mc_embed_signup form input[type="submit"]:hover {
  background-color: rgba(236, 248, 170, 1.0);
}





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

.blog-post__date {
  border-color: #5a5f61;
}

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

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

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

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

.blog-pagination__link {
  color: #5a5f61;
}

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

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

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

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

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




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