.interactive-slider-v2.img-truck {
    background: ;
    background-size: cover;
    background-position: center center;
}

html, body { overflow-x: hidden; }

/* banner */
.hero {
    background-image: url(../img/truck-hero-short.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 25px;
    width: 100%;
    height: 580px;
}

.hero .container {
    padding-top: 60px;
}

.hero .container h1 {
    color: white;
    font-size: 60px;
    font-weight: 600;
    line-height: 80px;
    text-transform: uppercase;
}

.hero .container h2 {
    color: white;
    margin-left: 40%;
}

.hero .container li {
    font-size: 1.3em;
    color: white;
}

.hero .container ul {
    float: right;
}

@media only screen and (min-width: 768px) {
    .hero .container h1,
    .hero .container h2 {
        text-align: right;
        margin-left: 40%;
    }
    .hero .container ul {
        margin-left: 50%;
        margin-top: 40px;
    }
}

@media only screen and (min-width: 1200px) {
    .hero .container ul {
        margin-left: 70%;
        margin-top: 70px;
    }
}

/* end banner */


.interactive-slider-v2:after {
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(0,0,0,.3);
}


section {
    margin: 45px 0 55px 0;
}


.section-grey {
    background: url(../pages/home/subtle_surface.png) repeat;
    padding: 55px 0 55px 0;
}

hr.style-two {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(40, 96, 144, 0.49), rgba(0, 0, 0, 0));
}

#job-site-photos .call-to-action-cell {
    text-align: center;
}

#job-site-photos .call-to-action-cell a {
    margin-top: 30%;
}
