@charset "UTF-8";
/* Custom Classes */
.color-black {
	color: #272c2e;
}

.color-red {
	color: #be2422;
}

.color-yellow {
	color: #fac831;
}

.color-whitesmoke {
	color: #f3f3f3;
}

.color-white {
	color: #fff;
}

.color-green {
	color: #159a5b;
}

.color-gray {
	color: #a2a2a2;
}

.hvr-opacity:hover {
	opacity: 0.65;
}

.hvr-color-yellow:hover {
	color: #fac831;
}

.hvr-color-white:hover {
	color: #fff;
}

.hvr-color-yellow:hover {
	color: #fac831;
}

.hvr-color-green:hover {
	color: #159a5b;
}

.hvr-color-red:hover {
	color: #be2422;
}

.hvr-color-black:hover {
	color: #272c2e;
}

.bg-color-white {
	background-color: #fff;
}

.bg-color-whitesmoke {
	background-color: #f3f3f3;
}

.bg-color-black {
	background-color: #0a0a0a;
}

.bg-color-red {
	background-color: #be2422;
}

.bg-1 {
	background-color: #be2422;
	color: #fff;
}

.bg-2 {
	background-color: #159a5b;
	color: #fff;
}

.bg-3 {
	background-color: #fff;
	color: #000;
}

.bg-4 {
	background-color: #fac831;
	color: #000;
}

.ff-barlow {
	font-family: "Barlow", sans-serif;
}

.ff-lato {
	font-family: "Lato", sans-serif;
}

.ff-open-sans {
	font-family: "Open Sans", sans-serif;
}

.fw-thin {
	font-weight: 100;
}

.fw-extra-light {
	font-weight: 200;
}

.fw-light {
	font-weight: 300;
}

.fw-regular {
	font-weight: 400;
}

.fw-semi-bold {
	font-weight: 600;
}

.fw-bold {
	font-weight: 700;
}

.fw-extra-bold {
	font-weight: 800;
}

.fw-black {
	font-weight: 900;
}

.steps-badge {
	max-width: 367px;
	width: 100%;
}

.btn-main {
	padding: 1rem 3rem;
	background-color: #be2422;
	color: #fac831;
	-webkit-border-radius: 0.3rem;
	border-radius: 0.3rem;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.btn-main:hover,
.btn-main:focus {
	background-color: #a22221;
	color: #fac831;
}

.icon-youtube {
	background-image: url("images/icon-youtube.svg");
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	display: block;
	width: 59px;
	height: 42px;
}

/* Plugins */
.slider-1-style .slick-arrow {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	z-index: 1;
	border: 3px solid #c4c4c4;
	-webkit-border-radius: 0.5rem;
	border-radius: 0.5rem;
	background-color: #fff;
	font-size: 0;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.slider-1-style .slick-arrow:after {
	font-size: 26px;
	line-height: normal;
	display: block;
	line-height: normal;
	position: relative;
	top: -5px;
	color: #272c2e;
}

.slider-1-style .slick-arrow:hover,
.slider-1-style .slick-arrow:focus {
	background-color: #eee;
}

.slider-1-style .slick-prev {
	left: 0;
}

.slider-1-style .slick-prev:after {
	content: "‹";
}

.slider-1-style .slick-next {
	right: 0;
}

.slider-1-style .slick-next:after {
	content: "›";
}

.slider-1-style .slick-disabled {
	opacity: 0;
}

/* Form */
.gsection_title {
	color: #be241f;
}

.gsection_title {
	position: relative;
	display: inline-block;
}

.gsection_title:after {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -webkit-calc(100% + 1rem);
	left: calc(100% + 1rem);
	width: 9999px;
	height: 1px;
	border-top: 1px solid #be241f;
}

.gform_wrapper .gsection {
	border: none !important;
	overflow: hidden;
}

.gform_wrapper .gsection {
	border: none !important;
	overflow: hidden;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.gform_wrapper .datepicker {
	width: 100% !important;
}

input,
textarea,
select {
	border: 1px solid #ddd;
	font-size: 14px !important;
	-webkit-border-radius: 0.5rem;
	border-radius: 0.5rem;
	padding: 0.5rem 1rem !important;
	font-weight: 600;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.gform_wrapper li.hidden_label input {
	margin-top: 12px;
}

body .gform_wrapper .top_label div.ginput_container,
.gform_wrapper li.hidden_label input {
	margin-top: 0 !important;
}

body .gform_wrapper ul li.gfield {
	margin-bottom: 0 !important;
}

.gform_wrapper .gform_footer {
	text-align: center;
}

body .gform_wrapper li.gfield.field_description_below + li.gsection {
	margin-top: 50px !important;
}

.ui-datepicker-title > select {
	padding: 5px !important;
	margin-bottom: 5px;
}

.form-content-wrapper:before,
.form-content-wrapper:after {
	content: "";
	position: absolute;
	width: 199px;
	background-image: url("images/bg-form-border.png");
	background-position: center;
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	top: -10px;
	bottom: -10px;
	z-index: -1;
}

.form-content-wrapper:before {
	left: -25px;
}

.form-content-wrapper:after {
	right: -25px;
}

body .gform_wrapper form {
	max-width: 870px;
	width: 100%;
}

body .gform_wrapper {
	background-color: #f3f3f3;
	padding-left: 1rem;
	padding-right: 1rem;
}

body .ginput_container_time input,
body .gform_wrapper.gf_browser_chrome .gfield_time_ampm select,
body .gform_wrapper.gf_browser_safari .gfield_time_ampm select {
	max-width: 100% !important;
	width: 100% !important;
	height: 100%;
	text-align: center;
}

.gform_wrapper .gfield_time_hour i {
	margin-top: 0 !important;
	margin-left: 5px;
}

.ginput_container_time {
	max-width: 33% !important;
	width: 100% !important;
}

.gfield_time_hour {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.gfield_description {
	padding-top: 5px !important;
	color: #666;
	padding-left: 25px !important;
}

.ginput_recaptcha > div {
	margin-top: 3rem;
	margin-left: auto;
	margin-right: auto;
}

.gform_confirmation_message {
	padding-top: 5rem;
	padding-bottom: 5rem;
	text-align: center;
	font-weight: 700;
	font-size: 22px;
	background-color: #fff;
}

body .gform_wrapper label.gfield_label,
body .gform_wrapper legend.gfield_label {
	font-weight: 300;
	font-size: 14px;
	padding-left: 15px;
	padding-right: 15px;
}

/* Base */
body {
	position: relative;
	max-width: 1920px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-family: "Open Sans", sans-serif;
}

body * {
	line-height: 1.6em;
}

body *:active,
body *:focus,
body *:hover {
	outline: none !important;
}

a {
	display: inline-block;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

a:hover,
a:focus {
	text-decoration: none;
}

.container {
	max-width: 1209px;
}

.logged-in .site-header {
	top: 32px;
}

.site-header {
	position: relative;
	max-width: 1920px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	z-index: 2;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.site-header .row-1 {
	border-bottom: 1px solid #a3a3a3;
}

.site-header-menu .menu-item {
	margin-right: 1rem;
}

.site-header-menu .menu-item a {
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

.site-header-menu .menu-item a:hover,
.site-header-menu .menu-item a:focus {
	opacity: 0.65;
}

.site-header-menu .menu-item:last-child {
	margin-right: 0;
}

.site-header-menu .btn-main-wrapper a {
	padding: 0.5rem 1rem !important;
	background-color: #be2422;
	color: #fac831;
	-webkit-border-radius: 0.3rem;
	border-radius: 0.3rem;
}

.site-header-menu .btn-main-wrapper a:hover,
.site-header-menu .btn-main-wrapper a:focus {
	background-color: #a22221;
	color: #fac831;
}

.site-header-navbar {
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.site-header-brand {
	padding-left: 15px;
	padding-right: 15px;
}

.site-header-brand:before {
	content: "";
	position: absolute;
	z-index: -1;
	bottom: 1.5rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	max-width: 593px;
	width: 100%;
	height: 330px;
	background-image: url("images/bg-brand.png");
	background-position: center;
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	bottom: -110px;
}

.site-header-brand-image {
	position: absolute;
	top: 5px;
	height: auto;
	z-index: 1;
}

.site-header-brand-image:hover,
.site-header-brand-image:focus {
	-webkit-transform: scale(0.97);
	-ms-transform: scale(0.97);
	transform: scale(0.97);
}

.site-header-brand {
	min-width: -webkit-calc(245px + 30px);
	min-width: calc(245px + 30px);
}

.site-header-brand-image {
	width: 290px;
}

.site-header-links-cta {
	z-index: 1;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#be2422),
		to(#000)
	);
	background-image: -webkit-linear-gradient(#be2422, #000);
	background-image: -o-linear-gradient(#be2422, #000);
	background-image: linear-gradient(#be2422, #000);
	text-align: center;
}

.site-header-links-cta:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.25);
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.site-header-links-cta:hover::before {
	opacity: 1;
}

.site-header-links-cta-badge {
	max-width: 162px;
	width: 100%;
}

.site-header-links-list-item {
	border-right: 1px solid #a3a3a3;
}

.site-header-links-list-item-link i {
	position: relative;
	top: 4px;
}

.site-header-links a {
	padding: 8px 20px;
	font-size: 11px;
}

.site-header .link-anchor.current-menu-item a {
	opacity: 1;
}

.site-header .current-menu-item a {
	opacity: 0.35;
}

.site-footer {
	background-color: #0a0a0a;
	color: #fff;
}

.site-footer .border-bottom {
	border-color: #5d5d5d !important;
}

.site-footer-social-media-item-link:hover,
.site-footer-social-media-item-link:focus {
	opacity: 0.7;
}

.site-footer-widgets .widget-title {
	margin-bottom: 1.5rem;
	color: #be2422;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

.site-footer-widgets .menu {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}

.site-footer-widgets .menu-item {
	margin-bottom: 1rem;
}

.site-footer-widgets .menu-item a {
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	font-weight: 700;
}

.site-footer-widgets .menu-item a:hover,
.site-footer-widgets .menu-item a:focus {
	opacity: 0.65;
}

.site-footer-widgets .textwidget p {
	line-height: 1.8em;
	font-size: 14px;
}

.site-footer-site-info {
	font-size: 14px;
}

.site-footer .current-menu-item a {
	opacity: 0.35;
}

.mobile-menu {
	z-index: 4;
	top: 15px;
	left: 15px;
	width: auto;
}

.mobile-menu .navbar-toggler {
	padding: 1rem;
	background-color: #be2422;
}

.mobile-menu .navbar-collapse {
	-webkit-border-radius: 0.25rem;
	border-radius: 0.25rem;
	margin-top: 0.5rem;
	padding: 2rem;
}

.mobile-menu .site-header-menu .btn-main-wrapper a {
	display: inline-block;
}

.mobile-menu .menu-item {
	padding-bottom: 1rem;
}

.mobile-menu .menu-item:last-child {
	padding-bottom: 0;
}

/* Back-to-top */
#back-to-top {
	display: table;
	position: fixed;
	bottom: 15px;
	right: 15px;
	z-index: 1;
	width: 56px;
	height: 56px;
	background: #fac831;
	text-align: center;
	color: #272c2e;
	text-decoration: none;
	-webkit-transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
	opacity: 0;
}

#back-to-top:hover {
	-webkit-filter: contrast(110%);
	filter: contrast(110%);
}

#back-to-top.show {
	opacity: 1;
}

#back-to-top .wrapper {
	display: table-cell;
	vertical-align: middle;
}

#back-to-top.fade-out {
	opacity: 0.3;
}

#back-to-top.fade-out:hover {
	opacity: 1;
}

/* Floating Testimonial */
.floating-testimonial {
	max-width: 336px;
	width: 100%;
	bottom: 15px;
	left: 15px;
	z-index: 3;
	font-size: 14px;
	color: #fff;
}

.floating-testimonial-placeholder {
	width: 50px;
	height: 50px;
	font-weight: 700;
}

.floating-testimonial-name {
	font-size: 18px;
}

.floating-testimonial-accordion-button {
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.floating-testimonial-inner:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.75);
	z-index: -1;
}

.floating-testimonial-accordion-button.collapsed {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.floating-testimonial-rating-items.total {
	top: 0;
	left: 0;
	z-index: -1;
}

/* Hero */
.hero {
	overflow: hidden;
	max-height: 780px;
	min-height: 640px;
	height: 100vh;
}

.hero > .container {
	margin-bottom: 50px;
}

.hero video {
	position: absolute;
	z-index: -2;
	width: 250%;
	height: 150%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.hero-video-thumbnail {
	z-index: -2;
	display: none;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}

.hero:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.75);
	z-index: 0;
}

.hero-title,
.inner-banner-title {
	-webkit-transform: skew(-15deg) !important;
	-ms-transform: skew(-15deg) !important;
	transform: skew(-15deg) !important;
}

.hero-title *,
.inner-banner-title * {
	position: relative;
	-webkit-text-stroke: 2px #fff;
	font-size: 70px;
	font-weight: 900;
	line-height: normal;
}

.hero-title strong {
	position: relative;
	display: inline-block;
	padding-bottom: 1rem;
}

.hero-title strong:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 5rem;
	left: 0;
	height: 8px;
	background-image: url("images/icon-underline.svg");
	background-position: top;
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
}

.hero-tagline {
	font-size: 20px;
}

/* Services */
.home .services {
	margin-top: -4rem;
}

.services {
	padding-bottom: 3rem;
}

.services-items {
	padding-left: 10px;
	padding-right: 10px;
}

.services-item-card {
	height: 235px;
	border: 10px solid #fff;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}

.services-item-card:before,
.services-item-card:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	mix-blend-mode: multiply;
}

.services-item-card:before {
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(transparent),
		to(#000)
	);
	background-image: -webkit-linear-gradient(transparent, #000);
	background-image: -o-linear-gradient(transparent, #000);
	background-image: linear-gradient(transparent, #000);
	opacity: 0.9;
}

.services-item-card:after {
	background-color: #000;
	opacity: 0;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.services-item-card:hover .services-item-link,
.services-item-card:focus .services-item-link {
	opacity: 0.5;
}

.services-item-card:hover:after,
.services-item-card:focus:after {
	opacity: 0.5;
}

.services-item-card-container {
	z-index: 1;
}

.services-item-card-title {
	font-size: 21px;
}

.services-item-link {
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.presentation-core {
	border-bottom: 1px solid #fff;
}

.presentation-core:last-child {
	border-bottom: none;
}

.presentation-core-card-title {
	font-size: 21px;
}

.presentation-core-card-content {
	font-size: 14px;
}

.presentation-video {
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}

.presentation-video:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.3);
	opacity: 0;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.presentation-video:hover:before,
.presentation-video:focus:before {
	opacity: 1;
}

.presentation-video-icon {
	padding-left: 8px;
	color: #fff;
	font-size: 50px;
}

.presentation-video-icon:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100px;
	height: 100px;
	background-color: rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

/* Steps */
.steps-item-card-number {
	position: relative;
	z-index: 1;
	width: 75px;
	height: 75px;
	font-size: 20px;
}

.steps-item-card-number:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 75px;
	height: 75px;
	background-image: url("images/icon-radar.svg");
	background-position: center;
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
}

.steps-item-card-number-wrapper:after {
	content: "" !important;
	position: absolute !important;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 100%;
	width: 280px;
	height: 1px;
	border-top: 1px solid #a4a4a4;
}

.steps-item-card-title {
	font-size: 18px;
}

.steps-item-card-content {
	font-size: 14px;
}

.steps .slick-slide:last-child .steps-item-card-number-wrapper:after {
	display: none;
}

/* Locations */
.locations-item-inner {
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	padding-top: 8rem;
	padding-bottom: 8rem;
}

.locations-item-link:hover .locations-item-container:before,
.locations-item-link:focus .locations-item-container:before {
	background-color: #8a1e1e;
}

.locations-item-container:before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	mix-blend-mode: multiply;
	transition: 0.3s ease-in-out;
	background-color: #be2422;
	opacity: 0.9;
}

.locations-item-title,
.locations-item-phone {
	font-size: 30px;
}

/* FAQs */
.faqs {
	background-position: top;
	-webkit-background-size: cover;
	background-size: cover;
}

.faqs:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.75);
}

.faqs-item-question,
.faqs-item-answer {
	font-size: 14px;
}

.faqs-item-question {
	padding-left: 1.5rem;
}

.faqs-item-question:before {
	content: "+";
	position: absolute;
	left: 0;
	color: #be2421;
	font-size: 20px;
	font-weight: 700;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.faqs-item-question.collapsed:before {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.faqs-item-answer-container {
	background-color: rgba(0, 0, 0, 0.7);
}

.faqs-text-editor p {
	font-size: 14px;
}

.faqs-text-editor strong {
	font-size: 18px;
}

.faqs-locations-item {
	border-bottom: 1px dotted #fff;
}

.faqs-locations-item:before {
	content: "●";
	position: absolute;
	left: 0;
	color: #fac831;
}

.faqs-locations-item-title,
.faqs-locations-item-phone {
	font-size: 18px;
}

/* Videos */
.videos-item-thumbnail {
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	height: 250px;
}

.videos-item-thumbnail:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #282c2f;
	mix-blend-mode: multiply;
	opacity: 0.2;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.videos-item-thumbnail:hover:before,
.videos-item-thumbnail:focus:before {
	opacity: 0.65;
}

.videos-item-title {
	font-size: 20px;
}

.videos-item-link {
	font-size: 14px;
}

.location-details-item {
	border-right: 1px solid #fff;
}

.location-details-item-title {
	font-size: 35px;
}

.location-details-item-button-link {
	border: 1px solid #fff;
	font-size: 14px;
}

.location-details-item-button-link:hover,
.location-details-item-button-link:focus {
	background-color: #fff;
	color: #be2421;
}

.location-details-item:last-child {
	border-right: none;
}

.location-details-item-address,
.location-details-item-phone {
	padding-left: 20px;
}

.location-details-item-address i,
.location-details-item-phone i {
	position: absolute;
	top: 4px;
	left: 0;
}

/* Featured Video */
.featured-video-wrapper {
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	height: 616px;
}

.featured-video-wrapper:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #535455;
	mix-blend-mode: multiply;
	opacity: 0.2;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.featured-video-wrapper:hover:before,
.featured-video-wrapper:focus:before {
	opacity: 0.65;
}

.featured-video-content {
	line-height: 2em;
}

/* Map */
.map-phone {
	font-size: 45px;
}

.map iframe {
	height: 375px;
}

/* Inner Banner */
.inner-banner {
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}

.inner-banner:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #535455;
	mix-blend-mode: multiply;
	opacity: 0.95;
}

.inner-banner > .container {
	padding-top: 8rem;
}

.map-wrapper p {
	margin-bottom: 0;
}

/* Employees */
.employees-item-position,
.employees-item-phone,
.employees-item-email {
	font-size: 14px;
}

.employees-item-separator {
	border-color: #be2422;
}

/* Modal */
.modal .gform_wrapper {
	margin-top: 0;
	margin-bottom: 0;
}

body .modal-dialog .gform_wrapper .gform_footer {
	margin-top: 0;
}

body .modal .gform_wrapper {
	padding: 0;
}

.modal-header {
	background-image: url("images/bg-modal-header.jpg");
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}

.modal-custom-close {
	position: relative;
	z-index: 1;
	width: 32px;
	height: 32px;
}

.modal-custom-close:before {
	content: "";
	position: absolute;
	z-index: -1;
	width: 32px;
	height: 32px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #0a0a0a;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.modal-custom-close:hover:before {
	opacity: 0.65;
}

.modal-header-container {
	max-width: 870px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.modal-header-title {
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(transparent),
		to(#be2422)
	);
	background: -webkit-linear-gradient(left, transparent, #be2422);
	background: -o-linear-gradient(left, transparent, #be2422);
	background: linear-gradient(90deg, transparent, #be2422);
}

.link-appointment {
	color: #fac831 !important;
}

.link-appointment:hover,
.link-appointment:focus {
	cursor: pointer;
}

/* Error */
.error-bg {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: -1;
}

/* Extras */
.extras {
	font-weight: 600;
}

.extras a {
	display: inline;
	color: #159a5b;
}

.extras a:hover,
.extras a:focus {
	opacity: 0.65;
}

.testimonial p {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.testimonial {
	margin: 25px;
	box-shadow: 6px 4px 10px rgba(165, 165, 165, 0.5);
}

.testimonial .floating-testimonial-rating-items.total {
	top: 0;
	left: 50%;
	z-index: -1;
	transform: translateX(-50%);
}

.button-red {
	padding: 1rem 1rem !important;
	background-color: #be2422;
	color: #fac831;
	-webkit-border-radius: 0.3rem;
	border-radius: 0.3rem;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 700;
}

.button-red:hover {
	opacity: 0.7;
	color: inherit;
}
button.slick-next.slick-arrow,
button.slick-prev.slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
button.slick-next.slick-arrow:before,
button.slick-prev.slick-arrow:before {
	content: "";
}

button.slick-next.slick-arrow,
button.slick-prev.slick-arrow {
	font-size: 20px;
	color: #000;
	width: 30px;
	height: 30px;
}

button.slick-next.slick-arrow {
	right: -50px;
}
button.slick-prev.slick-arrow {
	left: -50px;
}

.testimonial-slider button {
	border: 3px solid #c4c4c4;
	background: transparent;
	border-radius: 3px;
}

html {
	scroll-behavior: smooth;
	scroll-padding: 350px;
}

.content-privacy-policy a,
.content-terms-and-conditions a {
	color: #be2422;
}
.content-privacy-policy a:hover,
.content-terms-and-conditions a:hover {
	color: #fac831;
}

/* Media Queries */
@media (min-width: 1286px) {
	.slider-1-style .slick-prev {
		left: -3rem;
	}
	.slider-1-style .slick-next {
		right: -3rem;
	}
}

@media (min-width: 1025px) {
	input,
	textarea,
	select {
		padding: 20px 25px !important;
	}
}

@media (max-width: 1024px) {
	.hero-title *,
	.inner-banner-title * {
		font-size: 50px;
	}
	.hero-tagline {
		font-size: 16px;
	}
	.site-header-links a {
		padding: 8px 10px;
	}
	.site-header-links-cta-badge {
		max-width: 140px;
	}
	.hero iframe {
		display: none;
	}
	.hero-video-thumbnail {
		display: block;
	}
	.site-footer-site-info {
		padding-bottom: 10rem;
	}
	.site-header-links-cta-badge-wrapper {
		background-color: transparent;
		padding-left: 0.5rem;
	}
	.site-header-menu .menu-item {
		margin-right: 0.5rem;
	}
	.featured-video-wrapper {
		height: 380px;
	}

	.locations-item-title,
	.locations-item-phone {
		font-size: 18px;
	}
}

@media (max-width: 782px) {
	.logged-in .site-header {
		top: 46px;
	}
}

@media (max-width: 768px) {
	.site-header-brand {
		min-width: -webkit-calc(150px + 30px);
		min-width: calc(150px + 30px);
	}
	.site-header-brand-image {
		width: 150px;
	}
	.site-header-links a {
		font-size: 12px;
	}
	.hero-title *,
	.inner-banner-title * {
		font-size: 36px;
	}
	.hero-tagline {
		font-size: 12px;
	}
	.services-item-card-title {
		font-size: 16px;
	}
	.services-item-link {
		font-size: 14px;
	}
	.presentation-core-card-title {
		font-size: 16px;
	}
	.presentation-core-card-content {
		font-size: 12px;
	}
	.steps-item-card-title {
		font-size: 16px;
	}
	.steps-item-card-content {
		font-size: 12px;
	}
	.locations-item-title,
	.locations-item-phone {
		font-size: 16px;
	}
	.locations-item-address,
	.locations-item-phone {
		font-size: 12px;
	}
	.locations-item-inner {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	.videos-item-thumbnail {
		height: 160px;
	}
	.videos-item-title {
		font-size: 16px;
	}
	.videos-item-link {
		font-size: 12px;
	}
	.location-details-item-title {
		font-size: 18px;
	}
	.location-details-item-address,
	.location-details-item-phone {
		font-size: 12px;
	}
	.site-footer-widgets .widget-title {
		font-size: 12px;
	}
	.site-footer-widgets .menu-item a,
	.site-footer-widgets .textwidget p {
		font-size: 12px;
	}
	.site-header-links a {
		padding: 8px 8px;
		font-size: 11px;
	}
	.site-header-menu .menu-item a {
		font-size: 9px;
	}
	.featured-video-wrapper {
		height: 300px;
	}
	.map-phone {
		font-size: 26px;
	}
}

@media (max-width: 600px) {
	.logged-in .site-header {
		top: 42px;
	}
}

@media (max-width: 576px), (max-height: 414px) {
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		line-height: 1.2em;
	}

	input,
	textarea,
	select {
		font-size: 16px !important;
	}

	.navbar-collapse {
		background-color: rgba(0, 0, 0, 0.75);
	}
	.site-header {
		position: absolute !important;
	}
	.site-header-brand-image {
		position: relative;
		top: 0;
		height: auto;
	}
	.site-header-brand {
		min-width: 100%;
		text-align: center;
	}
	.site-header-navbar {
		border: none;
	}
	.site-header-links-list-item {
		border: none;
	}
	.site-header-links a {
		font-size: 16px;
	}
	.site-header-links-cta-wrapper {
		width: 100%;
	}
	.hero-tagline {
		font-size: 16px;
	}
	.hero-title *,
	.inner-banner-title * {
		font-size: 30px;
	}
	.hero-title strong:after {
		right: 0;
	}
	.hero-title *,
	.inner-banner-title * {
		font-size: 34px;
		-webkit-text-stroke: 0.05rem #fff;
	}
	.steps-item-card-number-wrapper:after {
		display: none;
	}
	.presentation-core-card-content {
		font-size: 16px;
	}
	.location-details-item {
		border-right: none;
	}
	.services-item-card-title {
		font-size: 18px;
	}
	.steps-item-card-content {
		font-size: 16px;
	}
	.locations-item-title,
	.locations-item-phone {
		font-size: 20px;
	}
	.locations-item-address,
	.locations-item-phone {
		font-size: 16px;
	}
	.faqs-item-question,
	.faqs-item-answer {
		font-size: 16px;
	}
	.faqs-text-editor p {
		font-size: 16px;
	}
	.faqs-locations-item-title,
	.faqs-locations-item-phone {
		font-size: 20px;
	}
	.videos-item-title {
		font-size: 18px;
	}
	.videos-item-link {
		font-size: 16px;
	}
	.location-details-item-title {
		font-size: 20px;
	}
	.location-details-item-address,
	.location-details-item-phone {
		font-size: 16px;
	}
	.location-details-item-button-link {
		font-size: 16px;
	}
	.site-footer-widgets .widget-title {
		font-size: 16px;
	}
	.site-footer-widgets .menu-item a,
	.site-footer-widgets .textwidget p {
		font-size: 16px;
	}
	.site-footer-site-info span {
		font-size: 16px;
	}
	.steps-item-card-title {
		font-size: 20px;
	}
	.presentation-core-card-title {
		font-size: 18px;
	}
	.site-header .row-1 {
		border-bottom: none;
	}
	.site-header-menu .menu-item a {
		font-size: 14px;
	}
	.modal-header-title {
		font-size: 20px;
	}
}

@media (max-width: 414px) {
	.hero-title *,
	.inner-banner-title * {
		font-size: 32px;
	}
	.site-header-links a {
		padding: 5px 5px;
		font-size: 12px;
	}
	.site-header-links-cta {
		padding: 8px 15px !important;
	}
	.hero {
		max-height: 680px;
	}
	.hero > .container {
		margin-bottom: 80px;
	}
	.floating-testimonial {
		max-width: 230px;
	}
	#back-to-top {
		width: 42px;
		height: 42px;
	}
	.floating-testimonial-name {
		font-size: 16px;
	}
	.floating-testimonial-location {
		font-size: 11px;
	}
	div#floating-testimonial-content {
		font-size: 12px;
	}
	.featured-video-wrapper {
		height: 200px;
	}
}

@media (max-width: 375px) {
	.ginput_recaptcha > div {
		transform: scale(0.8);
		transform-origin: left;
	}
}

@media (max-width: 320px) {
	.site-header-links a {
		font-size: 10px;
	}
	.hero {
		max-height: 560px;
	}
	.featured-video-wrapper {
		height: 150px;
	}

	.ginput_recaptcha > div {
		transform: scale(0.7);
	}
}

@media (max-height: 414px) {
	.site-header-navbar > .container {
		-webkit-box-pack: center !important;
		-webkit-justify-content: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}

	.locations-item-title,
	.locations-item-address,
	.locations-item-phone,
	.location-details-item-title,
	.location-details-item-address,
	.location-details-item-phone,
	.location-details-item-button-link {
		font-size: 12px;
	}
}

/* OCTOBER 25 */
input#input_6_16_1,
input#input_6_16_2 {
	padding: 0 !important;
}
select#input_6_16_3 {
	padding: 20px 14px !important;
}
li#field_6_17,
li#field_6_7,
li#field_6_16,
li#field_6_3 {
	padding-right: 0 !important;
}

/* 2 March 2020 */
.inner-banner {
	top: 0;
	z-index: 1;
}

.home .site-header-navbar.bg-color {
	background-color: #0a0a0a;
}

.inner-banner > .container {
	padding-top: 7rem;
}

@media (max-width: 991px) {
	.logged-in .site-header {
		top: 88px;
	}
	.site-header-brand {
		top: 15px;
	}
	.site-header {
		top: 42px;
	}
	.inner-banner-title {
		padding-top: 30px;
	}
}

@media (max-width: 575px) {
	.logged-in .site-header {
		top: 0;
	}
	.site-header {
		top: 0;
	}
}

@media (max-width: 576px), (max-height: 414px) {
	.inner-banner {
		position: relative !important;
	}

	.inner-banner > .container {
		padding-top: 14rem;
	}

	.site-header-navbar.bg-color {
		background-color: #0a0a0a;
	}
}

@media (max-height: 414px) {
	.site-content {
		margin-top: 0 !important;
	}
	.site-header-links {
		justify-content: center !important;
	}
}
.steps-item-card-content a {
    color: #272c2e;
}
.steps-item-card-content a:hover {
    color: #be2422;
}