/* Nav Dropdowns */

.navContent ul li ul a {
    white-space: normal !important;
    overflow: visible !important;
    letter-spacing: 0px;
    font-size: 16px;
}
@media only screen and (min-width: 768px) {
    .navContent ul li ul {
        min-width: 250px !important;
        right: auto !important; 
    }
}


/* Custom Font Import - Overrides Sitewide Settings */

.navContainer, .button, .navContent li .button, h1, h2, h3, h4, h5, h6, .pageTitle, .contentTitle, .contentTitle a, .footerContent .contentTitle  {
font-family: "roboto", sans-serif;
font-weight: 600;
font-style: normal;
}

p, .footerContainer {
font-family: "roboto", sans-serif;
font-weight: 400;
font-style: normal;
}

/* Button Padding - Sitewide */

.button, .navContent li .button {
    padding: 12px 35px;
}

/* Footer Headings */

.footerContent .contentTitle {
    font-size: 32px !important;
    margin-bottom: 10px;
}