/* 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: left;
    padding: 15px;
}

div#madHero > div.madHero-item{
    flex: 1 1 0;
    margin-bottom: 20px;
}

.madTitle {
    font-size: 47px !important; /* Specific pixel size */
    max-width: 400px;           /* Forces text to wrap at 400px */
    line-height: 1.2;           /* Adds breathing room between large lines */
    color: #ffffff !important; /*use to change color*/
}

.madContent {
    font-size: 18px !important; /* Specific pixel size */
    max-width: 400px;           /* Forces text to wrap at 400px */
    font-weight: bold; /* This makes the text bold */
    line-height: 1.6;           /* Standard readability for paragraphs */
    color: #ffffff !important; /*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;
    }
}
/* 2 Column Form Contact Us */

div#madHerocu {
    text-align: center;
    padding: 15px;
}

div#madHerocu > div.madHero-itemcu{
    flex: 1 1 0;
    margin-bottom: 20px;
}

.madTitlecu {
    font-size: 1.8rem; /*accepts decimals*/
    /*color: #000;*/ /*use to change color*/
}

.madContentcu {
    font-size: 1.1rem; /*accepts decimals*/
    max-width: 400px;           /* Forces text to wrap at 400px */
    /*color: #000;*/ /*use to change color*/
}


@media only screen and (min-width: 768px) {
    div#madHerocu {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        text-align: left;
    }
}