/* Button Padding */
.button {
    padding: 10px 20px;
}
.navContent li .button {
    padding: 10px 20px;
}


/* 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; 
    }
}


/* Equalize Simple List Blocks*/

/* Change item class here */
.items_c771e07d74be44f28953c7fe35304f5a { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_c771e07d74be44f28953c7fe35304f5a > .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: 50px; 
    color: white;
    text-align: left;
}

.madContent {
    font-size: 18px; 
    color: white;
    text-align: left;
}

.madButton {
    color: white;
    background-color: #0D3D7C;
    border-color: #000;
    padding: 10px 30px;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
}

.madButton:hover {
    color: #0D3D7C;
    background-color: white;
    border-color: #0D3D7C;
}