.editable ul + *, .editable ol + *, .editable__container ul + *, .editable__container ol + * {
	clear: none;
}
.header-b .header-partial-navigation,
.header-g .header-partial-navigation {
    flex: auto;
}
.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;
}

.header-f .column-1 .logo__image img {
    max-height: 225px;
}

.header-b .row-2 .logo__image img {
    max-height: 225px;
}

.section--dark .component__subtitle, .section--dark .stats-a .stats-item .stat__subtitle, .stats-a .stats-item .section--dark .stat__subtitle {
    color: white;
}

.blog-post__thumbnail {
    padding-top: 100%;
}
.logo__image img {
    width: 100% !important;
    max-height: 150px !important;
}

@media (min-width: 992px) {
.section.banner-c-image-overlapped .section--light .banner-c .banner__subtitle {
    color: white;
}
}