/* contactCTA.css */
.module_contact_cta_small {
	padding: 25px 0;
}

.module_contact_cta_small .content {
	min-height: 130px;
	height: 100%;
	background-color: #ebebeb;
	border-left: 14px solid #c8d300;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.module_contact_cta_small .btn.darkgrey.outline {
	background: transparent;
	border: 1px solid #3c3c3b;
	color: #3c3c3b;
}

.module_contact_cta_small .text_content p {
	font-size: 20px;
}

.module_contact_cta_small .btn.darkgrey.outline:hover {
	background: #3c3c3b;
	color: #fff;
}

.module_contact_cta_small .btn.darkgrey.solid {
	background: #3c3c3b;
	color: #fff;
}

.module_contact_cta_small .btn.darkgrey.solid:hover {
	background: transparent;
	border: 1px solid #3c3c3b;
	color: #3c3c3b;
}

.module_contact_cta_small .offset_right {
	margin-right: 10px;
}

.module_contact_cta_small .icon_outer {
	max-width: 440px;
	width: 25%;
	height: 100%;
}

.module_contact_cta_small .icon_outer img {
	max-width: 41px;
	transform: translateX(-50%) translateY(-50%);
	left: 50%;
	position: relative;
	top: 50%;
	height: auto;
}

.module_contact_cta_small .icon_circle_border {
	border: 5px solid #3c3c3b;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	top: 50%;
	transform: translateY(-50%);
	margin-left: 45px;
}

.module_contact_cta_small .headline {
	font-size: 27px;
	color: #454447;
	margin-bottom: 13px;
}

.module_contact_cta_small .text_container {
	color: #454447;
}

.module_contact_cta_small .text_outer {
	margin-top: 13px;
	width: 100%;
}

@media (min-width: 1200px) {
	.module_contact_cta_small .cta_container {
		margin: 0;
		position: absolute;
		right: 40px;
		top: 9px;
	}
}

@media (min-width: 992px) {
	.module_lp_facts + .module_contact_cta_small {
		margin-top: -35px;
	}

	.module_contact_cta_small + .module_lp_testimonial_slider {
		margin-top: 40px;
	}
}

@media (max-width: 991px) {
	.module_contact_cta_small {
		padding: 15px 0;
	}

	.module_contact_cta_small .content {
		height: auto;
		min-height: 180px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding-right: 10px;
	}

	.module_contact_cta_small .icon_outer img {
		max-width: 28px;
	}

	.module_contact_cta_small .icon_circle_border {
		width: 58px;
		height: 58px;
		margin-left: 25px;
		top: 5px;
		transform: none;
		border-width: 3px;
		display: inline-block;
	}

	.module_contact_cta_small .headline {
		font-size: 22px;
	}

	.module_contact_cta_small .text_container {
		font-size: 19px;
	}

	.module_contact_cta_small .icon_outer {
		margin-right: 25px;
	}

	.module_contact_cta_small .text_outer {
		margin-top: 5px;
		height: 100%;
	}

	.module_contact_cta_small .cta_container .btn.mobile_green_solid {
		color: #3c3c3b;
		margin-top: 7px;
	}

	.module_contact_cta_small .cta_container .btn.mobile_green_solid:hover {
		color: #fff;
		border: 1px solid #3c3c3b;
	}

	.module_contact_cta_small .cta_container {
		margin-top: 0;
	}
}

@media (min-width: 1200px) {
	.module_contact_cta_small .icon_outer {
		width: 211px;
	}
}

@media (min-width: 991px) and (max-width: 1199px) {
	.module_contact_cta_small .icon_outer {
		width: 350px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.module_contact_cta_small .content {
		height: 100%;
	}

	.module_contact_cta_small .icon_circle_border {
		border: 5px solid #3c3c3b;
		width: 90px;
		height: 90px;
		border-radius: 50%;
		top: 50%;
		transform: translateY(-50%);
		display: block;
	}
}

.module_contact_cta_small .btn.green.solid:hover {
	color: #3c3c3b;
}