.icon use {
	color:#AD2121;
	fill:#E0E5E9;
}
use#ins-1 {
  --dark-gray: #545454;
}
#motto_section  {
	margin: 0;
}
#motto_section h1 {
	font-size: 1.25rem;
	font-weight: normal;
	line-height: 1.5;
	margin: 0;	
}
.intro_content h2 {
	margin-top: 0;
}
.front_section {
	padding: 3.25rem 0;
}
.section-heading {
	text-align: center;
	margin: 0 0 2.25rem;
	font-size: 2rem;
	font-family: museo-sans, 'Open Sans', sans-serif;
	font-weight: normal;
}
#bg_wrapper {
	background-image: url(../../../images/front/tfa_cover_mobile_1x.jpg);
	background-image: -webkit-image-set(url(../../../images/front/tfa_cover_mobile_1x.jpg) 1x, url(../../../images/front/tfa_cover_mobile_2x.jpg) 2x);
	background-image: image-set(url(../../../images/front/tfa_cover_mobile_1x.jpg) 1x, url(../../../images/front/tfa_cover_mobile_2x.jpg) 2x);
	background-size: cover;
	width: 100%;
}
#bg_wrapper .inner {
	padding: 0;
}
#badges {
	background: #F3F3F3;
	background-color: rgba(243,243,243, 0.93);
	padding: 1.75rem 1rem;
}
#badges .inner {
	max-width: 760px;
}
#badges .badge {
	max-width: 120px;
	height: auto;
	width: 100%;
}
#intro .inner {
	display: flex;
	flex-direction: column;
	display: flex;
	flex-direction: column;
	align-content: center;
	align-items: center;
	justify-content: center;
}
.intro_content a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	min-width: 16rem;
	text-align: center;
	margin: 0.5rem auto 0;
	padding: .25em 1.5em;
	min-block-size: 40px;
	background: #46484d;
	border-radius: 20px;
	border: 1px solid #46484d;
	font-family: "Open Sans", sans-serif;
	color: #fff;
	text-transform: uppercase;
	transition: background-color .3s cubic-bezier(.5,.25,.25,.75),box-shadow .2s cubic-bezier(0,.25,.25,.75),color .3s cubic-bezier(.5,.25,.25,.75),font-size .3s cubic-bezier(.5,.25,.25,.75),block-size .3s cubic-bezier(.5,.25,.25,.75),min-inline-size .3s cubic-bezier(.5,.25,.25,.75),min-block-size .3s cubic-bezier(.5,.25,.25,.75),opacity .2s cubic-bezier(0,.25,.25,.75),padding .3s cubic-bezier(.5,.25,.25,.75),inline-size .3s cubic-bezier(.5,.25,.25,.75);
}
.intro_content a:hover {
	background: #fff;
	border-color: #46484d;
	color: #343434;
}
.intro_content {
    background: #fff;
	background: linear-gradient(0deg, rgb(255, 255, 255, 0.4) 0%, rgb(255, 255, 255, 0.6) 45%, rgb(255, 255, 255, 0.9) 100%);
    padding: 2rem 1.5rem;
	text-align: center;
}
.intro_content p, .intro_content h2 {
	text-align: left;
}
.net {
	display: none;
}
.services_intro {
	margin: 0 0 1.625rem;
}
.service_feature h3 {
	font-size: 1.375rem;
	font-weight: normal;
	padding-left: 1rem;
	margin-top: 0;
}
.service_feature .table {
	margin-bottom: 0.5rem;
	position: relative;
}
.service_feature .icon {
	width: 2.75rem;
	height: auto;
	vertical-align: top;
}
.service_feature .the-artist-clock-icon {
	color: #AD2121;
}
.service_feature .the-artist-clock-icon__face {
	fill: #E0E5E9;
	stroke: none;
}
.service_feature .the-artist-clock-icon__marks {
	stroke: #545454;
}
.service_feature .the-artist-clock-icon__pin {
	fill: #545454;
}
.service_item h3 {
	text-align: center;
	margin-top: 0;
}
.service_item h3:after {
	content: " ";
    display: block;
    border-bottom: 2px solid #be9656;
	width: 50%;
	margin: 1rem auto 0;
}
.feature_text p:last-child {
	margin-bottom: 0;
}
.service_feature:last-child p {
	margin-bottom: 0.5rem;
}
#testimonialbox {
	border-top: 1px solid #ebebeb;
}
#testimonialbox h2 {
	margin-bottom: 2.5rem;
}
.testimonial blockquote {
	text-align: left;
	margin: 0;
}
#carousel {
	position: relative
}
#carousel ul {
	list-style: none;
	margin: 0;
}
#carousel li {
	padding: 0 3.5rem;
}
#carousel:before {
	z-index: -999;
	position: absolute;
	top: -1.5rem;
	left: 0.25rem;
	content: url("../../../images/front/quote.svg");
}
#carousel h3{
	display: block;
	text-align: right;
	color: #7e7e7e;
	font-size: 1.125rem;
	margin-bottom: 0;
}
#carousel li {
	width: 100%;
	position: absolute;
    top:0;
    left:0;
	display: flex;
	opacity: 0;
	user-select: none;
	flex-direction: column-reverse;
	opacity: 0;
	transition: opacity 750ms;
}
#carousel li.active {
	opacity: 1;
}
#carousel button {
	z-index: 999;
	transition: transform 0.2s ease, filter 0.2s ease, fill 0.2s ease;
	user-select: none;
}
#carousel button:hover {
	filter: drop-shadow( 0px 1px 2px rgba(0, 0, 0, .2));
	transform: scale(1.02);
	fill: #454545;
}
#prev_button,
#next_button {
	height: 100%;
	position: absolute;
	top: 0;
	fill: #444;
	cursor: pointer;
	align-items: center;
	display: flex;
}

#prev_button svg,
#next_button svg {
	z-index: 999;
}

#prev_button {
	left: 0;
}

#next_button {
	right: 0
}
#footer_cta {
	font-size: 1.25rem;
	background: #f4f4f4;
	color: #292929;
	text-align: center;
	display: flex;
	justify-content: center;
	font-family: 'Open Sans', sans-serif;
}
#footer_cta h2 {
	font-size: 3.25rem;
	margin: 0 0 .5em 0;
	font-weight: 700;
}
#footer_cta .cellbttn {
	font-size: 2rem;
	letter-spacing: 1px;
	color: #cc4848;
}
/*Contact Form*/
.contactform {
	padding: 0;
	max-width: 32rem;
	margin: 0 auto;
}
.contactform form {
	display: grid;
	grid-gap: 1rem 0;
}
.contactform .submit {
	margin-top: 2.25rem;
}
.contactform .cf_submit {
	margin: 1.125em;
}
.contactform  form .form_field {
	height: 34px;
}
.contactform  form .form_field, .contactform  form textarea {
	box-sizing: border-box;
	color: #000;
	font-family: freight-sans-pro;
	font-size: 1.0625rem;
	line-height: 22px;
	padding: 0.5em 1em;
	width: 100%;
	border: 1px solid transparent;
	min-block-size: 40px;
	transition: background-color linear .2s;
	transition: border-color linear .2s;
}
.form-message {
	color: #E6531F;
	font-weight: bold;
	line-height: 1.3;
	margin: 8px 0 0px;
}
#maincontactform .columns_nomargins {
	grid-template-columns: 1fr 1fr;
}
#maincontactform .eforms-form-quote-request .eforms-row {
	margin: 0;
}
#maincontactform .eforms-form-quote-request textarea {
	min-block-size: 129px;
}
#maincontactform .eforms-form-quote-request label,
#maincontactform .eforms-form-quote-request .eforms-honeypot {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
#maincontactform .eforms-form-quote-request input:focus,
#maincontactform .eforms-form-quote-request textarea:focus,
#maincontactform .eforms-form-quote-request input:focus-visible,
#maincontactform .eforms-form-quote-request textarea:focus-visible {
	outline: 0;
	background: #f9f9f9;
	border: 1px solid #b8b8b8 !important;
	transition: background-color linear .2s;
	transition: border-color linear .2s;
}
#maincontactform button[type="submit"] {
	-webkit-appearance: none;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	min-width: 18.75rem;
	min-block-size: 40px;
	text-align: center;
	padding: 0.5em 1em;
	color: #fff;
	font-size: 1.5rem;
	text-transform: uppercase;
	border: 0;
	border-radius: 35px;
	background: #404041;
	transition: background-color .3s cubic-bezier(.5,.25,.25,.75),box-shadow .2s cubic-bezier(0,.25,.25,.75),transform .2s cubic-bezier(0,.25,.25,.75),color .3s cubic-bezier(.5,.25,.25,.75),font-size .3s cubic-bezier(.5,.25,.25,.75),block-size .3s cubic-bezier(.5,.25,.25,.75),min-inline-size .3s cubic-bezier(.5,.25,.25,.75),min-block-size .3s cubic-bezier(.5,.25,.25,.75),opacity .2s cubic-bezier(0,.25,.25,.75),padding .3s cubic-bezier(.5,.25,.25,.75),inline-size .3s cubic-bezier(.5,.25,.25,.75);
}
#maincontactform button[type="submit"]:hover {
	background: #5c5c5d;
}
@media screen and (min-width: 520px) {
	.intro_content {
		background: rgba(255, 255, 255, 0.91);
	}
	#badges .badge_container .badge {
		width: 110px
	}
	.service_feature .icon {
		position: absolute;
		width: 3.25rem;
	}
	.service_feature .text {
		padding-left: 5rem;
	}
}
@media screen and (min-width: 768px) {
	#motto_section h1 {
		font-size: 1.75rem;
	}
	.section-heading {
		font-size: 2.75rem;
		margin: 0 0 3.25rem;
	}
	.services_intro {
		margin: -1.25rem 0 1.625rem;
	}
	#badges .badge {
		width: 120px
	}
	#carousel li {
		padding: 0 5rem;
	}
	#carousel:before {
		top: -2rem;
		left: 1rem;
	}
	.testimonial blockquote {
		text-align: justify;
	}
	#bg_wrapper {
		background: url(../../../images/front/tfa_cover_hd.jpg);
		background-position: center center;
		background-size: cover;
	}
	#intro .inner {
		min-height: 31.25rem;
	}
	.intro_content {
		width: 50rem;
		margin: 1.75rem 0;
	}
	.service_feature h3 {
		font-size: 1.5625rem;
		text-align: left;
	}
	#footer_cta {
		font-size: 1.25rem;
	}
	#footer_cta h2 {
		font-size: 4rem;
	}
}
@media screen and (min-width: 1300px) {
	#bg_wrapper {
		background-image: url(../../../images/front/tfa_cover_fullhd.jpg);
	}
}
@media screen and (min-width: 1950px) {
	#bg_wrapper {
		background-image: url(../../../images/front/tfa_cover_4k.jpg);
	}
}
