/* Responsive Hero Styling */

@media only screen and (max-width: 767px) {
    div.blockWrap_e5a79923d12f44f28653e6d930f1e0c8 {
        padding-top: 100px;
        padding-bottom: 30px;
    }
    
    .blockWrap_e5a79923d12f44f28653e6d930f1e0c8 .contentTitle {
        font-size: 56px; 
    }
    .blockWrap_e5a79923d12f44f28653e6d930f1e0c8 .blockInnerContent {
        font-size: 18px; 
    }
}

/* 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%;
}
}

/* Equalize Simple List Blocks*/

/* Change item class here */
.items_a14db073fce4473f8a296d7f52eea9fd { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_a14db073fce4473f8a296d7f52eea9fd > .item {
	display: flex;
	flex-direction: column;
}
/* 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; 
        text-decoration: capitalize;
    }
}

/* 2 Column Form */
@media only screen and (min-width: 768px) {
    #madFormContainer,
    #madHeroContent {
        width: 50%;
        float: left;
    }
/* General CSS */
body {
margin: 10px; /* must use if you are putting a drop shadow around the form container */ 
}
    div#madHero {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
    }
}

.madTitle {
    font-size: 40px; 
    color: #363432;
    text-align: left;
}

.madsubTitle {
    font-size: 30px; 
    color: #363432;
    text-align: left;
}

.madContent {
    font-size: 18px; 
    color: #363432;
    text-align: left;
}

.madButton {
    color: #fff !important;
    background-color: #0287C9;
    border-color: #0287C9;
    padding: 10px 30px;
    border-radius: 30px; 
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
}

.madButton:hover {
    color: #fff !important;
    background-color: #2FB1AB;
    border-color: #2FB1AB;
}