/*HOME PAGE - Targets the parent container of the simple list items*/
.items_e9f3e4c9a3e44ce08d1a6603c3630cfe {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}
/*Targets the child flex items*/
.items_e9f3e4c9a3e44ce08d1a6603c3630cfe > .item {
	display: flex;
	flex-direction: column;
}

/* HOME PAGE HERO - Flip 50-50 Stacking Order in Mobile */

.block_fd1a11745d874ec6a0ca7fef20423ddd {
    display: flex;
    flex-flow: wrap-reverse;
}

/*BLOG PAGE -Targets the parent container of the simple list items*/
.items_ac66f5f221594fea800379973d9c96cb {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}
/*Targets the child flex items*/
.items_ac66f5f221594fea800379973d9c96cb > .item {
	display: flex;
	flex-direction: column;
}

/*VoIP PAGE -Targets the parent container of the simple list items*/
.items_a50322cc3fad441da61a5dcfa452b204 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}
/*Targets the child flex items*/
.items_a50322cc3fad441da61a5dcfa452b204 > .item {
	display: flex;
	flex-direction: column;
}

/* 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; 
    }
}