/* 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: 40px; 
    color: #ffffff;
    text-align: left;
}

.madContent {
    font-size: 24px; 
    color: #ffffff;
    text-align: left;
}

.madButton {
    color: #fff;
    background-color: #ff0000;
    border-color: #ff0000;
    padding: 10px 30px;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
}

.madButton:hover {
    color: #ffffff;
    background-color: #a50027;
    border-color: #a50027;
}

/*Targets the parent container of the simple list items*/
.items_fb4a610356ce4976be0f0b7fb4dd9d62 {
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   min-height: 100%;
}
/*Targets the child flex items*/
.items_fb4a610356ce4976be0f0b7fb4dd9d62 > .item {
   display: flex;
   flex-direction: column;
}

/*Targets the parent container of the simple list items*/
.items_c4f947aacbca4c7fb166d821c3892905 {
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   min-height: 100%;
}
/*Targets the child flex items*/
.items_c4f947aacbca4c7fb166d821c3892905 > .item {
   display: flex;
   flex-direction: column;
}

/*Targets the parent container of the simple list items*/
.items_d696f6fd3b124cfaa7e92458e5ed7328 {
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   min-height: 100%;
}
/*Targets the child flex items*/
.items_d696f6fd3b124cfaa7e92458e5ed7328 > .item {
   display: flex;
   flex-direction: column;
}

/* 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; 
    }
}