/* 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; 
    }
}



/* Button Padding - Sitewide */

.button, .navContent li .button {
    padding: 10px 30px;
}

/* Equalize Simple List Blocks*/

/* Change item class here */
.items_e7283708d7a9448f9e6ce01676edf03b { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_e7283708d7a9448f9e6ce01676edf03b  > .item {
	display: flex;
	flex-direction: column;
}

/* Homepage - Mobile Hero Styling */

@media only screen and (max-width: 768px) {
    div.blockWrap_a17eb6632d3644caa83b2c3f7cf7a7fe {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

/* Popup Styles */

.dismiss{
    cursor: pointer;
}

/* Delete code below this line to inherit sitewide styles for text and button */


.popupTitle {
    font-size: 30px;
    color: #000000;
    margin-top: 20px;
    line-height: 1.1;
    padding-bottom: 0;
}

/* End Popup Styles */