/* Sitewide Banner */

.blockWrap_ee290948436e4a09beff924f8d6964d3{
background-color: #e19f16;
color: #ffffff; 
text-align: center;
padding: 10px;
}

.headerAndNavContainer{
padding-top: 0px !important;
}

/* Equalize Simple List Blocks*/

/* Change item class here */
.items_bc73beff39234a5797ff4d9ca621372d,
.items_c2560b082c8844eba5aa0493ae2ebdad { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_bc73beff39234a5797ff4d9ca621372d > .item
.items_c2560b082c8844eba5aa0493ae2ebdad > .item {
	display: flex;
	flex-direction: column;
}

/* 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: 30px; 
    color: #000000;
    text-align: left;
}

.madContent {
    font-size: 18px; 
    color: #000000;
    text-align: left;
}

.madButton {
    color: black!important;
    font-weight: bold;
    background-color: #86f1e5;
    border-color: #86f1e5;
    border-width: 4px;
    padding: 10px 30px;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
}

.madButton:hover {
    color: #ffffff!important;
    background-color: #000000;
    border-color: #86f1e5;
}