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

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

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

@media (max-width: 1000px) and (min-width: 690px) {
  .content-wrapper,
  .container, .page-center, 
  .header .header__container,
  .dnd-section > .row-fluid {
   max-width: 600.0px;
  }
}

@media (max-width: 690px) and (min-width: 480px) {
  .content-wrapper,
  .container, .page-center,
  .header .header__container, 
  .dnd-section > .row-fluid, 
  .footer .footer_container {
    max-width: 420.08136312717414px;
  }
}

@media (max-width: 480px) {
  .content-wrapper,
  .container, .page-center,
  .header .header__container, 
  .dnd-section > .row-fluid,
  .footer .footer_container {
    max-width: 320.0808625336927px;
  }
}

@media (max-width: 359px) {
  .page-center, 
  .header .header__container,
  .dnd-section > .row-fluid {
    max-width: 280.0707547169811px;
  }
}

@media (max-width: 321px) {
  .footer .footer_container {
   max-width: 300.0px;
  }
}






body {
  color: #676767;
  font-family: Karla;
  font-weight: 400;
  font-size: 15px;
}

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

a {
  font-family: Karla;
  color: rgba(252, 184, 22, 1.0);
}

a:hover,
a:focus {
  color:rgba(0, 0, 0, 1.0);
}

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

h1 {
  color: #fcb816;
  font-family: Montserrat;
  font-size: 36px;
  font-weight: 600;
}



h2 {
  color: #fcb816;
  font-family: Montserrat;
  font-size: 34px;
  font-weight: 600;
}




h3 {
  color: #7a7a7a;
  font-family: Montserrat;
  font-size: 30px;
  font-weight: 600;
}



h4 {
  color: #444444;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 600;
}



h5 {
  color: #444444;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
}

h6 {
  color: #444444;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 600;
}

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





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

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

.hs-button,
.button--primary {
  background-color: rgba(252, 184, 22, 1.0);
  border-color: rgba(252, 184, 22, 1.0);
  border-radius: 0px;
  border-width: 1px;
  color: rgba(0, 0, 0, 1.0);
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: rgba(252, 184, 22, 1.0);
  border-color: rgba(252, 184, 22, 1.0);
  color: rgba(0, 0, 0, 1.0);
}

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

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

.hs-form legend {
  color: rgba(51, 71, 91, 1.0);
}

form input,
form select,
form textarea,
.hs-input {
  border-color: rgba(203, 214, 226, 1.0);
  color: rgba(51, 71, 91, 1.0);
  border-radius: 0px;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
}

.fn-date-picker .pika-table thead th {
  color: rgba(51, 71, 91, 0.0);
}

.hs-input:-moz-placeholder,
.hs-input::-webkit-input-placeholder,
.hs-field-desc,
.hs-dateinput:before,
.hs-richtext {
  color: #676767;
}

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

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

.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;
}





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

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

tfoot td {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(51, 71, 91, 1.0);
}

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





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

.header__container {
  max-width: 1425px;
}

.custom-menu-primary .navigation-primary>ul.submenu.level-1>li>a {
  color: rgba(136, 136, 136, 1.0);
}

.custom-menu-primary .navigation-primary>ul.submenu.level-1>li>a:hover,
.custom-menu-primary .navigation-primary>ul.submenu.level-1>li>a:focus
 {
  color: rgba(0, 0, 0, 1.0);
}

.custom-menu-primary .navigation-primary>ul.submenu.level-1>li>a.active-item{
  color: rgba(0, 0, 0, 1.0);
}

.custom-menu-primary .navigation-primary>ul.submenu.level-1>li>a.active-item{
background-color: rgba(252, 184, 22, 1.0);
}

.custom-menu-primary .navigation-primary>ul.submenu.level-1>li {
  background-color: rgba(#null, 0.0);
}

.custom-menu-primary .navigation-primary>ul.submenu.level-1>li:hover,
.custom-menu-primary .navigation-primary>ul.submenu.level-1>li:focus {
  background-color: rgba(255, 255, 255, 1.0);
}

.custom-menu-primary .navigation-primary>ul.submenu.level-1>li>a.active-item {
  color: rgba(0, 0, 0, 1.0);
}

.custom-menu-primary .navigation-primary>ul.submenu.level-1>li>a.active-branch:after {
  background-color: rgba(0, 0, 0, 1.0);
}

.custom-menu-primary .navigation-primary>ul.submenu.level-1>li>ul.submenu.level-2>li>a {
  color: rgba(136, 136, 136, 1.0);
}

.custom-menu-primary .navigation-primary>ul.submenu.level-1>li>ul.submenu.level-2>li>a {
  background-color: rgba(255, 255, 255, 1.0);
}



.custom-menu-primary .navigation-primary>ul.submenu.level-1>li>ul.submenu.level-2>li>a:hover,
.custom-menu-primary .navigation-primary>ul.submenu.level-1>li>ul.submenu.level-2>li>a:focus
 {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(0, 0, 0, 1.0);
}
.custom-menu-primary .navigation-primary>ul.submenu.level-1>li>ul.submenu.level-2>li>a.active-item {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(252, 184, 22, 1.0);
}










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

.footer__container {
  max-width: 1425px;
}

.footer .footer__copyright p {
  color: rgba(122, 122, 122, 1.0);
}

.footer .footer-menu ul li a {
  color: rgba(122, 122, 122, 1.0);
}

.footer .footer-menu ul li a:hover {
  color: rgba(122, 122, 122, 1.0);
}




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

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

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

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

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

.blog-pagination__link {
  color: #676767;
}

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

.blog-post__title {
  color: #fcb816;
  font-family:Montserrat;
  font-size: 34px;
  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: 1425px;
  margin: 0 auto;
}




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


/* ===== Danco CSS ===== */
/* Hero banner */
.body-wrapper>div:first-child {
  min-height: 0px;
}

#page-header-bg .container {
  padding-top: 130px;
}

@media (min-width: 1600px) {
  /* Header */
  .header .header_inner {
    max-width: 1520px;
    margin: auto !important;
  }
}

@media (min-width: 1000px) {
  /* Header */
  header.header {
    padding: 0;
    background: #ffffff00;
    box-shadow: none !important;
  }
  
  .header__container {
    max-width: 100%;
    padding: 0 15px !important;
  }
  
  .header_info {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
  }
  
  .header_info a {
    color: #fff !important;  
  }
  
  .header_info .icon-envelope {
    font-size: 20px;
    margin-right: 10px;
  }
  
  .header_info .info_contact a {
    font-size: 14px;
    font-weight: 700;
  }
  
  .header_info .info_contact a:hover span {
    text-decoration: underline;
  }
  
  .header_info .social-icon {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .header_info .social-icon li {
    position: relative;
    display: inline-block;
    margin-left: 10px;
    margin-top: 0;
  }
  
  .header_info .social-icon li a {
    margin-bottom: 20px;
    padding: 10px 8px 0;
    font-size: 20px; 
  }
  
  .header_info .social-icon li a i.fa {
    font-size: 20px;
  }
  
  .header .header__container .header_row {
    padding: 20px; 
    background: #ffffff;
    display: flex;
    align-items: center;
    box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 4%);
  }
  
  .header .header__logo {
    width: 10%;
    margin-right: 0;
  }
  
  .header .header__logo img {
    width: 93px !important;
    height: auto !important;
  }

  .header .col-right {
    width: 90%;
    margin-top: 0;
  }
  
  /* Mobile menu */
  .header ul.submenu.level-1 {
    display: flex;
    align-items: center;
  }

  .header .custom-menu-primary {
    width: 100%;
    float: left;
  }
  .header .custom-menu-primary .submenu.level-1 > .menu-item:last-child {
    position: absolute !important;
    right: 20px;
  }
  
  .header .custom-menu-primary .menu-link, .header .custom-menu-primary .menu-link.active-item {
    background: #fff !important;
    color: #FCB816 !important;
    font-family: 'Montserrat';
    font-size: 14px !important;
    text-transform: uppercase;
    font-weight: 700;
    padding: 15px 20px !important;
    margin: 0 15px 0 0 !important;
  } 
  
  .header .custom-menu-primary .menu-link.fixed, .header .custom-menu-primary .menu-link.active-item.fixed {
    padding: 30px 20px !important;
  }
  
  .header .custom-menu-primary .menu-link:hover {
    color: #000000 !important;
  }
  
  .header .custom-menu-primary .submenu.level-1 > li:last-child a {
    position: relative !important;
    transition: all 0.3s ease-out 0s !important;
    padding: 20px 35px !important;
    background: #FCB816!important;
    color: #fff !important;
    margin: 0 !important;
  }
  
  .header .custom-menu-primary .submenu.level-1 > li:last-child a:hover {
    color: #041d38 !important;
  }
  
  .header .custom-menu-primary .submenu.level-1 > li:last-child a:before {
    content: '' !important;
    position: absolute !important;
    right: 10px !important;
    left: auto !important;
    top: 10px;
    width: 10px !important;
    height: 2px !important;
    background: #FFFFFF !important;
    transition: all 0.3s ease-out 0s !important;
    z-index: 999 !important;
    padding-bottom: 0 !important;
    transform: translateY(0px) !important;
  }
  
  .header .custom-menu-primary .submenu.level-1 > li:last-child a:hover:before {
    background: #041d38 !important;
  }
  
  .header .custom-menu-primary .submenu.level-1 > li:last-child a:after {
    content: '' !important;
    display: block !important;
    position: absolute !important;
    right: 10px !important;
    top: 10px;
    bottom: 0 !important;
    left: auto !important;
    width: 2px !important;
    height: 10px !important;
    background: #FFFFFF !important;
    border-top: none !important;
    transition: all 0.3s ease-out 0s !important;
    transform: none !important;
    padding-bottom: 0 !important;
    z-index: 999 !important;
  }
  
  .header .custom-menu-primary .submenu.level-1 > li:last-child a:hover:after {
    background: #041d38 !important;
  }
  
  .header .custom-menu-primary .submenu.level-2 {
    width: 250px !important;
    top: 50px !important;
    left: 0 !important;
    background: #fff;
    padding: 11px 0 0 !important;
    box-shadow: 0px 10px 12px 0px rgb(0 0 0 / 10%);
  }
  
  .header .custom-menu-primary .submenu.level-2 li:hover, .header .custom-menu-primary .submenu.level-2 li:hover a {
    background-color: #ffaa17 !important;
    color: #000 !important;
  }

  /* Hero banner */
  #page-header-wrap {
    height: 480px;
  }
}

@media(max-width: 1000px) {
  /* Header */
  header.header {
    padding: 0;
    box-shadow: none !important;
  }
  
  .header__container {
    max-width: 100% !important;
    padding: 15px !important;
  }
  
  .header .header__container .header_row {
    display: flex;
  }
  
  .header .header__logo {
    position: relative !important;
  }
  
  .header_info {
    display: none; 
  }

  .header .col-right {
    min-height: 0 !important; 
    margin-top: 0 !important;
  }
  
  .header .col-right .mobile-icon {
    position: relative;
    margin-top: 0 !important;
    float: right;
    background: #FCB816;
    padding: 6px 8px 8px 8px;
  }

  /* Hero banner */
  #page-header-wrap {
    height: 400px;
  }
  
  /* Mobile menu */
  .header .col-right .lines-button .lines, .header .col-right .lines-button .lines:after, .header .col-right .lines-button .lines:before {
    background: #ffffff !important;
  }
  
  .header .col-right .lines-button .lines.open {
    background: none !important;
  }
  
  .header .col-right .lines-button .lines.open:after{
   transform: translateY(6px) rotate(45deg); 
  }
  
  .header .col-right .lines-button .lines.open:before {
   transform: translateY(-6px) rotate(-45deg); 
  }
  
  .header.mobile-open, .content-slide .body-wrapper {
    transform: translate(0) !important;
  }
  
  .mobile-menu .mobile-inner a.slide_out_area_close {
    display: none !important;
  }
  
  .mobile-overlay {
    background: none !important;
  }
  
  .mobile-menu {
    display: none;
    width: 100%;
    transform: translate(0px,90px) !important;
    background: none;
    padding: 0;
  }
  
  .mobile-menu .mobile-inner {
    max-width: 95%;
    min-height: auto !important;
    margin: auto;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0 4px 18px rgb(0 0 0 / 10%);
  }
  
  .mobile-menu .mobile-inner>div {
    margin: 0 !important;
  }
  
  .custom-menu-primary-mobile .navigation-primary>ul.submenu.level-1>li, .custom-menu-primary-mobile .navigation-primary>ul.submenu.level-1>li>ul.submenu.level-2>li {
    padding: 10px 0 !important;
    margin: 0 15px !important;
    border-bottom: 1px solid #e8e8e8;
  }
  
  .custom-menu-primary-mobile .navigation-primary>ul.submenu.level-1>li:last-child, .custom-menu-primary-mobile .navigation-primary>ul.submenu.level-1>li>ul.submenu.level-2>li:last-child {
    border-bottom: none !important;
  }  
  .custom-menu-primary-mobile .navigation-primary>ul.submenu.level-1>li>a, .custom-menu-primary-mobile .navigation-primary>ul.submenu.level-1>li>ul.submenu.level-2>li>a {
    color: #0a172a;
    line-height: 26px;
    margin: 0;
    font-weight: 700;
    opacity: 1;
    font-size: 14px;
  }  
  
  .child-trigger {
    background-color: #FCB816;
    color: #fff;
    min-width: auto !important;
    width: 26px !important;
    height: 26px !important;
    top: 10px;
    right: 0;
  }
  
  .child-trigger i, .child-trigger i:after {
    height: 2px !important;
  }
}

.hs-content-id-107324298303 .banner-section #page-header-wrap .span6 {
  width: 100%;
}

.hs-content-id-107324298303 .banner-section #page-header-wrap h1 {
  color: #FCB816 !important;
}

.hs-content-id-107324298303 .hs-custom-form .form-columns-1, .hs-content-id-107324298303 .hs-custom-form .form-columns-2 {
  max-width: 100%;
}

.hs-content-id-107324298303 .hs_phone .hs-fieldtype-intl-phone {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 15px;
}

.hs-content-id-107324298303 #hs_cos_wrapper_widget_1679398297664 label.hs-form-booleancheckbox-display:not(.hs-error-msg) span,
.hs-content-id-107324298303 #hs_cos_wrapper_widget_1679398297664 label.hs-form-booleancheckbox-display:not(.hs-error-msg) p {
  padding-top: 7px;
  font-size: 15px !important;
}

.hs-content-id-107324298303 .hs-recaptcha .grecaptcha-badge {
  margin: 0;
}