/* Flip 50-50 Stacking Order in Mobile */

.block_c5e84fee179c4f8188296723dee5a35d {
    display: flex;
    flex-flow: wrap-reverse;
}

/* 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; 
    }
}

/* No Space Simple List */
@media only screen and (min-width: 600px) {
.block_c5217b8ab82a47938fd429a6bdea1e0b .cols3 .item,
.block_c5217b8ab82a47938fd429a6bdea1e0b .cols3 .socialStreamGroup {
    clear: none;
    width: 33.33%;
    margin: 0%;
}
}

/* 2 Column Form */
@media only screen and (min-width: 768px) {
    #madFormContainer,
    #madHeroContent {
        width: 50%;
        float: left;
    }


/*Contact Page 50 50 form*/
    div#madHero {
        display: flex;
        flex-flow: row wrap;
        align-items: top;
    }
}
.madImg {
    padding-bottom: 20px;
}

.madTitle {
    font-size: 30px; 
    color: #000;
    text-align: left;
}

.madContent {
    font-size: 18px; 
    color: #000;
    text-align: left;
}

.madButton {
    color: #242424;
    background-color: #ffffff;
    border-color: #242424;
    padding: 10px 30px;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
}

.madButton:hover {
    color: #fff;
    background-color: #242424;
    border-color: #242424;
}

@media (max-width: 767px) {
    .madColumn,
    .madContent,
    .madTitle {
        text-align: center;
    }
}

/*Mobile Homepage Styles*/

@media (max-width: 767px) {
    .headerContent h1.siteName a {
        font-size: 20px;
    }
    div.block_c5e84fee179c4f8188296723dee5a35d {
        flex-flow: column;
    }
    div.blockWrap_c5e84fee179c4f8188296723dee5a35d .contentTitle {
        font-size: 40px;
    }
    div.blockWrap_c5e84fee179c4f8188296723dee5a35d .blockText,
    div.blockWrap_ac48da732a464d1c8a433dca585f3e25 .blockText {
        text-align: center;
        padding-bottom: 30px;
    }
    div.blockWrap_a0ceea67a15f4de3bfb65fab09b57efb {
        padding-top: 30px;
    }
    .items_a0ceea67a15f4de3bfb65fab09b57efb > .item {
        float: left;
        width: 50%;
        margin: 1em auto 1em auto;
    }
    .items_a0ceea67a15f4de3bfb65fab09b57efb > .item:last-child {
        float: none;
        padding: 0px 0 20px 0;
    }
    .items_a0ceea67a15f4de3bfb65fab09b57efb > .item:nth-child(odd) {
        clear:both;
    }
}

/*Services Homepage Styles*/

@media (max-width: 767px) {
    .blockWrap_b1004d9bbffb4e4abb48f71903a89504 .contentTitle {
        font-size: 33px;
    }
    .items_d76c012f87bc4099960475d2091fbbd9 > .item {
        float: left;
        width: 50%;
        margin: 1em auto 1em auto;
    }
    .items_d76c012f87bc4099960475d2091fbbd9 > .item .contentTitle {
        font-size: 20px;
    }
    .items_d76c012f87bc4099960475d2091fbbd9 > .item .contentImg {
        max-width: 65%;
    }
}
/*Services icons*/
    .items_e7f656260bcc4f94b973bd743165ba84 > .item {
        float: left;
        width: 50%;
        margin: 1em auto 1em auto;
    }
    .items_e7f656260bcc4f94b973bd743165ba84 > .item:nth-child(odd) {
        clear:both;
    }