/* 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;
}

.madTitle {
    font-size: 2.3rem; /*accepts decimals*/
    color: #fff; /*use to change color*/
}

.madContent {
    font-size: 1.1rem; /*accepts decimals*/
    color: #fff; /*use to change color*/
    margin: 20px 0;
}

#madHero .madHero-item {
    padding: 15px;
}

#madHero img {
    max-width: 650px;
    display: block;
    margin-top: 30px;
}

a.button.madButton {
    margin: 0 3px;
}

@media only screen and (min-width: 768px) {
    div#madHero {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        text-align: left;
    }
}

@media only screen and (max-width: 768px) {

.blockContent.block_e363242d84f14c51b5f84ed3f741db93 img {
    width: 100%;
    margin: auto;
    float: none;
    }
    }
    
@media only screen and (max-width: 768px) {

a.button.madButton {
    margin-bottom: 20px;
    }
    }