/* 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-family: brandongrotesqueblack, Arial, Verdana, sans-serif;
    font-weight: 900 !important;
    font-size: 45px !important; 
    color: #fff !important;
    text-align: left;
}
.madContent {
    font-size: 18px !important; 
    color: #fff !important;
    text-align: left;
}
#madFormContainer h2 {
    font-family: brandongrotesqueblack, Arial, Verdana, sans-serif;
    font-weight: 900 !important;
    font-size: 22px !important; 
    color: #fff !important;
    text-align: left;
}
.madButton {
    color: #fff !important;
    background-color: #EE2E24 !important;
    border:none;
    padding: 10px 30px;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: brandongrotesqueblack, Arial, Verdana, sans-serif;
    font-weight: 900 !important;
}
.madButton:hover {
    color: #fff !important;
    background-color: #5f2313 !important;
    border-color: #eee;
}

/* list styles */
.block_ec98b3dc67a442ba9a7285763c96927e ul,
.block_c16b273bf0f64941b7073a520e9ee102 ul {
    list-style-image: url(https://static.mywebsites360.com/a0a36051601f42da995cea6894d9bb0d/i/ccc5d038ef78455ca8a8d99b525fd185/1/5feFb8zhrk/check16.png);
    font-size: 16px;
}
.block_ec98b3dc67a442ba9a7285763c96927e li,
.block_c16b273bf0f64941b7073a520e9ee102 li {
    margin-bottom: 8px;
}


/* Nav Dropdowns */

.navContent ul li ul a {
    white-space: normal !important;
    overflow: visible !important;
}

@media only screen and (min-width: 768px) {
    .navContent ul li ul {
        min-width: 250px !important;
        right: auto !important; 
    }
}