.P21SystemBody, .Content {
    width: 100%;
    max-width: none !important;
    margin: 0px;
}

.HomeWrap {
    max-width: 1800px;
    margin: 0 auto;
}

.Content {
    padding: 0px !important;
    width: 100% !important;
    margin: 0 auto;
}

/****************HEADER OVERRIDES****************/

.P21SystemBody {
    margin: 0 auto;
    max-width: 1800px;
    margin-top: 0px;
}

.NormalBG {
    position: fixed;
    background: #f6f4f2 !important;
    background-image: none !important;
}

.TransparentBG #WelcomeWrapper {
    background-color: #1d3347 !important;
}


.NormalBG .HeaderNavigation > a,
.NormalBG .HeaderNavigation span,
.NormalBG .HeaderNavigation,
.NormalBG #QuickOrderPad svg,
.NormalBG #QuickOrderPad i,
.NormalBG #SearchButton,
.NormalBG .ShoppingCartLink,
.NormalBG .ItemCount {
    color: #012862 !important;
}

.TransparentBG {
    border-bottom: none !important;
    position: fixed;
    background: transparent !important;
    background-image: url("/customer/boloin/images/header/TransparentBackground.png") !important;
}

    .TransparentBG #WelcomeWrapper {
        background-color: #0165a0 !important;
    }

    .TransparentBG .HeaderNavigation > a,
    .TransparentBG .HeaderNavigation span,
    .TransparentBG .HeaderNavigation,
    .TransparentBG #QuickOrderPad svg,
    .TransparentBG #QuickOrderPad i,
    .TransparentBG #SearchButton,
    .TransparentBG .ShoppingCartLink,
    .TransparentBG .ItemCount {
        color: #fff !important;
    }

/******************** 
        SLIDER
*********************/

#SliderWrapper {
    position: relative;
}

#TextOverSlider h1 {
    position: absolute;
    top: 170px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-family: 'Roboto Regular', sans-serif;
    font-size: 60px;
    height: 146px;
    margin: 0 auto;
    height: 55px;
    z-index: 9999;
}

#Slogan {
    position: absolute;
    top: 250px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 999999;
    color: #fff;
    font-family: 'Roboto Regular', sans-serif;
    text-align: center;
    font-size: 25px;
    font-style: italic;
    height: 30px;
}

.SliderBoxesWrapper {
    position: absolute;
    z-index: 99999;
    width: 100%;
    bottom: 4%;
}

.SliderBoxes {
    display: inline-block;
    width: 25%;
    text-align: center;
    transition-property: transform;
    transition-timing-function: ease-out;
    transition-duration: 0.3s;
    cursor: pointer;
    vertical-align: top;
}

    .SliderBoxes:hover {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }

        .SliderBoxes:hover a {
            text-decoration: none;
        }

.SliderTitle {
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    color: #fff;
    font-size: 22px;
    margin-bottom: 10px;
}

@media screen and (max-width: 1200px) {

    #TextOverSlider h1 {
        top: 115px;
    }

    #Slogan {
        top: 200px;
    }

    .SubHeader {
        top: 42% !important;
    }

    .SliderBoxesWrapper {
        bottom: 22px !important;
    }

    .SliderBoxes img {
        width: 180px;
    }

    .SliderTitle {
        font-size: 18px;
    }
}

@media screen and (max-width: 990px) {

    .SliderBoxesWrapper {
        display: none !important;
    }
}

/******************** 
      3 SECTIONS
*********************/
#HomePageSectionWrapper {
    font-size: 0px;
    text-align: center;
    background-color: #f7f7f7;
    padding-bottom: 20px;
}

.HomePageSection {
    display: inline-block;
    width: 28%;
    box-sizing: border-box;
    vertical-align: top;
    font-size: 14px;
    padding: 0px 20px 20px 20px;
    background-color: #fff;
    margin: 0px 20px;
}

.HomePageImgWrapper img {
    width: 100%;
}

.SectionInfo {
    margin-bottom: 25px;
    min-height: 185px;
    text-align: center;
    font-family: 'Roboto Regular', sans-serif;
}

.SectionDescription {
    font-family: 'Roboto Regular', sans-serif;
    margin-top: 0px;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    color: #4c4c4c;
}

.SectionTitle {
    color: #4c4c4c;
    font-size: 27px;
    width: 100%;
    text-align: center;
    height: 60px;
    line-height: 30px;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: normal;
    font-family: 'Roboto Regular', sans-serif;
}

.HomePageImgWrapper {
    margin-bottom: 20px;
}

.SectionInfo .MainButton {
    height: 40px;
    line-height: 40px;
    width: 130px;
    margin-top: 30px;
}

@media screen and (max-width: 1010px) {
    #ServicesWrapper {
        margin-top: 50px;
    }

    .HomePageSection {
        width: 100%;
        text-align: left;
        margin: 0px;
        padding: 20px 0px;
        margin-bottom: 40px;
    }

    .HomePageImgWrapper {
        max-width: 460px;
        width: 270px;
        display: inline-block;
        margin-right: 30px;
        margin-left: 20px;
        float: left;
    }

    .SectionInfo {
        text-align: left;
        height: auto;
        min-height: auto;
        margin-bottom: 0px;
        margin-right: 0px;
        width: 58%;
        display: inline-block;
    }

    .SectionTitle {
        text-align: left;
        margin: 10px 0px;
        padding: 0px;
        height: auto;
    }

    .ServiceWrap .MainButton {
        margin-left: 20px;
        float: right;
        margin-top: 20px;
        margin-right: 10px;
    }
}
