/* 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 - Homepage */

/* Change item class here */
.items_e7283708d7a9448f9e6ce01676edf03b { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_e7283708d7a9448f9e6ce01676edf03b > .item {
	display: flex;
	flex-direction: column;
}

/* Text Block Background Color - 50-50 Image - Commercial Page */
.block_b429ec48de8841abaa446b7f2f5db7d9.blockContent.layoutC .blockText, 
.block_b429ec48de8841abaa446b7f2f5db7d9.blockContent.layoutD .blockText  {
    background-color: rgba(13, 25, 130, .8);
    color: #ffffff;
    padding: 40px;
}


/* 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: 60px; 
    color: #FFF;
    text-align: left;
}

.madContent {
    font-size: 25px; 
    color: #FFF;
    text-align: left;
}

#madHeroContent div {
    padding: 20px;
}

.madButton {
    color: #fff !important;
    background-color: transparent;
    border: 2px solid #FFFFFF;
    padding: 10px 30px;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
}

a.madButton {
    text-decoration:none !important;
}

.madButton:hover {
    color: #0d1982;
    background-color: #eee;
    border-color: #eee;
}