/* Equalize Simple List Blocks*/

/* Change item class here */
.cols2, .cols3, .cols4, .cols5, .cols6 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.cols2 > .item 
.cols3 > .item 
.cols4 > .item 
.cols5 > .item 
.cols6 > .item {
	display: flex;
	flex-direction: column;
}


@media only screen and (max-width:767px){
    .cols4.imgMgn0 .imgGridItem {
    width: 50%!important;
    margin: 0;
}
.cols4 .imgGridItem .imgHover-content{
    display:block!important;
}
.blockWrap_b77450c9fec54bb3b96b76b16bcfa097 .blockText{
    padding-bottom:90px!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; 
    }
}


/* 2 Column Form */

div#madHero {
    text-align: center;
    padding: 15px;
}

div#madHero > div.madHero-item{
    flex: 1 1 0;
    margin-bottom: 20px;
    color: #fff;
}

.madTitle {
    font-size: 45px; /*accepts decimals*/
    color: #fff;
}

.madContent {
    font-size: 16px; /*accepts decimals*/
    color: #fff; /*use to change color*/
    padding-bottom: 15px;
}

.madButton {
    transition: border-color 200ms, color 200ms, background-color 200ms;
    display: inline-block;
    line-height: 1.8;
    padding: .25em 1em;
    box-sizing: border-box;
    color: #FFF !important;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-family: omnesprosemibold, Arial, Verdana, sans-serif;
    font-style: normal;
    font-weight: 600;
    border-radius: 4px;
    background: rgba(47, 53, 144, 0);
    font-size: 16px;
    border-color: #FFF;
    border-width: 2px;
    border-style: solid;
}


@media only screen and (min-width: 768px) {
    div#madHero {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        text-align: left;
    }
}