/*CONTACT FORM*/
.formWrap li {
 list-style-type: none;   
}

/**••••••••••••••••••••••••••••••••••••  NAV CODE STARTS HERE ••••••••••••••••••*/

/*--------------- SECONDARY NAV ---------------*/
/*font and background color*/
.ctaNav {
    background: #e0e0e0;
    color: #333333;
    padding: 10px 0;
    width: 100%;
    display: table;
    box-sizing: border-box;
}
/*content width*/ 
.ctaNav .blockContent {
    margin: 0 auto;
    max-width: 1400px; /*edit based on layout width, 100% if Stretch header & navigation to window edges is selected*/
    text-align: right;
}
.ctaNav .blockInnerContent {
    padding-right: 4%;
    padding-left: 4%;
}
/*link font color*/
.ctaNav a {
    color: #333333;
}
@media only screen and (max-width: 768px) {
    .ctaNav li {
        text-align: center;
        list-style-type: none;
    }
}
@media only screen and (min-width: 768px) {
    .ctaNav li {
        display: inline-block;
        margin-left: 2.5em;
    }
    
    .blockWrap_d995452c9e4546a8a11844563a47b0cf,
.formWrap .blockInnerContent{
 float: left;
 Width: 48%;
}

}


@media only screen and (max-width: 767px) {
    .blockWrap_c6137e3232ac47f79706faafa7e07320 .cols2.imgMgn0 .imgGridItem {
        width: 100%;
    }
        .blockWrap_c6137e3232ac47f79706faafa7e07320 .cols2.imgMgn0 .imgGridItem img {
        width: 100%;
    }
        .blockWrap_c6137e3232ac47f79706faafa7e07320 .cols2.imgMgn0 .imgGridItem .imgEffect {
        width: 100%;
    }
}

/* Custom Mobile Background Image */

@media only screen and (max-width: 768px) {
    div.blockWrap_eb189a514f84442c91af8751c668d9ee {
        background-image: url(https://static.iheartsitebuilder.com/df9c8d58ec0648d6a39689c5f6510d94/i/f86e92f6c4ab4323b589fc20406b906b/1/5feFb8zhrk/mobile.jpg);
    }
}

/* 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: 36px; 
    color: #1f3d53;
    text-align: left;
}

.madContent {
    font-size: 16px; 
    color: #000;
    text-align: left;
}

.madButton {
    color: #fff !important;
    background-color: #df9161;
    border-color: #df9161;
    padding: 10px 30px;
    display: inline-block;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
}

.madButton:hover {
    color: #fff;
    background-color: #eee;
    border-color: #eee;
}