/* 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; 
    }
}

/* Desktop Home Hero 2 Column Form */

div#madHero {
    text-align: center;
    padding-top: 20px;
    padding-bottom:20px;
}

div#madHero > div.madHero-item1{
    flex: 1 1 0;
    margin-bottom: 20px;
}

div#madHero > div.madHero-item2{
    flex: 1 1 0;
    margin: 10px;   
}

.madTitle {
    font-size: 70px;
    color: #ffffff;
    font-weight:700;
    margin-bottom: 0px;
    padding-bottom: 10px;
    line-height: .85em;
}

.madButton {

    }
    
.madButton:hover {
}

#herocontent {
    font-size: 20px;
    color: #ffffff;
    line-height: 1.1em;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom:20px
}

@media only screen and (min-width: 768px) {
    div#madHero {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        text-align: left;
    }
}

/* Responsive 2 Column Hero Styling */

@media only screen and (max-width: 767px) {
    
    div#madHero {
    text-align: center;
    padding-top: 40px;
    padding-bottom:10px;
}
         
    div#madHero > div.madHero-item2{
    flex: 1 1 0;
    margin: 0px;
    padding:0px;
    
}
    #heroimg {
        width: 75%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        }
        
    .madTitle {
        font-size: 40px !important;
        margin-top:10px;
   }
   
    #herocontent {
    font-size: 20px;
   }
}