/* Responsive Hero Styling */

@media only screen and (max-width: 767px) {
    div.blockWrap_a0a0f2486ede46789947e6907b8e8bff {
        padding-top: 80px;
        padding-bottom: 10px;
    }
    
    .blockWrap_a0a0f2486ede46789947e6907b8e8bff .contentTitle {
        font-size: 35px; 
    }
}
/* Responsive Hero StylingPT 2 */

@media only screen and (max-width: 767px) {
    div.blockWrap_e70be300977c4e199c55184974b10bba {
        padding-top: 10px;
        padding-bottom: 80px;
    }
    
    .blockWrap_e70be300977c4e199c55184974b10bba .contentTitle {
        font-size: 22px; 
    }
}
/* Custom Mobile Background color homepage */

@media only screen and (max-width: 768px) {
    div.blockWrap_cbcee458424f40a48579a6acd5c1b0c5 {
        background-color: #ffffff;
    }
}

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

.madContent {
    font-size: 18px; 
    color: #fff;
    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;
}






/* Full Width Gallery Images in Mobile */

@media only screen and (max-width: 767px) {
    .blockContent.cols3 .imgGridItem {
        width: 100%;
        margin: 0;
        padding: 10px;
    }
}