.is-container.is-nav {
    max-width: unset;
}

#aspnetForm .is-container {
    max-width: 1100px;
    margin: 0 auto;
}

.is-container.is-nav>.row:first-child {
    display: flex;
    align-items: center;
    margin-top: 1.5rem;
    min-height: 2rem;
}

.is-container.is-nav>.row:first-child .lc-Template-Logo {
    margin: 0;
    padding: 0;
}

.is-container.is-nav>.row:first-child ul.nav-pills {
    margin: 0;
}

.hamburger {
    transition: all ease-in-out 250ms;
}

.hamburger--scrolled {
    background: #fff;
    border: solid 1px #ccc;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 10px;
    border-radius: 80px;
    aspect-ratio: 1 / 1;
    width: 50px;
}

div.is-section.lc-main-header2 {
    z-index: 9999 !important; 
}

@media (min-width: 1110px) {
    .is-section--home:first-child {
        padding-top: 200px !important;
    }
}

@media (max-width: 1024px) {
    .is-container.is-nav>.row:first-child ul.nav-pills {
        margin-right: 36px;
    }

    div.hamburger {
        top: 24px;
    }

    .is-container.is-nav>.row:first-child {
        margin-bottom: 1rem;
    }
}




@media (min-width: 1024px) {
    /* #aspnetForm:not(:has(.is-section--home)) {
        margin-top: 104px;
    } */

    /*  full-width hairline between nav rows */
    div.is-section.lc-main-header2 .is-container > .row:last-child {
        box-shadow: 0 0.125rem 0.3125rem rgba(17,17,17,0.5) !important;
        position: relative;
        left: -15px;
        width: calc(100% + 60px);
        margin-top: 15px;
    }
}

@media (min-width: 1110px) {
    #aspnetForm:not(:has(.is-section--home)) {
        margin-top: 104px;
    }
}

@media (min-width: 1281px) {
    #aspnetForm:not(:has(.is-section--home)) {
        margin-top: 133px;
    }
}

/* we want to keep the bootstrap default a little longer here */
@media screen and (min-width: 400px) and (max-width: 768px) {
    .is-container.is-nav>.row>.col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .is-container.is-nav>.row>.col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
}

@media screen and (max-width: 400px) {
    .is-container.is-nav>.row:first-child ul.nav-pills {
        margin-right: -10px;
        margin-top: 1rem;
    }
}

#builderContent:not(:has(.is-section--home)) .lc-main-header2 + .is-section {
    margin-top: 125px !important;
}

/* System page - ProductSubCats.aspx */

.lc-Container:has(>#subcatdesc) {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

/* Overrides for inherited HTML */

.lc-social-links,
.lc-app-links {
    margin-top: 0;
}

.lc-social-links img,
.lc-app-links img {
    margin: 0 !important;
}

h3:has(+.lc-social-links,+.lc-app-links),
.block--customer-support h3 {
    font-size: 1.4rem;
}

.block--customer-support h3 > span:last-child {
    font-weight: 400;
}

.content__footer .container:first-child {
    margin-bottom: 5rem;
}

/* Heading styles from main site for all but system pages */

form#aspnetForm[action*="/content/"] {
    h1 {font-size: 4.4rem;font-weight: 400;line-height: 120%;}
    h2 {font-size: 3rem;font-weight: 400;line-height: 130%;}
    h3 {font-size: 2.4rem;}
    h4 {font-size: 2rem;}
    h5 {font-size: 1.8rem;font-weight: 400;}
}

/* Product subcategory page */
h4.ProductSubCatsItemName {
    font-size: 1.3rem;
}


