/* 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;
        padding: 15px;
    }
}

.madTitle {
    font-size: 45px; 
    color: #ffffff;
    text-align: left;
}

.madContent {
    font-size: 24px; 
    color: #ffffff;
    text-align: left;
}

.madButton {
    color: #fff !important;
    background-color: #2DD1FD;
    border-color: #2DD1FD;
    padding: 10px 30px;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
}

.madButton:hover {
    color: #fff;
    background-color: #B93F90;
    border-color: #B93F90;
}

/* Form Container - use the following if a form background color is needed */
#madForm {
padding: 40px;
}

/*Targets the parent container of the simple list items*/
.items_cd623dbabf7647e5a9aca8ec811eaa2c {
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   min-height: 100%;
}
/*Targets the child flex items*/
.items_cd623dbabf7647e5a9aca8ec811eaa2c > .item {
   display: flex;
   flex-direction: column;
}


/* 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;
}

.madButton {
    color: #fff;
    background: linear-gradient(to bottom, #32d3ff, #00b4e5);
    padding: 10px 30px;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius:10px;
    font-family: museosansheavy, Arial, Verdana, sans-serif;
    font-weight: 900;
    font-size:14px;
}

.madButton:hover {
    color: #fff;
    background: linear-gradient(to bottom, #b94090, #8b306c);
}

/* Equalize Simple List Blocks*/

/* Change item class here */
.items_cfc74a079e2d47b9ba7da9db2c3d0aab { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_cfc74a079e2d47b9ba7da9db2c3d0aab > .item {
	display: flex;
	flex-direction: column;
}