/* Equalize Simple List Blocks*/

/* Change item class here */
.cols2,
.cols3,
.cols4,
.cols5,
.cols6 { 
display: flex;
flex-direction: row;
flex-wrap: wrap;
min-height: 100%;
}

/* Change item class here */
.cols2 > .item,
.cols3 > .item,
.cols4 > .item,
.cols5 > .item,
.cols6 > .item{
display: flex;
flex-direction: column;
}


/* 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 */


.button, .navContent li .button {
font-family: "raleway", sans-serif;
font-weight: 700;
font-style: normal;
}

.footerContainer{ 
    line-height: 2.3;
        font-family: "raleway", sans-serif!important;
font-weight: 700!important;
font-style: normal!important;
}
.footerContainer p{ 
    line-height: 2.3;
        font-family: "raleway", sans-serif!important;
font-weight: 700!important;
font-style: normal!important;
}
p{
    font-family: "raleway", sans-serif!important;
font-weight: 400;
font-style: normal!important;
}

h1, h2, h3, h4, h5, h6, .pageTitle, .contentTitle, .contentTitle a, .navContainer, .footerContent .contentTitle {
font-family: "raleway", sans-serif;
font-weight: 700;
font-style: normal;
}

/* Button Padding - Sitewide */

.button, .navContent li .button {
    padding: 9px 24px;
    }

/* Footer Headings */

.footerContent .contentTitle {
    font-size: 20px !important;
    margin-bottom: 10px;
}