/* 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;
}


/* Custom Font Import - Overrides Sitewide Settings */

p {
font-family: "montserrat", sans-serif;
font-weight: 400;
font-style: normal;
}

h1, h2, h3, h4, h5, h6, .pageTitle, .contentTitle, .contentTitle a,  .button, .navContent li .button, .footerContainer, .navContainer  {
font-family: "montserrat", sans-serif;
font-weight: 700;
font-style: normal;
}

/* Button Padding - Sitewide */

.button, .navContent li .button {
    padding: 15px 30px;
}

/* Footer Styles */
.footerContainer .contentTitle {
    font-size: 18px;
        margin-bottom: 10px;
}
/* .footersubtitle {
    color:#d05025 !important;
    font-weight:900 !important;
    font-size:24px !important;
    text-align:center !important;
} */