/* 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; 
    }
}

/* Responsive Home Hero Styling */

@media only screen and (max-width: 767px) {
    div.blockWrap_ca1ee18fdbce4f3aa90e5a9067086564 {
        padding-top: 60px;
        padding-bottom: 140px;
        background-color: rgba(0,0,0,0.20); /* Black background with opacity */
    }
    
    .blockWrap_ca1ee18fdbce4f3aa90e5a9067086564 .contentTitle {
        font-size: 50px; 
    }
    
        .blockWrap_ca1ee18fdbce4f3aa90e5a9067086564 .contentTitle {
        font-size: 50px; 
    }
            .blockWrap_ca1ee18fdbce4f3aa90e5a9067086564 .blockInnerContent {
        font-size: 18px; 
    }
    
}

/* Equalize Simple List Blocks*/

/* Change item class here */
.items_dc7394095fb94b4ba407854c4bfeba4b { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_dc7394095fb94b4ba407854c4bfeba4b > .item {
	display: flex;
	flex-direction: column;
}

/* Equalize Simple List Blocks*/

/* Change item class here */
.items_f63321668537495c84a7c008f0459372 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_f63321668537495c84a7c008f0459372 > .item {
	display: flex;
	flex-direction: column;
}

/* Sitewide Banner */

.blockWrap_ff12122f81884f52bca82f299526524d{
background-color: #b20939;
color: #ffffff; 
text-align: center;
padding: 10px;
}

.headerAndNavContainer{
    padding-top: 0px !important;
}