/* HP CTA Full Width Styles - 3 CTAs */
/* Note - Make sure to uncheck the height-optimized grid option on the frontend when using this code */

@media only screen and (min-width: 600px) {
.blockWrap_adf7b189bf114edfa13f017ce160fb1e .cols3 .item,
.blockWrap_adf7b189bf114edfa13f017ce160fb1e .cols3 .socialStreamGroup {
    clear: none;
    width: 32.5%;
    margin: .4%;
}
.items_adf7b189bf114edfa13f017ce160fb1e {
    margin-top:0px !important;
}
}
@media only screen and (max-width: 600px) {
    .blockWrap_ceec9d36d67a46679d0524fab8758309 {
        background:none !important;
}
.items_ceec9d36d67a46679d0524fab8758309 .item {
    top: 0 !important;
    padding: 15px !important;
}
}


/* 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 Prodycts Page*/

/* Change item class here */
.items_c10ea553b7cb429680053ba74f4d1e1c { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_c10ea553b7cb429680053ba74f4d1e1c > .item {
	display: flex;
	flex-direction: column;
}