/*Equal Height Containers Row 1 Home Page*/
.items_db8250860689441cba5a37cd18ed039b {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

.items_db8250860689441cba5a37cd18ed039b > .item {
	display: flex;
	flex-direction: column;
}

/*Equal Height Containers Row 2 Home Page*/
.items_bef47cfa99774d748760029263e12691 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

.items_bef47cfa99774d748760029263e12691 > .item {
	display: flex;
	flex-direction: column;
}


/* Equalize Simple List Blocks - Download Free Guide Page*/

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

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


/* 2 Column Form Section */

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

.madContent {
    font-size: 18px; 
    color: #ffffff;
    text-align: left;
}

.madButton {
    color: #ffffff;
    background-color: #0D9B8C;
    border-color: #0D9B8C;
    padding: 10px 30px;
    margin-top: 20px;
}

.madButton:hover {
    color: #000000;
    background-color: #ffffff;
    border-color: #ffffff;
}