@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: #D10000;
    text-align: left;
}

.madContent {
    font-size: 16px; 
    color: #000;
    text-align: left;
}

.madButton {
    color: #ffffff !important;
    background-color: #D10000;
    border-color: #D10000;
    padding: 15px 30px;
}

.madButton:hover {
    color: #ffffff !important;
    background-color: #540101;
    border-color: #540101;
}

/**********************
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 - Pin Buttons to Bottom
******************************/

/* Change item class here */
.items_c9b4a5b5492c4bcdae5f1c4ad817f117 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_c9b4a5b5492c4bcdae5f1c4ad817f117 > .item {
	display: flex;
	flex-direction: column;
}