/* 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: #ffffff;
    font-weight: bold;
    background-color: #000;
    border-color: #000;
    padding: 10px 30px;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 80px;
}

.madButton:hover {
    color: #252525;
    background-color: #ffd700;
    border-color: #ffd700;
}

/* Peekaboo Strapz How to Guide Equalize Simple List Blocks*/

/* Change item class here */
.items_c25113b567634afebb7533499577bdff { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_c25113b567634afebb7533499577bdff > .item {
	display: flex;
	flex-direction: column;
}