@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: #000;
    border-color: #000;
    padding: 10px 30px;
}

.madButton:hover {
    color: fff;
    background-color: #eee;
    border-color: #eee;
}
/* Equalize Simple List Blocks*/

/* Change item class here */
.items_cb1196cf665b473bbee2961f22767a9b { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_cb1196cf665b473bbee2961f22767a9b > .item {
	display: flex;
	flex-direction: column;
}


/* Equalize Simple List Blocks - Pin Buttons to Bottom*/

/* Change item class here */
.items_cb1196cf665b473bbee2961f22767a9b { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_cb1196cf665b473bbee2961f22767a9b > .item {
	display: flex;
	flex-direction: column;
  position: relative;
}

/* Change item class here */
.items_cb1196cf665b473bbee2961f22767a9b > .item .button {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px; 
}

/* Change item class here */
.items_cb1196cf665b473bbee2961f22767a9b > .item p {
    margin-bottom: 73px;
}

/* Equalize Simple List Blocks*/

/* Change item class here */
.items_bd79072f5afe43d09ad130e7e9945bdd,
.items_c8e96583da0a4c6196e82398bbb16057,
.items_c9c42b875c7b4fa28c5d574ddf7f991e { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_bd79072f5afe43d09ad130e7e9945bdd > .item,
.items_c8e96583da0a4c6196e82398bbb16057 > .item,
.items_c9c42b875c7b4fa28c5d574ddf7f991e > .item {
	display: flex;
	flex-direction: column;
}

/* Responsive Inline Simple List */

@media only screen and (max-width: 767px) {
    #page_b3bec1f711824613a2e5193e4ba44cd3 .listView.vAlgn1 .itemPreview.hasImg, 
    #page_b3bec1f711824613a2e5193e4ba44cd3 .listView.vAlgn2 .itemPreview.hasImg {
        display: block;
    }
    
    #page_b3bec1f711824613a2e5193e4ba44cd3 .listView .itemPreview.hasImg .itemImg {
        width: 100%;
        margin-bottom: 20px;
    }
    
    #page_b3bec1f711824613a2e5193e4ba44cd3 .listView .itemPreview.hasImg .itemContent {
        width: 100%;
    }
}