/* Buttons */
.button, .navContent li .button {
    padding: 15px 45px;
}

/* Navigation Hover Styles */
#navTopLevel a:hover, #navTopLevel .navLabel:hover {
    color: #fabf01;
}
#navTopLevel .navButton:hover {
    color: #ffffff;
}

/* Sub Navigation Hover Styles */
.subNav a:hover {
    color: #fabf01;
}

/* Extend Sub Menu Truncation */
@media only screen and (min-width: 768px) {
.navContent ul li ul {
   max-width: 500px !important;
}
}

/* Hero Image */
.blockWrap_d6d9414416ec4d3ca32db914e142a328 .contentTitle,
.blockWrap_d6d9414416ec4d3ca32db914e142a328 .blockText {
    padding-bottom: 0px;
}
.blockWrap_d6d9414416ec4d3ca32db914e142a328 .blockInnerContent p {
    padding-bottom: 20px;
}
.blockWrap_d6d9414416ec4d3ca32db914e142a328 .blockImg {
    padding-top: 0px !important;
}

/* HP CTAs */
@media only screen and (min-width: 600px) {
.blockWrap_e3b9375e8912427485412df4e1a9f14b .cols3 .item,
.blockWrap_e3b9375e8912427485412df4e1a9f14b .cols3 .socialStreamGroup {
    clear: none;
    width: 31%;
    margin: -90px 10px 0 10px;
}
}

/* HP Form Styles */
.blockWrap_dd5a10b50e694e64915ee5347eda2ac2 .form-container {
    margin-top: -250px;
    background-color: #002366;
    padding: 60px 10px 40px 10px;
    box-shadow: 10px 10px 20px 0 rgba(0,0,0,0.3);    
}
.blockWrap_dd5a10b50e694e64915ee5347eda2ac2 {
    max-width: 1100px;
    margin: auto;
}

/* Footer Styles */
.footerContainer a:hover {
    color: #d83d2f !important;
}
.footerContainer .socialIcons a:hover {
    color: #ffffff !important;
}

/* Mobile Styles */
@media only screen and (max-width: 599px) {
div.blockWrap_d6d9414416ec4d3ca32db914e142a328 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.blockWrap_d6d9414416ec4d3ca32db914e142a328 .contentTitle {
    font-size: 50px;
    line-height: 1;
}
div.blockWrap_ae28b92fa206421c86029338dbdbcdc8 {
    padding-bottom: 40px;
    text-align: center;
}
div.blockWrap_e3b9375e8912427485412df4e1a9f14b {
    padding-top: 30px;
}
}