/* Equalize Simple List Blocks*/

/* Change item class here */
.items_b0da9bb52d0f4a319026fc7ed3262850 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_b0da9bb52d0f4a319026fc7ed3262850 > .item {
	display: flex;
	flex-direction: column;
}

/* 50 50 form hero */
@media only screen and (min-width: 768px) {
    #madFormContainer,
    #madHeroContent {
        width: 50%;
        float: center;
    }

    div#madHero {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
    }
}

.madTitle {
    font-size: 29px; 
    color: #000;
    text-align: center;
}

.madContent {
    font-size: 18px; 
    color: #000;
    text-align: center;
}

.madButton {
    color: fff;
    background-color: #000;
    border-color: #000;
    padding: 10px 30px;
}

.madButton:hover {
    color: fff;
    background-color: #eee;
    border-color: #eee;
}

/* Responsive Inline Simple List */

@media only screen and (max-width: 767px) {
    #page_b6bf74847b744dffb3d504e29cb2216f .listView.vAlgn1 .itemPreview.hasImg, 
    #page_b6bf74847b744dffb3d504e29cb2216f .listView.vAlgn2 .itemPreview.hasImg {
        display: block;
    }
    
    #page_b6bf74847b744dffb3d504e29cb2216f .listView .itemPreview.hasImg .itemImg {
        width: 100%;
        margin-bottom: 20px;
    }
    
    #page_b6bf74847b744dffb3d504e29cb2216f .listView .itemPreview.hasImg .itemContent {
        width: 100%;
    }
}

/* 2 Column Simple List in Mobile */

@media only screen and (max-width: 767px) {
    .items_af967f791d514e8b84154527e6ec3477 .item {
        width: 50%;
        float: left;
    }
}

/* Custom Mobile Background Image */

@media only screen and (max-width: 768px) {
    div.blockWrap_a4a3ebc12e1c4f079e46d9dd4e3b7c80 {
        background-image: url(https://static.mywebsites360.com/e0dc329335cd41b0987093fcc7747f29/i/d52dfc275ec44d7b8c12794c17b050bd/1/4SoifmQp45JMgBnHm9g4L/mobile%20bg%20A.jpg);
    }
}