/* BUTTON EDTIS */
.btn {
    padding: 7px 22px;
}

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

.block-bg-img .h1,
.block-bg-img .h2,
.block-bg-img .h3,
.block-bg-img h1,
.block-bg-img h2,
.block-bg-img h3 {
    margin-top: 22px;
}

.seBackTop i {
    color: #ffffff;
}

.seBackTop:hover i {
    top: 40%;
    color: #ffffff;
}

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

.sePage .sePageLayout .sePageMain .abc-hp-hero::after,
.sePage .sePageLayout .sePageMain .abc-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 .abc-hp-hero,
.sePage .sePageLayout .sePageMain .abc-lp-hero {
    position: relative;
    overflow: hidden;
}

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

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

.sePage .sePageLayout .abc-hp-hero p {
    margin: 0px auto 11px;
    font-size: 22px;
}

/* SECTION HEADING */
.sePage .sePageLayout .abc-section-heading h1,
.sePage .sePageLayout .abc-section-heading h2,
.sePage .sePageLayout .abc-section-heading h3 {
    margin: 22px auto 8px;
}

.sePage .sePageLayout .abc-section-heading p {
    margin: 0px auto 11px;
    font-size: 22px;
}

/* BORDERS */
.abc-border-top {
    border-top: 3px solid #ef7c23;
}

.abc-border-bottom {
    border-bottom: 3px solid #ef7c23;
}

.sePage .sePageLayout .divider {
    margin-top: 11px;
    margin-bottom: 11px;
    border: 0;
    border-top: 3px solid #ef7c23;
}

.sePage .sePageLayout .divider1-1 .col-xs-12 {
    padding-right: 0px;
    padding-left: 0px;
}

/* IMAGE OVERLAY */
.abc-shop-links .content-block-column::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.25);
    width: 100%;
    content: '';
}

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

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

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

/* FULL WIDTH 2 COLUMN */
.sePage .sePageLayout .sePageMain .abc-fw-2col .abc-fw-2col-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 150px 60px;
    text-align: center;
}

.sePage .sePageLayout .sePageMain .abc-fw-2col .seContentEmpty {
    min-height: 300px;
}

@media (max-width: 991px) {
    .sePage .sePageLayout .sePageMain .abc-fw-2col .abc-fw-2col-content {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 45px 30px;
        text-align: center;
    }
}

/* SERVICE MENU */
.price-block .price-header {
    background: #282A2B;
}

.sePage .sePageLayout .price-block .price-header h3 {
    color: #ffffff;
}

.price-block .price {
    background: #ef7c23;
}

.sePage .sePageLayout .price-block .price-figure h4 {
    color: #ffffff;
}

.sePage .sePageLayout .price-block .price-figure p {
    color: #ffffff;
}

.price-block .features {
    background: #e5e5e5;
}

.sePage .sePageLayout .price-block .features p,
.sePage .sePageLayout .price-block .features ul li {
    color: #333333;
}

/* HEADER UPDATES */
.sePageTopWrapper .sePageHeader {
    border-bottom: 3px solid #000000;
}

.sePageHeader .seHeaderActions .seSiteLogo .seSiteLogoWrapper {
    padding: 15px 15px 0px;
}

.sePage .sePageLayout .seNavbar .navbar-nav>li>a {
    text-transform: uppercase;
}

.seIconSearch:before {
    color: #2d6eb7;
    content: "\f002";
}

@media only screen and (min-width: 992px) {
    .sePageLayout .seNavbar .navbar-nav>li:not(.seMobiActions).open>a:after,
    .sePageLayout .seNavbar .navbar-nav>li:not(.seMobiActions)>a:focus:after,
    .sePageLayout .seNavbar .navbar-nav>li:not(.seMobiActions)>a:hover:after {
        background-color: #2d6eb7;
    }

    .sePageLayout .seNavbar .navbar-nav>li:not(.seMobiActions)>a:after {
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        display: block;
        position: absolute;
        bottom: 0px;
        left: 50%;
        transform: translateX(-50%);
        margin-top: 2px;
        background-color: transparent;
        width: calc(100% - 22px);
        height: 6px;
        content: "";
    }

    .navbar {
        position: relative;
        min-height: auto;
    }

    .sePageLayout .seNavbar .navbar-nav .link-list li a {
        padding: 11px 7px;
    }

    .sePageLayout .seNavbar .navbar-nav li a {
        padding: 15px 22px;
    }

    .megamenu .link-list li a.title {
        text-transform: uppercase;
    }

    .sePageHeader .seHeaderActionsSearch:after {
        background-color: #000000;
    }

    .sePageHeader .seStoreHours p {
        margin-bottom: 0;
        color: #333333;
    }

    .sePageHeader .seStoreHours span:not(:first-child) {
        border-left: 1px solid #333333;
    }

    .seSiteSearchForm .input-group>.input-group-btn>.btn {
        height: 30px;
    }

    .sePageLayout .seSiteSearchForm .input-group .form-control {
        height: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .sePageHeader .seHeaderActions .seHeaderMobileActions {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        border-bottom: none;
        padding: 0 15px 15px;
    }

    .seSiteNavigator .navbar-nav .is-drilldown-submenu .is-drilldown-submenu-parent>.mobile-megamenu-title,
    .seSiteNavigator .navbar-nav .is-drilldown-submenu .is-drilldown-submenu-parent>.mobile-megamenu-title,
    .seSiteNavigator .navbar-nav .is-drilldown-submenu .is-drilldown-submenu-parent>.mobile-megamenu-title {
        text-transform: uppercase;
    }

    .sePage .sePageLayout .seNavbar {
        border-color: #ffffff;
        background: hsla(0, 0%, 87%,
            .98);
    }

    .sePageHeader .seHeaderActionsSearch:after {
        display: block;
        position: absolute;
        bottom: 7px;
        left: 7px;
        background-color: #000000;
        width: calc(100% - 7px);
        height: 3px;
        text-align: center;
        content: "";
    }
}

/* BANNER */
.sePageBanner {
    position: relative;
    z-index: 200;
    background: #2d6eb7;
    padding-top: 0px;
    text-align: center;
}

.sePageLayout .sePageBanner a {
    color: #ffffff;
}

.sePageLayout .sePageBanner p {
    margin: 7px auto;
    color: #ffffff;
}

.sePageLayout .sePageBanner a:hover {
    color: #ffffff;
    text-decoration: underline;
}

@media only screen and (min-width: 992px) {
    .sePageBanner .abc-contact-banner span {
        padding: 0 7px;
    }

    .sePageBanner .abc-contact-banner span:not(:first-child) {
        border-left: 1px solid #ffffff;
    }
}

@media only screen and (max-width: 991px) {
    .sePageBanner .abc-contact-banner span {
        display: block;
        padding: 1px 0;
    }
}

/* LOCATION PAGE EDITS */
.seStoreInformationWrapper .seStoreInformationColumn .seStoreInformation {
    border: none;
    background: #e5e5e5;
}

.seStoreInformationWrapper .seStoreInformationColumn .seStoreInformation .seStoreDBA {
    border-bottom: 3px solid #ef7c23;
}

.sePage .sePageLayout .mapboxgl-map .marker .seIcon {
    color: #ef7c23;
}

/* FOOTER EDITS */
.abc-footer-info .seContentBlockFooter {
    margin-bottom: 0px;
}

.seContentBlockFooter address {
    margin-bottom: 11px;
}

.seContentBlockFooter li {
    padding-bottom: 7px;
}

.seContentBlockFooter ul {
    margin-bottom: 15px;
}

.sePage .sePageFooter .seContentBlockFooter h3 {
    font-size: 18px;
    text-transform: uppercase;
}

.abc-footer-social .seContentBlockFooter {
    margin-top: 7px;
    margin-bottom: 7px;
}

.abc-footer-border-top {
    border-top: 3px solid #e5e5e5;
}
