
.ufw_wb {
	background: #fff;
	border-style: solid;
	position: relative;
}

.ufw_wb_inner {
	padding: 1.5em;
	height: 100%;
	overflow: auto;
}

.ufw_wb_inner::-webkit-scrollbar-track {
	background-color: transparent;
}

.ufw_wb_inner::-webkit-scrollbar {
	width: 6px;
	background-color: transparent;
}

.ufw_wb_inner::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, .2);
	border-radius: 50px;
}

.ufw_wb_hidden {
	display: none;
}

.ufw_title + .ufw_wb_inner {
	padding-bottom: 4.5em;
}

/* Popup */
.ufw_pp {
	position: fixed;
	z-index: 999999;
}

.ufw_pp .ufw_wb {
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
	border-radius: 10px;
	margin: 1.5em 0;
	max-width: 100%;
	max-height: 100%;
	overflow: hidden;
}

/* Popup positions */
.ufw_pp.ufw_p_br {
	bottom: 1.5em;
	right: 1.5em;
}

.ufw_pp.ufw_p_bl {
	bottom: 2em;
	left: 2em;
}

.ufw_pp.ufw_p_tr {
	top: 1em;
	right: 2em;
}

.ufw_pp.ufw_p_tl {
	top: 1em;
	left: 2em;
}

/* Flyout */
.ufw_fo {
	position: fixed;
	top: 0;
	bottom: 0;
	z-index: 99999;
}

.ufw_fo .ufw_wb {
	height: 100% !important;
	box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);
	border-top-width: 0 !important;
	border-bottom-width: 0 !important;
}

/* Flyout positions */
.ufw_fo.ufw_p_left {
	left: 0;
}

.ufw_fo.ufw_p_right {
	right: 0;
}

.ufw_fo.ufw_p_left .ufw_wb {
	border-left-width: 0 !important;
}

.ufw_fo.ufw_p_right .ufw_wb {
	border-right-width: 0 !important;
}

/* Buttons */
.ufw_btn {
	background: red;
	display: inline-block;
	text-align: center;
	border-radius: 100%;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
	color: white;
	border-style: solid;
	transition: all .25s;
	text-decoration: none;
}

.ufw_btn:hover, .ufw_btn:focus {
	transform: scale(1.05);
	text-decoration: none;
}

.ufw_btn:hover .fa {
	transform: scale(1.2);
}

.ufw_btn:active {
	transform: scale(.9);
}

.ufw_btn.ufw_btn_32px {
	font-size: 11px;
	width: 32px;
	height: 32px;
	line-height: 32px;
}

.ufw_btn.ufw_btn_40px {
	font-size: 13px;
	width: 40px;
	height: 40px;
	line-height: 40px;
}

.ufw_btn.ufw_btn_48px {
	font-size: 16px;
	width: 48px;
	height: 48px;
	line-height: 48px;
}

.ufw_btn.ufw_btn_56px {
	font-size: 18.6px;
	width: 56px;
	height: 56px;
	line-height: 56px;
}

.ufw_btn.ufw_btn_64px {
	font-size: 21px;
	width: 64px;
	height: 64px;
	line-height: 64px;
}

.ufw_btn.ufw_btn_text {
	width: auto !important;
	padding: 0 1em;
}

.ufw_btn.ufw_btn_text span {
	margin-left: .5em;
}

.ufw_btn.ufw_btn_text.ufw_btn_type_text span {
	margin-left: 0;
}

.ufw_btn i {
	vertical-align: middle;
	font-size: 1.25em;
}

.ufw_btn img {
	width: 50%;
	vertical-align: middle;
}

.ufw_btn .ufw_btn_oinfo, .ufw_btn .ufw_btn_cinfo {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ufw_btn .ufw_b_text {
	margin: 0 0 0 .5em;
}

.ufw_pp.ufw_p_br .ufw_btn_wrap, .ufw_pp.ufw_p_tr .ufw_btn_wrap {
	text-align: right;
}

.ufw_fo .ufw_btn {
	z-index: 99999999;
	position: fixed;
}

.ufw_fo .ufw_btn_p_br {
	bottom: 1.5em;
	right: 1.5em;
}

.ufw_fo .ufw_btn_p_bl {
	bottom: 1.5em;
	left: 1.5em;
}

.ufw_fo .ufw_btn_p_tl {
	top: 1.5em;
	left: 1.5em;
}

.ufw_fo .ufw_btn_p_tr {
	top: 1.5em;
	right: 1.5em;
}

.ufw_wb_closed .ufw_wb {
	display: none;
}

.ufw_wb_closed .ufw_btn_cinfo {
	display: none;
}

.ufw_wb_opened .ufw_btn_oinfo {
	display: none;
}

.ufw_no_btn .ufw_wb {
	margin: 0;
}

.ufw_b_image {
	height: 100%;
	display: inline-block;
	padding: .5em 0;
	line-height: 0;
	margin: 0 !important;
}

.ufw_b_image img {
	height: 100%;
	width: auto;
	display: inline;
}

/* Close btn */
.ufw_close_btn {
	position: absolute;
	text-decoration: none;
	color: inherit;
	background-color: inherit;
	padding: 10px;
	line-height: 0;
	top: 5px;
	right: 10px;
	z-index: 1;
}

.ufw_fo .ufw_close_btn {
	border: inherit;
	border-width: 1px;
}

.ufw_p_right .ufw_close_btn {
	left: 0;
	right: auto;
	transform: translateX(-100%);
	border-radius: 5px 0 0 5px;
}

.ufw_p_left .ufw_close_btn {
	left: auto;
	right: 0;
	transform: translateX(100%);
	border-radius: 0 5px 5px 0;
}

.ufw_has_close_btn.ufw_fo.ufw_wb_opened .ufw_btn {
	/* Hide close button for flyout when open */
	display: none;
}

.ufw_widgets_wrap {
	width: 100% !important;
	float: none !important;
	position: relative !important;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	background: none !important;
}

.ufw_title {
	border-bottom: 1px solid #ececec;
	margin: 0;
	padding: .5em 1em;
}

@keyframes ufw_hide {
	to {
		visibility: visible;
	}
}

@media screen and (max-width: 600px) {
	.ufw_pp .ufw_wb {
		position: fixed;
		top: 100px;
		left: 1em;
		margin: 0px !important;
		right: 1em;
		width: auto !important;
		height: auto !important;
		bottom: 100px;
	}
	
	.ufw_fo {
		left: 0 !important;
		right: 0 !important;
		width: auto !important;
	}
	
	.ufw_fo .ufw_wb {
		width: 100% !important;
	}
	
	.ufw_fo.ufw_wb_closed {
		left: auto !important;
	}
	
	.ufw_fo .ufw_close_btn {
		left: auto;
		right: 0;
		transform: none;
		border-radius: 0;
		border-width: 0;
	}
}

@charset "UTF-8";

/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */
:root {
	--animate-duration: 1s;
	--animate-delay: 1s;
	--animate-repeat: 1;
}

.animate__animated {
	-webkit-animation-duration: 1s;
	-webkit-animation-duration: var(--animate-duration);
	animation-duration: 1s;
	animation-duration: var(--animate-duration);
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animate__animated.animate__infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.animate__animated.animate__repeat-1 {
	-webkit-animation-iteration-count: 1;
	-webkit-animation-iteration-count: var(--animate-repeat);
	animation-iteration-count: 1;
	animation-iteration-count: var(--animate-repeat);
}

.animate__animated.animate__repeat-2 {
	-webkit-animation-iteration-count: 2;
	-webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
	animation-iteration-count: 2;
	animation-iteration-count: calc(var(--animate-repeat) * 2);
}

.animate__animated.animate__repeat-3 {
	-webkit-animation-iteration-count: 3;
	-webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
	animation-iteration-count: 3;
	animation-iteration-count: calc(var(--animate-repeat) * 3);
}

.animate__animated.animate__delay-1s {
	-webkit-animation-delay: 1s;
	-webkit-animation-delay: var(--animate-delay);
	animation-delay: 1s;
	animation-delay: var(--animate-delay);
}

.animate__animated.animate__delay-2s {
	-webkit-animation-delay: 2s;
	-webkit-animation-delay: calc(var(--animate-delay) * 2);
	animation-delay: 2s;
	animation-delay: calc(var(--animate-delay) * 2);
}

.animate__animated.animate__delay-3s {
	-webkit-animation-delay: 3s;
	-webkit-animation-delay: calc(var(--animate-delay) * 3);
	animation-delay: 3s;
	animation-delay: calc(var(--animate-delay) * 3);
}

.animate__animated.animate__delay-4s {
	-webkit-animation-delay: 4s;
	-webkit-animation-delay: calc(var(--animate-delay) * 4);
	animation-delay: 4s;
	animation-delay: calc(var(--animate-delay) * 4);
}

.animate__animated.animate__delay-5s {
	-webkit-animation-delay: 5s;
	-webkit-animation-delay: calc(var(--animate-delay) * 5);
	animation-delay: 5s;
	animation-delay: calc(var(--animate-delay) * 5);
}

.animate__animated.animate__faster {
	-webkit-animation-duration: .5s;
	-webkit-animation-duration: calc(var(--animate-duration) / 2);
	animation-duration: .5s;
	animation-duration: calc(var(--animate-duration) / 2);
}

.animate__animated.animate__fast {
	-webkit-animation-duration: .8s;
	-webkit-animation-duration: calc(var(--animate-duration) * .8);
	animation-duration: .8s;
	animation-duration: calc(var(--animate-duration) * .8);
}

.animate__animated.animate__slow {
	-webkit-animation-duration: 2s;
	-webkit-animation-duration: calc(var(--animate-duration) * 2);
	animation-duration: 2s;
	animation-duration: calc(var(--animate-duration) * 2);
}

.animate__animated.animate__slower {
	-webkit-animation-duration: 3s;
	-webkit-animation-duration: calc(var(--animate-duration) * 3);
	animation-duration: 3s;
	animation-duration: calc(var(--animate-duration) * 3);
}

@media (prefers-reduced-motion:reduce),print {
	.animate__animated {
		-webkit-animation-duration: 1ms !important;
		animation-duration: 1ms !important;
		-webkit-transition-duration: 1ms !important;
		transition-duration: 1ms !important;
		-webkit-animation-iteration-count: 1 !important;
		animation-iteration-count: 1 !important;
	}
	
	.animate__animated[class*=Out] {
		opacity: 0;
	}
}

@-webkit-keyframes bounce {
	0%, 20%, 53%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	40%, 43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
		transform: translate3d(0, -30px, 0) scaleY(1.1);
	}
	
	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
		transform: translate3d(0, -15px, 0) scaleY(1.05);
	}
	
	80% {
		-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translateZ(0) scaleY(.95);
		transform: translateZ(0) scaleY(.95);
	}
	
	90% {
		-webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
		transform: translate3d(0, -4px, 0) scaleY(1.02);
	}
}

@keyframes bounce {
	0%, 20%, 53%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	40%, 43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
		transform: translate3d(0, -30px, 0) scaleY(1.1);
	}
	
	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
		transform: translate3d(0, -15px, 0) scaleY(1.05);
	}
	
	80% {
		-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translateZ(0) scaleY(.95);
		transform: translateZ(0) scaleY(.95);
	}
	
	90% {
		-webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
		transform: translate3d(0, -4px, 0) scaleY(1.02);
	}
}

.animate__bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}

@-webkit-keyframes flash {
	0%, 50%, to {
		opacity: 1;
	}
	
	25%, 75% {
		opacity: 0;
	}
}

@keyframes flash {
	0%, 50%, to {
		opacity: 1;
	}
	
	25%, 75% {
		opacity: 0;
	}
}

.animate__flash {
	-webkit-animation-name: flash;
	animation-name: flash;
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

.animate__pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

@-webkit-keyframes rubberBand {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	
	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1);
	}
	
	40% {
		-webkit-transform: scale3d(.75, 1.25, 1);
		transform: scale3d(.75, 1.25, 1);
	}
	
	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1);
	}
	
	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1);
	}
	
	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1);
	}
	
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@keyframes rubberBand {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	
	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1);
	}
	
	40% {
		-webkit-transform: scale3d(.75, 1.25, 1);
		transform: scale3d(.75, 1.25, 1);
	}
	
	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1);
	}
	
	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1);
	}
	
	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1);
	}
	
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

.animate__rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand;
}

@-webkit-keyframes shakeX {
	0%, to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	
	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}

@keyframes shakeX {
	0%, to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	
	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}

.animate__shakeX {
	-webkit-animation-name: shakeX;
	animation-name: shakeX;
}

@-webkit-keyframes shakeY {
	0%, to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	
	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
}

@keyframes shakeY {
	0%, to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	
	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
}

.animate__shakeY {
	-webkit-animation-name: shakeY;
	animation-name: shakeY;
}

@-webkit-keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg);
	}
	
	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg);
	}
	
	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg);
	}
	
	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg);
	}
	
	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg);
	}
	
	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg);
	}
	
	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg);
	}
	
	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg);
	}
	
	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

.animate__headShake {
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: headShake;
	animation-name: headShake;
}

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}
	
	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	
	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}
	
	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
	
	to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}
	
	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	
	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}
	
	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
	
	to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

.animate__swing {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing;
}

@-webkit-keyframes tada {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	
	10%, 20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
		transform: scale3d(.9, .9, .9) rotate(-3deg);
	}
	
	30%, 50%, 70%, 90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
	}
	
	40%, 60%, 80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
	}
	
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@keyframes tada {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	
	10%, 20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
		transform: scale3d(.9, .9, .9) rotate(-3deg);
	}
	
	30%, 50%, 70%, 90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
	}
	
	40%, 60%, 80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
	}
	
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

.animate__tada {
	-webkit-animation-name: tada;
	animation-name: tada;
}

@-webkit-keyframes wobble {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
		transform: translate3d(-25%, 0, 0) rotate(-5deg);
	}
	
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
		transform: translate3d(20%, 0, 0) rotate(3deg);
	}
	
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
		transform: translate3d(-15%, 0, 0) rotate(-3deg);
	}
	
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
		transform: translate3d(10%, 0, 0) rotate(2deg);
	}
	
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
		transform: translate3d(-5%, 0, 0) rotate(-1deg);
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes wobble {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
		transform: translate3d(-25%, 0, 0) rotate(-5deg);
	}
	
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
		transform: translate3d(20%, 0, 0) rotate(3deg);
	}
	
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
		transform: translate3d(-15%, 0, 0) rotate(-3deg);
	}
	
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
		transform: translate3d(10%, 0, 0) rotate(2deg);
	}
	
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
		transform: translate3d(-5%, 0, 0) rotate(-1deg);
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble;
}

@-webkit-keyframes jello {
	0%, 11.1%, to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}
	
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);
	}
	
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}
	
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}
	
	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg);
	}
	
	77.7% {
		-webkit-transform: skewX(.390625deg) skewY(.390625deg);
		transform: skewX(.390625deg) skewY(.390625deg);
	}
	
	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg);
	}
}

@keyframes jello {
	0%, 11.1%, to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}
	
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);
	}
	
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}
	
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}
	
	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg);
	}
	
	77.7% {
		-webkit-transform: skewX(.390625deg) skewY(.390625deg);
		transform: skewX(.390625deg) skewY(.390625deg);
	}
	
	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg);
	}
}

.animate__jello {
	-webkit-animation-name: jello;
	animation-name: jello;
	-webkit-transform-origin: center;
	transform-origin: center;
}

@-webkit-keyframes heartBeat {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	14% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
	
	28% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	42% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
	
	70% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes heartBeat {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	14% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
	
	28% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	42% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
	
	70% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.animate__heartBeat {
	-webkit-animation-name: heartBeat;
	animation-name: heartBeat;
	-webkit-animation-duration: 1.3s;
	-webkit-animation-duration: calc(var(--animate-duration) * 1.3);
	animation-duration: 1.3s;
	animation-duration: calc(var(--animate-duration) * 1.3);
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

@-webkit-keyframes backInDown {
	0% {
		-webkit-transform: translateY(-1200px) scale(.7);
		transform: translateY(-1200px) scale(.7);
		opacity: .7;
	}
	
	80% {
		-webkit-transform: translateY(0) scale(.7);
		transform: translateY(0) scale(.7);
		opacity: .7;
	}
	
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes backInDown {
	0% {
		-webkit-transform: translateY(-1200px) scale(.7);
		transform: translateY(-1200px) scale(.7);
		opacity: .7;
	}
	
	80% {
		-webkit-transform: translateY(0) scale(.7);
		transform: translateY(0) scale(.7);
		opacity: .7;
	}
	
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

.animate__backInDown {
	-webkit-animation-name: backInDown;
	animation-name: backInDown;
}

@-webkit-keyframes backInLeft {
	0% {
		-webkit-transform: translateX(-2000px) scale(.7);
		transform: translateX(-2000px) scale(.7);
		opacity: .7;
	}
	
	80% {
		-webkit-transform: translateX(0) scale(.7);
		transform: translateX(0) scale(.7);
		opacity: .7;
	}
	
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes backInLeft {
	0% {
		-webkit-transform: translateX(-2000px) scale(.7);
		transform: translateX(-2000px) scale(.7);
		opacity: .7;
	}
	
	80% {
		-webkit-transform: translateX(0) scale(.7);
		transform: translateX(0) scale(.7);
		opacity: .7;
	}
	
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

.animate__backInLeft {
	-webkit-animation-name: backInLeft;
	animation-name: backInLeft;
}

@-webkit-keyframes backInRight {
	0% {
		-webkit-transform: translateX(2000px) scale(.7);
		transform: translateX(2000px) scale(.7);
		opacity: .7;
	}
	
	80% {
		-webkit-transform: translateX(0) scale(.7);
		transform: translateX(0) scale(.7);
		opacity: .7;
	}
	
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes backInRight {
	0% {
		-webkit-transform: translateX(2000px) scale(.7);
		transform: translateX(2000px) scale(.7);
		opacity: .7;
	}
	
	80% {
		-webkit-transform: translateX(0) scale(.7);
		transform: translateX(0) scale(.7);
		opacity: .7;
	}
	
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

.animate__backInRight {
	-webkit-animation-name: backInRight;
	animation-name: backInRight;
}

@-webkit-keyframes backInUp {
	0% {
		-webkit-transform: translateY(1200px) scale(.7);
		transform: translateY(1200px) scale(.7);
		opacity: .7;
	}
	
	80% {
		-webkit-transform: translateY(0) scale(.7);
		transform: translateY(0) scale(.7);
		opacity: .7;
	}
	
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes backInUp {
	0% {
		-webkit-transform: translateY(1200px) scale(.7);
		transform: translateY(1200px) scale(.7);
		opacity: .7;
	}
	
	80% {
		-webkit-transform: translateY(0) scale(.7);
		transform: translateY(0) scale(.7);
		opacity: .7;
	}
	
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

.animate__backInUp {
	-webkit-animation-name: backInUp;
	animation-name: backInUp;
}

@-webkit-keyframes backOutDown {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	
	20% {
		-webkit-transform: translateY(0) scale(.7);
		transform: translateY(0) scale(.7);
		opacity: .7;
	}
	
	to {
		-webkit-transform: translateY(700px) scale(.7);
		transform: translateY(700px) scale(.7);
		opacity: .7;
	}
}

@keyframes backOutDown {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	
	20% {
		-webkit-transform: translateY(0) scale(.7);
		transform: translateY(0) scale(.7);
		opacity: .7;
	}
	
	to {
		-webkit-transform: translateY(700px) scale(.7);
		transform: translateY(700px) scale(.7);
		opacity: .7;
	}
}

.animate__backOutDown {
	-webkit-animation-name: backOutDown;
	animation-name: backOutDown;
}

@-webkit-keyframes backOutLeft {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	
	20% {
		-webkit-transform: translateX(0) scale(.7);
		transform: translateX(0) scale(.7);
		opacity: .7;
	}
	
	to {
		-webkit-transform: translateX(-2000px) scale(.7);
		transform: translateX(-2000px) scale(.7);
		opacity: .7;
	}
}

@keyframes backOutLeft {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	
	20% {
		-webkit-transform: translateX(0) scale(.7);
		transform: translateX(0) scale(.7);
		opacity: .7;
	}
	
	to {
		-webkit-transform: translateX(-2000px) scale(.7);
		transform: translateX(-2000px) scale(.7);
		opacity: .7;
	}
}

.animate__backOutLeft {
	-webkit-animation-name: backOutLeft;
	animation-name: backOutLeft;
}

@-webkit-keyframes backOutRight {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	
	20% {
		-webkit-transform: translateX(0) scale(.7);
		transform: translateX(0) scale(.7);
		opacity: .7;
	}
	
	to {
		-webkit-transform: translateX(2000px) scale(.7);
		transform: translateX(2000px) scale(.7);
		opacity: .7;
	}
}

@keyframes backOutRight {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	
	20% {
		-webkit-transform: translateX(0) scale(.7);
		transform: translateX(0) scale(.7);
		opacity: .7;
	}
	
	to {
		-webkit-transform: translateX(2000px) scale(.7);
		transform: translateX(2000px) scale(.7);
		opacity: .7;
	}
}

.animate__backOutRight {
	-webkit-animation-name: backOutRight;
	animation-name: backOutRight;
}

@-webkit-keyframes backOutUp {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	
	20% {
		-webkit-transform: translateY(0) scale(.7);
		transform: translateY(0) scale(.7);
		opacity: .7;
	}
	
	to {
		-webkit-transform: translateY(-700px) scale(.7);
		transform: translateY(-700px) scale(.7);
		opacity: .7;
	}
}

@keyframes backOutUp {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	
	20% {
		-webkit-transform: translateY(0) scale(.7);
		transform: translateY(0) scale(.7);
		opacity: .7;
	}
	
	to {
		-webkit-transform: translateY(-700px) scale(.7);
		transform: translateY(-700px) scale(.7);
		opacity: .7;
	}
}

.animate__backOutUp {
	-webkit-animation-name: backOutUp;
	animation-name: backOutUp;
}

@-webkit-keyframes bounceIn {
	0%, 20%, 40%, 60%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	
	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}
	
	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97);
	}
	
	to {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@keyframes bounceIn {
	0%, 20%, 40%, 60%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	
	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}
	
	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97);
	}
	
	to {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

.animate__bounceIn {
	-webkit-animation-duration: .75s;
	-webkit-animation-duration: calc(var(--animate-duration) * .75);
	animation-duration: .75s;
	animation-duration: calc(var(--animate-duration) * .75);
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
		transform: translate3d(0, -3000px, 0) scaleY(3);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0) scaleY(.9);
		transform: translate3d(0, 25px, 0) scaleY(.9);
	}
	
	75% {
		-webkit-transform: translate3d(0, -10px, 0) scaleY(.95);
		transform: translate3d(0, -10px, 0) scaleY(.95);
	}
	
	90% {
		-webkit-transform: translate3d(0, 5px, 0) scaleY(.985);
		transform: translate3d(0, 5px, 0) scaleY(.985);
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes bounceInDown {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
		transform: translate3d(0, -3000px, 0) scaleY(3);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0) scaleY(.9);
		transform: translate3d(0, 25px, 0) scaleY(.9);
	}
	
	75% {
		-webkit-transform: translate3d(0, -10px, 0) scaleY(.95);
		transform: translate3d(0, -10px, 0) scaleY(.95);
	}
	
	90% {
		-webkit-transform: translate3d(0, 5px, 0) scaleY(.985);
		transform: translate3d(0, 5px, 0) scaleY(.985);
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
		transform: translate3d(-3000px, 0, 0) scaleX(3);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0) scaleX(1);
		transform: translate3d(25px, 0, 0) scaleX(1);
	}
	
	75% {
		-webkit-transform: translate3d(-10px, 0, 0) scaleX(.98);
		transform: translate3d(-10px, 0, 0) scaleX(.98);
	}
	
	90% {
		-webkit-transform: translate3d(5px, 0, 0) scaleX(.995);
		transform: translate3d(5px, 0, 0) scaleX(.995);
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes bounceInLeft {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
		transform: translate3d(-3000px, 0, 0) scaleX(3);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0) scaleX(1);
		transform: translate3d(25px, 0, 0) scaleX(1);
	}
	
	75% {
		-webkit-transform: translate3d(-10px, 0, 0) scaleX(.98);
		transform: translate3d(-10px, 0, 0) scaleX(.98);
	}
	
	90% {
		-webkit-transform: translate3d(5px, 0, 0) scaleX(.995);
		transform: translate3d(5px, 0, 0) scaleX(.995);
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
		transform: translate3d(3000px, 0, 0) scaleX(3);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
		transform: translate3d(-25px, 0, 0) scaleX(1);
	}
	
	75% {
		-webkit-transform: translate3d(10px, 0, 0) scaleX(.98);
		transform: translate3d(10px, 0, 0) scaleX(.98);
	}
	
	90% {
		-webkit-transform: translate3d(-5px, 0, 0) scaleX(.995);
		transform: translate3d(-5px, 0, 0) scaleX(.995);
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes bounceInRight {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
		transform: translate3d(3000px, 0, 0) scaleX(3);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
		transform: translate3d(-25px, 0, 0) scaleX(1);
	}
	
	75% {
		-webkit-transform: translate3d(10px, 0, 0) scaleX(.98);
		transform: translate3d(10px, 0, 0) scaleX(.98);
	}
	
	90% {
		-webkit-transform: translate3d(-5px, 0, 0) scaleX(.995);
		transform: translate3d(-5px, 0, 0) scaleX(.995);
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
		transform: translate3d(0, 3000px, 0) scaleY(5);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0) scaleY(.9);
		transform: translate3d(0, -20px, 0) scaleY(.9);
	}
	
	75% {
		-webkit-transform: translate3d(0, 10px, 0) scaleY(.95);
		transform: translate3d(0, 10px, 0) scaleY(.95);
	}
	
	90% {
		-webkit-transform: translate3d(0, -5px, 0) scaleY(.985);
		transform: translate3d(0, -5px, 0) scaleY(.985);
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes bounceInUp {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
		transform: translate3d(0, 3000px, 0) scaleY(5);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0) scaleY(.9);
		transform: translate3d(0, -20px, 0) scaleY(.9);
	}
	
	75% {
		-webkit-transform: translate3d(0, 10px, 0) scaleY(.95);
		transform: translate3d(0, 10px, 0) scaleY(.95);
	}
	
	90% {
		-webkit-transform: translate3d(0, -5px, 0) scaleY(.985);
		transform: translate3d(0, -5px, 0) scaleY(.985);
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	}
	
	50%, 55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
}

@keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	}
	
	50%, 55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
}

.animate__bounceOut {
	-webkit-animation-duration: .75s;
	-webkit-animation-duration: calc(var(--animate-duration) * .75);
	animation-duration: .75s;
	animation-duration: calc(var(--animate-duration) * .75);
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0) scaleY(.985);
		transform: translate3d(0, 10px, 0) scaleY(.985);
	}
	
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0) scaleY(.9);
		transform: translate3d(0, -20px, 0) scaleY(.9);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
		transform: translate3d(0, 2000px, 0) scaleY(3);
	}
}

@keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0) scaleY(.985);
		transform: translate3d(0, 10px, 0) scaleY(.985);
	}
	
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0) scaleY(.9);
		transform: translate3d(0, -20px, 0) scaleY(.9);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
		transform: translate3d(0, 2000px, 0) scaleY(3);
	}
}

.animate__bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0) scaleX(.9);
		transform: translate3d(20px, 0, 0) scaleX(.9);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
		transform: translate3d(-2000px, 0, 0) scaleX(2);
	}
}

@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0) scaleX(.9);
		transform: translate3d(20px, 0, 0) scaleX(.9);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
		transform: translate3d(-2000px, 0, 0) scaleX(2);
	}
}

.animate__bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0) scaleX(.9);
		transform: translate3d(-20px, 0, 0) scaleX(.9);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
		transform: translate3d(2000px, 0, 0) scaleX(2);
	}
}

@keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0) scaleX(.9);
		transform: translate3d(-20px, 0, 0) scaleX(.9);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
		transform: translate3d(2000px, 0, 0) scaleX(2);
	}
}

.animate__bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0) scaleY(.985);
		transform: translate3d(0, -10px, 0) scaleY(.985);
	}
	
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0) scaleY(.9);
		transform: translate3d(0, 20px, 0) scaleY(.9);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
		transform: translate3d(0, -2000px, 0) scaleY(3);
	}
}

@keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0) scaleY(.985);
		transform: translate3d(0, -10px, 0) scaleY(.985);
	}
	
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0) scaleY(.9);
		transform: translate3d(0, 20px, 0) scaleY(.9);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
		transform: translate3d(0, -2000px, 0) scaleY(3);
	}
}

.animate__bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

.animate__fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeInTopLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, -100%, 0);
		transform: translate3d(-100%, -100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInTopLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, -100%, 0);
		transform: translate3d(-100%, -100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInTopLeft {
	-webkit-animation-name: fadeInTopLeft;
	animation-name: fadeInTopLeft;
}

@-webkit-keyframes fadeInTopRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, -100%, 0);
		transform: translate3d(100%, -100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInTopRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, -100%, 0);
		transform: translate3d(100%, -100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInTopRight {
	-webkit-animation-name: fadeInTopRight;
	animation-name: fadeInTopRight;
}

@-webkit-keyframes fadeInBottomLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 100%, 0);
		transform: translate3d(-100%, 100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInBottomLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 100%, 0);
		transform: translate3d(-100%, 100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInBottomLeft {
	-webkit-animation-name: fadeInBottomLeft;
	animation-name: fadeInBottomLeft;
}

@-webkit-keyframes fadeInBottomRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 100%, 0);
		transform: translate3d(100%, 100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInBottomRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 100%, 0);
		transform: translate3d(100%, 100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInBottomRight {
	-webkit-animation-name: fadeInBottomRight;
	animation-name: fadeInBottomRight;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
	}
}

.animate__fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

@keyframes fadeOutDown {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

.animate__fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

@keyframes fadeOutDownBig {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

.animate__fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

.animate__fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

@keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

.animate__fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

.animate__fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

@keyframes fadeOutRightBig {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

.animate__fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

@keyframes fadeOutUp {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

.animate__fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

@keyframes fadeOutUpBig {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

.animate__fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig;
}

@-webkit-keyframes fadeOutTopLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, -100%, 0);
		transform: translate3d(-100%, -100%, 0);
	}
}

@keyframes fadeOutTopLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, -100%, 0);
		transform: translate3d(-100%, -100%, 0);
	}
}

.animate__fadeOutTopLeft {
	-webkit-animation-name: fadeOutTopLeft;
	animation-name: fadeOutTopLeft;
}

@-webkit-keyframes fadeOutTopRight {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, -100%, 0);
		transform: translate3d(100%, -100%, 0);
	}
}

@keyframes fadeOutTopRight {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, -100%, 0);
		transform: translate3d(100%, -100%, 0);
	}
}

.animate__fadeOutTopRight {
	-webkit-animation-name: fadeOutTopRight;
	animation-name: fadeOutTopRight;
}

@-webkit-keyframes fadeOutBottomRight {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 100%, 0);
		transform: translate3d(100%, 100%, 0);
	}
}

@keyframes fadeOutBottomRight {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 100%, 0);
		transform: translate3d(100%, 100%, 0);
	}
}

.animate__fadeOutBottomRight {
	-webkit-animation-name: fadeOutBottomRight;
	animation-name: fadeOutBottomRight;
}

@-webkit-keyframes fadeOutBottomLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 100%, 0);
		transform: translate3d(-100%, 100%, 0);
	}
}

@keyframes fadeOutBottomLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 100%, 0);
		transform: translate3d(-100%, 100%, 0);
	}
}

.animate__fadeOutBottomLeft {
	-webkit-animation-name: fadeOutBottomLeft;
	animation-name: fadeOutBottomLeft;
}

@-webkit-keyframes flip {
	0% {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	40% {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	50% {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	80% {
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
		transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	to {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

@keyframes flip {
	0% {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	40% {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	50% {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	80% {
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
		transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	to {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

.animate__animated.animate__flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip;
}

@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	
	40% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	60% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: perspective(400px) rotateX(-5deg);
		transform: perspective(400px) rotateX(-5deg);
	}
	
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	
	40% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	60% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: perspective(400px) rotateX(-5deg);
		transform: perspective(400px) rotateX(-5deg);
	}
	
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

.animate__flipInX {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
}

@-webkit-keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	
	40% {
		-webkit-transform: perspective(400px) rotateY(-20deg);
		transform: perspective(400px) rotateY(-20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	60% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: perspective(400px) rotateY(-5deg);
		transform: perspective(400px) rotateY(-5deg);
	}
	
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	
	40% {
		-webkit-transform: perspective(400px) rotateY(-20deg);
		transform: perspective(400px) rotateY(-20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	60% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: perspective(400px) rotateY(-5deg);
		transform: perspective(400px) rotateY(-5deg);
	}
	
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

.animate__flipInY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	
	30% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
		opacity: 1;
	}
	
	to {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
}

@keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	
	30% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
		opacity: 1;
	}
	
	to {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
}

.animate__flipOutX {
	-webkit-animation-duration: .75s;
	-webkit-animation-duration: calc(var(--animate-duration) * .75);
	animation-duration: .75s;
	animation-duration: calc(var(--animate-duration) * .75);
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	
	30% {
		-webkit-transform: perspective(400px) rotateY(-15deg);
		transform: perspective(400px) rotateY(-15deg);
		opacity: 1;
	}
	
	to {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}
}

@keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	
	30% {
		-webkit-transform: perspective(400px) rotateY(-15deg);
		transform: perspective(400px) rotateY(-15deg);
		opacity: 1;
	}
	
	to {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}
}

.animate__flipOutY {
	-webkit-animation-duration: .75s;
	-webkit-animation-duration: calc(var(--animate-duration) * .75);
	animation-duration: .75s;
	animation-duration: calc(var(--animate-duration) * .75);
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}
	
	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes lightSpeedInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}
	
	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__lightSpeedInRight {
	-webkit-animation-name: lightSpeedInRight;
	animation-name: lightSpeedInRight;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
		transform: translate3d(-100%, 0, 0) skewX(30deg);
		opacity: 0;
	}
	
	60% {
		-webkit-transform: skewX(-20deg);
		transform: skewX(-20deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: skewX(5deg);
		transform: skewX(5deg);
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes lightSpeedInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
		transform: translate3d(-100%, 0, 0) skewX(30deg);
		opacity: 0;
	}
	
	60% {
		-webkit-transform: skewX(-20deg);
		transform: skewX(-20deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: skewX(5deg);
		transform: skewX(5deg);
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__lightSpeedInLeft {
	-webkit-animation-name: lightSpeedInLeft;
	animation-name: lightSpeedInLeft;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOutRight {
	0% {
		opacity: 1;
	}
	
	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0;
	}
}

@keyframes lightSpeedOutRight {
	0% {
		opacity: 1;
	}
	
	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0;
	}
}

.animate__lightSpeedOutRight {
	-webkit-animation-name: lightSpeedOutRight;
	animation-name: lightSpeedOutRight;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

@-webkit-keyframes lightSpeedOutLeft {
	0% {
		opacity: 1;
	}
	
	to {
		-webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
		transform: translate3d(-100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}
}

@keyframes lightSpeedOutLeft {
	0% {
		opacity: 1;
	}
	
	to {
		-webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
		transform: translate3d(-100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}
}

.animate__lightSpeedOutLeft {
	-webkit-animation-name: lightSpeedOutLeft;
	animation-name: lightSpeedOutLeft;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
	0% {
		-webkit-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

@keyframes rotateIn {
	0% {
		-webkit-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

.animate__rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn;
	-webkit-transform-origin: center;
	transform-origin: center;
}

@-webkit-keyframes rotateInDownLeft {
	0% {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

@keyframes rotateInDownLeft {
	0% {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

.animate__rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft;
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
}

@-webkit-keyframes rotateInDownRight {
	0% {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

@keyframes rotateInDownRight {
	0% {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

.animate__rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight;
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
}

@-webkit-keyframes rotateInUpLeft {
	0% {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

@keyframes rotateInUpLeft {
	0% {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

.animate__rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft;
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
}

@-webkit-keyframes rotateInUpRight {
	0% {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

@keyframes rotateInUpRight {
	0% {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

.animate__rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight;
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
}

@-webkit-keyframes rotateOut {
	0% {
		opacity: 1;
	}
	
	to {
		-webkit-transform: rotate(200deg);
		transform: rotate(200deg);
		opacity: 0;
	}
}

@keyframes rotateOut {
	0% {
		opacity: 1;
	}
	
	to {
		-webkit-transform: rotate(200deg);
		transform: rotate(200deg);
		opacity: 0;
	}
}

.animate__rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut;
	-webkit-transform-origin: center;
	transform-origin: center;
}

@-webkit-keyframes rotateOutDownLeft {
	0% {
		opacity: 1;
	}
	
	to {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownLeft {
	0% {
		opacity: 1;
	}
	
	to {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0;
	}
}

.animate__rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft;
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
}

@-webkit-keyframes rotateOutDownRight {
	0% {
		opacity: 1;
	}
	
	to {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownRight {
	0% {
		opacity: 1;
	}
	
	to {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0;
	}
}

.animate__rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight;
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
}

@-webkit-keyframes rotateOutUpLeft {
	0% {
		opacity: 1;
	}
	
	to {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpLeft {
	0% {
		opacity: 1;
	}
	
	to {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0;
	}
}

.animate__rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft;
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
}

@-webkit-keyframes rotateOutUpRight {
	0% {
		opacity: 1;
	}
	
	to {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpRight {
	0% {
		opacity: 1;
	}
	
	to {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

.animate__rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight;
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
}

@-webkit-keyframes hinge {
	0% {
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	
	20%, 60% {
		-webkit-transform: rotate(80deg);
		transform: rotate(80deg);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	
	40%, 80% {
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}
	
	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0;
	}
}

@keyframes hinge {
	0% {
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	
	20%, 60% {
		-webkit-transform: rotate(80deg);
		transform: rotate(80deg);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	
	40%, 80% {
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}
	
	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0;
	}
}

.animate__hinge {
	-webkit-animation-duration: 2s;
	-webkit-animation-duration: calc(var(--animate-duration) * 2);
	animation-duration: 2s;
	animation-duration: calc(var(--animate-duration) * 2);
	-webkit-animation-name: hinge;
	animation-name: hinge;
	-webkit-transform-origin: top left;
	transform-origin: top left;
}

@-webkit-keyframes jackInTheBox {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1) rotate(30deg);
		transform: scale(.1) rotate(30deg);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
	}
	
	50% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	
	70% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg);
	}
	
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes jackInTheBox {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1) rotate(30deg);
		transform: scale(.1) rotate(30deg);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
	}
	
	50% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	
	70% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg);
	}
	
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.animate__jackInTheBox {
	-webkit-animation-name: jackInTheBox;
	animation-name: jackInTheBox;
}

@-webkit-keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
		transform: translate3d(-100%, 0, 0) rotate(-120deg);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
		transform: translate3d(-100%, 0, 0) rotate(-120deg);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn;
}

@-webkit-keyframes rollOut {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
		transform: translate3d(100%, 0, 0) rotate(120deg);
	}
}

@keyframes rollOut {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
		transform: translate3d(100%, 0, 0) rotate(120deg);
	}
}

.animate__rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	
	50% {
		opacity: 1;
	}
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	
	50% {
		opacity: 1;
	}
}

.animate__zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

@keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

.animate__zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

@keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

.animate__zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

@keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

.animate__zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

@keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

.animate__zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
	0% {
		opacity: 1;
	}
	
	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	
	to {
		opacity: 0;
	}
}

@keyframes zoomOut {
	0% {
		opacity: 1;
	}
	
	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	
	to {
		opacity: 0;
	}
}

.animate__zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

@keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

.animate__zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}

@-webkit-keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		transform: scale(.1) translate3d(-2000px, 0, 0);
	}
}

@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		transform: scale(.1) translate3d(-2000px, 0, 0);
	}
}

.animate__zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft;
	-webkit-transform-origin: left center;
	transform-origin: left center;
}

@-webkit-keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		transform: scale(.1) translate3d(2000px, 0, 0);
	}
}

@keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		transform: scale(.1) translate3d(2000px, 0, 0);
	}
}

.animate__zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	animation-name: zoomOutRight;
	-webkit-transform-origin: right center;
	transform-origin: right center;
}

@-webkit-keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

@keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

.animate__zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}

@-webkit-keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

@keyframes slideOutDown {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

.animate__slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@keyframes slideOutLeft {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

.animate__slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

@keyframes slideOutRight {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

.animate__slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

@keyframes slideOutUp {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

.animate__slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp;
}

/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
.fa {
	font-family: var(--fa-style-family, "Font Awesome 6 Free");
	font-weight: var(--fa-style, 900);
}

.fa, .fa-brands, .fa-regular, .fa-solid, .fab, .far, .fas {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: var(--fa-display, inline-block);
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto;
}

.fa-brands:before, .fa-regular:before, .fa-solid:before, .fa:before, .fab:before, .far:before, .fas:before {
	content: var(--fa);
}

.fa-classic, .fa-regular, .fa-solid, .far, .fas {
	font-family: "Font Awesome 6 Free";
}

.fa-brands, .fab {
	font-family: "Font Awesome 6 Brands";
}

.fa-1x {
	font-size: 1em;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-6x {
	font-size: 6em;
}

.fa-7x {
	font-size: 7em;
}

.fa-8x {
	font-size: 8em;
}

.fa-9x {
	font-size: 9em;
}

.fa-10x {
	font-size: 10em;
}

.fa-2xs {
	font-size: .625em;
	line-height: .1em;
	vertical-align: .225em;
}

.fa-xs {
	font-size: .75em;
	line-height: .08333em;
	vertical-align: .125em;
}

.fa-sm {
	font-size: .875em;
	line-height: .07143em;
	vertical-align: .05357em;
}

.fa-lg {
	font-size: 1.25em;
	line-height: .05em;
	vertical-align: -.075em;
}

.fa-xl {
	font-size: 1.5em;
	line-height: .04167em;
	vertical-align: -.125em;
}

.fa-2xl {
	font-size: 2em;
	line-height: .03125em;
	vertical-align: -.1875em;
}

.fa-fw {
	text-align: center;
	width: 1.25em;
}

.fa-ul {
	list-style-type: none;
	margin-left: var(--fa-li-margin, 2.5em);
	padding-left: 0;
}

.fa-ul>li {
	position: relative;
}

.fa-li {
	left: calc(var(--fa-li-width, 2em) * -1);
	position: absolute;
	text-align: center;
	width: var(--fa-li-width, 2em);
	line-height: inherit;
}

.fa-border {
	border-radius: var(--fa-border-radius, .1em);
	border: var(--fa-border-width, .08em) var(--fa-border-style, solid) var(--fa-border-color, #eee);
	padding: var(--fa-border-padding, .2em .25em .15em);
}

.fa-pull-left {
	float: left;
	margin-right: var(--fa-pull-margin, .3em);
}

.fa-pull-right {
	float: right;
	margin-left: var(--fa-pull-margin, .3em);
}

.fa-beat {
	animation-name: fa-beat;
	animation-delay: var(--fa-animation-delay, 0s);
	animation-direction: var(--fa-animation-direction, normal);
	animation-duration: var(--fa-animation-duration, 1s);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
	animation-name: fa-bounce;
	animation-delay: var(--fa-animation-delay, 0s);
	animation-direction: var(--fa-animation-direction, normal);
	animation-duration: var(--fa-animation-duration, 1s);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-timing-function: var(--fa-animation-timing, cubic-bezier(.28, .84, .42, 1));
}

.fa-fade {
	animation-name: fa-fade;
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1));
}

.fa-beat-fade, .fa-fade {
	animation-delay: var(--fa-animation-delay, 0s);
	animation-direction: var(--fa-animation-direction, normal);
	animation-duration: var(--fa-animation-duration, 1s);
}

.fa-beat-fade {
	animation-name: fa-beat-fade;
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1));
}

.fa-flip {
	animation-name: fa-flip;
	animation-delay: var(--fa-animation-delay, 0s);
	animation-direction: var(--fa-animation-direction, normal);
	animation-duration: var(--fa-animation-duration, 1s);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
	animation-name: fa-shake;
	animation-duration: var(--fa-animation-duration, 1s);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-shake, .fa-spin {
	animation-delay: var(--fa-animation-delay, 0s);
	animation-direction: var(--fa-animation-direction, normal);
}

.fa-spin {
	animation-name: fa-spin;
	animation-duration: var(--fa-animation-duration, 2s);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
	--fa-animation-direction: reverse;
}

.fa-pulse, .fa-spin-pulse {
	animation-name: fa-spin;
	animation-direction: var(--fa-animation-direction, normal);
	animation-duration: var(--fa-animation-duration, 1s);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion:reduce) {
	.fa-beat, .fa-beat-fade, .fa-bounce, .fa-fade, .fa-flip, .fa-pulse, .fa-shake, .fa-spin, .fa-spin-pulse {
		animation-delay: -1ms;
		animation-duration: 1ms;
		animation-iteration-count: 1;
		transition-delay: 0s;
		transition-duration: 0s;
	}
}

@keyframes fa-beat {
	0%, 90% {
		transform: scale(1);
	}
	
	45% {
		transform: scale(var(--fa-beat-scale, 1.25));
	}
}

@keyframes fa-bounce {
	0% {
		transform: scale(1) translateY(0);
	}
	
	10% {
		transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0);
	}
	
	30% {
		transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em));
	}
	
	50% {
		transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0);
	}
	
	57% {
		transform: scale(1) translateY(var(--fa-bounce-rebound, -.125em));
	}
	
	64% {
		transform: scale(1) translateY(0);
	}
	
	to {
		transform: scale(1) translateY(0);
	}
}

@keyframes fa-fade {
	50% {
		opacity: var(--fa-fade-opacity, .4);
	}
}

@keyframes fa-beat-fade {
	0%, to {
		opacity: var(--fa-beat-fade-opacity, .4);
		transform: scale(1);
	}
	
	50% {
		opacity: 1;
		transform: scale(var(--fa-beat-fade-scale, 1.125));
	}
}

@keyframes fa-flip {
	50% {
		transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
	}
}

@keyframes fa-shake {
	0% {
		transform: rotate(-15deg);
	}
	
	4% {
		transform: rotate(15deg);
	}
	
	8%, 24% {
		transform: rotate(-18deg);
	}
	
	12%, 28% {
		transform: rotate(18deg);
	}
	
	16% {
		transform: rotate(-22deg);
	}
	
	20% {
		transform: rotate(22deg);
	}
	
	32% {
		transform: rotate(-12deg);
	}
	
	36% {
		transform: rotate(12deg);
	}
	
	40%, to {
		transform: rotate(0deg);
	}
}

@keyframes fa-spin {
	0% {
		transform: rotate(0deg);
	}
	
	to {
		transform: rotate(1turn);
	}
}

.fa-rotate-90 {
	transform: rotate(90deg);
}

.fa-rotate-180 {
	transform: rotate(180deg);
}

.fa-rotate-270 {
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	transform: scaleX(-1);
}

.fa-flip-vertical {
	transform: scaleY(-1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
	transform: scale(-1);
}

.fa-rotate-by {
	transform: rotate(var(--fa-rotate-angle, 0));
}

.fa-stack {
	display: inline-block;
	height: 2em;
	line-height: 2em;
	position: relative;
	vertical-align: middle;
	width: 2.5em;
}

.fa-stack-1x, .fa-stack-2x {
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: var(--fa-inverse, #fff);
}

.fa-0 {
	--fa: "0";
}

.fa-1 {
	--fa: "1";
}

.fa-2 {
	--fa: "2";
}

.fa-3 {
	--fa: "3";
}

.fa-4 {
	--fa: "4";
}

.fa-5 {
	--fa: "5";
}

.fa-6 {
	--fa: "6";
}

.fa-7 {
	--fa: "7";
}

.fa-8 {
	--fa: "8";
}

.fa-9 {
	--fa: "9";
}

.fa-fill-drip {
	--fa: "";
}

.fa-arrows-to-circle {
	--fa: "";
}

.fa-chevron-circle-right, .fa-circle-chevron-right {
	--fa: "";
}

.fa-at {
	--fa: "@";
}

.fa-trash-alt, .fa-trash-can {
	--fa: "";
}

.fa-text-height {
	--fa: "";
}

.fa-user-times, .fa-user-xmark {
	--fa: "";
}

.fa-stethoscope {
	--fa: "";
}

.fa-comment-alt, .fa-message {
	--fa: "";
}

.fa-info {
	--fa: "";
}

.fa-compress-alt, .fa-down-left-and-up-right-to-center {
	--fa: "";
}

.fa-explosion {
	--fa: "";
}

.fa-file-alt, .fa-file-lines, .fa-file-text {
	--fa: "";
}

.fa-wave-square {
	--fa: "";
}

.fa-ring {
	--fa: "";
}

.fa-building-un {
	--fa: "";
}

.fa-dice-three {
	--fa: "";
}

.fa-calendar-alt, .fa-calendar-days {
	--fa: "";
}

.fa-anchor-circle-check {
	--fa: "";
}

.fa-building-circle-arrow-right {
	--fa: "";
}

.fa-volleyball, .fa-volleyball-ball {
	--fa: "";
}

.fa-arrows-up-to-line {
	--fa: "";
}

.fa-sort-desc, .fa-sort-down {
	--fa: "";
}

.fa-circle-minus, .fa-minus-circle {
	--fa: "";
}

.fa-door-open {
	--fa: "";
}

.fa-right-from-bracket, .fa-sign-out-alt {
	--fa: "";
}

.fa-atom {
	--fa: "";
}

.fa-soap {
	--fa: "";
}

.fa-heart-music-camera-bolt, .fa-icons {
	--fa: "";
}

.fa-microphone-alt-slash, .fa-microphone-lines-slash {
	--fa: "";
}

.fa-bridge-circle-check {
	--fa: "";
}

.fa-pump-medical {
	--fa: "";
}

.fa-fingerprint {
	--fa: "";
}

.fa-hand-point-right {
	--fa: "";
}

.fa-magnifying-glass-location, .fa-search-location {
	--fa: "";
}

.fa-forward-step, .fa-step-forward {
	--fa: "";
}

.fa-face-smile-beam, .fa-smile-beam {
	--fa: "";
}

.fa-flag-checkered {
	--fa: "";
}

.fa-football, .fa-football-ball {
	--fa: "";
}

.fa-school-circle-exclamation {
	--fa: "";
}

.fa-crop {
	--fa: "";
}

.fa-angle-double-down, .fa-angles-down {
	--fa: "";
}

.fa-users-rectangle {
	--fa: "";
}

.fa-people-roof {
	--fa: "";
}

.fa-people-line {
	--fa: "";
}

.fa-beer, .fa-beer-mug-empty {
	--fa: "";
}

.fa-diagram-predecessor {
	--fa: "";
}

.fa-arrow-up-long, .fa-long-arrow-up {
	--fa: "";
}

.fa-burn, .fa-fire-flame-simple {
	--fa: "";
}

.fa-male, .fa-person {
	--fa: "";
}

.fa-laptop {
	--fa: "";
}

.fa-file-csv {
	--fa: "";
}

.fa-menorah {
	--fa: "";
}

.fa-truck-plane {
	--fa: "";
}

.fa-record-vinyl {
	--fa: "";
}

.fa-face-grin-stars, .fa-grin-stars {
	--fa: "";
}

.fa-bong {
	--fa: "";
}

.fa-pastafarianism, .fa-spaghetti-monster-flying {
	--fa: "";
}

.fa-arrow-down-up-across-line {
	--fa: "";
}

.fa-spoon, .fa-utensil-spoon {
	--fa: "";
}

.fa-jar-wheat {
	--fa: "";
}

.fa-envelopes-bulk, .fa-mail-bulk {
	--fa: "";
}

.fa-file-circle-exclamation {
	--fa: "";
}

.fa-circle-h, .fa-hospital-symbol {
	--fa: "";
}

.fa-pager {
	--fa: "";
}

.fa-address-book, .fa-contact-book {
	--fa: "";
}

.fa-strikethrough {
	--fa: "";
}

.fa-k {
	--fa: "K";
}

.fa-landmark-flag {
	--fa: "";
}

.fa-pencil, .fa-pencil-alt {
	--fa: "";
}

.fa-backward {
	--fa: "";
}

.fa-caret-right {
	--fa: "";
}

.fa-comments {
	--fa: "";
}

.fa-file-clipboard, .fa-paste {
	--fa: "";
}

.fa-code-pull-request {
	--fa: "";
}

.fa-clipboard-list {
	--fa: "";
}

.fa-truck-loading, .fa-truck-ramp-box {
	--fa: "";
}

.fa-user-check {
	--fa: "";
}

.fa-vial-virus {
	--fa: "";
}

.fa-sheet-plastic {
	--fa: "";
}

.fa-blog {
	--fa: "";
}

.fa-user-ninja {
	--fa: "";
}

.fa-person-arrow-up-from-line {
	--fa: "";
}

.fa-scroll-torah, .fa-torah {
	--fa: "";
}

.fa-broom-ball, .fa-quidditch, .fa-quidditch-broom-ball {
	--fa: "";
}

.fa-toggle-off {
	--fa: "";
}

.fa-archive, .fa-box-archive {
	--fa: "";
}

.fa-person-drowning {
	--fa: "";
}

.fa-arrow-down-9-1, .fa-sort-numeric-desc, .fa-sort-numeric-down-alt {
	--fa: "";
}

.fa-face-grin-tongue-squint, .fa-grin-tongue-squint {
	--fa: "";
}

.fa-spray-can {
	--fa: "";
}

.fa-truck-monster {
	--fa: "";
}

.fa-w {
	--fa: "W";
}

.fa-earth-africa, .fa-globe-africa {
	--fa: "";
}

.fa-rainbow {
	--fa: "";
}

.fa-circle-notch {
	--fa: "";
}

.fa-tablet-alt, .fa-tablet-screen-button {
	--fa: "";
}

.fa-paw {
	--fa: "";
}

.fa-cloud {
	--fa: "";
}

.fa-trowel-bricks {
	--fa: "";
}

.fa-face-flushed, .fa-flushed {
	--fa: "";
}

.fa-hospital-user {
	--fa: "";
}

.fa-tent-arrow-left-right {
	--fa: "";
}

.fa-gavel, .fa-legal {
	--fa: "";
}

.fa-binoculars {
	--fa: "";
}

.fa-microphone-slash {
	--fa: "";
}

.fa-box-tissue {
	--fa: "";
}

.fa-motorcycle {
	--fa: "";
}

.fa-bell-concierge, .fa-concierge-bell {
	--fa: "";
}

.fa-pen-ruler, .fa-pencil-ruler {
	--fa: "";
}

.fa-people-arrows, .fa-people-arrows-left-right {
	--fa: "";
}

.fa-mars-and-venus-burst {
	--fa: "";
}

.fa-caret-square-right, .fa-square-caret-right {
	--fa: "";
}

.fa-cut, .fa-scissors {
	--fa: "";
}

.fa-sun-plant-wilt {
	--fa: "";
}

.fa-toilets-portable {
	--fa: "";
}

.fa-hockey-puck {
	--fa: "";
}

.fa-table {
	--fa: "";
}

.fa-magnifying-glass-arrow-right {
	--fa: "";
}

.fa-digital-tachograph, .fa-tachograph-digital {
	--fa: "";
}

.fa-users-slash {
	--fa: "";
}

.fa-clover {
	--fa: "";
}

.fa-mail-reply, .fa-reply {
	--fa: "";
}

.fa-star-and-crescent {
	--fa: "";
}

.fa-house-fire {
	--fa: "";
}

.fa-minus-square, .fa-square-minus {
	--fa: "";
}

.fa-helicopter {
	--fa: "";
}

.fa-compass {
	--fa: "";
}

.fa-caret-square-down, .fa-square-caret-down {
	--fa: "";
}

.fa-file-circle-question {
	--fa: "";
}

.fa-laptop-code {
	--fa: "";
}

.fa-swatchbook {
	--fa: "";
}

.fa-prescription-bottle {
	--fa: "";
}

.fa-bars, .fa-navicon {
	--fa: "";
}

.fa-people-group {
	--fa: "";
}

.fa-hourglass-3, .fa-hourglass-end {
	--fa: "";
}

.fa-heart-broken, .fa-heart-crack {
	--fa: "";
}

.fa-external-link-square-alt, .fa-square-up-right {
	--fa: "";
}

.fa-face-kiss-beam, .fa-kiss-beam {
	--fa: "";
}

.fa-film {
	--fa: "";
}

.fa-ruler-horizontal {
	--fa: "";
}

.fa-people-robbery {
	--fa: "";
}

.fa-lightbulb {
	--fa: "";
}

.fa-caret-left {
	--fa: "";
}

.fa-circle-exclamation, .fa-exclamation-circle {
	--fa: "";
}

.fa-school-circle-xmark {
	--fa: "";
}

.fa-arrow-right-from-bracket, .fa-sign-out {
	--fa: "";
}

.fa-chevron-circle-down, .fa-circle-chevron-down {
	--fa: "";
}

.fa-unlock-alt, .fa-unlock-keyhole {
	--fa: "";
}

.fa-cloud-showers-heavy {
	--fa: "";
}

.fa-headphones-alt, .fa-headphones-simple {
	--fa: "";
}

.fa-sitemap {
	--fa: "";
}

.fa-circle-dollar-to-slot, .fa-donate {
	--fa: "";
}

.fa-memory {
	--fa: "";
}

.fa-road-spikes {
	--fa: "";
}

.fa-fire-burner {
	--fa: "";
}

.fa-flag {
	--fa: "";
}

.fa-hanukiah {
	--fa: "";
}

.fa-feather {
	--fa: "";
}

.fa-volume-down, .fa-volume-low {
	--fa: "";
}

.fa-comment-slash {
	--fa: "";
}

.fa-cloud-sun-rain {
	--fa: "";
}

.fa-compress {
	--fa: "";
}

.fa-wheat-alt, .fa-wheat-awn {
	--fa: "";
}

.fa-ankh {
	--fa: "";
}

.fa-hands-holding-child {
	--fa: "";
}

.fa-asterisk {
	--fa: "*";
}

.fa-check-square, .fa-square-check {
	--fa: "";
}

.fa-peseta-sign {
	--fa: "";
}

.fa-header, .fa-heading {
	--fa: "";
}

.fa-ghost {
	--fa: "";
}

.fa-list, .fa-list-squares {
	--fa: "";
}

.fa-phone-square-alt, .fa-square-phone-flip {
	--fa: "";
}

.fa-cart-plus {
	--fa: "";
}

.fa-gamepad {
	--fa: "";
}

.fa-circle-dot, .fa-dot-circle {
	--fa: "";
}

.fa-dizzy, .fa-face-dizzy {
	--fa: "";
}

.fa-egg {
	--fa: "";
}

.fa-house-medical-circle-xmark {
	--fa: "";
}

.fa-campground {
	--fa: "";
}

.fa-folder-plus {
	--fa: "";
}

.fa-futbol, .fa-futbol-ball, .fa-soccer-ball {
	--fa: "";
}

.fa-paint-brush, .fa-paintbrush {
	--fa: "";
}

.fa-lock {
	--fa: "";
}

.fa-gas-pump {
	--fa: "";
}

.fa-hot-tub, .fa-hot-tub-person {
	--fa: "";
}

.fa-map-location, .fa-map-marked {
	--fa: "";
}

.fa-house-flood-water {
	--fa: "";
}

.fa-tree {
	--fa: "";
}

.fa-bridge-lock {
	--fa: "";
}

.fa-sack-dollar {
	--fa: "";
}

.fa-edit, .fa-pen-to-square {
	--fa: "";
}

.fa-car-side {
	--fa: "";
}

.fa-share-alt, .fa-share-nodes {
	--fa: "";
}

.fa-heart-circle-minus {
	--fa: "";
}

.fa-hourglass-2, .fa-hourglass-half {
	--fa: "";
}

.fa-microscope {
	--fa: "";
}

.fa-sink {
	--fa: "";
}

.fa-bag-shopping, .fa-shopping-bag {
	--fa: "";
}

.fa-arrow-down-z-a, .fa-sort-alpha-desc, .fa-sort-alpha-down-alt {
	--fa: "";
}

.fa-mitten {
	--fa: "";
}

.fa-person-rays {
	--fa: "";
}

.fa-users {
	--fa: "";
}

.fa-eye-slash {
	--fa: "";
}

.fa-flask-vial {
	--fa: "";
}

.fa-hand, .fa-hand-paper {
	--fa: "";
}

.fa-om {
	--fa: "";
}

.fa-worm {
	--fa: "";
}

.fa-house-circle-xmark {
	--fa: "";
}

.fa-plug {
	--fa: "";
}

.fa-chevron-up {
	--fa: "";
}

.fa-hand-spock {
	--fa: "";
}

.fa-stopwatch {
	--fa: "";
}

.fa-face-kiss, .fa-kiss {
	--fa: "";
}

.fa-bridge-circle-xmark {
	--fa: "";
}

.fa-face-grin-tongue, .fa-grin-tongue {
	--fa: "";
}

.fa-chess-bishop {
	--fa: "";
}

.fa-face-grin-wink, .fa-grin-wink {
	--fa: "";
}

.fa-deaf, .fa-deafness, .fa-ear-deaf, .fa-hard-of-hearing {
	--fa: "";
}

.fa-road-circle-check {
	--fa: "";
}

.fa-dice-five {
	--fa: "";
}

.fa-rss-square, .fa-square-rss {
	--fa: "";
}

.fa-land-mine-on {
	--fa: "";
}

.fa-i-cursor {
	--fa: "";
}

.fa-stamp {
	--fa: "";
}

.fa-stairs {
	--fa: "";
}

.fa-i {
	--fa: "I";
}

.fa-hryvnia, .fa-hryvnia-sign {
	--fa: "";
}

.fa-pills {
	--fa: "";
}

.fa-face-grin-wide, .fa-grin-alt {
	--fa: "";
}

.fa-tooth {
	--fa: "";
}

.fa-v {
	--fa: "V";
}

.fa-bangladeshi-taka-sign {
	--fa: "";
}

.fa-bicycle {
	--fa: "";
}

.fa-rod-asclepius, .fa-rod-snake, .fa-staff-aesculapius, .fa-staff-snake {
	--fa: "";
}

.fa-head-side-cough-slash {
	--fa: "";
}

.fa-ambulance, .fa-truck-medical {
	--fa: "";
}

.fa-wheat-awn-circle-exclamation {
	--fa: "";
}

.fa-snowman {
	--fa: "";
}

.fa-mortar-pestle {
	--fa: "";
}

.fa-road-barrier {
	--fa: "";
}

.fa-school {
	--fa: "";
}

.fa-igloo {
	--fa: "";
}

.fa-joint {
	--fa: "";
}

.fa-angle-right {
	--fa: "";
}

.fa-horse {
	--fa: "";
}

.fa-q {
	--fa: "Q";
}

.fa-g {
	--fa: "G";
}

.fa-notes-medical {
	--fa: "";
}

.fa-temperature-2, .fa-temperature-half, .fa-thermometer-2, .fa-thermometer-half {
	--fa: "";
}

.fa-dong-sign {
	--fa: "";
}

.fa-capsules {
	--fa: "";
}

.fa-poo-bolt, .fa-poo-storm {
	--fa: "";
}

.fa-face-frown-open, .fa-frown-open {
	--fa: "";
}

.fa-hand-point-up {
	--fa: "";
}

.fa-money-bill {
	--fa: "";
}

.fa-bookmark {
	--fa: "";
}

.fa-align-justify {
	--fa: "";
}

.fa-umbrella-beach {
	--fa: "";
}

.fa-helmet-un {
	--fa: "";
}

.fa-bullseye {
	--fa: "";
}

.fa-bacon {
	--fa: "";
}

.fa-hand-point-down {
	--fa: "";
}

.fa-arrow-up-from-bracket {
	--fa: "";
}

.fa-folder, .fa-folder-blank {
	--fa: "";
}

.fa-file-medical-alt, .fa-file-waveform {
	--fa: "";
}

.fa-radiation {
	--fa: "";
}

.fa-chart-simple {
	--fa: "";
}

.fa-mars-stroke {
	--fa: "";
}

.fa-vial {
	--fa: "";
}

.fa-dashboard, .fa-gauge, .fa-gauge-med, .fa-tachometer-alt-average {
	--fa: "";
}

.fa-magic-wand-sparkles, .fa-wand-magic-sparkles {
	--fa: "";
}

.fa-e {
	--fa: "E";
}

.fa-pen-alt, .fa-pen-clip {
	--fa: "";
}

.fa-bridge-circle-exclamation {
	--fa: "";
}

.fa-user {
	--fa: "";
}

.fa-school-circle-check {
	--fa: "";
}

.fa-dumpster {
	--fa: "";
}

.fa-shuttle-van, .fa-van-shuttle {
	--fa: "";
}

.fa-building-user {
	--fa: "";
}

.fa-caret-square-left, .fa-square-caret-left {
	--fa: "";
}

.fa-highlighter {
	--fa: "";
}

.fa-key {
	--fa: "";
}

.fa-bullhorn {
	--fa: "";
}

.fa-globe {
	--fa: "";
}

.fa-synagogue {
	--fa: "";
}

.fa-person-half-dress {
	--fa: "";
}

.fa-road-bridge {
	--fa: "";
}

.fa-location-arrow {
	--fa: "";
}

.fa-c {
	--fa: "C";
}

.fa-tablet-button {
	--fa: "";
}

.fa-building-lock {
	--fa: "";
}

.fa-pizza-slice {
	--fa: "";
}

.fa-money-bill-wave {
	--fa: "";
}

.fa-area-chart, .fa-chart-area {
	--fa: "";
}

.fa-house-flag {
	--fa: "";
}

.fa-person-circle-minus {
	--fa: "";
}

.fa-ban, .fa-cancel {
	--fa: "";
}

.fa-camera-rotate {
	--fa: "";
}

.fa-air-freshener, .fa-spray-can-sparkles {
	--fa: "";
}

.fa-star {
	--fa: "";
}

.fa-repeat {
	--fa: "";
}

.fa-cross {
	--fa: "";
}

.fa-box {
	--fa: "";
}

.fa-venus-mars {
	--fa: "";
}

.fa-arrow-pointer, .fa-mouse-pointer {
	--fa: "";
}

.fa-expand-arrows-alt, .fa-maximize {
	--fa: "";
}

.fa-charging-station {
	--fa: "";
}

.fa-shapes, .fa-triangle-circle-square {
	--fa: "";
}

.fa-random, .fa-shuffle {
	--fa: "";
}

.fa-person-running, .fa-running {
	--fa: "";
}

.fa-mobile-retro {
	--fa: "";
}

.fa-grip-lines-vertical {
	--fa: "";
}

.fa-spider {
	--fa: "";
}

.fa-hands-bound {
	--fa: "";
}

.fa-file-invoice-dollar {
	--fa: "";
}

.fa-plane-circle-exclamation {
	--fa: "";
}

.fa-x-ray {
	--fa: "";
}

.fa-spell-check {
	--fa: "";
}

.fa-slash {
	--fa: "";
}

.fa-computer-mouse, .fa-mouse {
	--fa: "";
}

.fa-arrow-right-to-bracket, .fa-sign-in {
	--fa: "";
}

.fa-shop-slash, .fa-store-alt-slash {
	--fa: "";
}

.fa-server {
	--fa: "";
}

.fa-virus-covid-slash {
	--fa: "";
}

.fa-shop-lock {
	--fa: "";
}

.fa-hourglass-1, .fa-hourglass-start {
	--fa: "";
}

.fa-blender-phone {
	--fa: "";
}

.fa-building-wheat {
	--fa: "";
}

.fa-person-breastfeeding {
	--fa: "";
}

.fa-right-to-bracket, .fa-sign-in-alt {
	--fa: "";
}

.fa-venus {
	--fa: "";
}

.fa-passport {
	--fa: "";
}

.fa-thumb-tack-slash, .fa-thumbtack-slash {
	--fa: "";
}

.fa-heart-pulse, .fa-heartbeat {
	--fa: "";
}

.fa-people-carry, .fa-people-carry-box {
	--fa: "";
}

.fa-temperature-high {
	--fa: "";
}

.fa-microchip {
	--fa: "";
}

.fa-crown {
	--fa: "";
}

.fa-weight-hanging {
	--fa: "";
}

.fa-xmarks-lines {
	--fa: "";
}

.fa-file-prescription {
	--fa: "";
}

.fa-weight, .fa-weight-scale {
	--fa: "";
}

.fa-user-friends, .fa-user-group {
	--fa: "";
}

.fa-arrow-up-a-z, .fa-sort-alpha-up {
	--fa: "";
}

.fa-chess-knight {
	--fa: "";
}

.fa-face-laugh-squint, .fa-laugh-squint {
	--fa: "";
}

.fa-wheelchair {
	--fa: "";
}

.fa-arrow-circle-up, .fa-circle-arrow-up {
	--fa: "";
}

.fa-toggle-on {
	--fa: "";
}

.fa-person-walking, .fa-walking {
	--fa: "";
}

.fa-l {
	--fa: "L";
}

.fa-fire {
	--fa: "";
}

.fa-bed-pulse, .fa-procedures {
	--fa: "";
}

.fa-shuttle-space, .fa-space-shuttle {
	--fa: "";
}

.fa-face-laugh, .fa-laugh {
	--fa: "";
}

.fa-folder-open {
	--fa: "";
}

.fa-heart-circle-plus {
	--fa: "";
}

.fa-code-fork {
	--fa: "";
}

.fa-city {
	--fa: "";
}

.fa-microphone-alt, .fa-microphone-lines {
	--fa: "";
}

.fa-pepper-hot {
	--fa: "";
}

.fa-unlock {
	--fa: "";
}

.fa-colon-sign {
	--fa: "";
}

.fa-headset {
	--fa: "";
}

.fa-store-slash {
	--fa: "";
}

.fa-road-circle-xmark {
	--fa: "";
}

.fa-user-minus {
	--fa: "";
}

.fa-mars-stroke-up, .fa-mars-stroke-v {
	--fa: "";
}

.fa-champagne-glasses, .fa-glass-cheers {
	--fa: "";
}

.fa-clipboard {
	--fa: "";
}

.fa-house-circle-exclamation {
	--fa: "";
}

.fa-file-arrow-up, .fa-file-upload {
	--fa: "";
}

.fa-wifi, .fa-wifi-3, .fa-wifi-strong {
	--fa: "";
}

.fa-bath, .fa-bathtub {
	--fa: "";
}

.fa-underline {
	--fa: "";
}

.fa-user-edit, .fa-user-pen {
	--fa: "";
}

.fa-signature {
	--fa: "";
}

.fa-stroopwafel {
	--fa: "";
}

.fa-bold {
	--fa: "";
}

.fa-anchor-lock {
	--fa: "";
}

.fa-building-ngo {
	--fa: "";
}

.fa-manat-sign {
	--fa: "";
}

.fa-not-equal {
	--fa: "";
}

.fa-border-style, .fa-border-top-left {
	--fa: "";
}

.fa-map-location-dot, .fa-map-marked-alt {
	--fa: "";
}

.fa-jedi {
	--fa: "";
}

.fa-poll, .fa-square-poll-vertical {
	--fa: "";
}

.fa-mug-hot {
	--fa: "";
}

.fa-battery-car, .fa-car-battery {
	--fa: "";
}

.fa-gift {
	--fa: "";
}

.fa-dice-two {
	--fa: "";
}

.fa-chess-queen {
	--fa: "";
}

.fa-glasses {
	--fa: "";
}

.fa-chess-board {
	--fa: "";
}

.fa-building-circle-check {
	--fa: "";
}

.fa-person-chalkboard {
	--fa: "";
}

.fa-mars-stroke-h, .fa-mars-stroke-right {
	--fa: "";
}

.fa-hand-back-fist, .fa-hand-rock {
	--fa: "";
}

.fa-caret-square-up, .fa-square-caret-up {
	--fa: "";
}

.fa-cloud-showers-water {
	--fa: "";
}

.fa-bar-chart, .fa-chart-bar {
	--fa: "";
}

.fa-hands-bubbles, .fa-hands-wash {
	--fa: "";
}

.fa-less-than-equal {
	--fa: "";
}

.fa-train {
	--fa: "";
}

.fa-eye-low-vision, .fa-low-vision {
	--fa: "";
}

.fa-crow {
	--fa: "";
}

.fa-sailboat {
	--fa: "";
}

.fa-window-restore {
	--fa: "";
}

.fa-plus-square, .fa-square-plus {
	--fa: "";
}

.fa-torii-gate {
	--fa: "";
}

.fa-frog {
	--fa: "";
}

.fa-bucket {
	--fa: "";
}

.fa-image {
	--fa: "";
}

.fa-microphone {
	--fa: "";
}

.fa-cow {
	--fa: "";
}

.fa-caret-up {
	--fa: "";
}

.fa-screwdriver {
	--fa: "";
}

.fa-folder-closed {
	--fa: "";
}

.fa-house-tsunami {
	--fa: "";
}

.fa-square-nfi {
	--fa: "";
}

.fa-arrow-up-from-ground-water {
	--fa: "";
}

.fa-glass-martini-alt, .fa-martini-glass {
	--fa: "";
}

.fa-square-binary {
	--fa: "";
}

.fa-rotate-back, .fa-rotate-backward, .fa-rotate-left, .fa-undo-alt {
	--fa: "";
}

.fa-columns, .fa-table-columns {
	--fa: "";
}

.fa-lemon {
	--fa: "";
}

.fa-head-side-mask {
	--fa: "";
}

.fa-handshake {
	--fa: "";
}

.fa-gem {
	--fa: "";
}

.fa-dolly, .fa-dolly-box {
	--fa: "";
}

.fa-smoking {
	--fa: "";
}

.fa-compress-arrows-alt, .fa-minimize {
	--fa: "";
}

.fa-monument {
	--fa: "";
}

.fa-snowplow {
	--fa: "";
}

.fa-angle-double-right, .fa-angles-right {
	--fa: "";
}

.fa-cannabis {
	--fa: "";
}

.fa-circle-play, .fa-play-circle {
	--fa: "";
}

.fa-tablets {
	--fa: "";
}

.fa-ethernet {
	--fa: "";
}

.fa-eur, .fa-euro, .fa-euro-sign {
	--fa: "";
}

.fa-chair {
	--fa: "";
}

.fa-check-circle, .fa-circle-check {
	--fa: "";
}

.fa-circle-stop, .fa-stop-circle {
	--fa: "";
}

.fa-compass-drafting, .fa-drafting-compass {
	--fa: "";
}

.fa-plate-wheat {
	--fa: "";
}

.fa-icicles {
	--fa: "";
}

.fa-person-shelter {
	--fa: "";
}

.fa-neuter {
	--fa: "";
}

.fa-id-badge {
	--fa: "";
}

.fa-marker {
	--fa: "";
}

.fa-face-laugh-beam, .fa-laugh-beam {
	--fa: "";
}

.fa-helicopter-symbol {
	--fa: "";
}

.fa-universal-access {
	--fa: "";
}

.fa-chevron-circle-up, .fa-circle-chevron-up {
	--fa: "";
}

.fa-lari-sign {
	--fa: "";
}

.fa-volcano {
	--fa: "";
}

.fa-person-walking-dashed-line-arrow-right {
	--fa: "";
}

.fa-gbp, .fa-pound-sign, .fa-sterling-sign {
	--fa: "";
}

.fa-viruses {
	--fa: "";
}

.fa-square-person-confined {
	--fa: "";
}

.fa-user-tie {
	--fa: "";
}

.fa-arrow-down-long, .fa-long-arrow-down {
	--fa: "";
}

.fa-tent-arrow-down-to-line {
	--fa: "";
}

.fa-certificate {
	--fa: "";
}

.fa-mail-reply-all, .fa-reply-all {
	--fa: "";
}

.fa-suitcase {
	--fa: "";
}

.fa-person-skating, .fa-skating {
	--fa: "";
}

.fa-filter-circle-dollar, .fa-funnel-dollar {
	--fa: "";
}

.fa-camera-retro {
	--fa: "";
}

.fa-arrow-circle-down, .fa-circle-arrow-down {
	--fa: "";
}

.fa-arrow-right-to-file, .fa-file-import {
	--fa: "";
}

.fa-external-link-square, .fa-square-arrow-up-right {
	--fa: "";
}

.fa-box-open {
	--fa: "";
}

.fa-scroll {
	--fa: "";
}

.fa-spa {
	--fa: "";
}

.fa-location-pin-lock {
	--fa: "";
}

.fa-pause {
	--fa: "";
}

.fa-hill-avalanche {
	--fa: "";
}

.fa-temperature-0, .fa-temperature-empty, .fa-thermometer-0, .fa-thermometer-empty {
	--fa: "";
}

.fa-bomb {
	--fa: "";
}

.fa-registered {
	--fa: "";
}

.fa-address-card, .fa-contact-card, .fa-vcard {
	--fa: "";
}

.fa-balance-scale-right, .fa-scale-unbalanced-flip {
	--fa: "";
}

.fa-subscript {
	--fa: "";
}

.fa-diamond-turn-right, .fa-directions {
	--fa: "";
}

.fa-burst {
	--fa: "";
}

.fa-house-laptop, .fa-laptop-house {
	--fa: "";
}

.fa-face-tired, .fa-tired {
	--fa: "";
}

.fa-money-bills {
	--fa: "";
}

.fa-smog {
	--fa: "";
}

.fa-crutch {
	--fa: "";
}

.fa-cloud-arrow-up, .fa-cloud-upload, .fa-cloud-upload-alt {
	--fa: "";
}

.fa-palette {
	--fa: "";
}

.fa-arrows-turn-right {
	--fa: "";
}

.fa-vest {
	--fa: "";
}

.fa-ferry {
	--fa: "";
}

.fa-arrows-down-to-people {
	--fa: "";
}

.fa-seedling, .fa-sprout {
	--fa: "";
}

.fa-arrows-alt-h, .fa-left-right {
	--fa: "";
}

.fa-boxes-packing {
	--fa: "";
}

.fa-arrow-circle-left, .fa-circle-arrow-left {
	--fa: "";
}

.fa-group-arrows-rotate {
	--fa: "";
}

.fa-bowl-food {
	--fa: "";
}

.fa-candy-cane {
	--fa: "";
}

.fa-arrow-down-wide-short, .fa-sort-amount-asc, .fa-sort-amount-down {
	--fa: "";
}

.fa-cloud-bolt, .fa-thunderstorm {
	--fa: "";
}

.fa-remove-format, .fa-text-slash {
	--fa: "";
}

.fa-face-smile-wink, .fa-smile-wink {
	--fa: "";
}

.fa-file-word {
	--fa: "";
}

.fa-file-powerpoint {
	--fa: "";
}

.fa-arrows-h, .fa-arrows-left-right {
	--fa: "";
}

.fa-house-lock {
	--fa: "";
}

.fa-cloud-arrow-down, .fa-cloud-download, .fa-cloud-download-alt {
	--fa: "";
}

.fa-children {
	--fa: "";
}

.fa-blackboard, .fa-chalkboard {
	--fa: "";
}

.fa-user-alt-slash, .fa-user-large-slash {
	--fa: "";
}

.fa-envelope-open {
	--fa: "";
}

.fa-handshake-alt-slash, .fa-handshake-simple-slash {
	--fa: "";
}

.fa-mattress-pillow {
	--fa: "";
}

.fa-guarani-sign {
	--fa: "";
}

.fa-arrows-rotate, .fa-refresh, .fa-sync {
	--fa: "";
}

.fa-fire-extinguisher {
	--fa: "";
}

.fa-cruzeiro-sign {
	--fa: "";
}

.fa-greater-than-equal {
	--fa: "";
}

.fa-shield-alt, .fa-shield-halved {
	--fa: "";
}

.fa-atlas, .fa-book-atlas {
	--fa: "";
}

.fa-virus {
	--fa: "";
}

.fa-envelope-circle-check {
	--fa: "";
}

.fa-layer-group {
	--fa: "";
}

.fa-arrows-to-dot {
	--fa: "";
}

.fa-archway {
	--fa: "";
}

.fa-heart-circle-check {
	--fa: "";
}

.fa-house-chimney-crack, .fa-house-damage {
	--fa: "";
}

.fa-file-archive, .fa-file-zipper {
	--fa: "";
}

.fa-square {
	--fa: "";
}

.fa-glass-martini, .fa-martini-glass-empty {
	--fa: "";
}

.fa-couch {
	--fa: "";
}

.fa-cedi-sign {
	--fa: "";
}

.fa-italic {
	--fa: "";
}

.fa-table-cells-column-lock {
	--fa: "";
}

.fa-church {
	--fa: "";
}

.fa-comments-dollar {
	--fa: "";
}

.fa-democrat {
	--fa: "";
}

.fa-z {
	--fa: "Z";
}

.fa-person-skiing, .fa-skiing {
	--fa: "";
}

.fa-road-lock {
	--fa: "";
}

.fa-a {
	--fa: "A";
}

.fa-temperature-arrow-down, .fa-temperature-down {
	--fa: "";
}

.fa-feather-alt, .fa-feather-pointed {
	--fa: "";
}

.fa-p {
	--fa: "P";
}

.fa-snowflake {
	--fa: "";
}

.fa-newspaper {
	--fa: "";
}

.fa-ad, .fa-rectangle-ad {
	--fa: "";
}

.fa-arrow-circle-right, .fa-circle-arrow-right {
	--fa: "";
}

.fa-filter-circle-xmark {
	--fa: "";
}

.fa-locust {
	--fa: "";
}

.fa-sort, .fa-unsorted {
	--fa: "";
}

.fa-list-1-2, .fa-list-numeric, .fa-list-ol {
	--fa: "";
}

.fa-person-dress-burst {
	--fa: "";
}

.fa-money-check-alt, .fa-money-check-dollar {
	--fa: "";
}

.fa-vector-square {
	--fa: "";
}

.fa-bread-slice {
	--fa: "";
}

.fa-language {
	--fa: "";
}

.fa-face-kiss-wink-heart, .fa-kiss-wink-heart {
	--fa: "";
}

.fa-filter {
	--fa: "";
}

.fa-question {
	--fa: "?";
}

.fa-file-signature {
	--fa: "";
}

.fa-arrows-alt, .fa-up-down-left-right {
	--fa: "";
}

.fa-house-chimney-user {
	--fa: "";
}

.fa-hand-holding-heart {
	--fa: "";
}

.fa-puzzle-piece {
	--fa: "";
}

.fa-money-check {
	--fa: "";
}

.fa-star-half-alt, .fa-star-half-stroke {
	--fa: "";
}

.fa-code {
	--fa: "";
}

.fa-glass-whiskey, .fa-whiskey-glass {
	--fa: "";
}

.fa-building-circle-exclamation {
	--fa: "";
}

.fa-magnifying-glass-chart {
	--fa: "";
}

.fa-arrow-up-right-from-square, .fa-external-link {
	--fa: "";
}

.fa-cubes-stacked {
	--fa: "";
}

.fa-krw, .fa-won, .fa-won-sign {
	--fa: "";
}

.fa-virus-covid {
	--fa: "";
}

.fa-austral-sign {
	--fa: "";
}

.fa-f {
	--fa: "F";
}

.fa-leaf {
	--fa: "";
}

.fa-road {
	--fa: "";
}

.fa-cab, .fa-taxi {
	--fa: "";
}

.fa-person-circle-plus {
	--fa: "";
}

.fa-chart-pie, .fa-pie-chart {
	--fa: "";
}

.fa-bolt-lightning {
	--fa: "";
}

.fa-sack-xmark {
	--fa: "";
}

.fa-file-excel {
	--fa: "";
}

.fa-file-contract {
	--fa: "";
}

.fa-fish-fins {
	--fa: "";
}

.fa-building-flag {
	--fa: "";
}

.fa-face-grin-beam, .fa-grin-beam {
	--fa: "";
}

.fa-object-ungroup {
	--fa: "";
}

.fa-poop {
	--fa: "";
}

.fa-location-pin, .fa-map-marker {
	--fa: "";
}

.fa-kaaba {
	--fa: "";
}

.fa-toilet-paper {
	--fa: "";
}

.fa-hard-hat, .fa-hat-hard, .fa-helmet-safety {
	--fa: "";
}

.fa-eject {
	--fa: "";
}

.fa-arrow-alt-circle-right, .fa-circle-right {
	--fa: "";
}

.fa-plane-circle-check {
	--fa: "";
}

.fa-face-rolling-eyes, .fa-meh-rolling-eyes {
	--fa: "";
}

.fa-object-group {
	--fa: "";
}

.fa-chart-line, .fa-line-chart {
	--fa: "";
}

.fa-mask-ventilator {
	--fa: "";
}

.fa-arrow-right {
	--fa: "";
}

.fa-map-signs, .fa-signs-post {
	--fa: "";
}

.fa-cash-register {
	--fa: "";
}

.fa-person-circle-question {
	--fa: "";
}

.fa-h {
	--fa: "H";
}

.fa-tarp {
	--fa: "";
}

.fa-screwdriver-wrench, .fa-tools {
	--fa: "";
}

.fa-arrows-to-eye {
	--fa: "";
}

.fa-plug-circle-bolt {
	--fa: "";
}

.fa-heart {
	--fa: "";
}

.fa-mars-and-venus {
	--fa: "";
}

.fa-home-user, .fa-house-user {
	--fa: "";
}

.fa-dumpster-fire {
	--fa: "";
}

.fa-house-crack {
	--fa: "";
}

.fa-cocktail, .fa-martini-glass-citrus {
	--fa: "";
}

.fa-face-surprise, .fa-surprise {
	--fa: "";
}

.fa-bottle-water {
	--fa: "";
}

.fa-circle-pause, .fa-pause-circle {
	--fa: "";
}

.fa-toilet-paper-slash {
	--fa: "";
}

.fa-apple-alt, .fa-apple-whole {
	--fa: "";
}

.fa-kitchen-set {
	--fa: "";
}

.fa-r {
	--fa: "R";
}

.fa-temperature-1, .fa-temperature-quarter, .fa-thermometer-1, .fa-thermometer-quarter {
	--fa: "";
}

.fa-cube {
	--fa: "";
}

.fa-bitcoin-sign {
	--fa: "";
}

.fa-shield-dog {
	--fa: "";
}

.fa-solar-panel {
	--fa: "";
}

.fa-lock-open {
	--fa: "";
}

.fa-elevator {
	--fa: "";
}

.fa-money-bill-transfer {
	--fa: "";
}

.fa-money-bill-trend-up {
	--fa: "";
}

.fa-house-flood-water-circle-arrow-right {
	--fa: "";
}

.fa-poll-h, .fa-square-poll-horizontal {
	--fa: "";
}

.fa-circle {
	--fa: "";
}

.fa-backward-fast, .fa-fast-backward {
	--fa: "";
}

.fa-recycle {
	--fa: "";
}

.fa-user-astronaut {
	--fa: "";
}

.fa-plane-slash {
	--fa: "";
}

.fa-trademark {
	--fa: "";
}

.fa-basketball, .fa-basketball-ball {
	--fa: "";
}

.fa-satellite-dish {
	--fa: "";
}

.fa-arrow-alt-circle-up, .fa-circle-up {
	--fa: "";
}

.fa-mobile-alt, .fa-mobile-screen-button {
	--fa: "";
}

.fa-volume-high, .fa-volume-up {
	--fa: "";
}

.fa-users-rays {
	--fa: "";
}

.fa-wallet {
	--fa: "";
}

.fa-clipboard-check {
	--fa: "";
}

.fa-file-audio {
	--fa: "";
}

.fa-burger, .fa-hamburger {
	--fa: "";
}

.fa-wrench {
	--fa: "";
}

.fa-bugs {
	--fa: "";
}

.fa-rupee, .fa-rupee-sign {
	--fa: "";
}

.fa-file-image {
	--fa: "";
}

.fa-circle-question, .fa-question-circle {
	--fa: "";
}

.fa-plane-departure {
	--fa: "";
}

.fa-handshake-slash {
	--fa: "";
}

.fa-book-bookmark {
	--fa: "";
}

.fa-code-branch {
	--fa: "";
}

.fa-hat-cowboy {
	--fa: "";
}

.fa-bridge {
	--fa: "";
}

.fa-phone-alt, .fa-phone-flip {
	--fa: "";
}

.fa-truck-front {
	--fa: "";
}

.fa-cat {
	--fa: "";
}

.fa-anchor-circle-exclamation {
	--fa: "";
}

.fa-truck-field {
	--fa: "";
}

.fa-route {
	--fa: "";
}

.fa-clipboard-question {
	--fa: "";
}

.fa-panorama {
	--fa: "";
}

.fa-comment-medical {
	--fa: "";
}

.fa-teeth-open {
	--fa: "";
}

.fa-file-circle-minus {
	--fa: "";
}

.fa-tags {
	--fa: "";
}

.fa-wine-glass {
	--fa: "";
}

.fa-fast-forward, .fa-forward-fast {
	--fa: "";
}

.fa-face-meh-blank, .fa-meh-blank {
	--fa: "";
}

.fa-parking, .fa-square-parking {
	--fa: "";
}

.fa-house-signal {
	--fa: "";
}

.fa-bars-progress, .fa-tasks-alt {
	--fa: "";
}

.fa-faucet-drip {
	--fa: "";
}

.fa-cart-flatbed, .fa-dolly-flatbed {
	--fa: "";
}

.fa-ban-smoking, .fa-smoking-ban {
	--fa: "";
}

.fa-terminal {
	--fa: "";
}

.fa-mobile-button {
	--fa: "";
}

.fa-house-medical-flag {
	--fa: "";
}

.fa-basket-shopping, .fa-shopping-basket {
	--fa: "";
}

.fa-tape {
	--fa: "";
}

.fa-bus-alt, .fa-bus-simple {
	--fa: "";
}

.fa-eye {
	--fa: "";
}

.fa-face-sad-cry, .fa-sad-cry {
	--fa: "";
}

.fa-audio-description {
	--fa: "";
}

.fa-person-military-to-person {
	--fa: "";
}

.fa-file-shield {
	--fa: "";
}

.fa-user-slash {
	--fa: "";
}

.fa-pen {
	--fa: "";
}

.fa-tower-observation {
	--fa: "";
}

.fa-file-code {
	--fa: "";
}

.fa-signal, .fa-signal-5, .fa-signal-perfect {
	--fa: "";
}

.fa-bus {
	--fa: "";
}

.fa-heart-circle-xmark {
	--fa: "";
}

.fa-home-lg, .fa-house-chimney {
	--fa: "";
}

.fa-window-maximize {
	--fa: "";
}

.fa-face-frown, .fa-frown {
	--fa: "";
}

.fa-prescription {
	--fa: "";
}

.fa-shop, .fa-store-alt {
	--fa: "";
}

.fa-floppy-disk, .fa-save {
	--fa: "";
}

.fa-vihara {
	--fa: "";
}

.fa-balance-scale-left, .fa-scale-unbalanced {
	--fa: "";
}

.fa-sort-asc, .fa-sort-up {
	--fa: "";
}

.fa-comment-dots, .fa-commenting {
	--fa: "";
}

.fa-plant-wilt {
	--fa: "";
}

.fa-diamond {
	--fa: "";
}

.fa-face-grin-squint, .fa-grin-squint {
	--fa: "";
}

.fa-hand-holding-dollar, .fa-hand-holding-usd {
	--fa: "";
}

.fa-chart-diagram {
	--fa: "";
}

.fa-bacterium {
	--fa: "";
}

.fa-hand-pointer {
	--fa: "";
}

.fa-drum-steelpan {
	--fa: "";
}

.fa-hand-scissors {
	--fa: "";
}

.fa-hands-praying, .fa-praying-hands {
	--fa: "";
}

.fa-arrow-right-rotate, .fa-arrow-rotate-forward, .fa-arrow-rotate-right, .fa-redo {
	--fa: "";
}

.fa-biohazard {
	--fa: "";
}

.fa-location, .fa-location-crosshairs {
	--fa: "";
}

.fa-mars-double {
	--fa: "";
}

.fa-child-dress {
	--fa: "";
}

.fa-users-between-lines {
	--fa: "";
}

.fa-lungs-virus {
	--fa: "";
}

.fa-face-grin-tears, .fa-grin-tears {
	--fa: "";
}

.fa-phone {
	--fa: "";
}

.fa-calendar-times, .fa-calendar-xmark {
	--fa: "";
}

.fa-child-reaching {
	--fa: "";
}

.fa-head-side-virus {
	--fa: "";
}

.fa-user-cog, .fa-user-gear {
	--fa: "";
}

.fa-arrow-up-1-9, .fa-sort-numeric-up {
	--fa: "";
}

.fa-door-closed {
	--fa: "";
}

.fa-shield-virus {
	--fa: "";
}

.fa-dice-six {
	--fa: "";
}

.fa-mosquito-net {
	--fa: "";
}

.fa-file-fragment {
	--fa: "";
}

.fa-bridge-water {
	--fa: "";
}

.fa-person-booth {
	--fa: "";
}

.fa-text-width {
	--fa: "";
}

.fa-hat-wizard {
	--fa: "";
}

.fa-pen-fancy {
	--fa: "";
}

.fa-digging, .fa-person-digging {
	--fa: "";
}

.fa-trash {
	--fa: "";
}

.fa-gauge-simple, .fa-gauge-simple-med, .fa-tachometer-average {
	--fa: "";
}

.fa-book-medical {
	--fa: "";
}

.fa-poo {
	--fa: "";
}

.fa-quote-right, .fa-quote-right-alt {
	--fa: "";
}

.fa-shirt, .fa-t-shirt, .fa-tshirt {
	--fa: "";
}

.fa-cubes {
	--fa: "";
}

.fa-divide {
	--fa: "";
}

.fa-tenge, .fa-tenge-sign {
	--fa: "";
}

.fa-headphones {
	--fa: "";
}

.fa-hands-holding {
	--fa: "";
}

.fa-hands-clapping {
	--fa: "";
}

.fa-republican {
	--fa: "";
}

.fa-arrow-left {
	--fa: "";
}

.fa-person-circle-xmark {
	--fa: "";
}

.fa-ruler {
	--fa: "";
}

.fa-align-left {
	--fa: "";
}

.fa-dice-d6 {
	--fa: "";
}

.fa-restroom {
	--fa: "";
}

.fa-j {
	--fa: "J";
}

.fa-users-viewfinder {
	--fa: "";
}

.fa-file-video {
	--fa: "";
}

.fa-external-link-alt, .fa-up-right-from-square {
	--fa: "";
}

.fa-table-cells, .fa-th {
	--fa: "";
}

.fa-file-pdf {
	--fa: "";
}

.fa-bible, .fa-book-bible {
	--fa: "";
}

.fa-o {
	--fa: "O";
}

.fa-medkit, .fa-suitcase-medical {
	--fa: "";
}

.fa-user-secret {
	--fa: "";
}

.fa-otter {
	--fa: "";
}

.fa-female, .fa-person-dress {
	--fa: "";
}

.fa-comment-dollar {
	--fa: "";
}

.fa-briefcase-clock, .fa-business-time {
	--fa: "";
}

.fa-table-cells-large, .fa-th-large {
	--fa: "";
}

.fa-book-tanakh, .fa-tanakh {
	--fa: "";
}

.fa-phone-volume, .fa-volume-control-phone {
	--fa: "";
}

.fa-hat-cowboy-side {
	--fa: "";
}

.fa-clipboard-user {
	--fa: "";
}

.fa-child {
	--fa: "";
}

.fa-lira-sign {
	--fa: "";
}

.fa-satellite {
	--fa: "";
}

.fa-plane-lock {
	--fa: "";
}

.fa-tag {
	--fa: "";
}

.fa-comment {
	--fa: "";
}

.fa-birthday-cake, .fa-cake, .fa-cake-candles {
	--fa: "";
}

.fa-envelope {
	--fa: "";
}

.fa-angle-double-up, .fa-angles-up {
	--fa: "";
}

.fa-paperclip {
	--fa: "";
}

.fa-arrow-right-to-city {
	--fa: "";
}

.fa-ribbon {
	--fa: "";
}

.fa-lungs {
	--fa: "";
}

.fa-arrow-up-9-1, .fa-sort-numeric-up-alt {
	--fa: "";
}

.fa-litecoin-sign {
	--fa: "";
}

.fa-border-none {
	--fa: "";
}

.fa-circle-nodes {
	--fa: "";
}

.fa-parachute-box {
	--fa: "";
}

.fa-indent {
	--fa: "";
}

.fa-truck-field-un {
	--fa: "";
}

.fa-hourglass, .fa-hourglass-empty {
	--fa: "";
}

.fa-mountain {
	--fa: "";
}

.fa-user-doctor, .fa-user-md {
	--fa: "";
}

.fa-circle-info, .fa-info-circle {
	--fa: "";
}

.fa-cloud-meatball {
	--fa: "";
}

.fa-camera, .fa-camera-alt {
	--fa: "";
}

.fa-square-virus {
	--fa: "";
}

.fa-meteor {
	--fa: "";
}

.fa-car-on {
	--fa: "";
}

.fa-sleigh {
	--fa: "";
}

.fa-arrow-down-1-9, .fa-sort-numeric-asc, .fa-sort-numeric-down {
	--fa: "";
}

.fa-hand-holding-droplet, .fa-hand-holding-water {
	--fa: "";
}

.fa-water {
	--fa: "";
}

.fa-calendar-check {
	--fa: "";
}

.fa-braille {
	--fa: "";
}

.fa-prescription-bottle-alt, .fa-prescription-bottle-medical {
	--fa: "";
}

.fa-landmark {
	--fa: "";
}

.fa-truck {
	--fa: "";
}

.fa-crosshairs {
	--fa: "";
}

.fa-person-cane {
	--fa: "";
}

.fa-tent {
	--fa: "";
}

.fa-vest-patches {
	--fa: "";
}

.fa-check-double {
	--fa: "";
}

.fa-arrow-down-a-z, .fa-sort-alpha-asc, .fa-sort-alpha-down {
	--fa: "";
}

.fa-money-bill-wheat {
	--fa: "";
}

.fa-cookie {
	--fa: "";
}

.fa-arrow-left-rotate, .fa-arrow-rotate-back, .fa-arrow-rotate-backward, .fa-arrow-rotate-left, .fa-undo {
	--fa: "";
}

.fa-hard-drive, .fa-hdd {
	--fa: "";
}

.fa-face-grin-squint-tears, .fa-grin-squint-tears {
	--fa: "";
}

.fa-dumbbell {
	--fa: "";
}

.fa-list-alt, .fa-rectangle-list {
	--fa: "";
}

.fa-tarp-droplet {
	--fa: "";
}

.fa-house-medical-circle-check {
	--fa: "";
}

.fa-person-skiing-nordic, .fa-skiing-nordic {
	--fa: "";
}

.fa-calendar-plus {
	--fa: "";
}

.fa-plane-arrival {
	--fa: "";
}

.fa-arrow-alt-circle-left, .fa-circle-left {
	--fa: "";
}

.fa-subway, .fa-train-subway {
	--fa: "";
}

.fa-chart-gantt {
	--fa: "";
}

.fa-indian-rupee, .fa-indian-rupee-sign, .fa-inr {
	--fa: "";
}

.fa-crop-alt, .fa-crop-simple {
	--fa: "";
}

.fa-money-bill-1, .fa-money-bill-alt {
	--fa: "";
}

.fa-left-long, .fa-long-arrow-alt-left {
	--fa: "";
}

.fa-dna {
	--fa: "";
}

.fa-virus-slash {
	--fa: "";
}

.fa-minus, .fa-subtract {
	--fa: "";
}

.fa-chess {
	--fa: "";
}

.fa-arrow-left-long, .fa-long-arrow-left {
	--fa: "";
}

.fa-plug-circle-check {
	--fa: "";
}

.fa-street-view {
	--fa: "";
}

.fa-franc-sign {
	--fa: "";
}

.fa-volume-off {
	--fa: "";
}

.fa-american-sign-language-interpreting, .fa-asl-interpreting, .fa-hands-american-sign-language-interpreting, .fa-hands-asl-interpreting {
	--fa: "";
}

.fa-cog, .fa-gear {
	--fa: "";
}

.fa-droplet-slash, .fa-tint-slash {
	--fa: "";
}

.fa-mosque {
	--fa: "";
}

.fa-mosquito {
	--fa: "";
}

.fa-star-of-david {
	--fa: "";
}

.fa-person-military-rifle {
	--fa: "";
}

.fa-cart-shopping, .fa-shopping-cart {
	--fa: "";
}

.fa-vials {
	--fa: "";
}

.fa-plug-circle-plus {
	--fa: "";
}

.fa-place-of-worship {
	--fa: "";
}

.fa-grip-vertical {
	--fa: "";
}

.fa-hexagon-nodes {
	--fa: "";
}

.fa-arrow-turn-up, .fa-level-up {
	--fa: "";
}

.fa-u {
	--fa: "U";
}

.fa-square-root-alt, .fa-square-root-variable {
	--fa: "";
}

.fa-clock, .fa-clock-four {
	--fa: "";
}

.fa-backward-step, .fa-step-backward {
	--fa: "";
}

.fa-pallet {
	--fa: "";
}

.fa-faucet {
	--fa: "";
}

.fa-baseball-bat-ball {
	--fa: "";
}

.fa-s {
	--fa: "S";
}

.fa-timeline {
	--fa: "";
}

.fa-keyboard {
	--fa: "";
}

.fa-caret-down {
	--fa: "";
}

.fa-clinic-medical, .fa-house-chimney-medical {
	--fa: "";
}

.fa-temperature-3, .fa-temperature-three-quarters, .fa-thermometer-3, .fa-thermometer-three-quarters {
	--fa: "";
}

.fa-mobile-android-alt, .fa-mobile-screen {
	--fa: "";
}

.fa-plane-up {
	--fa: "";
}

.fa-piggy-bank {
	--fa: "";
}

.fa-battery-3, .fa-battery-half {
	--fa: "";
}

.fa-mountain-city {
	--fa: "";
}

.fa-coins {
	--fa: "";
}

.fa-khanda {
	--fa: "";
}

.fa-sliders, .fa-sliders-h {
	--fa: "";
}

.fa-folder-tree {
	--fa: "";
}

.fa-network-wired {
	--fa: "";
}

.fa-map-pin {
	--fa: "";
}

.fa-hamsa {
	--fa: "";
}

.fa-cent-sign {
	--fa: "";
}

.fa-flask {
	--fa: "";
}

.fa-person-pregnant {
	--fa: "";
}

.fa-wand-sparkles {
	--fa: "";
}

.fa-ellipsis-v, .fa-ellipsis-vertical {
	--fa: "";
}

.fa-ticket {
	--fa: "";
}

.fa-power-off {
	--fa: "";
}

.fa-long-arrow-alt-right, .fa-right-long {
	--fa: "";
}

.fa-flag-usa {
	--fa: "";
}

.fa-laptop-file {
	--fa: "";
}

.fa-teletype, .fa-tty {
	--fa: "";
}

.fa-diagram-next {
	--fa: "";
}

.fa-person-rifle {
	--fa: "";
}

.fa-house-medical-circle-exclamation {
	--fa: "";
}

.fa-closed-captioning {
	--fa: "";
}

.fa-hiking, .fa-person-hiking {
	--fa: "";
}

.fa-venus-double {
	--fa: "";
}

.fa-images {
	--fa: "";
}

.fa-calculator {
	--fa: "";
}

.fa-people-pulling {
	--fa: "";
}

.fa-n {
	--fa: "N";
}

.fa-cable-car, .fa-tram {
	--fa: "";
}

.fa-cloud-rain {
	--fa: "";
}

.fa-building-circle-xmark {
	--fa: "";
}

.fa-ship {
	--fa: "";
}

.fa-arrows-down-to-line {
	--fa: "";
}

.fa-download {
	--fa: "";
}

.fa-face-grin, .fa-grin {
	--fa: "";
}

.fa-backspace, .fa-delete-left {
	--fa: "";
}

.fa-eye-dropper, .fa-eye-dropper-empty, .fa-eyedropper {
	--fa: "";
}

.fa-file-circle-check {
	--fa: "";
}

.fa-forward {
	--fa: "";
}

.fa-mobile, .fa-mobile-android, .fa-mobile-phone {
	--fa: "";
}

.fa-face-meh, .fa-meh {
	--fa: "";
}

.fa-align-center {
	--fa: "";
}

.fa-book-dead, .fa-book-skull {
	--fa: "";
}

.fa-drivers-license, .fa-id-card {
	--fa: "";
}

.fa-dedent, .fa-outdent {
	--fa: "";
}

.fa-heart-circle-exclamation {
	--fa: "";
}

.fa-home, .fa-home-alt, .fa-home-lg-alt, .fa-house {
	--fa: "";
}

.fa-calendar-week {
	--fa: "";
}

.fa-laptop-medical {
	--fa: "";
}

.fa-b {
	--fa: "B";
}

.fa-file-medical {
	--fa: "";
}

.fa-dice-one {
	--fa: "";
}

.fa-kiwi-bird {
	--fa: "";
}

.fa-arrow-right-arrow-left, .fa-exchange {
	--fa: "";
}

.fa-redo-alt, .fa-rotate-forward, .fa-rotate-right {
	--fa: "";
}

.fa-cutlery, .fa-utensils {
	--fa: "";
}

.fa-arrow-up-wide-short, .fa-sort-amount-up {
	--fa: "";
}

.fa-mill-sign {
	--fa: "";
}

.fa-bowl-rice {
	--fa: "";
}

.fa-skull {
	--fa: "";
}

.fa-broadcast-tower, .fa-tower-broadcast {
	--fa: "";
}

.fa-truck-pickup {
	--fa: "";
}

.fa-long-arrow-alt-up, .fa-up-long {
	--fa: "";
}

.fa-stop {
	--fa: "";
}

.fa-code-merge {
	--fa: "";
}

.fa-upload {
	--fa: "";
}

.fa-hurricane {
	--fa: "";
}

.fa-mound {
	--fa: "";
}

.fa-toilet-portable {
	--fa: "";
}

.fa-compact-disc {
	--fa: "";
}

.fa-file-arrow-down, .fa-file-download {
	--fa: "";
}

.fa-caravan {
	--fa: "";
}

.fa-shield-cat {
	--fa: "";
}

.fa-bolt, .fa-zap {
	--fa: "";
}

.fa-glass-water {
	--fa: "";
}

.fa-oil-well {
	--fa: "";
}

.fa-vault {
	--fa: "";
}

.fa-mars {
	--fa: "";
}

.fa-toilet {
	--fa: "";
}

.fa-plane-circle-xmark {
	--fa: "";
}

.fa-cny, .fa-jpy, .fa-rmb, .fa-yen, .fa-yen-sign {
	--fa: "";
}

.fa-rouble, .fa-rub, .fa-ruble, .fa-ruble-sign {
	--fa: "";
}

.fa-sun {
	--fa: "";
}

.fa-guitar {
	--fa: "";
}

.fa-face-laugh-wink, .fa-laugh-wink {
	--fa: "";
}

.fa-horse-head {
	--fa: "";
}

.fa-bore-hole {
	--fa: "";
}

.fa-industry {
	--fa: "";
}

.fa-arrow-alt-circle-down, .fa-circle-down {
	--fa: "";
}

.fa-arrows-turn-to-dots {
	--fa: "";
}

.fa-florin-sign {
	--fa: "";
}

.fa-arrow-down-short-wide, .fa-sort-amount-desc, .fa-sort-amount-down-alt {
	--fa: "";
}

.fa-less-than {
	--fa: "<";
}

.fa-angle-down {
	--fa: "";
}

.fa-car-tunnel {
	--fa: "";
}

.fa-head-side-cough {
	--fa: "";
}

.fa-grip-lines {
	--fa: "";
}

.fa-thumbs-down {
	--fa: "";
}

.fa-user-lock {
	--fa: "";
}

.fa-arrow-right-long, .fa-long-arrow-right {
	--fa: "";
}

.fa-anchor-circle-xmark {
	--fa: "";
}

.fa-ellipsis, .fa-ellipsis-h {
	--fa: "";
}

.fa-chess-pawn {
	--fa: "";
}

.fa-first-aid, .fa-kit-medical {
	--fa: "";
}

.fa-person-through-window {
	--fa: "";
}

.fa-toolbox {
	--fa: "";
}

.fa-hands-holding-circle {
	--fa: "";
}

.fa-bug {
	--fa: "";
}

.fa-credit-card, .fa-credit-card-alt {
	--fa: "";
}

.fa-automobile, .fa-car {
	--fa: "";
}

.fa-hand-holding-hand {
	--fa: "";
}

.fa-book-open-reader, .fa-book-reader {
	--fa: "";
}

.fa-mountain-sun {
	--fa: "";
}

.fa-arrows-left-right-to-line {
	--fa: "";
}

.fa-dice-d20 {
	--fa: "";
}

.fa-truck-droplet {
	--fa: "";
}

.fa-file-circle-xmark {
	--fa: "";
}

.fa-temperature-arrow-up, .fa-temperature-up {
	--fa: "";
}

.fa-medal {
	--fa: "";
}

.fa-bed {
	--fa: "";
}

.fa-h-square, .fa-square-h {
	--fa: "";
}

.fa-podcast {
	--fa: "";
}

.fa-temperature-4, .fa-temperature-full, .fa-thermometer-4, .fa-thermometer-full {
	--fa: "";
}

.fa-bell {
	--fa: "";
}

.fa-superscript {
	--fa: "";
}

.fa-plug-circle-xmark {
	--fa: "";
}

.fa-star-of-life {
	--fa: "";
}

.fa-phone-slash {
	--fa: "";
}

.fa-paint-roller {
	--fa: "";
}

.fa-hands-helping, .fa-handshake-angle {
	--fa: "";
}

.fa-location-dot, .fa-map-marker-alt {
	--fa: "";
}

.fa-file {
	--fa: "";
}

.fa-greater-than {
	--fa: ">";
}

.fa-person-swimming, .fa-swimmer {
	--fa: "";
}

.fa-arrow-down {
	--fa: "";
}

.fa-droplet, .fa-tint {
	--fa: "";
}

.fa-eraser {
	--fa: "";
}

.fa-earth, .fa-earth-america, .fa-earth-americas, .fa-globe-americas {
	--fa: "";
}

.fa-person-burst {
	--fa: "";
}

.fa-dove {
	--fa: "";
}

.fa-battery-0, .fa-battery-empty {
	--fa: "";
}

.fa-socks {
	--fa: "";
}

.fa-inbox {
	--fa: "";
}

.fa-section {
	--fa: "";
}

.fa-gauge-high, .fa-tachometer-alt, .fa-tachometer-alt-fast {
	--fa: "";
}

.fa-envelope-open-text {
	--fa: "";
}

.fa-hospital, .fa-hospital-alt, .fa-hospital-wide {
	--fa: "";
}

.fa-wine-bottle {
	--fa: "";
}

.fa-chess-rook {
	--fa: "";
}

.fa-bars-staggered, .fa-reorder, .fa-stream {
	--fa: "";
}

.fa-dharmachakra {
	--fa: "";
}

.fa-hotdog {
	--fa: "";
}

.fa-blind, .fa-person-walking-with-cane {
	--fa: "";
}

.fa-drum {
	--fa: "";
}

.fa-ice-cream {
	--fa: "";
}

.fa-heart-circle-bolt {
	--fa: "";
}

.fa-fax {
	--fa: "";
}

.fa-paragraph {
	--fa: "";
}

.fa-check-to-slot, .fa-vote-yea {
	--fa: "";
}

.fa-star-half {
	--fa: "";
}

.fa-boxes, .fa-boxes-alt, .fa-boxes-stacked {
	--fa: "";
}

.fa-chain, .fa-link {
	--fa: "";
}

.fa-assistive-listening-systems, .fa-ear-listen {
	--fa: "";
}

.fa-tree-city {
	--fa: "";
}

.fa-play {
	--fa: "";
}

.fa-font {
	--fa: "";
}

.fa-table-cells-row-lock {
	--fa: "";
}

.fa-rupiah-sign {
	--fa: "";
}

.fa-magnifying-glass, .fa-search {
	--fa: "";
}

.fa-ping-pong-paddle-ball, .fa-table-tennis, .fa-table-tennis-paddle-ball {
	--fa: "";
}

.fa-diagnoses, .fa-person-dots-from-line {
	--fa: "";
}

.fa-trash-can-arrow-up, .fa-trash-restore-alt {
	--fa: "";
}

.fa-naira-sign {
	--fa: "";
}

.fa-cart-arrow-down {
	--fa: "";
}

.fa-walkie-talkie {
	--fa: "";
}

.fa-file-edit, .fa-file-pen {
	--fa: "";
}

.fa-receipt {
	--fa: "";
}

.fa-pen-square, .fa-pencil-square, .fa-square-pen {
	--fa: "";
}

.fa-suitcase-rolling {
	--fa: "";
}

.fa-person-circle-exclamation {
	--fa: "";
}

.fa-chevron-down {
	--fa: "";
}

.fa-battery, .fa-battery-5, .fa-battery-full {
	--fa: "";
}

.fa-skull-crossbones {
	--fa: "";
}

.fa-code-compare {
	--fa: "";
}

.fa-list-dots, .fa-list-ul {
	--fa: "";
}

.fa-school-lock {
	--fa: "";
}

.fa-tower-cell {
	--fa: "";
}

.fa-down-long, .fa-long-arrow-alt-down {
	--fa: "";
}

.fa-ranking-star {
	--fa: "";
}

.fa-chess-king {
	--fa: "";
}

.fa-person-harassing {
	--fa: "";
}

.fa-brazilian-real-sign {
	--fa: "";
}

.fa-landmark-alt, .fa-landmark-dome {
	--fa: "";
}

.fa-arrow-up {
	--fa: "";
}

.fa-television, .fa-tv, .fa-tv-alt {
	--fa: "";
}

.fa-shrimp {
	--fa: "";
}

.fa-list-check, .fa-tasks {
	--fa: "";
}

.fa-jug-detergent {
	--fa: "";
}

.fa-circle-user, .fa-user-circle {
	--fa: "";
}

.fa-user-shield {
	--fa: "";
}

.fa-wind {
	--fa: "";
}

.fa-car-burst, .fa-car-crash {
	--fa: "";
}

.fa-y {
	--fa: "Y";
}

.fa-person-snowboarding, .fa-snowboarding {
	--fa: "";
}

.fa-shipping-fast, .fa-truck-fast {
	--fa: "";
}

.fa-fish {
	--fa: "";
}

.fa-user-graduate {
	--fa: "";
}

.fa-adjust, .fa-circle-half-stroke {
	--fa: "";
}

.fa-clapperboard {
	--fa: "";
}

.fa-circle-radiation, .fa-radiation-alt {
	--fa: "";
}

.fa-baseball, .fa-baseball-ball {
	--fa: "";
}

.fa-jet-fighter-up {
	--fa: "";
}

.fa-diagram-project, .fa-project-diagram {
	--fa: "";
}

.fa-copy {
	--fa: "";
}

.fa-volume-mute, .fa-volume-times, .fa-volume-xmark {
	--fa: "";
}

.fa-hand-sparkles {
	--fa: "";
}

.fa-grip, .fa-grip-horizontal {
	--fa: "";
}

.fa-share-from-square, .fa-share-square {
	--fa: "";
}

.fa-child-combatant, .fa-child-rifle {
	--fa: "";
}

.fa-gun {
	--fa: "";
}

.fa-phone-square, .fa-square-phone {
	--fa: "";
}

.fa-add, .fa-plus {
	--fa: "+";
}

.fa-expand {
	--fa: "";
}

.fa-computer {
	--fa: "";
}

.fa-close, .fa-multiply, .fa-remove, .fa-times, .fa-xmark {
	--fa: "";
}

.fa-arrows, .fa-arrows-up-down-left-right {
	--fa: "";
}

.fa-chalkboard-teacher, .fa-chalkboard-user {
	--fa: "";
}

.fa-peso-sign {
	--fa: "";
}

.fa-building-shield {
	--fa: "";
}

.fa-baby {
	--fa: "";
}

.fa-users-line {
	--fa: "";
}

.fa-quote-left, .fa-quote-left-alt {
	--fa: "";
}

.fa-tractor {
	--fa: "";
}

.fa-trash-arrow-up, .fa-trash-restore {
	--fa: "";
}

.fa-arrow-down-up-lock {
	--fa: "";
}

.fa-lines-leaning {
	--fa: "";
}

.fa-ruler-combined {
	--fa: "";
}

.fa-copyright {
	--fa: "";
}

.fa-equals {
	--fa: "=";
}

.fa-blender {
	--fa: "";
}

.fa-teeth {
	--fa: "";
}

.fa-ils, .fa-shekel, .fa-shekel-sign, .fa-sheqel, .fa-sheqel-sign {
	--fa: "";
}

.fa-map {
	--fa: "";
}

.fa-rocket {
	--fa: "";
}

.fa-photo-film, .fa-photo-video {
	--fa: "";
}

.fa-folder-minus {
	--fa: "";
}

.fa-hexagon-nodes-bolt {
	--fa: "";
}

.fa-store {
	--fa: "";
}

.fa-arrow-trend-up {
	--fa: "";
}

.fa-plug-circle-minus {
	--fa: "";
}

.fa-sign, .fa-sign-hanging {
	--fa: "";
}

.fa-bezier-curve {
	--fa: "";
}

.fa-bell-slash {
	--fa: "";
}

.fa-tablet, .fa-tablet-android {
	--fa: "";
}

.fa-school-flag {
	--fa: "";
}

.fa-fill {
	--fa: "";
}

.fa-angle-up {
	--fa: "";
}

.fa-drumstick-bite {
	--fa: "";
}

.fa-holly-berry {
	--fa: "";
}

.fa-chevron-left {
	--fa: "";
}

.fa-bacteria {
	--fa: "";
}

.fa-hand-lizard {
	--fa: "";
}

.fa-notdef {
	--fa: "";
}

.fa-disease {
	--fa: "";
}

.fa-briefcase-medical {
	--fa: "";
}

.fa-genderless {
	--fa: "";
}

.fa-chevron-right {
	--fa: "";
}

.fa-retweet {
	--fa: "";
}

.fa-car-alt, .fa-car-rear {
	--fa: "";
}

.fa-pump-soap {
	--fa: "";
}

.fa-video-slash {
	--fa: "";
}

.fa-battery-2, .fa-battery-quarter {
	--fa: "";
}

.fa-radio {
	--fa: "";
}

.fa-baby-carriage, .fa-carriage-baby {
	--fa: "";
}

.fa-traffic-light {
	--fa: "";
}

.fa-thermometer {
	--fa: "";
}

.fa-vr-cardboard {
	--fa: "";
}

.fa-hand-middle-finger {
	--fa: "";
}

.fa-percent, .fa-percentage {
	--fa: "%";
}

.fa-truck-moving {
	--fa: "";
}

.fa-glass-water-droplet {
	--fa: "";
}

.fa-display {
	--fa: "";
}

.fa-face-smile, .fa-smile {
	--fa: "";
}

.fa-thumb-tack, .fa-thumbtack {
	--fa: "";
}

.fa-trophy {
	--fa: "";
}

.fa-person-praying, .fa-pray {
	--fa: "";
}

.fa-hammer {
	--fa: "";
}

.fa-hand-peace {
	--fa: "";
}

.fa-rotate, .fa-sync-alt {
	--fa: "";
}

.fa-spinner {
	--fa: "";
}

.fa-robot {
	--fa: "";
}

.fa-peace {
	--fa: "";
}

.fa-cogs, .fa-gears {
	--fa: "";
}

.fa-warehouse {
	--fa: "";
}

.fa-arrow-up-right-dots {
	--fa: "";
}

.fa-splotch {
	--fa: "";
}

.fa-face-grin-hearts, .fa-grin-hearts {
	--fa: "";
}

.fa-dice-four {
	--fa: "";
}

.fa-sim-card {
	--fa: "";
}

.fa-transgender, .fa-transgender-alt {
	--fa: "";
}

.fa-mercury {
	--fa: "";
}

.fa-arrow-turn-down, .fa-level-down {
	--fa: "";
}

.fa-person-falling-burst {
	--fa: "";
}

.fa-award {
	--fa: "";
}

.fa-ticket-alt, .fa-ticket-simple {
	--fa: "";
}

.fa-building {
	--fa: "";
}

.fa-angle-double-left, .fa-angles-left {
	--fa: "";
}

.fa-qrcode {
	--fa: "";
}

.fa-clock-rotate-left, .fa-history {
	--fa: "";
}

.fa-face-grin-beam-sweat, .fa-grin-beam-sweat {
	--fa: "";
}

.fa-arrow-right-from-file, .fa-file-export {
	--fa: "";
}

.fa-shield, .fa-shield-blank {
	--fa: "";
}

.fa-arrow-up-short-wide, .fa-sort-amount-up-alt {
	--fa: "";
}

.fa-comment-nodes {
	--fa: "";
}

.fa-house-medical {
	--fa: "";
}

.fa-golf-ball, .fa-golf-ball-tee {
	--fa: "";
}

.fa-chevron-circle-left, .fa-circle-chevron-left {
	--fa: "";
}

.fa-house-chimney-window {
	--fa: "";
}

.fa-pen-nib {
	--fa: "";
}

.fa-tent-arrow-turn-left {
	--fa: "";
}

.fa-tents {
	--fa: "";
}

.fa-magic, .fa-wand-magic {
	--fa: "";
}

.fa-dog {
	--fa: "";
}

.fa-carrot {
	--fa: "";
}

.fa-moon {
	--fa: "";
}

.fa-wine-glass-alt, .fa-wine-glass-empty {
	--fa: "";
}

.fa-cheese {
	--fa: "";
}

.fa-yin-yang {
	--fa: "";
}

.fa-music {
	--fa: "";
}

.fa-code-commit {
	--fa: "";
}

.fa-temperature-low {
	--fa: "";
}

.fa-biking, .fa-person-biking {
	--fa: "";
}

.fa-broom {
	--fa: "";
}

.fa-shield-heart {
	--fa: "";
}

.fa-gopuram {
	--fa: "";
}

.fa-earth-oceania, .fa-globe-oceania {
	--fa: "";
}

.fa-square-xmark, .fa-times-square, .fa-xmark-square {
	--fa: "";
}

.fa-hashtag {
	--fa: "#";
}

.fa-expand-alt, .fa-up-right-and-down-left-from-center {
	--fa: "";
}

.fa-oil-can {
	--fa: "";
}

.fa-t {
	--fa: "T";
}

.fa-hippo {
	--fa: "";
}

.fa-chart-column {
	--fa: "";
}

.fa-infinity {
	--fa: "";
}

.fa-vial-circle-check {
	--fa: "";
}

.fa-person-arrow-down-to-line {
	--fa: "";
}

.fa-voicemail {
	--fa: "";
}

.fa-fan {
	--fa: "";
}

.fa-person-walking-luggage {
	--fa: "";
}

.fa-arrows-alt-v, .fa-up-down {
	--fa: "";
}

.fa-cloud-moon-rain {
	--fa: "";
}

.fa-calendar {
	--fa: "";
}

.fa-trailer {
	--fa: "";
}

.fa-bahai, .fa-haykal {
	--fa: "";
}

.fa-sd-card {
	--fa: "";
}

.fa-dragon {
	--fa: "";
}

.fa-shoe-prints {
	--fa: "";
}

.fa-circle-plus, .fa-plus-circle {
	--fa: "";
}

.fa-face-grin-tongue-wink, .fa-grin-tongue-wink {
	--fa: "";
}

.fa-hand-holding {
	--fa: "";
}

.fa-plug-circle-exclamation {
	--fa: "";
}

.fa-chain-broken, .fa-chain-slash, .fa-link-slash, .fa-unlink {
	--fa: "";
}

.fa-clone {
	--fa: "";
}

.fa-person-walking-arrow-loop-left {
	--fa: "";
}

.fa-arrow-up-z-a, .fa-sort-alpha-up-alt {
	--fa: "";
}

.fa-fire-alt, .fa-fire-flame-curved {
	--fa: "";
}

.fa-tornado {
	--fa: "";
}

.fa-file-circle-plus {
	--fa: "";
}

.fa-book-quran, .fa-quran {
	--fa: "";
}

.fa-anchor {
	--fa: "";
}

.fa-border-all {
	--fa: "";
}

.fa-angry, .fa-face-angry {
	--fa: "";
}

.fa-cookie-bite {
	--fa: "";
}

.fa-arrow-trend-down {
	--fa: "";
}

.fa-feed, .fa-rss {
	--fa: "";
}

.fa-draw-polygon {
	--fa: "";
}

.fa-balance-scale, .fa-scale-balanced {
	--fa: "";
}

.fa-gauge-simple-high, .fa-tachometer, .fa-tachometer-fast {
	--fa: "";
}

.fa-shower {
	--fa: "";
}

.fa-desktop, .fa-desktop-alt {
	--fa: "";
}

.fa-m {
	--fa: "M";
}

.fa-table-list, .fa-th-list {
	--fa: "";
}

.fa-comment-sms, .fa-sms {
	--fa: "";
}

.fa-book {
	--fa: "";
}

.fa-user-plus {
	--fa: "";
}

.fa-check {
	--fa: "";
}

.fa-battery-4, .fa-battery-three-quarters {
	--fa: "";
}

.fa-house-circle-check {
	--fa: "";
}

.fa-angle-left {
	--fa: "";
}

.fa-diagram-successor {
	--fa: "";
}

.fa-truck-arrow-right {
	--fa: "";
}

.fa-arrows-split-up-and-left {
	--fa: "";
}

.fa-fist-raised, .fa-hand-fist {
	--fa: "";
}

.fa-cloud-moon {
	--fa: "";
}

.fa-briefcase {
	--fa: "";
}

.fa-person-falling {
	--fa: "";
}

.fa-image-portrait, .fa-portrait {
	--fa: "";
}

.fa-user-tag {
	--fa: "";
}

.fa-rug {
	--fa: "";
}

.fa-earth-europe, .fa-globe-europe {
	--fa: "";
}

.fa-cart-flatbed-suitcase, .fa-luggage-cart {
	--fa: "";
}

.fa-rectangle-times, .fa-rectangle-xmark, .fa-times-rectangle, .fa-window-close {
	--fa: "";
}

.fa-baht-sign {
	--fa: "";
}

.fa-book-open {
	--fa: "";
}

.fa-book-journal-whills, .fa-journal-whills {
	--fa: "";
}

.fa-handcuffs {
	--fa: "";
}

.fa-exclamation-triangle, .fa-triangle-exclamation, .fa-warning {
	--fa: "";
}

.fa-database {
	--fa: "";
}

.fa-mail-forward, .fa-share {
	--fa: "";
}

.fa-bottle-droplet {
	--fa: "";
}

.fa-mask-face {
	--fa: "";
}

.fa-hill-rockslide {
	--fa: "";
}

.fa-exchange-alt, .fa-right-left {
	--fa: "";
}

.fa-paper-plane {
	--fa: "";
}

.fa-road-circle-exclamation {
	--fa: "";
}

.fa-dungeon {
	--fa: "";
}

.fa-align-right {
	--fa: "";
}

.fa-money-bill-1-wave, .fa-money-bill-wave-alt {
	--fa: "";
}

.fa-life-ring {
	--fa: "";
}

.fa-hands, .fa-sign-language, .fa-signing {
	--fa: "";
}

.fa-calendar-day {
	--fa: "";
}

.fa-ladder-water, .fa-swimming-pool, .fa-water-ladder {
	--fa: "";
}

.fa-arrows-up-down, .fa-arrows-v {
	--fa: "";
}

.fa-face-grimace, .fa-grimace {
	--fa: "";
}

.fa-wheelchair-alt, .fa-wheelchair-move {
	--fa: "";
}

.fa-level-down-alt, .fa-turn-down {
	--fa: "";
}

.fa-person-walking-arrow-right {
	--fa: "";
}

.fa-envelope-square, .fa-square-envelope {
	--fa: "";
}

.fa-dice {
	--fa: "";
}

.fa-bowling-ball {
	--fa: "";
}

.fa-brain {
	--fa: "";
}

.fa-band-aid, .fa-bandage {
	--fa: "";
}

.fa-calendar-minus {
	--fa: "";
}

.fa-circle-xmark, .fa-times-circle, .fa-xmark-circle {
	--fa: "";
}

.fa-gifts {
	--fa: "";
}

.fa-hotel {
	--fa: "";
}

.fa-earth-asia, .fa-globe-asia {
	--fa: "";
}

.fa-id-card-alt, .fa-id-card-clip {
	--fa: "";
}

.fa-magnifying-glass-plus, .fa-search-plus {
	--fa: "";
}

.fa-thumbs-up {
	--fa: "";
}

.fa-user-clock {
	--fa: "";
}

.fa-allergies, .fa-hand-dots {
	--fa: "";
}

.fa-file-invoice {
	--fa: "";
}

.fa-window-minimize {
	--fa: "";
}

.fa-coffee, .fa-mug-saucer {
	--fa: "";
}

.fa-brush {
	--fa: "";
}

.fa-file-half-dashed {
	--fa: "";
}

.fa-mask {
	--fa: "";
}

.fa-magnifying-glass-minus, .fa-search-minus {
	--fa: "";
}

.fa-ruler-vertical {
	--fa: "";
}

.fa-user-alt, .fa-user-large {
	--fa: "";
}

.fa-train-tram {
	--fa: "";
}

.fa-user-nurse {
	--fa: "";
}

.fa-syringe {
	--fa: "";
}

.fa-cloud-sun {
	--fa: "";
}

.fa-stopwatch-20 {
	--fa: "";
}

.fa-square-full {
	--fa: "";
}

.fa-magnet {
	--fa: "";
}

.fa-jar {
	--fa: "";
}

.fa-note-sticky, .fa-sticky-note {
	--fa: "";
}

.fa-bug-slash {
	--fa: "";
}

.fa-arrow-up-from-water-pump {
	--fa: "";
}

.fa-bone {
	--fa: "";
}

.fa-table-cells-row-unlock {
	--fa: "";
}

.fa-user-injured {
	--fa: "";
}

.fa-face-sad-tear, .fa-sad-tear {
	--fa: "";
}

.fa-plane {
	--fa: "";
}

.fa-tent-arrows-down {
	--fa: "";
}

.fa-exclamation {
	--fa: "!";
}

.fa-arrows-spin {
	--fa: "";
}

.fa-print {
	--fa: "";
}

.fa-try, .fa-turkish-lira, .fa-turkish-lira-sign {
	--fa: "";
}

.fa-dollar, .fa-dollar-sign, .fa-usd {
	--fa: "$";
}

.fa-x {
	--fa: "X";
}

.fa-magnifying-glass-dollar, .fa-search-dollar {
	--fa: "";
}

.fa-users-cog, .fa-users-gear {
	--fa: "";
}

.fa-person-military-pointing {
	--fa: "";
}

.fa-bank, .fa-building-columns, .fa-institution, .fa-museum, .fa-university {
	--fa: "";
}

.fa-umbrella {
	--fa: "";
}

.fa-trowel {
	--fa: "";
}

.fa-d {
	--fa: "D";
}

.fa-stapler {
	--fa: "";
}

.fa-masks-theater, .fa-theater-masks {
	--fa: "";
}

.fa-kip-sign {
	--fa: "";
}

.fa-hand-point-left {
	--fa: "";
}

.fa-handshake-alt, .fa-handshake-simple {
	--fa: "";
}

.fa-fighter-jet, .fa-jet-fighter {
	--fa: "";
}

.fa-share-alt-square, .fa-square-share-nodes {
	--fa: "";
}

.fa-barcode {
	--fa: "";
}

.fa-plus-minus {
	--fa: "";
}

.fa-video, .fa-video-camera {
	--fa: "";
}

.fa-graduation-cap, .fa-mortar-board {
	--fa: "";
}

.fa-hand-holding-medical {
	--fa: "";
}

.fa-person-circle-check {
	--fa: "";
}

.fa-level-up-alt, .fa-turn-up {
	--fa: "";
}

.fa-sr-only, .fa-sr-only-focusable:not(:focus), .sr-only, .sr-only-focusable:not(:focus) {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}

:host, :root {
	--fa-style-family-brands: "Font Awesome 6 Brands";
	--fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

.fa-brands, .fab {
	font-weight: 400;
}

.fa-monero {
	--fa: "";
}

.fa-hooli {
	--fa: "";
}

.fa-yelp {
	--fa: "";
}

.fa-cc-visa {
	--fa: "";
}

.fa-lastfm {
	--fa: "";
}

.fa-shopware {
	--fa: "";
}

.fa-creative-commons-nc {
	--fa: "";
}

.fa-aws {
	--fa: "";
}

.fa-redhat {
	--fa: "";
}

.fa-yoast {
	--fa: "";
}

.fa-cloudflare {
	--fa: "";
}

.fa-ups {
	--fa: "";
}

.fa-pixiv {
	--fa: "";
}

.fa-wpexplorer {
	--fa: "";
}

.fa-dyalog {
	--fa: "";
}

.fa-bity {
	--fa: "";
}

.fa-stackpath {
	--fa: "";
}

.fa-buysellads {
	--fa: "";
}

.fa-first-order {
	--fa: "";
}

.fa-modx {
	--fa: "";
}

.fa-guilded {
	--fa: "";
}

.fa-vnv {
	--fa: "";
}

.fa-js-square, .fa-square-js {
	--fa: "";
}

.fa-microsoft {
	--fa: "";
}

.fa-qq {
	--fa: "";
}

.fa-orcid {
	--fa: "";
}

.fa-java {
	--fa: "";
}

.fa-invision {
	--fa: "";
}

.fa-creative-commons-pd-alt {
	--fa: "";
}

.fa-centercode {
	--fa: "";
}

.fa-glide-g {
	--fa: "";
}

.fa-drupal {
	--fa: "";
}

.fa-jxl {
	--fa: "";
}

.fa-dart-lang {
	--fa: "";
}

.fa-hire-a-helper {
	--fa: "";
}

.fa-creative-commons-by {
	--fa: "";
}

.fa-unity {
	--fa: "";
}

.fa-whmcs {
	--fa: "";
}

.fa-rocketchat {
	--fa: "";
}

.fa-vk {
	--fa: "";
}

.fa-untappd {
	--fa: "";
}

.fa-mailchimp {
	--fa: "";
}

.fa-css3-alt {
	--fa: "";
}

.fa-reddit-square, .fa-square-reddit {
	--fa: "";
}

.fa-vimeo-v {
	--fa: "";
}

.fa-contao {
	--fa: "";
}

.fa-square-font-awesome {
	--fa: "";
}

.fa-deskpro {
	--fa: "";
}

.fa-brave {
	--fa: "";
}

.fa-sistrix {
	--fa: "";
}

.fa-instagram-square, .fa-square-instagram {
	--fa: "";
}

.fa-battle-net {
	--fa: "";
}

.fa-the-red-yeti {
	--fa: "";
}

.fa-hacker-news-square, .fa-square-hacker-news {
	--fa: "";
}

.fa-edge {
	--fa: "";
}

.fa-threads {
	--fa: "";
}

.fa-napster {
	--fa: "";
}

.fa-snapchat-square, .fa-square-snapchat {
	--fa: "";
}

.fa-google-plus-g {
	--fa: "";
}

.fa-artstation {
	--fa: "";
}

.fa-markdown {
	--fa: "";
}

.fa-sourcetree {
	--fa: "";
}

.fa-google-plus {
	--fa: "";
}

.fa-diaspora {
	--fa: "";
}

.fa-foursquare {
	--fa: "";
}

.fa-stack-overflow {
	--fa: "";
}

.fa-github-alt {
	--fa: "";
}

.fa-phoenix-squadron {
	--fa: "";
}

.fa-pagelines {
	--fa: "";
}

.fa-algolia {
	--fa: "";
}

.fa-red-river {
	--fa: "";
}

.fa-creative-commons-sa {
	--fa: "";
}

.fa-safari {
	--fa: "";
}

.fa-google {
	--fa: "";
}

.fa-font-awesome-alt, .fa-square-font-awesome-stroke {
	--fa: "";
}

.fa-atlassian {
	--fa: "";
}

.fa-linkedin-in {
	--fa: "";
}

.fa-digital-ocean {
	--fa: "";
}

.fa-nimblr {
	--fa: "";
}

.fa-chromecast {
	--fa: "";
}

.fa-evernote {
	--fa: "";
}

.fa-hacker-news {
	--fa: "";
}

.fa-creative-commons-sampling {
	--fa: "";
}

.fa-adversal {
	--fa: "";
}

.fa-creative-commons {
	--fa: "";
}

.fa-watchman-monitoring {
	--fa: "";
}

.fa-fonticons {
	--fa: "";
}

.fa-weixin {
	--fa: "";
}

.fa-shirtsinbulk {
	--fa: "";
}

.fa-codepen {
	--fa: "";
}

.fa-git-alt {
	--fa: "";
}

.fa-lyft {
	--fa: "";
}

.fa-rev {
	--fa: "";
}

.fa-windows {
	--fa: "";
}

.fa-wizards-of-the-coast {
	--fa: "";
}

.fa-square-viadeo, .fa-viadeo-square {
	--fa: "";
}

.fa-meetup {
	--fa: "";
}

.fa-centos {
	--fa: "";
}

.fa-adn {
	--fa: "";
}

.fa-cloudsmith {
	--fa: "";
}

.fa-opensuse {
	--fa: "";
}

.fa-pied-piper-alt {
	--fa: "";
}

.fa-dribbble-square, .fa-square-dribbble {
	--fa: "";
}

.fa-codiepie {
	--fa: "";
}

.fa-node {
	--fa: "";
}

.fa-mix {
	--fa: "";
}

.fa-steam {
	--fa: "";
}

.fa-cc-apple-pay {
	--fa: "";
}

.fa-scribd {
	--fa: "";
}

.fa-debian {
	--fa: "";
}

.fa-openid {
	--fa: "";
}

.fa-instalod {
	--fa: "";
}

.fa-files-pinwheel {
	--fa: "";
}

.fa-expeditedssl {
	--fa: "";
}

.fa-sellcast {
	--fa: "";
}

.fa-square-twitter, .fa-twitter-square {
	--fa: "";
}

.fa-r-project {
	--fa: "";
}

.fa-delicious {
	--fa: "";
}

.fa-freebsd {
	--fa: "";
}

.fa-vuejs {
	--fa: "";
}

.fa-accusoft {
	--fa: "";
}

.fa-ioxhost {
	--fa: "";
}

.fa-fonticons-fi {
	--fa: "";
}

.fa-app-store {
	--fa: "";
}

.fa-cc-mastercard {
	--fa: "";
}

.fa-itunes-note {
	--fa: "";
}

.fa-golang {
	--fa: "";
}

.fa-kickstarter, .fa-square-kickstarter {
	--fa: "";
}

.fa-grav {
	--fa: "";
}

.fa-weibo {
	--fa: "";
}

.fa-uncharted {
	--fa: "";
}

.fa-firstdraft {
	--fa: "";
}

.fa-square-youtube, .fa-youtube-square {
	--fa: "";
}

.fa-wikipedia-w {
	--fa: "";
}

.fa-rendact, .fa-wpressr {
	--fa: "";
}

.fa-angellist {
	--fa: "";
}

.fa-galactic-republic {
	--fa: "";
}

.fa-nfc-directional {
	--fa: "";
}

.fa-skype {
	--fa: "";
}

.fa-joget {
	--fa: "";
}

.fa-fedora {
	--fa: "";
}

.fa-stripe-s {
	--fa: "";
}

.fa-meta {
	--fa: "";
}

.fa-laravel {
	--fa: "";
}

.fa-hotjar {
	--fa: "";
}

.fa-bluetooth-b {
	--fa: "";
}

.fa-square-letterboxd {
	--fa: "";
}

.fa-sticker-mule {
	--fa: "";
}

.fa-creative-commons-zero {
	--fa: "";
}

.fa-hips {
	--fa: "";
}

.fa-css {
	--fa: "";
}

.fa-behance {
	--fa: "";
}

.fa-reddit {
	--fa: "";
}

.fa-discord {
	--fa: "";
}

.fa-chrome {
	--fa: "";
}

.fa-app-store-ios {
	--fa: "";
}

.fa-cc-discover {
	--fa: "";
}

.fa-wpbeginner {
	--fa: "";
}

.fa-confluence {
	--fa: "";
}

.fa-shoelace {
	--fa: "";
}

.fa-mdb {
	--fa: "";
}

.fa-dochub {
	--fa: "";
}

.fa-accessible-icon {
	--fa: "";
}

.fa-ebay {
	--fa: "";
}

.fa-amazon {
	--fa: "";
}

.fa-unsplash {
	--fa: "";
}

.fa-yarn {
	--fa: "";
}

.fa-square-steam, .fa-steam-square {
	--fa: "";
}

.fa-500px {
	--fa: "";
}

.fa-square-vimeo, .fa-vimeo-square {
	--fa: "";
}

.fa-asymmetrik {
	--fa: "";
}

.fa-font-awesome, .fa-font-awesome-flag, .fa-font-awesome-logo-full {
	--fa: "";
}

.fa-gratipay {
	--fa: "";
}

.fa-apple {
	--fa: "";
}

.fa-hive {
	--fa: "";
}

.fa-gitkraken {
	--fa: "";
}

.fa-keybase {
	--fa: "";
}

.fa-apple-pay {
	--fa: "";
}

.fa-padlet {
	--fa: "";
}

.fa-amazon-pay {
	--fa: "";
}

.fa-github-square, .fa-square-github {
	--fa: "";
}

.fa-stumbleupon {
	--fa: "";
}

.fa-fedex {
	--fa: "";
}

.fa-phoenix-framework {
	--fa: "";
}

.fa-shopify {
	--fa: "";
}

.fa-neos {
	--fa: "";
}

.fa-square-threads {
	--fa: "";
}

.fa-hackerrank {
	--fa: "";
}

.fa-researchgate {
	--fa: "";
}

.fa-swift {
	--fa: "";
}

.fa-angular {
	--fa: "";
}

.fa-speakap {
	--fa: "";
}

.fa-angrycreative {
	--fa: "";
}

.fa-y-combinator {
	--fa: "";
}

.fa-empire {
	--fa: "";
}

.fa-envira {
	--fa: "";
}

.fa-google-scholar {
	--fa: "";
}

.fa-gitlab-square, .fa-square-gitlab {
	--fa: "";
}

.fa-studiovinari {
	--fa: "";
}

.fa-pied-piper {
	--fa: "";
}

.fa-wordpress {
	--fa: "";
}

.fa-product-hunt {
	--fa: "";
}

.fa-firefox {
	--fa: "";
}

.fa-linode {
	--fa: "";
}

.fa-goodreads {
	--fa: "";
}

.fa-odnoklassniki-square, .fa-square-odnoklassniki {
	--fa: "";
}

.fa-jsfiddle {
	--fa: "";
}

.fa-sith {
	--fa: "";
}

.fa-themeisle {
	--fa: "";
}

.fa-page4 {
	--fa: "";
}

.fa-hashnode {
	--fa: "";
}

.fa-react {
	--fa: "";
}

.fa-cc-paypal {
	--fa: "";
}

.fa-squarespace {
	--fa: "";
}

.fa-cc-stripe {
	--fa: "";
}

.fa-creative-commons-share {
	--fa: "";
}

.fa-bitcoin {
	--fa: "";
}

.fa-keycdn {
	--fa: "";
}

.fa-opera {
	--fa: "";
}

.fa-itch-io {
	--fa: "";
}

.fa-umbraco {
	--fa: "";
}

.fa-galactic-senate {
	--fa: "";
}

.fa-ubuntu {
	--fa: "";
}

.fa-draft2digital {
	--fa: "";
}

.fa-stripe {
	--fa: "";
}

.fa-houzz {
	--fa: "";
}

.fa-gg {
	--fa: "";
}

.fa-dhl {
	--fa: "";
}

.fa-pinterest-square, .fa-square-pinterest {
	--fa: "";
}

.fa-xing {
	--fa: "";
}

.fa-blackberry {
	--fa: "";
}

.fa-creative-commons-pd {
	--fa: "";
}

.fa-playstation {
	--fa: "";
}

.fa-quinscape {
	--fa: "";
}

.fa-less {
	--fa: "";
}

.fa-blogger-b {
	--fa: "";
}

.fa-opencart {
	--fa: "";
}

.fa-vine {
	--fa: "";
}

.fa-signal-messenger {
	--fa: "";
}

.fa-paypal {
	--fa: "";
}

.fa-gitlab {
	--fa: "";
}

.fa-typo3 {
	--fa: "";
}

.fa-reddit-alien {
	--fa: "";
}

.fa-yahoo {
	--fa: "";
}

.fa-dailymotion {
	--fa: "";
}

.fa-affiliatetheme {
	--fa: "";
}

.fa-pied-piper-pp {
	--fa: "";
}

.fa-bootstrap {
	--fa: "";
}

.fa-odnoklassniki {
	--fa: "";
}

.fa-nfc-symbol {
	--fa: "";
}

.fa-mintbit {
	--fa: "";
}

.fa-ethereum {
	--fa: "";
}

.fa-speaker-deck {
	--fa: "";
}

.fa-creative-commons-nc-eu {
	--fa: "";
}

.fa-patreon {
	--fa: "";
}

.fa-avianex {
	--fa: "";
}

.fa-ello {
	--fa: "";
}

.fa-gofore {
	--fa: "";
}

.fa-bimobject {
	--fa: "";
}

.fa-brave-reverse {
	--fa: "";
}

.fa-facebook-f {
	--fa: "";
}

.fa-google-plus-square, .fa-square-google-plus {
	--fa: "";
}

.fa-web-awesome {
	--fa: "";
}

.fa-mandalorian {
	--fa: "";
}

.fa-first-order-alt {
	--fa: "";
}

.fa-osi {
	--fa: "";
}

.fa-google-wallet {
	--fa: "";
}

.fa-d-and-d-beyond {
	--fa: "";
}

.fa-periscope {
	--fa: "";
}

.fa-fulcrum {
	--fa: "";
}

.fa-cloudscale {
	--fa: "";
}

.fa-forumbee {
	--fa: "";
}

.fa-mizuni {
	--fa: "";
}

.fa-schlix {
	--fa: "";
}

.fa-square-xing, .fa-xing-square {
	--fa: "";
}

.fa-bandcamp {
	--fa: "";
}

.fa-wpforms {
	--fa: "";
}

.fa-cloudversify {
	--fa: "";
}

.fa-usps {
	--fa: "";
}

.fa-megaport {
	--fa: "";
}

.fa-magento {
	--fa: "";
}

.fa-spotify {
	--fa: "";
}

.fa-optin-monster {
	--fa: "";
}

.fa-fly {
	--fa: "";
}

.fa-square-bluesky {
	--fa: "";
}

.fa-aviato {
	--fa: "";
}

.fa-itunes {
	--fa: "";
}

.fa-cuttlefish {
	--fa: "";
}

.fa-blogger {
	--fa: "";
}

.fa-flickr {
	--fa: "";
}

.fa-viber {
	--fa: "";
}

.fa-soundcloud {
	--fa: "";
}

.fa-digg {
	--fa: "";
}

.fa-tencent-weibo {
	--fa: "";
}

.fa-letterboxd {
	--fa: "";
}

.fa-symfony {
	--fa: "";
}

.fa-maxcdn {
	--fa: "";
}

.fa-etsy {
	--fa: "";
}

.fa-facebook-messenger {
	--fa: "";
}

.fa-audible {
	--fa: "";
}

.fa-think-peaks {
	--fa: "";
}

.fa-bilibili {
	--fa: "";
}

.fa-erlang {
	--fa: "";
}

.fa-x-twitter {
	--fa: "";
}

.fa-cotton-bureau {
	--fa: "";
}

.fa-dashcube {
	--fa: "";
}

.fa-42-group, .fa-innosoft {
	--fa: "";
}

.fa-stack-exchange {
	--fa: "";
}

.fa-elementor {
	--fa: "";
}

.fa-pied-piper-square, .fa-square-pied-piper {
	--fa: "";
}

.fa-creative-commons-nd {
	--fa: "";
}

.fa-palfed {
	--fa: "";
}

.fa-superpowers {
	--fa: "";
}

.fa-resolving {
	--fa: "";
}

.fa-xbox {
	--fa: "";
}

.fa-square-web-awesome-stroke {
	--fa: "";
}

.fa-searchengin {
	--fa: "";
}

.fa-tiktok {
	--fa: "";
}

.fa-facebook-square, .fa-square-facebook {
	--fa: "";
}

.fa-renren {
	--fa: "";
}

.fa-linux {
	--fa: "";
}

.fa-glide {
	--fa: "";
}

.fa-linkedin {
	--fa: "";
}

.fa-hubspot {
	--fa: "";
}

.fa-deploydog {
	--fa: "";
}

.fa-twitch {
	--fa: "";
}

.fa-flutter {
	--fa: "";
}

.fa-ravelry {
	--fa: "";
}

.fa-mixer {
	--fa: "";
}

.fa-lastfm-square, .fa-square-lastfm {
	--fa: "";
}

.fa-vimeo {
	--fa: "";
}

.fa-mendeley {
	--fa: "";
}

.fa-uniregistry {
	--fa: "";
}

.fa-figma {
	--fa: "";
}

.fa-creative-commons-remix {
	--fa: "";
}

.fa-cc-amazon-pay {
	--fa: "";
}

.fa-dropbox {
	--fa: "";
}

.fa-instagram {
	--fa: "";
}

.fa-cmplid {
	--fa: "";
}

.fa-upwork {
	--fa: "";
}

.fa-facebook {
	--fa: "";
}

.fa-gripfire {
	--fa: "";
}

.fa-jedi-order {
	--fa: "";
}

.fa-uikit {
	--fa: "";
}

.fa-fort-awesome-alt {
	--fa: "";
}

.fa-phabricator {
	--fa: "";
}

.fa-ussunnah {
	--fa: "";
}

.fa-earlybirds {
	--fa: "";
}

.fa-trade-federation {
	--fa: "";
}

.fa-autoprefixer {
	--fa: "";
}

.fa-whatsapp {
	--fa: "";
}

.fa-square-upwork {
	--fa: "";
}

.fa-slideshare {
	--fa: "";
}

.fa-google-play {
	--fa: "";
}

.fa-viadeo {
	--fa: "";
}

.fa-line {
	--fa: "";
}

.fa-google-drive {
	--fa: "";
}

.fa-servicestack {
	--fa: "";
}

.fa-simplybuilt {
	--fa: "";
}

.fa-bitbucket {
	--fa: "";
}

.fa-imdb {
	--fa: "";
}

.fa-deezer {
	--fa: "";
}

.fa-raspberry-pi {
	--fa: "";
}

.fa-jira {
	--fa: "";
}

.fa-docker {
	--fa: "";
}

.fa-screenpal {
	--fa: "";
}

.fa-bluetooth {
	--fa: "";
}

.fa-gitter {
	--fa: "";
}

.fa-d-and-d {
	--fa: "";
}

.fa-microblog {
	--fa: "";
}

.fa-cc-diners-club {
	--fa: "";
}

.fa-gg-circle {
	--fa: "";
}

.fa-pied-piper-hat {
	--fa: "";
}

.fa-kickstarter-k {
	--fa: "";
}

.fa-yandex {
	--fa: "";
}

.fa-readme {
	--fa: "";
}

.fa-html5 {
	--fa: "";
}

.fa-sellsy {
	--fa: "";
}

.fa-square-web-awesome {
	--fa: "";
}

.fa-sass {
	--fa: "";
}

.fa-wirsindhandwerk, .fa-wsh {
	--fa: "";
}

.fa-buromobelexperte {
	--fa: "";
}

.fa-salesforce {
	--fa: "";
}

.fa-octopus-deploy {
	--fa: "";
}

.fa-medapps {
	--fa: "";
}

.fa-ns8 {
	--fa: "";
}

.fa-pinterest-p {
	--fa: "";
}

.fa-apper {
	--fa: "";
}

.fa-fort-awesome {
	--fa: "";
}

.fa-waze {
	--fa: "";
}

.fa-bluesky {
	--fa: "";
}

.fa-cc-jcb {
	--fa: "";
}

.fa-snapchat, .fa-snapchat-ghost {
	--fa: "";
}

.fa-fantasy-flight-games {
	--fa: "";
}

.fa-rust {
	--fa: "";
}

.fa-wix {
	--fa: "";
}

.fa-behance-square, .fa-square-behance {
	--fa: "";
}

.fa-supple {
	--fa: "";
}

.fa-webflow {
	--fa: "";
}

.fa-rebel {
	--fa: "";
}

.fa-css3 {
	--fa: "";
}

.fa-staylinked {
	--fa: "";
}

.fa-kaggle {
	--fa: "";
}

.fa-space-awesome {
	--fa: "";
}

.fa-deviantart {
	--fa: "";
}

.fa-cpanel {
	--fa: "";
}

.fa-goodreads-g {
	--fa: "";
}

.fa-git-square, .fa-square-git {
	--fa: "";
}

.fa-square-tumblr, .fa-tumblr-square {
	--fa: "";
}

.fa-trello {
	--fa: "";
}

.fa-creative-commons-nc-jp {
	--fa: "";
}

.fa-get-pocket {
	--fa: "";
}

.fa-perbyte {
	--fa: "";
}

.fa-grunt {
	--fa: "";
}

.fa-weebly {
	--fa: "";
}

.fa-connectdevelop {
	--fa: "";
}

.fa-leanpub {
	--fa: "";
}

.fa-black-tie {
	--fa: "";
}

.fa-themeco {
	--fa: "";
}

.fa-python {
	--fa: "";
}

.fa-android {
	--fa: "";
}

.fa-bots {
	--fa: "";
}

.fa-free-code-camp {
	--fa: "";
}

.fa-hornbill {
	--fa: "";
}

.fa-js {
	--fa: "";
}

.fa-ideal {
	--fa: "";
}

.fa-git {
	--fa: "";
}

.fa-dev {
	--fa: "";
}

.fa-sketch {
	--fa: "";
}

.fa-yandex-international {
	--fa: "";
}

.fa-cc-amex {
	--fa: "";
}

.fa-uber {
	--fa: "";
}

.fa-github {
	--fa: "";
}

.fa-php {
	--fa: "";
}

.fa-alipay {
	--fa: "";
}

.fa-youtube {
	--fa: "";
}

.fa-skyatlas {
	--fa: "";
}

.fa-firefox-browser {
	--fa: "";
}

.fa-replyd {
	--fa: "";
}

.fa-suse {
	--fa: "";
}

.fa-jenkins {
	--fa: "";
}

.fa-twitter {
	--fa: "";
}

.fa-rockrms {
	--fa: "";
}

.fa-pinterest {
	--fa: "";
}

.fa-buffer {
	--fa: "";
}

.fa-npm {
	--fa: "";
}

.fa-yammer {
	--fa: "";
}

.fa-btc {
	--fa: "";
}

.fa-dribbble {
	--fa: "";
}

.fa-stumbleupon-circle {
	--fa: "";
}

.fa-internet-explorer {
	--fa: "";
}

.fa-stubber {
	--fa: "";
}

.fa-telegram, .fa-telegram-plane {
	--fa: "";
}

.fa-old-republic {
	--fa: "";
}

.fa-odysee {
	--fa: "";
}

.fa-square-whatsapp, .fa-whatsapp-square {
	--fa: "";
}

.fa-node-js {
	--fa: "";
}

.fa-edge-legacy {
	--fa: "";
}

.fa-slack, .fa-slack-hash {
	--fa: "";
}

.fa-medrt {
	--fa: "";
}

.fa-usb {
	--fa: "";
}

.fa-tumblr {
	--fa: "";
}

.fa-vaadin {
	--fa: "";
}

.fa-quora {
	--fa: "";
}

.fa-square-x-twitter {
	--fa: "";
}

.fa-reacteurope {
	--fa: "";
}

.fa-medium, .fa-medium-m {
	--fa: "";
}

.fa-amilia {
	--fa: "";
}

.fa-mixcloud {
	--fa: "";
}

.fa-flipboard {
	--fa: "";
}

.fa-viacoin {
	--fa: "";
}

.fa-critical-role {
	--fa: "";
}

.fa-sitrox {
	--fa: "";
}

.fa-discourse {
	--fa: "";
}

.fa-joomla {
	--fa: "";
}

.fa-mastodon {
	--fa: "";
}

.fa-airbnb {
	--fa: "";
}

.fa-wolf-pack-battalion {
	--fa: "";
}

.fa-buy-n-large {
	--fa: "";
}

.fa-gulp {
	--fa: "";
}

.fa-creative-commons-sampling-plus {
	--fa: "";
}

.fa-strava {
	--fa: "";
}

.fa-ember {
	--fa: "";
}

.fa-canadian-maple-leaf {
	--fa: "";
}

.fa-teamspeak {
	--fa: "";
}

.fa-pushed {
	--fa: "";
}

.fa-wordpress-simple {
	--fa: "";
}

.fa-nutritionix {
	--fa: "";
}

.fa-wodu {
	--fa: "";
}

.fa-google-pay {
	--fa: "";
}

.fa-intercom {
	--fa: "";
}

.fa-zhihu {
	--fa: "";
}

.fa-korvue {
	--fa: "";
}

.fa-pix {
	--fa: "";
}

.fa-steam-symbol {
	--fa: "";
}

:host, :root {
	--fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
}

.fa-regular, .far {
	font-weight: 400;
}

:host, :root {
	--fa-style-family-classic: "Font Awesome 6 Free";
	--fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}

.fa-solid, .fas {
	font-weight: 900;
}
/*# sourceMappingURL=style.min.css.map */

/*!
Theme Name: Tampa-Heating-Cooling-Plumbing-Electrical
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.1.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: AcsHomeServicesplumbers.com
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Tampa-Heating-Cooling-Plumbing-Electrical is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

main {
	display: block;
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: rgba(0, 0, 0, 0);
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b, strong {
	font-weight: bolder;
}

code, kbd, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

img {
	border-style: none;
}

button, input, optgroup, select, textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button, input {
	overflow: visible;
}

button, select {
	text-transform: none;
}

button, [type=button], [type=reset], [type=submit] {
	-webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: .35em .75em .625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type=checkbox], [type=radio] {
	box-sizing: border-box;
	padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

*, *::before, *::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

body, button, input, select, optgroup, textarea {
	color: #404040;
	font-family: "Montserrat", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	color: #002472;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul, li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

embed, iframe, object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

a {
	color: #4169e1;
}

a:visited {
	color: #4169e1;
}

a:hover, a:focus, a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

button, input[type=button], input[type=reset], input[type=submit] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus, input[type=button]:active, input[type=button]:focus, input[type=reset]:active, input[type=reset]:focus, input[type=submit]:active, input[type=submit]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], input[type=range], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color], textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type=text]:focus, input[type=email]:focus, input[type=url]:focus, input[type=password]:focus, input[type=search]:focus, input[type=number]:focus, input[type=tel]:focus, input[type=range]:focus, input[type=date]:focus, input[type=month]:focus, input[type=week]:focus, input[type=time]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=color]:focus, textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover>ul, .main-navigation ul ul li.focus>ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover>ul, .main-navigation ul li.focus>ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.menu-bar {
	display: flex;
	width: 100%;
}

@media (min-width: 1030px) {
	.menu-bar {
		height: 50px;
	}
}

.menu-toggle {
	font-size: 15px;
	margin: 0 auto;
	cursor: pointer;
	overflow: hidden;
	padding: 0;
	padding: .5em;
	position: relative;
	transition: .2s;
	text-align: center;
	top: 0;
	color: #fff;
	text-transform: uppercase;
	border: none;
	line-height: 1;
	font-weight: 700;
}

.main-navigation.toggled ul {
	display: block;
}

@media (max-width: 1184px) {
	.main-navigation.toggled ul li.home-li a {
		align-items: center;
	}
	
	.main-navigation.toggled ul li.home-li a svg {
		display: none;
	}
	
	.main-navigation.toggled ul li.home-li a:after {
		content: "Home";
		position: relative;
	}
}

.menu-bar-bg {
	height: 35px;
	top: 0;
	left: 0;
	width: 100%;
	position: relative;
	z-index: 9;
	background: #a40308;
}

.menu-bar {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	line-height: 35px;
	transition: .3s;
	text-align: right;
	z-index: 10;
}

.menu-bar .menu-bar-right {
	display: none;
}

@media (min-width: 1030px) {
	.menu-bar {
		width: 100%;
		height: auto;
		background: #a40308;
		transition: 0s;
		font-size: 25px;
	}
}

.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links, .posts-navigation .nav-links, .post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

.main-navigation {
	width: auto;
	height: auto;
	vertical-align: middle;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.main-navigation li {
	border-bottom: rgba(0, 0, 0, .25) solid 2px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	height: 100%;
}

.main-navigation li a, .main-navigation li a:visited {
	padding: .5em 1em;
	font-size: 16px;
	color: #003bbc;
	font-weight: 500;
}

.main-navigation .overlay-menu {
	position: fixed;
	left: -100%;
	top: 0;
	width: 100%;
	background: #003bbc;
	z-index: 10;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

@media (max-width: 1029px) {
	.main-navigation .overlay-menu {
		max-width: 450px;
		min-height: 100vh;
		min-height: -webkit-fill-available;
		overflow-y: scroll;
		max-height: 100%;
		left: -100%;
		transition: .5s;
	}
	
	.main-navigation .overlay-menu .overlay-menu-inner ul li {
		font-size: 7vw;
	}
	
	.main-navigation .overlay-menu .overlay-menu-inner ul li.menu-item-has-children i.menutoggle {
		font-size: 1.5em;
		height: 1.5em;
		line-height: 0;
	}
}

@media (max-width: 1029px)and (min-width: 280px) {
	.main-navigation .overlay-menu .overlay-menu-inner ul li {
		font-size: 22px;
	}
}

@media (max-width: 1029px) {
	.main-navigation .overlay-menu .overlay-menu-inner ul li a {
		font-size: 1em;
	}
}

.main-navigation .overlay-menu .overlay-menu-inner {
	display: block;
	height: 100%;
	width: 100%;
	padding: 40px 0 20px;
}

.main-navigation .overlay-menu .modal-close-btn {
	height: 40px;
	top: 0;
	position: absolute;
	width: 100%;
}

.main-navigation .overlay-menu .menu-main-container {
	height: 100%;
}

.main-navigation .overlay-menu .menu-main-container .nav-menu .menu-item-has-children:hover .sub-menu {
	opacity: 1;
}

@media (min-width: 1030px) {
	.main-navigation .overlay-menu {
		left: 0;
		position: relative;
		width: 100%;
	}
	
	.main-navigation .overlay-menu .modal-close-btn {
		display: none;
	}
	
	.main-navigation .overlay-menu .overlay-menu-inner {
		padding: 0;
		background-color: #a40308;
	}
	
	.main-navigation .overlay-menu .overlay-menu-inner ul.nav-menu li a {
		color: #fff;
		text-shadow: 1px 1px 2px #000;
	}
}

@media (min-width: 1030px)and (max-width: 1399px) {
	.main-navigation .overlay-menu .overlay-menu-inner ul.nav-menu li a {
		font-size: 15px;
	}
}

@media (min-width: 1030px)and (max-width: 1399px)and (min-width: 1150px) {
	.main-navigation .overlay-menu .overlay-menu-inner ul.nav-menu li a {
		font-size: 16px;
	}
}

@media (min-width: 1030px)and (max-width: 1399px)and (min-width: 1250px) {
	.main-navigation .overlay-menu .overlay-menu-inner ul.nav-menu li a {
		font-size: 17px;
	}
}

@media (min-width: 1030px) {
	.main-navigation .overlay-menu ul li.menu-item-has-children i.menutoggle {
		display: none;
	}
}

@media (max-width: 1029px) {
	.main-navigation .overlay-menu ul li.menu-item-has-children span {
		display: block;
		padding: 0 .5em;
		line-height: 2.35;
		text-align: left;
		color: #fff;
		font-size: 24px;
	}
	
	.main-navigation .overlay-menu ul li.menu-item-has-children i.menutoggle {
		color: #fff;
		top: 0;
		right: 0;
		height: 1.4934em;
		padding: 0 20px;
		font-size: 1.5em;
		font-style: normal;
		font-weight: 700;
		position: absolute;
		display: flex;
		flex-direction: column;
		justify-content: center;
		cursor: pointer;
	}
	
	.main-navigation .overlay-menu ul li.menu-item-has-children ul li.menu-item-has-children i.menutoggle {
		padding-right: 22px;
		font-size: 1.55em;
		height: 100%;
		justify-content: start;
		top: .55em;
	}
	
	.main-navigation .overlay-menu ul li.menu-item-has-children:after {
		content: "+";
		position: absolute;
		right: .75em;
		cursor: pointer;
		color: #fff;
		font-size: 1.5em;
		top: .25em;
		z-index: -1;
		display: none;
	}
	
	.main-navigation .overlay-menu ul li.menu-item-has-children.focus:after {
		content: "-";
	}
	
	.main-navigation .overlay-menu ul li a {
		padding: 0 .5em;
	}
	
	.main-navigation .overlay-menu ul li.focus ul.sub-menu {
		display: block;
		border-bottom: 0;
		box-shadow: none;
		margin-bottom: .25em;
		background: rgba(0, 0, 0, .25);
	}
	
	.main-navigation .overlay-menu ul li.focus ul.sub-menu li {
		font-size: .85em;
	}
	
	.main-navigation .overlay-menu ul li.focus ul.sub-menu li ul li a {
		padding-left: 1.65em;
	}
	
	.main-navigation .overlay-menu ul li.focus ul.sub-menu li.menu-item-has-children {
		border-bottom: 0;
	}
	
	.main-navigation .overlay-menu ul li.focus ul.sub-menu li.menu-item-has-children:after {
		font-size: 1em;
		top: -5px;
		right: 1em;
	}
	
	.main-navigation .overlay-menu ul li.focus ul.sub-menu li.menu-item-has-children.focus ul.sub-menu {
		display: block;
	}
	
	.main-navigation .overlay-menu ul li.focus ul.sub-menu ul.sub-menu {
		display: none;
	}
	
	.main-navigation .overlay-menu ul.sub-menu {
		display: none;
		position: relative;
		left: 0;
		float: none;
	}
	
	.main-navigation .overlay-menu ul.sub-menu li {
		padding-right: 0;
		border-bottom: 0;
	}
	
	.main-navigation .overlay-menu ul.sub-menu li a {
		display: block;
		text-align: left;
		width: 100%;
		padding: 0em 1em;
		line-height: 2;
	}
}

.main-navigation.toggled .overlay-menu {
	opacity: 1;
	animation: bounceInLeft 1s ease both;
	left: 0;
}

.main-navigation.toggled li {
	border-bottom: 1px solid hsla(0, 0%, 100%, .3);
}

@media (max-width: 1184px) {
	.main-navigation.toggled li a {
		font-size: 24px;
		display: flex;
		line-height: 2.35;
		padding: .75em 1em;
		padding: 8px 19% 10px 5%;
		color: #fff;
	}
}

.main-navigation.toggled li a:before {
	display: none;
}

.main-navigation .overlay-close-button {
	display: block;
	width: 100%;
	border: 0;
	background: #8a0206;
	border-radius: 0;
	color: #fff;
	padding: 0em 1em;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.5;
	height: 40px;
	text-align: right;
}

.main-navigation .overlay-close-button svg {
	width: 1.2em;
	fill: #fff;
	display: inline-block;
	top: 4px;
	position: relative;
	margin-left: .25em;
}

.main-navigation .overlay-close-button .close-x {
	background: #fff;
	color: #0032a2;
	padding: .2em .35em;
	border-radius: 3px;
	margin-left: .25em;
	display: inline-block;
	transform: scale(.75);
	line-height: 1;
}

.menu-main-menu-container {
	background: #a40308;
}

@media (min-width: 1030px) {
	.menu-main-menu-container {
		background: #a40308;
	}
	
	.main-navigation .overlay-menu .overlay-menu-inner ul.nav-menu {
		display: flex;
		flex-wrap: wrap;
		background: #a40308;
		color: #fff;
		max-width: 1400px;
		font-weight: bold;
		justify-content: space-around;
		margin: 0 auto;
		position: relative;
		z-index: 7;
		text-align: left;
	}
}

@media (min-width: 1030px)and (min-width: 1400px) {
	.main-navigation .overlay-menu .overlay-menu-inner ul.nav-menu {
		max-width: 1300px;
	}
}

@media (min-width: 1030px) {
	.main-navigation .overlay-menu .overlay-menu-inner ul.nav-menu li {
		display: inline-block;
		z-index: 5;
		position: unset;
		position: static;
		flex-direction: row;
		text-align: center;
		align-items: center;
		border: none;
		transition: .5s ease-in-out;
		width: 16%;
	}
	
	.main-navigation .overlay-menu .overlay-menu-inner ul.nav-menu li.mnhome {
		width: 10%;
	}
	
	.main-navigation .overlay-menu .overlay-menu-inner ul.nav-menu li.mnabout {
		width: 12%;
	}
	
	.main-navigation .overlay-menu .overlay-menu-inner ul.nav-menu li.mnhvac {
		width: 16%;
	}
	
	.main-navigation .overlay-menu .overlay-menu-inner ul.nav-menu li.mnelectrical, .main-navigation .overlay-menu .overlay-menu-inner ul.nav-menu li.mnplumbing {
		width: 18%;
	}
	
	.main-navigation .overlay-menu .overlay-menu-inner ul.nav-menu li.mnlocations {
		width: 13%;
	}
	
	.main-navigation .overlay-menu .overlay-menu-inner ul.nav-menu li.mncontact {
		width: 13%;
	}
	
	.main-navigation .overlay-menu .overlay-menu-inner ul.nav-menu li a {
		color: #fff;
		padding: .5em;
		position: relative;
		z-index: 16;
		background-color: #a40308;
		transition: background-color .2s ease-in-out;
		overflow: hidden;
	}
	
	.main-navigation .overlay-menu .overlay-menu-inner ul.nav-menu li a:after {
		width: 85%;
		content: "";
		transition: .35s ease;
		position: absolute;
		transform: translate(-50%, 0);
		opacity: 0;
		bottom: .5em;
		left: 0;
		height: 1px;
		z-index: 5;
		background-color: hsla(0, 0%, 100%, .75);
	}
	
	.main-navigation .overlay-menu .overlay-menu-inner ul.nav-menu li a:hover, .main-navigation .overlay-menu .overlay-menu-inner ul.nav-menu li a:focus, .main-navigation .overlay-menu .overlay-menu-inner ul.nav-menu li a:active {
		background-color: #004bef;
		transition: background-color .2s ease-in-out;
	}
}

@media (min-width: 1030px)and (min-width: 1200px) {
	.main-navigation .overlay-menu .overlay-menu-inner ul.nav-menu li a {
		padding: .442em 1em;
	}
}

@media (min-width: 1030px)and (min-width: 1400px) {
	.main-navigation .overlay-menu .overlay-menu-inner ul.nav-menu li a {
		padding: .417em 1em;
	}
}

@media (min-width: 1030px) {
	.main-navigation .overlay-menu .overlay-menu-inner ul.nav-menu li.menu-item-has-children {
		position: relative;
		z-index: 4;
	}
	
	.main-navigation .overlay-menu .overlay-menu-inner ul.nav-menu li.menu-item-has-children:nth-child(6) ul.sub-menu, .main-navigation .overlay-menu .overlay-menu-inner ul.nav-menu li.menu-item-has-children:nth-child(7) ul.sub-menu {
		width: 100%;
		min-width: unset;
	}
	
	.main-navigation .overlay-menu .overlay-menu-inner ul.nav-menu li.menu-item-has-children:hover a, .main-navigation .overlay-menu .overlay-menu-inner ul.nav-menu li.menu-item-has-children:hover span, .main-navigation .overlay-menu .overlay-menu-inner ul.nav-menu li.menu-item-has-children:focus a, .main-navigation .overlay-menu .overlay-menu-inner ul.nav-menu li.menu-item-has-children:focus span, .main-navigation .overlay-menu .overlay-menu-inner ul.nav-menu li.menu-item-has-children:active a, .main-navigation .overlay-menu .overlay-menu-inner ul.nav-menu li.menu-item-has-children:active span {
		background-color: #004bef;
		transition: background-color .2s;
	}
	
	.main-navigation .overlay-menu .overlay-menu-inner ul.nav-menu li.menu-item-has-children span {
		padding: .4em 1em;
		font-size: 16px;
		cursor: pointer;
		background: #0032a2;
		position: relative;
		z-index: 16;
		display: flex;
		height: 100%;
		width: 100%;
		flex-direction: column;
		justify-content: space-around;
		-webkit-justify-content: space-evenly;
		transition: background-color .3s ease-in-out;
	}
	
	.main-navigation .overlay-menu .overlay-menu-inner ul.nav-menu li.menu-item-has-children .menutoggle {
		display: none;
	}
	
	.main-navigation .overlay-menu .overlay-menu-inner ul.nav-menu li.menu-item-has-children:hover ul.sub-menu {
		transform: translate(0, 0);
		transition: .3s;
		top: 100%;
	}
	
	.main-navigation .overlay-menu .overlay-menu-inner ul.nav-menu li.menu-item-has-children:last-child {
		z-index: 3;
	}
	
	.main-navigation .overlay-menu .overlay-menu-inner ul.nav-menu li.menu-item-has-children:last-child ul.sub-menu {
		right: 0;
	}
	
	.main-navigation .overlay-menu .overlay-menu-inner ul.nav-menu li.menu-item-has-children:first-child ul.sub-menu {
		left: 0;
	}
	
	.main-navigation .overlay-menu .overlay-menu-inner ul.nav-menu li.menu-item-has-children.servicesli {
		position: unset;
	}
	
	.main-navigation .overlay-menu .overlay-menu-inner ul.nav-menu li.menu-item-has-children.servicesli ul.sub-menu {
		width: 100%;
		padding: .5em 1em;
		left: 0;
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: space-around;
		-webkit-justify-content: space-evenly;
		align-items: baseline;
	}
	
	.main-navigation .overlay-menu .overlay-menu-inner ul.nav-menu li.menu-item-has-children.servicesli ul.sub-menu li {
		width: 19%;
	}
	
	.main-navigation .overlay-menu .overlay-menu-inner ul.nav-menu li.menu-item-has-children.servicesli ul.sub-menu li.menu-item-has-children>a {
		font-size: .85em;
		padding: .5em .75em;
	}
	
	.main-navigation .overlay-menu .overlay-menu-inner ul.nav-menu li.menu-item-has-children.servicesli ul.sub-menu li.menu-item-has-children>a:after {
		display: block;
		bottom: .15em;
	}
	
	.main-navigation .overlay-menu .overlay-menu-inner ul.nav-menu li.menu-item-has-children.servicesli ul.sub-menu li.menu-item-has-children ul.sub-menu {
		padding: 0;
	}
	
	.main-navigation .overlay-menu .overlay-menu-inner ul.nav-menu li.menu-item-has-children.servicesli ul.sub-menu li.menu-item-has-children ul.sub-menu li:hover a {
		transition: .2s ease-in-out;
		background: rgba(0, 0, 0, .1);
		box-shadow: hsla(0, 0%, 100%, .2) 0px 0px 1px 1px inset;
	}
	
	.main-navigation .overlay-menu .overlay-menu-inner ul.nav-menu li.menu-item-has-children.servicesli ul.sub-menu li a {
		line-height: 1.35;
		padding: .5em .75em;
		background: rgba(0, 0, 0, 0);
	}
	
	.main-navigation .overlay-menu .overlay-menu-inner ul.nav-menu li.menu-item-has-children.servicesli ul.sub-menu li a:after {
		display: none;
	}
	
	.main-navigation .overlay-menu .overlay-menu-inner ul.nav-menu li.menu-item-has-children.servicesli ul.sub-menu li ul.sub-menu {
		display: flex;
		flex-direction: column;
		position: relative;
		width: 100%;
		padding: 0;
		box-shadow: none;
	}
	
	.main-navigation .overlay-menu .overlay-menu-inner ul.nav-menu li.menu-item-has-children.servicesli ul.sub-menu li ul.sub-menu li {
		width: 100%;
	}
	
	.main-navigation .overlay-menu .overlay-menu-inner ul.nav-menu li.menu-item-has-children.three-col ul.sub-menu {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		width: 500px;
	}
	
	.main-navigation .overlay-menu .overlay-menu-inner ul.nav-menu li.menu-item-has-children.three-col ul.sub-menu li {
		width: 33%;
		background: rgba(0, 0, 0, 0);
	}
	
	.main-navigation .overlay-menu .overlay-menu-inner ul.nav-menu li.menu-item-has-children.three-col ul.sub-menu li a {
		max-width: 100%;
	}
	
	.main-navigation .overlay-menu .overlay-menu-inner ul.nav-menu li ul.sub-menu {
		display: flex;
		flex-direction: column;
		left: auto;
		right: auto;
		transition: .3s;
		transform: translate(0, -100%);
		top: 0;
		bottom: unset;
		z-index: -10;
		background-color: #004bef;
		width: 100%;
		min-width: 280px;
		opacity: 0;
	}
	
	.main-navigation .overlay-menu .overlay-menu-inner ul.nav-menu li ul.sub-menu li {
		width: 100%;
		background: rgba(0, 0, 0, 0);
	}
	
	.main-navigation .overlay-menu .overlay-menu-inner ul.nav-menu li ul.sub-menu li a {
		background: rgba(0, 0, 0, 0);
		font-size: 16px;
		padding: .75em 1em;
		line-height: 1;
		text-align: left;
		width: 100%;
		font-weight: 500;
		border-bottom: solid 2px hsla(0, 0%, 100%, .2);
	}
	
	.main-navigation .overlay-menu .overlay-menu-inner ul.nav-menu li ul.sub-menu li a:hover {
		background-color: #0039b6;
	}
	
	.main-navigation .overlay-menu .overlay-menu-inner ul.nav-menu li ul.sub-menu li:last-child a {
		border-bottom: none;
	}
	
	.main-navigation .overlay-menu .overlay-menu-inner ul.nav-menu li ul.sub-menu li:before {
		display: none;
	}
	
	.main-navigation .overlay-menu .overlay-menu-inner ul.nav-menu li ul.sub-menu li.menu-item-has-children {
		transition: all .2s ease;
	}
	
	.main-navigation .overlay-menu .overlay-menu-inner ul.nav-menu li ul.sub-menu li.menu-item-has-children>a {
		z-index: 12;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	.main-navigation .overlay-menu .overlay-menu-inner ul.nav-menu li ul.sub-menu li.menu-item-has-children ul.sub-menu {
		opacity: 0;
		opacity: 0;
		left: 0;
		transition: .5s ease;
		top: 0;
		top: 0;
		z-index: 5;
		transform: translate(50%, 0px) rotateY(80deg);
		box-shadow: none;
		margin-left: 0;
	}
	
	.main-navigation .overlay-menu .overlay-menu-inner ul.nav-menu li ul.sub-menu li.menu-item-has-children:hover ul.sub-menu {
		transform: translate(100%, 0px);
		opacity: 1;
	}
	
	.main-navigation .overlay-menu .overlay-menu-inner ul.nav-menu li ul.sub-menu li.menu-item-has-children:hover ul.sub-menu li {
		z-index: 5;
	}
	
	.main-navigation .overlay-menu .overlay-menu-inner ul.nav-menu li ul.sub-menu li.menu-item-has-children:hover ul.sub-menu li a {
		z-index: 5;
	}
	
	.main-navigation .overlay-menu .overlay-menu-inner.flex-items ul.nav-menu#primary-menu {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		flex-direction: row;
	}
	
	.main-navigation .overlay-menu .overlay-menu-inner.flex-items ul.nav-menu#primary-menu li.menu-item {
		display: inline-block;
		width: auto;
		padding: .5em 1em;
	}
	
	.main-navigation .overlay-menu .overlay-menu-inner.flex-items ul.nav-menu#primary-menu li.menu-item:first-child:nth-last-child(1) {
		width: 100%;
	}
	
	.main-navigation .overlay-menu .overlay-menu-inner.flex-items ul.nav-menu#primary-menu li.menu-item:first-child:nth-last-child(2), .main-navigation .overlay-menu .overlay-menu-inner.flex-items ul.nav-menu#primary-menu li.menu-item:first-child:nth-last-child(2)~li {
		width: 50%;
	}
	
	.main-navigation .overlay-menu .overlay-menu-inner.flex-items ul.nav-menu#primary-menu li.menu-item:first-child:nth-last-child(3), .main-navigation .overlay-menu .overlay-menu-inner.flex-items ul.nav-menu#primary-menu li.menu-item:first-child:nth-last-child(3)~li {
		width: 33.3333%;
		width: 33.3333333333%;
	}
	
	.main-navigation .overlay-menu .overlay-menu-inner.flex-items ul.nav-menu#primary-menu li.menu-item:first-child:nth-last-child(4), .main-navigation .overlay-menu .overlay-menu-inner.flex-items ul.nav-menu#primary-menu li.menu-item:first-child:nth-last-child(4)~li {
		width: 25%;
	}
	
	.main-navigation .overlay-menu .overlay-menu-inner.flex-items ul.nav-menu#primary-menu li.menu-item:first-child:nth-last-child(5), .main-navigation .overlay-menu .overlay-menu-inner.flex-items ul.nav-menu#primary-menu li.menu-item:first-child:nth-last-child(5)~li {
		width: 20%;
	}
	
	.main-navigation .overlay-menu .overlay-menu-inner.flex-items ul.nav-menu#primary-menu li.menu-item:first-child:nth-last-child(6), .main-navigation .overlay-menu .overlay-menu-inner.flex-items ul.nav-menu#primary-menu li.menu-item:first-child:nth-last-child(6)~li {
		width: 16.666%;
		width: 16.6666666667%;
	}
	
	.main-navigation .overlay-menu .overlay-menu-inner.flex-items ul.nav-menu#primary-menu li.menu-item:first-child:nth-last-child(7), .main-navigation .overlay-menu .overlay-menu-inner.flex-items ul.nav-menu#primary-menu li.menu-item:first-child:nth-last-child(7)~li {
		width: 14.285%;
		width: 14.2857142857%;
	}
	
	.main-navigation .overlay-menu .overlay-menu-inner.flex-items ul.nav-menu#primary-menu li.menu-item:first-child:nth-last-child(8), .main-navigation .overlay-menu .overlay-menu-inner.flex-items ul.nav-menu#primary-menu li.menu-item:first-child:nth-last-child(8)~li {
		width: 12.5%;
	}
	
	.main-navigation .overlay-menu .overlay-menu-inner.flex-items ul.nav-menu#primary-menu li.menu-item:first-child:nth-last-child(9), .main-navigation .overlay-menu .overlay-menu-inner.flex-items ul.nav-menu#primary-menu li.menu-item:first-child:nth-last-child(9)~li {
		width: 11.11%;
		width: 11.1111111111%;
	}
	
	.main-navigation .overlay-menu .overlay-menu-inner.flex-items ul.nav-menu#primary-menu li.menu-item:first-child:nth-last-child(10), .main-navigation .overlay-menu .overlay-menu-inner.flex-items ul.nav-menu#primary-menu li.menu-item:first-child:nth-last-child(10)~li {
		width: 10%;
	}
	
	.menu-bar {
		position: relative;
		height: auto;
		padding: 0;
	}
	
	.menu-toggle {
		display: none;
	}
	
	.overlay-menu-inner {
		z-index: 4;
		position: relative;
		background-color: #003bbc;
	}
}

.menu-service-areas-container ul.menu li:before {
	left: 0%;
}

.menu-service-areas-container .menu-item {
	text-align: center;
}

@media (max-width: 1184px) {
	.menu-service-areas-container .menu-item {
		min-width: 20%;
	}
}

@media (max-width: 688px) {
	.menu-service-areas-container .menu-item {
		min-width: 30%;
	}
}

@media (max-width: 460px) {
	.menu-service-areas-container .menu-item {
		min-width: 50%;
	}
}

.menu-service-areas-container .sub-menu {
	opacity: 0;
	display: none;
	position: absolute;
	padding: 2px;
	margin: 0;
	background: #194981;
	z-index: 3;
	left: 0;
	width: 150px;
	right: auto;
	text-align: left;
}

@media (max-width: 1739px) {
	.menu-service-areas-container .sub-menu {
		right: 0;
		left: auto;
	}
}

@media (max-width: 1184px) {
	.menu-service-areas-container .sub-menu {
		width: 100%;
	}
}

.menu-service-areas-container .sub-menu li {
	margin-bottom: 5px;
}

.menu-service-areas-container .sub-menu li a {
	display: flex !important;
	justify-content: flex-start;
	text-align: left;
}

@media (max-width: 1184px) {
	.menu-service-areas-container .sub-menu li {
		width: 100%;
	}
}

@media (max-width: 1184px) {
	.menu-service-areas-container .sub-menu li a {
		padding: 0 !important;
		text-align: center;
		margin: 2px;
		width: 100%;
		display: flex;
	}
}

.menu-service-areas-container .menutoggle {
	display: none;
}

.menu-service-areas-container .menu-item-has-children:hover {
	background: #194981;
}

.menu-service-areas-container .menu-item-has-children:hover .sub-menu {
	opacity: 1;
	display: block;
	background: #194981;
}

.site-header .header-flex .header-contact a.phoneLink, .site-header .header-flex .header-contact .header-request-button .requestButton, .site-header .header-flex .header-contact .header-request-button a.requestButton {
	display: flex;
	cursor: pointer;
	align-items: center;
	flex-direction: row;
	border-radius: 2em;
	padding: .35em .75em .35em .5em;
	height: auto;
	border: 2px solid #003bbc;
	background-color: #003bbc;
}

.site-header .header-flex .header-contact a.phoneLink:hover, .site-header .header-flex .header-contact .header-request-button .requestButton:hover, .site-header .header-flex .header-contact .header-request-button a.requestButton:hover {
	transition: .5s;
	border: 2px solid #fff;
	background-color: #003bbc;
}

.site-header .header-flex .header-contact a.phoneLink:hover svg, .site-header .header-flex .header-contact .header-request-button .requestButton:hover svg, .site-header .header-flex .header-contact .header-request-button a.requestButton:hover svg {
	background-color: #f3131d;
}

@media (max-width: 449px) {
	.site-header .header-flex .header-contact a.phoneLink, .site-header .header-flex .header-contact .header-request-button .requestButton, .site-header .header-flex .header-contact .header-request-button a.requestButton {
		font-size: 4vw;
	}
}

.site-header .header-flex .header-contact a.phoneLink svg, .site-header .header-flex .header-contact .header-request-button .requestButton svg, .site-header .header-flex .header-contact .header-request-button a.requestButton svg {
	width: 1.5em !important;
	transition: .5s;
	height: 1.5em;
	line-height: 1;
	display: inline-block;
	border-radius: 50%;
	border: solid 2px;
	padding: .25em;
	position: relative;
	margin-right: .35em;
}

@media (min-width: 1030px) {
	.site-header .header-flex .header-contact a.phoneLink, .site-header .header-flex .header-contact .header-request-button .requestButton, .site-header .header-flex .header-contact .header-request-button a.requestButton {
		border: 2px solid #fff;
		background-color: #f3131d;
	}
	
	.site-header .header-flex .header-contact a.phoneLink svg, .site-header .header-flex .header-contact .header-request-button .requestButton svg, .site-header .header-flex .header-contact .header-request-button a.requestButton svg {
		background-color: #003bbc;
	}
	
	.site-header .header-flex .header-contact a.phoneLink:hover, .site-header .header-flex .header-contact .header-request-button .requestButton:hover, .site-header .header-flex .header-contact .header-request-button a.requestButton:hover {
		transition: .5s;
		border: 2px solid #fff;
		background-color: #003bbc;
	}
	
	.site-header .header-flex .header-contact a.phoneLink:hover svg, .site-header .header-flex .header-contact .header-request-button .requestButton:hover svg, .site-header .header-flex .header-contact .header-request-button a.requestButton:hover svg {
		background-color: #f3131d;
	}
}

.site-header .header-flex .header-contact a.phoneLink {
	text-shadow: 1px 1px 2px #000;
	border-radius: 2em;
}

.site-header .header-flex .header-contact a {
	text-decoration: none;
}

@media (max-width: 1029px) {
	.site-header .header-flex {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	.site-header .header-flex .header-contact {
		order: 1;
	}
	
	.site-header .header-flex .header-contact .phoneTop .phoneLine {
		padding: 0;
		margin-left: .1em;
		border-radius: 0;
		background: rgba(0, 0, 0, 0);
		font-size: 1.25em;
	}
	
	.site-header .header-flex .header-contact .header-request-button {
		font-size: 1.25em;
	}
	
	.site-header .header-flex .site-branding {
		order: 2;
		width: 55%;
		max-width: 280px;
		margin: 0;
	}
	
	.site-header .header-flex .site-branding a.headerLogo {
		padding: .75em 1em;
		padding-bottom: .65em;
	}
	
	.site-header .header-flex .site-branding a.headerLogo img {
		max-height: 75px;
		max-width: 100%;
	}
	
	.site-header .header-flex .menu-bar {
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		background: rgba(0, 0, 0, 0);
	}
	
	.site-header .header-flex .main-navigation {
		height: 100%;
	}
	
	.site-header .header-flex .header-logo-menu {
		display: flex;
		max-width: 280px;
		width: 45%;
	}
	
	.site-header .header-flex .header-logo-menu .menu-toggle {
		height: 100%;
		padding: 0 .85em;
	}
	
	.site-header .header-flex .header-logo-menu .menu-toggle svg {
		min-width: 1.25em;
	}
	
	.site-header .header-flex .header-logo-menu .mobile-phone-tel svg, .site-header .header-flex .header-logo-menu .smsHeaderBtn svg {
		min-width: 1.25em;
		max-width: 1.25em;
	}
	
	.site-header .header-flex a.mobile-phone-tel, .site-header .header-flex .menu-toggle, .site-header .header-flex a.smsHeaderBtn {
		font-size: 5vw;
		padding: 0em .75em;
		display: flex;
		flex-direction: column;
		justify-content: center;
		border-left: solid 1px #fff;
		color: #fff;
		background: none;
	}
}

@media (max-width: 1029px)and (min-width: 500px) {
	.site-header .header-flex .header-logo-menu {
		width: 14em;
	}
	
	.site-header .header-flex .header-logo-menu a.mobile-phone-tel, .site-header .header-flex .header-logo-menu .menu-toggle, .site-header .header-flex .header-logo-menu a.smsHeaderBtn {
		font-size: 1.5em;
	}
}

@media (min-width: 1030px) {
	body.greencolor .site-header .header-flex .header-contact a.phoneLink:hover, body.greencolor .site-header .header-flex .header-contact .header-request-button .requestButton:hover, body.greencolor .site-header .header-flex .header-contact .header-request-button a.requestButton:hover {
		border: 2px solid #219648;
		background-color: #219648;
	}
	
	body.greencolor .site-header .header-flex .header-contact a.phoneLink:hover svg, body.greencolor .site-header .header-flex .header-contact .header-request-button .requestButton:hover svg, body.greencolor .site-header .header-flex .header-contact .header-request-button a.requestButton:hover svg {
		background-color: #0956ff;
	}
	
	body.greencolor .menu-bar {
		background: #219648;
	}
	
	body.greencolor .menu-bar .main-navigation .overlay-menu .overlay-menu-inner {
		background-color: #219648;
	}
	
	body.greencolor .menu-bar .main-navigation .overlay-menu .overlay-menu-inner ul.nav-menu {
		background: #219648;
	}
}

.entry-content .pagenav {
	padding: 2em;
	list-style-type: none;
	font-size: 1em;
}

.entry-content .pagenav ul {
	list-style-type: none;
	line-height: 1.7;
	padding-left: 1.5em;
}

.entry-content .pagenav ul li a {
	text-decoration: none;
	transition: all .3s ease-in-out;
	cursor: pointer;
}

.entry-content .pagenav ul li a:hover {
	color: #002472;
	text-decoration: underline;
}

.entry-content .pagenav ul li ul {
	margin-bottom: .5em;
}

.sticky {
	display: block;
}

.page-content, .entry-content, .entry-summary {
	margin: 0;
	padding: 0;
}

.page-content ul, .entry-content ul, .entry-summary ul {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.header-bg {
	background: #003bbc;
	color: #fff;
	height: auto;
	display: flex;
	flex-direction: row;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .45);
}

.site-header .site-branding a {
	display: block;
	text-align: center;
	line-height: 1;
	margin: 0 auto;
	max-width: 280px;
	width: 100%;
	position: relative;
}

.site-header .site-branding a img {
	display: inline-block;
	margin: 0 auto;
	width: auto;
	width: auto;
	max-width: 15rem;
	max-height: 15rem;
}

@media (min-width: 1030px) {
	.site-header .site-branding a {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		height: 100%;
		max-width: 100%;
		width: auto;
	}
}

@media (min-width: 1250px) {
	.site-header .site-branding a {
		height: 100px;
	}
}

.header-mid-right {
	display: none;
}

.header-contact {
	display: flex;
	display: none;
	justify-content: space-evenly;
}

@media (max-width: 1029px) {
	.header-contact {
		position: relative;
		width: 100%;
		top: 0;
		right: 0;
		z-index: 10;
		flex-direction: row;
		height: auto;
		background-color: #a40308;
		color: #fff;
		order: 1;
		padding: .5em;
	}
	
	.header-contact .phoneTop {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
}

@media (max-width: 1029px)and (min-width: 1030px) {
	.header-contact .phoneTop {
		order: 2;
		padding: 0 .75em;
	}
}

@media (max-width: 1029px) {
	.header-contact .phoneTop .phoneLine {
		height: auto;
		background-color: #003bbc;
		color: #fff;
		padding: .5em;
		border-radius: 1em;
		text-decoration: none;
		transition: background-color .2s ease-out;
	}
	
	.header-contact .phoneTop .phoneLine:hover {
		background-color: #3c79ff;
	}
	
	.header-contact .phoneTop .svg-inline--fa {
		margin-right: .2em;
	}
	
	.header-contact .header-request-button {
		order: 1;
	}
	
	.header-contact .phoneLineTwo a, .header-contact .phoneLineTwo a:visited {
		color: #fff;
	}
}

@media (max-width: 1029px)and (min-width: 1030px) {
	.header-contact .phoneLineTwo a, .header-contact .phoneLineTwo a:visited {
		font-size: 1.25em;
	}
}

@media (max-width: 1029px) {
	.header-contact .phoneLineTwo a:hover, .header-contact .phoneLineTwo a:visited:hover {
		color: #fff;
	}
}

.header-contact .svg-inline--fa {
	margin-right: 10px;
}

.header-contact .header-phone a, .header-contact .header-request-button a {
	display: inline-block;
	padding: .5em;
	background-color: #003bbc;
	border-radius: 1em;
	color: #fff;
	text-decoration: none;
	transition: background-color .2s ease-out;
	font-size: 1.25em;
}

.header-contact .header-phone a:hover, .header-contact .header-request-button a:hover {
	background-color: #3c79ff;
}

.header-contact .header-phones {
	display: flex;
	flex-wrap: wrap;
}

.header-contact .header-phones .singlePhone {
	width: 50%;
	padding: .5em;
}

.header-contact .header-phones .singlePhone .phoneArea, .header-contact .header-phones .singlePhone .phoneNum {
	display: block;
}

@media (min-width: 1030px) {
	.site-header {
		z-index: 11;
		position: relative;
	}
	
	.header-flex {
		display: flex;
		justify-content: space-between;
		max-width: 1450px;
		margin: 0 auto;
	}
	
	.header-bg {
		z-index: 12;
		position: relative;
	}
}

.header-flex {
	flex-grow: 1;
}

@media (min-width: 450px) {
	.header-flex {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	
	.header-flex .header-contact {
		flex-direction: row;
		justify-content: space-between;
		padding: .5em 1em;
	}
}

@media (min-width: 450px)and (min-width: 520px) {
	.header-flex .header-contact {
		font-size: 18px;
	}
}

@media (min-width: 450px) {
	.header-flex .header-logo-menu {
		width: 65%;
	}
}

@media (min-width: 550px) {
	.header-flex .header-contact .header-request-button {
		display: block;
	}
	
	.header-flex .header-contact .header-request-button a {
		display: flex;
		height: 100%;
		flex-direction: row;
		align-items: center;
	}
}

.footerBottom {
	background: #8a0206;
	color: #fff;
	text-align: center;
	padding: 1.5em;
	font-size: 15px;
	text-shadow: 1px 1px 2px #000;
}

@media (min-width: 1030px) {
	.footerBottom {
		padding: 4em 0;
	}
}

.site-footer {
	color: #fff;
	background: #a40308;
	padding: 2em 1em;
}

@media (min-width: 1030px) {
	.site-footer {
		padding: 5% 1em;
	}
}

.site-info-flex .site-info-column.contact-info {
	display: flex;
	justify-content: center;
}

.site-info-flex .site-info-column.contact-info .footerMascot {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.site-info-flex .site-info-column.contact-info .footerMascot img {
	max-height: 260px;
}

@media (max-width: 599px) {
	.site-info-flex .site-info-column.contact-info .footerMascot {
		display: none;
	}
}

.site-info-flex .site-info-column.contact-info .footer-column-inner {
	padding: 0 1em;
}

.site-info-flex .site-info-column iframe.footerMap {
	width: 100%;
	display: block;
	box-shadow: rgba(0, 0, 0, .25) 0px 0px 5px;
	margin-top: 2em;
}

.site-info-flex .site-info-column .footer-column-inner .NAPaddress a {
	color: #fff;
	text-decoration: none;
}

.site-info-flex .site-info-column .footer-column-inner .NAPline {
	display: flex;
	align-items: center;
	padding: .6em 0 0em 0;
}

.site-info-flex .site-info-column .footer-column-inner .NAPline .NAPicon {
	width: 3em;
	color: #fff;
}

.site-info-flex .site-info-column .footer-column-inner .NAPline svg {
	display: inline-block;
	font-size: 1.8em;
	margin-right: .5em;
}

.site-info-flex .site-info-column .footer-column-inner .NAPline.bizName {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.25;
	border-bottom: solid 2px #003bbc;
	color: #fff;
	padding: .25em .5em;
}

.site-info-flex .site-info-column .footer-column-inner .NAPline.phoneLine a {
	text-decoration: none;
	color: #fff;
}

.site-info-flex .site-info-column .NAPLineText {
	display: block;
}

.site-info-flex .footer-column-title {
	display: block;
	border-bottom: solid 1px rgba(0, 0, 0, .2);
}

@media (min-width: 1030px) {
	.site-info-flex {
		display: flex;
		flex-wrap: wrap;
		max-width: 1150px;
		margin: 0 auto;
	}
	
	.site-info-flex .site-info-column {
		width: 40%;
	}
	
	.site-info-flex .footer-services-column, .site-info-flex .footer-quicklinks-column, .site-info-flex .footer-social-column {
		width: 20%;
	}
}

@media (min-width: 1300px) {
	.site-info-flex {
		justify-content: space-between;
	}
	
	.site-info-flex .site-info-column.contact-info {
		justify-content: space-between;
		width: 35%;
	}
}

.moreInformation {
	background: #313131;
	padding: 1em 2em;
	color: #fff;
	text-align: center;
}

.moreInformation a {
	background-color: #003bbc;
	color: #fff;
	text-decoration: none;
	padding: .25em .75em;
	border: solid 1px #fff;
	display: inline-block;
	font-size: .9em;
	margin: 0 .25em;
	transition: background-color .3s ease-in;
}

.moreInformation a:hover {
	background-color: #a40308;
}

.moreInformation a svg {
	max-width: 1em;
	top: .125em;
	position: relative;
}

.home-service-boxes-wrapper {
	padding: 4em 1em 0 1em;
	position: relative;
}

.home-service-boxes-wrapper .home-service-boxes {
	opacity: 1;
	z-index: 5;
	position: relative;
}

.home-service-boxes-wrapper .serviceBoxesBg {
	width: 100%;
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #a40308;
}

.home-service-boxes-wrapper .serviceBoxesBg img {
	width: 100%;
	height: 100%;
	background-size: cover;
}

.home-service-boxes-wrapper .serviceBoxSectionBgShadow {
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	line-height: 0;
	position: absolute;
	z-index: 4;
}

.home-service-boxes-wrapper .home-service-card-front, .home-service-boxes-wrapper .home-service-card-back {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fff;
	backface-visibility: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	box-shadow: 2px 2px 13px -6px rgba(0, 0, 0, .75);
}

.home-service-boxes-wrapper .home-service-card-front .buttonWrap, .home-service-boxes-wrapper .home-service-card-back .buttonWrap {
	padding: 0;
}

.home-service-boxes-wrapper .home-service-card-front .buttonWrap a.blueButton, .home-service-boxes-wrapper .home-service-card-back .buttonWrap a.blueButton {
	padding: .8em 2em;
	font-size: 1.2em;
	transition: background-color .35s;
}

.home-service-boxes-wrapper .home-service-card-front .buttonWrap a.blueButton:hover, .home-service-boxes-wrapper .home-service-card-back .buttonWrap a.blueButton:hover {
	background-color: #a40308;
}

.home-service-boxes-wrapper .home-service-card-front img.serviceBoxImg, .home-service-boxes-wrapper .home-service-card-front picture, .home-service-boxes-wrapper .home-service-card-back img.serviceBoxImg, .home-service-boxes-wrapper .home-service-card-back picture {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
}

.home-service-boxes-wrapper .home-service-card-front .home-service-box-title, .home-service-boxes-wrapper .home-service-card-back .home-service-box-title {
	padding: .8em;
	font-size: 1.7em;
	color: #fff;
	text-shadow: #000 0px 0px 5px;
}

.home-service-boxes-wrapper .home-service-card-front .serviceIconWrapper, .home-service-boxes-wrapper .home-service-card-back .serviceIconWrapper {
	top: 0;
	z-index: 4;
	width: 100%;
	position: relative;
	height: auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	background-color: #003bbc;
	transition: .2s ease-in-out;
}

.home-service-boxes-wrapper .home-service-card-front .serviceIconWrapper svg, .home-service-boxes-wrapper .home-service-card-back .serviceIconWrapper svg {
	max-height: 44%;
	color: #fff;
	position: absolute;
	right: 5%;
	width: 20%;
	fill: #fff;
}

.home-service-boxes-wrapper .home-service-card-back {
	transform: rotateY(180deg);
	padding: 1em 2em;
}

.home-service-boxes-wrapper .home-service-card {
	position: relative;
	width: 370px;
	height: 370px;
	cursor: pointer;
	transform-style: preserve-3d;
	transform-origin: center right;
	transition: transform 1s;
	margin: 1em auto;
	overflow: hidden;
}

.home-service-boxes-wrapper .home-service-card .flip-card-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform .8s;
	transform-style: preserve-3d;
}

.home-service-boxes-wrapper .home-service-card .serviceBoxShadow {
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .2);
	opacity: 0;
	z-index: 3;
	position: absolute;
	transition: .2s ease-in-out;
}

.home-service-boxes-wrapper .home-service-card:hover .service-icon-wrapper {
	opacity: 0;
}

.home-service-boxes-wrapper .home-service-card:hover .serviceBoxShadow {
	background: rgba(0, 0, 0, 0);
	z-index: -1;
}

.home-service-boxes-wrapper .home-service-card:hover .home-service-box-title {
	opacity: 0;
	transition-delay: .12s;
}

.home-service-boxes-wrapper .home-service-card:hover .home-service-card-front .serviceIconWrapper, .home-service-boxes-wrapper .home-service-card:hover .home-service-card-back .serviceIconWrapper {
	background-color: #fff;
}

.home-service-boxes-wrapper .home-service-card.is-flipped .flip-card-inner, .home-service-boxes-wrapper .home-service-card:hover .flip-card-inner {
	transform: rotateY(180deg);
}

.home-service-boxes-wrapper .weHandleAll {
	display: block;
	color: #002472;
	text-align: center;
	font-size: 2em;
	margin: 0 auto 1em auto;
	width: 100%;
	z-index: 3;
	position: relative;
	font-weight: 600;
}

.home-service-boxes-wrapper.home-service-boxes-full-wrapper {
	background-color: #fff;
	box-shadow: 2px 2px 13px -6px rgba(0, 0, 0, .5);
}

@media (min-width: 1030px) {
	.home-service-boxes-wrapper.home-service-boxes-full-wrapper {
		padding: 8% 1em;
	}
}

.home-service-boxes-wrapper.home-service-boxes-full-wrapper .weHandleAll {
	color: #002472;
	font-size: 2em;
}

.home-service-boxes-wrapper .home-service-boxes-flex {
	display: flex;
	flex-wrap: wrap;
	font-size: 3.5vw;
	justify-content: space-around;
	-webkit-justify-content: space-around;
	align-items: center;
}

@media (min-width: 500px) {
	.home-service-boxes-wrapper .home-service-boxes-flex {
		font-size: 14px;
		flex-direction: row;
	}
}

.home-service-boxes-wrapper .home-service-boxes-flex .home-service-box {
	padding: 1em;
	color: #fff;
	text-align: center;
	margin: 0;
	display: flex;
	flex-direction: column;
	width: 50%;
	max-width: 180px;
	align-items: center;
}

.home-service-boxes-wrapper .home-service-boxes-flex .home-service-box .serviceIconWrapper {
	width: 7em;
	position: relative;
	height: 7em;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	-webkit-justify-content: center;
	align-items: center;
}

.home-service-boxes-wrapper .home-service-boxes-flex .home-service-box .serviceIconWrapper img, .home-service-boxes-wrapper .home-service-boxes-flex .home-service-box .serviceIconWrapper svg {
	color: #fff;
	fill: #fff;
	max-width: 55%;
	max-height: 55%;
	z-index: 5;
	position: relative;
}

.home-service-boxes-wrapper .home-service-boxes-flex .home-service-box .serviceIconWrapper:before {
	background: linear-gradient(to left, #a40308 50%, #003bbc 50%);
	background-size: 200% 100%;
	background-position: right bottom;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border-radius: 50%;
	transition: all .2s ease;
}

.home-service-boxes-wrapper .home-service-boxes-flex .home-service-box:hover .serviceIconWrapper:before {
	background-position: left bottom;
	transition: all .2s ease;
}

.home-service-boxes-wrapper .home-service-boxes-flex .home-service-box .home-service-box-title {
	text-decoration: none;
	color: #222;
	padding: .35em 1em;
	margin-top: 1em;
	display: inline-block;
	white-space: nowrap;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.5em;
}

.home-service-boxes-wrapper .home-service-boxes-flex .home-service-box .serviceDescription {
	color: #000;
	padding: 0 1em;
}

.home-service-boxes-wrapper .home-service-boxes-flex .home-service-box.heatingService .serviceIconWrapper img {
	padding-left: 3%;
}

.home-service-boxes-wrapper .home-service-boxes-flex.home-service-boxes-full-flex {
	max-width: 1500px;
}

.home-service-boxes-wrapper .home-service-boxes-flex.home-service-boxes-full-flex .home-service-box {
	width: 95%;
	max-width: 500px;
	padding: 0;
	background: #fff;
	margin: 1em auto;
}

.home-service-boxes-wrapper .home-service-boxes-flex.home-service-boxes-full-flex .home-service-box .serviceIconWrapper {
	height: 100px;
	width: 100px;
	transform: translate(0px, -50px);
	margin-bottom: -50px;
}

.home-service-boxes-wrapper .home-service-boxes-flex.home-service-boxes-full-flex .home-service-box .serviceIconWrapper:before {
	background: linear-gradient(to left, #003bbc 50%, #a40308 50%);
	background-size: 200% 100%;
	background-position: right bottom;
}

.home-service-boxes-wrapper .home-service-boxes-flex.home-service-boxes-full-flex .home-service-box .home-service-box-title {
	font-size: 1.15em;
	padding: .25em 0 0 0;
	transition: color .25s ease;
}

.home-service-boxes-wrapper .home-service-boxes-flex.home-service-boxes-full-flex .home-service-box .serviceBoxBottom {
	font-size: 17px;
}

.home-service-boxes-wrapper .home-service-boxes-flex.home-service-boxes-full-flex .home-service-box .home-service-single-icon {
	display: block;
}

.home-service-boxes-wrapper .home-service-boxes-flex.home-service-boxes-full-flex .home-service-box .home-service-single-icon img {
	display: block;
	line-height: 0;
}

.home-service-boxes-wrapper .home-service-boxes-flex.home-service-boxes-full-flex .home-service-box:hover .serviceIconWrapper:before {
	background-position: left bottom;
	transition: all .2s ease;
}

.home-service-boxes-wrapper .home-service-boxes-flex.home-service-boxes-full-flex .home-service-box:hover .home-service-box-title {
	color: #a40308;
	transition: color .25s ease;
}

@media (min-width: 768px) {
	.home-service-boxes-wrapper .home-service-boxes-flex.home-service-boxes-full-flex {
		justify-content: space-around;
		-webkit-justify-content: space-evenly;
		align-items: flex-start;
	}
	
	.home-service-boxes-wrapper .home-service-boxes-flex.home-service-boxes-full-flex .home-service-box {
		width: 48%;
		margin: 1em 0;
	}
}

@media (min-width: 1030px) {
	.home-service-boxes-wrapper .home-service-boxes-flex.home-service-boxes-full-flex .home-service-box {
		width: 31%;
	}
}

@media (min-width: 300px) {
	.home-service-boxes-wrapper .home-service-card {
		width: 40vw;
		height: 40vw;
		font-size: 2.5vw;
	}
}

@media (min-width: 768px) {
	.home-service-boxes-wrapper .home-service-boxes-flex.home-service-boxes-full-flex {
		max-width: unset;
		margin: 0 auto;
	}
	
	.home-service-boxes-wrapper .home-service-card {
		width: 22vw;
		height: 22vw;
		max-width: 230px;
		max-height: 230px;
		font-size: 14px;
	}
}

@media (min-width: 1030px) {
	.home-service-boxes-wrapper .home-service-boxes-flex.home-service-boxes-full-flex {
		max-width: 1220px;
	}
	
	.home-service-boxes-wrapper .home-service-card {
		max-width: 250px;
		max-height: 250px;
	}
}

@media (min-width: 1300px) {
	.home-service-boxes-wrapper .home-service-boxes-flex.home-service-boxes-full-flex {
		max-width: 1600px;
	}
	
	.home-service-boxes-wrapper .home-service-card {
		max-width: 370px;
		max-height: 370px;
	}
}

@media (min-width: 1030px) {
	.home-service-boxes-wrapper .home-service-boxes-flex {
		display: flex;
		flex-wrap: wrap;
		max-width: 1350px;
		margin: 1em auto;
	}
	
	.home-service-boxes-wrapper .home-service-boxes-flex .home-service-box {
		max-width: 400px;
		width: 16%;
		width: 16.6666666667%;
		margin: 0;
	}
	
	.home-service-boxes-wrapper .home-service-boxes-flex .home-service-box .serviceIconWrapper {
		width: 15em;
		height: 15em;
		max-width: 200px;
		max-height: 200px;
	}
}

@media (min-width: 1400px) {
	.home-service-boxes-wrapper .home-service-boxes-flex .home-service-box {
		width: 25%;
	}
	
	.home-service-boxes-wrapper .home-service-boxes-flex .home-service-boxes-wrapper .home-service-card {
		width: 250px;
		height: 250px;
		font-size: 14px;
	}
}

.home-family-business {
	padding: 2em;
}

.home-family-business .home-family-business-inner {
	max-width: 1400px;
	margin: 0 auto;
}

.module-wrapper {
	overflow: hidden;
}

@media (min-width: 1030px) {
	.module {
		transition: .5s;
		transition-delay: .1s;
		transform: translate(0, 15%);
	}
	
	.module.showing {
		transform: translate(0, 0%);
	}
	
	.module.already-visible {
		transform: translate(0, 0%);
		transition: 0s;
		transition-delay: 0s;
	}
}

.home-content {
	padding: 1em 2em;
	max-width: 1400px;
	margin: 0 auto;
}

.home-content .threeCol .singleCol {
	padding: 1em;
	max-width: 550px;
	margin: 0 auto;
	display: inline-block;
}

.home-content .threeCol .singleCol .learnmorewrap {
	text-align: left;
}

@media (min-width: 1400px) {
	.home-content .threeCol {
		display: flex;
		flex-wrap: wrap;
		-webkit-justify-content: space-around;
		justify-content: space-evenly;
	}
	
	.home-content .threeCol .singleCol {
		width: 31%;
		margin: 0;
	}
}

.home-slideshow-inner {
	position: relative;
}

.home-slideshow-inner .slideshow-text {
	z-index: 8;
	position: absolute;
	top: 0;
	width: 100%;
}

.home-slideshow-inner .slideshow-text p {
	margin: 0 auto;
	line-height: 1.25;
	font-size: 3.5vw;
	color: #fff;
	font-weight: bold;
	text-align: center;
	display: block;
	padding: .1em 0 .5em 0;
	letter-spacing: .02em;
	text-shadow: #000 .05em .1em .05em;
	background: linear-gradient(180deg, rgba(0, 0, 0, .5) 60%, rgba(0, 0, 0, .3) 80%, rgba(0, 0, 0, 0) 100%);
}

.home-slideshow-inner img {
	width: 100%;
	display: block;
	position: relative;
}

.contactBarWrapper .contactBar {
	background-color: #a40308;
}

.contactBarWrapper .contactBar .contactBarFlex {
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.contactBarWrapper .contactBar .contactBarForm form.wpcf7-form .wpcf7-not-valid-tip {
	color: #fff;
	font-size: 14px;
	margin-bottom: 5px;
}

@media (max-width: 767px) {
	.contactBarWrapper .contactBar .contactBarForm form.wpcf7-form .wpcf7-not-valid-tip {
		text-align: center;
		margin-top: -5px;
	}
}

.contactBarWrapper .contactBar .contactBarForm form.wpcf7-form.sent .wpcf7-response-output {
	border-color: #46b450;
	background-color: green;
	color: #fff;
	margin: .5em;
	margin-bottom: 0;
	text-shadow: #000 1px 1px 2px;
}

.contactBarWrapper .contactBar .contactBarForm form.wpcf7-form.invalid .wpcf7-response-output, .contactBarWrapper .contactBar .contactBarForm form.wpcf7-form.unaccepted .wpcf7-response-output {
	margin-top: 0;
	background: #fdfdc5;
}

@media (min-width: 768px) {
	.contactBarWrapper .contactBar .contactBarForm form.wpcf7-form.invalid .wpcf7-response-output, .contactBarWrapper .contactBar .contactBarForm form.wpcf7-form.unaccepted .wpcf7-response-output {
		text-align: center;
		margin: 0 auto;
	}
}

.contactBarWrapper .contactBar .contactBarForm form.wpcf7-form.invalid .contactBarFormFields, .contactBarWrapper .contactBar .contactBarForm form.wpcf7-form.unaccepted .contactBarFormFields {
	align-items: baseline;
}

.contactBarWrapper .contactBar .contactBarForm .contactBarFormFields {
	display: flex;
	flex-direction: column;
}

.contactBarWrapper .contactBar .contactBarForm .contactBarFormFields .contactBarField {
	width: 100%;
}

.contactBarWrapper .contactBar .contactBarForm .contactBarFormFields .contactBarField .wpcf7-form-control-wrap {
	width: 100%;
}

.contactBarWrapper .contactBar .contactBarForm .contactBarFormFields .contactBarField .wpcf7-form-control-wrap input {
	width: 100%;
	padding: .15em .5em;
}

@media (max-width: 767px) {
	.contactBarWrapper .contactBar .contactBarForm .contactBarFormFields .contactBarField .wpcf7-form-control-wrap input {
		width: 90%;
		margin: 0 auto;
		display: block;
		margin-bottom: .5em;
	}
}

.contactBarWrapper .contactBar .contactBarForm .contactBarFormFields .contactBarField label {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.contactBarWrapper .contactBar .contactBarForm .contactBarFormFields .contactBarSubmit {
	position: relative;
}

@media (max-width: 767px) {
	.contactBarWrapper .contactBar .contactBarForm .contactBarFormFields .contactBarSubmit {
		width: 100%;
	}
}

.contactBarWrapper .contactBar .contactBarForm .contactBarFormFields .contactBarSubmit input[type=submit] {
	color: #fff;
	background-color: #003bbc;
	width: 100%;
	padding: .5em;
}

@media (max-width: 767px) {
	.contactBarWrapper .contactBar .contactBarForm .contactBarFormFields .contactBarSubmit input[type=submit] {
		width: 90%;
		margin: 0 auto;
		display: block;
		margin-bottom: .5em;
		padding: .5em 0;
		border-radius: 5px;
	}
}

.contactBarWrapper .contactBar .contactBarForm .contactBarFormFields .contactBarSubmit .ajax-loader {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #003bbc;
	width: 100%;
	margin: 0;
}

.contactBarWrapper .contactBar .contactBarOffer {
	color: #fff;
	text-align: center;
	display: block;
	font-size: 22px;
	font-weight: bold;
}

.contactBarWrapper .contactBar .contactBarOffer .contactBarOfferTop {
	display: block;
}

@media (max-width: 767px) {
	.contactBarWrapper .contactBar .contactBarOffer .contactBarOfferTop {
		padding: .25em;
	}
}

@media (min-width: 768px) {
	.contactBarWrapper .contactBar .contactBarOffer {
		width: 100%;
	}
	
	.contactBarWrapper .contactBar .contactBarFlex {
		padding: .75em .5em;
	}
	
	.contactBarWrapper .contactBar .contactBarForm .contactBarFormFields {
		flex-direction: row;
		justify-content: space-around;
		-webkit-justify-content: space-evenly;
		align-items: center;
	}
	
	.contactBarWrapper .contactBar .contactBarForm .contactBarFormFields .contactBarField {
		width: 20%;
	}
	
	.contactBarWrapper .contactBar .contactBarForm .contactBarFormFields .contactBarSubmit {
		width: 15%;
		display: flex;
		flex-direction: column;
	}
}

@media (min-width: 1030px) {
	.contactBarWrapper .contactBar .contactBarFlex {
		flex-direction: row;
		max-width: 1450px;
		margin: 0 auto;
	}
	
	.contactBarWrapper .contactBar .contactBarOffer {
		width: 200px;
	}
	
	.contactBarWrapper .contactBar .contactBarForm {
		width: calc(100% - 250px);
	}
}

.header-mid {
	display: none;
}

@media (min-width: 1030px) {
	.header-flex {
		padding: .5em 0;
		justify-content: space-between;
		max-width: 1250px;
	}
	
	.header-flex .header-logo-menu {
		display: none;
	}
	
	.header-flex .header-contact {
		width: 45%;
		order: 4;
		display: flex;
		align-items: center;
		flex-direction: row;
		font-size: 22px;
		padding: 0 .15em;
	}
	
	.site-branding {
		width: 25%;
		padding: .75em 0;
	}
	
	.header-mid {
		order: 2;
		display: flex;
		flex-direction: column;
		justify-content: space-around;
		-webkit-justify-content: center;
		align-items: center;
	}
	
	.header-mid .reviewBox {
		display: flex;
		height: 75px;
		flex-wrap: wrap;
		justify-content: space-around;
		-webkit-justify-content: space-evenly;
	}
}

@media (min-width: 1030px)and (min-width: 850px) {
	.header-mid .reviewBox {
		height: 90%;
		max-height: 90px;
		border: solid 2px #ccc;
		max-width: 350px;
		margin-top: 5px;
	}
}

@media (min-width: 1030px) {
	.header-mid .reviewBox a.googleReviews, .header-mid .reviewBox a.yelpReviews {
		display: flex;
		flex-direction: column;
		justify-content: center;
		height: 90%;
		width: auto;
	}
	
	.header-mid .reviewBox a.googleReviews img, .header-mid .reviewBox a.yelpReviews img {
		width: auto;
		max-height: 95%;
	}
	
	.header-mid .reviewBox a.googleReviews {
		max-width: 160px;
	}
	
	.header-mid .reviewBox a.yelpReviews {
		max-width: 100px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	
	.header-mid .reviewBox a.yelpReviews img {
		max-height: 90%;
		padding-bottom: 3%;
	}
	
	.header-mid .readOurreviewBox {
		font-size: 14px;
	}
	
	.header-mid .readOurreviewBox .totalReviews {
		display: block;
	}
	
	.header-mid .readOurreviewBox .totalReviews.totalReviewBottom {
		font-weight: 300;
		font-size: 1.4em;
	}
	
	.header-mid .readOurreviewBox .readReviewsText {
		color: #fff;
		border: solid 1px;
		text-decoration: none;
		text-decoration: uppercase;
		padding: .2em .4em;
		font-size: .85em;
		margin-left: .5em;
		border-radius: 1em;
		display: inline-block;
		line-height: 1.25;
		transition: .2s ease;
	}
	
	.header-mid .readOurreviewBox .starsWrap {
		display: inline-block;
		text-align: center;
		margin: .5em auto;
	}
	
	.header-mid .readOurreviewBox .starsWrap a.readReviews {
		display: flex;
	}
	
	.header-mid .readOurreviewBox .starsWrap svg {
		margin: 0 .125em;
		color: #f3131d;
		transition: .2s;
		width: 1.25em;
	}
	
	.header-mid .readOurreviewBox .starsWrap:hover svg {
		color: #ff0;
	}
	
	.header-mid .readOurreviewBox .starsWrap:hover .readReviewsText {
		background-color: #f3131d;
	}
}

@media (min-width: 1030px)and (min-width: 850px) {
	.header-mid .readOurReviews {
		width: 100%;
		text-align: center;
	}
	
	.header-mid .readOurReviews .readOurReviewsText {
		position: relative;
		padding: .25em 1em;
		color: #666;
		line-height: 1;
		font-size: .85em;
		text-transform: uppercase;
	}
}

@media (min-width: 1030px) {
	.header-mid-right {
		width: 15%;
		order: 3;
		max-width: 150px;
		text-align: center;
	}
}

@media (min-width: 1030px)and (min-width: 1400px) {
	.header-mid-right {
		display: flex;
	}
}

@media (min-width: 1030px) {
	.header-mid-right a.hiringBadge {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	
	.header-mid-right a.hiringBadge img {
		display: block;
		line-height: 0;
	}
}

@media (min-width: 1400px) {
	.header-flex {
		max-width: 1300px;
	}
	
	.header-flex .header-contact {
		max-width: 510px;
		width: 40%;
	}
}

.whyChoose {
	position: relative;
	z-index: 2;
	background: #fff;
}

@media (min-width: 1030px) {
	.whyChoose {
		padding: 8em 0;
	}
}

.whyChoose .whyChooseBGsvg {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	background-color: #243265;
	display: flex;
	flex-direction: column;
	width: 100%;
	justify-content: flex-start;
	height: 100%;
	backface-visibility: hidden;
	overflow: hidden;
}

.whyChoose .whyChooseBGsvg svg {
	width: 100%;
	background-color: #fff;
}

.whyChoose .whyChooseBGsvg svg .st0 {
	fill: #243265;
}

.whyChoose .whyChooseBGsvg svg .st1 {
	opacity: .19;
	fill: #223463;
}

.whyChoose .whyChooseBGsvg .whyChooseBGspacer {
	background-color: #243265;
	display: block;
	width: 100%;
	height: fit-content;
	position: relative;
	content: "";
}

.whyChoose .whyChooseFlex .whyChooseRight {
	box-shadow: 2px 2px 13px -6px rgba(0, 0, 0, .5);
}

.whyChoose .whyChooseFlex .whyChooseRight .whyChooseDescription {
	display: none;
}

@media (max-width: 500px) {
	.whyChoose .whyChooseFlex .whyChooseRight {
		border: none;
		box-shadow: none;
	}
	
	.whyChoose .whyChooseFlex .whyChooseRight .whyChooseItems {
		background-color: #fff;
	}
}

.whyChoose svg {
	position: relative;
	height: auto;
	z-index: 5;
}

.whyChoose .whyChooseInner {
	z-index: 6;
	position: relative;
	text-align: left;
	font-size: 15px;
}

@media (min-width: 400px) {
	.whyChoose .whyChooseInner {
		font-size: 16px;
	}
}

@media (min-width: 1030px) {
	.whyChoose .whyChooseInner {
		font-size: 18px;
		padding: 1em;
	}
}

.whyChoose .whyChooseTitle {
	color: #002472;
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 2em;
}

.whyChoose .whyChooseFlex {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.whyChoose .whyChooseFlex .whyChooseImgBox {
	order: 2;
}

.whyChoose .whyChooseFlex .whyChooseRight {
	order: 1;
	background-color: #fff;
	padding: 3em 2em;
}

@media (max-width: 350px) {
	.whyChoose .whyChooseFlex .whyChooseRight {
		padding: 4% 2%;
	}
}

.whyChoose .whyChooseFlex .whyChooseIcon {
	width: 1.8em;
	height: 1.8em;
	font-size: 2em;
	color: #a40308;
	fill: #a40308;
	flex-direction: column;
	justify-content: center;
	display: flex;
}

.whyChoose .whyChooseFlex .whyChooseTop {
	display: flex;
	align-items: center;
}

.whyChoose .whyChooseFlex .whyChooseName {
	font-weight: bold;
	line-height: 1.25;
	font-size: 1.15em;
}

@media (min-width: 1030px) {
	.whyChoose .whyChooseFlex {
		flex-direction: row;
		justify-content: center;
	}
	
	.whyChoose .whyChooseFlex .whyChooseImgBox {
		order: 1;
		width: 55%;
	}
	
	.whyChoose .whyChooseFlex .whyChooseImgBox img {
		object-fit: cover;
		height: 100%;
	}
	
	.whyChoose .whyChooseFlex .whyChooseRight {
		order: 2;
		width: 45%;
	}
	
	.whyChoose .whyChooseFlex .whyChooseRight .whyChooseItems {
		padding: 1.5em 1em;
		background-color: #fff;
	}
}

@media (min-width: 1030px)and (max-width: 1199px) {
	.whyChoose .whyChooseFlex .whyChooseRight .whyChooseItems {
		flex-direction: column;
		padding: 1em;
	}
	
	.whyChoose .whyChooseFlex .whyChooseRight .whyChooseItems .whyChooseItem {
		width: 95%;
		border: none;
		padding: .5em 1em;
	}
}

@media (min-width: 1200px) {
	.whyChoose .whyChooseFlex .whyChooseImgBox {
		width: 50%;
		max-width: 640px;
	}
	
	.whyChoose .whyChooseFlex .whyChooseRight {
		width: 50%;
	}
}

@media (min-width: 1500px) {
	.whyChoose .whyChooseFlex .whyChooseRight .whyChooseItems {
		padding: 1em 2%;
	}
	
	.whyChoose .whyChooseFlex .whyChooseRight .whyChooseItems .whyChooseItem {
		width: 48.5%;
	}
}

.whyChoose .whyChooseItems {
	background-color: #fff;
	padding: 1em;
}

@media (min-width: 500px) {
	.whyChoose .whyChooseItems {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	.whyChoose .whyChooseItems .whyChooseItem {
		width: 47%;
	}
	
	.whyChoose .whyChooseItems .whyChooseItem .whyChooseName {
		font-size: 1em;
		width: calc(100% - 3em);
	}
}

.whyChoose .whyChooseItem {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding: 1em;
	overflow: hidden;
	position: relative;
	transition: color .3s ease-in-out;
}

.whyChoose .whyChooseItem .whyChooseIcon {
	margin-right: 1em;
}

@media (max-width: 1029px) {
	.whyChoose .whyChooseItem {
		border-bottom: solid 1px #d0cccb;
	}
}

.whyChoose .whyChooseItem:after {
	background: #d0cccb;
	width: 544px;
	height: 1px;
	left: -50%;
	position: absolute;
	bottom: 0;
	opacity: 0;
	transition: .3s ease-in-out;
	transition: .3s;
	transition-delay: .5s;
	content: "";
}

.whyChoose .whyChooseItem:hover {
	color: #a40308;
}

.whyChoose .whyChooseItem:hover:after {
	left: 0;
	opacity: 1;
	transition: .3s ease-in-out;
}

.whyChoose .whyChooseLeft {
	max-width: 700px;
	margin: 0 auto;
}

.whyChoose .whyChooseLeft .home-why-choose-icon {
	display: flex;
	margin-bottom: 1em;
	align-items: center;
	position: relative;
}

.whyChoose .whyChooseLeft .home-why-choose-icon .whyChooseTitle {
	display: block;
	font-weight: bold;
}

.whyChoose .whyChooseLeft .home-why-choose-icon .home-why-choose-icon-left {
	font-size: 3em;
	flex: 0 1 1.5em;
	margin-right: 15px;
	text-align: center;
	height: 1.5em;
	width: 1.5em;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #a40308;
	color: #fff;
	position: relative;
}

.whyChoose .whyChooseLeft .home-why-choose-icon .home-why-choose-icon-right {
	width: 75%;
	width: calc(100% - 2em);
}

.whyChoose .whyChooseLeft .home-why-choose-icon .whyChooseDescription {
	line-height: 1.3;
}

.whyChoose .whyChooseLeft .home-why-choose-icon .whyChooseTitle {
	line-height: 1.5;
	margin-bottom: .15em;
}

@media (max-width: 500px) {
	.whyChoose .whyChooseLeft .home-why-choose-icon {
		flex-direction: column;
	}
	
	.whyChoose .whyChooseLeft .home-why-choose-icon .whyChooseTitle {
		text-align: center;
	}
	
	.whyChoose .whyChooseLeft .home-why-choose-icon .whyChooseDescription {
		text-align: center;
	}
}

.whyChoose .whyChooseRight .whyChooseTitle {
	font-weight: bold;
	text-align: center;
	display: block;
}

@media (min-width: 1030px) {
	.whyChoose .whyChooseRight .whyChooseTitle {
		text-align: left;
		padding-left: .75em;
	}
}

.phoneLine {
	text-transform: uppercase;
}

.phoneLineTwo a, .phoneLineTwo a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	transition: color .4s ease-out;
}

@media (min-width: 1030px) {
	.module, .module.fromBottom, .module.fromTop, .module.fromLeft, .module.fromRight {
		opacity: 0;
		transition-delay: .1s;
		transition: .5s;
	}
	
	.module.showing, .module.showing.fromBottom, .module.showing.fromTop, .module.showing.fromLeft, .module.showing.fromRight, .module.already-visible, .module.already-visible.fromBottom, .module.already-visible.fromTop, .module.already-visible.fromLeft, .module.already-visible.fromRight {
		opacity: 1;
		transform: translate(0, 0%);
	}
	
	.module.showing.already-visible, .module.showing.fromBottom.already-visible, .module.showing.fromTop.already-visible, .module.showing.fromLeft.already-visible, .module.showing.fromRight.already-visible, .module.already-visible.already-visible, .module.already-visible.fromBottom.already-visible, .module.already-visible.fromTop.already-visible, .module.already-visible.fromLeft.already-visible, .module.already-visible.fromRight.already-visible {
		transition: 0s;
	}
	
	.module {
		transform: translate(0, 15%);
	}
	
	.module.fromBottom {
		transform: translate(0, 15%);
	}
	
	.module.fromTop {
		transform: translate(0, -15%);
	}
	
	.module.fromLeft {
		transform: translate(-15%, 0);
	}
	
	.module.fromRight {
		transform: translate(15%, 0);
	}
}

.blogPostFlex {
	display: flex;
	flex-direction: column;
	max-width: 1400px;
	margin: 0 auto;
	padding: 1em;
}

.blogPostFlex .archive-article-wrapper {
	margin-bottom: 30px;
	display: flex;
	box-shadow: rgba(0, 0, 0, .2) 0px 1px 5px 1px;
	align-items: stretch;
}

.blogPostFlex .archive-article-wrapper h2.blogTitle {
	margin-top: .5em;
}

.blogPostFlex .archive-article-wrapper a.learnMore, .blogPostFlex .archive-article-wrapper a.learnMore:visited {
	font-size: .8em;
	text-transform: uppercase;
	border: solid 1px;
	padding: 0em .5em;
	display: inline-block;
	line-height: 1.25;
	margin: 1px 2px;
	color: #113156;
	font-weight: 500;
	text-decoration: none;
}

.blogPostFlex .archive-article-wrapper article {
	text-align: left;
	padding: 1em 2em;
}

@media (min-width: 1200px) {
	.blogPostFlex {
		flex-direction: row;
		justify-content: space-between;
	}
	
	.blogPostFlex .blogPostLeft {
		width: 72%;
	}
	
	.blogPostFlex .blogPostLeft .archive-article-wrapper article {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
	
	.blogPostFlex .blogPostLeft .archive-article-wrapper article .articleFlexLeft {
		width: 25%;
	}
	
	.blogPostFlex .blogPostLeft .archive-article-wrapper article .articleFlexLeft .archive-article-thumb {
		height: 100%;
	}
	
	.blogPostFlex .blogPostLeft .archive-article-wrapper article .articleFlexLeft .archive-article-thumb img {
		height: 100%;
		object-fit: cover;
		padding: 5px;
	}
	
	.blogPostFlex .blogPostLeft .archive-article-wrapper article .articleFlexRight {
		width: 73%;
	}
	
	.blogPostFlex .blogPostRight {
		width: 25%;
	}
}

@media (max-width: 1199px) {
	.archive-article-thumb {
		display: none;
	}
}

h2.blogTitle {
	font-size: 1.5em;
	margin: 0;
}

h2.blogTitle a {
	text-decoration: none;
	color: #003bbc;
	font-weight: normal;
	display: block;
	transition: color .2s ease-in;
	text-align: left;
}

h2.blogTitle a:hover {
	color: #004bef;
}

.posted-on {
	display: block;
	text-align: left;
	font-style: italic;
	color: #777;
}

.sidebar-recent-posts, .home-recent-posts {
	text-align: left;
}

.sidebar-recent-posts .sidebar-recent-post, .sidebar-recent-posts .home-recent-post, .home-recent-posts .sidebar-recent-post, .home-recent-posts .home-recent-post {
	border-top: 1px solid #ccc;
	padding: 1px;
	display: flex;
	transition: .4s ease;
}

.sidebar-recent-posts .sidebar-recent-post:hover, .sidebar-recent-posts .home-recent-post:hover, .home-recent-posts .sidebar-recent-post:hover, .home-recent-posts .home-recent-post:hover {
	border: 5px solid #a40308;
	transform: scale(1.025);
}

.sidebar-recent-posts .sidebar-recent-post a, .sidebar-recent-posts .sidebar-recent-post a:visited, .sidebar-recent-posts .home-recent-post a, .sidebar-recent-posts .home-recent-post a:visited, .home-recent-posts .sidebar-recent-post a, .home-recent-posts .sidebar-recent-post a:visited, .home-recent-posts .home-recent-post a, .home-recent-posts .home-recent-post a:visited {
	display: block;
	font-weight: 400;
	font-weight: 500;
	font-size: 1em;
	line-height: 1.3;
	margin: 1px 2px;
	color: #003bbc;
	text-decoration: none;
}

.sidebar-recent-posts .sidebar-recent-post .postInfo, .sidebar-recent-posts .home-recent-post .postInfo, .home-recent-posts .sidebar-recent-post .postInfo, .home-recent-posts .home-recent-post .postInfo {
	display: block;
}

.sidebar-recent-posts .sidebar-recent-post img, .sidebar-recent-posts .home-recent-post img, .home-recent-posts .sidebar-recent-post img, .home-recent-posts .home-recent-post img {
	background-size: cover;
	display: block;
	width: 100%;
}

.sidebar-recent-posts .sidebar-recent-post .posted-date, .sidebar-recent-posts .home-recent-post .posted-date, .home-recent-posts .sidebar-recent-post .posted-date, .home-recent-posts .home-recent-post .posted-date {
	color: #002472;
	font-weight: 300;
	font-size: .85em;
	display: block;
	line-height: 1;
	padding-left: .2em;
	margin-bottom: .5em;
}

.sidebar-recent-posts .sidebar-recent-post:first-of-type, .sidebar-recent-posts .home-recent-post:first-of-type, .home-recent-posts .sidebar-recent-post:first-of-type, .home-recent-posts .home-recent-post:first-of-type {
	border-top: none;
}

.sidebar-recent-posts .recentPostsTitleWrap {
	display: block;
	text-align: center;
}

.sidebar-recent-posts .recentPostsTitle {
	display: inline-block;
	text-align: center;
	color: #002472;
	margin: 0 auto;
	font-size: 1.4em;
	padding: 0 1em;
	margin-top: .5em;
	border-bottom: solid 2px;
}

.sidebar-recent-posts .sidebar-recent-post {
	padding: .5em 0;
}

.sidebar-recent-posts .sidebar-recent-post .posted-date {
	margin: .15em;
}

.sidebar-recent-posts .sidebar-recent-post:nth-child(2) {
	border-top: 0;
}

.buttonWrap, .site-main .entry-content .buttonWrap {
	text-align: center;
	padding: 1em;
	display: block;
}

.buttonWrap a.blueButton, .buttonWrap a.blueButton:visited, .site-main .entry-content .buttonWrap a.blueButton, .site-main .entry-content .buttonWrap a.blueButton:visited {
	background-color: #003bbc;
	color: #fff;
	padding: .75em 2.5em;
	font-size: 1.2em;
	border-radius: 2em;
	line-height: 1.5;
	display: inline-block;
	margin: 0 auto;
	text-decoration: none;
	font-weight: 300;
	transition: background-color ease .35s;
}

.buttonWrap a.blueButton.blueButton, .buttonWrap a.blueButton:visited.blueButton, .site-main .entry-content .buttonWrap a.blueButton.blueButton, .site-main .entry-content .buttonWrap a.blueButton:visited.blueButton {
	font-size: 1.2em;
}

.buttonWrap a.blueButton.blueButton.applyHere, .buttonWrap a.blueButton:visited.blueButton.applyHere, .site-main .entry-content .buttonWrap a.blueButton.blueButton.applyHere, .site-main .entry-content .buttonWrap a.blueButton:visited.blueButton.applyHere {
	font-size: 1.75em;
}

.buttonWrap a.blueButton:hover, .buttonWrap a.blueButton:visited:hover, .site-main .entry-content .buttonWrap a.blueButton:hover, .site-main .entry-content .buttonWrap a.blueButton:visited:hover {
	background-color: #a40308;
	transition: background-color ease .35s;
}

.home-recent-posts-wrapper, .couponSectionWrapper {
	padding: 5% 1em;
}

.home-recent-posts-wrapper .couponSection, .couponSectionWrapper .couponSection {
	overflow: hidden;
}

.home-recent-posts-wrapper .viewBlogsWrap, .home-recent-posts-wrapper .buttonWrap, .couponSectionWrapper .viewBlogsWrap, .couponSectionWrapper .buttonWrap {
	text-align: center;
	padding: 1em;
	display: block;
	z-index: 5;
	position: relative;
}

.home-recent-posts-wrapper .viewBlogsWrap a.viewBlogs, .home-recent-posts-wrapper .viewBlogsWrap a.blueButton, .home-recent-posts-wrapper .buttonWrap a.viewBlogs, .home-recent-posts-wrapper .buttonWrap a.blueButton, .couponSectionWrapper .viewBlogsWrap a.viewBlogs, .couponSectionWrapper .viewBlogsWrap a.blueButton, .couponSectionWrapper .buttonWrap a.viewBlogs, .couponSectionWrapper .buttonWrap a.blueButton {
	background-color: #003bbc;
	color: #fff;
	padding: .75em 2.5em;
	font-size: 1.2em;
	line-height: 1.5;
	display: inline-block;
	margin: 0 auto;
	text-decoration: none;
	font-weight: 300;
	transition: background-color ease .35s;
	border-radius: 2em;
	box-shadow: rgba(0, 0, 0, .5) 2px 2px 2px;
}

.home-recent-posts-wrapper .viewBlogsWrap a.viewBlogs:hover, .home-recent-posts-wrapper .viewBlogsWrap a.blueButton:hover, .home-recent-posts-wrapper .buttonWrap a.viewBlogs:hover, .home-recent-posts-wrapper .buttonWrap a.blueButton:hover, .couponSectionWrapper .viewBlogsWrap a.viewBlogs:hover, .couponSectionWrapper .viewBlogsWrap a.blueButton:hover, .couponSectionWrapper .buttonWrap a.viewBlogs:hover, .couponSectionWrapper .buttonWrap a.blueButton:hover {
	background-color: #a40308;
	transition: background-color ease .35s;
}

.home-recent-posts-inner {
	max-width: 1600px;
	margin: 2em auto;
	margin-bottom: 3em;
	overflow: hidden;
}

.home-recent-posts-inner .recentPostsTitleWrap {
	position: relative;
	text-align: center;
}

.home-recent-posts-inner .sectionSubTitle {
	text-align: center;
	display: block;
	font-size: 1em;
	width: auto;
	position: relative;
	margin-bottom: 1em;
}

.home-recent-posts-inner .sectionSubTitle a {
	background-color: #a40308;
	color: #fff;
	padding: .25em 1.5em;
	margin: 0 .5em;
	font-size: 1em;
	border-radius: 2em;
	line-height: 1.5;
	display: inline-block;
	text-decoration: none;
	font-weight: 300;
	text-transform: uppercase;
	transition: background-color ease .35s;
}

.home-recent-posts-inner .sectionSubTitle a:hover {
	background-color: #710205;
}

.home-recent-posts-inner .slick-list {
	padding: 0 !important;
}

.home-recent-posts-inner .recentPostsTitle {
	display: block;
	color: #002472;
	text-align: center;
	font-size: 2em;
	font-weight: bold;
	margin: .5em auto;
	width: 100%;
}

.home-recent-posts-inner .home-recent-posts .home-recent-post {
	font-size: 18px;
	margin: 1em auto;
	padding: 0;
	width: 90% !important;
	overflow: hidden;
	text-align: left;
	align-items: center;
	justify-content: center;
	border: 1px solid #ccc;
}

.home-recent-posts-inner .home-recent-posts .home-recent-post .home-recent-post-flex {
	flex-wrap: wrap;
	flex-direction: column;
	width: 100%;
	height: 100%;
}

.home-recent-posts-inner .home-recent-posts .home-recent-post .posted-date {
	text-align: center;
	display: block;
}

.home-recent-posts-inner .home-recent-posts .home-recent-post .recent-post-thumb {
	height: 300px;
	width: 100%;
	flex-direction: column;
}

.home-recent-posts-inner .home-recent-posts .home-recent-post .recent-post-thumb .recent-post-thumb-img {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	margin: 0;
}

.home-recent-posts-inner .home-recent-posts .home-recent-post .excerptRight {
	padding: 1em;
}

.home-recent-posts-inner .home-recent-posts .home-recent-post .excerptRight a {
	text-align: center;
	font-size: 1.3em;
}

.home-recent-posts-inner .home-recent-posts .home-recent-post .excerptRight .post-excerpt p {
	margin: .5em 0;
}

.home-recent-posts-inner .home-recent-posts .home-recent-post .excerptRight .post-excerpt p a.learnMore, .home-recent-posts-inner .home-recent-posts .home-recent-post .excerptRight .post-excerpt p a.learnMore:visited {
	font-size: .8em;
	text-transform: uppercase;
	border: solid 1px;
	padding: 0em .5em;
	display: inline-block;
	line-height: 1.25;
	color: #003bbc;
}

.home-recent-posts-inner .home-recent-posts .home-recent-post .excerptRight .post-excerpt p a.learnMore .moreArrws, .home-recent-posts-inner .home-recent-posts .home-recent-post .excerptRight .post-excerpt p a.learnMore:visited .moreArrws {
	transition: .3s ease-in;
}

.home-recent-posts-inner .home-recent-posts .home-recent-post .excerptRight .post-excerpt p a.learnMore:hover .moreArrws, .home-recent-posts-inner .home-recent-posts .home-recent-post .excerptRight .post-excerpt p a.learnMore:visited:hover .moreArrws {
	transform: translate(.3em, 0);
}

.home-recent-posts-inner .home-recent-posts a.learnMore {
	display: inline-block;
}

.home-recent-posts-inner .home-recent-posts.recentPostSlick {
	padding: 0;
	margin-bottom: 3.5em;
}

@media (min-width: 1030px) {
	.home-recent-posts-inner .home-recent-posts.recentPostSlick {
		padding: 0 2em;
	}
}

.home-recent-posts-inner .home-recent-posts.recentPostSlick .slick-prev {
	left: 0;
}

.home-recent-posts-inner .home-recent-posts.recentPostSlick .slick-next {
	right: 0;
}

.home-recent-posts-inner .home-recent-posts.recentPostSlick .home-recent-post {
	display: none;
	justify-content: center;
	align-items: center;
	margin: 1em auto;
}

@media (min-width: 1030px) {
	.home-recent-posts-inner .home-recent-posts.recentPostSlick .home-recent-post {
		display: flex !important;
	}
}

.home-recent-posts-inner .home-recent-posts.recentPostSlick .home-recent-post:first-of-type {
	display: flex !important;
}

.home-recent-posts-inner .home-recent-posts.recentPostSlick.slick-initialized .home-recent-post {
	display: flex !important;
}

.home-recent-posts-inner .home-recent-posts.recentPostSlick.slick-initialized .home-recent-post:first-of-type {
	display: flex !important;
}

.home-recent-posts-inner .home-recent-posts .home-recent-post img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (min-width: 768px) {
	.home-recent-posts-inner .home-recent-posts .home-recent-post {
		margin: 1em;
		padding: 0;
	}
	
	.home-recent-posts-inner .home-recent-posts .home-recent-post img {
		display: block;
		width: 100%;
		margin: 0;
	}
	
	.home-recent-posts-inner .home-recent-posts .home-recent-post .excerptRight {
		width: 100%;
		margin: 0;
		display: flex;
		flex-direction: column;
	}
	
	.home-recent-posts-inner .home-recent-posts .home-recent-post .excerptRight a {
		font-size: 1em;
		margin-bottom: .5em;
	}
	
	.home-recent-posts-inner .home-recent-posts .home-recent-post .excerptRight a, .home-recent-posts-inner .home-recent-posts .home-recent-post .excerptRight a:visited, .home-recent-posts-inner .home-recent-posts .home-recent-post .excerptRight .posted-date {
		text-align: left;
	}
	
	.home-recent-posts-inner .home-recent-posts .home-recent-post .excerptRight .posted-date {
		margin-bottom: 0;
	}
}

@media (min-width: 768px)and (min-width: 1030px) {
	.home-recent-posts-inner .home-recent-posts {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		-webkit-justify-content: space-evenly;
		margin: 1em auto;
	}
	
	.home-recent-posts-inner .home-recent-posts .home-recent-post {
		width: 31% !important;
		margin: 1em 0;
	}
}

@media (min-width: 768px)and (min-width: 1030px)and (max-width: 1499px) {
	.home-recent-posts-inner .home-recent-posts .home-recent-post .recent-post-thumb {
		height: 200px;
	}
}

.hvac-brands-wrapper {
	padding: 2em 0;
}

.hvac-brands-wrapper .hvac-brands-title {
	margin-bottom: 1em;
}

.hvac-brands-scroll .single-brand, .commercial-hvac-brands-scroll .single-brand {
	display: block;
	display: flex;
	height: 150px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.hvac-brands-scroll a, .commercial-hvac-brands-scroll a {
	background-image: url("https://www.acshomeservices.com/wp-content/themes/tampa-heating-cooling-plumbing-electrical/img/hvac-brands.png");
	height: 150px;
	width: 150px;
	display: inline-block;
	margin: 0 auto;
}

.hvac-brands-scroll a.nitro-lazy, .commercial-hvac-brands-scroll a.nitro-lazy {
	background-image: none !important;
}

.hvac-brands-scroll a span, .commercial-hvac-brands-scroll a span {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	z-index: -1;
}

.hvac-brands-scroll a.brand-rheem, .commercial-hvac-brands-scroll a.brand-rheem {
	background-position: 4% 2%;
	width: 120px;
	height: 120px;
}

.hvac-brands-scroll a.brand-payne, .commercial-hvac-brands-scroll a.brand-payne {
	background-position: 27% 2%;
	width: 120px;
	height: 120px;
}

.hvac-brands-scroll a.brand-maytag, .commercial-hvac-brands-scroll a.brand-maytag {
	background-position: 50% 5.7%;
	height: 55px;
}

.hvac-brands-scroll a.brand-intertherm, .commercial-hvac-brands-scroll a.brand-intertherm {
	background-position: 74% 5.2%;
	height: 65px;
}

.hvac-brands-scroll a.brand-american-standard, .commercial-hvac-brands-scroll a.brand-american-standard {
	background-position: 98% 5%;
	height: 70px;
}

.hvac-brands-scroll a.brand-lennox, .commercial-hvac-brands-scroll a.brand-lennox {
	background-position: 2% 23.35%;
	height: 55px;
}

.hvac-brands-scroll a.brand-heil, .commercial-hvac-brands-scroll a.brand-heil {
	background-position: 26% 23.25%;
	height: 60px;
}

.hvac-brands-scroll a.brand-daikin, .commercial-hvac-brands-scroll a.brand-daikin {
	background-position: 50.5% 20.5%;
	height: 130px;
}

.hvac-brands-scroll a.brand-mitsubishi, .commercial-hvac-brands-scroll a.brand-mitsubishi {
	background-position: 74.5% 23.75%;
	height: 50px;
}

.hvac-brands-scroll a.brand-reznor, .commercial-hvac-brands-scroll a.brand-reznor {
	background-position: 98% 23.5%;
	height: 50px;
}

.hvac-brands-scroll a.brand-adp, .commercial-hvac-brands-scroll a.brand-adp {
	background-position: 98% 40.4%;
	height: 120px;
}

.hvac-brands-scroll a.brand-trane, .commercial-hvac-brands-scroll a.brand-trane {
	background-position: 2% 41.3%;
	height: 50px;
}

.hvac-brands-scroll a.brand-york, .commercial-hvac-brands-scroll a.brand-york {
	background-position: 26% 41.25%;
	height: 45px;
}

.hvac-brands-scroll a.brand-goodman, .commercial-hvac-brands-scroll a.brand-goodman {
	background-position: 50.25% 41.3%;
	height: 50px;
}

.hvac-brands-scroll a.brand-fujitsu, .commercial-hvac-brands-scroll a.brand-fujitsu {
	background-position: 74% 41%;
	height: 75px;
}

.hvac-brands-scroll a.brand-carrier, .commercial-hvac-brands-scroll a.brand-carrier {
	background-position: 2% 59.2%;
	height: 70px;
}

.hvac-brands-scroll a.brand-ruud, .commercial-hvac-brands-scroll a.brand-ruud {
	background-position: 26.15% 59.5%;
	height: 100px;
}

.hvac-brands-scroll a.brand-amana, .commercial-hvac-brands-scroll a.brand-amana {
	background-position: 50.15% 59%;
	height: 50px;
}

.hvac-brands-scroll a.brand-gree, .commercial-hvac-brands-scroll a.brand-gree {
	background-position: 74.15% 58.85%;
	height: 40px;
}

.hvac-brands-scroll a.brand-aspen, .commercial-hvac-brands-scroll a.brand-aspen {
	background-position: 98.25% 59.5%;
	height: 100px;
}

.hvac-brands-scroll a.brand-frigidaire, .commercial-hvac-brands-scroll a.brand-frigidaire {
	background-position: 98% 76%;
	height: 35px;
}

.hvac-brands-scroll a.brand-daynight, .commercial-hvac-brands-scroll a.brand-daynight {
	background-position: 2% 79.35%;
	height: 130px;
}

.hvac-brands-scroll a.brand-gibson, .commercial-hvac-brands-scroll a.brand-gibson {
	background-position: 26% 77.5%;
	height: 75px;
}

.hvac-brands-scroll a.brand-bard, .commercial-hvac-brands-scroll a.brand-bard {
	background-position: 50.2% 78.2%;
	height: 100px;
}

.hvac-brands-scroll a.brand-lg, .commercial-hvac-brands-scroll a.brand-lg {
	background-position: 74.2% 77.15%;
	height: 70px;
}

.hvac-brands-scroll a.brand-bryant, .commercial-hvac-brands-scroll a.brand-bryant {
	background-position: 2% 95%;
	height: 70px;
}

.hvac-brands-scroll a.brand-westinghouse, .commercial-hvac-brands-scroll a.brand-westinghouse {
	background-position: 26% 94.15%;
	height: 50px;
}

.hvac-brands-scroll a.brand-coleman, .commercial-hvac-brands-scroll a.brand-coleman {
	background-position: 50.15% 94.45%;
	height: 55px;
}

.hvac-brands-scroll a.brand-comfortmaker, .commercial-hvac-brands-scroll a.brand-comfortmaker {
	background-position: 74% 93.5%;
	height: 45px;
}

.commercial-hvac-brands-scroll a {
	background-image: url("https://www.acshomeservices.com/wp-content/themes/tampa-heating-cooling-plumbing-electrical/img/commercial-hvac-brands.png");
	background-size: 550%;
}

.commercial-hvac-brands-scroll a.nitro-lazy {
	background-image: none !important;
}

.commercial-hvac-brands-scroll a.brand-plumas {
	background-position: 65.5% 74.15%;
	height: 140px;
}

.commercial-hvac-brands-scroll a.brand-foothill {
	background-position: 96% 74.15%;
	height: 140px;
}

.commercial-hvac-brands-scroll a.brand-solano {
	background-size: 450%;
	background-position: 98% 5.5%;
	height: 70px;
}

.commercial-hvac-brands-scroll a.brand-ethan {
	background-size: 470%;
	background-position: 97.75% 28%;
	height: 55px;
}

.commercial-hvac-brands-scroll a.brand-belfor {
	background-size: 470%;
	background-position: 97.75% 50%;
	height: 60px;
}

.commercial-hvac-brands-scroll a.brand-newmanSchool {
	background-size: 500%;
	background-position: 3.35% 2%;
	height: 125px;
}

.commercial-hvac-brands-scroll a.brand-newman {
	background-size: 470%;
	background-position: 2.5% 28.5%;
	height: 55px;
}

.commercial-hvac-brands-scroll a.brand-knights {
	background-size: 490%;
	background-position: 3% 50.15%;
	height: 125px;
}

.commercial-hvac-brands-scroll a.brand-ingomar {
	background-size: 490%;
	background-position: 3% 71.5%;
	height: 55px;
}

.commercial-hvac-brands-scroll a.brand-stanislaus {
	background-size: 490%;
	background-position: 3.2% 98.5%;
	height: 130px;
}

.commercial-hvac-brands-scroll a.brand-buhach {
	background-size: 480%;
	background-position: 34.5% 6.5%;
	height: 55px;
}

.commercial-hvac-brands-scroll a.brand-gustine {
	background-size: 470%;
	background-position: 34.1% 27.35%;
	height: 85px;
}

.commercial-hvac-brands-scroll a.brand-mcswain {
	background-size: 500%;
	background-position: 34.6% 50.1%;
	height: 130px;
}

.commercial-hvac-brands-scroll a.brand-patterson {
	background-size: 530%;
	background-position: 34.5% 74%;
	height: 130px;
}

.commercial-hvac-brands-scroll a.brand-chatom {
	background-size: 480%;
	background-position: 66.15% 5.5%;
	height: 75px;
}

.commercial-hvac-brands-scroll a.brand-mall {
	background-size: 480%;
	background-position: 65.7% 28.5%;
	height: 50px;
}

.commercial-hvac-brands-scroll a.brand-united {
	background-size: 480%;
	background-position: 65.85% 50%;
	height: 35px;
}

.sayItBest, .hvac-brands-title {
	display: block;
	color: #a40308;
	font-weight: bold;
	text-align: center;
	font-size: 1.5em;
	margin: .5em auto;
	width: 100%;
}

.sayItBest {
	background-color: #a40308;
	color: #fff;
	margin: 1em auto;
	width: auto;
	display: inline-block;
	padding: 0 1em;
}

@media (max-width: 767px) {
	.sayItBest {
		margin: .5em auto;
	}
}

.headertag-wrap {
	display: block;
	text-align: center;
}

.home-reviews-wrapper {
	background: #003bbc;
	color: #fff;
	padding: 2em;
	border: solid .5em #a40308;
	border-right: none;
	border-left: none;
}

@media (max-width: 767px) {
	.home-reviews-wrapper {
		padding: 1em .5em;
	}
}

.home-reviews-wrapper.sidebar-reviews-wrapper {
	color: #003bbc;
	background: #f5f5f5;
	box-shadow: rgba(0, 0, 0, .3) 0px 0px 3px 1px;
	border: none;
	margin: 1em auto;
}

.home-reviews-wrapper.sidebar-reviews-wrapper .headertag-wrap {
	transform: translate(0, -1em);
	margin-bottom: -.5em;
	margin-top: 2em;
	display: block;
	font-size: 20px;
}

.home-reviews-wrapper.sidebar-reviews-wrapper .sayItBest {
	font-size: 1em;
	padding: .15em 1em;
	margin: 0 auto;
	border-left: solid 5px #fff;
	border-right: solid 5px #fff;
	line-height: 1.75;
}

@media (min-width: 1030px) {
	.home-reviews-wrapper.sidebar-reviews-wrapper {
		padding: 5px;
		padding-top: 0;
	}
	
	.home-reviews-wrapper.sidebar-reviews-wrapper .home-reviews-slick {
		font-size: 16px;
	}
}

.home-reviews-slick, .landing-reviews-slick {
	margin: 0 auto;
	font-size: 22px;
}

.home-reviews-slick .slick-list, .landing-reviews-slick .slick-list {
	padding: 0 !important;
}

.home-reviews-slick .slick-slide, .landing-reviews-slick .slick-slide {
	outline: none;
}

.home-reviews-slick .slick-slide .single-review-inner, .landing-reviews-slick .slick-slide .single-review-inner {
	opacity: 0;
	transition-delay: .5s;
	transition: .3s ease-in;
}

.home-reviews-slick .slick-slide .single-review-inner .single-review-author, .landing-reviews-slick .slick-slide .single-review-inner .single-review-author {
	text-align: right;
	display: block;
	margin-top: .25em;
	margin-right: 15%;
	font-style: italic;
	font-size: .9em;
}

.home-reviews-slick .slick-slide .single-review-inner .single-review-description, .landing-reviews-slick .slick-slide .single-review-inner .single-review-description {
	position: relative;
	padding: .5em 1.5em;
}

@media (max-width: 767px) {
	.home-reviews-slick .slick-slide .single-review-inner .single-review-description, .landing-reviews-slick .slick-slide .single-review-inner .single-review-description {
		font-size: 17px;
	}
}

.home-reviews-slick .slick-slide .single-review-inner .single-review-description .fancyQuote, .landing-reviews-slick .slick-slide .single-review-inner .single-review-description .fancyQuote {
	padding-right: .25em;
	position: relative;
	font-size: 2em;
	line-height: 0;
	left: 0;
	top: .25em;
}

.home-reviews-slick .slick-slide .single-review-inner .single-review-description .fancyEQuote, .landing-reviews-slick .slick-slide .single-review-inner .single-review-description .fancyEQuote {
	padding-left: .25em;
	font-size: 2em;
	position: absolute;
	line-height: 1;
}

.home-reviews-slick .slick-slide.slick-current .single-review-inner, .landing-reviews-slick .slick-slide.slick-current .single-review-inner {
	opacity: 1;
}

.home-reviews-slick .singleReview, .landing-reviews-slick .singleReview {
	text-align: center;
	padding: 4em 2em;
	color: #000;
	background-color: #fff;
	box-shadow: 2px 2px 13px -6px rgba(0, 0, 0, .75);
	margin: 1em 2%;
	margin-top: 2.5em;
	max-width: 96%;
	position: relative;
}

@media (min-width: 1030px) {
	.home-reviews-slick .singleReview, .landing-reviews-slick .singleReview {
		margin: 1em 4%;
		max-width: 92%;
		margin-top: 2.5em;
	}
}

.home-reviews-slick .singleReview .reviewIcon, .landing-reviews-slick .singleReview .reviewIcon {
	position: absolute;
	top: -31px;
	width: 100%;
	left: 0;
	text-align: center;
}

.home-reviews-slick .singleReview img.gcircle, .landing-reviews-slick .singleReview img.gcircle {
	margin: 0 auto;
	display: block;
	text-align: center;
	border-radius: 50%;
	border: solid 2px rgba(0, 0, 0, .15);
}

.home-reviews-slick .singleReview .reviewHeadline, .landing-reviews-slick .singleReview .reviewHeadline {
	display: block;
	font-weight: bold;
	font-size: 1.3em;
	text-align: center;
	color: #a40308;
	line-height: 1.25;
}

.home-reviews-slick .singleReview .reviewDescription, .landing-reviews-slick .singleReview .reviewDescription {
	margin-top: 1em;
	font-size: 1em;
	color: #000;
}

.home-reviews-slick .singleReview .reviewBottom, .landing-reviews-slick .singleReview .reviewBottom {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	color: #000;
	color: #003bbc;
	font-size: 1.25em;
}

.home-reviews-slick .singleReview .reviewBottom .reviewAuthor, .landing-reviews-slick .singleReview .reviewBottom .reviewAuthor {
	font-size: .8em;
	font-weight: 700;
	font-weight: bold;
}

.home-reviews-slick .singleReview .reviewBottom .reviewStars, .landing-reviews-slick .singleReview .reviewBottom .reviewStars {
	display: flex;
	white-space: nowrap;
}

.home-reviews-slick .singleReview .reviewBottom .reviewStars svg, .landing-reviews-slick .singleReview .reviewBottom .reviewStars svg {
	font-size: 1em;
	color: #fcd434;
	margin: 0 1px;
	width: 1.125em;
	height: 1em;
}

.home-reviews-slick .singleReview, .landing-reviews-slick .singleReview {
	display: none;
}

.home-reviews-slick .singleReview:first-of-type, .landing-reviews-slick .singleReview:first-of-type {
	display: inline-block;
}

.home-reviews-slick.slick-initialized .singleReview, .landing-reviews-slick.slick-initialized .singleReview {
	display: inline-block;
}

.home-reviews-slick.slick-initialized .singleReview:first-of-type, .landing-reviews-slick.slick-initialized .singleReview:first-of-type {
	display: inline-block;
}

.home-reviews-slick.landing-reviews-slick, .landing-reviews-slick.landing-reviews-slick {
	font-size: 3.5vw;
}

@media (min-width: 450px) {
	.home-reviews-slick.landing-reviews-slick, .landing-reviews-slick.landing-reviews-slick {
		font-size: 16px;
	}
}

@media (min-width: 1030px) {
	.home-reviews-slick.landing-reviews-slick, .landing-reviews-slick.landing-reviews-slick {
		font-size: 17px;
	}
}

@media (min-width: 1250px) {
	.home-reviews-slick.landing-reviews-slick, .landing-reviews-slick.landing-reviews-slick {
		font-size: 18px;
	}
}

.learnMoreWrap {
	display: block;
	text-align: center;
}

.home-financing-wrapper {
	padding: 2em 5%;
	background-color: #002472;
	position: relative;
	z-index: 3;
}

.home-financing-wrapper .financingSectionBg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 4;
}

.home-financing-wrapper .financingSectionBg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}

.home-financing-wrapper .financingSectionBgShadow {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
}

.home-financing-wrapper .financingTitleWrap {
	display: block;
	text-align: center;
	z-index: 6;
	position: relative;
	margin-bottom: 2.5em;
}

.home-financing-wrapper .financingTitleWrap .financingTitle {
	color: #fff;
	text-shadow: #000 2px 2px 1px;
	font-size: 2em;
	letter-spacing: 1px;
	font-weight: bold;
	text-align: center;
	width: 100%;
}

.home-financing-wrapper .learnMoreWrap {
	margin-top: 2em;
}

.home-financing-wrapper .learnMoreWrap a.learnMore, .home-financing-wrapper .learnMoreWrap a.learnMore:visited {
	text-decoration: none;
	background-color: #a40308;
	color: #fff;
	transition: background-color .3s;
	display: inline-block;
	padding: .5em 1.5em;
	border-radius: 2em;
}

.home-financing-wrapper .learnMoreWrap a.learnMore:hover, .home-financing-wrapper .learnMoreWrap a.learnMore:visited:hover {
	background-color: #003bbc;
}

.home-financing-wrapper .home-financing-inner {
	width: 98%;
	max-width: 900px;
	margin: 1em auto;
	padding: .5;
	z-index: 6;
	position: relative;
}

.home-financing-wrapper .financingRight img {
	width: 80%;
	max-width: 350px;
	margin: 1em auto;
	display: block;
}

.home-financing-wrapper ul.financingItems {
	margin: 1em auto;
	list-style-type: none;
	font-size: 4vw;
	padding-left: 0;
	max-width: 500px;
}

@media (min-width: 450px) {
	.home-financing-wrapper ul.financingItems {
		font-size: 18px;
	}
}

.home-financing-wrapper ul.financingItems li {
	line-height: 1.5;
	position: relative;
	padding-left: 2em;
	margin: 1em auto;
}

.home-financing-wrapper ul.financingItems li .break {
	display: inline-block;
}

.home-financing-wrapper ul.financingItems li:before {
	background-image: url("https://cdn-ilcnbif.nitrocdn.com/ahhazbhGyKOJHMITOZWvdhujVcwKtEJQ/assets/images/optimized/rev-fab95d4/www.acshomeservices.com/wp-content/themes/tampa-heating-cooling-plumbing-electrical/img/green-check.png");
	background-size: 100%;
	content: "";
	width: 1.5em;
	height: 1.5em;
	position: relative;
	position: absolute;
	display: inline-block;
	vertical-align: middle;
	margin-right: .5em;
	top: 0;
	left: 0;
}

.home-financing-wrapper .financingText {
	padding: .5em 1em;
	text-align: center;
}

@media (min-width: 768px) {
	.home-financing-wrapper .financingFlex {
		display: flex;
		padding: 0 1em;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	.home-financing-wrapper .financingFlex .financingLeft {
		width: 65%;
	}
	
	.home-financing-wrapper .financingFlex .financingRight {
		width: 35%;
	}
}

@media (min-width: 1000px) {
	.home-financing-wrapper {
		padding: 8em 5%;
	}
	
	.home-financing-wrapper .financingText {
		padding: 0em 1.5em;
	}
	
	.home-financing-wrapper .financingFlex .financingLeft {
		width: 55%;
	}
	
	.home-financing-wrapper .financingFlex .financingRight {
		width: 45%;
	}
}

.service-areas-section-wrapper {
	background-color: #113156;
	color: #fff;
}

.service-areas-section-wrapper .service-areas-section ul.menu {
	margin: 0;
	padding: 5px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.service-areas-section-wrapper .service-areas-section ul.menu .sub-menu {
	padding: 5px;
}

.service-areas-section-wrapper .service-areas-section ul.menu li {
	display: inline-block;
	list-style: none;
	position: relative;
}

.service-areas-section-wrapper .service-areas-section ul.menu li a, .service-areas-section-wrapper .service-areas-section ul.menu li a:visited {
	text-decoration: none;
	line-height: 1.5;
	color: #fff;
	padding: .25em .7em;
	display: inline-block;
	position: relative;
}

@media (max-width: 1363px) {
	.service-areas-section-wrapper .service-areas-section ul.menu li a, .service-areas-section-wrapper .service-areas-section ul.menu li a:visited {
		padding: .25em .5em;
	}
}

@media (max-width: 1199px) {
	.service-areas-section-wrapper .service-areas-section ul.menu li a, .service-areas-section-wrapper .service-areas-section ul.menu li a:visited {
		padding: .25em 1.5em;
	}
}

@media (max-width: 1120px) {
	.service-areas-section-wrapper .service-areas-section ul.menu li a, .service-areas-section-wrapper .service-areas-section ul.menu li a:visited {
		padding: .25em 1em;
	}
}

@media (max-width: 1029px) {
	.service-areas-section-wrapper .service-areas-section ul.menu li a, .service-areas-section-wrapper .service-areas-section ul.menu li a:visited {
		padding: .25em 1em;
	}
}

.service-areas-section-wrapper .service-areas-section ul.menu li:before {
	width: 50%;
	opacity: 0;
	content: "";
	bottom: 0;
	height: 1px;
	background: hsla(0, 0%, 100%, .75);
	transform: translate(-30%, 0);
	transition: .2s ease-in;
	position: absolute;
}

.service-areas-section-wrapper .service-areas-section ul.menu li:hover:before {
	opacity: 1;
	transform: translate(50%, 0);
}

@media (max-width: 1184px) {
	.service-areas-section-wrapper .service-areas-section .service-areas-title-wrapper {
		display: block;
		text-align: center;
	}
	
	.service-areas-section-wrapper .service-areas-section .service-areas-title-wrapper .service-areas-title {
		background-color: #ee2930;
		color: #fff;
		margin: 0 auto;
		width: auto;
		display: inline-block;
		padding: 0 1em;
		font-size: 1.4em;
	}
}

@media (min-width: 1185px) {
	.service-areas-section-wrapper .service-areas-section {
		max-width: 1400px;
		margin: 0 auto;
	}
	
	.service-areas-section-wrapper .service-areas-section .service-areas-inner {
		display: flex;
		flex-wrap: wrap;
	}
	
	.service-areas-section-wrapper .service-areas-section .menu-service-areas-container {
		width: 85%;
	}
	
	.service-areas-section-wrapper .service-areas-section .service-areas-title-wrapper {
		width: 15%;
		background: #a40308;
		background: rgba(0, 0, 0, 0);
		text-align: center;
		display: flex;
		flex-direction: row;
		justify-content: center;
	}
	
	.service-areas-section-wrapper .service-areas-section .service-areas-title-wrapper .service-areas-title {
		display: flex;
		flex-direction: column;
		justify-content: center;
		background: #a40308;
		padding: 0 .75em;
		line-height: 1.2;
	}
}

@media (min-width: 1185px)and (min-width: 1400px) {
	.service-areas-section-wrapper .service-areas-section .service-areas-title-wrapper .service-areas-title {
		position: relative;
	}
}

@media (min-width: 1185px) {
	.service-areas-section-wrapper .service-areas-section .service-areas-title-wrapper .rightBox {
		clip-path: polygon(0px 100%, 100% 50%, 0% 0px, 0% 0%);
		margin-left: -1px;
		width: 2.5em;
		background: #a40308;
		height: 100%;
	}
	
	.service-areas-section-wrapper .service-areas-section .service-areas-title-wrapper .rightArrow {
		width: 0px;
		height: 0px;
		border-top: 3.5em solid #133155;
		border-bottom: 3.5em solid #133155;
		border-left: 3.5em solid #ee2930;
	}
	
	.service-areas-section-wrapper .service-areas-section .service-areas-title-wrapper .rightArrow:after {
		content: "";
		position: absolute;
		display: inline-block;
	}
}

.page-banner-wrapper {
	overflow: hidden;
	position: relative;
	max-height: 450px;
	display: block;
	text-align: center;
	line-height: 0;
}

.page-banner-wrapper .page-banner-inner {
	position: relative;
	display: inline-block;
	margin: 0 auto;
	z-index: 4;
	width: 100%;
}

.page-banner-wrapper .page-banner-inner img {
	display: block;
	line-height: 0;
	width: 100%;
}

.page-banner-wrapper .page-banner-inner .slideShadow {
	content: "";
	background: rgba(0, 0, 0, .35);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 5;
	position: absolute;
}

.page-banner-wrapper .page-banner-inner .slideShadow.slideBoxShadow {
	box-shadow: rgba(0, 0, 0, .5) 0px 3px 5px 0px inset, rgba(0, 0, 0, .5) 0px -3px 5px 0px inset;
}

@media (min-width: 1030px) {
	.pageMainWrapper .pageMainFlex {
		display: flex;
		max-width: 1400px;
		margin: 0 auto;
		width: 98%;
		width: calc(100% - 2em);
		justify-content: space-between;
	}
	
	.pageMainWrapper .pageMainFlex main.site-main {
		width: 65%;
	}
	
	.pageMainWrapper .pageMainFlex .pageSide {
		width: 30%;
		margin-top: 2em;
	}
	
	.pageMainWrapper .pageMainFlex.pageFullWidth main.site-main {
		width: 100%;
	}
}

.pageMainWrapper .pageMainFlex {
	padding: 1em;
}

.pageMainWrapper .pageMainFlex .site-main {
	padding: 0em .5em 1em .5em;
}

.sidebarBox.sidebarNav {
	background: #f5f5f5;
	box-shadow: rgba(0, 0, 0, .3) 0px 0px 3px 1px;
}

.sidebarBox.sidebarNav .sidebarTitleWrap {
	display: block;
	text-align: center;
	font-size: 1.3em;
	transform: translate(0, -1em);
	margin-bottom: -1em;
	margin-top: 1em;
}

.sidebarBox.sidebarNav .sidebarTitle {
	display: inline-block;
	text-align: center;
	background-color: #a40308;
	color: #fff;
	margin: 0 auto;
	font-weight: bold;
	padding: 0 1em;
	border-left: solid 5px #fff;
	border-right: solid 5px #fff;
	line-height: 1.75;
}

.sidebarBox.sidebarNav .sidebarBoxPadding {
	padding: 1em;
}

.sidebarBox.sidebarNav ul.menu {
	margin: 0;
	list-style: none;
	padding: 0;
}

.sidebarBox.sidebarNav ul.menu li a {
	text-decoration: none;
	padding: .25em 1em;
	display: block;
	color: #113156;
	border-bottom: solid 1px rgba(0, 0, 0, .1);
	background-color: #eee;
	transition: background-color .2s ease-out;
}

.sidebarBox.sidebarNav ul.menu li a:hover {
	background-color: #ccc;
}

.sidebarBox.sidebarNav ul.menu li:first-of-type a {
	border-top: solid 1px rgba(0, 0, 0, .1);
}

.paginationArrows {
	display: flex;
	font-size: 16px;
	justify-content: space-between;
	margin: 1em auto;
}

.paginationArrows .nav-next a, .paginationArrows .nav-previous a {
	display: inline-block;
	text-decoration: none;
	border: solid 2px;
	padding: .25em .5em;
	width: 8.6em;
	text-align: center;
	background-color: #003bbc;
	border-radius: 5px;
	color: #fff;
}

@media (min-width: 768px) {
	.paginationArrows {
		width: 80%;
		max-width: 500px;
	}
}

body.single .blogPostFlex article {
	width: auto;
}

body.single .blogPostFlex article h1 {
	margin-bottom: .2em;
	line-height: 1.2;
}

body.single .blogPostFlex article .posted-on {
	margin: .5em 0;
}

body.single .blogPostFlex article .entry-footer {
	display: none;
}

body.single .nav-links .nav-previous a, body.single .nav-links .nav-previous a:visited, body.single .nav-links .nav-next a, body.single .nav-links .nav-next a:visited {
	border: solid 2px;
	padding: .25em .5em;
	color: #163e6b;
	font-weight: bold;
	display: inline-block;
	text-decoration: none;
}

body.single .nav-links .nav-previous a .nav-subtitle, body.single .nav-links .nav-previous a:visited .nav-subtitle, body.single .nav-links .nav-next a .nav-subtitle, body.single .nav-links .nav-next a:visited .nav-subtitle {
	color: #333;
}

@media (max-width: 767px) {
	body.single .nav-links {
		display: block;
	}
	
	body.single .nav-links .nav-previous a, body.single .nav-links .nav-previous a:visited, body.single .nav-links .nav-next a, body.single .nav-links .nav-next a:visited {
		display: block;
		text-align: center;
		margin: 1em auto;
	}
}

.site-main .entry-content a, .site-main .entry-content a:visited {
	color: #a40308;
}

.site-main .entry-content a.learnMore, .site-main .entry-content a.learnMore:visited {
	font-size: .7em;
	text-transform: uppercase;
	border: solid 1px;
	padding: 0em .5em;
	display: inline-block;
	line-height: 1.25;
	color: #113156;
	background: linear-gradient(to left, transparent 50%, #003bbc 50%);
	margin: 0 .5em;
	top: -.25em;
	position: relative;
	text-decoration: none;
	transition: all .2s ease;
	background-size: 210% 100%;
	background-position: right bottom;
}

.site-main .entry-content a.learnMore:hover, .site-main .entry-content a.learnMore:visited:hover {
	background-position: left bottom;
	color: #fff;
}

.site-main .entry-content a.phoneLink {
	display: inline-block;
	text-decoration: none;
	margin-right: .1em;
}

.contactPageForm {
	margin: 2em auto;
}

.contactPageForm form {
	background: #ddd;
	display: flex;
	flex-direction: column;
	box-shadow: rgba(0, 0, 0, .25) 0px 0px 2px 2px;
}

.contactPageForm form .contactBarFormFields {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	-webkit-justify-content: space-evenly;
	padding: 1em;
}

.contactPageForm form .contactBarFormFields .contactBarField {
	width: 48%;
	margin: .25em 0;
}

.contactPageForm form .contactBarFormFields .contactBarField input {
	width: 100%;
}

.contactPageForm form .contactBarFormFields .contactBarField label {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.contactPageForm form .contactBarFormFields .contactBarSubmit {
	margin-top: .5em;
	width: 95%;
	max-width: 200px;
}

.contactPageForm form .contactBarFormFields .contactBarSubmit input {
	background-color: #003bbc;
	color: #fff;
	outline: none;
	border-radius: 5px;
	border: solid 2px #fff;
	width: 100%;
	padding: .5em 2em;
}

.contactPageForm form .contactBarFormFields .contactBarSubmit .ajax-loader {
	display: none;
}

.contactPageForm form.invalid .wpcf7-response-output, .contactPageForm form.unaccepted .wpcf7-response-output {
	width: 90%;
	margin: 0 auto;
	margin-bottom: 1em;
	background-color: #fff2d1;
	text-align: center;
}

.contactPageFormTitle {
	display: block;
	text-align: center;
	font-size: 1.5em;
	color: #113156;
	margin-bottom: -20px;
	font-weight: bold;
}

.contactPageFlex {
	margin: 1em 0;
}

.contactPageFlex .contactPageFlexLeft {
	padding: 1em;
}

@media (min-width: 768px) {
	.contactPageFlex {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	.contactPageFlex .contactPageFlexLeft {
		width: 280px;
	}
	
	.contactPageFlex .contactPageFlexRight {
		width: calc(100% - 300px);
	}
	
	.contactPageFlex .contactPageFlexRight iframe {
		width: 100%;
	}
}

.footerLinks {
	font-size: 12px;
}

.footerLinks a, .footerLinks a:visited {
	font-size: 14px;
	text-decoration: none;
	color: #ccc;
}

section.not-found {
	display: block;
	margin: 0 auto;
	width: 90%;
	max-width: 700px;
	padding: 3em 1em;
	text-align: center;
	min-height: 500px;
}

section.not-found .pagenav {
	list-style-type: none;
}

section.not-found .pagenav ul {
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	margin-top: 1em;
}

section.not-found .pagenav ul li {
	display: inline-block;
	text-align: left;
}

section.not-found .pagenav ul li a, section.not-found .pagenav ul li a:visited {
	text-decoration: none;
	color: #113156;
}

section.not-found .pagenav ul li a:after, section.not-found .pagenav ul li a:visited:after {
	content: "|";
	display: inline-block;
	margin: 0 1em;
	color: #ccc;
}

section.not-found .pagenav ul li:last-child a:after {
	display: none;
}

.grecaptcha-badge {
	visibility: hidden;
}

.marketingBy {
	display: block;
	margin: 1em auto;
	text-align: center;
}

.marketingBy a, .marketingBy a:visited {
	color: #fff;
	transition: color .2s;
}

.marketingBy a:hover, .marketingBy a:visited:hover {
	color: #ddd;
}

.footerBottomInner {
	max-width: 860px;
	margin: 0 auto;
	line-height: 1.35;
	padding-bottom: 3em;
}

@media (min-width: 1030px) {
	.footerBottomInner {
		max-width: 1090px;
		padding: 0 1em;
		display: flex;
		justify-content: space-between;
	}
	
	.footerBottomInner .footerBottomLeft {
		text-align: left;
		max-width: 700px;
	}
	
	.footerBottomInner .marketingBy {
		margin: 0;
		text-align: right;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
	}
	
	.footerBottomInner .marketingBy a, .footerBottomInner .marketingBy a:visited {
		text-decoration: none;
	}
}

.footerLinks {
	display: inline-block;
}

.copyright {
	display: block;
	margin-bottom: .5em;
}

.header-logo-menu {
	order: 2;
}

.header-flex .header-contact .header-request-button {
	display: block;
}

@media (min-width: 1030px) {
	.header-flex .header-contact .header-request-button .requestButton, .header-flex .header-contact .phoneLine {
		font-weight: bold;
		color: #fff;
		text-shadow: 1px 1px 2px #000;
	}
	
	.header-flex .header-contact .header-request-button .requestButton a.phoneLink, .header-flex .header-contact .phoneLine a.phoneLink {
		color: #fff;
	}
	
	.header-flex .header-contact .header-request-button .requestButton:hover, .header-flex .header-contact .phoneLine:hover {
		background-color: #fb2b31;
	}
}

@media (max-width: 1143px) {
	.header-flex .header-contact {
		justify-content: space-evenly;
		font-size: 1.12em;
		max-width: 470px;
	}
}

.enviroSection img.enviroFeatureBG {
	position: absolute;
	bottom: 0;
	object-fit: cover;
	z-index: 2;
	height: auto;
	width: 100%;
	opacity: .2;
	max-width: 100%;
	max-height: 100%;
}

.enviroSection .enviroFeatureFlex {
	z-index: 3;
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	max-width: 1400px;
	margin: 0 auto;
}

.enviroSection .enviroFeatureFlex .enviroFeatureImg {
	width: 65%;
	max-width: 450px;
	margin-top: 1em;
	display: block;
}

.enviroSection .enviroFeatureFlex .enviroFeatureImg img {
	display: block;
	line-height: 0;
}

.enviroSection .enviroFeatureFlex .enviroFeatureContent {
	padding: 1em;
	font-size: 18px;
	max-width: 700px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@media (max-width: 450px) {
	.enviroSection .enviroFeatureFlex .enviroFeatureContent {
		font-size: 16px;
	}
}

.enviroSection .enviroFeatureFlex .enviroFeatureContent .enviroFeatureDescription {
	padding: .5em 1em;
	text-align: center;
	max-width: 520px;
	margin: 0 auto;
	font-size: 1.1em;
}

.enviroSection .enviroFeatureFlex .enviroFeatureContent .enviroFeatureLink {
	display: inline-block;
	margin: 1em auto;
	text-decoration: none;
	padding: .35em 1em;
	background-color: #003bbc;
	color: #fff;
	text-align: center;
}

.enviroSection .enviroFeatureFlex .enviroFeatureContent .enviroFeatureTitle {
	display: block;
	text-align: center;
	font-size: 1.5em;
	padding: .5em;
	font-weight: bold;
	color: #003bbc;
}

@media (max-width: 767px) {
	.enviroSection .enviroFeatureFlex {
		flex-direction: column;
		padding: 2em 0;
	}
	
	.enviroSection .enviroFeatureFlex .enviroFeatureImg {
		order: 2;
		position: absolute;
		bottom: 0;
		opacity: .25;
		z-index: -1;
		width: 80%;
		max-height: 90%;
		margin-left: -5%;
		max-width: 340px;
		overflow: hidden;
	}
	
	.enviroSection .enviroFeatureFlex .enviroFeatureContent {
		order: 1;
	}
	
	.enviroSection .enviroFeatureFlex .enviroFeatureContent .enviroFeatureDescription {
		padding: .5em 0;
	}
}

@media (min-width: 768px) {
	.enviroSection .enviroFeatureFlex {
		flex-wrap: wrap;
	}
	
	.enviroSection .enviroFeatureFlex .enviroFeatureImg {
		width: 40%;
	}
	
	.enviroSection .enviroFeatureFlex .enviroFeatureContent {
		width: 60%;
	}
}

.home-content .werehiringwrap {
	display: flex;
	justify-content: space-evenly;
	max-width: 550px;
	background: #eee;
	box-shadow: rgba(0, 0, 0, .25) 0px 0px 3px 1px;
	border-radius: 5px;
}

.home-content .werehiringdesc {
	font-size: 18px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.home-content .learnmorewrap {
	margin: 1em auto;
	display: block;
	text-align: center;
}

.home-content .learnmorewrap a, .home-content .learnmorewrap a:visited {
	background: #a40308;
	color: #fff;
	padding: .25em 1em;
	border-radius: .5em;
	text-decoration: none;
}

.home-content .werehiring img {
	padding-top: 5px;
}

@media (min-width: 1250px) {
	.home-content .threeCol {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		-webkit-justify-content: space-evenly;
	}
	
	.home-content .threeCol .singleCol {
		width: 31%;
		padding: 1em;
	}
}

.CTAbarWrap {
	background: #003bbc;
	color: #fff;
	position: relative;
	z-index: 2;
}

.CTAbarWrap .CTAbar {
	text-align: center;
	padding: 4em 0;
	display: flex;
	flex-direction: column;
}

.CTAbarWrap .CTAbar .CTATagline {
	display: block;
}

.CTAbarWrap .CTAbar a {
	text-decoration: none;
	color: #3c3b6e;
}

.CTAbarWrap .CTAbar a:hover {
	color: #fff;
	transition: .25s ease-in;
}

.CTAbarWrap .CTAbar .scheduleBtn, .CTAbarWrap .CTAbar a.scheduleBtn, .CTAbarWrap .CTAbar a.phoneLink {
	font-size: 1.15em;
	text-decoration: none;
	line-height: 1.5;
	width: auto;
	padding: .5em 1.5em;
	color: #3c3b6e;
	filter: drop-shadow(0 .35em .7em rgba(0, 0, 0, .12));
	background-color: #fefefe;
	text-align: center;
	cursor: pointer;
	font-weight: 600;
	display: inline-flex;
	margin: .5em auto;
	margin: .75em auto;
	transition: .25s ease-in;
	border-radius: 2em;
}

.CTAbarWrap .CTAbar .scheduleBtn svg, .CTAbarWrap .CTAbar a.scheduleBtn svg, .CTAbarWrap .CTAbar a.phoneLink svg {
	margin-right: .25em;
	width: 1.5em !important;
	height: 1.5em;
}

.CTAbarWrap .CTAbar .scheduleBtn.phoneLink svg, .CTAbarWrap .CTAbar a.scheduleBtn.phoneLink svg, .CTAbarWrap .CTAbar a.phoneLink.phoneLink svg {
	max-width: 1em;
	width: 1.5em !important;
}

.CTAbarWrap .CTAbar .scheduleBtn.scheduleBtn svg, .CTAbarWrap .CTAbar a.scheduleBtn.scheduleBtn svg, .CTAbarWrap .CTAbar a.phoneLink.scheduleBtn svg {
	max-height: 1.5em;
	margin-right: .35em;
}

.CTAbarWrap .CTAbar .scheduleBtn:hover, .CTAbarWrap .CTAbar a.scheduleBtn:hover, .CTAbarWrap .CTAbar a.phoneLink:hover {
	background-color: #a40308;
	color: #fff;
	transition: .25s ease-in;
}

.CTAbarWrap .CTAbar .CTAbookOnline {
	display: block;
}

.CTAbarWrap .CTAbar .plumbingProfessionals {
	display: block;
}

.CTAbarWrap .CTAbar .CTAemergencyService {
	display: block;
}

.CTAbarWrap .CTAbar .CTABrand {
	margin: 2em 0;
}

.CTAbarWrap .CTAbar .CTABrand .brandLogoSlogan {
	margin: 0 auto;
	width: 100%;
	padding: .5em 0;
	font-size: 6.5vw;
	font-style: italic;
	max-width: 350px;
}

.CTAbarWrap .CTAbar .CTABrand .brandLogoSlogan:before {
	content: "";
	height: 2px;
	background-color: #fff;
	width: 94%;
	left: 3%;
	top: 0;
	position: relative;
	display: block;
}

.CTAbarWrap .CTAbar .CTABrand .brandLogoSlogan .sloganLine {
	font-size: 1.2em;
	line-height: 2;
	padding: .25em 0;
	display: block;
	text-align: center;
}

@media (min-width: 420px) {
	.CTAbarWrap .CTAbar .CTABrand .brandLogoSlogan {
		font-size: 28px;
	}
}

.CTAbarWrap .CTAbar .CTABrandLogo {
	max-width: 320px;
	margin: 1em auto;
	width: 90%;
}

.CTAbarWrap .CTAbar .CTATagline, .CTAbarWrap .CTAbar .CTAemergencyService, .CTAbarWrap .CTAbar .CTAbookOnline, .CTAbarWrap .CTAbar .plumbingProfessionals {
	display: none;
}

@media (max-width: 767px) {
	.CTAbarWrap .CTAbar .CTABrand {
		order: 1;
		margin: 0;
	}
	
	.CTAbarWrap .CTAbar .CTABrand .CTABrandLogo {
		margin: 0 auto;
	}
	
	.CTAbarWrap .CTAbar .CTAPhone {
		order: 2;
	}
	
	.CTAbarWrap .CTAbar .CTAschedule {
		order: 3;
	}
}

@media (max-width: 767px)and (max-width: 340px) {
	.CTAbarWrap .CTAbar .CTAschedule .scheduleBtn {
		font-size: 1em;
	}
}

@media (max-width: 767px) {
	.CTAbarWrap .CTAbar .CTAschedule a.phoneLink, .CTAbarWrap .CTAbar .CTAschedule a.scheduleBtn, .CTAbarWrap .CTAbar .CTAPhone a.phoneLink, .CTAbarWrap .CTAbar .CTAPhone a.scheduleBtn {
		margin: .5em auto;
		width: 16em;
		justify-content: center;
	}
}

@media (min-width: 768px) {
	.CTAbarWrap .CTAbar {
		flex-direction: row;
		justify-content: space-around;
		-webkit-justify-content: space-evenly;
		align-items: center;
		flex-wrap: wrap;
	}
	
	.CTAbarWrap .CTAbar .CTABrand {
		width: 80%;
		margin-top: 0;
	}
	
	.CTAbarWrap .CTAbar .CTAPhone, .CTAbarWrap .CTAbar .CTAschedule {
		width: 35%;
	}
	
	.CTAbarWrap .CTAbar .CTATagline, .CTAbarWrap .CTAbar .CTAemergencyService, .CTAbarWrap .CTAbar .CTAbookOnline, .CTAbarWrap .CTAbar .plumbingProfessionals {
		display: block;
		font-size: 1.2em;
	}
}

@media (min-width: 768px)and (max-width: 1199px) {
	.CTAbarWrap .CTAbar .CTAPhone {
		order: 2;
	}
	
	.CTAbarWrap .CTAbar .CTABrand {
		order: 1;
	}
	
	.CTAbarWrap .CTAbar .CTAschedule {
		order: 3;
	}
}

@media (min-width: 1200px) {
	.CTAbarWrap .CTAbar {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 0 auto;
		width: 95%;
		max-width: 1200px;
		align-items: center;
		padding: 5em 1em;
	}
	
	.CTAbarWrap .CTAbar .CTAPhone, .CTAbarWrap .CTAbar .CTAschedule, .CTAbarWrap .CTAbar .CTABrand {
		width: 30%;
		margin: 0;
	}
	
	.CTAbarWrap .CTAbar .CTAPhone .scheduleBtn, .CTAbarWrap .CTAbar .CTAPhone a.phoneLink, .CTAbarWrap .CTAbar .CTAschedule .scheduleBtn, .CTAbarWrap .CTAbar .CTAschedule a.phoneLink, .CTAbarWrap .CTAbar .CTABrand .scheduleBtn, .CTAbarWrap .CTAbar .CTABrand a.phoneLink {
		margin: 1.5em auto;
		font-size: 1.25em;
		border-radius: 2em;
	}
	
	.CTAbarWrap .CTAbar .CTAPhone .CTABrandLogo, .CTAbarWrap .CTAbar .CTAschedule .CTABrandLogo, .CTAbarWrap .CTAbar .CTABrand .CTABrandLogo {
		margin: 0 auto;
	}
	
	.CTAbarWrap .CTAbar .CTAPhone .brandLogoSlogan, .CTAbarWrap .CTAbar .CTAschedule .brandLogoSlogan, .CTAbarWrap .CTAbar .CTABrand .brandLogoSlogan {
		margin-top: .5em;
		padding: 0;
		font-size: 1.6em;
		width: 95%;
		opacity: 0;
		transition: .5s ease;
		transition-delay: .35s;
	}
	
	.CTAbarWrap .CTAbar .CTAPhone .brandLogoSlogan:before, .CTAbarWrap .CTAbar .CTAschedule .brandLogoSlogan:before, .CTAbarWrap .CTAbar .CTABrand .brandLogoSlogan:before {
		display: none;
	}
	
	.CTAbarWrap .CTAbar .CTAPhone .brandLogoSlogan .sloganLine, .CTAbarWrap .CTAbar .CTAschedule .brandLogoSlogan .sloganLine, .CTAbarWrap .CTAbar .CTABrand .brandLogoSlogan .sloganLine {
		line-height: 1.5;
	}
	
	.CTAbarWrap .CTAbar.showing .CTABrand .brandLogoSlogan, .CTAbarWrap .CTAbar.already-visible .CTABrand .brandLogoSlogan {
		opacity: 1;
	}
}

.location-content {
	max-width: 1400px;
	margin: 0 auto;
}

.location-content ul.countyNavMenu {
	margin: 0;
	list-style: none;
	position: relative;
	padding: 2.5em 0;
	overflow: hidden;
}

@media (min-width: 1030px) {
	.location-content ul.countyNavMenu {
		padding: 7.5% 0;
	}
}

.location-content ul.countyNavMenu .countyTitle, .location-content ul.countyNavMenu .surroundingAreas {
	font-size: 1.4em;
	display: block;
	text-align: center;
	padding: .15em .25em;
	text-shadow: #000 1px 2px 0px;
}

.location-content ul.countyNavMenu .countyTitle.countyTitleClose {
	display: none;
	background-color: #113156;
	line-height: 1;
	font-size: 1.15em;
	padding: .25em;
	z-index: 9;
}

.location-content .countyInnerMenu.active .countyTitle.countyTitleClose {
	display: block;
	z-index: 9;
	position: absolute;
	top: 0;
	width: 100%;
}

.location-content .countyInnerMenu.active .cityNavMenu {
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	width: 100%;
	overflow-y: auto;
	z-index: 5;
}

.location-content .cityNavIntro {
	display: block;
	text-align: center;
	margin-bottom: .5em;
}

.location-content .cityNavIntro.proudlyServing {
	font-size: 1.4em;
	padding: .25em 1em;
	text-shadow: #000 1px 2px 0px;
}

.location-content .cityNavIntro.proudlyServing .psTop {
	font-size: 1.4rem;
	display: block;
	font-weight: bold;
}

.location-content .cityNavIntro.proudlyServing .psBottom {
	display: block;
}

.location-content ul.cityNavMenu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: -1;
	opacity: 0;
	height: 100%;
	top: 0;
	width: 100%;
	left: 0;
	transform: translate(100%, 0);
	transition: .5s;
	background-color: #00226f;
	overflow-x: hidden;
	overflow-y: auto;
}

@media (min-width: 1030px) {
	.location-content ul.cityNavMenu {
		clip-path: polygon(80px -1%, 100% 0%, 100% 100%, 80px 101%, 0% 50%);
		padding-left: 100px;
	}
}

@media (min-width: 1400px) {
	.location-content ul.cityNavMenu {
		padding-left: 150px;
		padding-right: 150px;
	}
}

.location-content ul.cityNavMenu .cityNavClose {
	background-color: #00226f;
	padding: .15em .5em;
}

.location-content ul.cityNavMenu li.pagenav {
	opacity: 0;
	margin: 0;
	padding: 0;
	height: auto;
	height: auto;
	z-index: -1;
	background: #fff;
	transition: .35s ease-in;
	font-size: .9em;
	background-color: #00226f;
	width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}

.location-content ul.cityNavMenu li.pagenav .cityTitle {
	font-size: 1em;
	padding: .25em .5em;
	cursor: pointer;
	display: inline-block;
	transition: background-color .2s ease;
	border-radius: .5em;
}

.location-content ul.cityNavMenu li.pagenav .cityTitle.cityTitleClose {
	display: none;
}

.location-content ul.cityNavMenu li.pagenav ul {
	position: absolute;
	opacity: 0;
	margin: 0;
	padding: 0;
	height: auto;
	height: 100%;
	z-index: -1;
	transition: .35s ease-in;
	left: 0;
	left: 0;
	top: 0;
	width: 100%;
	transform: translate(100%, 0);
}

@media (min-width: 1030px) {
	.location-content ul.cityNavMenu li.pagenav ul {
		min-width: 220px;
		width: auto;
	}
}

.location-content ul.cityNavMenu li.pagenav ul li {
	list-style-type: none;
	width: 0px;
}

@media (min-width: 1030px) {
	.location-content ul.cityNavMenu li.pagenav ul li.closeCityNav {
		display: none;
	}
}

.location-content ul.cityNavMenu li.pagenav ul li a, .location-content ul.cityNavMenu li.pagenav ul li a:visited {
	display: block;
	padding: .15em .5em;
	text-decoration: none;
	color: #003bbc;
	transition: background-color .25s ease;
	white-space: nowrap;
}

.location-content ul.cityNavMenu li.pagenav ul li a:hover, .location-content ul.cityNavMenu li.pagenav ul li a:visited:hover {
	background-color: rgba(0, 0, 0, .12);
	color: #004bef;
}

.location-content ul.cityNavMenu li.pagenav ul.active {
	transform: translate(0, 0);
}

.location-content ul.cityNavMenu li.pagenav.active {
	z-index: 10;
}

.location-content ul.cityNavMenu li.pagenav.active>.cityTitle {
	background-color: #00226f;
	color: #fff;
	border-radius: 0;
	font-weight: 500;
	z-index: 12;
}

.location-content ul.cityNavMenu li.pagenav.active>.cityTitle svg {
	margin-right: .5em;
}

.location-content ul.cityNavMenu li.pagenav.active ul {
	width: 100%;
	min-width: 220px;
	opacity: 1;
	z-index: 4;
}

.location-content ul.cityNavMenu li.pagenav.active ul li {
	width: 100%;
}

.location-content ul.cityNavMenu li.pagenav.active ul li a {
	white-space: normal;
}

.location-content ul.countyNavMenu li.countyInnerMenu.cityTitleClose {
	padding-top: .5em;
	padding-bottom: .5em;
}

.location-content ul.countyNavMenu li.countyInnerMenu.active .cityTitleClose {
	font-size: 16px;
	z-index: 9;
}

.location-content ul.countyNavMenu li.countyInnerMenu.active .cityTitleClose svg {
	width: .8em;
	width: 100%;
	top: -.1em;
	position: relative;
	margin-right: .25em;
	border-radius: 0;
}

.location-content ul.countyNavMenu li.countyInnerMenu.active .countyTitleClose {
	z-index: 10;
	transform: translate(100%, 0);
	transition: .5s;
}

.location-content ul.countyNavMenu li.countyInnerMenu.active ul.cityNavMenu {
	position: absolute;
	background-color: #002370;
	transform: translate(0, 0);
	z-index: 10;
	opacity: 1;
	height: 100%;
}

.location-content ul.countyNavMenu li.countyInnerMenu.active ul.cityNavMenu li.pagenav {
	opacity: 1;
	top: 0;
	width: 100%;
	z-index: -1;
	transform: translate(0, 0);
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.location-content ul.countyNavMenu li.countyInnerMenu.active ul.cityNavMenu li.pagenav.active {
	flex-direction: column;
	justify-content: flex-start;
}

.location-content ul.countyNavMenu li.countyInnerMenu.active ul.cityNavMenu li.pagenav ul {
	min-width: unset;
	width: 100%;
	opacity: 0;
	overflow-x: hidden;
	overflow-y: auto;
	transform: translate(100%, 0);
}

.location-content ul.countyNavMenu li.countyInnerMenu.active ul.cityNavMenu li.pagenav.active {
	opacity: 1;
	transform: translate(0, 0);
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 11;
	background-color: #001c59;
}

@media (min-width: 1030px) {
	.location-content ul.countyNavMenu li.countyInnerMenu.active ul.cityNavMenu li.pagenav.active {
		left: 0;
	}
	
	.location-content ul.countyNavMenu li.countyInnerMenu.active ul.cityNavMenu li.pagenav.active .cityTitleClose {
		padding-left: 120px;
	}
	
	.location-content ul.countyNavMenu li.countyInnerMenu.active ul.cityNavMenu li.pagenav.active ul {
		padding-left: 120px;
	}
}

.location-content ul.countyNavMenu li.countyInnerMenu.active ul.cityNavMenu li.pagenav.active .cityTitle {
	position: relative;
	z-index: 12;
	display: none;
}

.location-content ul.countyNavMenu li.countyInnerMenu.active ul.cityNavMenu li.pagenav.active .cityTitle.cityTitleClose {
	display: block;
	z-index: 12;
	transform: translate(0, 0);
}

.location-content ul.countyNavMenu li.countyInnerMenu.active ul.cityNavMenu li.pagenav.active ul {
	position: relative;
	opacity: 1;
	transform: translate(0, 0);
	width: 100%;
	height: auto;
	max-height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 5;
}

.location-content ul.countyNavMenu li.countyInnerMenu.active ul.cityNavMenu li.pagenav.active ul li a {
	color: #fff;
}

.location-content ul.countyNavMenu li.countyInnerMenu.active ul.cityNavMenu.citycount-overten, .location-content ul.countyNavMenu li.countyInnerMenu.active ul.cityNavMenu.citycount-overtwenty, .location-content ul.countyNavMenu li.countyInnerMenu.active ul.cityNavMenu.citycount-overthirty {
	display: flex;
	flex-wrap: wrap;
}

@media (max-width: 499px) {
	.location-content ul.countyNavMenu li.countyInnerMenu.active ul.cityNavMenu.citycount-overten li.pagenav, .location-content ul.countyNavMenu li.countyInnerMenu.active ul.cityNavMenu.citycount-overtwenty li.pagenav, .location-content ul.countyNavMenu li.countyInnerMenu.active ul.cityNavMenu.citycount-overthirty li.pagenav {
		text-align: center;
	}
	
	.location-content ul.countyNavMenu li.countyInnerMenu.active ul.cityNavMenu.citycount-overten li.pagenav .cityTitle, .location-content ul.countyNavMenu li.countyInnerMenu.active ul.cityNavMenu.citycount-overtwenty li.pagenav .cityTitle, .location-content ul.countyNavMenu li.countyInnerMenu.active ul.cityNavMenu.citycount-overthirty li.pagenav .cityTitle {
		font-size: 1.15em;
		padding: .5em;
	}
	
	.location-content ul.countyNavMenu li.countyInnerMenu.active ul.cityNavMenu.citycount-overten .cityNavClose, .location-content ul.countyNavMenu li.countyInnerMenu.active ul.cityNavMenu.citycount-overtwenty .cityNavClose, .location-content ul.countyNavMenu li.countyInnerMenu.active ul.cityNavMenu.citycount-overthirty .cityNavClose {
		width: 100%;
		align-items: center;
		display: flex;
		position: relative;
		justify-content: center;
	}
	
	.location-content ul.countyNavMenu li.countyInnerMenu.active ul.cityNavMenu.citycount-overten .cityNavClose:after, .location-content ul.countyNavMenu li.countyInnerMenu.active ul.cityNavMenu.citycount-overtwenty .cityNavClose:after, .location-content ul.countyNavMenu li.countyInnerMenu.active ul.cityNavMenu.citycount-overthirty .cityNavClose:after {
		background-color: rgba(0, 0, 0, .25);
		width: 200%;
		left: -50%;
		top: 0;
		height: 100%;
		position: absolute;
		content: "";
	}
}

@media (min-width: 500px) {
	.location-content ul.countyNavMenu li.countyInnerMenu.active ul.cityNavMenu.citycount-overten .cityNavClose, .location-content ul.countyNavMenu li.countyInnerMenu.active ul.cityNavMenu.citycount-overtwenty .cityNavClose, .location-content ul.countyNavMenu li.countyInnerMenu.active ul.cityNavMenu.citycount-overthirty .cityNavClose {
		width: 100%;
		align-items: center;
		display: flex;
		position: relative;
	}
	
	.location-content ul.countyNavMenu li.countyInnerMenu.active ul.cityNavMenu.citycount-overten .cityNavClose:after, .location-content ul.countyNavMenu li.countyInnerMenu.active ul.cityNavMenu.citycount-overtwenty .cityNavClose:after, .location-content ul.countyNavMenu li.countyInnerMenu.active ul.cityNavMenu.citycount-overthirty .cityNavClose:after {
		background-color: rgba(0, 0, 0, .25);
		width: 200%;
		left: -50%;
		top: 0;
		height: 100%;
		position: absolute;
		content: "";
	}
	
	.location-content ul.countyNavMenu li.countyInnerMenu.active ul.cityNavMenu.citycount-overten li.pagenav, .location-content ul.countyNavMenu li.countyInnerMenu.active ul.cityNavMenu.citycount-overtwenty li.pagenav, .location-content ul.countyNavMenu li.countyInnerMenu.active ul.cityNavMenu.citycount-overthirty li.pagenav {
		width: 50%;
	}
	
	.location-content ul.countyNavMenu li.countyInnerMenu.active ul.cityNavMenu.citycount-overten li.pagenav.active, .location-content ul.countyNavMenu li.countyInnerMenu.active ul.cityNavMenu.citycount-overtwenty li.pagenav.active, .location-content ul.countyNavMenu li.countyInnerMenu.active ul.cityNavMenu.citycount-overthirty li.pagenav.active {
		width: 100%;
	}
}

@media (min-width: 1250px) {
	.location-content ul.countyNavMenu li.countyInnerMenu.active ul.cityNavMenu.citycount-overtwenty li.pagenav {
		width: 33.33%;
		width: 33.3333333333%;
	}
	
	.location-content ul.countyNavMenu li.countyInnerMenu.active ul.cityNavMenu.citycount-overtwenty li.pagenav.active {
		width: 100%;
	}
}

.location-content ul.countyNavMenu li.countyInnerMenu.active ul.cityNavMenu.citycount-underten li.pagenav {
	text-align: center;
}

.location-content ul.countyNavMenu li.countyInnerMenu.active ul.cityNavMenu.citycount-underten li.pagenav .cityTitle {
	font-size: 1.15em;
	padding: .5em;
}

.location-content ul.countyNavMenu li.countyInnerMenu.active ul.cityNavMenu.citycount-underten .cityNavClose {
	width: 100%;
	align-items: center;
	display: flex;
	position: relative;
	justify-content: center;
}

.location-content ul.countyNavMenu li.countyInnerMenu.active ul.cityNavMenu.citycount-underten .cityNavClose:after {
	background-color: rgba(0, 0, 0, .25);
	width: 200%;
	left: -50%;
	top: 0;
	height: 100%;
	position: absolute;
	content: "";
}

.locations-section {
	position: relative;
}

.locations-section .locations-inner {
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
	z-index: 6;
}

.locations-section .locations-inner .locationFlex {
	display: flex;
	font-size: 2vw;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	color: #fff;
	overflow: hidden;
}

.locations-section .locations-inner .locationFlex .locationFlexLeft .service-areas-title {
	font-size: 2.5em;
	color: #003bbc;
	font-weight: bold;
}

@media (max-width: 1029px) {
	.locations-section .locations-inner .locationFlex {
		flex-direction: column;
		font-size: 14px;
	}
	
	.locations-section .locations-inner .locationFlex .locationFlexLeft {
		width: auto;
	}
	
	.locations-section .locations-inner .locationFlex .locationFlexRight {
		width: auto;
	}
}

@media (min-width: 1030px) {
	.locations-section .locations-inner .locationFlex {
		flex-direction: row;
		font-size: 16px;
	}
	
	.locations-section .locations-inner .locationFlex .locationFlexLeft {
		width: 40%;
	}
	
	.locations-section .locations-inner .locationFlex .locationFlexRight {
		width: 60%;
	}
}

@media (min-width: 1200px) {
	.locations-section .locations-inner .locationFlex .locationFlexLeft {
		width: 45%;
	}
	
	.locations-section .locations-inner .locationFlex .locationFlexRight {
		width: 55%;
	}
}

.locations-section .locationsBG {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0);
}

.locations-section .locationsBG img {
	background-size: cover;
	width: 100%;
	height: 100%;
	z-index: 5;
	position: absolute;
	object-fit: cover;
	object-position: center bottom;
}

@media (max-width: 1029px) {
	.locations-section .locationsBG img {
		object-fit: auto 200%;
		object-position: right;
	}
}

.locations-section .locationsBG:after {
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	opacity: .5;
	top: 0;
	left: 0;
	z-index: 6;
}

@media (min-width: 1030px)and (min-width: 1400px) {
	.locations-section .locationsBG img {
		object-position: center;
	}
}

@media (min-width: 1030px) {
	.locations-section .locations-inner.module {
		opacity: 0;
		transform: translate(0, -50%);
		transition-delay: .5s;
	}
	
	.locations-section .locations-inner.module.showing, .locations-section .locations-inner.module.already-visible {
		transition: .5s ease-in;
		transform: translate(0, 0);
		opacity: 1;
	}
}

@media (min-width: 1030px) {
	.discountCoupon.slick-slider.slick-dotted {
		margin-bottom: 80px;
	}
}

.couponSection .discountsFlex, .couponSection .recentPostSlick, .sidebarCouponWrap .discountsFlex, .sidebarCouponWrap .recentPostSlick, .home-recent-posts-inner .discountsFlex, .home-recent-posts-inner .recentPostSlick {
	max-width: 1080px;
	margin: 0 auto;
}

.couponSection .discountsFlex .slick-dots, .couponSection .recentPostSlick .slick-dots, .sidebarCouponWrap .discountsFlex .slick-dots, .sidebarCouponWrap .recentPostSlick .slick-dots, .home-recent-posts-inner .discountsFlex .slick-dots, .home-recent-posts-inner .recentPostSlick .slick-dots {
	bottom: -40px;
}

.couponSection .discountsFlex .buttonWrapBottom, .couponSection .recentPostSlick .buttonWrapBottom, .sidebarCouponWrap .discountsFlex .buttonWrapBottom, .sidebarCouponWrap .recentPostSlick .buttonWrapBottom, .home-recent-posts-inner .discountsFlex .buttonWrapBottom, .home-recent-posts-inner .recentPostSlick .buttonWrapBottom {
	position: absolute;
	width: 100%;
	transform: translate(0, 45px);
	z-index: 7;
}

.couponSection .discountsFlex .buttonWrapBottom .buttonWrapBottomInner, .couponSection .recentPostSlick .buttonWrapBottom .buttonWrapBottomInner, .sidebarCouponWrap .discountsFlex .buttonWrapBottom .buttonWrapBottomInner, .sidebarCouponWrap .recentPostSlick .buttonWrapBottom .buttonWrapBottomInner, .home-recent-posts-inner .discountsFlex .buttonWrapBottom .buttonWrapBottomInner, .home-recent-posts-inner .recentPostSlick .buttonWrapBottom .buttonWrapBottomInner {
	width: 50%;
	line-height: 1;
}

.couponSection .discountsFlex .buttonWrapBottom .slick-prev, .couponSection .discountsFlex .buttonWrapBottom .slick-next, .couponSection .recentPostSlick .buttonWrapBottom .slick-prev, .couponSection .recentPostSlick .buttonWrapBottom .slick-next, .sidebarCouponWrap .discountsFlex .buttonWrapBottom .slick-prev, .sidebarCouponWrap .discountsFlex .buttonWrapBottom .slick-next, .sidebarCouponWrap .recentPostSlick .buttonWrapBottom .slick-prev, .sidebarCouponWrap .recentPostSlick .buttonWrapBottom .slick-next, .home-recent-posts-inner .discountsFlex .buttonWrapBottom .slick-prev, .home-recent-posts-inner .discountsFlex .buttonWrapBottom .slick-next, .home-recent-posts-inner .recentPostSlick .buttonWrapBottom .slick-prev, .home-recent-posts-inner .recentPostSlick .buttonWrapBottom .slick-next {
	position: relative;
	display: inline-block;
	transform: translate(0, 0);
	height: auto;
	width: auto;
	top: unset;
	cursor: pointer;
}

.couponSection .discountsFlex .buttonWrapBottom.buttonWrapPrev, .couponSection .recentPostSlick .buttonWrapBottom.buttonWrapPrev, .sidebarCouponWrap .discountsFlex .buttonWrapBottom.buttonWrapPrev, .sidebarCouponWrap .recentPostSlick .buttonWrapBottom.buttonWrapPrev, .home-recent-posts-inner .discountsFlex .buttonWrapBottom.buttonWrapPrev, .home-recent-posts-inner .recentPostSlick .buttonWrapBottom.buttonWrapPrev {
	text-align: right;
}

.couponSection .discountsFlex .buttonWrapBottom.buttonWrapPrev .buttonWrapBottomInner, .couponSection .recentPostSlick .buttonWrapBottom.buttonWrapPrev .buttonWrapBottomInner, .sidebarCouponWrap .discountsFlex .buttonWrapBottom.buttonWrapPrev .buttonWrapBottomInner, .sidebarCouponWrap .recentPostSlick .buttonWrapBottom.buttonWrapPrev .buttonWrapBottomInner, .home-recent-posts-inner .discountsFlex .buttonWrapBottom.buttonWrapPrev .buttonWrapBottomInner, .home-recent-posts-inner .recentPostSlick .buttonWrapBottom.buttonWrapPrev .buttonWrapBottomInner {
	margin-left: -10%;
}

.couponSection .discountsFlex .buttonWrapBottom.buttonWrapPrev button, .couponSection .recentPostSlick .buttonWrapBottom.buttonWrapPrev button, .sidebarCouponWrap .discountsFlex .buttonWrapBottom.buttonWrapPrev button, .sidebarCouponWrap .recentPostSlick .buttonWrapBottom.buttonWrapPrev button, .home-recent-posts-inner .discountsFlex .buttonWrapBottom.buttonWrapPrev button, .home-recent-posts-inner .recentPostSlick .buttonWrapBottom.buttonWrapPrev button {
	padding: 0;
	padding-right: 3em;
}

.couponSection .discountsFlex .buttonWrapBottom.buttonWrapNext, .couponSection .recentPostSlick .buttonWrapBottom.buttonWrapNext, .sidebarCouponWrap .discountsFlex .buttonWrapBottom.buttonWrapNext, .sidebarCouponWrap .recentPostSlick .buttonWrapBottom.buttonWrapNext, .home-recent-posts-inner .discountsFlex .buttonWrapBottom.buttonWrapNext, .home-recent-posts-inner .recentPostSlick .buttonWrapBottom.buttonWrapNext {
	text-align: left;
}

.couponSection .discountsFlex .buttonWrapBottom.buttonWrapNext .buttonWrapBottomInner, .couponSection .recentPostSlick .buttonWrapBottom.buttonWrapNext .buttonWrapBottomInner, .sidebarCouponWrap .discountsFlex .buttonWrapBottom.buttonWrapNext .buttonWrapBottomInner, .sidebarCouponWrap .recentPostSlick .buttonWrapBottom.buttonWrapNext .buttonWrapBottomInner, .home-recent-posts-inner .discountsFlex .buttonWrapBottom.buttonWrapNext .buttonWrapBottomInner, .home-recent-posts-inner .recentPostSlick .buttonWrapBottom.buttonWrapNext .buttonWrapBottomInner {
	margin-left: 60%;
}

.couponSection .discountsFlex .buttonWrapBottom.buttonWrapNext button, .couponSection .recentPostSlick .buttonWrapBottom.buttonWrapNext button, .sidebarCouponWrap .discountsFlex .buttonWrapBottom.buttonWrapNext button, .sidebarCouponWrap .recentPostSlick .buttonWrapBottom.buttonWrapNext button, .home-recent-posts-inner .discountsFlex .buttonWrapBottom.buttonWrapNext button, .home-recent-posts-inner .recentPostSlick .buttonWrapBottom.buttonWrapNext button {
	padding: 0;
	padding-left: 3em;
}

@media (min-width: 1030px) {
	.couponSection .discountsFlex .buttonWrapBottom, .couponSection .recentPostSlick .buttonWrapBottom, .sidebarCouponWrap .discountsFlex .buttonWrapBottom, .sidebarCouponWrap .recentPostSlick .buttonWrapBottom, .home-recent-posts-inner .discountsFlex .buttonWrapBottom, .home-recent-posts-inner .recentPostSlick .buttonWrapBottom {
		width: 50%;
	}
	
	.couponSection .discountsFlex .buttonWrapBottom .buttonWrapBottomInner, .couponSection .recentPostSlick .buttonWrapBottom .buttonWrapBottomInner, .sidebarCouponWrap .discountsFlex .buttonWrapBottom .buttonWrapBottomInner, .sidebarCouponWrap .recentPostSlick .buttonWrapBottom .buttonWrapBottomInner, .home-recent-posts-inner .discountsFlex .buttonWrapBottom .buttonWrapBottomInner, .home-recent-posts-inner .recentPostSlick .buttonWrapBottom .buttonWrapBottomInner {
		display: inline-block;
	}
	
	.couponSection .discountsFlex .buttonWrapBottom.buttonWrapPrev, .couponSection .recentPostSlick .buttonWrapBottom.buttonWrapPrev, .sidebarCouponWrap .discountsFlex .buttonWrapBottom.buttonWrapPrev, .sidebarCouponWrap .recentPostSlick .buttonWrapBottom.buttonWrapPrev, .home-recent-posts-inner .discountsFlex .buttonWrapBottom.buttonWrapPrev, .home-recent-posts-inner .recentPostSlick .buttonWrapBottom.buttonWrapPrev {
		right: 50%;
	}
	
	.couponSection .discountsFlex .buttonWrapBottom.buttonWrapPrev .buttonWrapBottomInner, .couponSection .recentPostSlick .buttonWrapBottom.buttonWrapPrev .buttonWrapBottomInner, .sidebarCouponWrap .discountsFlex .buttonWrapBottom.buttonWrapPrev .buttonWrapBottomInner, .sidebarCouponWrap .recentPostSlick .buttonWrapBottom.buttonWrapPrev .buttonWrapBottomInner, .home-recent-posts-inner .discountsFlex .buttonWrapBottom.buttonWrapPrev .buttonWrapBottomInner, .home-recent-posts-inner .recentPostSlick .buttonWrapBottom.buttonWrapPrev .buttonWrapBottomInner {
		margin-left: unset;
		margin-right: 10%;
	}
	
	.couponSection .discountsFlex .buttonWrapBottom.buttonWrapNext, .couponSection .recentPostSlick .buttonWrapBottom.buttonWrapNext, .sidebarCouponWrap .discountsFlex .buttonWrapBottom.buttonWrapNext, .sidebarCouponWrap .recentPostSlick .buttonWrapBottom.buttonWrapNext, .home-recent-posts-inner .discountsFlex .buttonWrapBottom.buttonWrapNext, .home-recent-posts-inner .recentPostSlick .buttonWrapBottom.buttonWrapNext {
		left: 50%;
	}
	
	.couponSection .discountsFlex .buttonWrapBottom.buttonWrapNext .buttonWrapBottomInner, .couponSection .recentPostSlick .buttonWrapBottom.buttonWrapNext .buttonWrapBottomInner, .sidebarCouponWrap .discountsFlex .buttonWrapBottom.buttonWrapNext .buttonWrapBottomInner, .sidebarCouponWrap .recentPostSlick .buttonWrapBottom.buttonWrapNext .buttonWrapBottomInner, .home-recent-posts-inner .discountsFlex .buttonWrapBottom.buttonWrapNext .buttonWrapBottomInner, .home-recent-posts-inner .recentPostSlick .buttonWrapBottom.buttonWrapNext .buttonWrapBottomInner {
		margin-left: 10%;
	}
}

@media (min-width: 1030px) {
	.couponSection .discountsFlex .slick-dots, .couponSection .recentPostSlick .slick-dots, .sidebarCouponWrap .discountsFlex .slick-dots, .sidebarCouponWrap .recentPostSlick .slick-dots, .home-recent-posts-inner .discountsFlex .slick-dots, .home-recent-posts-inner .recentPostSlick .slick-dots {
		bottom: -60px;
	}
	
	.couponSection .discountsFlex .buttonWrapBottom, .couponSection .recentPostSlick .buttonWrapBottom, .sidebarCouponWrap .discountsFlex .buttonWrapBottom, .sidebarCouponWrap .recentPostSlick .buttonWrapBottom, .home-recent-posts-inner .discountsFlex .buttonWrapBottom, .home-recent-posts-inner .recentPostSlick .buttonWrapBottom {
		transform: translate(0, 68px);
	}
}

@media (min-width: 1501px) {
	.couponSection .discountsFlex, .couponSection .recentPostSlick, .sidebarCouponWrap .discountsFlex, .sidebarCouponWrap .recentPostSlick, .home-recent-posts-inner .discountsFlex, .home-recent-posts-inner .recentPostSlick {
		max-width: 1450px;
	}
}

.couponSection .discountsFlex .couponFlexDots ul.slick-dots, .couponSection .recentPostSlick .couponFlexDots ul.slick-dots, .sidebarCouponWrap .discountsFlex .couponFlexDots ul.slick-dots, .sidebarCouponWrap .recentPostSlick .couponFlexDots ul.slick-dots, .home-recent-posts-inner .discountsFlex .couponFlexDots ul.slick-dots, .home-recent-posts-inner .recentPostSlick .couponFlexDots ul.slick-dots {
	list-style-type: none;
	margin: 1em auto;
	padding: 1em;
	max-width: 1350px;
}

.couponSection .discountsFlex .couponFlexDots ul.slick-dots li, .couponSection .recentPostSlick .couponFlexDots ul.slick-dots li, .sidebarCouponWrap .discountsFlex .couponFlexDots ul.slick-dots li, .sidebarCouponWrap .recentPostSlick .couponFlexDots ul.slick-dots li, .home-recent-posts-inner .discountsFlex .couponFlexDots ul.slick-dots li, .home-recent-posts-inner .recentPostSlick .couponFlexDots ul.slick-dots li {
	margin: .5em;
}

.couponSection .couponFlex .slick-track, .couponSection .discountCoupon .slick-track, .sidebarCouponWrap .couponFlex .slick-track, .sidebarCouponWrap .discountCoupon .slick-track, .home-recent-posts-inner .couponFlex .slick-track, .home-recent-posts-inner .discountCoupon .slick-track {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

.couponSection .couponFlex .singleCoupon, .couponSection .discountCoupon .singleCoupon, .sidebarCouponWrap .couponFlex .singleCoupon, .sidebarCouponWrap .discountCoupon .singleCoupon, .home-recent-posts-inner .couponFlex .singleCoupon, .home-recent-posts-inner .discountCoupon .singleCoupon {
	background-color: #ddd;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	max-width: 600px;
	color: #002472;
	margin: 0 auto;
	position: relative;
	padding: 1em;
	background: linear-gradient(315deg, #c6cbd4 29%, #e4c5c2 90%, #002472 90%, #002472 100%);
	transition: all .3s ease-in-out;
}

.couponSection .couponFlex .singleCoupon:hover, .couponSection .discountCoupon .singleCoupon:hover, .sidebarCouponWrap .couponFlex .singleCoupon:hover, .sidebarCouponWrap .discountCoupon .singleCoupon:hover, .home-recent-posts-inner .couponFlex .singleCoupon:hover, .home-recent-posts-inner .discountCoupon .singleCoupon:hover {
	box-shadow: 2px 2px 13px -6px rgba(0, 0, 0, .75);
}

.couponSection .couponFlex .singleCoupon .nowTextWrap, .couponSection .discountCoupon .singleCoupon .nowTextWrap, .sidebarCouponWrap .couponFlex .singleCoupon .nowTextWrap, .sidebarCouponWrap .discountCoupon .singleCoupon .nowTextWrap, .home-recent-posts-inner .couponFlex .singleCoupon .nowTextWrap, .home-recent-posts-inner .discountCoupon .singleCoupon .nowTextWrap {
	left: 0em;
	top: 0em;
	position: absolute;
	transform: rotate(-45deg);
	height: 12%;
}

.couponSection .couponFlex .singleCoupon .nowText, .couponSection .discountCoupon .singleCoupon .nowText, .sidebarCouponWrap .couponFlex .singleCoupon .nowText, .sidebarCouponWrap .discountCoupon .singleCoupon .nowText, .home-recent-posts-inner .couponFlex .singleCoupon .nowText, .home-recent-posts-inner .discountCoupon .singleCoupon .nowText {
	font-size: 1.1em;
	line-height: 1.5;
	letter-spacing: .05em;
	color: #fff;
	font-weight: 400;
	display: inline-block;
	display: inline-flex;
	z-index: 2;
	height: 100%;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-top: 35%;
}

.couponSection .couponFlex .singleCoupon .offerExpiration, .couponSection .discountCoupon .singleCoupon .offerExpiration, .sidebarCouponWrap .couponFlex .singleCoupon .offerExpiration, .sidebarCouponWrap .discountCoupon .singleCoupon .offerExpiration, .home-recent-posts-inner .couponFlex .singleCoupon .offerExpiration, .home-recent-posts-inner .discountCoupon .singleCoupon .offerExpiration {
	font-size: 1.1em;
	display: block;
	margin-bottom: 1em;
	text-align: center;
	font-weight: bold;
	font-style: italic;
}

.couponSection .couponFlex .singleCoupon .discountCouponAmount, .couponSection .discountCoupon .singleCoupon .discountCouponAmount, .sidebarCouponWrap .couponFlex .singleCoupon .discountCouponAmount, .sidebarCouponWrap .discountCoupon .singleCoupon .discountCouponAmount, .home-recent-posts-inner .couponFlex .singleCoupon .discountCouponAmount, .home-recent-posts-inner .discountCoupon .singleCoupon .discountCouponAmount {
	font-size: 3.5em;
	line-height: 1.5;
	display: block;
	text-transform: uppercase;
	margin-bottom: .25em;
	font-weight: 700;
}

.couponSection .couponFlex .singleCoupon .discountCouponDescription, .couponSection .discountCoupon .singleCoupon .discountCouponDescription, .sidebarCouponWrap .couponFlex .singleCoupon .discountCouponDescription, .sidebarCouponWrap .discountCoupon .singleCoupon .discountCouponDescription, .home-recent-posts-inner .couponFlex .singleCoupon .discountCouponDescription, .home-recent-posts-inner .discountCoupon .singleCoupon .discountCouponDescription {
	font-weight: bold;
	display: block;
	font-size: 1.75em;
	padding: 0 1em;
	margin: 1.5em 0 .75em 0;
}

.couponSection .couponFlex .singleCoupon .discountCTA, .couponSection .discountCoupon .singleCoupon .discountCTA, .sidebarCouponWrap .couponFlex .singleCoupon .discountCTA, .sidebarCouponWrap .discountCoupon .singleCoupon .discountCTA, .home-recent-posts-inner .couponFlex .singleCoupon .discountCTA, .home-recent-posts-inner .discountCoupon .singleCoupon .discountCTA {
	position: relative;
}

.couponSection .couponFlex .singleCoupon .discountCTA .tooltip, .couponSection .discountCoupon .singleCoupon .discountCTA .tooltip, .sidebarCouponWrap .couponFlex .singleCoupon .discountCTA .tooltip, .sidebarCouponWrap .discountCoupon .singleCoupon .discountCTA .tooltip, .home-recent-posts-inner .couponFlex .singleCoupon .discountCTA .tooltip, .home-recent-posts-inner .discountCoupon .singleCoupon .discountCTA .tooltip {
	position: absolute;
	opacity: 0;
	transform: translate(0%, 0%);
	transition: .3s;
	transition: .3s;
	top: 0;
	top: -2em;
	right: 0;
	right: 1em;
	background: #f8f0ca;
	padding: .5em 1em;
	color: #002472;
	box-shadow: #333 0px 0px 1px 2px inset;
	border-radius: .5em;
}

.couponSection .couponFlex .singleCoupon .discountCTA .tooltip.active, .couponSection .discountCoupon .singleCoupon .discountCTA .tooltip.active, .sidebarCouponWrap .couponFlex .singleCoupon .discountCTA .tooltip.active, .sidebarCouponWrap .discountCoupon .singleCoupon .discountCTA .tooltip.active, .home-recent-posts-inner .couponFlex .singleCoupon .discountCTA .tooltip.active, .home-recent-posts-inner .discountCoupon .singleCoupon .discountCTA .tooltip.active {
	opacity: 1;
	transform: translate(0%, 0);
}

.couponSection .couponFlex .singleCoupon .discountCTA .tooltip:after, .couponSection .discountCoupon .singleCoupon .discountCTA .tooltip:after, .sidebarCouponWrap .couponFlex .singleCoupon .discountCTA .tooltip:after, .sidebarCouponWrap .discountCoupon .singleCoupon .discountCTA .tooltip:after, .home-recent-posts-inner .couponFlex .singleCoupon .discountCTA .tooltip:after, .home-recent-posts-inner .discountCoupon .singleCoupon .discountCTA .tooltip:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.couponSection .couponFlex .singleCoupon .sharebtn, .couponSection .discountCoupon .singleCoupon .sharebtn, .sidebarCouponWrap .couponFlex .singleCoupon .sharebtn, .sidebarCouponWrap .discountCoupon .singleCoupon .sharebtn, .home-recent-posts-inner .couponFlex .singleCoupon .sharebtn, .home-recent-posts-inner .discountCoupon .singleCoupon .sharebtn {
	display: inline-block;
	margin-left: .5em;
	color: #222;
	cursor: pointer;
}

.couponSection .couponFlex .singleCoupon .sharebtn svg, .couponSection .discountCoupon .singleCoupon .sharebtn svg, .sidebarCouponWrap .couponFlex .singleCoupon .sharebtn svg, .sidebarCouponWrap .discountCoupon .singleCoupon .sharebtn svg, .home-recent-posts-inner .couponFlex .singleCoupon .sharebtn svg, .home-recent-posts-inner .discountCoupon .singleCoupon .sharebtn svg {
	color: #222;
}

.couponSection .couponFlex .singleCoupon .sharebtn.active .tooltip, .couponSection .discountCoupon .singleCoupon .sharebtn.active .tooltip, .sidebarCouponWrap .couponFlex .singleCoupon .sharebtn.active .tooltip, .sidebarCouponWrap .discountCoupon .singleCoupon .sharebtn.active .tooltip, .home-recent-posts-inner .couponFlex .singleCoupon .sharebtn.active .tooltip, .home-recent-posts-inner .discountCoupon .singleCoupon .sharebtn.active .tooltip {
	opacity: 1;
	transform: translate(0%, 0);
}

.couponSection .couponFlex .singleCoupon .discountCTA .tooltip, .couponSection .discountCoupon .singleCoupon .discountCTA .tooltip, .sidebarCouponWrap .couponFlex .singleCoupon .discountCTA .tooltip, .sidebarCouponWrap .discountCoupon .singleCoupon .discountCTA .tooltip, .home-recent-posts-inner .couponFlex .singleCoupon .discountCTA .tooltip, .home-recent-posts-inner .discountCoupon .singleCoupon .discountCTA .tooltip {
	width: 150px;
}

.couponSection .couponFlex .singleCoupon .promoCode, .couponSection .discountCoupon .singleCoupon .promoCode, .sidebarCouponWrap .couponFlex .singleCoupon .promoCode, .sidebarCouponWrap .discountCoupon .singleCoupon .promoCode, .home-recent-posts-inner .couponFlex .singleCoupon .promoCode, .home-recent-posts-inner .discountCoupon .singleCoupon .promoCode {
	display: none;
	font-size: 1.25em;
	background: #a40308;
	width: auto;
	padding: .25em 1em;
	margin: .5em auto;
	margin-bottom: 0;
}

.couponSection .couponFlex .singleCoupon .discountCouponDisclaimer, .couponSection .discountCoupon .singleCoupon .discountCouponDisclaimer, .sidebarCouponWrap .couponFlex .singleCoupon .discountCouponDisclaimer, .sidebarCouponWrap .discountCoupon .singleCoupon .discountCouponDisclaimer, .home-recent-posts-inner .couponFlex .singleCoupon .discountCouponDisclaimer, .home-recent-posts-inner .discountCoupon .singleCoupon .discountCouponDisclaimer {
	display: block;
	font-size: .85em;
	line-height: 1.35;
	padding: .5em;
	max-width: 350px;
	width: 80%;
	margin: 1em auto;
}

.couponSection .couponFlex .singleCoupon a.getCoupon, .couponSection .discountCoupon .singleCoupon a.getCoupon, .sidebarCouponWrap .couponFlex .singleCoupon a.getCoupon, .sidebarCouponWrap .discountCoupon .singleCoupon a.getCoupon, .home-recent-posts-inner .couponFlex .singleCoupon a.getCoupon, .home-recent-posts-inner .discountCoupon .singleCoupon a.getCoupon {
	padding: .5em 1em;
	display: inline-block;
	background-color: #a40308;
	margin: 1em auto;
	color: #fff;
	text-decoration: none;
	transition: .25s ease-in-out;
}

.couponSection .couponFlex .singleCoupon a.getCoupon:hover, .couponSection .discountCoupon .singleCoupon a.getCoupon:hover, .sidebarCouponWrap .couponFlex .singleCoupon a.getCoupon:hover, .sidebarCouponWrap .discountCoupon .singleCoupon a.getCoupon:hover, .home-recent-posts-inner .couponFlex .singleCoupon a.getCoupon:hover, .home-recent-posts-inner .discountCoupon .singleCoupon a.getCoupon:hover {
	background-color: #003bbc;
	color: #fff;
}

.couponSection .couponFlex .singleCoupon.ppc-coupon, .couponSection .discountCoupon .singleCoupon.ppc-coupon, .sidebarCouponWrap .couponFlex .singleCoupon.ppc-coupon, .sidebarCouponWrap .discountCoupon .singleCoupon.ppc-coupon, .home-recent-posts-inner .couponFlex .singleCoupon.ppc-coupon, .home-recent-posts-inner .discountCoupon .singleCoupon.ppc-coupon {
	background: #fff;
	padding: 0;
	overflow: hidden;
	border-radius: .3em;
	height: 100%;
	justify-content: space-between;
}

.couponSection .couponFlex .singleCoupon.ppc-coupon:after, .couponSection .discountCoupon .singleCoupon.ppc-coupon:after, .sidebarCouponWrap .couponFlex .singleCoupon.ppc-coupon:after, .sidebarCouponWrap .discountCoupon .singleCoupon.ppc-coupon:after, .home-recent-posts-inner .couponFlex .singleCoupon.ppc-coupon:after, .home-recent-posts-inner .discountCoupon .singleCoupon.ppc-coupon:after {
	border-radius: .3em;
	content: "";
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: dashed 6px #00226f;
	position: absolute;
}

.couponSection .couponFlex .singleCoupon.ppc-coupon .nowText, .couponSection .discountCoupon .singleCoupon.ppc-coupon .nowText, .sidebarCouponWrap .couponFlex .singleCoupon.ppc-coupon .nowText, .sidebarCouponWrap .discountCoupon .singleCoupon.ppc-coupon .nowText, .home-recent-posts-inner .couponFlex .singleCoupon.ppc-coupon .nowText, .home-recent-posts-inner .discountCoupon .singleCoupon.ppc-coupon .nowText {
	color: #00226f;
	font-weight: bold;
}

.couponSection .couponFlex .singleCoupon.ppc-coupon .ppc-coupon_logo, .couponSection .discountCoupon .singleCoupon.ppc-coupon .ppc-coupon_logo, .sidebarCouponWrap .couponFlex .singleCoupon.ppc-coupon .ppc-coupon_logo, .sidebarCouponWrap .discountCoupon .singleCoupon.ppc-coupon .ppc-coupon_logo, .home-recent-posts-inner .couponFlex .singleCoupon.ppc-coupon .ppc-coupon_logo, .home-recent-posts-inner .discountCoupon .singleCoupon.ppc-coupon .ppc-coupon_logo {
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(315deg, #00226f 29%, #00226f 87%, #acff01 87%, #acff01 100%);
	padding: 1em 1em 0 1em;
	margin: .375em .375em 0 .375em;
	height: 13em;
}

.couponSection .couponFlex .singleCoupon.ppc-coupon .ppc-coupon_logo picture, .couponSection .discountCoupon .singleCoupon.ppc-coupon .ppc-coupon_logo picture, .sidebarCouponWrap .couponFlex .singleCoupon.ppc-coupon .ppc-coupon_logo picture, .sidebarCouponWrap .discountCoupon .singleCoupon.ppc-coupon .ppc-coupon_logo picture, .home-recent-posts-inner .couponFlex .singleCoupon.ppc-coupon .ppc-coupon_logo picture, .home-recent-posts-inner .discountCoupon .singleCoupon.ppc-coupon .ppc-coupon_logo picture {
	display: block;
	height: 100%;
	width: auto;
}

.couponSection .couponFlex .singleCoupon.ppc-coupon .ppc-coupon_logo img, .couponSection .discountCoupon .singleCoupon.ppc-coupon .ppc-coupon_logo img, .sidebarCouponWrap .couponFlex .singleCoupon.ppc-coupon .ppc-coupon_logo img, .sidebarCouponWrap .discountCoupon .singleCoupon.ppc-coupon .ppc-coupon_logo img, .home-recent-posts-inner .couponFlex .singleCoupon.ppc-coupon .ppc-coupon_logo img, .home-recent-posts-inner .discountCoupon .singleCoupon.ppc-coupon .ppc-coupon_logo img {
	height: 100%;
	width: auto;
}

.couponSection .couponFlex .singleCoupon.ppc-coupon .ppc-coupon_info, .couponSection .discountCoupon .singleCoupon.ppc-coupon .ppc-coupon_info, .sidebarCouponWrap .couponFlex .singleCoupon.ppc-coupon .ppc-coupon_info, .sidebarCouponWrap .discountCoupon .singleCoupon.ppc-coupon .ppc-coupon_info, .home-recent-posts-inner .couponFlex .singleCoupon.ppc-coupon .ppc-coupon_info, .home-recent-posts-inner .discountCoupon .singleCoupon.ppc-coupon .ppc-coupon_info {
	padding: 1em;
	margin-bottom: auto;
}

.couponSection .couponFlex .singleCoupon.ppc-coupon .ppc-coupon_info .discountCouponAmount, .couponSection .discountCoupon .singleCoupon.ppc-coupon .ppc-coupon_info .discountCouponAmount, .sidebarCouponWrap .couponFlex .singleCoupon.ppc-coupon .ppc-coupon_info .discountCouponAmount, .sidebarCouponWrap .discountCoupon .singleCoupon.ppc-coupon .ppc-coupon_info .discountCouponAmount, .home-recent-posts-inner .couponFlex .singleCoupon.ppc-coupon .ppc-coupon_info .discountCouponAmount, .home-recent-posts-inner .discountCoupon .singleCoupon.ppc-coupon .ppc-coupon_info .discountCouponAmount {
	color: #ef040b;
	margin: 0;
	margin-bottom: 0;
	padding: 0;
}

.couponSection .couponFlex .singleCoupon.ppc-coupon .ppc-coupon_info .discountCTA, .couponSection .discountCoupon .singleCoupon.ppc-coupon .ppc-coupon_info .discountCTA, .sidebarCouponWrap .couponFlex .singleCoupon.ppc-coupon .ppc-coupon_info .discountCTA, .sidebarCouponWrap .discountCoupon .singleCoupon.ppc-coupon .ppc-coupon_info .discountCTA, .home-recent-posts-inner .couponFlex .singleCoupon.ppc-coupon .ppc-coupon_info .discountCTA, .home-recent-posts-inner .discountCoupon .singleCoupon.ppc-coupon .ppc-coupon_info .discountCTA {
	z-index: 2;
}

.couponSection .couponFlex .singleCoupon.ppc-coupon p, .couponSection .discountCoupon .singleCoupon.ppc-coupon p, .sidebarCouponWrap .couponFlex .singleCoupon.ppc-coupon p, .sidebarCouponWrap .discountCoupon .singleCoupon.ppc-coupon p, .home-recent-posts-inner .couponFlex .singleCoupon.ppc-coupon p, .home-recent-posts-inner .discountCoupon .singleCoupon.ppc-coupon p {
	margin: 0;
	padding: 0;
}

.couponSection .couponFlex.couponFlex .singleCoupon, .couponSection .discountCoupon.couponFlex .singleCoupon, .sidebarCouponWrap .couponFlex.couponFlex .singleCoupon, .sidebarCouponWrap .discountCoupon.couponFlex .singleCoupon, .home-recent-posts-inner .couponFlex.couponFlex .singleCoupon, .home-recent-posts-inner .discountCoupon.couponFlex .singleCoupon {
	display: none;
}

.couponSection .couponFlex.couponFlex .singleCoupon:first-of-type, .couponSection .discountCoupon.couponFlex .singleCoupon:first-of-type, .sidebarCouponWrap .couponFlex.couponFlex .singleCoupon:first-of-type, .sidebarCouponWrap .discountCoupon.couponFlex .singleCoupon:first-of-type, .home-recent-posts-inner .couponFlex.couponFlex .singleCoupon:first-of-type, .home-recent-posts-inner .discountCoupon.couponFlex .singleCoupon:first-of-type {
	display: flex;
}

.couponSection .couponFlex.couponFlex.slick-initialized .slick-slide, .couponSection .discountCoupon.couponFlex.slick-initialized .slick-slide, .sidebarCouponWrap .couponFlex.couponFlex.slick-initialized .slick-slide, .sidebarCouponWrap .discountCoupon.couponFlex.slick-initialized .slick-slide, .home-recent-posts-inner .couponFlex.couponFlex.slick-initialized .slick-slide, .home-recent-posts-inner .discountCoupon.couponFlex.slick-initialized .slick-slide {
	max-width: 90vw;
	margin: 0 auto;
}

.couponSection .couponFlex.couponFlex.slick-initialized .singleCoupon, .couponSection .discountCoupon.couponFlex.slick-initialized .singleCoupon, .sidebarCouponWrap .couponFlex.couponFlex.slick-initialized .singleCoupon, .sidebarCouponWrap .discountCoupon.couponFlex.slick-initialized .singleCoupon, .home-recent-posts-inner .couponFlex.couponFlex.slick-initialized .singleCoupon, .home-recent-posts-inner .discountCoupon.couponFlex.slick-initialized .singleCoupon {
	display: flex !important;
	margin: 1em 0;
	box-shadow: rgba(0, 0, 0, .35) 1px 1px 2px 1px;
	transition: .4s ease;
}

@media (max-width: 450px) {
	.couponSection .couponFlex.couponFlex.slick-initialized .singleCoupon, .couponSection .discountCoupon.couponFlex.slick-initialized .singleCoupon, .sidebarCouponWrap .couponFlex.couponFlex.slick-initialized .singleCoupon, .sidebarCouponWrap .discountCoupon.couponFlex.slick-initialized .singleCoupon, .home-recent-posts-inner .couponFlex.couponFlex.slick-initialized .singleCoupon, .home-recent-posts-inner .discountCoupon.couponFlex.slick-initialized .singleCoupon {
		font-size: 3.5vw;
	}
}

.couponSection .couponFlex.couponFlex.slick-initialized .singleCoupon:hover, .couponSection .discountCoupon.couponFlex.slick-initialized .singleCoupon:hover, .sidebarCouponWrap .couponFlex.couponFlex.slick-initialized .singleCoupon:hover, .sidebarCouponWrap .discountCoupon.couponFlex.slick-initialized .singleCoupon:hover, .home-recent-posts-inner .couponFlex.couponFlex.slick-initialized .singleCoupon:hover, .home-recent-posts-inner .discountCoupon.couponFlex.slick-initialized .singleCoupon:hover {
	box-shadow: rgba(255, 0, 0, .5) 0px 0px 5px 3px;
	transform: scale(1.025);
}

.couponSection .couponFlex.couponSingleFlex .singleCoupon, .couponSection .discountCoupon.couponSingleFlex .singleCoupon, .sidebarCouponWrap .couponFlex.couponSingleFlex .singleCoupon, .sidebarCouponWrap .discountCoupon.couponSingleFlex .singleCoupon, .home-recent-posts-inner .couponFlex.couponSingleFlex .singleCoupon, .home-recent-posts-inner .discountCoupon.couponSingleFlex .singleCoupon {
	margin: 0 auto;
}

.couponSection .couponFlex.sidebarCouponSlick.slick-initialized .slick-slide .singleCoupon, .couponSection .discountCoupon.sidebarCouponSlick.slick-initialized .slick-slide .singleCoupon, .sidebarCouponWrap .couponFlex.sidebarCouponSlick.slick-initialized .slick-slide .singleCoupon, .sidebarCouponWrap .discountCoupon.sidebarCouponSlick.slick-initialized .slick-slide .singleCoupon, .home-recent-posts-inner .couponFlex.sidebarCouponSlick.slick-initialized .slick-slide .singleCoupon, .home-recent-posts-inner .discountCoupon.sidebarCouponSlick.slick-initialized .slick-slide .singleCoupon {
	margin: 0em auto;
}

.couponSection .couponFlex.sidebarCouponSlick .singleCoupon, .couponSection .discountCoupon.sidebarCouponSlick .singleCoupon, .sidebarCouponWrap .couponFlex.sidebarCouponSlick .singleCoupon, .sidebarCouponWrap .discountCoupon.sidebarCouponSlick .singleCoupon, .home-recent-posts-inner .couponFlex.sidebarCouponSlick .singleCoupon, .home-recent-posts-inner .discountCoupon.sidebarCouponSlick .singleCoupon {
	font-size: 14px;
	justify-content: space-between;
}

.couponSection .couponFlex.sidebarCouponSlick .singleCoupon .discountCouponDisclaimer, .couponSection .discountCoupon.sidebarCouponSlick .singleCoupon .discountCouponDisclaimer, .sidebarCouponWrap .couponFlex.sidebarCouponSlick .singleCoupon .discountCouponDisclaimer, .sidebarCouponWrap .discountCoupon.sidebarCouponSlick .singleCoupon .discountCouponDisclaimer, .home-recent-posts-inner .couponFlex.sidebarCouponSlick .singleCoupon .discountCouponDisclaimer, .home-recent-posts-inner .discountCoupon.sidebarCouponSlick .singleCoupon .discountCouponDisclaimer {
	padding: 0;
}

@media (min-width: 1030px) {
	.couponSection.couponSection .discountCoupon, .couponSection.sidebarCouponSlick .discountCoupon, .sidebarCouponWrap.couponSection .discountCoupon, .sidebarCouponWrap.sidebarCouponSlick .discountCoupon, .home-recent-posts-inner.couponSection .discountCoupon, .home-recent-posts-inner.sidebarCouponSlick .discountCoupon {
		position: relative;
	}
	
	.couponSection.couponSection .discountCoupon.ppc-coupons .slick-track, .couponSection.sidebarCouponSlick .discountCoupon.ppc-coupons .slick-track, .sidebarCouponWrap.couponSection .discountCoupon.ppc-coupons .slick-track, .sidebarCouponWrap.sidebarCouponSlick .discountCoupon.ppc-coupons .slick-track, .home-recent-posts-inner.couponSection .discountCoupon.ppc-coupons .slick-track, .home-recent-posts-inner.sidebarCouponSlick .discountCoupon.ppc-coupons .slick-track {
		align-items: initial;
	}
	
	.couponSection.couponSection .discountCoupon .slick-track, .couponSection.sidebarCouponSlick .discountCoupon .slick-track, .sidebarCouponWrap.couponSection .discountCoupon .slick-track, .sidebarCouponWrap.sidebarCouponSlick .discountCoupon .slick-track, .home-recent-posts-inner.couponSection .discountCoupon .slick-track, .home-recent-posts-inner.sidebarCouponSlick .discountCoupon .slick-track {
		display: flex;
		flex-wrap: wrap;
		position: relative;
	}
	
	.couponSection.couponSection .discountCoupon .slick-track .slick-slide, .couponSection.sidebarCouponSlick .discountCoupon .slick-track .slick-slide, .sidebarCouponWrap.couponSection .discountCoupon .slick-track .slick-slide, .sidebarCouponWrap.sidebarCouponSlick .discountCoupon .slick-track .slick-slide, .home-recent-posts-inner.couponSection .discountCoupon .slick-track .slick-slide, .home-recent-posts-inner.sidebarCouponSlick .discountCoupon .slick-track .slick-slide {
		height: unset;
		float: none;
		display: flex;
		flex-direction: column;
	}
	
	.couponSection.couponSection .discountCoupon .slick-track .slick-slide .singleCoupon, .couponSection.sidebarCouponSlick .discountCoupon .slick-track .slick-slide .singleCoupon, .sidebarCouponWrap.couponSection .discountCoupon .slick-track .slick-slide .singleCoupon, .sidebarCouponWrap.sidebarCouponSlick .discountCoupon .slick-track .slick-slide .singleCoupon, .home-recent-posts-inner.couponSection .discountCoupon .slick-track .slick-slide .singleCoupon, .home-recent-posts-inner.sidebarCouponSlick .discountCoupon .slick-track .slick-slide .singleCoupon {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		height: 100%;
	}
	
	.couponSection.couponSection.couponSection .discountCoupon .slick-track .slick-slide, .couponSection.sidebarCouponSlick.couponSection .discountCoupon .slick-track .slick-slide, .sidebarCouponWrap.couponSection.couponSection .discountCoupon .slick-track .slick-slide, .sidebarCouponWrap.sidebarCouponSlick.couponSection .discountCoupon .slick-track .slick-slide, .home-recent-posts-inner.couponSection.couponSection .discountCoupon .slick-track .slick-slide, .home-recent-posts-inner.sidebarCouponSlick.couponSection .discountCoupon .slick-track .slick-slide {
		max-width: 470px;
	}
}

@media (min-width: 1030px)and (min-width: 1500px) {
	.couponSection.couponSection .discountCoupon .slick-list .slick-track .slick-slide, .sidebarCouponWrap.couponSection .discountCoupon .slick-list .slick-track .slick-slide, .home-recent-posts-inner.couponSection .discountCoupon .slick-list .slick-track .slick-slide {
		width: 30% !important;
	}
}

.ppc-coupons .slick-slider .slick-list .slick-track {
	align-items: initial;
}

.home-slideshow {
	overflow: hidden;
	position: relative;
	display: flex;
	justify-content: center;
	justify-content: center;
	flex-direction: column;
}

.home-slideshow img.homeBannerImg, .home-slideshow picture {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	object-fit: cover;
	z-index: 2;
	object-position: center;
}

@media (max-width: 1199px) {
	.home-slideshow img.homeBannerImg, .home-slideshow picture {
		object-position: 70%;
	}
}

.home-slideshow .bannerBgShadow {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 3;
	content: "";
}

.home-slideshow .home-slideshow-inner {
	position: relative;
	display: block;
	color: #fff;
	z-index: 4;
	padding: 1% 3%;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.home-slideshow .home-slideshow-inner .bannerTextLayer, .home-slideshow .home-slideshow-inner .bannerSubtextLayer {
	z-index: 5;
	padding: .5em 1em;
	position: relative;
	font-size: 3.4vw;
	height: 100%;
	display: flex;
	flex-direction: column;
	top: 0;
	left: 0;
	align-items: flex-start;
	padding-top: 1em;
}

.home-slideshow .home-slideshow-inner .bannerTextLayer.bannerTextLayer, .home-slideshow .home-slideshow-inner .bannerSubtextLayer.bannerTextLayer {
	margin-bottom: 1%;
}

.home-slideshow .home-slideshow-inner .bannerTextLayer.bannerSubtextLayer, .home-slideshow .home-slideshow-inner .bannerSubtextLayer.bannerSubtextLayer {
	width: 95%;
	max-width: 1350px;
	margin: 0 auto;
}

.home-slideshow .home-slideshow-inner .bannerTextLayer.bannerSubtextLayer .bannerSubtextLayerInner, .home-slideshow .home-slideshow-inner .bannerSubtextLayer.bannerSubtextLayer .bannerSubtextLayerInner {
	width: 100%;
}

.home-slideshow .home-slideshow-inner .bannerTextLayer .bannerOffer, .home-slideshow .home-slideshow-inner .bannerSubtextLayer .bannerOffer {
	position: relative;
	overflow: hidden;
	border-top-right-radius: 1em;
	cursor: pointer;
	border-bottom-left-radius: 1em;
	font-size: 3.5vw;
	max-width: 24em;
	margin: 1em auto;
	box-shadow: rgba(0, 0, 0, .45) 2px 4px 6px 3px;
}

@media (min-width: 768px) {
	.home-slideshow .home-slideshow-inner .bannerTextLayer .bannerOffer, .home-slideshow .home-slideshow-inner .bannerSubtextLayer .bannerOffer {
		font-size: 28px;
		margin: 2em auto;
	}
}

@media (min-width: 1030px) {
	.home-slideshow .home-slideshow-inner .bannerTextLayer .bannerOffer, .home-slideshow .home-slideshow-inner .bannerSubtextLayer .bannerOffer {
		font-size: 24px;
		margin-top: 0;
	}
}

@media (min-width: 1400px) {
	.home-slideshow .home-slideshow-inner .bannerTextLayer .bannerOffer, .home-slideshow .home-slideshow-inner .bannerSubtextLayer .bannerOffer {
		margin: 2em 0;
		margin-top: 0;
	}
}

.home-slideshow .home-slideshow-inner .bannerTextLayer .bannerOffer .sunburstBG svg, .home-slideshow .home-slideshow-inner .bannerSubtextLayer .bannerOffer .sunburstBG svg {
	transition: .3s;
}

.home-slideshow .home-slideshow-inner .bannerTextLayer .bannerOffer .sunburstBG svg .st0, .home-slideshow .home-slideshow-inner .bannerTextLayer .bannerOffer .sunburstBG svg .st1, .home-slideshow .home-slideshow-inner .bannerSubtextLayer .bannerOffer .sunburstBG svg .st0, .home-slideshow .home-slideshow-inner .bannerSubtextLayer .bannerOffer .sunburstBG svg .st1 {
	transition: fill .3s ease-in;
}

.home-slideshow .home-slideshow-inner .bannerTextLayer .bannerOffer .sunburstBG:after, .home-slideshow .home-slideshow-inner .bannerSubtextLayer .bannerOffer .sunburstBG:after {
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0) 55%, rgba(22, 108, 169, .2) 70%, rgba(22, 108, 169, .4) 85%, rgba(22, 108, 169, .52) 100%), radial-gradient(circle, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .2) 65%, rgba(0, 0, 0, .25) 80%, rgba(0, 0, 0, .35) 100%);
	left: 0;
	top: 0;
	transition: .3s;
	content: "";
}

.home-slideshow .home-slideshow-inner .bannerTextLayer .bannerOffer p, .home-slideshow .home-slideshow-inner .bannerSubtextLayer .bannerOffer p {
	margin: 0;
}

.home-slideshow .home-slideshow-inner .bannerTextLayer .bannerOffer .bannerOfferInner, .home-slideshow .home-slideshow-inner .bannerSubtextLayer .bannerOffer .bannerOfferInner {
	z-index: 5;
	position: relative;
	padding: 1.25em .75em;
	border-bottom: solid 7px #fff;
	border-bottom-left-radius: 1em;
}

.home-slideshow .home-slideshow-inner .bannerTextLayer .bannerOffer .zcTop, .home-slideshow .home-slideshow-inner .bannerSubtextLayer .bannerOffer .zcTop {
	display: block;
	font-size: 1.5em;
	line-height: 1.15;
	color: #66eb39;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	text-shadow: #000 5px 4px 1px;
	padding: .25em 0;
}

.home-slideshow .home-slideshow-inner .bannerTextLayer .bannerOffer .zcTop .zctlOne, .home-slideshow .home-slideshow-inner .bannerSubtextLayer .bannerOffer .zcTop .zctlOne {
	display: block;
	font-size: 1.1em;
}

.home-slideshow .home-slideshow-inner .bannerTextLayer .bannerOffer .zcTop .zctlTwo, .home-slideshow .home-slideshow-inner .bannerSubtextLayer .bannerOffer .zcTop .zctlTwo {
	display: block;
	font-size: 1.35em;
}

.home-slideshow .home-slideshow-inner .bannerTextLayer .bannerOffer .zcTop .zctlSub, .home-slideshow .home-slideshow-inner .bannerSubtextLayer .bannerOffer .zcTop .zctlSub {
	font-size: .8em;
	color: #fff;
	font-weight: 400;
}

.home-slideshow .home-slideshow-inner .bannerTextLayer .bannerOffer .zcMid, .home-slideshow .home-slideshow-inner .bannerSubtextLayer .bannerOffer .zcMid {
	display: block;
	text-align: center;
}

.home-slideshow .home-slideshow-inner .bannerTextLayer .bannerOffer .zcMid .zcEst, .home-slideshow .home-slideshow-inner .bannerSubtextLayer .bannerOffer .zcMid .zcEst {
	display: block;
	display: inline-block;
	font-weight: bold;
	font-style: italic;
	transition: .5s ease;
	color: #fff;
	font-size: 1.3em;
	text-shadow: #222 3px 2px 1px;
	background: red;
	padding: .1em .75em .15em .75em;
	line-height: 1;
	letter-spacing: .025em;
	margin: .35em auto;
	margin-bottom: .5em;
}

.home-slideshow .home-slideshow-inner .bannerTextLayer .bannerOffer .zcMid .zcEstRest, .home-slideshow .home-slideshow-inner .bannerSubtextLayer .bannerOffer .zcMid .zcEstRest {
	color: #fff;
	font-style: italic;
	font-size: .7em;
	font-weight: 300;
	letter-spacing: .03em;
	line-height: 1;
	display: block;
	text-shadow: #000 1px 2px 1px;
}

.home-slideshow .home-slideshow-inner .bannerTextLayer .bannerOffer:hover .sunburstBG svg, .home-slideshow .home-slideshow-inner .bannerSubtextLayer .bannerOffer:hover .sunburstBG svg {
	transform: scale(5);
	animation: 50s spinclockwise infinite linear;
}

.home-slideshow .home-slideshow-inner .bannerTextLayer .bannerOffer:hover .sunburstBG svg .st0, .home-slideshow .home-slideshow-inner .bannerSubtextLayer .bannerOffer:hover .sunburstBG svg .st0 {
	fill: #a71c26;
}

.home-slideshow .home-slideshow-inner .bannerTextLayer .bannerOffer:hover .sunburstBG svg .st1, .home-slideshow .home-slideshow-inner .bannerSubtextLayer .bannerOffer:hover .sunburstBG svg .st1 {
	fill: #b7292b;
}

.home-slideshow .home-slideshow-inner .bannerTextLayer .bannerOffer:hover .sunburstBG:after, .home-slideshow .home-slideshow-inner .bannerSubtextLayer .bannerOffer:hover .sunburstBG:after {
	background: linear-gradient(0deg, rgba(255, 0, 0, 0) 55%, rgba(255, 0, 0, .06) 65%, rgba(255, 0, 0, .03) 80%, rgba(255, 0, 0, .15) 100%), radial-gradient(circle, rgba(255, 0, 0, 0) 50%, rgba(255, 0, 0, .1) 70%, rgba(255, 0, 0, .15) 90%, rgba(255, 0, 0, .35) 100%);
}

.home-slideshow .home-slideshow-inner .bannerTextLayer .bannerOffer:hover .bannerOfferInner .zcMid .zcEst, .home-slideshow .home-slideshow-inner .bannerSubtextLayer .bannerOffer:hover .bannerOfferInner .zcMid .zcEst {
	background: #2c29bb;
}

.home-slideshow .home-slideshow-inner .bannerTextLayer .sunburstBG, .home-slideshow .home-slideshow-inner .bannerSubtextLayer .sunburstBG {
	position: absolute;
	width: 100%;
	height: 100%;
}

@media (min-width: 300px) {
	.home-slideshow .home-slideshow-inner .bannerTextLayer, .home-slideshow .home-slideshow-inner .bannerSubtextLayer {
		font-size: 4vw;
		padding: 0;
	}
}

@media (min-width: 768px) {
	.home-slideshow .home-slideshow-inner .bannerTextLayer, .home-slideshow .home-slideshow-inner .bannerSubtextLayer {
		font-size: 26px;
	}
}

@media (min-width: 1030px) {
	.home-slideshow .home-slideshow-inner .bannerTextLayer, .home-slideshow .home-slideshow-inner .bannerSubtextLayer {
		padding: .5em 1em;
		padding: 1em;
		font-size: 28px;
	}
}

@media (min-width: 1250px) {
	.home-slideshow .home-slideshow-inner .bannerTextLayer, .home-slideshow .home-slideshow-inner .bannerSubtextLayer {
		font-size: 30px;
		padding: .5em 1em;
	}
}

@media (min-width: 1400px) {
	.home-slideshow .home-slideshow-inner .bannerTextLayer, .home-slideshow .home-slideshow-inner .bannerSubtextLayer {
		font-size: 30px;
		padding: 1% 1em;
	}
}

.home-slideshow .home-slideshow-inner .bannerTextLayer .bannerTextLayerInner, .home-slideshow .home-slideshow-inner .bannerSubtextLayer .bannerTextLayerInner {
	padding: 0 1em;
	padding: 0 1em;
	text-shadow: 1px 1px 2px #000;
	max-width: 1450px;
	margin: 0 auto;
}

.home-slideshow .home-slideshow-inner .bannerTextLayer .bannerTextLayerInner p, .home-slideshow .home-slideshow-inner .bannerSubtextLayer .bannerTextLayerInner p {
	max-width: 100%;
	font-size: .8em;
	margin: 0;
}

.home-slideshow .home-slideshow-inner .bannerTextLayer .bannerTextLayerInner h1, .home-slideshow .home-slideshow-inner .bannerTextLayer .bannerTextLayerInner h2, .home-slideshow .home-slideshow-inner .bannerTextLayer .bannerTextLayerInner h3, .home-slideshow .home-slideshow-inner .bannerTextLayer .bannerTextLayerInner h4, .home-slideshow .home-slideshow-inner .bannerSubtextLayer .bannerTextLayerInner h1, .home-slideshow .home-slideshow-inner .bannerSubtextLayer .bannerTextLayerInner h2, .home-slideshow .home-slideshow-inner .bannerSubtextLayer .bannerTextLayerInner h3, .home-slideshow .home-slideshow-inner .bannerSubtextLayer .bannerTextLayerInner h4 {
	color: #fff;
	text-shadow: #000 1px 2px 2px;
	font-size: 2em;
	margin: 0;
	font-family: "Roboto";
	font-weight: 600;
	letter-spacing: .02em;
	line-height: 1.2;
	text-align: center;
}

@media (min-width: 500px) {
	.home-slideshow .home-slideshow-inner .bannerTextLayer .bannerTextLayerInner, .home-slideshow .home-slideshow-inner .bannerSubtextLayer .bannerTextLayerInner {
		padding: .5em 1em;
	}
	
	.home-slideshow .home-slideshow-inner .bannerTextLayer .bannerTextLayerInner p, .home-slideshow .home-slideshow-inner .bannerSubtextLayer .bannerTextLayerInner p {
		max-width: 70%;
		font-size: .8em;
	}
	
	.home-slideshow .home-slideshow-inner .bannerTextLayer .bannerTextLayerInner h1, .home-slideshow .home-slideshow-inner .bannerTextLayer .bannerTextLayerInner h2, .home-slideshow .home-slideshow-inner .bannerTextLayer .bannerTextLayerInner h3, .home-slideshow .home-slideshow-inner .bannerTextLayer .bannerTextLayerInner h4, .home-slideshow .home-slideshow-inner .bannerSubtextLayer .bannerTextLayerInner h1, .home-slideshow .home-slideshow-inner .bannerSubtextLayer .bannerTextLayerInner h2, .home-slideshow .home-slideshow-inner .bannerSubtextLayer .bannerTextLayerInner h3, .home-slideshow .home-slideshow-inner .bannerSubtextLayer .bannerTextLayerInner h4 {
		text-shadow: #000 2px 3px 3px;
	}
	
	.home-slideshow .home-slideshow-inner .bannerTextLayer .bannerTextLayerInner .intro-header, .home-slideshow .home-slideshow-inner .bannerSubtextLayer .bannerTextLayerInner .intro-header {
		color: #fff;
		font-size: 1.5em;
		font-weight: bold;
		text-shadow: #000 2px 3px 3px;
	}
}

@media (min-width: 1030px) {
	.home-slideshow .home-slideshow-inner .bannerTextLayer .bannerTextLayerInner, .home-slideshow .home-slideshow-inner .bannerSubtextLayer .bannerTextLayerInner {
		padding: 1em 0;
	}
}

@media (max-width: 500px) {
	.home-slideshow {
		min-height: 20em;
	}
}

.reviewModuleWrap {
	padding: 5%;
}

.reviewModuleWrap .reviewModuleInner {
	opacity: 1;
}

.reviewModuleWrap .reviewIntroTitle {
	font-size: 2em;
	text-align: center;
	display: block;
	padding: .5em;
	font-weight: bold;
	color: #002472;
}

.reviewModuleWrap .reviewFlexWrap {
	margin: 2em auto;
}

.reviewModuleWrap .reviewFlexWrap .home-reviews-slick {
	font-size: 16px;
}

@media (min-width: 1030px) {
	.reviewModuleWrap {
		padding: 4em 0;
	}
	
	.reviewModuleWrap .reviewFlexWrap {
		width: 90%;
		max-width: 1800px;
	}
	
	.reviewModuleWrap .reviewFlexWrap .home-reviews-slick .slick-list .slick-track {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		margin: 2em auto;
	}
	
	.reviewModuleWrap .reviewFlexWrap .home-reviews-slick .slick-list .slick-track .slick-slide {
		height: unset;
		float: none;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	
	.reviewModuleWrap .reviewFlexWrap .home-reviews-slick .slick-list .slick-track .slick-slide .singleReview {
		height: 100%;
		display: flex !important;
		flex-direction: column;
		flex-wrap: wrap;
		margin: 0;
		padding-bottom: 1em;
	}
}

.reviewModuleWrap .reviewCTAWrap .reviewCTA {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	-webkit-justify-content: space-evenly;
	margin: 1em auto;
	max-width: 400px;
}

@media (max-width: 380px) {
	.reviewModuleWrap .reviewCTAWrap .reviewCTA {
		flex-direction: column;
		gap: 1em;
	}
	
	.reviewModuleWrap .reviewCTAWrap .reviewCTA a {
		width: 70%;
		margin: auto;
		text-align: center;
	}
}

.reviewModuleWrap .reviewCTAWrap .reviewCTA a, .reviewModuleWrap .reviewCTAWrap .reviewCTA a:visited {
	display: inline-block;
	padding: .5em;
	padding: .5em 1em;
	background-color: #a40308;
	color: #fff;
	font-size: 1.2em;
	text-decoration: none;
	transition: .25s background-color ease;
	border-radius: 2em;
}

.reviewModuleWrap .reviewCTAWrap .reviewCTA a:hover, .reviewModuleWrap .reviewCTAWrap .reviewCTA a:visited:hover {
	background-color: #003bbc;
	transition: .25s background-color ease;
}

.halftoneBG {
	font-size: 1em;
	background-position: 0em 0, 2.5em 0, 5em 0, 7.5em 0, 10em 0, 12.5em 0, 15em 0, 17.5em 0, 20em 0, 22.5em 0, 25em 0, 27.5em 0, 30em 0, 32.5em 0, 35em 0, 37.5em 0, 40em 0, 42.5em 0, 45em 0, 47.5em 0, 50em 0, 52.5em 0, 55em 0, 57.5em 0, 60em 0, 62.5em 0, 65em 0, 67.5em 0, 70em 0, 72.5em 0, 75em 0, 77.5em 0, 80em 0, 82.5em 0, 85em 0, 87.5em 0, 90em 0, 92.5em 0, 95em 0, 97.5em 0, 100em 0;
	background-image: radial-gradient(circle, #0037b1 70%, transparent 0), radial-gradient(circle, #0037b1 68.45%, transparent 0), radial-gradient(circle, #0037b1 66.9%, transparent 0), radial-gradient(circle, #0037b1 65.35%, transparent 0), radial-gradient(circle, #0037b1 63.8%, transparent 0), radial-gradient(circle, #0037b1 62.25%, transparent 0), radial-gradient(circle, #0037b1 60.7%, transparent 0), radial-gradient(circle, #0037b1 59.15%, transparent 0), radial-gradient(circle, #0037b1 57.6%, transparent 0), radial-gradient(circle, #0037b1 56.05%, transparent 0), radial-gradient(circle, #0037b1 54.5%, transparent 0), radial-gradient(circle, #0037b1 52.95%, transparent 0), radial-gradient(circle, #0037b1 51.4%, transparent 0), radial-gradient(circle, #0037b1 49.85%, transparent 0), radial-gradient(circle, #0037b1 48.3%, transparent 0), radial-gradient(circle, #0037b1 46.75%, transparent 0), radial-gradient(circle, #0037b1 45.2%, transparent 0), radial-gradient(circle, #0037b1 43.65%, transparent 0), radial-gradient(circle, #0037b1 42.1%, transparent 0), radial-gradient(circle, #0037b1 40.55%, transparent 0), radial-gradient(circle, #0037b1 39%, transparent 0), radial-gradient(circle, #0037b1 37.45%, transparent 0), radial-gradient(circle, #0037b1 35.9%, transparent 0), radial-gradient(circle, #0037b1 34.35%, transparent 0), radial-gradient(circle, #0037b1 32.8%, transparent 0), radial-gradient(circle, #0037b1 31.25%, transparent 0), radial-gradient(circle, #0037b1 29.7%, transparent 0), radial-gradient(circle, #0037b1 28.15%, transparent 0), radial-gradient(circle, #0037b1 26.6%, transparent 0), radial-gradient(circle, #0037b1 25.05%, transparent 0), radial-gradient(circle, #0037b1 23.5%, transparent 0), radial-gradient(circle, #0037b1 21.95%, transparent 0), radial-gradient(circle, #0037b1 20.4%, transparent 0), radial-gradient(circle, #0037b1 18.85%, transparent 0), radial-gradient(circle, #0037b1 17.3%, transparent 0), radial-gradient(circle, #0037b1 15.75%, transparent 0), radial-gradient(circle, #0037b1 14.2%, transparent 0), radial-gradient(circle, #0037b1 12.65%, transparent 0), radial-gradient(circle, #0037b1 11.1%, transparent 0), radial-gradient(circle, #0037b1 9.55%, transparent 0), radial-gradient(circle, #0037b1 8%, transparent 0);
	background-size: 2.5em 2.5em;
	background-repeat: repeat-y;
	overflow: hidden;
	background-color: #0043d5;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	display: block;
}

.contactCTAWrap .contactCTA .contactBarScheduleButtonWrap .scheduleBtn {
	display: none;
	display: inline-block;
	background-color: #a40308;
	padding: 1em;
	border: solid 2px #fff;
	line-height: 1;
	cursor: pointer;
	font-size: 1em;
	transition: color .25s;
}

.contactCTAWrap .contactCTA .contactBarScheduleButtonWrap .scheduleBtn:hover {
	background-color: #003bbc;
}

.contactCTAWrap .contactCTA .contactBarScheduleButtonWrap .scheduleBtn svg {
	width: 1em;
	margin-left: .5em;
}

.contactCTAWrap .contactCTA .contactBarScheduleButtonWrap .scheduleBtn .scheduleBtnText {
	display: none;
	display: inline-block;
	font-size: 1.5em;
	line-height: 1;
	padding: 0 .5em;
}

.contactCTAWrap .contactCTA .contactBarScheduleButtonWrap {
	display: none;
	flex-direction: column;
	justify-content: center;
	margin: 0 1em;
}

.contactCTAWrap .contactCTA .contactCTAtop {
	display: flex;
	align-items: center;
	margin-bottom: .25em;
}

@media (max-width: 1249px) {
	.contactCTAWrap .contactCTA .contactCTAtop {
		flex-direction: column;
	}
	
	.contactCTAWrap .contactCTA .contactCTAtop .contactBarScheduleButtonWrap {
		margin: 0 auto;
	}
}

.contactCTAWrap .contactCTA .contactCTAformTitle {
	background-color: #a40308;
	display: block;
	text-align: center;
	padding: .25em .5em;
}

.contactCTAWrap .contactCTA .contactCTAform {
	background-color: #003bbc;
	color: #fff;
	width: 95%;
	margin: 0 auto;
}

.contactCTAWrap .contactCTA .contactCTAform .hide_summary {
	display: none;
}

.contactCTAWrap .contactCTA .contactCTAform .validation_message {
	color: red;
	text-shadow: #000 2px 3px 3px;
	font-weight: bold;
}

@media (min-width: 1030px) {
	.contactCTAWrap .contactCTA .contactCTAform {
		width: 48%;
	}
}

.contactCTAWrap .contactCTA form.quickContact {
	padding: 1em;
	font-size: 18px;
}

.contactCTAWrap .contactCTA form.quickContact .gform_fields .gfield {
	position: relative;
	margin: .5em auto;
	width: 95%;
}

.contactCTAWrap .contactCTA form.quickContact .gform_fields .gfield.gform_hidden {
	opacity: 0;
	z-index: -1;
	position: absolute;
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}

.contactCTAWrap .contactCTA form.quickContact .gform_fields .gfield input[type=text], .contactCTAWrap .contactCTA form.quickContact .gform_fields .gfield input[type=email], .contactCTAWrap .contactCTA form.quickContact .gform_fields .gfield input[type=url], .contactCTAWrap .contactCTA form.quickContact .gform_fields .gfield input[type=password], .contactCTAWrap .contactCTA form.quickContact .gform_fields .gfield input[type=search], .contactCTAWrap .contactCTA form.quickContact .gform_fields .gfield input[type=number], .contactCTAWrap .contactCTA form.quickContact .gform_fields .gfield input[type=tel], .contactCTAWrap .contactCTA form.quickContact .gform_fields .gfield input[type=range], .contactCTAWrap .contactCTA form.quickContact .gform_fields .gfield input[type=date], .contactCTAWrap .contactCTA form.quickContact .gform_fields .gfield input[type=month], .contactCTAWrap .contactCTA form.quickContact .gform_fields .gfield input[type=week], .contactCTAWrap .contactCTA form.quickContact .gform_fields .gfield input[type=time], .contactCTAWrap .contactCTA form.quickContact .gform_fields .gfield input[type=datetime], .contactCTAWrap .contactCTA form.quickContact .gform_fields .gfield input[type=datetime-local], .contactCTAWrap .contactCTA form.quickContact .gform_fields .gfield input[type=color], .contactCTAWrap .contactCTA form.quickContact .gform_fields .gfield select, .contactCTAWrap .contactCTA form.quickContact .gform_fields .gfield textarea {
	width: 100%;
	padding: .5em;
}

.contactCTAWrap .contactCTA form.quickContact .gform_fields .gfield select {
	height: 2.55em;
}

@media (min-width: 768px)and (max-width: 1029px) {
	.contactCTAWrap .contactCTA form.quickContact .gform_fields .gfield select {
		height: 2.6em;
	}
}

.contactCTAWrap .contactCTA form.quickContact .gform_fields .gfield label.gfield_label {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 100%;
	width: 100%;
	overflow: hidden;
	z-index: -1;
	opacity: 0;
}

@media (min-width: 768px) {
	.contactCTAWrap .contactCTA form.quickContact .gform_fields {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	.contactCTAWrap .contactCTA form.quickContact .gform_fields .gfield {
		width: 49%;
		margin: .5em 0;
	}
}

.contactCTAWrap .contactCTA form.quickContact .gform_footer input[type=submit] {
	color: #fff;
	background-color: #a40308;
	width: 95%;
	margin: .5em auto;
	display: block;
	text-align: center;
}

@media (min-width: 768px) {
	.contactCTAWrap .contactCTA form.quickContact .gform_footer input[type=submit] {
		width: 100%;
		max-width: 1000px;
	}
}

@media (max-width: 1029px) {
	.contactCTAWrap .contactCTA.contactBar {
		background-color: #003bbc;
	}
}

@media (min-width: 1030px) {
	.contactCTAWrap .contactCTA.contactBar {
		background-image: linear-gradient(90deg, #a40308 25%, #a40308 50%, #003bbc 50%, #003bbc 95%);
	}
}

.contactCTAWrap .contactCTA.contactBar .contactCTAform {
	padding: 2em 0;
	margin: 0 auto;
}

@media (max-width: 1029px) {
	.contactCTAWrap .contactCTA.contactBar .contactCTAform {
		max-width: 510px;
	}
}

@media (min-width: 1030px) {
	.contactCTAWrap .contactCTA.contactBar .contactCTAform {
		margin: 0;
		padding: 2em;
	}
}

.contactCTAWrap .contactCTA.contactBar .contactCTAform form.quickContact {
	padding: 0;
}

.contactCTAWrap .contactCTA.contactBar .contactCTAform .contactCTAformTitle {
	background-color: rgba(0, 0, 0, 0);
	text-align: left;
	padding: 0;
	font-size: 8vw;
	font-weight: 500;
}

@media (min-width: 300px) {
	.contactCTAWrap .contactCTA.contactBar .contactCTAform .contactCTAformTitle {
		font-size: 1.5em;
	}
}

@media (min-width: 550px) {
	.contactCTAWrap .contactCTA.contactBar .contactCTAform .contactCTAformTitle {
		font-size: 2.2em;
	}
}

@media (max-width: 1029px) {
	.contactCTAWrap .contactCTA.contactBar .contactCTAform .contactCTAformTitle {
		text-align: center;
		margin-bottom: .25em;
	}
}

@media (min-width: 1030px) {
	.contactCTAWrap .contactCTA.contactBar .contactBarFlex {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		height: 199px;
	}
	
	.contactCTAWrap .contactCTA.contactBar .contactBarFlex .contactCTAform {
		width: 65%;
		padding: 2.5em 1em 2.5em 4em;
		max-height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
}

@media (min-width: 1030px)and (min-width: 1500px) {
	.contactCTAWrap .contactCTA.contactBar .contactBarFlex .contactCTAform {
		padding: 2.5em 0 2.5em 5em;
		max-width: 1030px;
	}
}

@media (min-width: 1030px) {
	.contactCTAWrap .contactCTA.contactBar .contactBarFlex .contactCTAform form.quickContact {
		display: flex;
	}
	
	.contactCTAWrap .contactCTA.contactBar .contactBarFlex .contactCTAform form.quickContact .gform_body {
		width: 80%;
	}
	
	.contactCTAWrap .contactCTA.contactBar .contactBarFlex .contactCTAform form.quickContact .gform_footer {
		width: 20%;
		padding-left: 1%;
	}
	
	.contactCTAWrap .contactCTA.contactBar .contactBarFlex .contactCTAform form.quickContact .gform_footer input[type=submit] {
		padding: .5em;
		line-height: 1.5;
	}
	
	.contactCTAWrap .contactCTA.contactBar .contactBarFlex .contactCTAform form.quickContact .gform_fields .gfield {
		width: 24%;
	}
	
	.contactCTAWrap .contactCTA.contactBar .contactBarFlex .contactCTAform form.quickContact .gform_fields .gfield.gform_hidden {
		display: none;
	}
	
	.contactCTAWrap .contactCTA.contactBar .contactBarFlex .contactCTAform form.quickContact .gform_fields .gfield select {
		padding: .6em .5em;
	}
	
	.contactCTAWrap .contactCTA.contactBar .contactBarFlex .contactBarLeft {
		width: 25%;
		background: none;
		max-width: 350px;
		display: flex;
		flex-direction: column;
		align-items: center;
		font-size: .9em;
		justify-content: center;
	}
}

@media (min-width: 1030px)and (max-width: 1199px) {
	.contactCTAWrap .contactCTA.contactBar .contactBarFlex .contactBarLeft {
		font-size: 1.25vw;
	}
}

@media (min-width: 1030px) {
	.contactCTAWrap .contactCTA.contactBar .contactBarFlex .contactBarLeft .totalReviews {
		color: #fff;
		line-height: 1.2;
	}
	
	.contactCTAWrap .contactCTA.contactBar .contactBarFlex .contactBarLeft .readReviews .starsWrap {
		font-size: 1.5em;
		text-align: center;
	}
	
	.contactCTAWrap .contactCTA.contactBar .contactBarFlex .contactBarLeft .readReviews .starsWrap svg {
		fill: #ff0;
		color: #ff0;
		margin: 0 .1em;
	}
	
	.contactCTAWrap .contactCTA.contactBar .contactBarFlex .contactBarDiv {
		width: auto;
		max-width: 10%;
		z-index: 2;
		position: relative;
		backface-visibility: hidden;
		height: 199px;
	}
	
	.contactCTAWrap .contactCTA.contactBar .contactBarFlex .contactBarDiv:after {
		position: absolute;
		height: 100%;
		width: 5px;
		display: block;
		left: auto;
		right: 0;
		top: 0;
		background: #003bbc;
		z-index: 1;
		content: "";
	}
	
	.contactCTAWrap .contactCTA.contactBar .contactBarFlex .contactBarDiv svg {
		height: 100%;
		width: auto;
		line-height: 0;
		display: block;
		z-index: 2;
		position: relative;
	}
}

@media (max-width: 1029px) {
	.contactCTAWrap .contactCTA.contactBar .contactBarFlex .contactBarDiv, .contactCTAWrap .contactCTA.contactBar .contactBarFlex .contactBarLeft {
		display: none;
	}
}

@media (min-width: 1030px) {
	.contactCTAWrap .contactCTA .contactBarFlex {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	.contactCTAWrap .contactCTA .contactBarFlex .contactBarLeft {
		width: 40%;
		background-color: #fff;
		padding: 1.5em 1em 2em 1em;
		filter: drop-shadow(0 5px 17.5px rgba(0, 0, 0, .12));
	}
	
	.contactCTAWrap .contactCTA .contactBarFlex .contactBarLeft .readReviews {
		text-decoration: none;
		text-align: right;
	}
	
	.contactCTAWrap .contactCTA .contactBarFlex .contactBarLeft .readReviews .starsWrap {
		font-size: 1.5em;
		display: block;
		text-align: right;
		margin: 0 0 .45em 0;
	}
	
	.contactCTAWrap .contactCTA .contactBarFlex .contactBarLeft .totalReviews {
		font-size: 2.2em;
		line-height: 1.2;
		color: #02075d;
		text-transform: uppercase;
		margin: 0;
		display: block;
		text-align: center;
		font-weight: 700;
	}
	
	.contactCTAWrap .contactCTA .contactBarFlex .contactBarLeft .totalReviews.totalReviewBottom {
		font-weight: 300;
		font-size: 1.35em;
		letter-spacing: .01em;
		font-family: "Roboto";
	}
}

@media (max-width: 501px) {
	.contactCTAWrap {
		position: relative;
		z-index: 2;
	}
}

.starsWrap a {
	text-decoration: none;
}

@media (min-width: 1030px) {
	.additionalContentSection {
		padding: 2em 2em;
		overflow: hidden;
	}
	
	.additionalContentTextWrap {
		padding-right: 640px;
	}
	
	.additionalContentBG {
		position: absolute;
		right: 0;
		top: 0;
		width: 40%;
	}
	
	.additionalContentBG img {
		width: 100%;
	}
	
	.additionalContentText {
		max-width: 700px;
		margin: 4em auto;
	}
}

h1.couponsPrint {
	text-align: center;
}

.couponsFound {
	display: block;
	text-align: center;
}

.printBtn {
	margin: 1em auto;
	height: auto;
	padding: .5em 1em;
	width: 100%;
	background-color: #a40308;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	outline: none;
	border: none;
	-webkit-border-radius: .25em;
	cursor: pointer;
	border-radius: .25em;
}

.printBtn svg {
	width: .9em;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
	margin-right: .15em;
}

.printCoupon, table.printCoupon {
	display: flex;
	flex-wrap: wrap;
	max-width: 650px;
	margin: 2em auto;
	border: dashed .5em;
	padding: .5em 1em;
	background: linear-gradient(315deg, #c6cbd4 29%, #e4c5c2 100%);
}

.printCoupon .printCouponLeft, table.printCoupon .printCouponLeft {
	width: 35%;
	padding: 0 .5em;
	display: table-cell;
	flex-direction: column;
	justify-content: center;
	border: none;
}

.printCoupon .printCouponLeft img, table.printCoupon .printCouponLeft img {
	margin: 0;
	display: block;
	line-height: 1;
}

.printCoupon .printCouponRight, table.printCoupon .printCouponRight {
	width: 65%;
	padding: .5em;
	padding-left: 1em;
	font-size: 20px;
}

.printCoupon .printCouponRight .discountCouponAmount, table.printCoupon .printCouponRight .discountCouponAmount {
	display: block;
	font-size: 2em;
	color: #a40308;
	text-shadow: #000 1px 1px 0px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.2;
}

.printCoupon .printCouponRight .discountCouponDescription, table.printCoupon .printCouponRight .discountCouponDescription {
	font-size: 1.4em;
	margin: 0;
	line-height: 1.15;
}

.printCoupon .discountCouponDisclaimer, table.printCoupon .discountCouponDisclaimer {
	width: 100%;
	padding: 1em;
	text-align: center;
}

.printCoupon .printCouponBottom, table.printCoupon .printCouponBottom {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	padding: 0 1em;
	border: none;
	padding-top: .5em;
}

.printCoupon .printCouponBottom .discountPromo, table.printCoupon .printCouponBottom .discountPromo {
	border: none;
}

@media (max-width: 767px) {
	.printCoupon, table.printCoupon {
		max-width: 450px;
	}
	
	.printCoupon .printCouponLogo, table.printCoupon .printCouponLogo {
		display: table-row-group;
	}
	
	.printCoupon .printCouponLeft, table.printCoupon .printCouponLeft {
		display: table-row;
		width: 100%;
	}
	
	.printCoupon .printCouponLeft img, table.printCoupon .printCouponLeft img {
		padding: 1em;
		max-width: 400px;
		margin: 0 auto;
		width: 100%;
	}
	
	.printCoupon .printCouponRight, table.printCoupon .printCouponRight {
		display: table-row;
		width: 100%;
		text-align: center;
	}
	
	.printCoupon .printCouponBottom .discountPromo, table.printCoupon .printCouponBottom .discountPromo {
		width: 100%;
		text-align: center;
	}
	
	.printCoupon .printCouponBottom .discountExpiry, table.printCoupon .printCouponBottom .discountExpiry {
		width: 100%;
		text-align: center;
	}
}

.expiredCouponsTitle {
	display: block;
	text-align: center;
	margin-top: 3em;
	color: red;
	font-weight: bold;
	font-size: 20px;
}

.expiredCoupons {
	opacity: .5;
}

.noCoupons {
	font-size: 20px;
	text-align: center;
	padding: 1em;
	display: block;
	margin-bottom: 5em;
}

.couponSectionWrapper .discountsTitle {
	font-size: 1.5em;
	text-align: center;
	display: block;
	padding: .5em;
	font-weight: bold;
	color: #003bbc;
}

.couponSectionWrapper .couponDescription {
	display: block;
	text-align: center;
	font-size: 1.2em;
}

.awardsSectionWrapper {
	box-shadow: 2px 2px 13px -6px rgba(0, 0, 0, .5);
	background-color: #fff;
	padding: 3.5em 0;
}

.awardsBox {
	display: block;
	width: 100%;
	margin: 2em auto;
	margin-bottom: 3em;
}

.awardsBox .awardsBoxFlex {
	display: flex;
}

.awardsBox .awardsBoxFlex.slick-slider {
	padding-bottom: 2em;
}

.awardsBox .awardsBoxFlex.slick-slider .buttonWrapBottom {
	bottom: -2em;
	font-size: 1.35em;
}

.awardsBox .awardsBoxFlex .slick-slide {
	margin: 0 2.5em;
}

.awardsBox a {
	margin: .5em 2em;
	width: auto;
	position: relative;
	height: 90px;
	max-width: 350px;
}

.awardsBox a.slick-slide {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 10rem;
}

.awardsBox a img {
	max-height: 100%;
	height: auto;
	width: auto;
	max-width: 100%;
	display: block;
}

@media (min-width: 1030px) {
	.awardsBox {
		width: 85%;
		max-width: 1650px;
	}
	
	.awardsBox .awardsBoxFlex {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	
	.awardsBox .awardsBoxFlex a {
		height: 160px;
	}
}

@media (min-width: 1030px)and (min-width: 1500px) {
	.awardsBox {
		width: 90%;
	}
}

@media (min-width: 1030px) {
	.awardsBox .awardsBoxFlex.slick-slider {
		padding-bottom: 0;
	}
	
	.awardsBox .awardsBoxFlex.slick-slider .buttonWrapBottom {
		bottom: 0;
		height: 100%;
		width: 2em;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	
	.awardsBox .awardsBoxFlex.slick-slider .buttonWrapBottom.buttonWrapPrev {
		left: -3em;
		text-align: center;
	}
	
	.awardsBox .awardsBoxFlex.slick-slider .buttonWrapBottom.buttonWrapPrev button {
		padding: 0;
	}
	
	.awardsBox .awardsBoxFlex.slick-slider .buttonWrapBottom.buttonWrapNext {
		right: -3em;
		text-align: center;
	}
	
	.awardsBox .awardsBoxFlex.slick-slider .buttonWrapBottom.buttonWrapNext button {
		padding: 0;
	}
}

.awardsTitle {
	font-size: 2em;
	font-weight: bold;
	font-weight: 600;
	color: #002472;
	text-align: center;
	margin: 0 0 2.5em 0;
}

.awardsTitle span {
	padding: .5em .25em;
}

.awardsSection {
	padding: 2em 0;
}

@media (max-width: 449px) {
	.sectionTitle {
		font-size: 6vw;
	}
}

.buttonWrapBottom {
	position: absolute;
	width: 50%;
	bottom: 0;
}

.buttonWrapBottom button {
	background: none;
	border: none;
	outline: none;
}

.buttonWrapBottom.buttonWrapPrev {
	text-align: right;
	left: 0;
}

.buttonWrapBottom.buttonWrapPrev button {
	padding-right: 2em;
}

.buttonWrapBottom.buttonWrapNext {
	text-align: left;
	right: 0;
}

.buttonWrapBottom.buttonWrapNext button {
	padding-left: 2em;
}

.request-appointment-popup {
	height: 0px;
	width: 100%;
	max-height: 85vh;
}

.scheduleBox {
	width: 300px;
	z-index: 600;
	z-index: 600;
	position: fixed;
	bottom: -335px;
	right: 0px;
	color: #fff;
	display: block;
	transition: all .2s;
	cursor: pointer;
	padding-top: 0px;
}

.scheduleBox .title {
	display: inline-block;
	width: 100%;
	text-align: center;
	font-weight: 500;
}

.scheduleBox .title i {
	font-size: 30px;
	position: relative;
	top: 6px;
	margin-right: 5px;
}

.scheduleBox:hover {
	padding-top: 6px;
}

@media only screen and (max-width: 768px) {
	.scheduleBox {
		border-radius: 15px;
	}
}

#menuOverlay {
	background-color: #003bbc;
	opacity: .8;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 180%;
	height: 150%;
	z-index: 100;
	z-index: 10000000000;
}

@media only screen and (min-width: 768px) {
	#menuOverlay {
		opacity: .3;
		opacity: 1;
		background-color: #fff;
	}
}

@media only screen and (min-width: 1001px) {
	#menuOverlay {
		margin-left: 5%;
		display: none;
	}
}

#floatIn.scheduleBox.serviceTitan {
	right: auto;
	left: 1em;
	border-radius: 10px;
	width: 14em;
	bottom: 0;
	font-size: 16px;
	font-family: "Roboto";
}

@media (min-width: 768px) {
	#floatIn.scheduleBox.serviceTitan {
		font-size: 18px;
		left: 5%;
		width: 15em;
	}
}

@media (min-width: 1030px) {
	#floatIn.scheduleBox.serviceTitan {
		font-size: 20px;
	}
}

#floatIn.scheduleBox.serviceTitan #floatInClick {
	border-top-left-radius: .75em;
	border-top-right-radius: .75em;
	padding: .35em 0 .5em 0;
	line-height: 1.5;
}

@media (max-width: 399px) {
	#floatIn.scheduleBox.serviceTitan {
		display: none;
	}
}

#floatIn.scheduleBox.serviceTitan .title {
	font-size: 1.2em;
	height: auto;
}

#floatIn.scheduleBox.serviceTitan .title i {
	font-size: 1.3em;
}

#floatIn.scheduleBox.serviceTitan .openText {
	display: none;
}

#floatIn.scheduleBox.serviceTitan .closedText {
	display: flex;
	justify-content: center;
	align-content: center;
}

#floatIn.scheduleBox.serviceTitan .closedText svg {
	width: 1em;
	height: 1em;
	display: flex;
	display: flex;
	justify-content: center;
	flex-direction: column;
	font-size: .9em;
	transform: translate(0, 20%);
	margin-right: .35em;
}

@media (min-width: 1001px) {
	#floatIn.scheduleBox.serviceTitan {
		background: rgba(0, 0, 0, 0);
	}
	
	#floatIn.scheduleBox.serviceTitan #floatInClick {
		border-top-left-radius: .5em;
		border-top-right-radius: .5em;
		padding: .35em 0 .25em 0;
		line-height: 1.5;
		box-shadow: rgba(0, 0, 0, .5) 0px 0px 6px;
	}
	
	#floatIn.scheduleBox.serviceTitan:hover #floatInClick .closedText {
		animation: bounce 3s infinite;
	}
}

#menuOverlay.isOpen {
	top: auto;
	bottom: 0;
}

@media (min-width: 768px) {
	#menuOverlay.isOpen {
		height: 1090px;
	}
}

@media (min-width: 1001px) {
	#menuOverlay.isOpen {
		height: 680px;
		max-width: 840px;
	}
}

@media (min-width: 768px) {
	#menuOverlay.isOpen {
		background-color: #fff;
		opacity: 1;
	}
}

@media (min-width: 1001px) {
	#menuOverlay.isOpen {
		margin-left: 5%;
		display: none;
	}
}

@media (min-width: 1001px) {
	#menuOverlay #floatInClick {
		margin-left: 5%;
	}
	
	#menuOverlay.isOpen {
		top: auto;
		bottom: 0;
		position: absolute;
		height: auto;
		justify-content: flex-end;
	}
	
	#menuOverlay.isOpen .openText {
		height: 2.5em;
	}
	
	#menuOverlay #floatIn.scheduleBox.serviceTitan .request-appointment-popup.servicetitan {
		max-height: 1px;
		transform: scale(1) translate(0%, 100%);
		transition: .3s ease-in-out;
		box-shadow: rgba(0, 0, 0, .5) 0px -2px 7px 3px;
	}
	
	#menuOverlay #floatIn.scheduleBox.serviceTitan .request-appointment-popup.servicetitan iframe {
		height: 100%;
		max-width: 100%;
		z-index: 6;
		bottom: 0;
		position: relative;
	}
	
	#menuOverlay #floatIn.scheduleBox.serviceTitan.isOpen .request-appointment-popup.servicetitan {
		transform: scale(1) translate(0%, 0%);
		height: 680px;
	}
}

#floatInClick {
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #a40308;
	z-index: 9;
	height: 2em;
	transition: background-color .2s ease-in-out;
}

#floatInClick:hover {
	background-color: #0043d5;
}

.openText {
	line-height: 1;
	text-transform: uppercase;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.openText svg {
	font-size: 1em;
	height: 100%;
	margin-left: .3em;
	line-height: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@media (max-width: 1000px) {
	.openText svg {
		line-height: 1;
	}
}

.home-slideshow .discountCoupon {
	background-color: #a40308;
	padding: .25em;
	border-radius: 15px;
	color: #fff;
	width: 90%;
	margin: 1em 0;
	max-width: 820px;
}

.home-slideshow .discountCoupon .singleCoupon {
	border: 2px dotted #fff;
	border-radius: 10px;
	padding: 1em;
}

.home-slideshow .discountCoupon .singleCoupon.bannerCoupon {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}

.home-slideshow .discountCoupon .singleCoupon.bannerCoupon .bannerCouponLeft {
	text-transform: uppercase;
	line-height: 1.2;
}

.home-slideshow .discountCoupon .singleCoupon.bannerCoupon .bannerCouponRight {
	font-size: 26px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.home-slideshow .discountCoupon .singleCoupon .discountCouponAmount {
	font-size: 2.6em;
}

.home-slideshow .discountCoupon .singleCoupon .discountCouponDescription {
	font-size: 1.5em;
	margin: 0;
	letter-spacing: .03em;
}

.home-slideshow .discountCoupon .singleCoupon .discountCouponDisclaimer {
	display: block;
	display: none;
	font-size: 15px;
}

.home-slideshow .discountCoupon .singleCoupon .promoCode {
	display: none;
}

.home-slideshow .discountCoupon .singleCoupon .getCouponWrap {
	text-align: center;
	padding: .5em;
}

.home-slideshow .discountCoupon .singleCoupon a.getCoupon {
	display: block;
	text-align: center;
	background: #003bbc;
	color: #fff;
	text-decoration: none;
	padding: .25em 1em;
	margin: 0;
}

.home-slideshow .discountCoupon .singleCoupon .bannerPhoneLine {
	font-size: 22px;
	text-align: center;
	padding: 0 1em;
	display: block;
}

.home-slideshow .discountCoupon .singleCoupon .bannerPhoneLine .phoneLink {
	display: inline-block;
	color: #cbcaff;
	text-decoration: none;
}

@media (min-width: 1030px) {
	.home-slideshow .discountCoupon {
		margin-left: auto;
	}
	
	.home-slideshow .discountCoupon .singleCoupon.bannerCoupon {
		flex-direction: row;
		justify-content: space-around;
		-webkit-justify-content: space-evenly;
	}
	
	.home-slideshow .discountCoupon .singleCoupon.bannerCoupon .bannerCouponLeft {
		font-size: 34px;
		max-width: 40%;
		width: auto;
	}
	
	.home-slideshow .discountCoupon .singleCoupon.bannerCoupon .bannerCouponRight {
		max-width: 50%;
		width: auto;
	}
}

@media (max-width: 1650px) {
	.home-slideshow {
		min-height: 38em;
	}
}

@media (max-width: 600px) {
	.home-slideshow {
		min-height: 27em;
	}
}

@media (max-width: 450px) {
	.home-slideshow {
		min-height: 24em;
	}
}

@media (min-width: 1030px) {
	body.greencolor .header-mid .readOurreviewBox .starsWrap svg {
		color: #219648;
	}
}

@media (max-width: 1029px) {
	body.greencolor .contactCTAWrap .contactCTA.contactBar {
		background-color: #219648;
	}
}

@media (min-width: 1030px) {
	body.greencolor .contactCTAWrap .contactCTA.contactBar {
		background-image: linear-gradient(90deg, #219648 25%, #219648 50%, #003bbc 50%, #003bbc 95%);
	}
}

body.greencolor .contactCTAWrap .contactCTA.contactBar .contactBarFlex .contactCTAform form.quickContact .gform_footer input[type=submit] {
	background-color: #219648;
}

body.greencolor .site-footer {
	background: #219648;
}

body.greencolor .moreInformation a:hover {
	background-color: #219648;
}

body.greencolor .home-service-boxes-flex .home-service-box .serviceIconWrapper:before {
	background: linear-gradient(to left, #219648 50%, #003bbc 50%);
	background-size: 200% 100%;
	background-position: right bottom;
}

body.greencolor .home-service-boxes-flex.home-service-boxes-full-flex .home-service-box .serviceIconWrapper:before {
	background: linear-gradient(to left, #003bbc 50%, #219648 50%);
	background-size: 200% 100%;
	background-position: right bottom;
}

body.greencolor .reviewModuleWrap .reviewCTAWrap .reviewCTA a, body.greencolor .reviewModuleWrap .reviewCTAWrap .reviewCTA a:visited {
	background-color: #003bbc;
}

body.greencolor .reviewModuleWrap .reviewCTAWrap .reviewCTA a:hover, body.greencolor .reviewModuleWrap .reviewCTAWrap .reviewCTA a:visited:hover {
	background-color: #219648;
}

body.greencolor .home-recent-posts-wrapper .viewBlogsWrap a.viewBlogs.blueButton:hover, body.greencolor .home-recent-posts-wrapper .viewBlogsWrap a.blueButton.blueButton:hover, body.greencolor .home-recent-posts-wrapper .buttonWrap a.viewBlogs.blueButton:hover, body.greencolor .home-recent-posts-wrapper .buttonWrap a.blueButton.blueButton:hover, body.greencolor .couponSectionWrapper .viewBlogsWrap a.viewBlogs.blueButton:hover, body.greencolor .couponSectionWrapper .viewBlogsWrap a.blueButton.blueButton:hover, body.greencolor .couponSectionWrapper .buttonWrap a.viewBlogs.blueButton:hover, body.greencolor .couponSectionWrapper .buttonWrap a.blueButton.blueButton:hover {
	background-color: #219648;
}

body.greencolor .contactBarDiv #blue_x5F_triangle {
	fill: #219648;
}

.discountsPage .couponCatTitle {
	text-decoration: none;
	font-weight: 300;
	font-size: 2.5em;
	margin-bottom: .5em;
	display: block;
	text-align: center;
	color: #003bbc;
}

.discountsPage .couponCategory {
	padding: 1em 0;
	margin: 2em auto;
}

.discountsPage .catCouponsWrap {
	position: relative;
}

.discountsPage .buttonWrapBottom .slick-prev, .discountsPage .buttonWrapBottom .slick-next {
	width: auto;
	height: auto;
}

.discountsPage .discountCoupon.couponSingleFlex .singleCoupon {
	margin: 0 auto;
}

.discountsPage .couponFlex .slick-slide {
	margin: 0 1em;
}

.discountsPage .couponSlick .singleCoupon, .discountsPage .couponSlick .slick-slide, .discountsPage .sidebarCouponSlick .singleCoupon, .discountsPage .sidebarCouponSlick .slick-slide {
	display: none;
}

.discountsPage .couponSlick .singleCoupon:first-of-type, .discountsPage .couponSlick .slick-slide:first-of-type, .discountsPage .sidebarCouponSlick .singleCoupon:first-of-type, .discountsPage .sidebarCouponSlick .slick-slide:first-of-type {
	display: flex;
}

.discountsPage .couponSlick.slick-initialized .singleCoupon, .discountsPage .couponSlick.slick-initialized .slick-slide, .discountsPage .sidebarCouponSlick.slick-initialized .singleCoupon, .discountsPage .sidebarCouponSlick.slick-initialized .slick-slide {
	display: flex;
}

.discountsPage .couponSlick .slick-dots li button .slick-dot-ico, .discountsPage .sidebarCouponSlick .slick-dots li button .slick-dot-ico {
	color: #000;
}

@media (min-width: 1030px) {
	.discountsPage .couponSlick {
		padding: 0 3em;
	}
	
	.discountsPage .slick-dots {
		left: 0;
	}
	
	.discountsPage .slick-dots li {
		margin: 0 1em;
	}
	
	.discountsPage .slick-dots li button {
		margin: 0;
		width: auto;
		height: auto;
	}
	
	.discountsPage .slick-dots li button .slick-dot-icon {
		font-size: 12px;
	}
	
	.discountsPage .buttonWrapBottom {
		width: 3em;
		display: flex;
		flex-direction: column;
		justify-content: center;
		height: 100%;
	}
	
	.discountsPage .buttonWrapBottom.buttonWrapPrev svg {
		left: 0;
	}
	
	.discountsPage .buttonWrapBottom.buttonWrapPrev button {
		left: 0;
	}
	
	.discountsPage .buttonWrapBottom.buttonWrapNext button {
		right: 0;
		padding-left: 0;
	}
	
	.discountsPage .buttonWrapBottom.buttonWrapNext svg {
		right: 0;
	}
}

.cssRuler:before {
	background: rgba(0, 0, 0, .5);
	background-image: linear-gradient(rgba(0, 255, 0, .7) .1em, transparent .1em), linear-gradient(90deg, rgba(0, 255, 0, .7) .1em, transparent .1em);
	background-size: 3em 3em;
	font-size: 10px;
	position: absolute;
	width: 100%;
	top: 0;
	height: 100%;
	content: "";
	display: block;
	left: 0;
	z-index: -1;
}

.sidebarCouponSlick .buttonWrapBottom {
	width: 3em;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 100%;
	z-index: 3;
	align-items: center;
}

.sidebarCouponSlick .buttonWrapBottom .slick-prev, .sidebarCouponSlick .buttonWrapBottom .slick-next {
	top: 100%;
}

.sidebarCouponSlick .buttonWrapBottom .slick-prev:focus, .sidebarCouponSlick .buttonWrapBottom .slick-next:focus {
	top: 100%;
}

.sidebarCouponSlick .buttonWrapBottom.buttonWrapPrev {
	left: 2em;
}

.sidebarCouponSlick .buttonWrapBottom.buttonWrapPrev svg {
	left: 0;
}

.sidebarCouponSlick .buttonWrapBottom.buttonWrapPrev button {
	left: auto;
	padding: 0;
}

.sidebarCouponSlick .buttonWrapBottom.buttonWrapNext {
	right: 2em;
}

.sidebarCouponSlick .buttonWrapBottom.buttonWrapNext button {
	right: auto;
	padding: 0;
}

.sidebarCouponSlick .buttonWrapBottom.buttonWrapNext svg {
	right: 0;
}

.sidebarCouponSlick, .sidebarReviewSlick {
	padding: 0 2em;
	max-width: 500px;
	margin: 1em auto;
	position: relative;
}

.sidebarCouponSlick .slick-prev, .sidebarCouponSlick .slick-next, .sidebarReviewSlick .slick-prev, .sidebarReviewSlick .slick-next {
	position: absolute;
}

.sidebarCouponSlick .slick-prev, .sidebarReviewSlick .slick-prev {
	left: 0;
	bottom: 0;
}

.sidebarCouponSlick .slick-next, .sidebarReviewSlick .slick-next {
	right: 0;
	bottom: 0;
}

.sidebarCouponSlick.couponSlick .singleCoupon, .sidebarCouponSlick.couponSlick .singleReview, .sidebarCouponSlick.couponSlick .slick-slide, .sidebarCouponSlick.sidebarCouponSlick .singleCoupon, .sidebarCouponSlick.sidebarCouponSlick .singleReview, .sidebarCouponSlick.sidebarCouponSlick .slick-slide, .sidebarCouponSlick.sidebarReviewSlick .singleCoupon, .sidebarCouponSlick.sidebarReviewSlick .singleReview, .sidebarCouponSlick.sidebarReviewSlick .slick-slide, .sidebarReviewSlick.couponSlick .singleCoupon, .sidebarReviewSlick.couponSlick .singleReview, .sidebarReviewSlick.couponSlick .slick-slide, .sidebarReviewSlick.sidebarCouponSlick .singleCoupon, .sidebarReviewSlick.sidebarCouponSlick .singleReview, .sidebarReviewSlick.sidebarCouponSlick .slick-slide, .sidebarReviewSlick.sidebarReviewSlick .singleCoupon, .sidebarReviewSlick.sidebarReviewSlick .singleReview, .sidebarReviewSlick.sidebarReviewSlick .slick-slide {
	display: none;
}

.sidebarCouponSlick.couponSlick .singleCoupon:first-of-type, .sidebarCouponSlick.couponSlick .singleReview:first-of-type, .sidebarCouponSlick.couponSlick .slick-slide:first-of-type, .sidebarCouponSlick.sidebarCouponSlick .singleCoupon:first-of-type, .sidebarCouponSlick.sidebarCouponSlick .singleReview:first-of-type, .sidebarCouponSlick.sidebarCouponSlick .slick-slide:first-of-type, .sidebarCouponSlick.sidebarReviewSlick .singleCoupon:first-of-type, .sidebarCouponSlick.sidebarReviewSlick .singleReview:first-of-type, .sidebarCouponSlick.sidebarReviewSlick .slick-slide:first-of-type, .sidebarReviewSlick.couponSlick .singleCoupon:first-of-type, .sidebarReviewSlick.couponSlick .singleReview:first-of-type, .sidebarReviewSlick.couponSlick .slick-slide:first-of-type, .sidebarReviewSlick.sidebarCouponSlick .singleCoupon:first-of-type, .sidebarReviewSlick.sidebarCouponSlick .singleReview:first-of-type, .sidebarReviewSlick.sidebarCouponSlick .slick-slide:first-of-type, .sidebarReviewSlick.sidebarReviewSlick .singleCoupon:first-of-type, .sidebarReviewSlick.sidebarReviewSlick .singleReview:first-of-type, .sidebarReviewSlick.sidebarReviewSlick .slick-slide:first-of-type {
	display: flex;
}

.sidebarCouponSlick.couponSlick .singleCoupon.singleReview, .sidebarCouponSlick.couponSlick .singleReview.singleReview, .sidebarCouponSlick.couponSlick .slick-slide.singleReview, .sidebarCouponSlick.sidebarCouponSlick .singleCoupon.singleReview, .sidebarCouponSlick.sidebarCouponSlick .singleReview.singleReview, .sidebarCouponSlick.sidebarCouponSlick .slick-slide.singleReview, .sidebarCouponSlick.sidebarReviewSlick .singleCoupon.singleReview, .sidebarCouponSlick.sidebarReviewSlick .singleReview.singleReview, .sidebarCouponSlick.sidebarReviewSlick .slick-slide.singleReview, .sidebarReviewSlick.couponSlick .singleCoupon.singleReview, .sidebarReviewSlick.couponSlick .singleReview.singleReview, .sidebarReviewSlick.couponSlick .slick-slide.singleReview, .sidebarReviewSlick.sidebarCouponSlick .singleCoupon.singleReview, .sidebarReviewSlick.sidebarCouponSlick .singleReview.singleReview, .sidebarReviewSlick.sidebarCouponSlick .slick-slide.singleReview, .sidebarReviewSlick.sidebarReviewSlick .singleCoupon.singleReview, .sidebarReviewSlick.sidebarReviewSlick .singleReview.singleReview, .sidebarReviewSlick.sidebarReviewSlick .slick-slide.singleReview {
	flex-direction: column;
	align-items: center;
}

.sidebarCouponSlick.couponSlick.slick-initialized .singleCoupon, .sidebarCouponSlick.couponSlick.slick-initialized .singleReview, .sidebarCouponSlick.couponSlick.slick-initialized .slick-slide, .sidebarCouponSlick.sidebarCouponSlick.slick-initialized .singleCoupon, .sidebarCouponSlick.sidebarCouponSlick.slick-initialized .singleReview, .sidebarCouponSlick.sidebarCouponSlick.slick-initialized .slick-slide, .sidebarCouponSlick.sidebarReviewSlick.slick-initialized .singleCoupon, .sidebarCouponSlick.sidebarReviewSlick.slick-initialized .singleReview, .sidebarCouponSlick.sidebarReviewSlick.slick-initialized .slick-slide, .sidebarReviewSlick.couponSlick.slick-initialized .singleCoupon, .sidebarReviewSlick.couponSlick.slick-initialized .singleReview, .sidebarReviewSlick.couponSlick.slick-initialized .slick-slide, .sidebarReviewSlick.sidebarCouponSlick.slick-initialized .singleCoupon, .sidebarReviewSlick.sidebarCouponSlick.slick-initialized .singleReview, .sidebarReviewSlick.sidebarCouponSlick.slick-initialized .slick-slide, .sidebarReviewSlick.sidebarReviewSlick.slick-initialized .singleCoupon, .sidebarReviewSlick.sidebarReviewSlick.slick-initialized .singleReview, .sidebarReviewSlick.sidebarReviewSlick.slick-initialized .slick-slide {
	display: flex;
	justify-content: center;
}

@media (max-width: 499px) {
	.sidebarCouponSlick, .sidebarReviewSlick {
		padding: 0;
	}
	
	.sidebarCouponSlick.sidebarCouponSlick, .sidebarReviewSlick.sidebarCouponSlick {
		margin-bottom: 2em;
	}
	
	.sidebarCouponSlick.sidebarCouponSlick.slick-slider, .sidebarReviewSlick.sidebarCouponSlick.slick-slider {
		margin-bottom: 2em;
	}
	
	.sidebarCouponSlick .slick-prev, .sidebarCouponSlick .slick-next, .sidebarReviewSlick .slick-prev, .sidebarReviewSlick .slick-next {
		position: absolute;
	}
	
	.sidebarCouponSlick .slick-prev, .sidebarReviewSlick .slick-prev {
		bottom: -2em;
		top: auto;
	}
	
	.sidebarCouponSlick .slick-next, .sidebarReviewSlick .slick-next {
		bottom: -2em;
		top: auto;
	}
	
	.sidebarCouponSlick.sidebarReviewSlick .slick-prev, .sidebarCouponSlick.sidebarReviewSlick .slick-next, .sidebarReviewSlick.sidebarReviewSlick .slick-prev, .sidebarReviewSlick.sidebarReviewSlick .slick-next {
		bottom: -2.5em;
	}
}

@media (min-width: 1030px) {
	.sidebarCouponSlick.sidebarCouponSlick, .sidebarCouponSlick.sidebarReviewSlick, .sidebarReviewSlick.sidebarCouponSlick, .sidebarReviewSlick.sidebarReviewSlick {
		margin-bottom: 0;
		padding: 0;
	}
	
	.sidebarCouponSlick.sidebarCouponSlick.sidebarCouponSlick, .sidebarCouponSlick.sidebarReviewSlick.sidebarCouponSlick, .sidebarReviewSlick.sidebarCouponSlick.sidebarCouponSlick, .sidebarReviewSlick.sidebarReviewSlick.sidebarCouponSlick {
		padding-bottom: 1em;
	}
	
	.sidebarCouponSlick.sidebarCouponSlick .slick-track, .sidebarCouponSlick.sidebarReviewSlick .slick-track, .sidebarReviewSlick.sidebarCouponSlick .slick-track, .sidebarReviewSlick.sidebarReviewSlick .slick-track {
		display: flex;
	}
	
	.sidebarCouponSlick.sidebarCouponSlick .slick-prev .slick-prev-icon, .sidebarCouponSlick.sidebarCouponSlick .slick-prev .slick-next-icon, .sidebarCouponSlick.sidebarCouponSlick .slick-next .slick-prev-icon, .sidebarCouponSlick.sidebarCouponSlick .slick-next .slick-next-icon, .sidebarCouponSlick.sidebarReviewSlick .slick-prev .slick-prev-icon, .sidebarCouponSlick.sidebarReviewSlick .slick-prev .slick-next-icon, .sidebarCouponSlick.sidebarReviewSlick .slick-next .slick-prev-icon, .sidebarCouponSlick.sidebarReviewSlick .slick-next .slick-next-icon, .sidebarReviewSlick.sidebarCouponSlick .slick-prev .slick-prev-icon, .sidebarReviewSlick.sidebarCouponSlick .slick-prev .slick-next-icon, .sidebarReviewSlick.sidebarCouponSlick .slick-next .slick-prev-icon, .sidebarReviewSlick.sidebarCouponSlick .slick-next .slick-next-icon, .sidebarReviewSlick.sidebarReviewSlick .slick-prev .slick-prev-icon, .sidebarReviewSlick.sidebarReviewSlick .slick-prev .slick-next-icon, .sidebarReviewSlick.sidebarReviewSlick .slick-next .slick-prev-icon, .sidebarReviewSlick.sidebarReviewSlick .slick-next .slick-next-icon {
		background: none;
		outline: none;
	}
	
	.sidebarCouponSlick.sidebarCouponSlick .slick-prev .slick-prev-icon button, .sidebarCouponSlick.sidebarCouponSlick .slick-prev .slick-next-icon button, .sidebarCouponSlick.sidebarCouponSlick .slick-next .slick-prev-icon button, .sidebarCouponSlick.sidebarCouponSlick .slick-next .slick-next-icon button, .sidebarCouponSlick.sidebarReviewSlick .slick-prev .slick-prev-icon button, .sidebarCouponSlick.sidebarReviewSlick .slick-prev .slick-next-icon button, .sidebarCouponSlick.sidebarReviewSlick .slick-next .slick-prev-icon button, .sidebarCouponSlick.sidebarReviewSlick .slick-next .slick-next-icon button, .sidebarReviewSlick.sidebarCouponSlick .slick-prev .slick-prev-icon button, .sidebarReviewSlick.sidebarCouponSlick .slick-prev .slick-next-icon button, .sidebarReviewSlick.sidebarCouponSlick .slick-next .slick-prev-icon button, .sidebarReviewSlick.sidebarCouponSlick .slick-next .slick-next-icon button, .sidebarReviewSlick.sidebarReviewSlick .slick-prev .slick-prev-icon button, .sidebarReviewSlick.sidebarReviewSlick .slick-prev .slick-next-icon button, .sidebarReviewSlick.sidebarReviewSlick .slick-next .slick-prev-icon button, .sidebarReviewSlick.sidebarReviewSlick .slick-next .slick-next-icon button {
		background: none;
	}
	
	.sidebarCouponSlick.sidebarCouponSlick .slick-prev, .sidebarCouponSlick.sidebarReviewSlick .slick-prev, .sidebarReviewSlick.sidebarCouponSlick .slick-prev, .sidebarReviewSlick.sidebarReviewSlick .slick-prev {
		top: auto;
		bottom: -2em;
		left: 1em;
		height: auto;
		width: auto;
		font-size: 1.5em;
		background: none;
	}
	
	.sidebarCouponSlick.sidebarCouponSlick .slick-next, .sidebarCouponSlick.sidebarReviewSlick .slick-next, .sidebarReviewSlick.sidebarCouponSlick .slick-next, .sidebarReviewSlick.sidebarReviewSlick .slick-next {
		top: auto;
		right: 1em;
		bottom: -2em;
		height: auto;
		width: auto;
		font-size: 1.5em;
		background: none;
	}
	
	.sidebarCouponSlick.sidebarCouponSlick .singleCoupon, .sidebarCouponSlick.sidebarCouponSlick .singleReview, .sidebarCouponSlick.sidebarCouponSlick .slick-slide, .sidebarCouponSlick.sidebarReviewSlick .singleCoupon, .sidebarCouponSlick.sidebarReviewSlick .singleReview, .sidebarCouponSlick.sidebarReviewSlick .slick-slide, .sidebarReviewSlick.sidebarCouponSlick .singleCoupon, .sidebarReviewSlick.sidebarCouponSlick .singleReview, .sidebarReviewSlick.sidebarCouponSlick .slick-slide, .sidebarReviewSlick.sidebarReviewSlick .singleCoupon, .sidebarReviewSlick.sidebarReviewSlick .singleReview, .sidebarReviewSlick.sidebarReviewSlick .slick-slide {
		float: none;
		flex-direction: column;
		max-width: 100%;
	}
}

.sidebarReviewSlick .slick-prev {
	position: absolute;
	z-index: 3;
	bottom: 0;
}

.sidebarReviewSlick .singleReview {
	position: relative;
	z-index: 2;
	margin-top: 2.25em;
	padding: 2em;
	background-color: #fff;
	color: #000;
	box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, .15);
	margin-bottom: 1em;
	text-align: center;
}

.sidebarReviewSlick .singleReview .reviewIcon {
	position: absolute;
	top: -31px;
	width: 100%;
	left: 0;
	text-align: center;
}

.sidebarReviewSlick .singleReview .reviewIcon .gcircle {
	margin: 0 auto;
	text-align: center;
	border-radius: 50%;
	border: solid 2px rgba(0, 0, 0, .15);
}

.sidebarReviewSlick .singleReview .reviewHeadline {
	display: block;
	font-weight: bold;
	margin: 1em auto;
	color: #a40308;
}

.sidebarReviewSlick .reviewBottom {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	color: #003bbc;
	width: 95%;
	margin: 0 auto;
}

.sidebarReviewSlick .reviewBottom .reviewAuthor {
	padding: 0 .5em;
}

.sidebarReviewSlick .reviewBottom .reviewStars {
	display: flex;
	align-items: center;
}

.sidebarReviewSlick .reviewBottom .reviewStars svg {
	font-size: 1em;
	color: #fcd434;
	margin: 0 1px;
	width: 1em;
}

.pageSlider {
	position: relative;
}

.pageSlider .pageSliderShadow {
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	z-index: 3;
	top: 0;
	left: 0;
}

.pageSlider .pageSliderInner {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 4;
	height: auto;
	padding: 2em 1em;
}

.pageSlider .pageSliderInner.generator {
	display: flex;
	max-width: 1400px;
	margin: auto;
	gap: 2em;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.pageSlider .pageSliderInner.generator .pageSliderLayer .pageSliderText {
	font-weight: 700;
	text-transform: uppercase;
}

.pageSlider .pageSliderInner.generator .pageSliderLayer .pageSliderText>span {
	color: lime;
}

.pageSlider .pageSliderInner.generator .pageSliderLayer .generator-offer-list {
	display: flex;
	font-size: .7em;
	gap: 2em;
	padding: 0 1em;
	padding: 0;
	list-style: none;
	margin-top: 1.5rem;
}

.pageSlider .pageSliderInner.generator .pageSliderLayer .generator-offer-list li {
	position: relative;
	padding-left: 1.75rem;
	line-height: 1.4;
	text-align: center;
}

.pageSlider .pageSliderInner.generator .pageSliderLayer .generator-offer-list li::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	width: 1.7rem;
	height: 1.7rem;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 640\"><path fill=\"lime\" d=\"M320 576C461.4 576 576 461.4 576 320C576 178.6 461.4 64 320 64C178.6 64 64 178.6 64 320C64 461.4 178.6 576 320 576zM404.4 276.7L324.4 404.7C320.2 411.4 313 415.6 305.1 416C297.2 416.4 289.6 412.8 284.9 406.4L236.9 342.4C228.9 331.8 231.1 316.8 241.7 308.8C252.3 300.8 267.3 303 275.3 313.6L302.3 349.6L363.7 251.3C370.7 240.1 385.5 236.6 396.8 243.7C408.1 250.8 411.5 265.5 404.4 276.8z\"/></svg>");
	background-repeat: no-repeat;
	background-size: contain;
	color: #003bbc;
}

@media (min-width: 1030px) {
	.pageSlider .pageSliderInner.generator .pageSliderLayer {
		font-size: 28px;
	}
}

.pageSlider .pageSliderInner.generator .generator-offer {
	position: relative;
}

.pageSlider .pageSliderInner.generator .generator-offer>span {
	display: block;
	position: absolute;
	right: 3em;
	top: -2em;
}

.pageSlider .pageSliderInner.generator .generator-offer>span svg {
	position: absolute;
	width: 11em;
}

.pageSlider .pageSliderInner.generator .generator-offer>span p {
	position: relative;
	top: 1.4em;
	left: 1.8em;
	font-size: .9em;
	text-align: center;
	max-width: 9em;
	font-weight: bold;
	color: #000;
}

@media screen and (min-width: 870px) {
	.pageSlider .pageSliderInner.generator .pageSliderLayer {
		width: 60%;
	}
	
	.pageSlider .pageSliderInner.generator .generator-offer {
		width: 36%;
	}
	
	.pageSlider .pageSliderInner.generator .generator-offer>span {
		display: block;
		position: absolute;
		right: 3em;
		top: -2em;
	}
	
	.pageSlider .pageSliderInner.generator .generator-offer>span svg {
		position: absolute;
		width: 11em;
	}
	
	.pageSlider .pageSliderInner.generator .generator-offer>span p {
		position: relative;
		top: 1.4em;
		left: 1.8em;
		font-size: .9em;
		text-align: center;
		max-width: 9em;
		font-weight: bold;
		color: #000;
	}
}

.pageSlider .pageSliderInner.generator>img {
	display: block;
	object-fit: contain;
}

.pageSlider .pageSliderInner.xPadTopBottom {
	padding: 3em 1em;
}

.pageSlider .pageSliderInner.xPadTop {
	padding-top: 3em;
}

.pageSlider .pageSliderInner.xPadBottom {
	padding-bottom: 3em;
}

@media (min-width: 768px) {
	.pageSlider .pageSliderInner {
		padding: 7% 2em;
	}
	
	.pageSlider .pageSliderInner.xPadTopBottom {
		padding: 7% 2em;
	}
	
	.pageSlider .pageSliderInner.xPadTop {
		padding-top: 10%;
	}
	
	.pageSlider .pageSliderInner.xPadBottom {
		padding-bottom: 10%;
	}
}

@media (min-width: 1030px) {
	.pageSlider .pageSliderInner {
		padding: 5em 0;
		min-height: 500px;
	}
	
	.pageSlider .pageSliderInner.xPadTopBottom {
		padding: 8em 0;
	}
	
	.pageSlider .pageSliderInner.xPadTop {
		padding-top: 8em;
	}
	
	.pageSlider .pageSliderInner.xPadBottom {
		padding-bottom: 8em;
	}
}

.pageSlider .pageSliderInner .pageSliderLayer {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-family: "Roboto";
	max-width: 1320px;
	margin: 0 auto;
	width: 100%;
	z-index: 5;
	color: #fff;
	font-size: 4vw;
}

.pageSlider .pageSliderInner .pageSliderLayer .pageSliderText, .pageSlider .pageSliderInner .pageSliderLayer h1.pageSliderText, .pageSlider .pageSliderInner .pageSliderLayer h2.pageSliderText, .pageSlider .pageSliderInner .pageSliderLayer h3.pageSliderText, .pageSlider .pageSliderInner .pageSliderLayer h4.pageSliderText {
	position: relative;
	color: #fff;
	text-shadow: #000 1px 1px 3px;
	text-align: center;
	margin: .5em auto;
	font-size: 2em;
	font-weight: 400;
}

@media (min-width: 1030px) {
	.pageSlider .pageSliderInner .pageSliderLayer .pageSliderText, .pageSlider .pageSliderInner .pageSliderLayer h1.pageSliderText, .pageSlider .pageSliderInner .pageSliderLayer h2.pageSliderText, .pageSlider .pageSliderInner .pageSliderLayer h3.pageSliderText, .pageSlider .pageSliderInner .pageSliderLayer h4.pageSliderText {
		text-align: left;
		margin: .25em 0;
	}
}

.pageSlider .pageSliderInner .pageSliderLayer .pageSliderText.underLines, .pageSlider .pageSliderInner .pageSliderLayer h1.pageSliderText.underLines, .pageSlider .pageSliderInner .pageSliderLayer h2.pageSliderText.underLines, .pageSlider .pageSliderInner .pageSliderLayer h3.pageSliderText.underLines, .pageSlider .pageSliderInner .pageSliderLayer h4.pageSliderText.underLines {
	margin-bottom: .7em;
}

.pageSlider .pageSliderInner .pageSliderLayer .pageSliderSubText {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 1em;
	text-shadow: #000 .07em .07em 2px;
	padding: .5em 0;
}

.pageSlider .pageSliderInner .pageSliderLayer .pageSliderSubText p {
	margin: 0;
}

.pageSlider .pageSliderInner .pageSliderLayer .pageSliderSubText .bannerOffer {
	text-align: center;
	width: 90%;
	max-width: 550px;
}

.pageSlider .pageSliderInner .pageSliderLayer .pageSliderSubText .bannerOffer img {
	display: inline-block;
	line-height: 0;
	width: auto;
	max-width: 100%;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.pageSlider .pageSliderInner .pageSliderLayer .pageSliderSubText {
		font-size: .9em;
		padding: .5em 1em;
	}
}

@media (min-width: 1030px) {
	.pageSlider .pageSliderInner .pageSliderLayer .pageSliderSubText {
		text-align: left;
		padding: 0;
	}
}

.pageSlider .pageSliderInner .pageSliderLayer .bannerLogos .logoFlex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	justify-content: space-evenly;
	margin: 1em 0 5% 0;
}

.pageSlider .pageSliderInner .pageSliderLayer .bannerLogos .logoFlex img {
	display: inline-block;
	height: 12vw;
	width: auto;
}

@media (min-width: 950px) {
	.pageSlider .pageSliderInner .pageSliderLayer .bannerLogos .logoFlex img {
		height: 115px;
	}
}

@media (min-width: 1030px) {
	.pageSlider .pageSliderInner .pageSliderLayer .bannerLogos .logoFlex {
		justify-content: space-between;
		max-width: 890px;
		margin: 1.5em 0 .5em 0;
	}
}

@media (min-width: 1200px) {
	.pageSlider .pageSliderInner .pageSliderLayer .bannerLogos .logoFlex {
		justify-content: space-between;
		max-width: 1050px;
	}
	
	.pageSlider .pageSliderInner .pageSliderLayer .bannerLogos .logoFlex img {
		height: 125px;
	}
}

@media (min-width: 768px) {
	.pageSlider .pageSliderInner .pageSliderLayer {
		font-size: 30px;
	}
}

@media (min-width: 1030px) {
	.pageSlider .pageSliderInner .pageSliderLayer {
		font-size: 32px;
	}
}

@media (min-width: 1030px)and (max-width: 1499px) {
	.pageSlider .pageSliderInner .pageSliderLayer {
		padding-left: 10%;
		padding-right: 10%;
	}
}

.pageSlider .pageSliderInner .pageSliderLayer.withBadges {
	justify-content: space-around;
	-webkit-justify-content: space-evenly;
}

.pageSlider .pageSliderInner.module .pageSliderLayer .pageSliderText:before, .pageSlider .pageSliderInner.module .pageSliderLayer .pageSliderText:after {
	transition: transform 0s ease 0s;
	transform: scaleX(0);
}

@media (min-width: 1030px) {
	.pageSlider .pageSliderInner.module .pageSliderLayer .pageSliderText:before, .pageSlider .pageSliderInner.module .pageSliderLayer .pageSliderText:after {
		opacity: 0;
		transform: translateX(-40%);
	}
}

.pageSlider .pageSliderInner.module.already-visible .pageSliderLayer .pageSliderText:before, .pageSlider .pageSliderInner.module.already-visible .pageSliderLayer .pageSliderText:after, .pageSlider .pageSliderInner.module.showing .pageSliderLayer .pageSliderText:before, .pageSlider .pageSliderInner.module.showing .pageSliderLayer .pageSliderText:after {
	transition: transform .5s ease 0s;
	transform: scaleX(100%);
}

@media (min-width: 1030px) {
	.pageSlider .pageSliderInner.module.already-visible .pageSliderLayer .pageSliderText:before, .pageSlider .pageSliderInner.module.already-visible .pageSliderLayer .pageSliderText:after, .pageSlider .pageSliderInner.module.showing .pageSliderLayer .pageSliderText:before, .pageSlider .pageSliderInner.module.showing .pageSliderLayer .pageSliderText:after {
		opacity: 1;
		transform: translateX(0);
	}
}

.pageSlider img.serviceBanner, .pageSlider picture {
	width: 100%;
	display: block;
	line-height: 0;
	height: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 0;
	z-index: 2;
}

.underLines:before {
	width: 70%;
	left: 15%;
	bottom: -.25em;
	height: .1em;
	content: "";
	position: absolute;
	background: #fff;
	box-shadow: rgba(0, 0, 0, .5) 1px 1px 3px;
}

.underLines:after {
	width: 50%;
	left: 25%;
	bottom: -.5em;
	height: .05em;
	content: "";
	position: absolute;
	background: #fff;
	box-shadow: rgba(0, 0, 0, .5) 1px 1px 3px;
}

@media (min-width: 1030px) {
	.underLines.underLines:before {
		left: .1em;
		max-width: 400px;
	}
	
	.underLines.underLines:after {
		left: .1em;
		max-width: 300px;
	}
}

.underLines.underLinesRed:before, .underLines.underLinesRed:after {
	background: #a40308;
}

.underLines.underLinesCenter:before {
	left: 15%;
}

.underLines.underLinesCenter:after {
	left: 25%;
}

.sidebarServiceMenu {
	width: 100%;
	border: solid 1px #ccc;
	margin-bottom: 2em;
}

.sidebarServiceMenu .sidebarTitle, .sidebarServiceMenu.selectedMenu>li:first-of-type>a {
	font-size: 1.8em;
	padding: .75em 4% .75em 8%;
	display: block;
	line-height: 1.25;
	color: #a40308;
	text-decoration: none;
	transition: .25s color ease;
	background-color: #fff;
}

.sidebarServiceMenu .sidebarTitle:before, .sidebarServiceMenu.selectedMenu>li:first-of-type>a:before {
	display: none;
}

.sidebarServiceMenu .sidebarTitle:hover, .sidebarServiceMenu.selectedMenu>li:first-of-type>a:hover {
	color: #3f0103;
}

.sidebarServiceMenu nav {
	width: 100%;
}

.sidebarServiceMenu nav ul {
	width: 100%;
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
}

.sidebarServiceMenu nav ul li {
	width: 100%;
	list-style: none;
	display: block;
}

.sidebarServiceMenu nav ul li a {
	width: 100%;
	padding: 1em 4% 1em 8%;
	line-height: 1.2;
	display: block;
	text-decoration: none;
	text-decoration: none;
	color: #222;
	position: relative;
	transition: color .4s ease 0s, background-color .4s ease 0s, border .4s ease 0s;
}

.sidebarServiceMenu nav ul li a:before {
	content: "";
	width: 84%;
	top: 0;
	position: absolute;
	left: 8%;
	height: 1px;
	background-color: rgba(0, 0, 0, .2);
}

.sidebarServiceMenu nav ul li a:hover, .sidebarServiceMenu nav ul li.current_page_item>a {
	color: #f1f1f1;
	background-color: #231f20;
}

.site-footer .footer-header {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.25;
	border-bottom: solid 2px #003bbc;
	color: #fff;
	padding: .25em .5em;
	display: inline-block;
	margin-left: .75em;
}

.site-footer .footer-services-column .menu-footer-services-container, .site-footer .footer-services-column .menu-quick-links-container, .site-footer .footer-quicklinks-column .menu-footer-services-container, .site-footer .footer-quicklinks-column .menu-quick-links-container {
	padding: .75em 1em;
}

.site-footer .footer-services-column .menu-footer-services-container ul, .site-footer .footer-services-column .menu-quick-links-container ul, .site-footer .footer-quicklinks-column .menu-footer-services-container ul, .site-footer .footer-quicklinks-column .menu-quick-links-container ul {
	margin: 0;
	list-style: none;
	list-style-type: none;
	padding: 0;
	line-height: 1.5;
	width: auto;
}

.site-footer .footer-services-column .menu-footer-services-container ul li a, .site-footer .footer-services-column .menu-footer-services-container ul li a:visited, .site-footer .footer-services-column .menu-quick-links-container ul li a, .site-footer .footer-services-column .menu-quick-links-container ul li a:visited, .site-footer .footer-quicklinks-column .menu-footer-services-container ul li a, .site-footer .footer-quicklinks-column .menu-footer-services-container ul li a:visited, .site-footer .footer-quicklinks-column .menu-quick-links-container ul li a, .site-footer .footer-quicklinks-column .menu-quick-links-container ul li a:visited {
	color: #fff;
	padding: .25em 0;
	display: block;
	transition: all .3s ease-in-out;
	text-decoration: none;
}

.site-footer .footer-services-column .menu-footer-services-container ul li a:hover, .site-footer .footer-services-column .menu-footer-services-container ul li a:visited:hover, .site-footer .footer-services-column .menu-quick-links-container ul li a:hover, .site-footer .footer-services-column .menu-quick-links-container ul li a:visited:hover, .site-footer .footer-quicklinks-column .menu-footer-services-container ul li a:hover, .site-footer .footer-quicklinks-column .menu-footer-services-container ul li a:visited:hover, .site-footer .footer-quicklinks-column .menu-quick-links-container ul li a:hover, .site-footer .footer-quicklinks-column .menu-quick-links-container ul li a:visited:hover {
	padding-left: .6em;
}

.site-footer .site-info-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-shadow: 1px 1px 2px #000;
}

.site-footer .site-info-flex .footer-social-column {
	text-align: center;
	width: 90%;
}

@media (max-width: 767px) {
	.site-footer .site-info-flex {
		max-width: 430px;
		margin: 0 auto;
	}
	
	.site-footer .site-info-flex .site-info-column {
		width: 90%;
		margin: 1em 0;
	}
	
	.site-footer .site-info-flex .footer-services-column, .site-footer .site-info-flex .footer-quicklinks-column {
		margin: 1em 0;
		text-align: center;
	}
}

@media (max-width: 767px)and (min-width: 400px) {
	.site-footer .site-info-flex .footer-services-column, .site-footer .site-info-flex .footer-quicklinks-column {
		width: 45%;
	}
}

@media (min-width: 768px) {
	.site-footer .site-info-flex .site-info-column {
		width: 50%;
	}
	
	.site-footer .site-info-flex .footer-services-column, .site-footer .site-info-flex .footer-quicklinks-column {
		width: 25%;
	}
	
	.site-footer .site-info-flex .footer-social-column {
		margin-top: 2em;
	}
	
	.site-footer .site-info-flex .footer-social-column .footerSocials {
		max-width: 20em;
		margin-top: .5em;
	}
}

@media (min-width: 1030px) {
	.site-footer .site-info-flex .site-info-column {
		width: 35%;
	}
	
	.site-footer .site-info-flex .footer-services-column, .site-footer .site-info-flex .footer-quicklinks-column {
		width: 20%;
	}
	
	.site-footer .site-info-flex .footer-social-column {
		margin-top: 0;
		width: 20%;
	}
	
	.site-footer .site-info-flex .footer-social-column .footerSocials {
		max-width: 7em;
		margin-top: .5em;
	}
}

.site-footer .footer-social-column .footer-header {
	margin-left: 0;
	text-align: center;
}

.footerSocials {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	font-size: 25px;
	margin: 0 auto;
}

.footerSocials a, .footerSocials a:visited {
	width: 2em;
	height: 2em;
	display: block;
	display: flex;
	margin: .25em 0;
	color: #fff;
	text-align: center;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}

.footerSocials a svg, .footerSocials a:visited svg {
	max-width: 1.25em;
	max-height: 1.25em;
	color: #fff;
}

.smsFloat {
	position: fixed;
	bottom: 0;
	z-index: 9;
	right: 0;
	text-align: right;
	width: 100%;
	display: none;
}

.smsFloat a.smsFloatBtn {
	display: inline-flex;
	position: relative;
	position: absolute;
	background: #222;
	border-radius: 0;
	cursor: pointer;
	padding: .25em 1em;
	text-decoration: none;
	align-items: center;
	align-items: center;
	z-index: 10;
	margin-right: 20px;
	bottom: 0;
	right: 0;
	width: auto;
	text-align: center;
	justify-content: center;
	border-top-left-radius: .75em;
	border-top-right-radius: .75em;
	transform: translate(0%, 100%);
}

.smsFloat a.smsFloatBtn svg {
	display: block;
	text-align: right;
	color: #fff;
}

.smsFloat a.smsFloatBtn .liveText {
	display: block;
	font-size: 18px;
	color: #fff;
	letter-spacing: .05em;
	padding: 0 .35em;
}

@media (min-width: 768px) {
	.smsFloat {
		display: none;
	}
}

#floatIn.scheduleBox.serviceTitan {
	transform: translate(0, 100%);
	transition-delay: .75s;
	transition-delay: .5s;
	transition: .2s ease-in-out;
}

#floatIn.scheduleBox.serviceTitan.isOpen {
	transition-delay: 0s;
	transform: translate(0%, 0%);
}

@media (max-width: 1029px) {
	.header-bg {
		height: 100px;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 10;
	}
	
	.site-branding {
		max-height: 100%;
	}
	
	.site-branding a {
		max-height: 100%;
	}
	
	.site-branding a img.logoImg {
		max-height: 75px;
	}
	
	.site {
		padding-top: 100px;
	}
}

@media (min-width: 1030px) {
	.menu-bar {
		height: 50px;
		position: fixed;
		top: 140px;
		width: 100%;
	}
	
	.site {
		padding-top: 190px;
	}
	
	.site-header {
		width: 100%;
		position: fixed;
		height: 140px;
		top: 0;
	}
	
	.site-header .header-bg {
		max-height: 100%;
	}
	
	.site-branding {
		max-height: 100%;
	}
	
	.site-branding a {
		max-height: 100%;
	}
	
	.site-branding a img {
		max-height: 100%;
	}
}

body.is-scrolled .smsFloat a.smsFloatBtn {
	transform: translate(0%, 0);
	transition: .2s ease-in-out;
	transition-delay: .75s;
}

body.is-scrolled #floatIn.scheduleBox.serviceTitan {
	transform: translate(0, calc(100% - 2.5em));
}

body.is-scrolled #floatIn.scheduleBox.serviceTitan.isOpen {
	transition-delay: 0s;
	transform: translate(0%, 0%);
}

@media (min-width: 1030px) {
	body.is-scrolled .site-header {
		position: fixed;
		width: 100%;
		height: 140px;
		top: 0;
	}
	
	body.is-scrolled .site-header .header-bg {
		max-height: 100%;
		transition: .5s;
	}
	
	body.is-scrolled .menu-bar {
		position: fixed;
		width: 100%;
		height: 50px;
		top: 140px;
	}
}

@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		transform: translateY(0);
	}
	
	40% {
		transform: translateY(-7px);
	}
	
	60% {
		transform: translateY(-4px);
	}
}

body.home .additionalContentWrap .additionalContentTextWrap {
	padding: 1em;
}

body.home .additionalContentWrap .additionalContentBG {
	height: 100%;
}

body.home .additionalContentWrap .additionalContentBG img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: left;
}

@media (min-width: 1030px) {
	body.home .additionalContentWrap .additionalContentSection {
		padding: 0 2em;
	}
	
	body.home .additionalContentWrap .additionalContentTextWrap {
		width: 60%;
		padding: 0 1em;
	}
	
	body.home .additionalContentWrap .additionalContentTextWrap .additionalContentText {
		max-width: 800px;
		margin: 10% auto;
	}
}

.blogPostRight .sidebar-blog-cat, .blogPostRight .recentPosts {
	width: 100%;
	border: solid 1px #ccc;
	margin: 2em 0;
}

.blogPostRight .recentPosts {
	margin: 0;
}

.blogPostRight .sidebarTitle, .blogPostRight .tagTitle {
	display: block;
	font-size: 1.5em;
	color: #e50c0f;
}

.blogPostRight li.recentPostItem {
	width: 100%;
}

.blogPostRight li.recentPostItem a {
	width: 100%;
	padding: 1em 4% 1em 8%;
	line-height: 1.2;
	display: block;
	text-decoration: none;
	text-decoration: none;
	color: #222;
	position: relative;
	transition: color .4s ease 0s, background-color .4s ease 0s, border .4s ease 0s;
}

.blogPostRight li.recentPostItem:hover a {
	color: #f1f1f1;
	background-color: #231f20;
}

.blogPostRight ul.recentPosts {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.blogPostRight ul.recentPosts li a {
	width: 100%;
	padding: 1em 4% 1em 8%;
	line-height: 1.2;
	display: block;
	text-decoration: none;
	text-decoration: none;
	color: #222;
	position: relative;
	transition: color .4s ease 0s, background-color .4s ease 0s, border .4s ease 0s;
}

.blogPostRight ul.recentPosts li a:before {
	content: "";
	width: 84%;
	top: 0;
	position: absolute;
	left: 8%;
	height: 1px;
	background-color: rgba(0, 0, 0, .2);
}

.blogPostRight .sidebar-blog-cat .sidebarTitle, .blogPostRight .recentPosts .sidebarTitle {
	font-size: 1.8em;
	padding: .75em 4% .75em 8%;
	display: block;
	line-height: 1.25;
	color: #a40308;
	text-decoration: none;
	transition: .25s color ease;
}

.blogPostRight .sidebar-blog-cat .sidebarTitle:hover, .blogPostRight .recentPosts .sidebarTitle:hover {
	color: #3f0103;
}

.blogPostRight .sidebar-blog-cat ul, .blogPostRight .recentPosts ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.blogPostRight .sidebar-blog-cat ul li, .blogPostRight .recentPosts ul li {
	list-style-type: none;
}

.blogPostRight .sidebar-blog-cat ul li a, .blogPostRight .recentPosts ul li a {
	width: 100%;
	padding: 1em 4% 1em 8%;
	line-height: 1.2;
	display: block;
	text-decoration: none;
	text-decoration: none;
	color: #222;
	position: relative;
	transition: color .4s ease 0s, background-color .4s ease 0s, border .4s ease 0s;
}

.blogPostRight .sidebar-blog-cat ul li a:before, .blogPostRight .recentPosts ul li a:before {
	content: "";
	width: 84%;
	top: 0;
	position: absolute;
	left: 8%;
	height: 1px;
	background-color: rgba(0, 0, 0, .2);
}

.blogPostRight .sidebar-blog-cat ul li:hover a, .blogPostRight .recentPosts ul li:hover a {
	color: #f1f1f1;
	background-color: #231f20;
}

.blogPostRight .sidebar-blog-tags {
	width: 100%;
	border: solid 1px #ccc;
	margin: 2em 0;
}

.blogPostRight .sidebar-blog-tags .tagTitle {
	font-size: 1.8em;
	padding: .75em 4% .75em 8%;
	display: block;
	line-height: 1.25;
	color: #a40308;
	text-decoration: none;
	-webkit-transition: .25s color ease;
	-o-transition: .25s color ease;
	transition: .25s color ease;
}

.blogPostRight .sidebar-blog-tags ul.tagCloud {
	padding: 1em 4% 1em 8%;
	line-height: 1.35;
	position: relative;
	margin: 0;
	list-style-type: none;
}

.blogPostRight .sidebar-blog-tags ul.tagCloud li a {
	font-size: .9em;
	margin-right: 5px;
	color: #2368ff;
}

.blogPostRight .sidebar-blog-tags ul.tagCloud:before {
	content: "";
	width: 84%;
	top: 0;
	position: absolute;
	left: 8%;
	height: 1px;
	background-color: rgba(0, 0, 0, .2);
}

.blogBanner {
	padding: 4em 1em;
	text-align: center;
}

.blogBanner h1 {
	margin: .25em auto;
}

.blogBanner .pagenum {
	font-style: italic;
	font-size: 1.25em;
	color: #888;
}

.sidebarCouponWrap, .sidebarReviews {
	padding: 1em 0;
	text-align: center;
	margin: 2em 0;
}

.sidebarCouponWrap.sidebarCouponWrap .couponSingleFlex, .sidebarReviews.sidebarCouponWrap .couponSingleFlex {
	margin-bottom: 1em;
}

.sidebarCouponWrap .reviewIntroTitle, .sidebarReviews .reviewIntroTitle {
	font-size: 1.5em;
	font-weight: 500;
	font-weight: bold;
	text-align: center;
	display: block;
	display: none;
	padding: .5em;
	color: #002472;
	position: relative;
}

.sidebarCouponWrap .sidebar-review-btn, .sidebarReviews .sidebar-review-btn {
	display: inline-block;
	padding: .5em 1.5em;
	border-radius: 2em;
	background-color: #a40308;
	color: #fff;
	font-family: "Roboto";
	font-size: 1.1em;
	text-decoration: none;
	transition: .25s background-color ease;
	margin: 0 auto;
}

.sidebarCouponWrap .sidebar-review-btn:hover, .sidebarReviews .sidebar-review-btn:hover {
	background-color: #003bbc;
	transition: .25s background-color ease;
}

@keyframes spinclockwise {
	0% {
		transform: rotate(0deg) scale(2);
	}
	
	100% {
		transform: rotate(360deg) scale(2);
	}
}

@keyframes showTooltip {
	0% {
		transform: translate(-100%, 0);
		opacity: 0;
	}
	
	20% {
		opacity: 1;
		transform: translate(0%, 0);
	}
	
	80% {
		opacity: 1;
		transform: translate(0%, 0);
	}
	
	100% {
		transform: translate(-100%, 0);
		opacity: 0;
	}
}

.notFoundPageList ul.nav-menu {
	list-style: none;
	padding: 0;
	margin: 2em auto;
}

@media (min-width: 1030px) {
	.notFoundPageList ul.nav-menu {
		column-count: 2;
	}
}

.notFoundPageList ul.nav-menu li {
	list-style: none;
	padding: 0;
}

.notFoundPageList ul.nav-menu li ul {
	margin: 0;
	padding: 0;
}

.notFoundPageList ul.nav-menu li a, .notFoundPageList ul.nav-menu li a:visited {
	display: block;
	color: #a40308;
	text-align: left;
	padding: .15em .5em;
}

.searchContent {
	padding: 0;
}

.searchContent .inner-search-content {
	padding: 4em 0;
	background-color: #eee;
}

.searchContent h1.search-title {
	text-align: center;
}

.main.searchMain {
	width: 95%;
	margin: 0 auto;
	max-width: 1200px;
	padding: 1em;
	box-shadow: rgba(0, 0, 0, .25) 1px 1px 3px 2px;
	background-color: #fff;
}

.main.searchMain .paginationArrows {
	margin: 2em auto;
	justify-content: center;
}

.main.searchMain .paginationArrows .nav-links {
	display: flex;
	justify-content: space-between;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
}

.main.searchMain .paginationArrows .nav-links span, .main.searchMain .paginationArrows .nav-links a {
	display: inline-block;
	padding: .15em .5em;
	margin: 0 .2em;
}

.main.searchMain .paginationArrows .nav-links span.current {
	border-bottom: solid 1px;
	color: #444;
}

.main.searchMain .paginationArrows .nav-links a, .main.searchMain .paginationArrows .nav-links a:visited {
	color: #a40308;
	text-decoration: none;
}

.searchResultList .single-search-result {
	padding: 2em 1em;
}

.searchResultList .single-search-result .search-title a, .searchResultList .single-search-result .search-title a:visited, .searchResultList .single-search-result h3.search-title a, .searchResultList .single-search-result h3.search-title a:visited {
	color: #a40308;
	text-decoration: none;
}

.searchResultList .single-search-result .search-result-footer a, .searchResultList .single-search-result .search-result-footer a:visited {
	color: #a40308;
}

.searchResultList .single-search-result a.learnMore {
	display: inline-block;
	text-decoration: none;
	border: solid 1px;
	padding: .15em .5em;
	line-height: 1;
	font-size: .9em;
	margin-left: .15em;
	color: #a40308;
	transition: all .35s ease;
}

.searchResultList .single-search-result a.learnMore:hover {
	background-color: #a40308;
	color: #fff;
}

.searchResultList .single-search-result .byline {
	color: #777;
	font-style: italic;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.searchResultList .single-search-result {
		padding: 2em;
	}
}

.searchResultList .single-search-result:nth-child(even) {
	background-color: #f3f3f3;
}

.searchResultList .single-search-result .search-result-header {
	margin-bottom: .5em;
}

.searchResultList .single-search-result .search-result-header .search-title {
	margin: 0;
	font-size: 1.35em;
	margin-bottom: .35em;
}

.searchResultList .single-search-result .search-result-footer {
	margin-top: 1em;
}

.searchResultTop {
	margin-bottom: 1em;
}

.searchResultTop .search-result-header {
	text-align: center;
	display: block;
	font-size: 1.1em;
	margin-bottom: 1.2em;
}

form.searchPageForm {
	display: flex;
	justify-content: center;
	width: 90%;
	margin: 0 auto;
	max-width: 350px;
}

form.searchPageForm input.searchField {
	margin: 0;
	padding: .15em .5em;
}

form.searchPageForm input[type=submit] {
	background: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\" fill=\"%23FFF\"><path d=\"M504.1 471l-134-134C399.1 301.5 415.1 256.8 415.1 208c0-114.9-93.13-208-208-208S-.0002 93.13-.0002 208S93.12 416 207.1 416c48.79 0 93.55-16.91 129-45.04l134 134C475.7 509.7 481.9 512 488 512s12.28-2.344 16.97-7.031C514.3 495.6 514.3 480.4 504.1 471zM48 208c0-88.22 71.78-160 160-160s160 71.78 160 160s-71.78 160-160 160S48 296.2 48 208z\"/></svg>");
	width: 2.5em;
	height: 2.5em;
	padding-left: .5em;
	padding-right: .5em;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 50% auto;
	background-size: 50% auto;
	background-color: #444;
	transition: background-color .24s ease-in-out;
}

.page-not-found {
	background-color: #eee;
	padding: 4em 2em;
}

.page-not-found section.not-found {
	background: #fff;
	margin: 0 auto;
	max-width: 1250px;
}

.notFound {
	background-color: #eee;
	padding: 0;
	position: relative;
	padding-bottom: 2em;
}

.notFound .notFoundBG {
	background-color: #cecece;
	background-image: url("https://cdn-ilcnbif.nitrocdn.com/ahhazbhGyKOJHMITOZWvdhujVcwKtEJQ/assets/images/optimized/rev-fab95d4/www.acshomeservices.com/wp-content/themes/tampa-heating-cooling-plumbing-electrical/img/squared-metal.png");
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .5;
	content: "";
}

.notFound .notFoundBG.nitro-lazy {
	background-image: none !important;
}

.notFound .notFoundFlex {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	max-width: 900px;
	position: relative;
	z-index: 5;
	justify-content: space-between;
}

.notFound .notFoundFlex .notFoundImgWrap {
	width: 100%;
	position: relative;
	line-height: 0;
	display: block;
}

.notFound .notFoundFlex .notFoundImgWrap img.notFoundImg {
	width: 100%;
	object-fit: cover;
	margin: 0 auto;
	max-height: 200px;
	max-height: 350px;
	object-position: 0 33%;
	height: 50vw;
}

.notFound .notFoundFlex .notFoundImgWrap:after {
	position: absolute;
	height: 100%;
	width: 100%;
	content: "";
	background-color: rgba(0, 0, 0, .35);
	top: 0;
	left: 0;
	display: block;
	line-height: 0;
}

.notFound .notFoundFlex .notFoundContent {
	padding: 1em;
	width: 90%;
	margin: 0 auto;
	background-color: #fff;
	position: relative;
}

.notFound .notFoundFlex .notFoundContent p.notFoundDescription {
	display: block;
	margin: 1em auto;
	text-align: center;
	max-width: 380px;
	padding: .15em 1em;
}

.notFound .notFoundFlex .notFoundContent p.notFoundDescription a, .notFound .notFoundFlex .notFoundContent p.notFoundDescription a:visited {
	color: #a40308;
}

.notFound .notFoundFlex .notFoundContent .article-header {
	text-align: center;
	display: flex;
	flex-direction: column;
	position: relative;
}

.notFound .notFoundFlex .notFoundContent form.header-search {
	background: #eee;
	height: auto;
	width: 90%;
	margin: 1em auto;
	max-width: 300px;
	display: flex;
}

.notFound .notFoundFlex .notFoundContent form.header-search input.searchField {
	width: 90%;
	width: calc(100% - 3em);
	background-color: #fff;
	height: auto;
	box-shadow: rgba(0, 0, 0, .5) 0px 0px 3px inset;
	line-height: 1.5;
	padding: .15em .5em;
}

.notFound .notFoundFlex .notFoundContent form.header-search input[type=submit] {
	width: 10%;
	width: calc(3em - 0px);
	background-color: #333;
	background-size: .8em;
}

.notFound .notFoundFlex .notFoundContent article.post-not-found {
	max-width: 700px;
	width: 100%;
	display: block;
	margin: 0 auto;
}

.notFound .notFoundFlex .notFoundContent h1 {
	text-align: center;
	margin: 0 auto;
	font-size: 5em;
	font-weight: normal;
	margin-bottom: 0;
	line-height: 1.2;
	color: #a40308;
}

.notFound .notFoundFlex .notFoundContent h2 {
	display: block;
	text-align: center;
	margin: 0 auto;
}

.notFound .notFoundFlex .notFoundContent .notFoundH2 {
	font-size: .45em;
	letter-spacing: 1;
	letter-spacing: normal;
	padding: 0 .5em;
	text-transform: uppercase;
	color: #333;
	display: block;
	line-height: 1.5;
}

@media (min-width: 1030px) {
	.notFound {
		padding: 4em 0;
		min-height: 40vw;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	
	.notFound .notFoundFlex {
		width: 90%;
		box-shadow: rgba(0, 0, 0, .15) 1px 1px 4px 2px;
	}
	
	.notFound .notFoundFlex .notFoundImgWrap {
		width: 35%;
	}
	
	.notFound .notFoundFlex .notFoundImgWrap:after {
		display: none;
	}
	
	.notFound .notFoundFlex img.notFoundImg {
		margin: 2em;
		max-height: unset;
		object-position: center;
	}
	
	.notFound .notFoundFlex .notFoundContent {
		width: 65%;
	}
	
	.notFound .notFoundFlex .notFoundContent article.post-not-found {
		display: flex;
		flex-direction: column;
		height: 100%;
		justify-content: center;
	}
}

@media (max-width: 1029px) {
	.notFound .notFoundFlex .notFoundImgWrap {
		margin: 0 auto;
		margin-top: 2em;
		width: 90%;
	}
	
	.notFound .notFoundFlex .notFoundContent h1 {
		box-shadow: rgba(0, 0, 0, .25) 0px 1px 1px 1px;
		display: inline-block;
		background-color: #fff;
		transform: translate(0px, -1.25em);
		margin-bottom: -1em;
		padding: .15em;
	}
}

form.header-search {
	background-color: #222;
	margin: .15em 0;
	height: 1.75em;
	border: solid 1px hsla(0, 0%, 100%, .5);
	border-radius: 5px;
}

form.header-search input[type=submit] {
	background-color: rgba(0, 0, 0, 0);
	background: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\" fill=\"%23FFF\"><path d=\"M504.1 471l-134-134C399.1 301.5 415.1 256.8 415.1 208c0-114.9-93.13-208-208-208S-.0002 93.13-.0002 208S93.12 416 207.1 416c48.79 0 93.55-16.91 129-45.04l134 134C475.7 509.7 481.9 512 488 512s12.28-2.344 16.97-7.031C514.3 495.6 514.3 480.4 504.1 471zM48 208c0-88.22 71.78-160 160-160s160 71.78 160 160s-71.78 160-160 160S48 296.2 48 208z\"/></svg>");
	min-width: 1.5em;
	padding-left: .25em;
	padding-right: .25em;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50% auto;
	transition: background-color .24s ease-in-out;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

form.header-search input.searchField {
	background-color: rgba(0, 0, 0, 0);
	height: 100%;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

form.header-search input.searchField:focus, form.header-search input.searchField:active {
	background-color: #000;
	outline: none;
	border: none;
}

form.header-search input.searchField:focus~input[type=submit], form.header-search input.searchField:active~input[type=submit] {
	background-color: #000;
}

.paginationArrows.blogPaginationArrows {
	margin: 2em auto;
	justify-content: center;
	max-width: unset;
}

.paginationArrows.blogPaginationArrows .nav-links a {
	display: inline-block;
	margin: 0 .5em;
	padding: .15em .25em;
	color: #003bbc;
	transition: color .25s ease-in;
	text-decoration: none;
}

.paginationArrows.blogPaginationArrows .nav-links a:hover {
	color: #a40308;
}

.paginationArrows.blogPaginationArrows .nav-links span.page-numbers {
	display: inline-block;
	margin: 0 .5em;
	color: #444;
}

.paginationArrows.blogPaginationArrows .nav-links span.page-numbers.current {
	position: relative;
}

.paginationArrows.blogPaginationArrows .nav-links span.page-numbers.current:before {
	content: "";
	position: absolute;
	bottom: 0;
	background-color: #444;
	width: 100%;
	width: 100%;
	height: 1px;
	display: block;
}

.paginationArrows.blogPaginationArrows .nav-links a.next, .paginationArrows.blogPaginationArrows .nav-links a.prev {
	display: inline-block;
	text-decoration: none;
	border: solid 2px;
	padding: .25em .5em;
	width: 8.6em;
	width: auto;
	text-align: center;
	color: #010542;
	border-radius: 5px;
	background-color: #fff;
}

h2.whyJoinHL {
	text-align: center;
	font-weight: bold;
	margin-top: 2em;
}

.whyJoin {
	font-size: 4.5vw;
	padding: 1em;
}

@media (min-width: 400px) {
	.whyJoin {
		font-size: 18px;
	}
}

.whyJoin .whyJoinItem {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 2em 0;
	margin-top: 0;
}

.whyJoin .whyJoinItem .whyJoinLeft {
	font-size: 2em;
	padding: 0 .5em;
	width: 20%;
	max-width: 80px;
	color: #a40308;
}

.whyJoin .whyJoinItem .whyJoinLeft svg {
	margin: 0 auto;
	display: block;
}

.whyJoin .whyJoinItem .whyJoinRight {
	width: 80%;
	line-height: 1.25;
	padding: .5em;
	font-weight: bold;
}

@media (min-width: 768px) {
	.whyJoin {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-around;
		-webkit-justify-content: space-evenly;
		width: 100%;
		margin: 1em auto;
	}
	
	.whyJoin .whyJoinItem {
		width: 49%;
		position: relative;
		padding: 1em 0;
		margin: 0;
	}
	
	.whyJoin .whyJoinItem .whyJoinLeft {
		display: flex;
		flex-direction: column;
		height: 100%;
		justify-content: center;
		align-items: center;
	}
	
	.whyJoin .whyJoinItem:before {
		content: "";
		position: absolute;
		background: rgba(0, 0, 0, .2);
		width: 90%;
		bottom: 0;
		height: 1px;
	}
	
	.whyJoin .whyJoinItem.fullWidth {
		width: 98%;
	}
	
	.whyJoin .whyJoinItem.fullWidth:before {
		width: 96%;
		left: 2%;
	}
}

@media (min-width: 1250px) {
	.whyJoin .whyJoinItem {
		padding: 1.5em 0;
	}
	
	.whyJoin .whyJoinItem:before {
		width: 90%;
		left: 5%;
	}
	
	.whyJoin .whyJoinItem.fullWidth {
		justify-content: center;
	}
	
	.whyJoin .whyJoinItem.fullWidth:before {
		display: none;
	}
	
	.whyJoin .whyJoinItem.fullWidth .whyJoinRight {
		width: auto;
	}
}

.search-container {
	padding: 2em;
	text-align: center;
}

.search-container .search-container_title {
	font-size: 2.5em;
}

.search-container .search-field {
	padding: .6em 1em;
	border: #003bbc solid 2px;
	width: 30em;
	font-size: 1.2em;
}

.search-container .search-submit {
	padding: .9em 1em;
	background-color: #a40308;
	color: #fff;
	font-size: 1.2em;
	transition: background .3s ease-in-out;
	border: none;
	cursor: pointer;
}

.search-container .search-submit:hover {
	background-color: #003bbc;
}

form.free-estimate-form {
	padding: 3em;
	margin: auto;
	background-color: #f2f2f2;
}

form.free-estimate-form label {
	display: none;
}

form.free-estimate-form input, form.free-estimate-form select, form.free-estimate-form textarea {
	resize: none;
	padding: .8em 1em;
	margin: .5em 0;
	width: 100%;
	color: #000;
}

form.free-estimate-form input:focus, form.free-estimate-form select:focus, form.free-estimate-form textarea:focus {
	background-color: #eff4ff;
	border: #a40308 solid 2px;
}

form.free-estimate-form input[type=email] {
	color: #000;
}

form.free-estimate-form input[type=email]:focus {
	background-color: #eff4ff;
	border: #a40308 solid 2px;
}

form.free-estimate-form .validation_message {
	color: red;
	font-weight: bold;
}

form.free-estimate-form .gform_button {
	background-color: #a40308;
	color: #fff;
	border: none;
	transition: all .3s ease-in-out;
	cursor: pointer;
}

form.free-estimate-form .gform_button:hover {
	background-color: #003bbc;
}

.locations-info-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 1em;
	margin-bottom: 2em;
}

.long-page-content {
	background-color: #fff;
	margin: 0 auto;
}

.long-page-content .long-page-content-section {
	max-width: 1420px;
	margin: 0 auto;
	padding: 2em;
}

.couponSectionBG {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.couponSectionBG .sunburstBG {
	background-color: #f3131d;
}

.couponSectionBG .sunburstBG svg {
	transform: scale(5);
}

.couponSectionBG .sunburstBG svg:hover {
	animation: 100s spinclockwise infinite linear;
}

.couponSectionBG .sunburstBG svg .st0 {
	fill: #a71c26;
}

.couponSectionBG .sunburstBG svg .st1 {
	fill: #b7292b;
	display: none;
}

.couponSectionWrapper {
	position: relative;
}

.couponSectionWrapper .discountBG {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.couponSectionWrapper .discountBG img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bannerOfferInner .st0 {
	fill: #1a679a;
}

.bannerOfferInner .st1 {
	fill: #11497f;
}

.home-financing-inner-text {
	background-color: #fff;
}

.home-financing-inner-text p {
	padding: 1.5em;
}

.home-financing-inner-flex {
	display: flex;
	flex-direction: column;
	align-items: center;
	box-shadow: rgba(0, 0, 0, .35) 2px 2px 3px;
}

.home-financing-inner-flex .home-financing-inner-text {
	order: 2;
}

.home-financing-inner-flex .financingFeature {
	order: 1;
}

@media (max-width: 1239px) {
	.home-financing-inner-flex .financingFeature {
		display: none;
	}
}

@media (min-width: 1240px) {
	.home-financing-inner-flex {
		flex-direction: row;
		position: relative;
		background-color: #a40308;
		transition: background-color .3s;
	}
	
	.home-financing-inner-flex .home-financing-inner-text {
		order: 1;
		width: 85%;
		padding: 1em 17% 1em 5%;
	}
	
	.home-financing-inner-flex .financingFeature {
		order: 2;
		width: 35%;
		position: absolute;
		display: flex;
		flex-direction: column;
		right: 0;
		justify-content: center;
		height: 100%;
		transition: all .5s;
	}
	
	.home-financing-inner-flex:hover {
		background-color: #bd0309;
	}
}

.home-financing-wrapper .home-financing-inner.module.showing .financingFeature, .home-financing-wrapper .home-financing-inner.module.already-visible .financingFeature {
	transition-delay: .5s;
	transform: translatex(5%);
}

.locations-section .locationsBG .locationsBGshadow {
	width: 100%;
	width: 140%;
	height: 100%;
	position: absolute;
	left: 0;
	left: -20%;
	top: 0;
	z-index: 5;
	box-shadow: rgba(0, 0, 0, .5) 0px 0px 4em inset;
	overflow: hidden;
}

.redBtnWrap {
	display: block;
	text-align: center;
}

.redBtnWrap a.redBtn {
	display: inline-block;
	padding: .5em 1.5em;
	border-radius: 2em;
	background-color: #a40308;
	color: #fff;
	font-family: "Roboto";
	font-size: 1.1em;
	text-decoration: none;
	transition: .25s background-color ease;
	margin: 0 auto;
}

.redBtnWrap a.redBtn:hover {
	background-color: #bd0309;
}

.couponSection .discountsFlex .buttonWrapBottom.buttonWrapPrev button, .couponSection .discountsFlex .buttonWrapBottom.buttonWrapNext button {
	color: #fff;
}

.couponSection .slick-dots li, .couponSection .slick-dots li.slick-active {
	color: #fff;
}

.couponSection .slick-dots li button .slick-dot-icon, .couponSection .slick-dots li.slick-active button .slick-dot-icon {
	color: #fff;
}

.discountsPage.couponSection .discountsFlex .buttonWrapBottom.buttonWrapPrev button, .discountsPage.couponSection .discountsFlex .buttonWrapBottom.buttonWrapNext button {
	color: #000;
}

.discountsPage.couponSection .slick-dots li, .discountsPage.couponSection .slick-dots li.slick-active {
	color: #fff;
}

.discountsPage.couponSection .slick-dots li button .slick-dot-icon, .discountsPage.couponSection .slick-dots li.slick-active button .slick-dot-icon {
	color: #000;
}

@media (max-width: 1030px) {
	.discountsPage.couponSection .buttonWrapBottom.buttonWrapPrev {
		bottom: -1.25em;
	}
	
	.discountsPage.couponSection .buttonWrapBottom.buttonWrapNext {
		width: 3.75em;
		bottom: -1.25em;
	}
}

body.modalOpen {
	overflow: hidden;
	overscroll-behavior: none;
	touch-action: none;
}

.service-steps {
	background-color: #003bbc;
	padding: 5% 0;
	position: relative;
	overflow: hidden;
}

@media (min-width: 1030px) {
	.service-steps {
		padding: 6em 1em;
	}
}

.service-steps .service-steps_container {
	max-width: 1250px;
	margin: auto;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2em;
	flex-direction: column-reverse;
}

.service-steps .service-steps_container .service-steps_bg {
	display: block;
	max-width: 42em;
	color: #fff;
	width: 90%;
	margin: auto;
}

.service-steps .service-steps_container .service-steps_bg img {
	border-radius: .3em;
	width: 100%;
	height: 100%;
	display: block;
}

.service-steps .service-steps_container .service-steps_wrapper {
	display: block;
	z-index: 3;
	width: 90%;
	text-align: center;
	margin: 1em auto;
	color: #fff;
}

.service-steps .service-steps_container .service-steps_wrapper .service-steps_title {
	font-weight: bold;
	font-size: 2em;
	display: block;
	margin-bottom: 1em;
	text-align: center;
	color: #003bbc;
	background-color: #acff01;
	padding: .5em 1em;
	border-radius: .3em;
}

.service-steps .service-steps_container .service-steps_wrapper .service-steps_items {
	margin-left: 0;
	padding-right: 0;
	list-style-type: none;
	margin: 0;
	padding: .5em 0;
	list-style-position: inside;
}

.service-steps .service-steps_container .service-steps_wrapper .service-steps_items .service-steps_item {
	counter-increment: service-steps_items;
	margin-left: 1.9em;
	position: relative;
	min-height: 1.8em;
	margin: 1em 0;
	display: flex;
}

.service-steps .service-steps_container .service-steps_wrapper .service-steps_items .service-steps_item::before {
	content: counter(service-steps_items);
	font-size: 100%;
	background-color: #acff01;
	color: #003bbc;
	font-weight: bold;
	min-width: 1.5em;
	height: fit-content;
	line-height: 1.5em;
	text-align: center;
	display: block;
	margin: .2em 1em 0 0;
	border-radius: .3em;
}

.service-steps .service-steps_container .service-steps_wrapper .service-steps_items .service-steps_item:last-child {
	margin: 1em 0 0 0;
}

.service-steps .service-steps_container .wp-video {
	max-width: 337px;
	max-height: 600px;
	width: 53vw !important;
	height: 95vw !important;
}

.service-steps .service-steps_dots {
	position: absolute;
	top: 0;
	left: 0;
}

.service-steps .service-steps_dots img {
	max-width: 73%;
	height: auto;
}

.service-steps .service-steps_dots:nth-child(2) {
	bottom: 0;
	right: 0;
	left: initial;
	top: initial;
	transform: rotate(180deg);
}

@media (min-width: 900px) {
	.service-steps .service-steps_container .service-steps_bg {
		display: block;
		width: 50%;
	}
}

.review-logos {
	display: block;
	border-top: solid 1px #d8d8d8;
	margin-top: 2.5em;
}

.review-logos .review-logo {
	width: fit-content;
	display: flex;
	align-items: center;
	justify-content: center;
}

.review-logos .review-logo img {
	width: 100%;
	max-width: 200px;
	height: auto;
}

.review-logos .slick-track {
	display: flex;
	align-items: center;
	padding-top: 2.5em;
}

.review-logos .slick-track .slick-slide {
	width: fit-content;
	display: flex;
}

.review-logos .slick-track .slick-slide div {
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto;
}

.review-logos .slick-track .slick-slide img {
	width: 100%;
	max-width: 200px;
	height: auto;
}

.fillBlue {
	fill: #003bbc;
}

.fillOrange {
	fill: #a40308;
}

.stlBlue {
	fill: #003bbc;
}

.stOrange {
	fill: #a40308;
}

.stGrey {
	fill: #fff;
}

.introItems {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	flex-wrap: wrap;
	gap: 1.5em 0;
}

@media (max-width: 1029px) {
	.introItems {
		max-width: 30em;
		margin: 0 auto;
	}
}

.introItems .introItem {
	text-align: center;
	text-align: left;
	font-size: 3vw;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
}

@media (min-width: 400px) {
	.introItems .introItem {
		font-size: 11px;
	}
}

@media (min-width: 450px) {
	.introItems .introItem {
		font-size: 12px;
	}
}

@media (min-width: 600px) {
	.introItems .introItem {
		font-size: 14px;
	}
}

.introItems .introItem .introItemTitle {
	order: 2;
	line-height: 1.25;
	width: 80%;
}

.introItems .introItem .serviceSvgWrapper {
	order: 1;
	width: 20%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 3.5em;
}

.introItems .introItem .serviceSvgWrapper svg {
	width: 4em;
	max-height: 100%;
	max-width: 100%;
}

.introItems .introItem .introItemTitle {
	font-weight: 500;
	color: #fff;
	display: block;
	font-size: 1.5em;
}

@media (min-width: 1030px) {
	.introItems {
		justify-content: space-around;
		-webkit-justify-content: space-evenly;
	}
	
	.introItems .introItem {
		width: 45%;
		margin: .75em 0;
	}
	
	.introItems .introItem .serviceSvgWrapper {
		width: 5em;
	}
	
	.introItems .introItem .serviceSvgWrapper svg {
		height: 5em;
	}
}

.mejs-poster {
	background-image: url("https://cdn-ilcnbif.nitrocdn.com/ahhazbhGyKOJHMITOZWvdhujVcwKtEJQ/assets/images/optimized/rev-fab95d4/www.acshomeservices.com/wp-content/themes/tampa-heating-cooling-plumbing-electrical/img/acs-thumb-3.jpg");
}

.mejs-poster.nitro-lazy {
	background-image: none !important;
}

.bannerOfferDisc {
	display: block;
	text-align: center;
}

.bannerOfferDisc .bannerOfferDiscInner {
	text-shadow: #000 2px 3px 3px;
	line-height: 1.25;
	display: inline-block;
	padding: .5em;
	margin-bottom: .25em;
}

.discountBoxDisc {
	display: block;
	text-align: center;
}

.discountBoxDisc .discountBoxDiscInner {
	color: #fff;
	font-size: 1.5em;
	text-shadow: #000 2px 1px 1px;
	line-height: 1.25;
	display: inline-block;
	padding: .5em;
	margin-bottom: .25em;
}

.googleReviewBoxWrapInner {
	padding: 2em .5em;
}

.reviewGoogleBox a.readReviews {
	text-decoration: none;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 1em;
	border: solid 1px;
	box-shadow: #000 0px 0px 3px;
	color: #000;
	align-items: center;
	justify-content: center;
}

.reviewGoogleBox a.readReviews .gtabRight {
	display: flex;
	flex-direction: column;
}

.reviewGoogleBox a.readReviews .gtabRight .poweredbyG {
	margin-top: .25em;
}

.reviewGoogleBox a.readReviews .gtabRight .totalReviewStars {
	color: #e7711b;
}

.reviewGoogleBox a.readReviews .gtabRight .totalReviewStars svg {
	fill: #e7711b;
}

.ytWrapper {
	display: block;
	text-align: center;
}

.ytWrapper.videoFormat {
	margin-top: 0;
}

.youtube-swapper {
	background-color: #000;
	position: relative;
	display: block;
	contain: content;
	background-position: center center;
	background-size: cover;
	cursor: pointer;
	margin: 0 auto;
	height: 100%;
	width: 100%;
}

.ytSize>iframe {
	width: 100%;
	height: 100%;
}

.ytSize {
	width: 90vw;
	height: 50.5vw;
	max-width: 560px;
	max-height: 315px;
	margin: 0 auto;
	position: relative;
}

.ytWrapper.mobileVid .ytSize {
	width: 53vw;
	height: 95vw;
	max-width: 337px;
	max-height: 599px;
}

.ytWrapper.mobileVid .youtube-swapper:before {
	background-position: top;
	background-repeat: repeat-x;
	background-size: contain;
	height: 100%;
	width: 100%;
	opacity: .5;
}

.pageFlexContent .ytWrapper {
	margin-bottom: 2em;
	margin-top: 2em;
}

.videoBox {
	margin-bottom: 1em;
}

@media (max-width: 768px) {
	.videoBox .ytWrapper .ytSize {
		width: 80vw;
		height: 45vw;
	}
}

@media (max-width: 768px)and (max-width: 500px) {
	.videoBox .ytWrapper .ytSize .youtube-swapper:before {
		height: 50%;
	}
}

.youtube-swapper:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADGCAYAAAAT+OqFAAAAdklEQVQoz42QQQ7AIAgEF/T/D+kbq/RWAlnQyyazA4aoAB4FsBSA/bFjuF1EOL7VbrIrBuusmrt4ZZORfb6ehbWdnRHEIiITaEUKa5EJqUakRSaEYBJSCY2dEstQY7AuxahwXFrvZmWl2rh4JZ07z9dLtesfNj5q0FU3A5ObbwAAAABJRU5ErkJggg==");
	background-position: top;
	background-repeat: repeat-x;
	height: 60px;
	height: 30%;
	width: 100%;
	transition: all .2s cubic-bezier(0, 0, .2, 1);
}

.youtube-swapper:after {
	content: "";
	display: block;
	padding-bottom: 56.25%;
	height: 100%;
}

.playbtn {
	width: 68px;
	height: 48px;
	position: absolute;
	cursor: pointer;
	transform: translate3d(-50%, -50%, 0);
	top: 50%;
	left: 50%;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0);
	background-image: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" viewBox=\"0 0 68 48\"><path fill=\"%23f00\" fill-opacity=\"0.8\" d=\"M66.52,7.74c-0.78-2.93-2.49-5.41-5.42-6.19C55.79,.13,34,0,34,0S12.21,.13,6.9,1.55 C3.97,2.33,2.27,4.81,1.48,7.74C0.06,13.05,0,24,0,24s0.06,10.95,1.48,16.26c0.78,2.93,2.49,5.41,5.42,6.19 C12.21,47.87,34,48,34,48s21.79-0.13,27.1-1.55c2.93-0.78,4.64-3.26,5.42-6.19C67.94,34.95,68,24,68,24S67.94,13.05,66.52,7.74z\"></path><path d=\"M 45,24 27,14 27,34\" fill=\"%23fff\"></path></svg>");
	transition: filter .1s cubic-bezier(0, 0, .2, 1);
	border: none;
	filter: none;
}

.playbtn.nitro-lazy {
	background-image: none !important;
}

.playbtn:focus, .playbtn:hover, .ytSize:hover .playbtn {
	filter: grayscale(100%);
}

.visually-hidden {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.landingExpectWrap {
	padding: 1em 0;
}

@media (max-width: 1029px) {
	.landingExpectFlex .landingExpectVid {
		padding-bottom: 2em;
	}
	
	.landingExpectFlex .landingExpectReviews {
		padding: 2em 1em;
		background: #eee;
	}
}

@media (min-width: 1030px) {
	.landingExpectFlex {
		display: flex;
		flex-wrap: wrap;
		margin: 0 auto;
		justify-content: space-around;
		-webkit-justify-content: space-evenly;
		max-width: 1250px;
	}
	
	.landingExpectFlex .landingExpectVid {
		width: 40%;
		max-width: 350px;
	}
	
	.landingExpectFlex .landingExpectReviews {
		width: 55%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		max-width: 850px;
	}
}

@media (min-width: 1250px) {
	.landingExpectFlex {
		justify-content: space-between;
	}
	
	.landingExpectFlex .landingExpectVid {
		width: 30%;
	}
	
	.landingExpectFlex .landingExpectReviews {
		width: 70%;
	}
}

.landingExpectFlex .landingReviewsTitle, .landingExpectFlex .landingExpectVidTitle {
	display: block;
	text-align: center;
	color: #a40308;
	font-size: 1.5em;
	font-weight: 600;
}

.reviewModuleWrap.landingReviewsWrap {
	padding: 5% 0;
}

@media (min-width: 1030px) {
	.reviewModuleWrap.landingReviewsWrap {
		padding: 5%;
	}
}

@media (max-width: 1399px) {
	.reviewIntroTitle.reviewIntroTitleTop {
		display: block;
		line-height: 1.2;
	}
}

@media (max-width: 1399px)and (max-width: 600px) {
	.reviewIntroTitle.reviewIntroTitleTop {
		font-size: 5vw;
		max-width: 15em;
		margin: 0 auto;
	}
}

@media (max-width: 1399px) {
	.reviewModuleWrap .reviewIntroTitle.reviewIntroTitleBottom {
		display: none;
	}
}

@media (min-width: 1400px) {
	.reviewIntroTitle.reviewIntroTitleTop {
		display: none;
	}
	
	.reviewModuleWrap .reviewIntroTitle.reviewIntroTitleBottom {
		display: block;
	}
}

.landing-reviews-slick .singleReview .reviewHeadline {
	font-weight: 500;
}

.landing-reviews-slick .singleReview .reviewBottom {
	padding: 0 .75em;
}

body.page-template-page-ppc-landing-page .home-slideshow .home-slideshow-inner .bannerTextLayerInner h1 {
	padding-right: 3em;
	line-height: 1;
	position: relative;
	max-width: 13.5em;
	padding-top: .25em;
	padding-bottom: .25em;
}

body.page-template-page-ppc-landing-page .home-slideshow .home-slideshow-inner .bannerTextLayerInner h1:after {
	position: absolute;
	background-image: url("https://cdn-ilcnbif.nitrocdn.com/ahhazbhGyKOJHMITOZWvdhujVcwKtEJQ/assets/images/optimized/rev-fab95d4/www.acshomeservices.com/wp-content/themes/tampa-heating-cooling-plumbing-electrical/img/10yrbest.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
	width: 2.75em;
	height: 100%;
	content: "";
	right: 0;
	top: 0;
}

body.page-template-page-ppc-landing-page .home-slideshow .home-slideshow-inner .bannerSubtextLayer .bannerOffer .zcMid .zcEstRest {
	line-height: 1.2;
}

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.custom-logo-link {
	display: inline-block;
}

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: .8075em 0;
}

.wp-caption-text {
	text-align: center;
}

.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
	display: none;
}

.infinity-end.neverending .site-footer {
	display: block;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: .875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

#primary[tabindex="-1"]:focus {
	outline: 0;
}

.alignleft {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.formFixedBG {
	position: fixed;
	z-index: 40000;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background: rgba(0, 0, 0, .6666666667);
}

.formFixedInner {
	width: 70%;
	background: rgba(17, 50, 86, .8509803922);
	padding: 20px;
	padding: 3em;
	border: #dcdcdc 3px solid;
	border-radius: 10px;
	max-width: 800px;
	position: relative;
}

.formFixedInner span {
	text-align: center;
	color: #fff;
	font-size: 26px;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 420px) {
	.formFixedInner span {
		font-size: 18px;
	}
}

@media (max-width: 350px) {
	.formFixedInner span {
		font-size: 12px;
	}
}

.formFixedBG label {
	color: #fff;
}

.formFixedBG p {
	display: flex;
	justify-content: center;
	margin-bottom: .3em;
	margin-top: .3em;
}

.formFixedBG .ajax-loader {
	display: none;
}

.formFixedBG .wpcf7-response-output {
	color: #fff;
}

#popUpExit {
	color: #000;
	background: #fff;
	padding: .2em .35em;
	border-radius: 3px;
	line-height: 1;
	transform: scale(.75);
	width: fit-content;
	font-size: 25px;
	cursor: pointer;
}

.exitWrap {
	display: flex;
	justify-content: flex-end;
	flex-direction: row;
	position: absolute;
	top: 0;
	right: 0;
}

.formFixedBG .wpcf7-submit {
	color: #fff;
	background: #113156;
	padding: .5em;
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	line-height: 1;
	width: 100%;
	cursor: pointer;
}

.formFixedBG .wpcf7-form {
	flex-direction: row;
	flex-direction: column;
	justify-content: space-between;
}

.formFixedBG .wpcf7-textarea {
	height: 2em;
	resize: none;
}

@media (max-width: 1626px) {
	.formFixedBG .wpcf7-textarea {
		height: 5em;
	}
}

@media (max-width: 350px) {
	.formFixedBG .wpcf7-textarea {
		height: 2em;
	}
}

.formFixedBG .popUpSubmitWrap {
	align-items: center;
	display: flex;
	margin-top: 1em;
	height: fit-content;
}

@media (max-width: 1626px) {
	.formFixedBG .popUpSubmitWrap {
		justify-content: center;
	}
}

.formFixedBG .wpcf7-text, .formFixedBG .wpcf7-form-control-wrap {
	width: 100%;
	padding: 5px;
}

.formFixedBG label {
	display: none;
}

.formFixedBG .wpcf7 form .wpcf7-response-output {
	height: fit-content;
}

@media (min-width: 1627px) {
	.formFixedBG .wpcf7 form .wpcf7-response-output {
		width: 10em;
		margin: 0;
	}
}

@media (max-width: 1626px) {
	.formFixedBG .wpcf7 form .wpcf7-response-output {
		text-align: center;
	}
}

@media (max-width: 400px) {
	.formFixedBG .wpcf7 form .wpcf7-response-output {
		margin: 0;
	}
}

.phoneButtonFormWrap {
	text-align: center;
	margin-top: 1em;
}

.phoneButtonFormWrap a {
	color: #fff;
	cursor: pointer;
}

.popUpSplitter {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.popUpSplitter .popUpSplit {
	width: 48%;
}

@media (max-width: 1150px) {
	.popUpSplitter .popUpSplit {
		width: 100%;
	}
}

.popUpSplitA {
	margin: auto 0;
}

@media (max-width: 1150px) {
	.popUpSplitA {
		display: none;
	}
}

.formFixedBG.earlyBirdPopup .wpcf7-form-control-wrap {
	padding: 5px 0;
}

.formFixedBG.earlyBirdPopup .wpcf7-form-control-wrap input {
	padding: 5px 5px;
}
/*# sourceMappingURL=slick.min.css.map */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
}

.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before, .slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	margin: 0 .6rem;
	display: none;
}

[dir=rtl] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
	width: auto;
	height: 4.5rem;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid rgba(0, 0, 0, 0);
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-loading .slick-list {
	background: #fff url("https://cdn-ilcnbif.nitrocdn.com/ahhazbhGyKOJHMITOZWvdhujVcwKtEJQ/assets/images/optimized/rev-fab95d4/www.acshomeservices.com/wp-content/themes/tampa-heating-cooling-plumbing-electrical/img/ajax-loader.gif") center center no-repeat;
}

.slick-prev, .slick-next {
	position: absolute;
	top: 50%;
	display: block;
	padding: 0;
	height: 20px;
	width: 20px;
	cursor: pointer;
	border: none;
	transform: translate(0, -50%);
}

.slick-loading .slick-list.nitro-lazy {
	background: none !important;
}

.slick-prev:hover .slick-prev-icon, .slick-prev:hover .slick-next-icon, .slick-prev:focus .slick-prev-icon, .slick-prev:focus .slick-next-icon, .slick-next:hover .slick-prev-icon, .slick-next:hover .slick-next-icon, .slick-next:focus .slick-prev-icon, .slick-next:focus .slick-next-icon {
	opacity: 1;
}

.slick-prev:focus, .slick-next:focus {
	top: calc(50% - 1px);
}

.slick-prev:focus .slick-prev-icon, .slick-prev:focus .slick-next-icon, .slick-next:focus .slick-prev-icon, .slick-next:focus .slick-next-icon {
	color: orange;
	font-size: 28px;
	margin-left: -2px;
}

.slick-prev.slick-disabled, .slick-next.slick-disabled {
	cursor: default;
}

.slick-prev.slick-disabled .slick-prev-icon, .slick-prev.slick-disabled .slick-next-icon, .slick-next.slick-disabled .slick-prev-icon, .slick-next.slick-disabled .slick-next-icon {
	opacity: .25;
}

.slick-prev .slick-prev-icon, .slick-prev .slick-next-icon, .slick-next .slick-prev-icon, .slick-next .slick-next-icon {
	display: block;
	color: #000;
	opacity: .75;
	font-family: "slick";
	font-size: 24px;
	line-height: 1;
}

.slick-prev .slick-prev-icon:before {
	content: "←";
}

[dir=rtl] .slick-prev .slick-prev-icon:before {
	content: "→";
}

.slick-next .slick-next-icon:before {
	content: "→";
}

[dir=rtl] .slick-next .slick-next-icon:before {
	content: "←";
}

.slick-slider {
	margin-bottom: 30px;
}

.slick-slider.slick-dotted {
	margin-bottom: 60px;
}

.slick-dots {
	position: absolute;
	bottom: -30px;
	display: block;
	padding: 0;
	margin: 0;
	width: 100%;
	list-style: none;
	text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0 5px;
	padding: 0;
}

.slick-dots li button {
	display: block;
	height: 20px;
	width: 20px;
	margin-top: -4px;
	margin-left: -4px;
	line-height: 0px;
	font-size: 0px;
	color: rgba(0, 0, 0, 0);
	border: 0;
	background: rgba(0, 0, 0, 0);
	cursor: pointer;
}

.slick-dots li button:hover .slick-dot-icon, .slick-dots li button:focus .slick-dot-icon {
	opacity: 1;
}

.slick-dots li button:focus .slick-dot-icon:before {
	color: orange;
}

.slick-dots li button .slick-dot-icon {
	color: #000;
	opacity: .25;
}

.slick-dots li button .slick-dot-icon:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "•";
	font-family: "slick";
	font-size: 12px;
	line-height: 1;
	text-align: center;
	transition: all .05s linear;
}

.slick-dots li.slick-active button:focus .slick-dot-icon {
	color: orange;
	opacity: 1;
}

.slick-dots li.slick-active button .slick-dot-icon {
	color: #000;
	opacity: 1;
}

.slick-dots li.slick-active button .slick-dot-icon:before {
	margin-top: -3px;
	margin-left: -2px;
	font-size: 18px;
}

.slick-sr-only {
	border: 0 !important;
	clip: rect(1px, 1px, 1px, 1px) !important;
	-webkit-clip-path: inset(50%) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important;
}

.slick-autoplay-toggle-button {
	position: absolute;
	left: 5px;
	bottom: -32px;
	z-index: 10;
	opacity: .75;
	background: none;
	border: 0;
	cursor: pointer;
	color: #000;
}

.slick-autoplay-toggle-button:hover, .slick-autoplay-toggle-button:focus {
	opacity: 1;
}

.slick-autoplay-toggle-button:focus {
	color: orange;
}

.slick-autoplay-toggle-button .slick-pause-icon:before {
	content: "⏸";
	width: 20px;
	height: 20px;
	font-family: "slick";
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
	text-align: center;
}

.slick-autoplay-toggle-button .slick-play-icon:before {
	content: "▶";
	width: 20px;
	height: 20px;
	font-family: "slick";
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
	text-align: center;
}
