/* 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; 
    }
}


/* Form Hero */
@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: #032144;
    text-align: left;
}

.madContent {
    font-size: 14px;
    color: #032144;
    text-align: left;
}

.madButton {
    color: #fff !important;
    background-color: #032144;
    border-color: #032144;
    padding: 10px 30px;
}

.madButton:hover {
    color: #fff !important;
    background-color: #3479DB;
    border-color: #3479DB;
}




/* Equalize Simple List Blocks*/

/* Change item class here */
.items_dee671670eba41abbb9ffdd19690eba9 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_dee671670eba41abbb9ffdd19690eba9 > .item {
	display: flex;
	flex-direction: column;
}

/* Full Width Gallery Images in Mobile - Problem & Solutions */

@media only screen and (max-width: 767px) {
    .blockContent.cols2 .imgGridItem {
        width: 100%;
        margin: 0;
        padding: 10px;
    }
}

/* Full Width Gallery Images in Mobile - Phone Images */

@media only screen and (max-width: 767px) {
    .blockContent.cols4 .imgGridItem {
        width: 100%;
        margin: 0;
        padding: 10px;
    }
}