
@charset "UTF-8";

.yellow {
	color: #fdb827;
}

.blue {
	color: #00529c;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Roboto Slab", serif;
}

#gform_wrapper_1 .gform_footer #gform_submit_button_1, .blue-btn, .blue-ghost-btn, .yellow-btn, .yellow-ghost-btn {
	display: inline-block;
	max-width: 17.125rem;
	font-family: "Roboto Slab", serif;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
	text-decoration: none;
	padding: .6rem 1.25rem;
	transition: .1s ease-out;
}

#gform_wrapper_1 .gform_footer #gform_submit_button_1:hover, .blue-btn:hover, .blue-ghost-btn:hover, .yellow-btn:hover, .yellow-ghost-btn:hover {
	transition: .1s ease-out;
}

#gform_wrapper_1 .gform_footer #gform_submit_button_1, .yellow-btn {
	width: 12rem;
	font-size: 1rem;
	background-color: #fdb827;
}

@media (min-width:768px) {
	#gform_wrapper_1 .gform_footer #gform_submit_button_1, .yellow-btn {
		width: 17.125rem;
		font-size: 1.5rem;
	}
}

#gform_wrapper_1 .gform_footer #gform_submit_button_1:hover, .yellow-btn:hover {
	background-color: #db9f1d;
}

.yellow-ghost-btn {
	border: 2px solid #fdb827;
	background-color: transparent;
}

.yellow-ghost-btn:hover {
	background-color: #fdb827;
}

.blue-btn {
	background-color: #00529c;
}

.blue-btn:hover {
	background-color: #0180d4;
}

.blue-ghost-btn {
	border: 2px solid #00529c;
	background-color: transparent;
}

.blue-ghost-btn:hover {
	background-color: #00529c;
}

.btn {
	font-weight: bold;
	transition: .1s ease-out;
}

.btn:hover {
	background-color: #00529c;
	transition: .1s ease-out;
}

.plain-link {
	font-size: 1rem;
	color: #000;
	text-decoration: none;
}

.plain-link:hover {
	text-decoration: underline;
}

#navTablet {
	background-color: #00529c;
}

.mobilePhone {
	color: #fff;
	margin-left: .75rem;
}

.mainLogo {
	max-width: 100%;
	width: unset;
	margin-top: .5rem;
	background-color: #fff;
}

.mobileLogo {
	max-width: 12rem;
	height: auto;
}

.mburger {
	color: #fff;
}

.mburger b {
	color: #fff;
}

#navDesktop img {
	margin-top: 0;
}

#navDesktop .grid .col-sm-3 {
	width: 27rem;
}

#gform_wrapper_1 .gform_footer #navDesktop #gform_submit_button_1, #navDesktop #gform_wrapper_1 .gform_footer #gform_submit_button_1, #navDesktop .yellow-btn {
	margin-left: 20px;
}

.utility {
	flex-direction: column-reverse;
	margin: -18px -15px -15px 8rem !important;
}

@media (min-width:1400px) {
	.utility {
		flex-direction: row;
		margin: 0 -15px -15px 0 !important;
	}
}

#gform_wrapper_1 .gform_footer .utility #gform_submit_button_1, .utility #gform_wrapper_1 .gform_footer #gform_submit_button_1, .utility .yellow-btn {
	width: 12rem;
	font-size: 1rem;
}

@media (min-width:1500px) {
	#gform_wrapper_1 .gform_footer .utility #gform_submit_button_1, .utility #gform_wrapper_1 .gform_footer #gform_submit_button_1, .utility .yellow-btn {
		width: 17.125rem;
		font-size: 1.5rem;
	}
}

.utility .socialwrap {
	display: none;
}

@media (min-width:1400px) {
	.utility .socialwrap {
		display: block;
		width: 10.5rem !important;
	}
}

.util-phone {
	font-size: 1rem;
}

@media (min-width:1500px) {
	.util-phone {
		font-size: 1.4rem;
	}
}

.util-phone img {
	position: relative;
	top: .33rem;
	left: -.3rem;
	max-width: 20px;
}

@media (min-width:1500px) {
	.util-phone img {
		max-width: 25px;
	}
}

.default-header {
	background-color: #00529c;
	padding: 2.5rem 1rem;
	max-width: 100%;
	margin: 0 auto;
}

.default-header .inner-container {
	display: flex;
	max-width: 65rem;
	margin: 0 auto;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

@media (min-width:1023px) {
	.default-header .inner-container {
		flex-direction: row;
		justify-content: space-between;
	}
}

.default-header .inner-container h1, .default-header .inner-container p {
	color: #fff;
}

.default-header .inner-container h1 {
	font-size: 2.75rem;
	margin-top: 0;
	margin-bottom: .25rem;
}

@media (min-width:768px) {
	.default-header .inner-container h1 {
		font-size: 4rem;
	}
}

.default-header .inner-container p {
	margin-top: 0;
	margin-bottom: 1.5rem;
}

.default-header .inner-container .left {
	max-width: 31rem;
	text-align: center;
}

@media (min-width:1023px) {
	.default-header .inner-container .left {
		margin-right: 2.5rem;
		text-align: left;
	}
}

.default-header .inner-container iframe {
	max-width: 100%;
	width: 28rem;
	height: 14rem;
	border: none;
	object-fit: cover;
	margin: 2rem auto 0;
}

@media (min-width:1023px) {
	.default-header .inner-container iframe {
		margin-top: 0;
		height: 20rem;
	}
}

.default-header .inner-container img {
	max-width: 28rem;
	width: 100%;
	margin: 2rem auto 0;
}

@media (min-width:1023px) {
	.default-header .inner-container img {
		margin-top: 0;
	}
}

.blog .maincopy h1 {
	font-size: 2.75rem;
	margin-top: 1.75rem;
	margin-bottom: 3.25rem;
}

@media (min-width:768px) {
	.blog .maincopy h1 {
		font-size: 4rem;
	}
}

.heroabsolute {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-height: 528px;
}

@media (min-width:1023px) {
	.heroabsolute {
		background-position: 100% 20%;
	}
}

.heroabsolute .heroheading {
	max-width: 56rem;
	margin: 0 auto;
	font-size: 3.5rem;
	font-family: "Roboto Slab", serif;
	line-height: 1;
	color: #00529c;
}

@media (min-width:480px) {
	.heroabsolute .heroheading {
		font-size: 2.5rem;
	}
}

@media (min-width:768px) {
	.heroabsolute .heroheading {
		font-size: 5.5rem;
	}
}

@media (min-width:1023px) {
	.heroabsolute .heroheading {
		font-size: 6.75rem;
	}
}

.heroabsolute .hero-form-wrap h2 {
	color: #fdb827;
	font-family: "Roboto Slab", serif;
}

.heroheading {
	font-size: 3.75rem;
	line-height: 1;
}

@media (min-width:480px) {
	.heroheading {
		font-size: 4.2rem;
	}
}

@media (min-width:768px) {
	.heroheading {
		font-size: 5.5rem;
	}
}

@media (min-width:1023px) {
	.heroheading {
		font-size: 6.25rem;
	}
}

@media (min-width:1200px) {
	.heroheading {
		font-size: 7.5rem;
	}
}

.home-service-header {
	max-width: 75rem;
	margin: 4rem auto;
	padding: 0 1rem;
}

.home-service-header h2 {
	margin: 0 auto 1rem;
	text-align: center;
	font-family: "Roboto Slab", serif;
	font-size: 2rem;
	color: #00529c;
}

@media (min-width:768px) {
	.home-service-header h2 {
		font-size: 2.25rem;
	}
}

@media (min-width:1023px) {
	.home-service-header h2 {
		font-size: 2.5rem;
	}
}

.home-service-header p {
	max-width: 62.5rem;
	margin: 0 auto;
	text-align: center;
	font-size: 1rem;
	color: #3e3e3e;
	font-family: "Poppins", sans-serif;
}

.service-grid {
	max-width: 70rem;
	padding: 0 1rem;
	margin: 0 auto;
	text-align: center;
}

.service-grid__container {
	display: grid;
	max-width: 100%;
	margin: 0 auto 3.25rem;
	grid-template-columns: repeat(auto-fill, 13.625rem);
	column-gap: 4.5rem;
	row-gap: 3rem;
	justify-content: center;
}

.service-grid__container .post-grid {
	max-width: 13.625rem;
}

.service-grid__container h3 {
	margin-top: .25rem;
	margin-bottom: 0;
}

@media (min-width:768px) {
	.service-grid__container h3 {
		margin-top: 1rem;
	}
}

.service-grid__container h3 a {
	color: #00529c;
	text-decoration: none;
	font-size: 1.5rem;
	font-family: "Roboto Slab", serif;
}

.service-grid__container .plain-link:hover {
	text-decoration: none;
	color: #00529c;
}

.service-grid__container .fas {
	font-size: .75rem;
}

#gform_wrapper_1 .gform_footer .service-grid #gform_submit_button_1:hover, .service-grid #gform_wrapper_1 .gform_footer #gform_submit_button_1:hover, .service-grid .yellow-btn:hover {
	background-color: #00529c;
}

.home .services-section {
	padding-bottom: 3.5rem;
}

.home .gallery-section .gallery {
	display: none;
}

@media (min-width:768px) {
	.home .gallery-section .gallery {
		display: flex;
	}
}

.article-section, .blocks-section, .gallery-section, .owner-section, .testimonial-section {
	padding-bottom: 2.5rem;
}

.blocks-section {
	max-width: 75rem;
	margin: 0 auto;
}

.blocks-section .container {
	max-width: 100%;
}

@media (min-width:1200px) {
	.blocks-section .container {
		max-width: 75rem;
	}
}

.blocks-section .grid {
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-left: 0;
	margin-right: 0;
}

@media (min-width:1008px) {
	.blocks-section .grid {
		flex-direction: row;
		align-items: unset;
	}
}

.blocks-section .btn {
	width: 11rem;
	font-size: 18px;
}

@media (min-width:768px) {
	.blocks-section .btn {
		font-size: 24px;
		width: 14rem;
	}
}

.blocks-section .block-text {
	line-height: 1;
	font-size: 2.75rem;
	font-weight: bold;
}

@media (min-width:768px) {
	.blocks-section .block-text {
		font-size: 3.25rem;
	}
}

@media (min-width:1023px) {
	.blocks-section .block-text {
		font-size: 4rem;
	}
}

@media (min-width:1200px) {
	.blocks-section .block-text {
		font-size: 4.5rem;
	}
}

.blocks-section p:not(.block-text) {
	margin-top: 1.25rem;
	margin-bottom: 1.75rem;
}

.blocks-section .col-sm-8 {
	max-width: 35rem;
	width: 100%;
	padding: 2.5rem 1rem;
}

@media (min-width:1008px) {
	.blocks-section .col-sm-8 {
		max-width: unset;
		width: 66.66%;
		padding: 45px;
	}
}

.blocks-section .col-sm-8 .block-text {
	max-width: 100%;
	font-size: 2rem;
}

@media (min-width:480px) {
	.blocks-section .col-sm-8 .block-text {
		font-size: 2.5rem;
	}
}

@media (min-width:1008px) {
	.blocks-section .col-sm-8 .block-text {
		max-width: 70%;
		font-size: 4.5rem;
	}
}

.blocks-section .col-sm-8 .bottom-right-img {
	display: block;
	position: absolute;
	right: 1.25rem;
	bottom: 1.25rem;
	max-width: 5.125rem;
}

.blocks-section .col-sm-4 {
	max-width: 35rem;
	width: 100%;
	padding: 0;
}

@media (min-width:1008px) {
	.blocks-section .col-sm-4 {
		max-width: unset;
		width: 33.33%;
		padding: 0 1rem;
	}
}

.blocks-section .small-blocks {
	height: 18rem;
	margin-top: 1.5rem;
}

@media (min-width:1008px) {
	.blocks-section .small-blocks {
		height: auto;
		margin-top: 0;
	}
}

.blocks-section .small-blocks:first-of-type {
	position: relative;
	padding: 2rem 1rem;
	margin-bottom: 0;
}

@media (min-width:480px) {
	.blocks-section .small-blocks:first-of-type {
		padding: 2.5rem 1rem;
	}
}

@media (min-width:1008px) {
	.blocks-section .small-blocks:first-of-type {
		padding: 2em 15px;
		margin-bottom: 1.5rem;
	}
}

.blocks-section .small-blocks:first-of-type .block-text {
	font-size: 2.75rem;
	margin-bottom: 1rem;
	max-width: 17rem;
}

@media (min-width:414px) {
	.blocks-section .small-blocks:first-of-type .block-text {
		font-size: 3rem;
	}
}

@media (min-width:1023px) {
	.blocks-section .small-blocks:first-of-type .block-text {
		font-size: 4rem;
	}
}

.blocks-section .small-blocks:first-of-type .bottom-right-img {
	display: block;
	position: absolute;
	right: 1.25rem;
	bottom: 1.25rem;
	max-width: 5.125rem;
}

.blocks-section .small-blocks:last-of-type {
	padding: 1rem;
	height: 21rem;
}

@media (min-width:480px) {
	.blocks-section .small-blocks:last-of-type {
		padding: 2em 15px;
	}
}

@media (min-width:1008px) {
	.blocks-section .small-blocks:last-of-type {
		height: auto;
	}
}

.blocks-section .small-blocks:last-of-type .show-last {
	max-width: 25rem;
}

.blocks-section .small-blocks:last-of-type .block-text {
	margin-bottom: 1.25rem;
	font-size: 2rem;
}

@media (min-width:414px) {
	.blocks-section .small-blocks:last-of-type .block-text {
		font-size: 2.25rem;
	}
}

@media (min-width:480px) {
	.blocks-section .small-blocks:last-of-type .block-text {
		font-size: 2.5rem;
	}
}

@media (min-width:768px) {
	.blocks-section .small-blocks:last-of-type .block-text {
		font-size: 2.75rem;
	}
}

.blocks-section .small-blocks:last-of-type .bottom-right-img {
	display: none;
}

.home-review-icon {
	position: absolute;
	bottom: 1rem;
	right: 1rem;
}

.home-review-icon img {
	max-width: 2.875rem;
}

.article-section {
	padding-top: 2.5rem;
}

.article-section h2 {
	margin-bottom: 2.5rem;
}

.article-section .grid .col-sm-4 h3 {
	margin-top: .5rem;
	padding-left: .5rem;
	font-size: 20px;
}

@media (min-width:560px) {
	.article-section .grid .col-sm-4 h3 {
		font-size: 24px;
		margin-top: 1em;
		padding-left: 1em;
	}
}

.article-section .grid .col-sm-4 p {
	padding-left: .5rem;
}

@media (min-width:560px) {
	.article-section .grid .col-sm-4 p {
		padding-left: 1.75em;
	}
}

.article-section .grid .col-sm-4 a {
	font-size: 1rem;
	font-weight: bold;
	padding-left: .5rem;
	margin-top: 1em;
	transition: .1s ease-out;
}

@media (min-width:560px) {
	.article-section .grid .col-sm-4 a {
		padding-left: 1.5em;
		margin-top: 2em;
	}
}

.article-section .grid .col-sm-4 a:hover {
	color: #00529c;
	transition: .1s ease-out;
}

.article-section .grid .navigation, .testimonial-section .grid .navigation {
	margin-top: 5rem;
	text-align: center;
}

.article-section .grid .navigation .page-numbers, .testimonial-section .grid .navigation .page-numbers {
	padding: 4px 10px;
	border-radius: 5px;
	color: #000;
	text-decoration: none;
}

@media (min-width:768px) {
	.article-section .grid .navigation .page-numbers, .testimonial-section .grid .navigation .page-numbers {
		padding: 12px 20px;
	}
}

.article-section .grid .navigation .page-numbers:hover, .testimonial-section .grid .navigation .page-numbers:hover {
	background-color: #fdb827;
	color: #fff;
}

.article-section .grid .navigation .current, .testimonial-section .grid .navigation .current {
	background-color: #fdb827;
	color: #fff;
}

.featured-right .card-footer a {
	font-size: 1rem !important;
	font-weight: bold !important;
	transition: .1s ease-out;
}

.featured-right .card-footer a:hover {
	color: #00529c;
	transition: .1s ease-out;
}

.testimonial-section {
	padding-top: 2.5rem;
}

.testimonial-section h2 {
	margin-bottom: 2.5rem;
}

.owner-heading {
	margin-top: 0;
	text-align: center;
}

.slick-arrow .fa-angle-left:before {
	position: relative;
	left: -.15rem;
}

.slick-arrow .fa-angle-right:before {
	position: relative;
	right: -.15rem;
}

.testimonial-section .slick-next {
	right: -30px;
}

@media (min-width:480px) {
	.testimonial-section .slick-next {
		right: -40px;
	}
}

@media (min-width:1023px) {
	.testimonial-section .slick-next {
		right: -53px;
	}
}

@media (min-width:1200px) {
	.testimonial-section .slick-next {
		right: -70px;
	}
}

.testimonial-section .slick-prev {
	left: -30px;
}

@media (min-width:480px) {
	.testimonial-section .slick-prev {
		left: -40px;
	}
}

@media (min-width:1023px) {
	.testimonial-section .slick-prev {
		left: -53px;
	}
}

@media (min-width:1200px) {
	.testimonial-section .slick-prev {
		left: -70px;
	}
}

.page-template-page-testimonials .testimonial-section .grid {
	justify-content: space-between;
	margin: 0 auto;
	max-width: 67rem;
}

.page-template-page-testimonials .testimonial-section .col-sm-12 {
	padding: 0;
}

.page-template-page-testimonials .testimonial-section .col-sm-6 {
	margin-bottom: 1.5rem;
	max-width: 31.125rem;
}

.page-template-page-testimonials .slider-wrap {
	width: 100%;
}

.page-template-page-testimonials .testimonial-content {
	position: relative;
	text-align: center;
}

.page-template-page-testimonials .testimonial-content:before {
	content: "“";
	font-family: "Source Serif Variable";
	position: absolute;
	top: -2rem;
	left: -.25rem;
	color: #f6f6f6;
	font-size: 6rem;
	z-index: 0;
}

.page-template-page-testimonials .testimonial-content p {
	position: relative;
	z-index: 5;
	margin-top: 0;
}

.page-template-page-testimonials .testimonial-content .author {
	font-weight: bold;
	margin-bottom: 0;
}

.page-template-page-testimonials .testimonial-content .review-icon {
	position: relative;
}

.page-template-page-testimonials .testimonial-content .review-icon img {
	position: absolute;
	bottom: 1.25rem;
	right: .5rem;
	max-width: 2.875rem;
}

.testimonial-section .intro-heading {
	color: #00529c;
	text-align: center;
	font-size: 2.75rem;
	margin-bottom: 4rem;
}

.testimonial-content .author {
	font-weight: bold;
}

.single-services .flex-img {
	width: unset;
}

.gallery-section .gallery-container {
	max-width: 67rem;
	margin: 5rem auto 3.5rem;
	padding: 0 1rem;
}

.gallery-section .gallery-container h3 {
	font-size: 1.25rem;
	color: #00529c;
	margin-top: 4rem;
	margin-bottom: 3rem;
}

@media (min-width:560px) {
	.gallery-section .gallery-container h3 {
		font-size: 1.5rem;
	}
}

.gallery-section .gallery-container .grid-item {
	display: grid;
	max-width: 65rem;
	grid-template-columns: repeat(auto-fill, 11.5rem);
	row-gap: 1.75rem;
	column-gap: 1.75rem;
	justify-content: center;
}

@media (min-width:1023px) {
	.gallery-section .gallery-container .grid-item {
		justify-content: start;
	}
}

.gallery-section .gallery-container .grid-item .grid-img img {
	display: block;
	max-width: 11.5rem;
}

.whoweare-wrap {
	max-width: 100%;
	margin: 0 auto;
	padding: 1rem;
}

.whoweare-wrap h1, .whoweare-wrap h2, .whoweare-wrap h3 {
	color: #00529c;
}

.intro-flex {
	display: flex;
	max-width: 62.5rem;
	margin: 2rem auto;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

@media (min-width:900px) {
	.intro-flex {
		flex-direction: row;
		justify-content: space-between;
		margin: 5rem auto;
	}
}

.intro-flex img {
	display: block;
	max-width: 34rem;
	width: 100%;
	height: auto;
}

@media (min-width:900px) {
	.intro-flex img {
		margin-right: 2.25rem;
	}
}

.intro-flex .intro-text h1 {
	font-size: 2.75rem;
	margin-top: 2rem;
	margin-bottom: .25rem;
	text-align: center;
}

@media (min-width:900px) {
	.intro-flex .intro-text h1 {
		margin-top: 0;
		text-align: left;
	}
}

@media (min-width:1023px) {
	.intro-flex .intro-text h1 {
		font-size: 4rem;
	}
}

.intro-flex .intro-text p {
	max-width: 34.75rem;
	font-size: .9375rem;
	text-align: center;
}

@media (min-width:900px) {
	.intro-flex .intro-text p {
		text-align: left;
	}
}

.core-values {
	max-width: 62.5rem;
	margin: 0 auto 5rem;
	text-align: center;
}

.core-values h2 {
	font-size: 2rem;
	margin-bottom: 2.5rem;
}

@media (min-width:768px) {
	.core-values h2 {
		font-size: 2.5rem;
	}
}

.core-values .values-grid {
	display: flex;
	max-width: 100%;
	margin: 0 auto;
	flex-direction: column;
	justify-content: center;
}

@media (min-width:480px) {
	.core-values .values-grid {
		flex-direction: row;
		justify-content: space-around;
		flex-wrap: wrap;
	}
}

@media (min-width:912px) {
	.core-values .values-grid {
		justify-content: space-between;
	}
}

.core-values .values-grid img {
	max-width: 5.25rem;
}

.core-values .values-grid h3 {
	max-width: 12rem;
	font-size: 1.15rem;
	margin: -.5rem auto 0;
}

@media (min-width:1023px) {
	.core-values .values-grid h3 {
		font-size: 1.5rem;
	}
}

.core-values .values-grid .value-item {
	margin-left: .5rem;
	margin-right: .5rem;
	margin-top: 2rem;
}

.core-values .values-grid .value-item:last-of-type h3 {
	max-width: 15rem;
}

.center-blurb {
	max-width: 62.5rem;
	text-align: center;
	margin: 0 auto 2rem;
}

h2.mb-reduce {
	font-size: 2rem;
	margin-bottom: 1rem;
}

@media (min-width:768px) {
	h2.mb-reduce {
		font-size: 2.5rem;
	}
}

.testimonial-content p {
	color: #000;
	position: relative;
}

.testimonial-section {
	background: #f6f6f6;
}

.testimonial-section .btn {
	margin: 0 auto;
	width: 273px;
	display: block;
}

.slider-wrap {
	width: 90%;
	margin: 0 auto;
}

.testimonial span {
	font-size: 135px;
	font-family: Source Serif Variable;
	font-weight: bold;
	position: absolute;
	left: 20px;
	top: -10px;
	color: #f6f6f6;
}

.slider-wrap h2 {
	text-align: center;
}

.testimonial-section .slick-slide {
	background: #fff;
	text-align: center;
	margin: 15px;
	min-height: 320px;
	border-radius: 25px;
}

.home .testimonial-content .author {
	margin-top: 1.25rem;
	margin-bottom: 0;
}

.home .testimonial-content p:last-of-type {
	margin-top: .25rem;
}

.slick-next, .slick-prev {
	width: 60px;
	height: 60px;
	border: none;
	border-radius: 50%;
	margin: auto;
	position: absolute;
	z-index: 3000;
	top: 0;
	bottom: 0;
	background: #fdb827;
	color: #fff;
	cursor: pointer;
	outline: none;
	font-size: 25px;
	text-align: center;
}

.slick-prev {
	left: -70px;
	background-position: -220px -20px;
}

.slick-next {
	right: -70px;
	background-position: -320px -20px;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: pointer;
}

.slick-next, .slick-prev {
	transition: .1s ease-out;
}

.slick-next:hover, .slick-prev:hover {
	background-color: #00529c;
	transition: .1s ease-out;
}

.slick-arrow .fa-angle-left:before, .slick-arrow .fa-angle-right:before {
	font-size: 60px;
}

.qualities-section {
	max-width: 70rem;
	margin: 0 auto 4rem;
	padding: 0 1rem;
}

.qualities-section .section-intro {
	margin-bottom: 5rem;
}

.qualities-section h2 {
	margin: 0 auto 1rem;
	text-align: center;
	font-family: "Roboto Slab", serif;
	font-size: 2rem;
	color: #00529c;
}

@media (min-width:768px) {
	.qualities-section h2 {
		font-size: 2.25rem;
	}
}

@media (min-width:1023px) {
	.qualities-section h2 {
		font-size: 2.5rem;
	}
}

.qualities-section .intro-subtext {
	text-align: center;
	margin-bottom: 2.5rem;
	max-width: 64.5rem;
}

.qualities-section .flip-grid {
	max-width: 100%;
	margin: 0 auto;
}

.qualities-section .flip-grid__container {
	display: flex;
	max-width: 75rem;
	margin: 2rem auto;
	justify-content: center;
	align-items: center;
	text-align: center;
}

@media (min-width:768px) {
	.qualities-section .flip-grid__container {
		justify-content: space-between;
		text-align: left;
	}
}

.qualities-section .flip-grid__container img {
	display: block;
	max-width: 33.5rem;
}

.qualities-section .flip-grid__container p {
	max-width: 31rem;
}

.qualities-section .flip-grid__container .img-container {
	position: relative;
	max-width: 33.5rem;
	width: 100%;
	height: auto;
	margin-bottom: 1.5rem;
}

@media (min-width:920px) {
	.qualities-section .flip-grid__container .img-container {
		margin-bottom: 0;
	}
}

.qualities-section .flip-grid__container .bottom-right-img {
	display: block;
	position: absolute;
	right: 1.5rem;
	bottom: 1.5rem;
	max-width: 5.125rem;
	margin-right: 0 !important;
}

.qualities-section .flip-grid__container:nth-child(2n) {
	flex-direction: column;
}

@media (min-width:920px) {
	.qualities-section .flip-grid__container:nth-child(2n) {
		flex-direction: row-reverse;
	}
	
	.qualities-section .flip-grid__container:nth-child(2n) img {
		margin-left: 3.5rem;
	}
	
	.qualities-section .flip-grid__container:nth-child(2n) .bottom-right-img {
		right: -1.5rem;
	}
}

.qualities-section .flip-grid__container:nth-child(odd) {
	flex-direction: column;
}

@media (min-width:920px) {
	.qualities-section .flip-grid__container:nth-child(odd) {
		flex-direction: row;
	}
	
	.qualities-section .flip-grid__container:nth-child(odd) img {
		margin-right: 3.5rem;
	}
}

.qualities-section .flip-grid .text-content {
	max-width: 35rem;
}

.qualities-section .flip-grid .text-content h3 {
	margin-top: 0;
	margin-bottom: 1.5rem;
	font-size: 1.6rem;
	color: #00529c;
}

@media (min-width:768px) {
	.qualities-section .flip-grid .text-content h3 {
		font-size: 2rem;
	}
}

.g-bar .grid img {
	margin-top: -4.75rem;
	margin-bottom: 4.5rem;
}

.popup-youtube img {
	height: auto;
}

.e-form {
	max-width: 100%;
	padding: 0 1rem;
	margin: 7rem auto 3.75rem;
}

.e-form .estimate-form-wrapper {
	max-width: 58rem;
	margin: 0 auto;
}

::placeholder {
	font-weight: 600;
	font-size: 1.2rem;
	color: #7f7f7f;
	opacity: 1;
}

#gform_8 {}

#gform_8 h2 {
	margin-bottom: 1.75rem;
	font-size: 2.75rem;
	font-weight: bold;
	color: #00529c;
}

#gform_8 .step-number {
	position: relative;
	display: inline-block;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	background-color: #00529c;
	color: #fff;
	margin-right: .5rem;
	margin-bottom: -.75rem;
}

#gform_8 .step-number .num {
	position: absolute;
	top: 48%;
	left: 52%;
	transform: translate(-50%, -50%);
}

#gform_8 li, #gform_8 ul {
	margin: 0;
	padding: 0;
}

#gform_8 .gfield_label {
	display: none;
}

#gform_8 input, #gform_8 select, #gform_8 textarea {
	padding: 1rem;
	border: 1px solid #00529c;
}

#gform_8 select {
	margin-top: 12px;
	font-weight: 600;
	font-size: 1.2rem;
	color: #7f7f7f;
	opacity: 1;
}

#gform_8 .gform_page_footer {
	border: none;
}

#gform_8 #gf_progressbar_wrapper_8 {
	position: relative;
}

#gform_8 #gf_progressbar_wrapper_8 .gf_progressbar_title {
	position: absolute;
	top: -1.6rem;
	right: .2rem;
	margin: 0 0 .75rem 0 !important;
	font-family: "Poppins", sans-serif;
	font-size: 1.125rem;
	font-weight: bold;
	color: #fdb827;
	opacity: 1;
}

#gform_8 #gf_progressbar_wrapper_8 .gf_progressbar {
	width: 100%;
	border-radius: unset;
	padding: 0;
	box-shadow: unset;
	background-color: #fff;
}

#gform_8 #gf_progressbar_wrapper_8 .gf_progressbar:after {
	background-color: transparent;
	border: 2px solid #f6f6f6;
	border-radius: unset;
	box-shadow: unset;
}

#gform_8 #gf_progressbar_wrapper_8 .gf_progressbar_percentage {
	background: unset;
	border-radius: 0;
}

#gform_8 #gf_progressbar_wrapper_8 .percentbar_orange {
	background-color: #fdb827;
}

#gform_8 .address_city {
	margin-right: 0;
	padding-right: 0;
	width: 100%;
}

.cta-bar {
	max-width: 100%;
	padding: 2rem 1rem;
	margin: 0 auto;
}

.cta-bar.yellow {
	background-color: #fdb827;
}

.cta-bar.blue {
	background-color: #00529c;
}

.cta-bar__container {
	display: flex;
	max-width: 70rem;
	margin: 0 auto;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

@media (min-width:1000px) {
	.cta-bar__container {
		flex-direction: row;
		justify-content: space-between;
	}
}

.cta-bar h2 {
	max-width: 48.5rem;
	margin-top: 0;
	margin-bottom: 1.5rem;
	margin-right: 0;
	font-size: 2rem;
	font-family: "Roboto Slab", serif;
	color: #fff;
	text-align: center;
}

@media (min-width:768px) {
	.cta-bar h2 {
		font-size: 2.25rem;
	}
}

@media (min-width:1000px) {
	.cta-bar h2 {
		text-align: left;
		margin-bottom: 0;
	}
}

@media (min-width:1100px) {
	.cta-bar h2 {
		font-size: 2.5rem;
		margin-right: 2rem;
	}
}

.guarentee {
	background: #f6f6f6;
	text-align: center;
	margin-top: 9em;
}

.guarentee h2 {
	color: #00529c;
	font-family: "Roboto Slab", serif;
	text-align: center;
	font-size: 2.5rem;
	margin-top: -5.25rem;
	margin-bottom: .25rem;
	line-height: 1;
}

@media (min-width:768px) {
	.guarentee h2 {
		font-size: 3.25rem;
	}
}

@media (min-width:1023px) {
	.guarentee h2 {
		font-size: 4rem;
	}
}

.guarentee p {
	max-width: 50rem;
	margin: 1.5rem auto 2.5rem;
}

.franchise-footer {
	max-width: 100%;
	margin: 0 auto;
	padding: 3.5rem 1rem 0;
}

.franchise-footer__container {
	display: flex;
	max-width: 70rem;
	margin: 0 auto;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

@media (min-width:768px) {
	.franchise-footer__container {
		flex-direction: row;
		justify-content: space-around;
	}
}

@media (min-width:1023px) {
	.franchise-footer__container {
		justify-content: space-between;
		align-items: flex-start;
	}
}

.franchise-footer__container h3 {
	margin-top: .75rem;
	margin-bottom: 1rem;
	font-family: "Roboto Slab", serif;
	font-size: 1.5rem;
	color: #00529c;
}

.franchise-footer__container>div {
	margin-right: 1.5rem;
}

.franchise-footer__container>div h3 {
	text-align: center;
}

@media (min-width:768px) {
	.franchise-footer__container>div h3 {
		text-align: left;
	}
}

.franchise-footer .footer-logo {
	display: inline-block;
	margin-bottom: 1.25rem;
}

.franchise-footer .address {
	margin-bottom: 1.25rem;
}

.franchise-footer .menu-quick-links-container {
	text-align: center;
}

@media (min-width:768px) {
	.franchise-footer .menu-quick-links-container {
		text-align: left;
	}
}

.franchise-footer .menu-quick-links-container ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

@media (min-width:1023px) {
	.franchise-footer .menu-quick-links-container ul {
		columns: 9rem 2;
	}
}

.franchise-footer .menu-quick-links-container ul li#menu-item-318744 {
	width: 12rem;
}

.franchise-footer .menu-quick-links-container ul li a {
	display: inline-block;
	color: #000;
	text-decoration: none;
	font-size: 1rem;
	margin-bottom: .3rem;
}

.franchise-footer .menu-quick-links-container ul li a:hover {
	text-decoration: underline;
}

.franchise-footer .footer-form {
	max-width: 20rem;
}

.franchise-footer .footer-form p {
	text-align: center;
}

@media (min-width:768px) {
	.franchise-footer .footer-form p {
		text-align: left;
	}
}

.franchise-footer .plain-link, .franchise-footer .small-text {
	font-size: .875rem;
	color: #000;
}

.franchise-footer .small-text {
	text-align: center;
}

@media (min-width:768px) {
	.franchise-footer .small-text {
		text-align: left;
	}
}

.franchise-footer .company-extras {
	display: flex;
	max-width: 70rem;
	margin: 2.5rem auto 1rem;
	flex-direction: column-reverse;
	align-items: center;
	justify-content: center;
}

@media (min-width:1000px) {
	.franchise-footer .company-extras {
		flex-direction: row;
		justify-content: space-between;
	}
}

.franchise-footer .phone-link {
	font-family: "Roboto Slab", serif;
	font-size: 1.85rem;
	font-weight: bold;
	color: #00529c;
	text-decoration: none;
	margin-right: 1.5rem;
}

.franchise-footer .phone-link img {
	width: 1.85rem;
	vertical-align: middle;
}

.franchise-footer .social-icon {
	display: inline-block;
	position: relative;
	top: 5px;
	width: 2rem;
	height: 2rem;
	margin-right: .25rem;
	background-color: #00529c;
	border-radius: 50%;
	font-family: FontAwesome;
	transition: .1s ease-out;
}

.franchise-footer .social-icon:hover {
	transition: .1s ease-out;
	cursor: pointer;
	background-color: #fdb827;
}

.franchise-footer .social-icon .fab {
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 1.125rem;
}

.franchise-footer .social-icon .fa-facebook-f {
	background: unset;
}

#gform_wrapper_1 {
	margin-top: 0;
}

#gform_wrapper_1 #gform_1 {
	display: flex;
	align-items: flex-end;
	width: 440px;
}

#gform_wrapper_1 #field_1_2 {
	width: 17.75rem;
}

#gform_wrapper_1 h3 {
	font-weight: bold;
	margin-bottom: 0;
}

#gform_wrapper_1 p {
	margin-top: 0;
	font-size: .875rem;
	max-width: 16.25rem;
}

#gform_wrapper_1 ul li {
	margin-top: 0;
}

#gform_wrapper_1 #input_1_1 {
	border: 1px solid #fdb827;
	padding: .9rem 1rem 1rem;
	width: 21.7rem;
}

#gform_wrapper_1 .gform_footer {
	position: relative;
	right: 6.55rem;
	top: .5rem;
}

#gform_wrapper_1 .gform_footer #gform_submit_button_1 {
	border: 1px solid #fff;
	margin-top: 0;
	width: 8.125rem;
}
