/* 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; 
    }
}

/* Full Width Gallery Images in Mobile */

@media only screen and (max-width: 767px) {
    .blockContent.cols2 .imgGridItem {
        width: 100%;
        margin: 0;
        padding: 10px;
    }
}

@media only screen and (max-width: 767px) {
        .blockContent.cols3 .imgGridItem {
        width: 100%;
        margin: 0;
        padding: 0px;
     }
}

@media only screen and (max-width: 767px) {
    .blockContent.cols4 .imgGridItem {
        width: 100%;
        margin: 0;
        padding: 0px;
    }
}

/* Responsive Hero Styling */

@media only screen and (max-width: 767px) {
    div.blockWrap_ca1ee18fdbce4f3aa90e5a9067086564 {
        padding-top: 120px;
        padding-bottom: 120px;
    }
    
    .blockWrap_ca1ee18fdbce4f3aa90e5a9067086564 .contentTitle {
        font-size: 50px; 
    }
}

/* CUSTOM H1 HOME HERO STYLING */
.blockWrap_ca1ee18fdbce4f3aa90e5a9067086564 .contentTitle {
    font-size: 65px;
    text-align: center;
    font-weight: 900;
    letter-spacing: .2em;
    padding-left: .2em;

/* Equalize Simple List Blocks*/

/* Change item class here */
.items_a1afdd7112e44c95a249dc995e1fee3c { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* 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;