/* No Space Simple List */
@media only screen and (min-width: 600px) {
.block_cfb0075e8a7443a5aa578a64bf53150a .cols3 .item,
.block_cfb0075e8a7443a5aa578a64bf53150a .cols3 .socialStreamGroup {
    clear: none;
    width: 33.33%;
    margin: 0%;
}
}

/* No Space Simple List */
@media only screen and (min-width: 600px) {
.block_cb0cc1424e0b4f5092d005ac307847cb .cols3 .item,
.block_cb0cc1424e0b4f5092d005ac307847cb .cols3 .socialStreamGroup {
    clear: none;
    width: 33.33%;
    margin: 0%;
}
}

/* Full Width Gallery Images in Mobile */

@media only screen and (max-width: 767px) {
    .blockContent.cols6 .imgGridItem {
        width: 100%;
        margin: 0;
        padding: 10px;
    }
}

/* Mobile Padding Hero */

@media only screen and (max-width: 767px) {
    div.block_c3ebf2251b654d00b4a909630237c7e3 {
    padding-top: 30px;
    padding-bottom: -200px;
    }
 }
 
 /* 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; 
    }
}

/* Equalize Simple List Blocks*/

/* Change item class here */
.items_bdaca54cdbdb490aa43719c7380cc43d { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_bdaca54cdbdb490aa43719c7380cc43d > .item {
	display: flex;
	flex-direction: column;
}


/* Equalize Simple List Blocks*/

/* Change item class here */
.items_fee856beaab9469a999b8afd73451b76,
.items_ac94db19e04d47a9991409249bcf154b { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_fee856beaab9469a999b8afd73451b76 > .item,
.items_ac94db19e04d47a9991409249bcf154b > .item {
	display: flex;
	flex-direction: column;
}

/* Equalize Simple List Blocks*/

/* Change item class here */
.items_c6399cb2d2f1444abf76831b7243b339,
.items_e8d7eae8814d46198c3f6a1846bd2acf { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_c6399cb2d2f1444abf76831b7243b339 > .item,
.items_e8d7eae8814d46198c3f6a1846bd2acf > .item {
	display: flex;
	flex-direction: column;
}