.formcopy--section.blue-bg-mod {
	background: #00a1e1;
	color: #fff;
}

.formcopy--section.blue-dark-bg-mod {
	background: #005677;
	color: #fff;
}

.formcopy--section.blue-bg-arches-mod {	
	background: url(../../images/cta--bg.svg);
	background-size: cover;
	background-position: center top;
	color: #fff;
}

.formcopy--section {
	position: relative;
}

.formcopy--container {
	position: relative;
	padding: 120px 30px;
}

.formcopy--copy-inside {
	width: 100%;
	max-width: 460px;
	margin: 0 auto 60px;
}

.formcopy--copy {
	font-size: 1.25rem;
}

.formcopy--form-inside {
	padding: 30px;
	color: #2f3233;
	background: #fff;
	border-radius: 12px;
	width: 100%;
	max-width: 460px;
	box-shadow: 0 0 12px -1px rgb(0 0 0 / 30%);
	box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 30%);
	margin: 0 auto;
}

.formcopy--form-title {
	font-weight: 400;
	font-family: raleway, sans-serif;
}

.form-btn-blue-mod .button {
	background: #00a1e1;
	color: #fff;
	border: 1px solid #00a1e1;
}

.form-btn-blue-mod .button:hover,
.form-btn-blue-mod .button:focus {
	background: #fff;
	color: #00a1e1;
}

@media (min-width: 992px) {
	.formcopy--copy-inside {
		margin: 0;
	}
	
	.formcopy--form-inside {
		margin-right: 0;
	}
}

.gray-with-bottom-arc {
	background: #f3f3f3;
}

.gray-with-bottom-arc .formcopy--container {
	position: relative;
	padding-bottom: 0;
	z-index: 1;
}

.formcopy--bq {
	overflow: hidden;
	position: relative;
	background: #fff;
	color: #545657;
	padding: 15px 15px 15px 60px;
	border-radius: 12px;
	box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 30%);
	font-size: .95em;
}

.formcopy--bq-text {
	position: relative;
}

.formcopy--bq-text p {
	margin-bottom: 1em;
}

.formcopy--bq-deco {
	font-size: 381px;
	position: absolute;
	background: var(--theme-yellow);
	top: calc(50% - .5em);
	width: 1em;
	height: 1em;
	left: -.87em;
	border-radius: 50%;
}

.formcopy--bq-deco:before {
	content: "";
	position: absolute;
	right: 12px;
	top: calc(50% - 17px);
	width: 28px;
	height: 28px;
	background-image: url(../../images/quotes-solid-white.svg);
	background-size: contain;
	background-repeat: no-repeat;
}

.formcopy--bq-image {
	width: 120px;
}

.formcopy--bq-cite {
	font-weight: 600;
}
