.elementor-kit-8{--e-global-color-primary:#B52027;--e-global-color-secondary:#420609;--e-global-color-text:#000000;--e-global-color-accent:#090C09;--e-global-color-66acf49:#FFFFFF;--e-global-color-ae4f402:#0A885D;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-size:37px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-size:28px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:600;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:500;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Hide Client Portal nav link on desktop and tablet */
.nav-mobile-btn {
  display: none;
}

/* Show as button on mobile only */
@media (max-width: 767px) {
  .nav-mobile-btn {
    display: block !important;
    padding: 0 !important;
  }

  .elementor-nav-menu .nav-mobile-btn > a,
  .elementor-nav-menu--dropdown .nav-mobile-btn > a,
  .nav-mobile-btn > a.elementor-item {
    display: inline-block !important;
    background-color: #8b0000 !important;
    color: #ffffff !important;
    padding: 10px 20px !important;
    border-radius: 4px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: background-color 0.3s ease !important;
    margin: 10px 25px !important;
    width: auto !important;
    flex: none !important;
  }

  .elementor-nav-menu .nav-mobile-btn > a:hover,
  .elementor-nav-menu--dropdown .nav-mobile-btn > a:hover,
  .nav-mobile-btn > a.elementor-item:hover {
    background-color: #a00000 !important;
    color: #ffffff !important;
  }
}/* End custom CSS */