/* 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: 45px;
    color: #ffffff;
    text-align: left;    
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.madContent {
    font-size: 18px;
    color: #ffffff;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 0px;
    margin-top: 0px;
    text-align: left;
}

.madButton {
    color: #ffffff !important;
    background-color: #EE0307;
    border-color: #EE0307;
    padding: 10px 30px;
    display: inline-block;
    margin: 20px;
}

.madButton:hover {
    color: #ffffff !important;
    background-color: #0072D6;
    border-color: #0072D6;
}

/*Targets the parent container of the simple list items*/
.items_c9dbacdd4d114cb495b209b60e0d0964 {
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   min-height: 100%;
}
/*Targets the child flex items*/
.items_c9dbacdd4d114cb495b209b60e0d0964 > .item {
   display: flex;
   flex-direction: column;
}

/*Targets the parent container of the simple list items*/
.items_f751eae74df84129a50b941d8d64e6f4 {
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   min-height: 100%;
}
/*Targets the child flex items*/
.items_f751eae74df84129a50b941d8d64e6f4 > .item {
   display: flex;
   flex-direction: column;
}

/* Popup Styles */

.dismiss{
    cursor: pointer;
}
/* End Popup Styles */