/* 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; 
    }
}

/* HomeEqualize Simple List Block 1*/

/* Change item class here */
.items_a0dad65762b64cfebfdd56cf95771105 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_a0dad65762b64cfebfdd56cf95771105 > .item {
	display: flex;
	flex-direction: column;
}

/* HomeEqualize Simple List Block 2*/

/* Change item class here */
.items_b8d6a47f5d04494aa8a27dc7bbaad7ca { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_b8d6a47f5d04494aa8a27dc7bbaad7ca > .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: 30px; 
    color: #000;
    text-align: left;
}

.madContent {
    font-size: 18px; 
    color: #000;
    text-align: left;
}

.madButton {
    color: #fff;
    background-color: #8afa10;
    border-color: #8afa10;
    padding: 10px 30px;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
}

.madButton:hover {
    color: #fff;
    background-color: #e8e8e8;
    border-color: #e8e8e8;
}

.responsive {
  width: 100%;
  height: auto;
}