.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;
}

li.featuredblock__item.last-row-item.col-md-6.col-12 {
    transition: 100ms !important;
}

.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;
}

.fit-vids-style {    display:none;}
iframe {    max-width:100%;}
img {    max-width:100%;}
.se__component-edit {    display: none;}