@media only screen and (max-width:767px){
    .cols3.imgMgn0 .imgGridItem,
    .cols3.imgMgn0 .imgGridItem.colSpan2{
    width: 100%!important;
    margin: 0;
        position: relative!important;
    left: auto!important;
    top:auto!important;
    right: auto!important;
}
.blockWrap_d6b74715d3dd4d5b99efa5d778111383 .contentImg{
    height:380px!important;
}
}
/* Equalize Simple List Blocks*/

/* Change item class here */
.items_c5217b8ab82a47938fd429a6bdea1e0b,
.items_e7283708d7a9448f9e6ce01676edf03b{ 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_c5217b8ab82a47938fd429a6bdea1e0b > .item,
.items_e7283708d7a9448f9e6ce01676edf03b > .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; 
    }
}

.button{
    box-shadow: 0 0 0 4px rgba(1,154,255,0.5);
    margin-right: 5px;
    margin-left: 5px;
    background: linear-gradient(269deg, #009aff -0.01%, #3a7ebf 100%)!important;
}

.button:hover{
        box-shadow: 0 0 0 4px rgba(1,154,255,1);
    margin-right: 5px;
    margin-left: 5px;
        background: linear-gradient(90deg, #3a7ebf -11.64%, #1da5ff 49.8%)!important;

}