/*CONTACT FORM*/
.formWrap li {
 list-style-type: none;   
}

/**••••••••••••••••••••••••••••••••••••  NAV CODE STARTS HERE ••••••••••••••••••*/

/*--------------- SECONDARY NAV ---------------*/
/*font and background color*/
.ctaNav {
    background: #e0e0e0;
    color: #333333;
    padding: 10px 0;
    width: 100%;
    display: table;
    box-sizing: border-box;
}
/*content width*/ 
.ctaNav .blockContent {
    margin: 0 auto;
    max-width: 1400px; /*edit based on layout width, 100% if Stretch header & navigation to window edges is selected*/
    text-align: right;
}
.ctaNav .blockInnerContent {
    padding-right: 4%;
    padding-left: 4%;
}
/*link font color*/
.ctaNav a {
    color: #333333;
}
@media only screen and (max-width: 768px) {
    .ctaNav li {
        text-align: center;
        list-style-type: none;
    }
}
@media only screen and (min-width: 768px) {
    .ctaNav li {
        display: inline-block;
        margin-left: 2.5em;
    }
    
    .blockWrap_d995452c9e4546a8a11844563a47b0cf,
.formWrap .blockInnerContent{
 float: left;
 Width: 48%;
}

}



/* Equalize Simple List Blocks board-of-directors*/

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

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

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

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

/* Equalize Simple List Blocks abortion-facts*/

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

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

/** form on home page and image bg**/
@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: #000;
    text-align: left;
}

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

.madButton {
    color: fff;
    background-color: #000;
    border-color: #000;
    padding: 10px 30px;
}

.madButton:hover {
    color: fff;
    background-color: #eee;
    border-color: #eee;
}