/* HERO */
.sePage .sePageLayout .sePageMain .se-hp-hero .content-block-column,
.sePage .sePageLayout .sePageMain .se-lp-hero .content-block-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1;
    padding: 14% 10%;
}

.sePage .sePageLayout .sePageMain .se-hp-hero::after,
.sePage .sePageLayout .sePageMain .se-lp-hero::after {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.15);
    padding: 0;
    width: 100%;
    content: "";
}

.sePage .sePageLayout .sePageMain .se-hp-hero,
.sePage .sePageLayout .sePageMain .se-lp-hero {
    position: relative;
    overflow: hidden;
}

.sePage .sePageLayout .se-hp-hero h1,
.sePage .sePageLayout .se-hp-hero h2 {
    margin: 22px auto 7px;
}

.sePage .sePageLayout .se-hp-hero p {
    margin: 0px auto 18px;
    font-size: 18px;
}

.sePage .sePageLayout .se-lp-hero h1 {
    margin: 22px auto;
}

/* SHOP LINKS */
.se-shop-links .content-block-column::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.15);
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

.se-shop-links .editContent,
.se-shop-links .content-block-column {
    position: relative;
}

.se-shop-links .block-bg-img {
    padding: 60px 15px;
}

.sePageContent .sePageSection.se-shop-links {
    margin-bottom: 0px;
}

.se-shop-links .col-margin-bottom {
    margin-bottom: 30px;
}

.sePage .sePageLayout .se-shop-links h3 {
    margin-top: 22px;
    text-transform: uppercase;
}

.seResponsive .se-shop-links .content-block-column .btn {
    margin-bottom: 22px;
}

/* FULL WIDTH 2 COLUMN FEATURE */
.se-2col-fw-feature .content-block-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.se-2col-fw-feature .content-block-column:first-child {
    min-height: 360px;
}

.se-2col-fw-feature .content-block-column:last-child {
    padding: 45px 30px;
}

/* TEXT WHITE */
.sePage .sePageLayout .sePageMain .se-text-white .h1,
.sePage .sePageLayout .sePageMain .se-text-white .h2,
.sePage .sePageLayout .sePageMain .se-text-white .h3,
.sePage .sePageLayout .sePageMain .se-text-white h1,
.sePage .sePageLayout .sePageMain .se-text-white h2,
.sePage .sePageLayout .sePageMain .se-text-white h3,
.sePage .sePageLayout .sePageMain .se-text-white h4,
.sePage .sePageLayout .sePageMain .se-text-white h5,
.sePage .sePageLayout .sePageMain .se-text-white h6,
.sePage .sePageLayout .sePageMain .se-text-white p,
.sePage .sePageLayout .sePageMain .se-text-white ol,
.sePage .sePageLayout .sePageMain .se-text-white ul,
.sePage .sePageLayout .se-text-white h1,
.sePage .sePageLayout .se-text-white h2,
.sePage .sePageLayout .se-text-white h3,
.sePage .sePageLayout .se-text-white h4,
.sePage .sePageLayout .se-text-white h5,
.sePage .sePageLayout .se-text-white h6,
.sePage .sePageLayout .se-text-white p,
.sePage .sePageLayout .se-text-white ol,
.sePage .sePageLayout .se-text-white ul {
    color: #fff;
}


.sePage .sePageLayout .sePageMain .block-bg-img a:not(.btn) {
    text-shadow: 0 0 5px #484848;
}

.sePage .sePageLayout .sePageMain .se-text-white a:not(.btn),
.sePage .sePageLayout .sePageMain .se-text-white a:not(.btn):visited,
.sePage .sePageLayout .sePageMain .block-bg-img a:not(.btn),
.sePage .sePageLayout .sePageMain .block-bg-img a:not(.btn):visited {
    color: #fff;
    text-decoration: underline;
}

.sePage .sePageLayout .sePageMain .se-text-white a:not(.btn):hover,
.sePage .sePageLayout .sePageMain .se-text-white a:not(.btn):focus,
.sePage .sePageLayout .sePageMain .se-text-white a:not(.btn):active,
.sePage .sePageLayout .sePageMain .block-bg-img a:not(.btn):hover,
.sePage .sePageLayout .sePageMain .block-bg-img a:not(.btn):focus,
.sePage .sePageLayout .sePageMain .block-bg-img a:not(.btn):active,
.sePage .sePageLayout .sePageMain .se-text-white h1 a:not(.btn):hover,
.sePage .sePageLayout .sePageMain .se-text-white h2 a:not(.btn):hover,
.sePage .sePageLayout .sePageMain .se-text-white h3 a:not(.btn):hover,
.sePage .sePageLayout .sePageMain .se-text-white h4 a:not(.btn):hover,
.sePage .sePageLayout .sePageMain .se-text-white h5 a:not(.btn):hover {
    color: #aaa;
    text-decoration: underline;
}

/* SECTION BORDER */
.se-section-border-bottom {
    border-bottom: 1px solid #b2b2b2;
}

/* FOOTER */
.sePage .sePageLayout .seFooterList {
    border-top: 1px solid #b2b2b2;
}

.se-footer-social .seContentBlockFooter {
    margin-top: 15px;
    margin-bottom: 15px;
}

/* STORE LOCATOR */
.sestorelocatorstore .seTitle {
    font-weight: 700;
}

.seLocationPage #sestorelocatorcontainer .sestorelocatorleftcolumn #sestorelocatorlocationlist:not(.scroll-content) {
    border: 1px solid #b2b2b2;
    border-bottom: 0;
}

.seStoreLocatorMapContainer {
    border: 1px solid #b2b2b2;
    border-left: 0;
}

/* BUTTON GROUP */
.se-btn-group {
    flex-direction: column;
    display: inline-flex;
}

.seResponsive .content-block-column .se-btn-group .btn:not(:last-child) {
    margin-bottom: 4px;
}

@media only screen and (min-width: 768px) {

    /* BUTTON GROUP */
    .seResponsive .content-block-column .se-btn-group .btn:not(:last-child) {
        margin-right: 4px;
        margin-bottom: 11px;
    }

    .se-btn-group {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .seResponsive .content-block-column .se-btn-group .btn {
        margin-bottom: 11px;
    }

    /*STORE LOCATOR*/
    .sestorelocatorstore:last-child {
        border-bottom: 0;
    }

    .seLocationPage #sestorelocatorcontainer .sestorelocatorleftcolumn #sestorelocatorlocationlist:not(.scroll-content) {
        border-bottom: 1px solid #b2b2b2;
    }
}

@media only screen and (min-width: 992px) {

    /* FULL WIDTH 2 COLUMN FEATURE */
    .se-2col-fw-feature .content-block-column:first-child {
        min-height: 480px;
    }

    .se-2col-fw-feature .content-block-column:last-child {
        padding: 45px 60px;
    }

    /* NAVIGATION */
    .sePage .sePageLayout .seNavbar {
        border-bottom: 1px solid #b2b2b2;
    }

    .container.sePageHeaderWrapper {
        border-bottom: 1px solid #b2b2b2;
    }

    .sePageLayout .seNavbar .navbar-nav>.active>a,
    .sePageLayout .seNavbar .navbar-nav>.active>a:focus,
    .sePageLayout .seNavbar .navbar-nav>.active>a:hover,
    .sePageLayout .seNavbar .navbar-nav>li>a:focus,
    .sePageLayout .seNavbar .navbar-nav>li>a:hover,
    .sePageLayout .seNavbar .navbar-nav>.open>a,
    .sePageLayout .seNavbar .navbar-nav>.open>a:hover,
    .sePageLayout .seNavbar .navbar-nav>.open>a:focus {
        border-bottom-color: #FF5F00;
        background-color: #fff;
    }

    /* HEADER AND NAV NARROWER */
    .container.sePageHeaderWrapper,
    .seSiteNavigator .seSiteNavigatorWrapper {
        width: 940px;
    }

    /* CLICK TO CALL */
    .seStoreInformationWrapper .seStoreInformationColumn .seStoreInformation .seClickCall {
        cursor: default;
        color: #323232 !important;
    }
}

@media only screen and (min-width: 1200px) {

    /* HEADER AND NAV NARROWER */
    .container.sePageHeaderWrapper,
    .seSiteNavigator .seSiteNavigatorWrapper {
        width: 1140px;
    }
}

@media only screen and (max-width: 991px) {

    /* NAVIGATION */
    .sePageHeaderWrapper .seHeaderActions .seHeaderActionsInner {
        border-top: 1px solid #b2b2b2;
        border-bottom: 1px solid #b2b2b2;
    }

    .sePageHeaderWrapper .seHeaderActions {
        height: 44px;
        padding: 0;
    }

    /* SEARCH */
    .sePageLayout .seSiteSearchForm .input-group .form-control {
        border-width: 0 1px;
    }

    .sePageLayout .seSiteSearchForm .seSearchButton {
        border-top: 0;
        border-bottom: 0;
    }

    .sePageLayout .seSiteSearchForm .seSearchButton:active,
    .sePageLayout .seSiteSearchForm .seSearchButton:focus,
    .sePageLayout .seSiteSearchForm .seSearchButton:hover {
        background: #f2f2f2;
        border-color: #b2b2b2
    }
}