/* Equalize Simple List Blocks*/

/* Change item class here */
.items_e7151ec60a364c71a2c41567927ed382  { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_e7151ec60a364c71a2c41567927ed382 > .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: 50px; 
    color: #ffffff;
    text-align: left;
}

.madContent {
    font-size: 18px; 
    color: #ffffff;
    text-align: left;
}

.madButton {
    color: #ffffff !important; 
    background-color: #18829c;
    padding: 7px 15px;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 100px;
    font-size: 18px;
    font-weight: medium;
}

.madButton:hover {
    color: #ffffff;
    background-color: #00cfee;
}

/* Mobile Hero Image Styles */
@media only screen and (max-width: 599px) {
div.blockWrap_ca4b750d0f3942869ca187c49e05353f {
    padding-top: 20px;
    padding-bottom: 50px;    
}
.blockWrap_ca4b750d0f3942869ca187c49e05353f .blockImg img {
    width: 250px;
}
.blockWrap_ca4b750d0f3942869ca187c49e05353f .blockText {
    text-align: center !important;
}
.blockWrap_ca4b750d0f3942869ca187c49e05353f .contentTitle {
    font-size: 40px;
}
}