.flex-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 1rem;
}

.contact-content {
	max-width: 31rem;
	margin: 3rem 4rem 0 0;
}

.gfield.field_sublabel_above.field_description_below + .gfield {
	margin-top: 0 !important;
}

.contact-form {
	width: 42rem;
}

.contact-page .testimonial-area {
	min-height: auto;
}

.contact-page .testimonial-entry .entry-thumbnail {
	max-width: 200px;
}

.contact-page .quote {
	font-size: 1.25rem;
	line-height: 2rem;
}

@media (min-width: 576px) {
	.contact-page .col-sm-7 {
		width: 80%;
	}

	.contact-page .col-sm-5 {
		width: 20%;
	}
}

@media only screen and (max-width: 1263px) {
	.contact-content {
		max-width: 100%;
		margin: 0 1rem 1rem 1rem;
	}
}


/* MSP PAGE */

.section-header {
	font-size: 2.5rem;
	font-weight: 200;
	margin-bottom: 0;
}

.center-section {
	text-align: center;
	max-width: 70rem;
	margin: 0 auto;
}

.red {
	color: #b81137;
}

.msp-services-flex {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.msp-services-content {
	max-width: 42rem;
	text-align: left;
	margin: 0rem 1rem;
	line-height: 1.25rem;
}

.msp-services-flex img {
	object-fit: contain;
	align-self: center;
}

.section-padding {
	padding: 3rem 1rem;
}

.msp-section h2 {
	margin-bottom: 2rem;
}

.gray-bg {
	background-color: #E6E7E8;
	padding: 3rem 1rem;
}

.ebook-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.ebook-content {
	max-width: 48rem;
	text-align: left;
	line-height: 1.5rem;
}

.ebook-flex img {
	object-fit: contain;
}

.align-text-left {
	text-align: left;
}

.contact-cta {
	background: url('../img/bg-01-red.jpg');
	text-align: center;
	padding: 3rem 1rem;
}

.white {
	color: #ffffff !important;
}


/* NEW HOMEPAGE */
@media (min-width: 576px) {
	.testimonial-area .col-sm-5 {
		width: 20%;
	}

	.testimonial-area .col-sm-7 {
		width: 80%;
	}
}

.testimonial-area .quote {
	font-size: 1.25rem;
	line-height: 2rem;
}

.what-you-get-section {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.what-you-get-content {
	max-width: 18rem;
	margin: 1rem 2rem;
	line-height: 1.5rem;
}

@media (min-width: 1280px) {
	.testimonial-area {
		min-height: auto !important;
	}
}

.video-testimonial-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.video-testimonial {
	width: 40%;
	margin: 1rem;
}

.video-pullquote {
	width: 50%;
	margin: 0 1rem;
}

@media (max-width: 1030px) {
	.video-testimonial {
		width: 100%;
	}

	.video-pullquote {
		width: 100%;
	}
}

.flex-videos {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.customer-video-1,
.customer-video-2 {
	width: 22rem;
	margin: 1rem;
}


.vender-logos {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: -1rem 0;
}

.vendor-logo {
	width: 6rem;
	object-fit: contain;
	margin: 1rem;
	align-self: center;
	max-height: 4rem;
}

.new-cta {
	border: 2px solid #ffffff;
	background-color: #ffffff;
	padding: 1rem;
	border-radius: 5px;
	color: #B51136 !important;
}

.new-cta:hover {
	filter: brightness(0.9);
}
