/* 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; 
    }
}

/* Custom Font Import - Overrides Sitewide Settings */

.navContainer, .navContent ul li a {
font-family: "roboto", sans-serif;
font-weight: 700;
font-style: normal;
}

/*p*/ .button, .navContent li .button /* .footerContainer */ {
font-family: "roboto", sans-serif;
font-weight: 400;
font-style: normal;
}

h1, h2, h3, h4, h5, h6, .pageTitle, .contentTitle, .contentTitle a {
font-family: "roboto", sans-serif;
font-weight: 400;
font-style: normal;
}

/* Button Padding - Sitewide */

.button, .navContent li .button {
    padding: 5px 20px;
}

/* Footer Headings */

.footerContent .contentTitle {
    font-size: 30px !important;
    margin-bottom: 10px;
}

/* Footer Divider */

.block_fcd4d3bbf33f49e2a2dc8cdee99ed756 .contentTitle:not(.item):last-child {
    margin-top: 20px;
    margin-bottom: 20px;
}

/* Blog Background */

.page_blogsCollection
 {
    background-color: #ffffff !important;
}