:root {
    /* Brand / primary colors */
    --color-primary: #016F97;      /* primary brand color (buttons, links) */
    --color-primary-light: #e5f1f6;
    --color-primary-dark: #015a7b;
    --bs-primary: #016F97;
    --bs-primary-rgb: 1, 111, 151;
    --bs-link-color: #016F97;
    --bs-link-hover-color: #015a7b;

    /* Secondary / accent */
    --color-secondary-1: #2C2C2C;    /* secondary accents */
    --color-secondary-2: #4c4b4b;
    --color-secondary-3: #969696;
    --color-secondary-4: #b08aed;
}
body {
    /*font-size: 18px;*/
    /*background: #eee;*/
    /*background:url() center top no-repeat;*/
    color: #000;
    font-family:'Montserrat', sans-serif;
    font-size:19px;
}

/* Keep the announcement modal above custom sticky header/nav layers */
#announcementModal {
    z-index: 7002;
}

.modal-backdrop.show {
    z-index: 7001;
    background-color: rgba(0, 0, 0, 0.55);
}

/* Site-specific: navbar branding hover lift + primary blur glow */
#navbar-branding,
.navbar-branding {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    isolation: isolate;
    transition: transform .22s ease;
}

#navbar-branding::before,
.navbar-branding::before {
    content: "";
    position: absolute;
    left: -8px;
    right: -8px;
    top: 50%;
    height: 64%;
    transform: translateY(-50%) scale(0.94);
    border-radius: 999px;
    background: var(--color-primary);
    filter: blur(14px);
    opacity: 0;
    transition: opacity .22s ease, transform .22s ease;
    z-index: -1;
    pointer-events: none;
}

.theme-logo img,
.navbar-branding img {
    display: block;
    vertical-align: middle;
    transition: transform .22s ease;
}

#navbar-branding:hover,
#navbar-branding:focus-visible,
.navbar-branding:hover,
.navbar-branding:focus-visible {
    transform: translateY(-3px);
}

#navbar-branding:hover::before,
#navbar-branding:focus-visible::before,
.navbar-branding:hover::before,
.navbar-branding:focus-visible::before {
    opacity: .28;
    transform: translateY(-50%) scale(1);
}

/* Site-specific: keep tooltips above sticky nav layers */
body > .tooltip,
.tooltip.site-tooltip-top,
.tooltip.show {
    z-index: 2147483647 !important;
}

/* Final site-specific branding alignment override (kept near end to win cascade) */
#main-menu-bar .theme-logo-zone .navbar-branding {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 0 !important;
    position: relative !important;
    z-index: 5 !important;
    pointer-events: auto !important;
    transform: translateY(2px);
}

#main-menu-bar .theme-logo-zone .navbar-branding:hover,
#main-menu-bar .theme-logo-zone .navbar-branding:focus-visible {
    transform: translateY(-1px);
}

#main-menu-bar .theme-logo-zone .navbar-branding img {
    display: block !important;
    vertical-align: middle !important;
}

#main-menu-bar.fixed-top .theme-logo-zone,
#main-menu-bar.fixed-top .theme-logo-zone .navbar-branding {
    z-index: 6 !important;
}

/* Site-wide module eyebrow spacing override */
p.module_eyebrow {
    margin-bottom: 0 !important;
}
main > section:first-of-type:has( > div > .background-color-wrapper.secondary-2-light-background ),
main > div:first-of-type:has(.background-color-wrapper.secondary-2-light-background),
main > section:nth-of-type(2):has(> div > .background-color-wrapper.secondary-2-light-background) {
    background-color: #F5EEE4;
}

/* -----------------------------------------------------------
    GENERAL UI
 ----------------------------------------------------------- */
.font-size-10 {
    font-size: 10px !important;
}
.font-size-11 {
    font-size: 11px !important;
}
.font-size-12 {
    font-size: 12px !important;
}
.font-size-13 {
    font-size: 13px !important;
}
.font-size-14 {
    font-size: 14px !important;
}
.font-size-15 {
    font-size: 15px !important;
}
.font-size-16 {
    font-size: 16px !important;
}
.font-size-17 {
    font-size: 17px !important;
}
.font-size-18 {
    font-size: 18px !important;
}
.font-size-19 {
    font-size: 19px !important;
}
.font-size-20 {
    font-size: 20px !important;
}
.font-size-21 {
    font-size: 21px !important;
}
.font-size-22 {
    font-size: 22px !important;
}
.font-size-23 {
    font-size: 23px !important;
}
.font-size-24 {
    font-size: 24px !important;
}
.font-size-25 {
    font-size: 25px !important;
}
.font-size-26 {
    font-size: 26px !important;
}
.font-size-27 {
    font-size: 27px !important;
}
.font-size-28 {
    font-size: 28px !important;
}
.font-size-29 {
    font-size: 29px !important;
}
.font-size-30 {
    font-size: 30px !important;
}
.font-size-31 {
    font-size: 31px !important;
}
.font-size-32 {
    font-size: 32px !important;
}
.font-size-33 {
    font-size: 33px !important;
}
.font-size-34 {
    font-size: 34px !important;
}
.font-size-35 {
    font-size: 35px !important;
}
.font-size-36 {
    font-size: 36px !important;
}
.font-size-37 {
    font-size: 37px !important;
}
.font-size-38 {
    font-size: 38px !important;
}
.font-size-39 {
    font-size: 39px !important;
}
.font-size-40 {
    font-size: 40px !important;
}
.font-size-41 {
    font-size: 41px !important;
}
.font-size-42 {
    font-size: 42px !important;
}
.font-size-43 {
    font-size: 43px !important;
}
.font-size-44 {
    font-size: 44px !important;
}
.font-size-45 {
    font-size: 45px !important;
}
.font-size-46 {
    font-size: 46px !important;
}
.font-size-47 {
    font-size: 47px !important;
}
.font-size-48 {
    font-size: 48px !important;
}
.font-size-49 {
    font-size: 49px !important;
}
.font-size-50 {
    font-size: 50px !important;
}
.font-size-51 {
    font-size: 51px !important;
}
.font-size-52 {
    font-size: 52px !important;
}
.font-size-53 {
    font-size: 53px !important;
}
.font-size-54 {
    font-size: 54px !important;
}
.font-size-55 {
    font-size: 55px !important;
}
.font-size-56 {
    font-size: 56px !important;
}
.font-size-57 {
    font-size: 57px !important;
}
.font-size-58 {
    font-size: 58px !important;
}
.font-size-59 {
    font-size: 59px !important;
}
.font-size-60 {
    font-size: 60px !important;
}
.font-size-61 {
    font-size: 61px !important;
}
.font-size-62 {
    font-size: 62px !important;
}
.font-size-63 {
    font-size: 63px !important;
}
.font-size-64 {
    font-size: 64px !important;
}
.font-size-65 {
    font-size: 65px !important;
}
.font-size-66 {
    font-size: 66px !important;
}
.font-size-67 {
    font-size: 67px !important;
}
.font-size-68 {
    font-size: 68px !important;
}
.font-size-69 {
    font-size: 69px !important;
}
.font-size-70 {
    font-size: 70px !important;
}
.font-size-71 {
    font-size: 71px !important;
}
.font-size-72 {
    font-size: 72px !important;
}
.font-size-73 {
    font-size: 73px !important;
}
.font-size-74 {
    font-size: 74px !important;
}
.font-size-75 {
    font-size: 75px !important;
}
.font-size-76 {
    font-size: 76px !important;
}
.font-size-77 {
    font-size: 77px !important;
}
.font-size-78 {
    font-size: 78px !important;
}
.font-size-79 {
    font-size: 79px !important;
}
.font-size-80 {
    font-size: 80px !important;
}
.line-height-0 {
    line-height: 0 !important
}
.line-height-1 {
    line-height: 1px!important
}
.line-height-2 {
    line-height: 2px!important
}
.line-height-3 {
    line-height: 3px!important
}
.line-height-4 {
    line-height: 4px!important
}
.line-height-5 {
    line-height: 5px!important
}
.line-height-6 {
    line-height: 6px!important
}
.line-height-7 {
    line-height: 7px!important
}
.line-height-8 {
    line-height: 8px!important
}
.line-height-9 {
    line-height: 9px!important
}
.line-height-10 {
    line-height: 10px!important
}
.line-height-11 {
    line-height: 11px!important
}
.line-height-12 {
    line-height: 12px!important
}
.line-height-13 {
    line-height: 13px!important
}
.line-height-14 {
    line-height: 14px!important
}
.line-height-15 {
    line-height: 15px!important
}
.line-height-16 {
    line-height: 16px!important
}
.line-height-17 {
    line-height: 17px!important
}
.line-height-18 {
    line-height: 18px!important
}
.line-height-19 {
    line-height: 19px!important
}
.line-height-20 {
    line-height: 20px!important
}
.line-height-21 {
    line-height: 21px!important
}
.line-height-22 {
    line-height: 22px!important
}
.line-height-23 {
    line-height: 23px!important
}
.line-height-24 {
    line-height: 24px!important
}
.line-height-25 {
    line-height: 25px!important
}
.line-height-26 {
    line-height: 26px!important
}
.line-height-27 {
    line-height: 27px!important
}
.line-height-28 {
    line-height: 28px!important
}
.line-height-29 {
    line-height: 29px!important
}
.line-height-30 {
    line-height: 30px!important
}
.line-height-31 {
    line-height: 31px!important
}
.line-height-32 {
    line-height: 32px!important
}
.line-height-33 {
    line-height: 33px!important
}
.line-height-34 {
    line-height: 34px!important
}
.line-height-35 {
    line-height: 35px!important
}
.line-height-36 {
    line-height: 36px!important
}
.line-height-37 {
    line-height: 37px!important
}
.line-height-38 {
    line-height: 38px!important
}
.line-height-39 {
    line-height: 39px!important
}
.line-height-40 {
    line-height: 40px!important
}
.line-height-41 {
    line-height: 41px!important
}
.line-height-42 {
    line-height: 42px!important
}
.line-height-43 {
    line-height: 43px!important
}
.line-height-44 {
    line-height: 44px!important
}
.line-height-45 {
    line-height: 45px!important
}
.line-height-46 {
    line-height: 46px!important
}
.line-height-47 {
    line-height: 47px!important
}
.line-height-48 {
    line-height: 48px!important
}
.line-height-49 {
    line-height: 49px!important
}
.line-height-50 {
    line-height: 50px!important
}
.line-height-51 {
    line-height: 51px!important
}
.line-height-52 {
    line-height: 52px!important
}
.line-height-53 {
    line-height: 53px!important
}
.line-height-54 {
    line-height: 54px!important
}
.line-height-55 {
    line-height: 55px!important
}
.line-height-56 {
    line-height: 56px!important
}
.line-height-57 {
    line-height: 57px!important
}
.line-height-58 {
    line-height: 58px!important
}
.line-height-59 {
    line-height: 59px!important
}
.line-height-60 {
    line-height: 60px!important
}
.line-height-61 {
    line-height: 61px!important
}
.line-height-62 {
    line-height: 62px!important
}
.line-height-63 {
    line-height: 63px!important
}
.line-height-64 {
    line-height: 64px!important
}
.line-height-65 {
    line-height: 65px!important
}
.line-height-66 {
    line-height: 66px!important
}
.line-height-67 {
    line-height: 67px!important
}
.line-height-68 {
    line-height: 68px!important
}
.line-height-69 {
    line-height: 69px!important
}
.line-height-70 {
    line-height: 70px!important
}
.line-height-71 {
    line-height: 71px!important
}
.line-height-72 {
    line-height: 72px!important
}
.line-height-73 {
    line-height: 73px!important
}
.line-height-74 {
    line-height: 74px!important
}
.line-height-75 {
    line-height: 75px!important
}
.line-height-76 {
    line-height: 76px!important
}
.line-height-77 {
    line-height: 77px!important
}
.line-height-78 {
    line-height: 78px!important
}
.line-height-79 {
    line-height: 79px!important
}
.line-height-80 {
    line-height: 80px!important
}
a {
    color: var(--color-primary);
    text-decoration: underline;
}
a:hover {
    color: var(--color-primary-dark);
}
.btn-transparent {
    border: 1px solid #fff;
    color: #fff;
}
.cursor {
    cursor: pointer;
}
.shadow {
    box-shadow: 0 0 8px rgba(0,0,0, .3) !important;
}
a .no-change:hover {
    color: inherit;
}

/* -----------------------------------------------------------
    BOOTSTRAP OVERRIDES
 ----------------------------------------------------------- */
@media (min-width: 1640px) {
    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1690px;
    }
}
.btn {
    font-family:'Montserrat', sans-serif;
    border-radius:0;
}
.btn.btn-sm {
    font-size:19px!important;
    /* padding:12px!important; */
}
.btn:hover {
    background-color: var(--color-primary) !important;
    color:#fff !important;
}
.btn .icon {
    margin-left:20px;
}
.btn-primary.btn-icon {
    padding:10px 40px 10px 20px;
    position:relative;
}
.btn-primary.btn-icon .icon {
    position:absolute;
    right:20px;
    top:50%;
    transform:translateY(-50%);
    font-size:24px;
}
@media(max-width: 576px) {
    .btn {
        font-size: 19px;
        line-height: 1;
    }
}



/* -----------------------------------------------------------
    TYPOGRAPHY
 ----------------------------------------------------------- */
.headline-1{
    font-family:'Arial', sans-serif;
    font-size:55px;
    font-weight:900;
}

/* -----------------------------------------------------------
    MAIN MENU BAR
 ----------------------------------------------------------- */

#top-bar{
    text-align:center;
    padding:10px 25px;
    font-size: .85em;
}
#header-sticky{
    display:none;
}

/* Only enable hover on md+ */
@media (min-width: 993px) {
    .navbar-nav .dropdown:hover .dropdown-menu {
        margin-top: 0;
        /* prevent slide down gap */
    }

    /* Keep the nav-link clickable by removing data-bs-toggle on hover */
    .navbar-nav .dropdown > .nav-link {
        pointer-events: auto;
    }
}
@media(max-width:992px) {
    #mobileNav .nav-item {
        width:100%;
    }
    #mobileNav ul.dropdown-menu {
        border-radius:0;
        background: var(--color-secondary-2);
        text-align: center;
    }
    #mobileNav ul.dropdown-menu a.nav-link {
        color:var(--color-primary);
    }
}
#mainNav .dropdown:hover .dropdown-menu {
    display: none !important;
}


/* -----------------------------------------------------------
    TOP BAR
 ----------------------------------------------------------- */
#main-menu-bar {
}
#branding-logo {
    padding-left:15px;
    padding-top:10px;
    width:470px;
}
#branding-logo img {
    width:100%;
}
#header-start > .container{
    display:block;
}
#header-top{

}
#mainNav li.nav-item a {
    color:var(--color-primary);
    font-family:'Montserrat', sans-serif;
    font-weight:700;
    font-size:28px;
    /* text-transform: uppercase; */
    line-height:1em;
    padding:10px 30px 10px 20px;
}
#mainNav li.nav-item a.dropdown-item.nav-link {
    font-size: 24px;
    text-transform: capitalize;
}
#mainNav li.nav-item:last-child a {
    background:none;
    padding-right:0 !important;
}
#mainNav ul.dropdown-menu {
    border-radius:0;
    border:none;
    padding:0;
    position:absolute;
    top:100%;
}
#nav-container {
    padding-left: 380px;
}
#mainNav ul.dropdown-menu li a {
    background-image:none !important;
    padding:15px 20px;
    background-color:var(--color-primary-light) !important;
    color:var(--color-secondary-1) !important;
}
#mainNav ul.dropdown-menu li a:hover {
    background-color:var(--color-primary) !important;
    color:#fff !important;
}
#main-menu-bar.fixed-top img.main-logo {
    display:none;
}
img.sticky-logo {
    display:none;
}
#main-menu-bar.fixed-top img.sticky-logo {
    display:block;
}
#main-menu-bar.fixed-top #branding-logo {
    /*position:relative;*/
    transform:none;
    top:12px;
}

#mainNav li.nav-item:hover > a {
    color:var(--color-primary-dark) !important;
}
#mainNav {
    /* allow the wrapper to participate in flow but don't inherit parent's column stacking for its list */
    display: block;
}
#mainNav .navbar-nav {
    display: flex !important;
    flex-direction: row !important;
    justify-content:space-between;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    border-top:1px solid #707070;
    border-bottom:1px solid #707070;
    margin:25px 0;
    padding:0 50px;
}
#mainNav .navbar-nav .nav-item {
    display: inline-flex;
    align-items: center;
}
#mainNav .navbar-nav li.nav-item{
    padding:0;
}
#mainNav > .navbar-nav > li > a.nav-link{
    color:var(--color-primary);
    font-family:'Montserrat', sans-serif;
    font-size:24px;
    font-weight:700;
    padding:7px 0;
}
@media(max-width:1640px) {
    #mainNav > .navbar-nav > li > a.nav-link{
        font-size: 18px;
    }
    #mainNav .navbar-nav {
        padding:0 10px;
    }
}
@media(max-width:1600px) {
    #mainNav li.nav-item a {
        font-size: 20px;
    }
}
@media(max-width:1250px) {
    #branding-logo {
        /*position:relative;*/
    }
    #mainNav > .navbar-nav > li > a.nav-link{
        font-size: 13px;
    }
}
@media(max-width:1200px) {
    #branding-logo {
        top:0;
        left:0;
        margin:20px 0;
        position: relative;
        max-width:300px;
    }
    #nav-container {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 20px;
    }
    #alerts {
        margin-top: 0;
    }
}
@media(max-width:992px) {
    #branding-logo {
        margin-bottom: 0;
    }
    #main-menu-bar.fixed-top img.sticky-logo {
        padding-bottom: 25px;
    }
    #nav-container {
        padding-bottom: 10px;
    }
    #mainNav {
        display:none;
    }
    #mobile-nav-bar {
        background:var(--color-primary);
        width:100vw;
    }
    header#main-menu-bar {
        padding:0;
    }
    #mobile-nav-bar a,
    #mobile-nav-bar button {
        color:#fff;
    }
}
/* -----------------------------------------------------------
    SEARCH MODAL
 ----------------------------------------------------------- */

/* -----------------------------------------------------------
    FOOTER
 ----------------------------------------------------------- */
#footer-top{
    background:var(--color-primary-light);
    padding:50px;
}
#footer-top p{
    color:var(--color-primary);
    font-family:'Montserrat', sans-serif;
    font-size:24px;
}
#footer-top p span{
    font-family:'Arial', sans-serif;
    font-size:33px;
    display:block;
    font-weight:900;
}
#footer-bottom{
    background: linear-gradient(90deg,rgba(215, 84, 144, 1) 0%, rgba(215, 84, 144, 1) 58%, rgba(0, 0, 0, 1) 58%, rgba(0, 0, 0, 1) 100%);
}
#footer-bottom-left{
    padding:50px 0;
}
.footer-buttons a{
    color:#fff;
    display:flex;
    font-family:'Archivo', sans-serif;
    font-weight:900;
    font-size:24px;
    border:1px solid #fff;
    border-radius:11px;
    text-decoration:none;
    align-items:center;
    justify-content:space-between;
    padding:5px 15px !important;
    margin:15px 5px;
}
.footer-buttons a:hover{
    background:var(--color-primary-dark);
    color:#fff !important;
}
ul.footer-menu {
    padding:0;
    margin:0;
    list-style:none;
}
ul.footer-menu li a {
    color:#fff;
    font-family:'Montserrat', sans-serif;
    display:block;
    font-size:19px;
    font-weight:700;
    padding:0
}
ul.footer-menu ul {
    padding:0 0 0 0;
    margin:0;
    list-style: none;
}
ul.footer-menu .nav-item {
    padding-bottom:25px;
}
ul.footer-menu ul a {
    font-weight:400;
    text-transform: none;
    line-height:1em;
    padding:5px 0;
}
ul.footer-menu a:hover {
    color:var(--color-secondary-2);
}
a#footer-btn {
    display:block;
    background:var(--color-secondary-1);
    color:#fff;
    padding:25px;
    margin:10px 0;
    border:1px solid var(--color-secondary-2);
    font-size:33px;
    text-decoration:none;
    width: 100%;
    max-width: 355px;
    text-align: center;
}
a#footer-btn:hover {
    background:var(--color-primary);
}
img#footer-logo {
    max-width:250px;
    width:100%;
}
#footer-text {
    color:#fff;
    font-family:'Montserrat', sans-serif;
    font-size:16px;
    line-height:20px;
    font-style:italic;
    display:block;
    margin:15px 0;
    max-width: 330px;
}
a#footer-phone {
    color:#fff;
    font-family:'Montserrat', sans-serif;
    font-size:26px;
    font-weight:700;
    text-decoration:none;
}
a#footer-phone-mobile {
    display:none;
    text-decoration:none;
}
@media(min-width:993px) {
    #footer-menu-button {
        display:none;
    }
    .footer-right {
        padding-left: unset;
    }
}

/* -----------------------------------------------------------
    TOP OF PAGE
 ----------------------------------------------------------- */
#top-of-page {
    display: block;
    position: fixed;
    bottom: 0;
    right: 10px;
    padding: 10px 15px;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 0 5px rgba(0,0,0, .5);
    text-decoration: none;
}
#top-of-page.tab {
    padding: 10px 15px;
    border-radius: 10px 10px 0 0;
}
#top-of-page.circle {
    bottom: 18px;
    width: 54px;
    height: 54px;
    padding: 0;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
#top-of-page.left {
    right: auto;
    left: 10px;
}
#top-of-page.left.circle {
    left: 18px;
}
#top-of-page {
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}
#top-of-page i {
    display: inline-block;
    transition: transform 0.2s ease;
    text-decoration: none;
}
#top-of-page:hover,
#top-of-page:focus-visible {
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.3);
    text-decoration: none;
}
#top-of-page:hover i,
#top-of-page:focus-visible i {
    transform: translateY(-4px);
}

/* -----------------------------------------------------------
    MODULES
 ----------------------------------------------------------- */
.module-wrapper {
    position: relative;
    z-index: 0;
    isolation: isolate;
}

/* -----------------------------------------------------------
    WRAPPERS
 ----------------------------------------------------------- */
.background-color-wrapper,
.background-image-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: -1;
}
.parallax-background {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.video-background {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.video-background video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.video-background.video-parallax-background video {
    transform: translate3d(0, 0, 0) scale(1.12);
    will-change: transform;
}

/* -----------------------------------------------------------
    FORMS
 ----------------------------------------------------------- */
.form-reverse .form-control {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}
.form-reverse .form-control::placeholder {
    color: white;
    opacity: .8;
}
.form-reverse .form-control:-ms-input-placeholder {
    color: white;
    opacity: .8;
}
.form-reverse .form-control::-ms-input-placeholder {
    color: white;
    opacity: .8;
}
.form-reverse label {
    color: #fff;
}
.hide-labels label {
    display: none;
}
.form-builder-column {
    display: inline-block;
    vertical-align: top;
    padding: 0 3px;
}


/* --- MAIN MENU --- */
@media(max-width: 600px) {
    .headline-1 {
        font-size: 2.1em !important;
        line-height: 1em;
    }
    .headline-2 {
        font-size: 2em !important;
        line-height: 1em;
    }
    .headline-3 {
        font-size: 1.6em !important;
        line-height: 1em;
    }
}
@media (min-width: 1001px) {
    .responsive-out-container {
        margin-top: var(--margin-desktop-top, 0);
        margin-right: var(--margin-desktop-right, 0);
        margin-bottom: var(--margin-desktop-bottom, 0);
        margin-left: var(--margin-desktop-left, 0);
    }
    .responsive-inner-container {
        padding: var(--padding-desktop-top, 0);
        padding-right: var(--padding-desktop-right, 0);
        padding-bottom: var(--padding-desktop-bottom, 0);
        padding-left: var(--padding-desktop-left, 0);
    }
}
@media (max-width: 1000px) {
    .responsive-out-container {
        margin-top: var(--margin-md-top, 0);
        margin-right: var(--margin-md-right, 0);
        margin-bottom: var(--margin-md-bottom, 0);
        margin-left: var(--margin-md-left, 0);
    }
    .responsive-inner-container {
        padding-top: var(--padding-md-top, 0);
        padding-right: var(--padding-md-right, 0);
        padding-bottom: var(--padding-md-bottom, 0);
        padding-left: var(--padding-md-left, 0);
    }
}
@media (max-width: 500px) {
    .responsive-out-container {
        margin-top: var(--margin-sm-top, 0);
        margin-right: var(--margin-sm-right, 0);
        margin-bottom: var(--margin-sm-bottom, 0);
        margin-left: var(--margin-sm-left, 0);
    }
    .responsive-inner-container {
        padding-top: var(--padding-sm-top, 0);
        padding-right: var(--padding-sm-right, 0);
        padding-bottom: var(--padding-sm-bottom, 0);
        padding-left: var(--padding-sm-left, 0);
    }
}
.responsive-padding {
    padding: 300px;
    /* fallback default */
}
@media (max-width: 768px) {
    .responsive-padding {
        padding: var(--pad-md, 20px);
    }
}
@media (max-width: 400px) {
    .responsive-padding {
        padding: var(--pad-sm, 20px);
    }
}
.wow {
    visibility: hidden;
}
/* ===================================================================
   HOME PAGE 1 REVISED - CUSTOM STYLES
   =================================================================== */
/* Header Styles */
.home-top-bar {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 8px 0;
    font-size: 12px;
}
.home-top-bar a {
    color: #ffffff;
    text-decoration: none;
}
.home-main-header {
    background-color: #ffffff;
    padding: 20px 0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.home-logo {
    font-size: 36px;
    font-weight: 700;
    color: #D4347F;
    text-decoration: none;
    font-style: italic;
}
.home-nav-links {
    display: flex;
    gap: 40px;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
.home-nav-links a {
    color: #4C4B4B;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: color 0.3s;
}
.home-nav-links a:hover {
    color: #D4347F;
}

/* Secondary nav: force horizontal layout on desktop, stacked on small screens */
#secondaryNav {
    /* allow the wrapper to participate in flow but don't inherit parent's column stacking for its list */
    display: block;
}
#secondaryNav .navbar-nav {
    display: flex !important;
    flex-direction: row !important;
    gap: 18px;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}
#secondaryNav .navbar-nav .nav-item {
    display: inline-flex;
    align-items: center;
}
#secondaryNav > .navbar-nav > li > a.nav-link{
    color:var(--color-secondary-1);
    font-family:'Montserrat', sans-serif;
    font-size:19px;
    padding:0 17px;
}
span.cart-count{
    background:var(--color-primary);
    font-size: 0.8rem;
    padding:2px;
    border-radius:50%;
    color:#fff;
    font-weight:700;
    height:22px;
    width:22px;
    display:flex;
    align-items:center;
    justify-content:center;
}
#secondaryNav > .navbar-nav > li:hover > a.nav-link{
    color:var(--color-primary);
}
#secondaryNav .navbar-nav .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    white-space: nowrap;
    z-index: 2000; /* ensure dropdown overlays other content */
    border:none;
    border-radius:0;
    padding:0;
}
#secondaryNav .navbar-nav .dropdown-menu a.dropdown-item{
    font-family:'Montserrat', sans-serif;
    font-size:18px;
    color:var(--color-secondary-1);
    background:var(--color-primary-light);
    padding:15px 25px;
}
#secondaryNav .navbar-nav .dropdown-menu a.dropdown-item:hover{
    background:var(--color-primary-dark);
    color:#fff;
}
#header-search-container label.col-form-label{
    font-family:'Montserrat', sans-serif;
    font-size:19px;
    margin-right:25px;
}
#header-search-container input.form-control{
    border:1px solid #707070;
    border-radius:15px 0 0 15px;
    height:35px;
}
#header-search-container button{
    border:none;
    background:var(--color-primary);
    color:#fff;
    font-size:24px;
    border-radius:0 15px 15px 0;
    width:36px;
    height:35px;
}
#header-search-container button:hover{
    background:var(--color-primary-dark);
}
a#header-phone{
    color:var(--color-primary);
    font-family:'Arial', sans-serif;
    font-size: 36px;
    font-weight:900;
    text-decoration:none;
    margin-left:35px;
    margin-right:15px;
    white-space:nowrap
}
#header-sticky {
    background:#fff;
    width:100%;
    padding:15px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2    );
}
a#branding-logo-sticky{
    max-width:300px;
}
a#branding-logo-sticky img{
    width:100%;
}
#mainNav-sticky{
    flex:1;
}
#mainNav-sticky ul.navbar-nav{
    display:flex;
    flex:1;
    flex-direction:row;
    justify-content:space-between;
    align-items:center;
    padding:0 25px;
}
#mainNav-sticky > .navbar-nav > li > a.nav-link, #mainNav-sticky > .navbar-nav > li > button.nav-link{
    color:var(--color-primary);
    font-family:'Montserrat', sans-serif;
    font-size:18px;
    font-weight:700;
    padding:7px 0;
    border:none;
    background:none;
}
#mainNav-sticky ul.dropdown-menu{
    position:absolute;
}
#mobileNav{
    display:none;
    background:var(--color-primary);
}
.mobile-nav-header a{
    color:#fff;
    font-size:25px;
    padding:15px;
}
#mobileNavExpand ul.navbar-nav{
    text-align:center;
    padding:20px;
}
#mobileNavExpand ul.navbar-nav a.nav-link{
    color:#fff;
}
@media(max-width:1600px){
    a#branding-logo-sticky{
        max-width:200px;
    }
}
@media(max-width:1400px){

    #mainNav-sticky > .navbar-nav > li > a.nav-link{
        font-size:12px;
    }
}
@media(max-width:1100px){
    #header-sticky, #header-start{
        display:none !important;
    }
    #mobileNav{
        display:block;
        margin-bottom: 20px;
    }
}
/* Preserve stacked layout on small screens */
@media (max-width: 768px) {
    #secondaryNav .navbar-nav {
        flex-direction: column !important;
        gap: 8px;
    }
    #secondaryNav .navbar-nav .dropdown-menu {
        position: static;
    }
}

/* -----------------------------------------------------------
    HEADER STYLES
 ----------------------------------------------------------- */
header#main-menu-bar {
    position: relative;
    z-index: 1000;
}
header#main-menu-bar .container {
    position: relative;
    z-index: 2;
}
header#main-menu-bar:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: -1;
}
header#main-menu-bar.scrolled {
    background: var(--color-primary);
    transition: background 0.3s;
}
header#main-menu-bar.scrolled #branding-logo img {
    content: url('../img/logo-white.png');
}
header#main-menu-bar.scrolled #mainNav li.nav-item a {
    color: #fff;
}
header#main-menu-bar.scrolled #secondaryNav .navbar-nav .nav-link {
    color: #fff;
}
header#main-menu-bar.scrolled #mobile-nav-bar {
    background: var(--color-primary);
}
header#main-menu-bar.scrolled #footer-main {
    background: var(--color-primary);
}
header#main-menu-bar.scrolled #footer-main a {
    color: #fff;
}
header#main-menu-bar.scrolled #top-of-page {
    background: var(--color-primary);
    color: #fff;
}
header#main-menu-bar.scrolled #top-of-page:hover {
    background: #fff;
    color: var(--color-primary);
}

/* -----------------------------------------------------------
    SEARCH MODAL
 ----------------------------------------------------------- */

/* -----------------------------------------------------------
    FOOTER
 ----------------------------------------------------------- */

.footer-right {
    padding-left: 50px;
}
ul.footer-menu {
    padding:0;
    margin:0;
    list-style:none;
}
ul.footer-menu li a {
    color:#fff;
    font-family:'Montserrat', sans-serif;
    display:block;
    font-size:19px;
    font-weight:700;
    padding:0;
    text-decoration:none;
    line-height:40px;
}
ul.footer-menu ul {
    padding:0 0 0 0;
    margin:0;
    list-style: none;
}
ul.footer-menu li a:hover{
    color:var(--color-primary-dark)
}
ul.footer-menu .nav-item {
    padding-bottom:25px;
}
ul.footer-menu ul a {
    font-weight:400;
    text-transform: none;
    line-height:1em;
    padding:5px 0;
}
ul.footer-menu a:hover {
    color:var(--color-secondary-2);
}
#footer-bottom-right{
    padding:50px 10px 50px 75px;
}
img#footer-logo{
    max-width:275px;
    width:100%;
    display:block;
}
#footer-address, a#footer-address{
    font-family:'Montserrat', sans-serif;
    font-size:19px;
    text-decoration:none;
    color:#fff;
}
a#footer-phone{
    color:var(--color-primary);
    font-size:33px;
    font-family:'Montserrat', sans-serif;
    display:block;
    margin:20px 0;
}
#footer-block{
    display:block;
    position:relative;
    border:1px solid #fff;
    border-radius:11px;
    padding:5px;
    text-align:center;
}
#footer-block span{
    font-family:'Montserrat', sans-serif;
    display:block;
    font-size:23px;
    font-weight:700;
    color:#fff;
    margin-top:10px;
}
#footer-block a{
    color:#fff;
    text-decoration:none;
    font-family:'Montserrat', sans-serif;
    font-size: 20px;
    font-weight:700;
    background:var(--color-primary);
    display:block;
    border-radius:0 0 8px 8px;
    text-transform:uppercase;
    padding:10px;
    margin-top:15px;
}
#footer-block a:hover{
    background:var(--color-primary-dark);
}
ul#footer-social,
ul.footer-social{
      display:flex;
      list-style:none;
      padding:0;
      margin:20px 0;
      align-items:center;
      justify-content:flex-start;
      gap:12px;
  }
ul#footer-social li,
ul.footer-social li{
      margin:0;
  }
ul#footer-social li a,
ul.footer-social li a{
      color:var(--color-primary);
      font-size:30px;
      line-height:1;
      text-decoration:none;
      display:inline-flex;
      align-items:center;
      justify-content:center;
  }
ul#footer-social li a .fa-stack-2x,
ul.footer-social li a .fa-stack-2x{
      font-size:30px;
  }
ul.footer-social.footer-association-logos li img{
      max-height:42px;
      width:auto;
      display:block;
  }
ul#footer-social li a:hover,
ul.footer-social li a:hover{
      color:var(--color-primary);
  }
#theme-footer .text-center ul.footer-social{
      justify-content:center;
  }
#theme-footer .text-end ul.footer-social{
      justify-content:flex-end;
  }
a#footer-phone-mobile {
    display:none;
    text-decoration:none;
}
@media(max-width:1200px){
    #footer-bottom{
        background:transparent;
    }
    #footer-bottom .container{
        padding:0
    }
    #footer-bottom-left{
        background:var(--color-primary);
    }
    #footer-bottom-right{
        background:#000;
        text-align:center;
        padding:10px;
    }
    ul#footer-social,
    ul.footer-social{
        justify-content:center;
    }
    img#footer-logo{
        margin:20px auto;
    }
}
@media(min-width:993px) {
    #footer-menu-button {
        display:none;
    }
    .footer-right {
        padding-left: unset;
    }
}
@media(max-width:992px) {
    #footer-inside {
        display:none;
        padding:20px;
    }
    #footer-main .container {
        padding:0;
    }
    #footer-menu-button {
        display:block;
        padding:20px;
    }
    #footer-menu-button a#hide-footer-button {
        display:none;
    }
    #footer-menu-button a {
        color:#fff;
        font-size:36px;
        display:block;
    }
    #footer-main {
        text-align:center;
    }
    a#footer-phone-mobile {
        display:block;
        padding:10px 20px;
        font-size:36px;
        color:#fff;
        text-align:center;
    }
}
/* -----------------------------------------------------------
    TOP OF PAGE
 ----------------------------------------------------------- */
#top-of-page {
    display: block;
    position: fixed;
    bottom: 0;
    right: 10px;
    padding: 10px 15px;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 0 5px rgba(0,0,0, .5)
}
#top-of-page.left {
    right: auto;
    left: 10px;
}

/* -----------------------------------------------------------
    MODULES
 ----------------------------------------------------------- */
.module-wrapper {
    position: relative;
    z-index: 0;
    isolation: isolate;
}

/* -----------------------------------------------------------
    WRAPPERS
 ----------------------------------------------------------- */
.background-color-wrapper,
.background-image-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: -1;
}
.parallax-background {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.video-background {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.video-background video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/* -----------------------------------------------------------
    FORMS
 ----------------------------------------------------------- */
.form-reverse .form-control {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}
.form-reverse .form-control::placeholder {
    color: white;
    opacity: .8;
}
.form-reverse .form-control:-ms-input-placeholder {
    color: white;
    opacity: .8;
}
.form-reverse .form-control::-ms-input-placeholder {
    color: white;
    opacity: .8;
}
.form-reverse label {
    color: #fff;
}
.hide-labels label {
    display: none;
}
.form-builder-column {
    display: inline-block;
    vertical-align: top;
    padding: 0 3px;
}


/* --- MAIN MENU --- */
@media(max-width: 600px) {
    .headline-1 {
        font-size: 2.1em !important;
        line-height: 1em;
    }
    .headline-2 {
        font-size: 2em !important;
        line-height: 1em;
    }
    .headline-3 {
        font-size: 1.6em !important;
        line-height: 1em;
    }
}
@media (min-width: 1001px) {
    .responsive-out-container {
        margin-top: var(--margin-desktop-top, 0);
        margin-right: var(--margin-desktop-right, 0);
        margin-bottom: var(--margin-desktop-bottom, 0);
        margin-left: var(--margin-desktop-left, 0);
    }
    .responsive-inner-container {
        padding: var(--padding-desktop-top, 0);
        padding-right: var(--padding-desktop-right, 0);
        padding-bottom: var(--padding-desktop-bottom, 0);
        padding-left: var(--padding-desktop-left, 0);
    }
}
@media (max-width: 1000px) {
    .responsive-out-container {
        margin-top: var(--margin-md-top, 0);
        margin-right: var(--margin-md-right, 0);
        margin-bottom: var(--margin-md-bottom, 0);
        margin-left: var(--margin-md-left, 0);
    }
    .responsive-inner-container {
        padding-top: var(--padding-md-top, 0);
        padding-right: var(--padding-md-right, 0);
        padding-bottom: var(--padding-md-bottom, 0);
        padding-left: var(--padding-md-left, 0);
    }
}
@media (max-width: 500px) {
    .responsive-out-container {
        margin-top: var(--margin-sm-top, 0);
        margin-right: var(--margin-sm-right, 0);
        margin-bottom: var(--margin-sm-bottom, 0);
        margin-left: var(--margin-sm-left, 0);
    }
    .responsive-inner-container {
        padding-top: var(--padding-sm-top, 0);
        padding-right: var(--padding-sm-right, 0);
        padding-bottom: var(--padding-sm-bottom, 0);
        padding-left: var(--padding-sm-left, 0);
    }
}
.responsive-padding {
    padding: 300px;
    /* fallback default */
}
@media (max-width: 768px) {
    .responsive-padding {
        padding: var(--pad-md, 20px);
    }
}
@media (max-width: 400px) {
    .responsive-padding {
        padding: var(--pad-sm, 20px);
    }
}
.wow {
    visibility: hidden;
}
.btn-primary{
    --bs-btn-color: #fff;
    --bs-btn-bg: #016F97;
    --bs-btn-border-color: #016F97;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #015a7b;
    --bs-btn-hover-border-color: #015a7b;
    --bs-btn-focus-shadow-rgb: 1, 111, 151;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #014d69;
    --bs-btn-active-border-color: #014d69;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #016F97;
    --bs-btn-disabled-border-color: #016F97;
    font-family:'Montserrat', sans-serif;
    font-size:16px;
    font-weight:700;
    text-transform:uppercase;
    background:var(--color-primary);
    border:none;
    color:#fff;
    padding:5px 20px;
    border-radius:5px;
}
.btn-primary:hover{
    background-image:linear-gradient(rgba(0,0,0,0.25),rgba(0,0,0,0.25));
}
.btn{
    margin:0;
}




/* page underlayments */
#underlayment{
    position:absolute;
    top:0;
    height:100%;
    max-height:100%;
    width:100%;
    background-position:top center;
    background-repeat:no-repeat;
    opacity:.3;
    pointer-events:none;
}


/* Base element */
.vibrate-on-hover {
    display: inline-block;
    transition: transform 0.1s;
}

/* Hover state */
.vibrate-on-hover:hover {
    animation: vibrate 0.3s linear infinite;
}

/* Keyframes */
@keyframes vibrate {
    0%   { transform: translate(0); }
    20%  { transform: translate(-1px, 1px); }
    40%  { transform: translate(-1px, -1px); }
    60%  { transform: translate(1px, 1px); }
    80%  { transform: translate(1px, -1px); }
    100% { transform: translate(0); }
}


/* Universal zoom-on-hover utility */
.zoom-on-hover {
    display: inline-block;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    transform-origin: center center;
    will-change: transform;
}

.zoom-on-hover:hover {
    transform: scale(1.02);
    /*box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);*/
}

/* Accessibility: respect reduced motion */
@media (prefers-reduced-motion: reduce) {
    .zoom-on-hover {
        transition: none;
    }

    .zoom-on-hover:hover {
        transform: none;
        box-shadow: none;
    }
}



.lift-on-hover {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.lift-on-hover:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(0,0,0,0.08);
}

.top-bar-search-results-none-found{
    text-align:center;
    font-size:24px;
    padding:0 0 20px 0;
    color:var(--color-primary);
    font-weight:bold;
}


#top-bar-search-results-container,
.top-bar-search-results-container {
    border-bottom:2px solid var(--color-primary);
    margin-bottom:5px;
}
#top-bar-search-results,
.top-bar-search-results {
    display: grid;
    grid-template-columns: repeat(
        auto-fit,
        minmax(200px, 1fr)
    );
    gap: 20px;
    justify-content: start;

}


.top-bar-search-product {
    max-width: 200px;
    width: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--color-secondary-2);
    padding: 10px;
    border-radius: 10px;
    text-align: center;
}

.top-bar-search-product a {
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* top align */
    height: 100%;
    text-decoration: none;
    font-size:.8em;
}

.top-bar-search-product .image {
    /*height: 160px;*/
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    flex: 0 0 140px;
}

.top-bar-search-product img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.top-bar-search-product .title {
    margin-top: 8px;
    font-size: 1em;
    line-height: 1.3;

}

@media (min-width: 1200px) {
    #top-bar-search-results,
    .top-bar-search-results {
        grid-template-columns: repeat(6, 200px);
    }
}


#btn-top-bar-search-close{
    padding:5px;
    color:var(--color-primary);
}

.header-search-panel {
    max-height: 0;
    overflow: hidden;
    background: #fff;
    border-top: 0 solid transparent;
    border-bottom: 0 solid transparent;
    transition: max-height .25s ease, border-color .2s ease;
}

.header-search-panel.is-open {
    max-height: 920px;
    border-top: 1px solid #e4e8ec;
    border-bottom: 1px solid #e4e8ec;
}

.header-search-panel-inner {
    padding: 18px 0 14px;
}

.header-search-input-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-search-input-row .form-control {
    border-radius: 0;
    border: 0;
    border-bottom: 2px solid var(--color-primary);
    box-shadow: none !important;
    font-size: 20px;
    padding-left: 0;
}

.header-search-input-row .btn-link {
    color: var(--color-primary);
    font-size: 24px;
    padding: 4px 8px;
    text-decoration: none;
}

.header-search-results {
    margin-top: 14px;
    max-height: 60vh;
    overflow: auto;
}

.mobile-header-search-panel {
    margin: 0 0 16px 0;
    border-bottom: 1px solid #eceff3;
    padding-bottom: 12px;
}

#mobile-header-search-results {
    max-height: 42vh;
    overflow: auto;
}

.mobile-header-search-input-row {
    display: flex;
    align-items: center;
    gap: 8px;
}

.mobile-header-search-input-row .form-control {
    font-size: 16px;
    border-radius: 0;
    border: 0;
    border-bottom: 2px solid var(--color-primary);
    box-shadow: none !important;
    padding-left: 0;
}

.mobile-header-search-input-row .btn-link {
    color: var(--color-primary);
    font-size: 20px;
    padding: 4px 8px;
    text-decoration: none;
}


.svg-loader {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 300px;
    margin: 0 auto;
    --loader-speed: 115900ms;
}

.svg-loader__svg {
    width: 100%;
    height: 100%;
    animation: svgLoaderSpin var(--loader-speed) linear infinite;
    transform-origin: 50% 50%;
}

.svg-loader__track {
    fill: none;
    stroke: currentColor;
    opacity: 0.2;
    stroke-width: 8;
}

.svg-loader__arc {
    fill: none;
    stroke: currentColor;
    stroke-width: 8;
    stroke-linecap: round;
    stroke-dasharray: 90 140;
}

@keyframes svgLoaderSpin {
    to { transform: rotate(360deg); }
}

.nav-dropdown-inner{
    border:1px solid var(--color-primary);
    background:#fff !important;
    border-radius: 0 0 20px 20px;
    margin-top:-25px;
    box-shadow:0px 5px 10px rgba(0,0,0,.5);
}
.nav-dropdown-container ul{
    list-style:none;
    font-size:1.3em;
    line-height:1.5em;
}
.nav-dropdown-container li a{
    text-decoration:none !important;
}

#dropdown-block-container {
    position: relative;
}

.nav-dropdown-container {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1000;

    /* disable collapse height animation */
    height: auto !important;
    overflow: visible !important;
}
.nav-dropdown-container {
    opacity: 0;
    pointer-events: none;
}

.nav-dropdown-container.show {
    opacity: 1;
    pointer-events: auto;
    transition: opacity .1s ease;
}

#dropdown-block-container {
    position: relative;
}

.nav-dropdown-container {
    position: absolute;
    inset: 100% 0 auto 0;
    z-index: 1000;

    opacity: 0;
    pointer-events: none;
    transform: translateY(4px);
}

.nav-dropdown-container.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}


#dropdown-block-container {
    position: relative;
}

.nav-dropdown-container {
    position: absolute;
    inset: 100% 0 auto 0;
    z-index: 1000;

    opacity: 0;
    pointer-events: none;
}

.nav-dropdown-container.is-open {
    opacity: 1;
    pointer-events: auto;
}

#dropdown-block-container {
    position: relative;
}

.nav-dropdown-container {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 2000;

    display: none;
}

.nav-dropdown-container.is-open {
    display: block;
}


/* === PANEL NAV DROPDOWN === */

#dropdown-block-container {
    position: relative;
}

#dropdown-block-container .nav-dropdown-container {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 5000;

    display: none !important;
}

#dropdown-block-container .nav-dropdown-container.is-open {
    display: block !important;
}

/* ======================================================================
   CLEANED & OPTIMIZED PANEL NAV DROPDOWN (FINAL OVERRIDE)
   This block intentionally overrides earlier duplicate rules.
   ====================================================================== */

#dropdown-block-container {
    position: relative;
}

#dropdown-block-container .nav-dropdown-container {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 5000;

    opacity: 0;
    pointer-events: none;
    transform: translateY(4px);

    transition:
            opacity 0.12s ease,
            transform 0.12s ease;
}

#dropdown-block-container .nav-dropdown-container.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

/* Prevent legacy Bootstrap hover/dropdown behavior from interfering */
#mainNav .dropdown:hover .dropdown-menu {
    display: none !important;
}

/* Ensure nav does not clip dropdowns */
#mainNav,
#mainNav * {
    overflow: visible;
}

/* ======================================================================
   END PANEL NAV DROPDOWN OVERRIDE
   ====================================================================== */

/* BEGIN SHELL-THEME MERGED */

/* Sample-inspired shell styles, scoped to the Aurora frontend shell. */
body.theme-shell {
    background: #fff;
    color: #222;
    font-family: "Source Sans Pro", "Jost", sans-serif;
}

#wrapper.theme-wrapper {
    min-height: 100vh;
    background: #fff;
}

#pre-loader.loader-container {
    position: fixed;
    inset: 0;
    background: rgba(255, 255, 255, 1);
    z-index: 4000;
    display: flex;
    align-items: center;
    justify-content: center;
}

#pre-loader .loader {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#pre-loader .loader img,
#pre-loader .loader svg {
    width: 100px;
    height: 100px;
    max-width: 100px;
    max-height: 100px;
    display: block;
}

#pre-loader .loader.is-spinning img,
#pre-loader .loader.is-spinning svg {
    animation: theme-preloader-spin var(--theme-preloader-spin-speed, 1.8s) linear infinite;
}

@keyframes theme-preloader-spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

#main-menu-bar.theme-header {
    border-bottom: 1px solid #d9d9d9;
    background: #fff;
    position: relative;
    z-index: 1100;
}

#main-menu-bar .theme-bottom-bar {
    padding: 0;
}

#main-menu-bar .container {
    max-width: 1960px;
    padding-left: 24px;
    padding-right: 24px;
}

#main-menu-bar .theme-header-row {
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

#main-menu-bar .theme-logo-zone {
    position: relative;
    z-index: 2;
}

#main-menu-bar .theme-nav-zone {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

#main-menu-bar .theme-icon-zone {
    margin-left: auto;
    position: relative;
    z-index: 2;
}

.theme-logo img,
.navbar-branding img {
    max-height: 46px;
    width: auto;
    margin-top:8px;
}

.navbar-branding .logo-sticky {
    display: none;
}

#main-menu-bar.fixed-top .navbar-branding .logo-default {
    display: none;
}

#main-menu-bar.fixed-top .navbar-branding .logo-sticky {
    display: inline-block;
}

.theme-icon-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 12px;
}

.theme-icon-list li {
    display: flex;
    align-items: center;
    justify-content: center;
}

.theme-icon-list a {
    color: #222;
    text-decoration: none;
    font-size: 22px;
    position: relative;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    transition: color .18s ease, transform .18s ease;
}

.theme-icon-list a.mobile-toggle {
    display: none;
}

.theme-icon-list a:hover,
.theme-icon-list a:focus {
    color: #111;
    transform: translateY(-1px);
}

.theme-icon-list .fa-duotone {
    --fa-primary-color: var(--secondary-color-1, var(--color-secondary-1, #2C2C2C));
    --fa-secondary-color: var(--primary-color, var(--color-primary, #016F97));
    --fa-primary-opacity: 1;
    --fa-secondary-opacity: 1;
}

.theme-icon-list .num {
    position: absolute;
    top: 17px;
    right: -7px;
    min-width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 999px;
    background: var(--secondary-color-3, var(--color-secondary-3, #969696));
    color: #fff;
    font-size: 10px;
    text-align: center;
    font-weight: 700;
    padding: 0 2px;
}

#nav ul,
#theme-mobile-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#nav > ul,
#nav .theme-nav-list {
    display: flex;
    align-items: center;
    gap: 36px;
    flex-direction: row;
}

#nav .theme-nav-list > li {
    display: block;
}

#nav a {
    display: inline-flex;
    align-items: center;
    color: #222;
    text-decoration: none;
    font-family: "Montserrat", "Jost", sans-serif;
    font-size: 13px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.2;
    padding: 8px 0;
    transition: color .18s ease;
}

#nav > ul > li > a:hover,
#nav > ul > li > a:focus {
    color: #111;
}

#nav li.has-children > a::after {
    content: "";
    width: 7px;
    height: 7px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: rotate(45deg);
    margin-left: 8px;
    margin-top: -3px;
    opacity: 0.8;
    transition: transform .18s ease, opacity .18s ease;
}

#nav li.has-children:hover > a::after,
#nav li.has-children:focus-within > a::after {
    transform: rotate(-135deg);
    opacity: 1;
}

#nav li {
    position: relative;
    white-space: nowrap;
}

#nav li ul {
    position: absolute;
    top: calc(100% + 30px);
    left: 0;
    min-width: 300px;
    background: linear-gradient(180deg, #ffffff 0%, #fdfdff 100%);
    border: 1px solid #e7ebf1;
    border-radius: 0;
    box-shadow: 0 20px 44px rgba(16, 20, 31, 0.16);
    backdrop-filter: blur(8px);
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px) scale(0.98);
    transform-origin: top left;
    transition: opacity .18s ease, transform .2s ease, visibility .2s ease;
    z-index: 1200;
    padding: 14px 16px;
}

#nav .theme-nav-list li ul {
    display: block;
}

#nav > ul > li > ul {
    left: 50%;
    width: min(1180px, 86vw);
    max-width: 1180px;
    transform: translateX(-50%) translateY(12px) scale(0.98);
    transform-origin: top center;
}

#nav > ul > li > ul::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    width: 14px;
    height: 14px;
    border-top: 1px solid #e7ebf1;
    border-left: 1px solid #e7ebf1;
    background: #fff;
    transform: translateX(-50%) rotate(45deg);
}

#nav li:hover > ul,
#nav li:focus-within > ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

#nav > ul > li:hover > ul,
#nav > ul > li:focus-within > ul {
    transform: translateX(-50%) translateY(0) scale(1);
}

#nav li ul a {
    text-transform: none;
    letter-spacing: normal;
    font-size: 13px;
    font-weight: 600;
    width: 100%;
    border-radius: 0;
    padding: 12px 14px;
    transition: background-color .16s ease, color .16s ease, transform .16s ease;
}

#nav li ul a:hover,
#nav li ul a:focus {
    background: #f3f7fc;
    color: #0f2b42;
    transform: translateX(2px);
}

#nav li ul li ul {
    left: calc(100% + 10px);
    top: -14px;
    width: min(420px, 80vw);
    max-width: 420px;
    transform: translateY(8px) scale(0.98);
}

#nav li ul li:hover > ul,
#nav li ul li:focus-within > ul {
    transform: translateY(0) scale(1);
}

.mobile-toggle {
    border: 1px solid #222;
    font-size: 16px;
}

#nav .menu-sub-toggle {
    display: none;
    border: 0;
    background: transparent;
}

#theme-mobile-menu {
    position: fixed;
    inset: 0;
    z-index: 3000;
    background: rgba(0, 0, 0, 0.52);
    display: none;
}

#theme-mobile-menu.is-open {
    display: block;
}

#theme-mobile-menu .menu-panel {
    width: min(360px, 88vw);
    height: 100%;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    padding: 18px 18px 28px;
    box-shadow: 8px 0 30px rgba(16, 20, 31, 0.18);
    overflow-y: auto;
}

#theme-mobile-menu .menu-close {
    border: none;
    background: transparent;
    font-size: 26px;
    line-height: 1;
    margin: 0 0 14px 0;
}

#theme-mobile-menu a {
    display: block;
    color: #222;
    text-decoration: none;
    padding: 12px 0;
    border-bottom: 1px solid #eceff3;
    font-family: "Montserrat", "Jost", sans-serif;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: 12px;
}

#theme-mobile-menu li {
    position: relative;
}

#theme-mobile-menu .menu-sub-toggle {
    position: absolute;
    right: 0;
    top: 2px;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 8px;
    background: #f2f5f8;
    color: #111;
}

#theme-mobile-menu .menu-sub-toggle::before {
    content: "+";
    font-size: 18px;
    line-height: 1;
}

#theme-mobile-menu li.is-open > .menu-sub-toggle::before {
    content: "-";
}

#theme-mobile-menu li > ul {
    display: none;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #e5e9f0;
}

#theme-mobile-menu li.is-open > ul {
    display: block;
}

.g-6,
.gx-6 {
    --bs-gutter-x: 6rem;
}

.g-6,
.gy-6 {
    --bs-gutter-y: 6rem;
}

.theme-top-utility {
    display: none;
}

#theme-footer {
    background: #f8f8f8;
    border-top: 1px solid #e8e8e8;
    margin-top: 40px;
}

#theme-footer .f-top {
    padding: 52px 0 36px;
}

#theme-footer .f-widget-title {
    font-family: "Montserrat", "Jost", sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .05em;
    color: #111;
    margin-bottom: 14px;
    text-transform: uppercase;
}

#theme-footer .f-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

#theme-footer .f-list li {
    margin-bottom: 7px;
}

#theme-footer .f-list ul {
    margin-top: 8px;
    padding-left: 18px;
}

#theme-footer .f-list ul li {
    margin-bottom: 6px;
}

#theme-footer .footer-tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: flex-start;
}

#theme-footer .footer-tag-list li {
    margin-bottom: 0;
}

#theme-footer .footer-tag-list a {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 999px;
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
    color: #334155;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

#theme-footer .footer-tag-list a:hover,
#theme-footer .footer-tag-list a:focus {
    background: #e8edf3;
    border-color: #cfd8e3;
    color: #0f172a;
    text-decoration: none;
}

#theme-footer .f-list a,
#theme-footer .f-address a {
    color: #4f4f4f;
    text-decoration: none;
}

#theme-footer .f-address {
    color: #4f4f4f;
    line-height: 1.7;
    font-size: 14px;
}

#theme-footer .f-bottom {
    border-top: 1px solid #e6e6e6;
    padding: 16px 0;
    color: #666;
    font-size: 13px;
}

@media (max-width: 991.98px) {
    #main-menu-bar .container {
        padding-left: 14px;
        padding-right: 14px;
    }
    #main-menu-bar .theme-header-row {
        min-height: 74px;
    }
    #main-menu-bar .theme-nav-zone {
        display: none;
    }
    #nav {
        display: none;
    }
    .theme-logo img,
    .navbar-branding img {
        max-height: 38px;
    }
    .theme-icon-list a {
        width: 30px;
        height: 30px;
        font-size: 18px;
    }
    .theme-icon-list a.mobile-toggle {
        display: inline-flex;
    }
    .theme-icon-list .num {
        top: 15px;
    }
    #theme-mobile-menu .menu-sub-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
}

/* END SHELL-THEME MERGED */

/* MENU OVERRIDES (HIGH PRIORITY) */
body.theme-shell #main-menu-bar #nav > ul > li > ul {
    top: calc(100% + 30px) !important;
    left: 50% !important;
    width: min(1180px, 86vw) !important;
    max-width: 1180px !important;
    min-width: 300px !important;
    border-radius: 0 !important;
    transform: translateX(-50%) translateY(12px) scale(0.98) !important;
    transform-origin: top center !important;
}

body.theme-shell #main-menu-bar #nav > ul > li:hover > ul,
body.theme-shell #main-menu-bar #nav > ul > li:focus-within > ul {
    transform: translateX(-50%) translateY(0) scale(1) !important;
}

body.theme-shell #main-menu-bar #nav li.has-children > a::after {
    transition: transform .18s ease, opacity .18s ease !important;
}

body.theme-shell #main-menu-bar #nav li.has-children:hover > a::after,
body.theme-shell #main-menu-bar #nav li.has-children:focus-within > a::after {
    transform: rotate(-135deg) !important;
    opacity: 1 !important;
}

/* PANEL MENU OVERRIDES (HIGH PRIORITY) */
body.theme-shell #dropdown-block-container {
    position: relative !important;
}

body.theme-shell #dropdown-block-container .nav-dropdown-container {
    position: absolute !important;
    top: calc(100% + 20px) !important;
    left: 50% !important;
    right: auto !important;
    width: min(1220px, calc(100vw - 48px)) !important;
    max-width: 1220px !important;
    z-index: 5200 !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transform: translateX(-50%) translateY(16px) !important;
    transition: opacity .18s ease, transform .22s ease !important;
    display: block !important;
}

body.theme-shell #dropdown-block-container .nav-dropdown-container.is-open {
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: translateX(-50%) translateY(0) !important;
}

body.theme-shell #dropdown-block-container .nav-dropdown-inner {
    margin-top: 0 !important;
    border: 1px solid rgba(148, 163, 184, 0.24) !important;
    border-radius: 24px !important;
    box-shadow: 0 28px 70px rgba(15, 23, 42, 0.22) !important;
    padding: 22px !important;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, #f8fafc 100%) !important;
    backdrop-filter: blur(16px) !important;
}

body.theme-shell #dropdown-block-container .nav-dropdown-header {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    gap: 20px !important;
    margin-bottom: 20px !important;
}

body.theme-shell #dropdown-block-container .nav-dropdown-intro {
    flex: 1 1 auto !important;
    max-width: 540px !important;
    padding: 22px 24px !important;
    border-radius: 20px !important;
    background: linear-gradient(135deg, rgba(226, 232, 240, 0.7) 0%, rgba(248, 250, 252, 0.96) 100%) !important;
}

body.theme-shell #dropdown-block-container .nav-dropdown-kicker,
body.theme-shell #dropdown-block-container .nav-dropdown-title,
body.theme-shell #dropdown-block-container .nav-dropdown-summary,
body.theme-shell #dropdown-block-container .nav-dropdown-column-title,
body.theme-shell #dropdown-block-container .nav-dropdown-link,
body.theme-shell #dropdown-block-container .nav-dropdown-child-link,
body.theme-shell #dropdown-block-container .dropdown-close {
    font-family: "Montserrat", "Jost", sans-serif !important;
}

body.theme-shell #dropdown-block-container .nav-dropdown-kicker {
    margin: 0 0 10px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 0.18em !important;
    text-transform: uppercase !important;
    color: rgba(15, 23, 42, 0.62) !important;
}

body.theme-shell #dropdown-block-container .nav-dropdown-title {
    display: inline-block !important;
    margin: 0 !important;
    text-decoration: none !important;
    font-size: clamp(1rem, 1vw, 1rem) !important;
    line-height: 1.02 !important;
    font-weight: 700 !important;
    letter-spacing: -0.03em !important;
    color: #0f172a !important;
}

body.theme-shell #dropdown-block-container .nav-dropdown-summary {
    max-width: 46ch !important;
    margin: 14px 0 0 !important;
    font-family: "Open Sans", sans-serif !important;
    font-size: 15px !important;
    line-height: 1.7 !important;
    color: rgba(15, 23, 42, 0.72) !important;
}

body.theme-shell #dropdown-block-container .dropdown-close {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 10px 14px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(148, 163, 184, 0.28) !important;
    background: rgba(255, 255, 255, 0.75) !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    letter-spacing: 0.14em !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    transition: background-color .18s ease, border-color .18s ease, transform .18s ease !important;
}

body.theme-shell #dropdown-block-container .dropdown-close:hover,
body.theme-shell #dropdown-block-container .dropdown-close:focus-visible {
    background: #ffffff !important;
    border-color: rgba(15, 23, 42, 0.22) !important;
    transform: translateY(-1px) !important;
}

body.theme-shell #dropdown-block-container .dropdown-close-icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 16px !important;
    height: 16px !important;
    font-size: 18px !important;
    line-height: 1 !important;
    transform: rotate(45deg) !important;
}

body.theme-shell #dropdown-block-container .nav-dropdown-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 22px !important;
    align-items: start !important;
}

body.theme-shell #dropdown-block-container .nav-dropdown-grid.has-media {
    grid-template-columns: minmax(0, 1fr) 280px !important;
}

body.theme-shell #dropdown-block-container .nav-dropdown-columns {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)) !important;
    gap: 18px !important;
}

body.theme-shell #dropdown-block-container .nav-dropdown-column {
    min-width: 0 !important;
    padding: 18px 18px 16px !important;
    border: 1px solid rgba(226, 232, 240, 0.95) !important;
    border-radius: 18px !important;
    background: rgba(255, 255, 255, 0.92) !important;
}

body.theme-shell #dropdown-block-container .nav-dropdown-column-title {
    margin: 0 0 14px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 0.16em !important;
    text-transform: uppercase !important;
    color: rgba(15, 23, 42, 0.52) !important;
}

body.theme-shell #dropdown-block-container .nav-dropdown-container ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.theme-shell #dropdown-block-container .nav-dropdown-item + .nav-dropdown-item {
    margin-top: 12px !important;
}

body.theme-shell #dropdown-block-container .nav-dropdown-link,
body.theme-shell #dropdown-block-container .nav-dropdown-child-link {
    display: inline-block !important;
    text-decoration: none !important;
    transition: color .18s ease, opacity .18s ease, transform .18s ease !important;
}

body.theme-shell #dropdown-block-container .nav-dropdown-link {
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.45 !important;
    letter-spacing: 0.04em !important;
    text-transform: uppercase !important;
    color: #0f172a !important;
}

body.theme-shell #dropdown-block-container .nav-dropdown-children {
    margin-top: 8px !important;
    padding-top: 4px !important;
}

body.theme-shell #dropdown-block-container .nav-dropdown-child-item + .nav-dropdown-child-item {
    margin-top: 6px !important;
}

body.theme-shell #dropdown-block-container .nav-dropdown-child-link {
    font-family: "Open Sans", sans-serif !important;
    font-size: 14px !important;
    line-height: 1.55 !important;
    color: rgba(15, 23, 42, 0.68) !important;
}

body.theme-shell #dropdown-block-container .nav-dropdown-link:hover,
body.theme-shell #dropdown-block-container .nav-dropdown-link:focus-visible,
body.theme-shell #dropdown-block-container .nav-dropdown-child-link:hover,
body.theme-shell #dropdown-block-container .nav-dropdown-child-link:focus-visible {
    color: var(--primary, #1d4ed8) !important;
    transform: translateX(2px) !important;
}

body.theme-shell #dropdown-block-container .nav-dropdown-media {
    padding: 16px !important;
    border-radius: 20px !important;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%) !important;
    border: 1px solid rgba(226, 232, 240, 0.95) !important;
    align-self: stretch !important;
}

body.theme-shell #dropdown-block-container .nav-dropdown-media-image {
    overflow: hidden !important;
    border-radius: 16px !important;
    background: linear-gradient(180deg, rgba(226, 232, 240, 0.55) 0%, rgba(248, 250, 252, 0.92) 100%) !important;
}

body.theme-shell #dropdown-block-container .nav-dropdown-media-image img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
}

body.theme-shell #dropdown-block-container .animation-container {
    margin-top: 16px !important;
}

body.theme-shell #nav .menu-panel-top-link::after {
    content: "" !important;
    width: 7px !important;
    height: 7px !important;
    border-right: 1.5px solid currentColor !important;
    border-bottom: 1.5px solid currentColor !important;
    transform: rotate(45deg) !important;
    margin-left: 8px !important;
    margin-top: -3px !important;
    opacity: 0.8 !important;
    transition: transform .18s ease, opacity .18s ease !important;
}

body.theme-shell #nav .menu-panel-top-link.is-active::after {
    transform: rotate(-135deg) !important;
    opacity: 1 !important;
}

@media (max-width: 1199.98px) {
    body.theme-shell #dropdown-block-container .nav-dropdown-container {
        width: min(1080px, calc(100vw - 32px)) !important;
    }

    body.theme-shell #dropdown-block-container .nav-dropdown-grid.has-media {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    body.theme-shell #dropdown-block-container .nav-dropdown-media {
        max-width: 340px !important;
    }
}

@media (max-width: 767.98px) {
    body.theme-shell #dropdown-block-container .nav-dropdown-container {
        width: calc(100vw - 20px) !important;
    }

    body.theme-shell #dropdown-block-container .nav-dropdown-inner {
        padding: 16px !important;
        border-radius: 20px !important;
    }

    body.theme-shell #dropdown-block-container .nav-dropdown-header {
        flex-direction: column !important;
        align-items: stretch !important;
    }

    body.theme-shell #dropdown-block-container .nav-dropdown-intro {
        max-width: none !important;
        padding: 18px !important;
    }

    body.theme-shell #dropdown-block-container .dropdown-close {
        align-self: flex-start !important;
    }

    body.theme-shell #dropdown-block-container .nav-dropdown-columns {
        grid-template-columns: 1fr !important;
    }
}

/* STICKY NAV OVERRIDE (HIGH PRIORITY) */
body.theme-shell #main-menu-bar.is-sticky-active {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 6000 !important;
}


/* ---------- Reusable Icon Size Utilities ---------- */
.icon-size-sm { font-size: 2rem !important; line-height: 1; }
.icon-size-md { font-size: 2.75rem !important; line-height: 1; }
.icon-size-lg { font-size: 3.5rem !important; line-height: 1; }
.icon-size-xl { font-size: 4.25rem !important; line-height: 1; }

.icon-size-sm .svg-inline--fa,
.icon-size-sm i,
.svg-inline--fa.icon-size-sm,
i.icon-size-sm { font-size: 2rem !important; }

.icon-size-md .svg-inline--fa,
.icon-size-md i,
.svg-inline--fa.icon-size-md,
i.icon-size-md { font-size: 2.75rem !important; }

.icon-size-lg .svg-inline--fa,
.icon-size-lg i,
.svg-inline--fa.icon-size-lg,
i.icon-size-lg { font-size: 3.5rem !important; }

.icon-size-xl .svg-inline--fa,
.icon-size-xl i,
.svg-inline--fa.icon-size-xl,
i.icon-size-xl { font-size: 4.25rem !important; }
/* ---------- /Reusable Icon Size Utilities ---------- */

p.module_headline { margin-bottom: 0 !important; }

/* Form module: keep in-field labels/placeholders readable in reverse style */
.module-form .form-reverse.hide-labels .form-control,
.module-form .form-reverse.hide-labels .form-select {
    background: rgba(255, 255, 255, 0.92);
    color: #1f2a38;
    border-color: rgba(31, 42, 56, 0.35);
}
.module-form .form-reverse.hide-labels .form-control::placeholder {
    color: rgba(31, 42, 56, 0.72);
    opacity: 1;
}
.module-form .form-reverse.hide-labels .form-control:-ms-input-placeholder {
    color: rgba(31, 42, 56, 0.72);
}
.module-form .form-reverse.hide-labels .form-control::-ms-input-placeholder {
    color: rgba(31, 42, 56, 0.72);
}
.module-form .form-reverse.hide-labels .form-control:focus,
.module-form .form-reverse.hide-labels .form-select:focus {
    color: #1f2a38;
    border-color: rgba(31, 42, 56, 0.55);
    box-shadow: 0 0 0 0.2rem rgba(31, 42, 56, 0.15);
}

.module-form .form-reverse label { color: #1f2a38; }

/* Form module text contrast controller */
.module-form .form-text-dark label,
.module-form .form-text-dark .form-label {
    color: #1f2a38 !important;
}
.module-form .form-text-dark .form-control,
.module-form .form-text-dark .form-select,
.module-form .form-text-dark textarea {
    color: #1f2a38 !important;
}
.module-form .form-text-dark .form-control::placeholder,
.module-form .form-text-dark textarea::placeholder {
    color: rgba(31, 42, 56, 0.72) !important;
    opacity: 1;
}

.module-form .form-text-light label,
.module-form .form-text-light .form-label {
    color: #ffffff !important;
}
.module-form .form-text-light .form-control,
.module-form .form-text-light .form-select,
.module-form .form-text-light textarea {
    color: #ffffff !important;
}
.module-form .form-text-light .form-control::placeholder,
.module-form .form-text-light textarea::placeholder {
    color: rgba(255, 255, 255, 0.82) !important;
    opacity: 1;
}

/* Checkout refresh */
#checkout.checkout-modern {
    padding: 20px 0 50px;
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

#checkout.checkout-modern .container {
    max-width: 1260px;
}

#checkout.checkout-modern #branding-logo-checkout {
    margin: 0 auto 20px;
}

#checkout.checkout-modern .checkout-steps {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

#checkout.checkout-modern .checkout-step-item {
    background: #ffffff;
    border: 1px solid #dbe2ea;
    border-radius: 999px;
    padding: 10px 16px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

#checkout.checkout-modern .checkout-step-item .step-number {
    width: 24px;
    height: 24px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 12px;
    background: #eef2f7;
    color: #1f2a38;
}

#checkout.checkout-modern .checkout-step-item .step-label {
    font-family: "Montserrat", "Jost", sans-serif;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: 12px;
    font-weight: 600;
    color: #2d3748;
}

#checkout.checkout-modern .checkout-step-item.is-active {
    border-color: var(--color-primary);
    box-shadow: 0 8px 20px rgba(20, 93, 160, 0.15);
}

#checkout.checkout-modern a.checkout-step-item:hover {
    transform: translateY(-1px);
    border-color: var(--color-primary);
}

#checkout.checkout-modern .checkout-step-item.is-active .step-number,
#checkout.checkout-modern .checkout-step-item.is-complete .step-number {
    background: var(--color-primary);
    color: #fff;
}

#checkout.checkout-modern .checkout-step-item.is-inactive {
    opacity: .55;
    filter: grayscale(.2);
    cursor: not-allowed;
}

#checkout.checkout-modern .checkout-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 18px;
    margin-bottom: 16px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
}

/* Site-wide: square button corners */
.btn,
button.btn,
input.btn,
a.btn {
    border-radius: 0 !important;
}

#checkout.checkout-modern .checkout-card.checkout-card-coupon {
    border-style: dashed;
}

#checkout.checkout-modern .checkout-top-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

#checkout.checkout-modern .checkout-top-actions .divider {
    color: #94a3b8;
}

#checkout.checkout-modern .checkout-step-title {
    margin: 0 0 14px;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: var(--color-secondary-1);
}

#checkout.checkout-modern .checkout-step-title a {
    color: inherit;
    text-decoration: none;
}

#checkout.checkout-modern .band-current-value {
    display: inline-block;
    margin-left: 6px;
    color: #6b7280;
    font-size: 13px;
    text-transform: none;
}

#checkout.checkout-modern .checkout-summary-panel {
    position: sticky;
    top: 110px;
}

#checkout.checkout-modern .checkout-cart .checkout-band,
#checkout.checkout-modern .checkout-cart .checkout-total {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 14px;
    margin-bottom: 12px;
}

#checkout.checkout-modern .checkout-cart .checkout-band img {
    width: 84px;
    height: 84px;
    object-fit: cover;
    border-radius: 10px;
}

#checkout.checkout-modern .checkout-cart .checkout-band h2,
#checkout.checkout-modern .checkout-cart .checkout-band h3 {
    margin: 0 0 8px;
    font-size: 15px;
    font-weight: 700;
}

#checkout.checkout-modern .checkout-cart .checkout-total > div {
    padding: 7px 0;
    border-bottom: 1px solid #edf2f7;
}

#checkout.checkout-modern .checkout-cart .checkout-total > div:last-child {
    border-bottom: 0;
    padding-top: 10px;
}

#checkout.checkout-modern .checkout-cart .checkout-total .btn.btn-link.btn-sm {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .06em;
    text-decoration: none;
}

#checkout.checkout-modern .checkout-cart .total-pink {
    color: var(--color-primary);
    font-weight: 800;
}

#checkout.checkout-modern .checkout-band {
    border: 0;
    margin: 0;
    padding: 0;
}

#checkout.checkout-modern .checkout-band .form-control,
#checkout.checkout-modern .checkout-band .form-select {
    border-radius: 10px;
    border: 1px solid #d7dee8;
    min-height: 48px;
}

#checkout.checkout-modern .checkout-band .form-control:focus,
#checkout.checkout-modern .checkout-band .form-select:focus {
    border-color: var(--color-primary);
    box-shadow: 0 0 0 .2rem rgba(20, 93, 160, 0.14);
}

#checkout.checkout-modern .checkout-band .btn,
#checkout.checkout-modern .checkout-policy-card .form-check-label {
    font-weight: 600;
}

#checkout.checkout-modern .checkout-account-actions .btn {
    min-width: 220px;
}

#checkout.checkout-modern .checkout-account-actions {
    justify-content: center;
    row-gap: 10px;
}

#checkout.checkout-modern .checkout-account-actions > [class*="col-"] {
    display: flex;
    justify-content: center;
}

#checkout.checkout-modern .checkout-policy-inline {
    display: flex;
    justify-content: center;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 10px 14px;
    background: #f8fafc;
}

#checkout.checkout-modern .checkout-policy-inline .form-check-input:checked {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}

#checkout.checkout-modern .checkout-policy-inline .form-check-input:focus {
    border-color: var(--color-primary);
    box-shadow: 0 0 0 .2rem rgba(20, 93, 160, 0.14);
}

@media (max-width: 991.98px) {
    #checkout.checkout-modern .checkout-summary-panel {
        position: static;
        top: auto;
    }
}

/* My Account View Order */
.my-order-shell {
    background:
            radial-gradient(1200px circle at -10% -15%, rgba(1, 111, 151, 0.08), transparent 56%),
            radial-gradient(900px circle at 110% 0%, rgba(44, 44, 44, 0.05), transparent 60%);
}
.container-reduced {
    max-width: 1100px;
    margin: auto;
}
.my-order-kicker {
    color: var(--color-primary);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.my-order-submeta {
    color: var(--color-secondary-3);
    font-size: 14px;
}
.my-order-print-logo-wrap {
    display: none;
    background: var(--my-order-print-logo-bg, #016F97);
    padding: 12px 16px;
}
.my-order-print-logo {
    max-width: 280px;
    max-height: 90px;
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto;
}
.my-order-card {
    border: 1px solid rgba(0,0,0,.08);
    box-shadow: 0 10px 24px rgba(0,0,0,.06);
    border-radius: 0;
    overflow: hidden;
    background: #fff;
}
.receipt-card { border: 1px solid rgba(0,0,0,.08); }
.my-order-details dt,
.my-order-details dd {
    margin-bottom: .6rem;
}
.my-order-totals {
    position: relative;
    overflow: visible;
    border-left: 1px solid rgba(1, 111, 151, .25);
    border-right: 1px solid rgba(1, 111, 151, .25);
    border-top: 0;
    border-bottom: 0;
    border-radius: 0;
    background: linear-gradient(180deg, rgba(1,111,151,.05), rgba(1,111,151,.01));
}
.my-order-tape {
    position: absolute;
    left: 0;
    right: 0;
    height: 14px;
    background-repeat: repeat-x;
    background-size: 100% 100%;
    pointer-events: none;
    z-index: 20;
}
.my-order-tape-top {
    top: 0;
    transform: translateY(-14px);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 350 13.27'%3E%3Cpolygon fill='%23fff' points='0 13.27 9.73 6.07 19.46 13.27 29.19 6.07 38.92 13.27 48.64 6.07 58.36 13.27 68.08 6.07 77.81 13.27 87.53 6.07 97.26 13.27 106.98 6.07 116.7 13.27 126.43 6.07 136.15 13.27 145.87 6.07 155.59 13.27 165.31 6.07 175.03 13.27 184.75 6.07 194.47 13.27 204.19 6.07 213.91 13.27 223.63 6.07 233.35 13.27 243.07 6.07 252.79 13.27 262.51 6.07 272.24 13.27 281.96 6.07 291.68 13.27 301.4 6.07 311.12 13.27 320.84 6.07 330.56 13.27 340.28 6.07 350 13.27 350 0 0 0 0 13.27'/%3E%3C/svg%3E");
    background-color: rgba(1, 111, 151, .05);
}
.my-order-tape-bottom {
    bottom: 0;
    transform: translateY(13px);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 350 13.26'%3E%3Cpolygon fill='%23fff' points='350 0 340.27 7.2 330.54 0 320.81 7.2 311.08 0 301.36 7.2 291.64 0 281.92 7.2 272.19 0 262.47 7.2 252.74 0 243.02 7.2 233.3 0 223.57 7.2 213.85 0 204.13 7.2 194.41 0 184.69 7.2 174.97 0 165.25 7.2 155.53 0 145.81 7.2 136.09 0 126.37 7.2 116.65 0 106.93 7.2 97.21 0 87.49 7.2 77.76 0 68.04 7.2 58.32 0 48.6 7.2 38.88 0 29.16 7.2 19.44 0 9.72 7.2 0 0 0 13.26 350 13.26 350 0'/%3E%3C/svg%3E");
    background-color: rgba(1, 111, 151, .01);
}
.totals-row { font-weight: 600; }
.totals-row-sm { font-size: .95rem; }
.small-muted { font-size: .875rem; color: #6c757d; }
.my-order-items-table thead {
    background: rgba(1, 111, 151, .08);
}
.my-order-items-table th {
    color: var(--color-secondary-1);
    text-transform: uppercase;
    letter-spacing: .05em;
    font-size: 12px;
    border-bottom: 1px solid rgba(0,0,0,.08);
}
.my-order-items-table tbody tr + tr td {
    border-top: 1px solid rgba(0,0,0,.06);
}
@media print {
    @page {
        size: auto;
        margin: 0.5in;
    }

    html, body {
        background: #fff !important;
        color: #000 !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }

    .d-print-none,
    header,
    footer,
    .admin-edit-link,
    .aurora-admin-link,
    .sticky-top,
    .offcanvas,
    .modal,
    #alerts,
    #navbar-branding,
    #top-bar,
    #footer {
        display: none !important;
    }

    .my-order-shell {
        background: #fff !important;
        padding: 0 !important;
    }
    .my-order-print-logo-wrap {
        display: block !important;
        text-align: center;
        margin: 0 0 0.2in 0;
        border: 1px solid #d9d9d9;
    }

    .my-order-hero {
        margin-bottom: 0.35in !important;
    }

    .my-order-card,
    .receipt-card,
    .my-order-totals {
        border: 1px solid #d9d9d9 !important;
        box-shadow: none !important;
        background: #fff !important;
    }

    .my-order-tape {
        display: none !important;
    }

    .my-order-items-table thead {
        background: #f3f3f3 !important;
    }

    .my-order-items-table tr,
    .my-order-items-table td,
    .my-order-items-table th,
    .my-order-totals,
    .my-order-details {
        page-break-inside: avoid;
    }
}
.product-img { width: 64px; height: 64px; object-fit: cover; }

/* Consent banner */
.consent-banner {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 7003;
    background: rgba(16, 24, 40, 0.96);
    color: #fff;
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.2);
}
.consent-banner,
.consent-banner p,
.consent-banner label,
.consent-banner .form-check-label {
    color: #ffffff;
}
.consent-banner__inner {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.consent-banner__content {
    flex: 1 1 auto;
}
.consent-banner__title {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.35rem;
}
.consent-banner__message p:last-child {
    margin-bottom: 0;
}
.consent-banner__helper {
    color: rgba(255, 255, 255, 0.92);
}
.consent-banner__actions {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    flex-wrap: wrap;
}
.consent-banner__preferences {
    padding-bottom: 1rem;
}
.consent-option {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 0.5rem;
    padding: 0.85rem;
    height: 100%;
}
.consent-option--required {
    border-color: rgba(255, 255, 255, 0.28);
}
.consent-banner .form-check-input {
    border-color: rgba(255, 255, 255, 0.75);
    background-color: #ffffff;
}
.consent-banner .form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.consent-banner .form-check-input:focus,
.consent-banner .btn:focus,
.consent-banner .btn:focus-visible {
    outline: none;
    box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.45);
}
.consent-banner .btn-outline-light {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.88);
}
.consent-banner .btn-outline-light:hover,
.consent-banner .btn-outline-light:focus {
    color: #101828;
    background: #ffffff;
    border-color: #ffffff;
}
@media (max-width: 991px) {
    .consent-banner__inner {
        flex-direction: column;
        align-items: stretch;
    }
}

/* Form Builder frontend elements */
.alert {
    position: relative;
    margin: 1.25rem auto 1.5rem;
    padding: 1.15rem 1.3rem 1.15rem 1.4rem;
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-left-width: 5px;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
    color: #1f2937;
    font-size: 1rem;
    line-height: 1.65;
    max-width: 760px;
    text-align: center;
    animation: alert-fade-up 260ms ease-out both;
}
.alert > *:last-child {
    margin-bottom: 0;
}
.alert strong,
.alert b {
    color: #111827;
    font-weight: 700;
}
.alert a {
    color: inherit;
    font-weight: 600;
    text-decoration: underline;
}
.alert-success {
    background: linear-gradient(180deg, rgba(198, 167, 94, 0.2) 0%, rgba(255, 252, 245, 1) 100%);
    border-color: rgba(198, 167, 94, 0.38);
    border-left-color: var(--color-primary, #C6A75E);
    color: #33280f;
}
.alert-danger,
.alert-error {
    background: linear-gradient(180deg, rgba(183, 66, 80, 0.18) 0%, rgba(255, 248, 248, 1) 100%);
    border-color: rgba(183, 66, 80, 0.32);
    border-left-color: #b74250;
    color: #521820;
}
.alert-warning {
    background: linear-gradient(180deg, rgba(214, 158, 46, 0.2) 0%, rgba(255, 252, 244, 1) 100%);
    border-color: rgba(214, 158, 46, 0.34);
    border-left-color: #d69e2e;
    color: #5f3e08;
}
.alert-info {
    background: linear-gradient(180deg, rgba(1, 111, 151, 0.18) 0%, rgba(246, 251, 253, 1) 100%);
    border-color: rgba(1, 111, 151, 0.3);
    border-left-color: #016f97;
    color: #123f50;
}
.alert + .alert {
    margin-top: -0.35rem;
}
.form-builder-row .alert,
.form-shell .alert,
.container .alert {
    max-width: 760px;
}
@keyframes alert-fade-up {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@media (prefers-reduced-motion: reduce) {
    .alert {
        animation: none;
    }
}

.form-builder-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
}
.form-builder-column {
    flex: 0 0 auto;
    box-sizing: border-box;
    min-width: 0;
    padding: 0 0.75rem 0 0;
}
.form-builder-row .section-header {
    font-family: "Cormorant Garamond", serif;
    font-size: 2rem;
    line-height: 1.05;
    font-weight: 700;
    color: #1f1f1f;
    margin: 0 0 0.75rem;
    padding-bottom: 0.55rem;
    border-bottom: 1px solid var(--color-primary, #C6A75E);
}
.form-builder-row .section-subheader {
    font-size: 0.95rem;
    line-height: 1.55;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #6b7280;
    margin: 0 0 0.85rem;
}
.form-builder-row hr {
    margin: 1.25rem 0;
    opacity: 1;
}
@media (max-width: 767.98px) {
    .form-builder-row {
        margin-bottom: 1rem;
    }
    .form-builder-column {
        width: 100% !important;
        padding-right: 0;
    }
    .form-builder-row .section-header {
        font-size: 1.55rem;
    }
    .form-builder-row .section-subheader {
        font-size: 0.82rem;
        letter-spacing: 0.06em;
    }
}


