/* 2 Column Form */
div#madHero {
    text-align: center;
    padding: 0px;
}
div#madHero > div.madHero-item{
    flex: 1 1 0;
    margin-bottom: 0px;
    padding:0px;
}
.madTitle {
    font-size: inherit; /*accepts decimals*/
    /*color: #000;*/ /*use to change color*/
}
.madContent {
    font-size: inherit; /*accepts decimals*/
    /*color: #000;*/ /*use to change color*/
}
@media only screen and (min-width: 768px) {
    div#madHero {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        text-align: left;
    }
}

/* 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; 
    }
}
@media only screen and (max-width: 768px){
    .blockWrap_c08353bd3e9343ba8801359a7c136610 iframe{
max-width: 450px !important;
padding-top:30px;
height: 254px;
}
.blockWrap_f899ca0e1e674ccbbac858950867939b .gridView.cols1.oneColWdth1 .item{
    width: 100%!important;
}
.cols4.imgMgn0 .imgGridItem {
    width: 100%!important;
    margin: 0;
}
.blockWrap_dab884bfd4ff4e1dbbf9b6bf8d18efb7 .blockText{
    padding-top:70px!important;
    padding-bottom:80px!important;
}
}