/*Hide Logo on Desktop*/
@media only screen and (min-width: 768px) {
    .siteName {
        display: none;
        }
    }

/*Sitewide 3-Column Banner*/   
.blockWrap_c613c8a628964bef9e2c9be64abdf896{
background-color: #E8E7E6;
padding-top: 20px;
padding-bottom: 20px;
    }
    
/*Hide Sitewide 3-Column Banner on Mobile*/    
@media only screen and (max-width: 768px) {
    .blockWrap_c613c8a628964bef9e2c9be64abdf896 {display: none;}
    }

/*About Us 2-Column Hero*/    
    @media only screen and (min-width: 768px) {
    #madFormContainer,
    #madHeroContent {
        width: 50%;
        float: left;
    }

    div#madHero {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
    }
}

/* Equalize Simple List Blocks*/

/* Change item class here */
.items_a1afdd7112e44c95a249dc995e1fee3c { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}
/* Equalize Simple List Blocks*/

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

/* Change item class here */
.items_d1de53b6a5c3477593ebb5560bc5c443 > .item {
	display: flex;
	flex-direction: column;
}

/* Reduce size of buttons on mobile */
@media only screen and (max-width: 768px) {
 button, .button, a.button,  input[type=submit] {
     font-size: 25px !important;
     }
}