/* Nav Dropdowns */

.navContent ul li ul a {
    white-space: normal !important;
    overflow: visible !important;
    padding: 12px !important;
}

@media only screen and (min-width: 768px) {
    .navContent ul li ul {
        min-width: 250px !important;
        right: auto !important; 
    }
}

/* Button Padding */
.button {
    padding: 10px 20px;
}
    
.navContent li .button {
    padding: 10px 20px;
}

/* Equalize Simple List Blocks*/

/* Change item class here */
.items_c5217b8ab82a47938fd429a6bdea1e0b { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_c5217b8ab82a47938fd429a6bdea1e0b > .item {
	display: flex;
	flex-direction: column;
}


/* Responsive Hero Styling */

@media only screen and (max-width: 767px) {
    div.blockWrap_ffa74ffd4a0c474bb4fac353cc8dfd79 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    
    .blockWrap_ffa74ffd4a0c474bb4fac353cc8dfd79 .contentTitle {
        font-size: 50px; 
    }
}

.blockWrap_ffa74ffd4a0c474bb4fac353cc8dfd79 .contentTitle {
        line-height: 1em !important;
        margin-bottom: -15px;
    }