/* 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; 
    }
}

/* Buttons */
.button, .navContent li .button {
    padding: 10px 20px;
}

/* Navigation Hover Styles */
#navTopLevel a:hover, #navTopLevel .navLabel:hover {
    color: #e18d5a;
}
#navTopLevel .navButton:hover {
    color: #ffffff;
}

/* Sub Navigation Hover Styles */
.subNav a:hover {
    color: #e18d5a;
}

/* Header Logo */
.headerContent h1.logo {
    position: relative;
    z-index: 1;
    margin-bottom: -80px;
}

/* Hero Image */
.blockWrap_fb1440dbd47f431dbc2ad0fc65988589 .contentTitle,
.blockWrap_fb1440dbd47f431dbc2ad0fc65988589 .blockText {
    padding-bottom: 20px;
}
.blockWrap_fb1440dbd47f431dbc2ad0fc65988589 .blockImg {
    padding-top: 0px !important;
}

/* HP CTAs */
@media only screen and (min-width: 600px) {
.blockWrap_d8e4ebaed47247409d55287ff0174e1a .blockContent {
    max-width: 1500px !important;
    margin-left: auto;
    margin-right: auto;    
}
.blockWrap_d8e4ebaed47247409d55287ff0174e1a .cols3 .item,
.blockWrap_d8e4ebaed47247409d55287ff0174e1a .cols3 .socialStreamGroup {
    clear: none;
    width: 33.3%;
    margin: -150px 0px 0 0px;
    padding: 10px;
}
.blockWrap_d8e4ebaed47247409d55287ff0174e1a .itemImg {
    box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.3);
}
}

/* HP Form Styles */
.blockWrap_cf5834cf13bc4a94839fb7d4a442a121 {
    max-width: 1200px;
    margin: auto;
}
.blockWrap_cf5834cf13bc4a94839fb7d4a442a121 .form-container {
    margin-top: -350px;   
    position: relative;
    z-index: 1;    
    padding: 50px 20px 30px 20px;     
    background-color: #01313f;
    box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.3);
}
.blockWrap_cf5834cf13bc4a94839fb7d4a442a121 .contentTitle {
    color: #ffffff;
}
.blockWrap_cf5834cf13bc4a94839fb7d4a442a121 p {
    color: #ffffff;
    padding-bottom: 30px;
}

/* Footer Styles */
.footerContainer a {
    text-decoration: none !important;
}
.footerContainer a:hover {
    color: #e18d5a !important;
}
.footerContainer .socialIcons a:hover {
    background-color: #ffffff;
    color: #e18d5a;
}
.footerContainer .contentTitle {
    font-size: 20px;
    text-transform: uppercase;
}

/* Mobile HP Styles */
@media only screen and (max-width: 599px) {
div.blockWrap_fb1440dbd47f431dbc2ad0fc65988589 {
    padding-top: 150px;
    padding-bottom: 100px;
}
.blockWrap_fb1440dbd47f431dbc2ad0fc65988589 .contentTitle {
    font-size: 50px;
    line-height: 1;
}
div.block_b48d92b17b984f93a098fcde1208f9fe, div.blockWrap_c803be0ed052491dbae658ca45035027 {
    padding-bottom: 40px;
}
.footerContainer .contentTitle,
.footerContainer .blockInnerContent,
.footerContainer .blockContent {
    text-align: center !important;
}
}