/* 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; 
    }
}

/* HP Trust Badges */
@media only screen and (min-width: 768px) {
.blockWrap_f666315574494243b24f11c0af3fe027 .contentImg {
   position: relative;
   z-index: 100;   
   margin-top: -160px; 
}
}
/* Mobile Hero Image */
@media only screen and (max-width: 599px) {
div.blockWrap_ca1ee18fdbce4f3aa90e5a9067086564 {
    padding-top: 150px;
    padding-bottom: 150px;
}
}