.section--dark .banner-a .banner__title {
	text-transform: uppercase;
}

.wrap__page-content ul, .wrap__page-content ol, .wrap__editable ul, .wrap__editable ol, .wrap__editable-content ul, .wrap__editable-content ol, .staff-member ul, .staff-member ol, .editable ul, .editable ol, .form ul, .form ol {
	clear: none;
}
.editable ul + *, .editable ol + *, .editable__container ul + *, .editable__container ol + * {
	clear: none;
}

.form__group input, .form__group select, .form__group textarea {
	width: 100% !important;
	padding: 10px;
	border-radius: 7px;
	color: #111;
    background: #fff;
    border-color: #d0d0d0;
    transition: all .3s;
}
.form__group {
    margin-top: 12px;
    margin-bottom: 16px;
}
.error {
    color: red !important;
}
p.leadFormInfo {
    text-align: center;
}
input.btn.submit {
    text-transform: uppercase;
    text-align: center;
    border-radius: 20px;
    width: 13.75rem;
    max-width: 100%;
    height: 2.25rem;
    margin-top: 24px;
    margin-bottom: 0;
    padding: 4px 8px;
    font-family: noto-sans,Arial,Helvetica,sans-serif;
    font-size: 1rem;
    line-height: 16px;
    transition: color .3s,background-color .3s,border .3s;
    margin: auto;
	display: block;
}

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.13%; }
.span_1_of_3 { width: 32.26%; }

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
}