/* No Space Simple List */
@media only screen and (min-width: 600px) {
.block_ee6aaa8b0af54da58169d49a831c98ba .cols4 .item,
.block_ee6aaa8b0af54da58169d49a831c98ba .cols4 .socialStreamGroup {
    clear: none;
    width: 25%;
    margin: 0%;
}
}

/* Equalize Simple List Blocks*/

/* Change item class here */
.items_c7f53fe76c3e4547967e964ba3731570 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}
items_f6fe8937f1e44f109840ed0949226dc9
/* Change item class here */
.items_c7f53fe76c3e4547967e964ba3731570 > .item {
	display: flex;
	flex-direction: column;
}

/* Equalize Simple List Blocks Reviews*/

/* Change item class here */
.items_b767258ea508421684e412dfff075dde { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_b767258ea508421684e412dfff075dde > .item {
	display: flex;
	flex-direction: column;
}

/* Equalize Simple List Blocks Homepage CTAs*/

/* Change item class here */
.items_f6fe8937f1e44f109840ed0949226dc9 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_f6fe8937f1e44f109840ed0949226dc9> .item {
	display: flex;
	flex-direction: column;
}

/* Equalize Simple List Blocks Purchasing Managment*/

/* Change item class here */
.items_bf98a6478b104856873fc4c1306c6ee4 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_bf98a6478b104856873fc4c1306c6ee4> .item {
	display: flex;
	flex-direction: column;
}

/* Equalize Simple List Blocks blogs*/

/* Change item class here */
.items_ac66f5f221594fea800379973d9c96cb { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* 50 50 on contact page */
.items_ac66f5f221594fea800379973d9c96cb> .item {
	display: flex;
	flex-direction: column;
}

@media only screen and (min-width: 768px) {
    #madFormContainer,
    #madHeroContent {
        width: 50%;
    text-align: center;
    }

    div#madHero {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
    }
}

.madTitle {
    font-size: 30px; 
    color: #000;
    text-align: center;
}

.madContent {
    font-size: 18px; 
    color: #000;
    text-align: center;
}

/* 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; 
    }
}