/* 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; 
    }
}





/* Home PAGE - Equalize Simple List Blocks*/

/* Change item class here */
.items_db449f68562643fb95fda9ce727e1278 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_db449f68562643fb95fda9ce727e1278 > .item {
	display: flex;
	flex-direction: column;
}



/* BLOG PAGE - Equalize Simple List Blocks*/

/* Change item class here */
.items_ac66f5f221594fea800379973d9c96cb { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_ac66f5f221594fea800379973d9c96cb > .item {
	display: flex;
	flex-direction: column;
}


/* SESSIONS PAGE - Equalize Simple List Blocks*/

/* Change item class here */
.items_c7f53fe76c3e4547967e964ba3731570 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_c7f53fe76c3e4547967e964ba3731570 > .item {
	display: flex;
	flex-direction: column;
}

/* Popup Styles */

.dismiss{
    cursor: pointer;
}

/* End Popup Styles */


/* Equalize Simple List Blocks CTSC*/

/* Change item class here */
.items_b2c8a0770c134370b9494a38445dd87a { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_b2c8a0770c134370b9494a38445dd87a > .item {
	display: flex;
	flex-direction: column;
}