/* 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 */
@media only screen and (min-width: 768px) {
    #madFormContainer,
    #madHeroContent {
        width: 50%;
        float: left;
    }

    div#madHero {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
    }
}

.madTitle {
    font-size: 30px; 
    color: #fff;
    text-align: left;
}

.madContent {
    font-size: 18px; 
    color: #fff;
    text-align: left;
}

.hero-madButton {
    color: #fff !important;
    background-color: #242424;
    padding: 10px 30px;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
    border:2px solid #e5c676;
    font-weight:bold;
}

.hero-madButton:hover {
    color: #242424 !important;
    background-color: #e5c676;
    border-color: #e5c676;
}

.mw-img-wrap {
    display:flex;
    justify-content:center
    
}

.mw-img-wrap img {
    width:100%
}

.mw-hero-button-wrap {
    display:flex;
    justify-content:center;
}