/* BUTTON EDTIS */
.btn {
    padding: 6px 28px;
}

.sePage .sePageLayout a.btn.btn-primary.preorder-btn {
    border-color: #CE1A2B;
    background-color: #CE1A2B;
}

.sePage .sePageLayout a.btn.btn-primary.preorder-btn:hover {
    border-color: #383938;
    background-color: #383938;
}

.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;
}

.sePage .seBackTop {
    background-color: #dedede;
}

.sePage .sePageLayout .seBackTop:hover {
    border-color: #dedede;
    background-color: #dedede;
}

.sePage .seBackTop i.seIconChevronUp {
    color: #121312;
}

.seBackTop:hover i {
    top: 30%;
    color: #121312;
}

/* BUTTON GROUP */
.trb-btn-group {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

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

@media only screen and (min-width: 768px) {
    .seResponsive .content-block-column .trb-btn-group .btn:first-child {
        margin-right: 7px;
    }
}

@media only screen and (max-width: 767px) {
    .trb-btn-group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        flex-direction: column;
    }
}

/* HERO */
.sePage .sePageLayout .sePageMain .trb-hp-hero .content-block-column, .sePage .sePageLayout .sePageMain .trb-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: 12% 8%;
}

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

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

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

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

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

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

/* BORDERS */
.trb-border-bottom {
    border-bottom: 1px solid #383938;
}

.trb-border-top {
    border-top: 1px solid #383938;
}

/* IMAGE OVERLAY */
.sePage .sePageLayout .trb-image-overlay h2 {
    margin: 22px auto 8px;
}

.sePage .sePageLayout .trb-image-overlay p, .sePage .sePageLayout .trb-image-overlay-multi-col p {
    margin: 0px auto 11px;
    font-size: 20px;
}

.trb-image-overlay .content-block-column::before, .trb-image-overlay-multi-col .content-block-column::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.15);
    width: 100%;
    content: '';
}

.trb-image-overlay .editContent, .trb-image-overlay .content-block-column, .trb-image-overlay-multi-col .editContent, .trb-image-overlay-multi-col .content-block-column {
    position: relative;
}

.trb-image-overlay .block-bg-img {
    padding: 12% 8%;
}

.sePageContent .sePageSection.trb-image-overlay-multi-col {
    margin-bottom: 0px;
}

.trb-image-overlay-multi-col .block-bg-img {
    padding: 12% 15px;
}

.trb-fw-container .container-fluid .full-width-block {
    margin-right: 0;
    margin-left: 0;
}

@media (min-width: 992px) {
    .trb-fw-container .container-fluid {
        margin-right: auto;
        margin-left: auto;
        padding-right: 45px;
        padding-left: 45px;
    }

    .trb-image-overlay-multi-col .col-margin-bottom {
        margin-bottom: 30px;
    }
}

@media (max-width: 991px) {
    .trb-fw-container .container-fluid {
        margin-right: auto;
        margin-left: auto;
        padding-right: 30px;
        padding-left: 30px;
    }

    .trb-image-overlay-multi-col .col-margin-bottom {
        margin-bottom: 30px;
    }
}

/* FULL WIDTH 2 COLUMN */
.sePage .sePageLayout .sePageMain .trb-fw-2col .trb-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;
}

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

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

/* HOMEPAGE SERVICES */
@media (min-width: 992px) {
    .trb-hp-services .col-md-2 {
        width: 20%;
    }
}

.trb-hp-services {
    text-align: center;
}

.trb-hp-services .fas {
    color: #0b549f;
}

.sePage .sePageLayout .trb-hp-services h3 {
    margin-top: 11px;
    font-size: 22px;
}

.trb-hp-services h3:after {
    display: block;
    margin: 11px auto 0;
    background-color: #383938;
    width: 40px;
    height: 3px;
    content: '';
}

.trb-hp-services .col-margin-bottom {
    margin-bottom: 22px;
}

/* SERVICE MENU */
.trb-service-menu .col-margin-bottom {
    margin-bottom: 30px;
}

/* TUNE-UP BACKGROUND COLOR */
.trb-service-menu .price-block .price-header {
    background: #0b549f;
}

/* TUNE-UP TEXT COLOR */
.sePage .sePageLayout .trb-service-menu .price-block .price-header h3 {
    color: #ffffff;
    font-size: 26px;
}

/* PRICE BACKGROUND COLOR */
.trb-service-menu .price-block .price {
    background: #383938;
}

/* PRICE TEXT COLOR */
.sePage .sePageLayout .trb-service-menu .price-block .price-figure h4 {
    color: #ffffff;
    font-size: 24px;
}

/* FEATURES BACKGROUND COLOR */
.trb-service-menu .price-block .features {
    background: #ffffff;
}

/* FEATURES TEXT COLOR */
.sePage .sePageLayout .trb-service-menu .price-block .features p, .sePage .sePageLayout .trb-service-menu .price-block .features ul li {
    color: #383938;
}

.sePageLayout .bordered-top-bottom-block, .sePageLayout .bordered-top-bottom-block2 {
    border: 1px solid #383938;
    border-width: 1px 0;
}

/* HEADER */
#PageHeader .container {
    width: 100%;
}

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

.sePageHeader .seStoreData {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #dedede;
    padding: 11px 0;
}

.sePageHeader .seStoreHours {
    display: block;
}

.sePageHeader .seHeaderActions .seSiteLogo .seSiteLogoWrapper img:hover {
    opacity: .85;
}

.seIconSearch:before {
    color: #0b549f;
}

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

@media only screen and (min-width: 992px) {
    .sePageHeader .seHeaderActions {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 15px 45px;
    }

    #PageHeader .container {
        margin-right: auto;
        margin-left: auto;
        padding-right: 0;
        padding-left: 0;
    }

    .sePageHeader .sePageHeaderWrapper>.row:last-child {
        padding: 0;
    }

    #PageHeader .sePageHeaderWrapper .row {
        margin-right: 0;
        margin-left: 0;
    }

    .sePageHeader .seUserActionsList>li:after {
        background-color: #383938;
    }

    .is-drilldown-submenu-parent.dropdown .arrow:before {
        color: #121312;
    }

    .is-drilldown-submenu .is-drilldown-submenu-parent>.dropdown-menu {
        top: 0;
        left: calc(100% + 0px);
        margin-top: 0px;
        margin-left: 0px;
        border-left: 1px solid #ffffff !important;
    }

    .seSiteNavigator .navbar-nav li .dropdown-menu li a {
        border-bottom: 1px solid #383938;
        padding: 10px 20px;
    }
}

@media only screen and (max-width: 991px) {
    .sePageHeader .seHeaderActions .seHeaderMobileActions {
        border-bottom: none;
        padding: 0 15px 15px;
    }

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

    .sePageHeader .seStoreHours span {
        display: block;
        margin: auto;
        padding: 0 5px;
        text-align: center;
    }

    .sePageHeader .seStoreHours span:not(:first-child) {
        border: none;
    }

    .seSiteNavigator .navbar-nav li a:active, .seSiteNavigator .navbar-nav li a:focus, .seSiteNavigator .navbar-nav li a:hover {
        background-color: #0b549f;
        color: #ffffff;
        text-decoration: none;
    }

    .seSiteNavigator .navbar-nav li a.mobile-megamenu-title:active, .seSiteNavigator .navbar-nav li a.mobile-megamenu-title:focus, .seSiteNavigator .navbar-nav li a.mobile-megamenu-title:hover {
        background-color: #dedede;
        color: #ffffff;
        text-decoration: none;
    }

    .seSiteNavigator .navbar-nav .is-drilldown-submenu li a:active, .seSiteNavigator .navbar-nav .is-drilldown-submenu li a:focus, .seSiteNavigator .navbar-nav .is-drilldown-submenu li a:hover {
        background-color: #dedede;
        color: #121312;
        text-decoration: none;
    }

    .seSiteNavigator .navbar-nav .is-drilldown-submenu-parent li a:active, .seSiteNavigator .navbar-nav .is-drilldown-submenu-parent li a:focus, .seSiteNavigator .is-drilldown-submenu-parent .navbar-nav li a:hover {
        background-color: #dedede;
        color: #121312;
        text-decoration: none;
    }

    .seSiteNavigator .navbar-nav li .dropdown-menu li a {
        border-top: 1px solid #383938;
        white-space: normal;
    }

    .megamenu.seMegaMenuGrid .seMegaMenuGroup {
        border-top: 1px solid #383938;
    }

    .is-drilldown-submenu-parent.dropdown .arrow:before {
        color: #ffffff;
    }
}

.dropdown-menu {
    top: calc(100% + 0px);
    left: -1px;
}

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

.sePageHeader .seStoreHours p {
    color: #383938;
}

/* FOOTER */
.sePageFooter {
    margin-top: 44px;
}

.trb-footer-info {
    text-align: center;
}

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

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

.trb-footer-info .seContentBlockFooter ul {
    margin-bottom: 4px;
}

.sePage .sePageFooter .trb-footer-info .seContentBlockFooter h3 {
    font-size: 20px;
}

.trb-footer-social .seContentBlockFooter {
    margin-top: 0px;
    margin-bottom: 0px;
}

.trb-footer-social .editContent {
    border-top: 3px solid #dedede;
    border-bottom: 3px solid #dedede;
}

.trb-footer-social .seContentBlockFooter .social-icon a {
    display: inline-block;
    margin: 22px 15px;
    text-decoration: none;
}

/* EMAIL SIGNUP */
.trb-footer-logo .seContentBlockFooter {
    margin-top: 22px;
    margin-bottom: 22px;
}

.trb-footer-logo div {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.sePage .sePageFooter .trb-footer-logo .seContentBlockFooter h3 {
    margin-top: 11px;
    margin-bottom: 11px;
    font-size: 22px;
}

@media (min-width: 992px) {
    .trb-footer-logo .box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .trb-footer-logo .push {
        margin-left: auto;
    }
}

@media (max-width: 991px) {
    .trb-footer-logo .box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
    }

    .trb-footer-logo .push {
        margin: 0 auto;
    }
}

.trb-footer-logo #mc_embed_signup {
    background: none;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
}

.trb-footer-logo #mc_embed_signup .button {
    -webkit-box-sizing: border-box;
    -webkit-transition: all 0.23s ease-in-out 0s;
    -o-transition: all 0.23s ease-in-out 0s;
    display: inline-block;
    transition: all 0.23s ease-in-out 0s;
    box-sizing: border-box;
    margin: 0;
    border: none;
    border-radius: 0px;
    background-color: #0b549f;
    padding: 0 18px;
    height: 36px;
    color: #ffffff;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 36px;
}

.trb-footer-logo #mc_embed_signup .button:hover {
    cursor: pointer;
    background-color: #5280d1;
}

.trb-footer-logo #mc_embed_signup input.email {
    -webkit-box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    border: none;
    border-radius: 0px;
    background-color: #ffffff;
    padding: 0px 7px;
    height: 36px;
    color: #383938;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
}

@media (min-width: 768px) {
    .trb-footer-logo #mc_embed_signup input.email {
        margin: 0;
        width: 220px;
    }
}

@media (max-width: 767px) {
    .trb-footer-logo #mc_embed_signup input.email {
        margin: 5px auto;
        width: 300px;
    }
}
