/* 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; 
    }
}

/* Header Styles */
.headerAndNavContainer {
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 1; 
}

/* Navigation Hover Styles */
#navTopLevel a:hover, #navTopLevel .navLabel:hover {
    color: #EDA814;
}
#navTopLevel .navButton:hover {
    color: #ffffff;
}

/* Sub Navigation Hover Styles */
.subNav a:hover {
    color: #EDA814;
}

/* Buttons */
.button, .navContent li .button {
    padding: 10px 30px;
}

/* Footer Styles */
.footerContainer a {
    text-decoration: none !important;
}
.footerContainer a:hover {
    color: #e8912b !important;
}
.footerContainer .socialIcons a:hover {
    color: #d6a36b;
}

/* Font Styles */
.blockWrap_f899ca0e1e674ccbbac858950867939b .pageTitle {
    font-family: proximanovabold, Arial, Verdana, sans-serif;
    font-weight: 700;
}
.blockWrap_a2c2bb404c3e4c99b91c0d71872f14bf .contentTitle,
.simpleList .contentTitle, .simpleList .contentTitle a {
    font-family: proximanovalight, Arial, Verdana, sans-serif;
    font-weight: 300;
}

/* HP Mobile Styles */
@media only screen and (max-width: 599px) {
.page_e00b3f7930bf44a9af4a89931b583d51 {
    background-image: url(https://static.mywebsites360.com/ad4f6310068d4e1094c5b2e2ab296a72/i/d9afb95bff6641e6b7db9b5d73ba2cb9/1/5feFb8zhrk/mobilebgimage-59c518ce34927.jpg);
    background-position: center top;
}    
div.blockWrap_f899ca0e1e674ccbbac858950867939b {
    padding-top: 60px;
}
div.blockWrap_bc68a570e7c34ceda9bd65d5201dc991,
div.blockWrap_b01dc024f9a84d14bdcf104cb7647800 {
    padding-bottom: 60px;
}
.blockWrap_f899ca0e1e674ccbbac858950867939b .pageTitle,
.blockWrap_b01dc024f9a84d14bdcf104cb7647800 .contentTitle {
    font-size: 45px;
    text-align: center;
}
div.blockWrap_a2c2bb404c3e4c99b91c0d71872f14bf {
        background-image: none !important;
}
div.blockWrap_f936c39cb5524ad89713f057fcf009e1 {
        background-position: 0% 0 !important;
}
}