.Content {
    width: 100%;
    max-width: none !important;
}

.ContentCustomerFeatureCell > table > tbody > tr > td > table {
    width: 100%;
}

#FooterWrapper {
    margin-top: 0px !important;
}

.SectionTitle {
    padding: 0px !important;
}

.HomeWrap {
    box-sizing: border-box;
    padding: 0px 10px;
}

#slide01 svg {
    position: relative;
    top: 13px;
}

/******* IMAGE SLIDER *******/

.slide a, .slide a:active, .slide a:hover, .slide a:visited {
    text-decoration: none !important;
}

.slick-dots {
    display: none !important;
}

.P21SystemBody {
    max-width: 100% !important;
    min-height: 500px;
}

.slide img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: 300px;
    transform: translate(-50%, -50%);
    height: 300px;
}

.slide {
    position: relative;
}

    .slide img {
        position: absolute;
        z-index: 1;
    }

        .slide img.active {
            z-index: 3;
        }

#pagination > a {
    z-index: 99999 !important;
    background: black;
    color: black;
    width: 15px;
    display: inline-block;
    height: 15px;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
    font-size: 1px;
    border: 2px solid black;
}

a.ActiveSlide {
    background: red !important;
    color: red !important;
    border: 2px solid black;
}


#pagination > a:hover {
    text-decoration: none !important;
}

#pagination {
    z-index: 99999 !important;
    color: black;
    text-align: center;
}

    #pagination > div {
        display: inline-block;
        margin: 5px;
        background: #929292;
        cursor: pointer;
        width: 7px;
        height: 7px;
        font-size: 1px;
        border-radius: 10px;
    }

.slick-slide {
    margin-right: 10px;
}

#pagination > div.active {
    border: 1px solid #5f5f5f;
}

@media screen and (max-width: 1300px) {
    .slide img {
        height: auto !important;
        max-width: 213%;
    }
}



/*MFG SLIDER SECTION*/

.FeaturedImg {
    width: 135px;
    position: relative;
    margin: 0 auto;
    margin-top: 5px;
}

/*** ABOUT SECTION ***/

.AboutSection {
    margin-bottom: 40px;
}

    .AboutSection p {
        font-size: 18px;
    }

.AboutSectionLink {
    text-align: right;
}


/*SERVICES SECTION*/

.ServicesSection {
    text-align: center;
    margin-bottom: 40px;
}

.Services {
    display: inline-block;
    width: 45.1%;
    text-align: center;
    background: #c8c8fd;
    margin-left: 15px;
    border: 1px solid #5a5a5a;
    border-radius: 5px;
    box-shadow: 0px 0px 5px -1px black;
    margin-right: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    transition: all .3s ease-in;
    opacity: .9;
    height: 150px;
    position: relative;
}

    .Services:hover {
        box-shadow: 0px 0px 8px 0px black;
        opacity: 1;
    }

    .Services.Services1 {
        background: url('/customer/erinin/images/Home/Categories/BuildingAutomationBG.png') center no-repeat;
        background-size: cover;
    }

    .Services.Services2 {
        background: url('/customer/erinin/images/Home/Categories/BurnerBG.png') center no-repeat;
        background-size: cover;
    }

    .Services.Services3 {
        background: url('/customer/erinin/images/Home/Categories/SecurityBG.png') center no-repeat;
        background-size: cover;
    }

    .Services.Services4 {
        background: url('/customer/erinin/images/Home/Categories/ElectricalBG.png') center no-repeat;
        background-size: cover;
    }

    .Services.Services5 {
        background: url('/customer/erinin/images/Home/Categories/HVACBG.png') center no-repeat;
        background-size: cover;
    }

    .Services.Services6 {
        background: url('/customer/erinin/images/Home/Categories/SoftwareBG.png') center no-repeat;
        background-size: cover;
    }

.ServicesTitle {
    background: rgba(0, 0, 0, 0.38);
    position: absolute;
    bottom: 0px;
    width: 100%;
}

    .ServicesTitle h3 {
        margin: 0px;
        padding: 12px 0px;
        font-weight: bold;
        color: white;
        font-size: 18px;
    }

/*** PRODUCT CATEGORIES SLIDER ***/

#CategorySliderWrapper {
    margin-bottom: 40px;
}

    #CategorySliderWrapper .CatWrapper {
        text-align: center;
        display: inline-block;
        vertical-align: top;
        margin: 0px auto;
        padding: 5px;
        outline: none;
    }

        #CategorySliderWrapper .CatWrapper a {
            outline: none;
            text-decoration: none !important;
        }

        #CategorySliderWrapper .CatWrapper .CatImageHolder {
            display: block;
            margin: 0 auto;
            width: 100px;
            height: 100px;
        }

    #CategorySliderWrapper .CatImageHolder p {
        vertical-align: middle;
        width: 100px;
        height: 100px;
    }

    #CategorySliderWrapper .CatImageHolder img {
        width: 100px;
        height: 100px;
    }

    #CategorySliderWrapper .CatTitle {
        line-height: 20px;
        font-size: 16px;
        color: rgb(37, 50, 76);
        text-decoration: none;
        padding-bottom: 5px;
        text-align: center;
        border-top: 1px solid #25324c;
        min-height: 35px;
        margin: 0 auto;
        width: 85%;
        font-weight: bold;
        margin-top: 5px;
    }

/*** PRODUCT CATEGORIES BOXES ***/

#CategoriesWrapper {
    text-align: center;
    max-width: 1300px;
    margin: 0 auto;
    padding-top: 20px;
}

.CatWrapper1 {
    display: inline-block;
    margin-right: 10px;
    width: 29%;
    max-width: 265px;
    vertical-align: top;
    min-width: 210px;
    margin-bottom: 20px;
}

    .CatWrapper1 img {
        border: 3px solid #ccc;
        border-radius: 5px;
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        transition-duration: 0.3s;
        transition-property: box-shadow;
        max-width: 180px;
    }

    .CatWrapper1:hover img {
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    }

    .CatWrapper1 a:hover {
        text-decoration: none !important;
    }

.CatTitle1 {
    font-size: 20px;
    width: 180px;
    margin: 0 auto;
    padding-top: 15px;
}

#ViewAllCats {
    display: block;
    height: 40px;
    line-height: 40px;
    color: #fff;
    width: 180px;
    margin: 0 auto;
    margin-top: 30px;
    font-size: 16px;
}

/*** CATALOG ***/

#CatalogsWrapper {
    background-image: url("/customer/erinin/images/Home/CatalogBG.png");
    background-repeat: no-repeat;
    height: 235px;
    background-position: center;
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
    background-size: 100% 175px;
}

    #CatalogsWrapper a:hover {
        text-decoration: none;
    }

#CatalogImage {
    float: left;
    margin-left: 48px;
    max-width: 200px;
}

#CatalogContent {
    margin: 0 auto;
    line-height: 35px;
    max-width: 1300px;
    overflow: hidden;
}

#CatalogText {
    float: right;
    width: 64%;
    position: relative;
    top: 48px;
    text-align: center;
    right: 40px;
}

.CatalogTitle {
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 0px !important;
    margin: 0px;
    font-family: Verdana,Geneva,Kalimati,sans-serif;
    color: white;
    border-bottom: 2px solid #af0837;
    line-height: 45px;
}

.CatalogSubtitle {
    font-size: 15px;
    margin: 0px;
    font-family: Verdana,Geneva,Kalimati,sans-serif;
    text-align: center;
    font-weight: bold;
    color: white;
    text-shadow: 2px 2px 8px #000000;
}

#CatalogsWrapper a {
    color: #fff;
    font-weight: bold;
}

.CatalogLogo {
    display: inline-block;
    width: 48%;
    border-right: 2px solid black;
    text-align: right;
    padding-right: 10px;
}

    .CatalogLogo img {
        max-width: 200px;
    }

.CatalogDesc {
    display: inline-block;
    width: 46%;
    margin-left: 10px;
}

    .CatalogDesc p {
        font-weight: 900;
        margin: 0px;
    }

    .CatalogDesc h3 {
        font-weight: bolder;
        color: white;
        margin: 0;
        font-size: 30px;
        line-height: 25px;
        margin-bottom: 5px;
    }


#CatalogText h3 {
    font-size: 26px;
    text-shadow: 1px 1px black;
    margin-top: 7px;
}

.CatalogDivider {
    height: 3px;
    background: white;
    box-shadow: 1px 1px 3px 0px black;
}

#CatalogText h2 {
    font-size: 28px;
    text-shadow: 1px 1px black;
    margin-bottom: 9px;
}


/* FEATURED BANNERS */


#FeaturedBannersWrapper {
    margin: 35px 0px;
    text-align: center;
}

.FeaturedBanner {
    display: inline-block;
    width: 28%;
    margin: 0px 15px;
}

    .FeaturedBanner img {
        width: 100%;
        max-width: 400px;
        transition: .3s ease-in box-shadow;
    }

        .FeaturedBanner img:hover {
            box-shadow: 0px 0px 3px 0px black;
        }


/* BEST SELLERS */
.BestSellers {
    border: 1px solid #cacaca;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.3s ease;
    margin-top: 25px;
    min-height: 310px !important;
    position: relative;
    background-color: #fff;
}

    .BestSellers a,
    .BestSellers a:hover,
    .BestSellers a:visited {
        outline: none;
        text-decoration: none;
    }

    .BestSellers:hover {
        border: 1px solid #777777;
    }

        .BestSellers:hover .BestSellerImgWrapper {
            border-bottom: 1px solid #777777;
        }

.BestSellerImgWrapper {
    /* width: 150px; */
    height: 150px;
    line-height: 200px;
    text-align: center;
    position: relative;
    /* margin: 0 auto; */
    border-bottom: 1px solid #d2d1d1;
}

    .BestSellerImgWrapper img {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        max-width: 150px;
        max-height: 140px;
        margin: auto;
    }

.BestSellerDesc {
    padding: 10px 10px 0px 10px;
    font-size: 13px;
    color: black;
    text-align: left;
    line-height: normal;
}

.BestSellerItemCodeWrap {
    text-align: left;
    padding: 10px 10px 0px 10px;
    font-size: 12px;
}

.BestSellerPriceWrap {
    position: absolute;
    bottom: 0px;
    width: 100%;
    line-height: 30px;
}

.BestSellerPriceLabel {
    display: inline-block;
    width: 30%;
    border: 1px solid #ccc;
    box-sizing: border-box;
    vertical-align: top;
    border-left: 0px;
    height: 30px;
    border-bottom: 0px;
}

.BestSellerPrice {
    text-align: center;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #436092;
    width: 70%;
    box-sizing: border-box;
    border-right: 0px !important;
    height: 30px;
    border: 1px solid #ccc;
    border-bottom: 0px;
    border-left: 0px;
}

.BestSellerButton {
    width: 100%;
    font-size: 16px !important;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

#BestSellersWrapper .slick-next {
    top: 170px !important;
    right: -1px !important;
}

#BestSellersWrapper .slick-prev {
    top: 170px !important;
    left: -6px !important;
}


#pnlFeaturedProducts {
    padding-bottom: 35px;
}

/*** QUADS ***/

.QuadBorder {
    width: 100%;
    box-shadow: inset -1px 8px 11px -10px black;
    height: 20px;
}

#Quads {
    text-align: center;
    width: 100%;
    background: url(/customer/erinin/images/Home/Quads/GridBorder.png) no-repeat center center;
    margin-top: 30px;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 30px;
}

.QuadsHeader {
    font-size: 20px;
    padding-left: 10px;
    color: #000;
    text-align: left;
    font-weight: bold;
    border-bottom: 2px solid #ac332a;
}

.Quad1 {
    background-image: url("/customer/erinin/images/Home/Quads/DealerLocator.png");
    background-repeat: no-repeat;
    background-position: 90% 48%;
    background-size: 20% !important;
}

.Quad2 {
    background-image: url("/customer/erinin/images/Home/Quads/WebsiteAccess.png");
    background-repeat: no-repeat;
    background-position: right;
    background-position: 100% 50%;
    margin-right: 0px;
    padding-right: 20px;
    margin-left: 0px !important;
}

.Quad3 {
    background-image: url("/customer/erinin/images/Home/Quads/Product.png");
    background-repeat: no-repeat;
    background-position: right;
    background-position: 90% 50%;
}

.Quad4 {
    background-image: url("/customer/erinin/images/Home/Quads/TradeShow.png");
    background-repeat: no-repeat;
    background-position: right;
    background-position: 100% 50%;
}

.Quad5 {
    background-image: url("/customer/erinin/images/Home/Quads/Employees.png");
    background-repeat: no-repeat;
    background-position: right;
    background-position: 100% 50%;
    background-size: 14% !important;
}

.QuadText {
    width: 100%;
    height: 160px;
    display: inline-block;
}

    .QuadText p {
        font-size: 15px;
    }

    .QuadText h2 {
        margin: 5px 0px 2px 0px;
        color: black;
        font-weight: normal;
        font-size: 24px;
    }

.Quad1, .Quad2, .Quad3, .Quad4 {
    display: inline-block;
    width: 49%;
    position: relative;
    text-align: left;
    vertical-align: top;
    padding: 20px;
    box-sizing: border-box;
    height: 250px;
    background-size: 25%;
    line-height: 20px;
    margin: 0 auto;
}

.Quad5 {
    display: inline-block;
    width: 100%;
    position: relative;
    text-align: left;
    vertical-align: top;
    padding: 20px;
    box-sizing: border-box;
    height: 250px;
    background-size: 25%;
}

#Quads .QuadButton {
    position: absolute;
    bottom: 10px;
    left: 0px;
    width: 170px;
    margin-left: 20px;
    line-height: 40px;
    font-size: 18px;
}

.QuadBorder.Bottom {
    box-shadow: inset 1px -7px 11px -10px black;
}

/*** AFFILIATIONS ***/

.AffiliationsSection {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 50px;
}

.Affiliation {
    display: inline-block;
    width: 30%;
    margin-top: 25px;
}

    .Affiliation img {
        max-width: 300px;
        width: 80%;
        transition: transform .3s ease-in;
    }

        .Affiliation img:hover {
            transform: scale(1.1);
        }


/*** ENTRY POPUP ***/

#EntryPopup_background {
    z-index: 99999999999 !important;
}

#EntryPopup {
    background: #ffffff;
    padding: 20px;
    text-align: center !important;
    border: 4px solid #436092;
    width: 35%;
    min-width: 300px;
}

#EntryPopup_wrapper {
    z-index: 99999999999 !important;
}

#EntryLogo {
    margin-bottom: 10px;
}

#EntryPopup h2 {
    font-size: 80px;
    margin: 20px;
}

#EntryPopup h3 {
    font-size: 20px;
    margin-bottom: 35px;
    margin-top: 35px;
}

#EntryPopup p {
    font-weight: bold;
    margin-top: 0px;
}

#EntryEmail {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    height: 25px;
    padding: 0px 10px;
    width: 278px;
}

#EntryRegister {
    display: block;
    margin: 0 auto;
    background: #436092;
    color: white;
    cursor: pointer;
    width: 299px;
    padding: 12px 0px;
    margin-bottom: 20px;
    border: none;
    font-size: 17px;
    transition: .3s ease-in all;
}

    #EntryRegister:hover {
        box-shadow: 0px 0px 5px -1px black;
    }

#EntryPopupClose {
    display: block;
    margin: 0 auto;
    background: #ffffff;
    color: black;
    cursor: pointer;
    width: 299px;
    padding: 12px 0px;
    margin-bottom: 20px;
    border: 2px solid black;
    font-size: 17px;
    transition: .3s ease-in all;
}

    #EntryPopupClose:hover {
        box-shadow: 0px 0px 5px -1px black;
    }

#EntryCloseIcon {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 30px;
}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {


    img.DotW, .FP, .DotM {
        position: relative !important;
    }

    .fa-calendar, .fa-map-marker, .fa-users {
        background: none !important;
        color: rgba(125, 119, 119, 1);
        text-shadow: none;
    }
}
