/* 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 Home Page*/

/* Change item class here Upper*/
.items_bfdef8b5d3b24b28ba0d6f4ab81506f0 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_bfdef8b5d3b24b28ba0d6f4ab81506f0 > .item {
	display: flex;
	flex-direction: column;
}

/* Change item class here Lower*/
.items_eb6855701cdd4efbb5568d41baef6604 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_eb6855701cdd4efbb5568d41baef6604 > .item {
	display: flex;
	flex-direction: column;
}

/* 2 Column Form */
@media only screen and (min-width: 768px) {
    #madFormContainer,
    #madHeroContent {
        width: 40%;
        float: left;
    }

    div#madHero {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
    }
}

.madTitle {
    font-size: 20px; 
    color: #3D82C9;
    text-align: left;
}

.madSubtitle {
    font-size: 60px; 
    color: #1E4488;
    text-align: left;
}

/* Custom Mobile Background Image */

@media only screen and (max-width: 768px) {
    div.blockWrap_f3dd6a10b53e4f10921ba270b7dbd12e {
        background-image: url(https://static.mywebsites360.com/a5fd2725f76e4333b24d45a2998c7e4c/i/f27c8b9d36d441e788ef2674a94c5811/1/5feFb8zhrk/mobile.jpg);
    }
}