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

.dnd-section > .row-fluid {
  padding-bottom: 80px;
  padding-top: 80px;
}

.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: #fff;
}
/* .page-center {
max-width: 1500px;
} */

@media (min-width: 1440px){
  .footer__container,
  .dnd-section > .row-fluid,
  .content-wrapper,
  .header__container{
    max-width: 1500px;
  }
}

@media (max-width: 1439px){
  .footer__container,
  .dnd-section > .row-fluid ,
  .content-wrapper,
  .header__container{
    max-width: 1520px;
  }
}

@media (max-width: 1023px){
  .footer__container, 
  .dnd-section > .row-fluid ,
  .content-wrapper,
  .header__container {
    max-width: 1460px;
  }
}








html {
  font-size: 18;
}

/* body {
color: #FFFFFF;
font-family: Maison Neue;
font-size: 18px;
font-weight: 100;
background-color: rgba(17, 17, 17, 1.0);
} */
body {
  color: #FFFFFF;
  font-family: Maison Neue;
  font-size: 18px;
  font-weight: 100;
  background-color: rgba(17, 17, 17, 1.0);
}

/* @media screen and (min-width: 480px){
body {
font-size: calc(14px + 4 * (100vw - 480px)/ 1320);
}
} */


/* @media screen and (min-width: 1800px){
body {
font-size: 18px;
}
} */

@media screen and (max-width: 1799px){
  body {
    font-size: calc(14px + 4 * (100vw - 480px)/ 1320);
  }
}

ol li::marker {
  color: inherit !important;
}

@media screen and (max-width: 479px){
  body {
    font-size: 14px;
  }
}



p {
  font-family: Maison Neue;
  font-weight: 100
}

a {
  font-family: Maison Neue;
  color: rgba(241, 232, 43, 1.0);
}

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

a:active {
  color: rgba(255, 255, 83, 1.0);
}

h1 {
  color: ;
  font-family: Mark Pro;
  font-size: 50px;
  font-weight: 800;
}

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

h2 {
  color: ;
  font-family: Mark Pro;
  font-size: 38px;
  font-weight: 800;
}

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

h3 {
  color: ;
  font-family: Mark Pro;
  font-size: 30px;
  font-weight: 800;
}

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

h4 {
  color: ;
  font-family: Mark Pro;
  font-size: 24px;
  font-weight: 800;
}

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

h5 {
  color: ;
  font-family: Mark Pro;
  font-size: 16px;
  font-weight: 800;
}

h6 {
  color: ;
  font-family: Mark Pro;
  font-size: 14px;
  font-weight: 800;
}






.body-container-wrapper .custom_error_message form,
.body-container-wrapper .widget-type-form, 
.body-container-wrapper .widget-type-blog_subscribe, 
.body-container-wrapper .widget-type-google_search,
.body-container-wrapper .widget-type-password_prompt.custom_error_message, 
.body-container-wrapper .widget-type-email_simple_subscription, 
.hs-blog-post .body-container-wrapper .widget-type-blog_comments, 
.body-container-wrapper .hs-search-field__bar, 
.body-container-wrapper .submitted-message, 
.body-container-wrapper #hs_cos_wrapper_password_prompt,
.body-container .submitted-message,.blog-comments form,
.widget-type-email_simple_subscription,
.widget-type-password_prompt{
  padding: 30px 20px;
  margin: 10px 0;
  background-color: rgba(35, 31, 32, 0.0);
}

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

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(241, 232, 43, 1.0);
  border-color: rgba(241, 232, 43, 1.0);
  border-radius: 0px;
  border-width: 1px;
  color: rgba(17, 17, 17, 1.0);
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.hs-button:active,
.button--primary:active {
  background-color: rgba(255, 255, 83, 1.0);
  border-color: rgba(255, 255, 83, 1.0);
  color: rgba(17, 17, 17, 1.0);
}

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

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

input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select,
form input,
form select,
form textarea,
.hs-input{
  border-color: rgba(255, 255, 255, 0.4);
  color: rgba(255, 255, 255, 1.0);
  border-radius: 0px;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus,
form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
  border-color: rgba(241, 232, 43, 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: #FFFFFF;
}

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

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

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

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

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





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

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

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

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





.header-group::before {
  background-color: rgba(17, 17, 17, 1.0);
}

@media (min-width: 960px){
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    color: rgba(255, 255, 255, 1.0);
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
    color: rgba(241, 232, 43, 1.0);
    background-color: rgba(255, 255, 255, 0.0);
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.active > a {
    color: rgba(241, 232, 43, 1.0);
    background-color: rgba(255, 255, 255, 0.0);
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a {
    background-color: rgba(241, 232, 43, 1.0);
    color: rgba(17, 17, 17, 1.0);
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a:hover {
    background-color: rgba(241, 232, 43, 0.65);
    color: rgba(17, 17, 17, 1.0);
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul li {
    background-color: rgba(35, 31, 32, 1.0);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li:not(:last-child) a {
    border-bottom: 1px solid rgba(48, 48, 48, 1.0);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    color: rgba(255, 255, 255, 1.0);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
    color: rgba(241, 232, 43, 0.9);
    background-color: rgba(255, 255, 255, 0.0);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li.active a {
    color: rgba(241, 232, 43, 1.0);
    background-color: rgba(255, 255, 255, 0.0);
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a::after {
    border-color: rgba(241, 232, 43, 1.0) transparent transparent transparent;
  }

}




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

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

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

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

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

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

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

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: rgba(255, 255, 255, 1.0);
  }
}
.dnd_area-row-0-background-image:before





.footer {
  background-color: rgba(0, 0, 0, 1.0);
  color: rgba(255, 255, 255, 0.55);
}
.footer-main__locations h4,
.footer-main__communication .share h3{
  color: rgba(255, 255, 255, 1.0);
}
.footer-main__communication .share ul li a {
  color: rgba(255, 255, 255, 0.85);
}
.footer-main__communication .share ul li a:hover {
  color: rgba(255, 255, 255, 1.0);
}
.footer-freecall {
  color: rgba(255, 255, 255, 0.55);
}
.footer-freecall a {
  color: rgba(255, 255, 255, 0.85);
}
.footer-freecall a:hover {
  color: rgba(255, 255, 255, 1.0);
}
.footer-main__copyright {
  color: rgba(255, 255, 255, 0.55);
}
.footer-main__copyright a {
  color: rgba(255, 255, 255, 0.85);
}
.footer-main__copyright a:hover {
  color: rgba(255, 255, 255, 1.0);
}
.footer-main__credits button {
  color: rgba(255, 255, 255, 1.0);
}
.footer-main__credits button:hover {
  color: rgba(241, 232, 43, 1.0);
}
.footer-main__credits button .icon:before {
  color: rgba(241, 232, 43, 1.0);
}

.footer-sitemap {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(0, 0, 0, 1.0);
}

.footer-main__learn__resources ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-main__learn__resources ul li h4 a{
  color: rgba(255, 255, 255, 1.0);
}
.footer-main__learn__resources ul li h4 a:hover {
  color: rgba(241, 232, 43, 1.0);
}
.footer-main__learn__resources .hs_cos_wrapper_type_rich_text > span > a {
  color: rgba(140, 140, 140, 1.0);
}
.footer-main__learn__resources .hs_cos_wrapper_type_rich_text > span > a:hover {
  color: rgba(255, 255, 255, 1.0);
}
.footer-main__learn__resources .hs_cos_wrapper_type_rich_text>span>a>svg>path {
  stroke: rgba(#null, 0.0);
}
.footer-main__learn .footer-main__resource {
  background-color: rgba(35, 31, 32, 1.0);
}
.footer-main__learn__resources h3 {
  color: rgba(255, 255, 255, 1.0);
}
.footer-main__learn .footer-main__resource h4{
  color: rgba(255, 255, 255, 1.0);
}
.footer-main__learn .footer-main__resource a:hover h4 {
  color: rgba(241, 232, 43, 1.0);
}
.footer-main__learn .footer-main__resource a {
  color: rgba(255, 255, 255, 0.85);
}
.footer-main__learn .footer-main__resource a:hover {
  color: rgba(255, 255, 255, 1.0);
}


.footer-menu .hs-menu-wrapper>ul > li>a{
  color: rgba(255, 255, 255, 1.0);
}
.footer-menu .hs-menu-wrapper>ul > li>a:hover{
  color: rgba(255, 255, 255, 1.0);
}
.footer-menu .hs-menu-wrapper > ul ul li a{
  color: rgba(255, 255, 255, 0.55);
}
.footer-menu .hs-menu-wrapper > ul ul li a:hover{
  color: rgba(255, 255, 255, 1.0);
}

.footer-email form .hs-button {
  background-color: #231f20;
  color: #fff;
}
.footer-email form .hs-button:hover {
  background-color: #f1e82b;
  color: #111;
}
.footer-email form input[type=email] {
  border-bottom: 1px solid rgba(255, 255, 255, .4);
}
.footer-email form input[type=email]:focus {
  border-color: #f1e82b;
}






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

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

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

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

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

.blog-pagination__link {
  color: #FFFFFF;
}

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

.blog-post__title {
  color: ;
  font-family:Mark Pro;
  font-size: 38px;
  font-weight: ;
}

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

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

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

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

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

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

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




.body-container__website .dnd-section:nth-child(odd) {
    background-color: {typography=, tables=, buttons=, spacing=, footer=, global_colors=, header=, forms=}
}
.dnd_area-row-0-background-image {
    background-attachment: fixed;
}
.dnd_area-row-0-background-image::before {
    content: "";
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.95) 100%);
    z-index:0;
}
div {
    z-index:10;
}
ul, li, p, h1, h2, h3, h4, h5, h6 {
    z-index:99;
}
.dnd-module li {
    margin:0 0 0 20px;
}

input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], input[type="file"], textarea, select, .hs-input {
padding:10px 20px;
}
textarea.hs-input {
    height: 100px;
}

{
content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 14px;
    height: 14px;
    border: 1px solid rgba(255, 255, 255, .4);
    -webkit-transition: border-color .2s ease-out;
    -o-transition: border-color .2s ease-out;
    transition: border-color .2s ease-out;
}

.inputs-list label>input, .inputs-list label>span {
    font-weight: normal;
}
.hs-fieldtype-select select {
background:#111 !important;
}