/* Nav Dropdowns */
.navContent ul li ul a {
    white-space: normal !important;
    overflow: visible !important;
}
@media only screen and (min-width: 768px) {
    .navContent ul li ul {
        min-width: 250px !important;
        right: auto !important; 
    }
}

/* Navigation Hover Styles */
#navTopLevel a:hover, #navTopLevel .navLabel:hover {
    color: #fdd341;
}
#navTopLevel .navButton:hover {
    color: #ffffff;
}

/* Sub Navigation Hover Styles */
.subNav a:hover {
    color: #fdd341;
}

/* Buttons */
.button, .navContent li .button {
    padding: 10px 30px;
}

/* HP Hero Image Truck */
.blockWrap_fae8a7d41c1743a6ae1a7fb25f851943 img {
    position: relative;
    z-index: 1;
    margin-top: -250px;
}

/* HP Intro Text */
.blockWrap_f827140208354a3f8d9dc8a509471698 .blockText {
    border-left: 4px solid #fdd341;
    padding-left: 30px;    
    padding-top: 10px !important;
    padding-bottom: 20px;
}

/* HP CTA Styles - 3 CTAs */
@media only screen and (min-width: 600px) {
.blockWrap_d3848875ad4e4fc38cc5d8ff6ccf8432 .cols3 .item,
.blockWrap_d3848875ad4e4fc38cc5d8ff6ccf8432 .cols3 .socialStreamGroup {
    clear: none;
    width: 33.3%;
    margin: 5% 0% 0% 0%;
}
}