/*# sourceMappingURL=style.css.map */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body[data-color-scheme=color-scheme-1], :root {
	--primaryColor: #2a2a2a;
	--primaryDarkerColor: #171717;
	--primaryLighterColor: #e4fbff;
	--secondaryColor: #53e7ff;
	--tertiaryColor: #0faac3;
	--text: #232a34;
	--bgColor: #f5f5f5;
	--hGradient: linear-gradient(90deg, var(--primaryColor) 0%, var(--secondaryColor) 30%, var(--tertiaryColor) 70%);
}

body[data-color-scheme=color-scheme-2], :root {
	--primaryColor: #52ad5b;
	--primaryDarkerColor: #316a37;
	--primaryLighterColor: rgba(255, 167, 3, .1);
	--secondaryColor: #b97900;
	--tertiaryColor: #f3b744;
	--text: #232a34;
	--bgColor: #f5f5f5;
	--hGradient: linear-gradient(90deg, var(--primaryColor) 0%, var(--secondaryColor) 30%, var(--tertiaryColor) 70%);
}

body[data-color-scheme=color-scheme-3], :root {
	--primaryColor: #592b83;
	--primaryDarkerColor: #3a1c57;
	--primaryLighterColor: #d7c9e4;
	--secondaryColor: #ffc42a;
	--tertiaryColor: #2a8dde;
	--text: #232a34;
	--bgColor: #f5f5f5;
	--hGradient: linear-gradient(90deg, var(--primaryColor) 0%, var(--secondaryColor) 30%, var(--tertiaryColor) 70%);
}

body, * {
	font-family: "Lato", sans-serif;
}

a {
	text-decoration: none;
	color: var(--tertiaryColor);
	transition: color .2s ease-in-out;
}

a:hover {
	color: var(--secondaryColor);
}

p {
	font-family: "Lato", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 28px;
	line-height: 1.75rem;
	margin-bottom: 30px;
}

p:last-child {
	margin-bottom: 0;
}

@media (min-width: 768px) {
	p {
		font-family: "Lato", sans-serif;
		font-size: 18px;
		font-size: 1.125rem;
		font-weight: 400;
		line-height: 36px;
		line-height: 2.25rem;
	}
}

.sitemap-item a {
	color: #0faac3;
}

.content ol, .content ul {
	margin-left: 30px;
	margin-bottom: 30px;
}

@media (min-width: 1280px) {
	.content ol, .content ul {
		margin-left: 50px;
	}
}

.content li {
	margin-bottom: 20px;
	font-family: "Lato", sans-serif;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 30px;
	line-height: 1.875rem;
}

.content .breadcrumbs:last-of-type {
	margin: 0 0 30px 0;
}

.btn, .gform_button {
	box-sizing: border-box;
	display: inline-block;
	text-align: center;
	font-family: "Lato", sans-serif;
	font-size: 14px;
	font-size: .875rem;
	font-weight: 700;
	line-height: 22px;
	line-height: 1.375rem;
	text-transform: uppercase;
	letter-spacing: 1.4px;
	padding: 20px 20px;
	transition: color .2s ease-in-out, background-color .2s ease-in-out;
	background-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	border: solid 1px #fff;
	color: #fff;
}

.btn:hover, .gform_button:hover {
	color: #fff;
	background-color: var(--tertiaryColor);
}

.btn.btn-tertiary, .gform_button.btn-tertiary {
	background-color: var(--secondaryColor);
	border: 1px solid var(--secondaryColor);
	color: var(--text);
}

.btn.btn-tertiary:hover, .gform_button.btn-tertiary:hover {
	background-color: var(--tertiaryColor);
	border: 1px solid var(--tertiaryColor);
}

@media (min-width: 768px) {
	.btn, .gform_button {
		font-size: 18px;
		font-size: 1.125rem;
		line-height: 26px;
		line-height: 1.625rem;
		letter-spacing: 1.8px;
		padding: 20px 30px;
	}
}

@media (min-width: 1300px) {
	.btn, .gform_button {
		font-size: 20px;
		font-size: 1.25rem;
		line-height: 30px;
		line-height: 1.875rem;
		letter-spacing: 3px;
	}
}

.call-us-cta {
	font-family: "Montserrat", sans-serif;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 30px;
	line-height: 1.875rem;
	color: var(--secondaryColor);
	border-left: 6px solid var(--tertiaryColor);
	padding-left: 35px;
}

.call-us-cta a {
	color: var(--secondaryColor);
}

.call-us-cta a:hover {
	color: var(--tertiaryColor);
}

@media (min-width: 768px) {
	.call-us-cta {
		font-family: "Montserrat", sans-serif;
		font-size: 28px;
		font-size: 1.75rem;
		line-height: 34px;
		line-height: 2.125rem;
	}
}

@media (min-width: 1300px) {
	.call-us-cta {
		font-family: "Montserrat", sans-serif;
		font-size: 36px;
		font-size: 2.25rem;
		line-height: 44px;
		line-height: 2.75rem;
	}
}

.hero-title {
	font-family: "Montserrat", sans-serif;
	font-size: 34px;
	font-size: 2.125rem;
	font-weight: 700;
	line-height: 38px;
	line-height: 2.375rem;
	color: #fff;
	display: block;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 330px;
}

@media (min-width: 768px) {
	.hero-title {
		font-size: 44px;
		font-size: 2.75rem;
		line-height: 60px;
		line-height: 3.75rem;
	}
}

@media (min-width: 1100px) {
	.hero-title {
		margin-bottom: 0;
	}
}

@media (min-width: 1300px) {
	.hero-title {
		margin-bottom: 0;
		font-family: "Montserrat", sans-serif;
		font-size: 66px;
		font-size: 4.125rem;
		font-weight: 700;
		line-height: 74px;
		line-height: 4.625rem;
	}
}

.hero-subtitle {
	font-family: "Lato", sans-serif;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 40px;
	line-height: 2.5rem;
	color: #fff;
	display: block;
}

@media (min-width: 1300px) {
	.hero-subtitle {
		font-size: 24px;
		font-size: 1.5rem;
		line-height: 46px;
		line-height: 2.875rem;
		margin-bottom: 50px;
	}
}

.tagline {
	font-family: "Lato", sans-serif;
	font-size: 14px;
	font-size: .875rem;
	font-weight: 500;
	display: block;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 25px;
	line-height: 1.5625rem;
	color: var(--tertiaryColor);
	position: relative;
	margin-bottom: 30px;
}

.tagline.alt {
	color: var(--tertiaryColor);
}

.tagline.alt::before {
	border-color: var(--tertiaryColor);
}

.tagline.bigger {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 600;
	padding-left: 0;
}

.tagline.bigger::before {
	display: none;
}

@media (min-width: 768px) {
	.tagline {
		letter-spacing: 1.5px;
	}
	
	.tagline::before {
		width: 30px;
	}
}

@media (min-width: 1300px) {
	.tagline {
		font-size: 18px;
		font-size: 1.125rem;
		letter-spacing: 2px;
		margin-bottom: 50px;
	}
	
	.tagline.bigger {
		font-size: 18px;
		font-size: 1.125rem;
		font-weight: 600;
	}
	
	.tagline::before {
		width: 40px;
	}
}

.sideline {
	font-family: "Lato", sans-serif;
	font-size: 14px;
	font-size: .875rem;
	font-weight: 400;
	display: block;
	color: var(--secondaryColor);
	margin-bottom: 35px;
	text-transform: uppercase;
	letter-spacing: 1.8px;
	display: block;
}

@media (min-width: 1300px) {
	.sideline {
		font-size: 24px;
		font-size: 1.5rem;
	}
}

.section-title {
	font-family: "Montserrat", sans-serif;
	font-size: 38px;
	font-size: 2.375rem;
	font-weight: 700;
	line-height: 50px;
	line-height: 3.125rem;
	color: var(--primaryColor);
	margin-bottom: 30px;
	display: block;
}

@media (min-width: 768px) {
	.section-title {
		font-family: "Montserrat", sans-serif;
		font-size: 48px;
		font-size: 3rem;
		font-weight: 700;
		line-height: 64px;
		line-height: 4rem;
	}
}

@media (min-width: 1300px) {
	.section-title {
		font-family: "Montserrat", sans-serif;
		font-size: 72px;
		font-size: 4.5rem;
		font-weight: 700;
		line-height: 80px;
		line-height: 5rem;
	}
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6, .content .h1, .content .h2, .content .h3, .content .h4, .content .h5, .content .h6 {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	margin-bottom: 30px;
	color: var(--primaryDarkerColor);
	letter-spacing: 1px;
}

.content.inverse h1, .content.inverse h2, .content.inverse h3, .content.inverse h4, .content.inverse h5, .content.inverse h6, .content.inverse .h1, .content.inverse .h2, .content.inverse .h3, .content.inverse .h4, .content.inverse .h5, .content.inverse .h6, .content.inverse p, .content.inverse li {
	color: #fff;
}

.content h1, .content .h1 {
	font-size: 38px;
	font-size: 2.375rem;
	color: var(--primaryColor);
	line-height: 50px;
	line-height: 3.125rem;
}

@media (min-width: 768px) {
	.content h1, .content .h1 {
		font-size: 48px;
		font-size: 3rem;
		line-height: 64px;
		line-height: 4rem;
	}
}

@media (min-width: 1300px) {
	.content h1, .content .h1 {
		font-size: 72px;
		font-size: 4.5rem;
		line-height: 80px;
		line-height: 5rem;
	}
}

.content h2, .content .h2 {
	font-size: 28px;
	font-size: 1.75rem;
	color: var(--primaryColor);
	line-height: 40px;
	line-height: 2.5rem;
}

@media (min-width: 768px) {
	.content h2, .content .h2 {
		font-size: 38px;
		font-size: 2.375rem;
		line-height: 54px;
		line-height: 3.375rem;
	}
}

@media (min-width: 1300px) {
	.content h2, .content .h2 {
		font-size: 50px;
		font-size: 3.125rem;
		line-height: 60px;
		line-height: 3.75rem;
	}
}

.content h3, .content .h3 {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 32px;
	line-height: 2rem;
}

@media (min-width: 768px) {
	.content h3, .content .h3 {
		line-height: 36px;
		line-height: 2.25rem;
	}
}

@media (min-width: 1300px) {
	.content h3, .content .h3 {
		font-size: 36px;
		font-size: 2.25rem;
		line-height: 44px;
		line-height: 2.75rem;
	}
}

.content h4, .content h5, .content h6, .content .h4, .content .h5, .content .h6 {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 26px;
	line-height: 1.625rem;
}

@media (min-width: 1300px) {
	.content h4, .content h5, .content h6, .content .h4, .content .h5, .content .h6 {
		font-size: 24px;
		font-size: 1.5rem;
		line-height: 32px;
		line-height: 2rem;
	}
}

.locations-title {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	margin-bottom: 30px;
	color: var(--secondaryColor);
	letter-spacing: 1px;
	font-size: 38px;
	font-size: 2.375rem;
	line-height: 50px;
	line-height: 3.125rem;
}

@media (min-width: 768px) {
	.locations-title {
		font-size: 48px;
		font-size: 3rem;
		line-height: 64px;
		line-height: 4rem;
	}
}

@media (min-width: 1300px) {
	.locations-title {
		font-size: 72px;
		font-size: 4.5rem;
		line-height: 80px;
		line-height: 5rem;
	}
}

.lower-content .title {
	font-family: "Montserrat", sans-serif;
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: 700;
	line-height: 48px;
	line-height: 3rem;
	color: var(--primaryColor);
}

@media (min-width: 1300px) {
	.lower-content .title {
		font-family: "Montserrat", sans-serif;
		font-size: 48px;
		font-size: 3rem;
		line-height: 60px;
		line-height: 3.75rem;
	}
}

@media (min-width: 768px) {
	.lower-content .columns {
		-moz-column-count: 2;
		column-count: 2;
		-moz-column-gap: 30px;
		column-gap: 30px;
	}
}

@media (min-width: 1300px) {
	.lower-content .columns {
		-moz-column-gap: 50px;
		column-gap: 50px;
	}
}

.section-subtitle, .validation_error, .validation_message {
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-size: .875rem;
	font-weight: 700;
	line-height: 16px;
	line-height: 1rem;
	color: var(--secondaryColor);
	letter-spacing: 1px;
	display: block;
}

hr.h-gradient {
	background: var(--hGradient);
	height: 6px;
	border: 0;
}

.internal-hero-title {
	font-family: "Montserrat", sans-serif;
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 42px;
	line-height: 2.625rem;
	color: var(--secondaryColor);
	text-transform: uppercase;
	margin-bottom: 30px;
}

@media (min-width: 1300px) {
	.internal-hero-title {
		font-family: "Montserrat", sans-serif;
		font-size: 72px;
		font-size: 4.5rem;
		line-height: 80px;
		line-height: 5rem;
	}
}

.widget-title {
	font-family: "Montserrat", sans-serif;
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 26px;
	line-height: 1.625rem;
	color: var(--primaryColor);
	letter-spacing: 1px;
}

@media (min-width: 1300px) {
	.widget-title {
		font-family: "Montserrat", sans-serif;
		font-size: 32px;
		font-size: 2rem;
		line-height: 44px;
		line-height: 2.75rem;
	}
}

.sidebar .widget ul {
	list-style: none;
}

.sidebar .widget ul li {
	font-family: "Lato", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	line-height: 20px;
	line-height: 1.25rem;
	padding: 30px 0;
	border-bottom: 1px solid #ccd0d9;
}

.sidebar .widget ul li:last-child {
	border-bottom-width: 0;
	padding-bottom: 0;
}

.sidebar .widget ul li a {
	display: block;
	color: var(--text);
}

.sidebar .widget ul li a:hover {
	color: var(--tertiaryColor);
}

.sidebar .widget ul li .sub-menu {
	margin: 15px 0 0 20px;
}

.sidebar .widget.widget_nav_menu .widget-title {
	margin-bottom: 20px;
}

.sidebar .widget.widget_heading_text_widget .text {
	font-family: "Montserrat", sans-serif;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 40px;
	line-height: 2.5rem;
	color: var(--secondaryColor);
	display: block;
}

@media (min-width: 1300px) {
	.sidebar .widget ul li {
		font-family: "Lato", sans-serif;
		font-size: 24px;
		font-size: 1.5rem;
		line-height: 30px;
		line-height: 1.875rem;
	}
	
	.sidebar .widget.widget_heading_text_widget .text {
		font-family: "Montserrat", sans-serif;
		font-size: 40px;
		font-size: 2.5rem;
		line-height: 52px;
		line-height: 3.25rem;
	}
}

#theme-options {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100vw;
	height: auto;
	background-color: #fff;
	z-index: 9999;
	padding: 50px 50px 50px 50px;
	box-shadow: none;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0);
	transition: all .5s ease-in-out;
	transform: translateY(-95%);
	overflow-y: scroll;
	opacity: 0;
}

@media (max-width: 767px) {
	#theme-options {
		padding: 30px 20px 10px 20px;
		max-height: calc(100% - 50px);
		transform: translateY(-95%);
	}
}

#theme-options:hover {
	transform: translateY(0px);
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, .2);
	opacity: 1;
}

#theme-options .inner {
	max-width: 1000px;
	margin: 0 auto 0 auto;
}

@media (max-width: 767px) {
	#theme-options .inner {
		max-width: 100%;
	}
}

#theme-options .inner .options-title {
	font-family: "Lato", sans-serif;
	font-weight: 700;
	font-size: 33px;
	line-height: 45px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 20px;
	color: rgba(var(--primaryColor), 1);
	text-align: center;
}

#theme-options .inner .instructions {
	text-transform: uppercase;
	font-family: "Oswald", sans-serif;
	letter-spacing: 2px;
	font-size: 20px;
	color: rgba(var(--primaryColor), 1);
	text-align: center;
	margin-bottom: 20px;
}

#theme-options .inner .colors-option .colors {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 24px;
}

@media (max-width: 767px) {
	#theme-options .inner .colors-option .colors {
		flex-direction: column;
		margin-top: 30px;
	}
}

#theme-options .inner .colors-option .colors .scheme {
	text-align: center;
	cursor: pointer;
	padding: 30px 30px 30px 30px;
	transition: background-color .25s cubic-bezier(.17, .66, .34, .98);
}

@media (max-width: 767px) {
	#theme-options .inner .colors-option .colors .scheme {
		width: 100%;
		margin-bottom: 20px;
		padding: 20px 20px 20px 20px;
	}
}

#theme-options .inner .colors-option .colors .scheme .scheme-title {
	text-align: center;
	font-family: "Lato", sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 25px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 18px;
}

#theme-options .inner .colors-option .colors .scheme .swatch-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media (max-width: 767px) {
	#theme-options .inner .colors-option .colors .scheme .swatch-wrapper {
		max-width: 250px;
		margin: 0 auto;
	}
}

#theme-options .inner .colors-option .colors .scheme .swatch-wrapper .color {
	width: 50px;
	height: 50px;
	background-color: #000;
}

#theme-options .inner .colors-option .colors .scheme .swatch-wrapper .color.secondary {
	margin: 0px 10px;
}

#theme-options .inner .colors-option .colors .scheme.color-scheme-1 .swatch-wrapper .primary {
	background-color: #0a3686;
}

#theme-options .inner .colors-option .colors .scheme.color-scheme-1 .swatch-wrapper .secondary {
	background-color: #00d7e0;
}

#theme-options .inner .colors-option .colors .scheme.color-scheme-1 .swatch-wrapper .tertiary {
	background-color: #ff4454;
}

#theme-options .inner .colors-option .colors .scheme.color-scheme-2 .swatch-wrapper .primary {
	background-color: #52ad5b;
}

#theme-options .inner .colors-option .colors .scheme.color-scheme-2 .swatch-wrapper .secondary {
	background-color: #b97900;
}

#theme-options .inner .colors-option .colors .scheme.color-scheme-2 .swatch-wrapper .tertiary {
	background-color: #f3b744;
}

#theme-options .inner .colors-option .colors .scheme.color-scheme-3 .swatch-wrapper .primary {
	background-color: #592b83;
}

#theme-options .inner .colors-option .colors .scheme.color-scheme-3 .swatch-wrapper .secondary {
	background-color: #3a1c57;
}

#theme-options .inner .colors-option .colors .scheme.color-scheme-3 .swatch-wrapper .tertiary {
	background-color: #d7c9e4;
}

#theme-options .inner .colors-option .colors .scheme.active, #theme-options .inner .colors-option .colors .scheme:hover {
	background-color: #f4f4f4;
}

#theme-options .inner .video-option {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}

#theme-options .inner .video-option .instructions {
	margin-bottom: 0px;
}

#theme-options .inner .video-option .checkbox {
	width: 20px;
	height: 20px;
	border: 2px solid var(--primaryColor);
	margin-left: 15px;
	background-color: var(--bgColor);
	cursor: pointer;
}

#theme-options .inner .video-option .checkbox.active {
	background-color: var(--secondaryColor);
}

.container {
	max-width: 1440px;
	width: 90%;
	margin: 0 auto;
	position: relative;
}

.top-bar {
	z-index: 888;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	background-color: #fff;
}

.mobile-phone {
	padding: 15px;
	text-align: center;
	background-color: var(--primaryColor);
}

.mobile-phone a {
	color: var(--secondaryColor);
	display: inline-block;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
}

.mobile-phone a:hover {
	color: var(--secondaryColor);
}

@media (min-width: 1200px) {
	.mobile-phone {
		display: none;
	}
}

.site-header {
	margin-bottom: 6px;
	position: relative;
}

.site-header .header-wrapper {
	max-width: 1440px;
	margin: 0 auto;
}

.site-header .header-top {
	padding: 15px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media (min-width: 768px) {
	.site-header .header-top {
		padding: 20px;
	}
}

.site-header .site-logo {
	width: 200px;
}

.site-header .site-logo a {
	display: block;
}

.site-header .site-logo img, .site-header .site-logo svg {
	display: block;
	width: 100%;
	height: auto;
}

.site-header .nav-button {
	width: 39px;
	height: 29px;
	position: relative;
	transform: rotate(0deg);
	transition: .5s ease-in-out;
	cursor: pointer;
}

.site-header .nav-button span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: var(--primaryColor);
	border-radius: 9px;
	opacity: 1;
	left: 0;
	transform: rotate(0deg);
	transition: .25s ease-in-out;
}

.site-header .nav-button span:nth-child(1) {
	top: 0px;
}

.site-header .nav-button span:nth-child(2), .site-header .nav-button span:nth-child(3) {
	top: 13px;
}

.site-header .nav-button span:nth-child(4) {
	top: 26px;
}

.site-header .nav-button.open span:nth-child(1) {
	top: 18px;
	width: 0%;
	left: 50%;
}

.site-header .nav-button.open span:nth-child(2) {
	transform: rotate(45deg);
}

.site-header .nav-button.open span:nth-child(3) {
	transform: rotate(-45deg);
}

.site-header .nav-button.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}

@media (min-width: 1200px) {
	.site-header .header-bottom {
		padding: 20px;
	}
}

.site-header .header-bottom .phone-bar {
	align-items: center;
	justify-content: center;
	display: none;
}

.site-header .header-bottom .phone-bar .text {
	display: none;
}

.site-header .header-bottom .phone-bar .phone {
	color: var(--tertiaryColor);
	display: inline-block;
	font-size: 21px;
	font-size: 1.3125rem;
	font-weight: 900;
}

.site-header .header-bottom .phone-bar .phone:hover {
	color: var(--secondaryColor);
}

@media (min-width: 1200px) {
	.site-header .header-bottom .phone-bar {
		letter-spacing: 2px;
		justify-content: flex-end;
		display: flex;
	}
	
	.site-header .header-bottom .phone-bar .text {
		color: var(--primaryColor);
		text-transform: uppercase;
		display: inline-block;
		margin-right: 15px;
		font-size: 20px;
		font-size: 1.25rem;
		font-weight: 600;
	}
	
	.site-header .header-bottom .phone-bar .phone {
		font-size: 20px;
		font-size: 1.25rem;
	}
}

@media (min-width: 1440px) {
	.site-header .header-bottom .phone-bar .text {
		font-size: 20px;
		font-size: 1.25rem;
	}
	
	.site-header .header-bottom .phone-bar .phone {
		font-size: 20px;
		font-size: 1.25rem;
	}
}

.site-header .header-bottom .site-nav {
	display: none;
	position: relative;
	max-height: calc(100vh - 131px);
	overflow-y: auto;
}

@media (min-width: 1200px) {
	.site-header .header-bottom .site-nav {
		overflow: visible;
		max-height: none;
	}
}

.site-header .header-bottom .site-nav ul {
	padding: 10px 25px 0;
	list-style: none;
}

.site-header .header-bottom .site-nav ul li {
	border-bottom: solid 1px var(--bgColor);
	font-size: 16px;
	font-size: 1rem;
}

.site-header .header-bottom .site-nav ul li a {
	padding: 20px 0;
	display: block;
	color: var(--primaryColor);
}

.site-header .header-bottom .site-nav ul li a:hover {
	color: var(--secondaryColor);
}

.site-header .header-bottom .site-nav ul li.current_page_item a, .site-header .header-bottom .site-nav ul li.current_page_ancestor a {
	color: var(--tertiaryColor);
}

.site-header .header-bottom .site-nav ul li.menu-item-has-children {
	position: relative;
}

.site-header .header-bottom .site-nav ul li.menu-item-has-children>a span {
	display: inline-block;
	position: relative;
	padding-right: 15px;
}

.site-header .header-bottom .site-nav ul li.menu-item-has-children>a span::after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
	height: 4px;
	background-color: var(--primaryDarkerColor);
	-webkit-clip-path: polygon(4px 4px, 0px 0px, 8px 0px);
	clip-path: url("#menuDropdown");
}

.site-header .header-bottom .site-nav ul li.menu-item-has-children .sub-menu {
	display: none;
	padding-top: 0;
}

.site-header .header-bottom .site-nav ul li.menu-item-has-children .sub-menu.open {
	display: block;
	border-bottom: 0;
}

.site-header .header-bottom .site-nav ul.sub-menu {
	display: none;
}

.site-header .header-bottom .site-nav ul.sub-menu.open {
	display: block;
}

.site-header::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -6px;
	height: 6px;
	background: var(--hGradient);
}

@media (min-width: 1200px) {
	.site-header .header-wrapper {
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		align-items: stretch;
	}
	
	.site-header .header-top {
		display: block;
		margin: 0;
	}
	
	.site-header .site-logo {
		width: 300px;
	}
	
	.site-header .nav-button {
		display: none;
	}
	
	.site-header .header-bottom {
		display: flex;
		flex-flow: column;
		justify-content: space-between;
	}
	
	.site-header .header-bottom .site-nav {
		display: block;
		position: static;
	}
	
	.site-header .header-bottom .site-nav ul {
		padding: 0;
	}
	
	.site-header .header-bottom .site-nav ul li {
		display: inline-block;
		color: var(--primaryColor);
		margin-right: 15px;
		border-bottom: 0;
		font-size: 16px;
		font-size: 1rem;
		line-height: 18px;
		line-height: 1.125rem;
		font-weight: bold;
	}
	
	.site-header .header-bottom .site-nav ul li a {
		padding: 0;
	}
	
	.site-header .header-bottom .site-nav ul li:last-child {
		margin-right: 0;
	}
	
	.site-header .header-bottom .site-nav ul li.menu-item-has-children .sub-menu {
		display: none;
	}
	
	.site-header .header-bottom .site-nav ul li.menu-item-has-children .sub-menu.open {
		display: none;
	}
	
	.site-header .header-bottom .site-nav ul li.menu-item-has-children:hover .sub-menu {
		display: block;
		position: absolute;
		width: 200px;
		top: 0%;
		padding: 40px 0 0;
		z-index: 2;
	}
	
	.site-header .header-bottom .site-nav ul li.menu-item-has-children:hover .sub-menu li {
		display: block;
		background-color: #fff;
		margin-right: 0;
		padding: 0 20px;
		font-weight: normal;
		border-left: 1px solid #f5f5f5;
		border-right: 1px solid #f5f5f5;
	}
	
	.site-header .header-bottom .site-nav ul li.menu-item-has-children:hover .sub-menu li .sub-menu {
		display: none;
	}
	
	.site-header .header-bottom .site-nav ul li.menu-item-has-children:hover .sub-menu li a {
		padding: 15px 0;
		display: block;
		border-bottom: 1px solid #f5f5f5;
		color: var(--text);
	}
	
	.site-header .header-bottom .site-nav ul li.menu-item-has-children:hover .sub-menu li:first-child {
		padding-top: 7px;
	}
	
	.site-header .header-bottom .site-nav ul li.menu-item-has-children:hover .sub-menu li:last-child {
		padding-bottom: 7px;
		border-bottom: 1px solid #f5f5f5;
	}
	
	.site-header .header-bottom .site-nav ul li.menu-item-has-children:hover .sub-menu li:last-child a {
		border-bottom: 0 solid rgba(0, 0, 0, 0);
	}
	
	.site-header .header-bottom .site-nav ul li.menu-item-has-children:hover .sub-menu li:hover a {
		color: var(--secondaryColor);
	}
}

@media (min-width: 1440px) {
	.site-header .header-bottom .site-nav ul li {
		margin-right: 20px;
		font-size: 18px;
		font-size: 1.125rem;
		line-height: 20px;
		line-height: 1.25rem;
	}
}

@media (min-width: 768px) {
	.flex-grid-thirds {
		display: flex;
		justify-content: space-between;
		flex-flow: row wrap;
	}
	
	.flex-grid-thirds .col {
		flex: 0 0 49%;
	}
}

@media (min-width: 1100px) {
	.flex-grid-thirds .col {
		flex: 0 0 32%;
	}
}

.site-footer {
	position: relative;
	background-color: var(--primaryColor);
}

.site-footer .filter {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	filter: brightness(101%) saturate(101%);
	z-index: 0;
}

.site-footer .filter::before {
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	pointer-events: none;
	mix-blend-mode: multiply;
	background: #0a369a;
}

.site-footer .site-footer-inner {
	padding: 50px 20px;
	position: relative;
	z-index: 1;
	max-width: 1430px;
	margin: 0 auto;
}

.site-footer .site-footer-inner .tagline {
	color: #fff;
}

.site-footer .site-footer-inner .section-title {
	color: var(--secondaryColor);
	max-width: 800px;
}

.site-footer .site-footer-inner .single-location-form .location {
	margin-bottom: 30px;
}

.site-footer .site-footer-inner .single-location-form .location:last-of-type {
	margin-bottom: 0;
}

.site-footer .site-footer-inner .single-location-form .location .info {
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-size: 1rem;
	line-height: 17px;
	letter-spacing: 1px;
	padding: 15px 20px;
	margin-bottom: 20px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}

.site-footer .site-footer-inner .single-location-form .location .info a {
	color: #fff;
	margin: 0 10px;
}

.site-footer .site-footer-inner .single-location-form .location .info a.icon {
	margin-right: 20px;
}

.site-footer .site-footer-inner .single-location-form .location .info a.icon svg path, .site-footer .site-footer-inner .single-location-form .location .info a.icon svg circle {
	fill: var(--secondaryColor);
}

.site-footer .site-footer-inner .single-location-form .location .info span.icon {
	margin-right: 20px;
}

.site-footer .site-footer-inner .single-location-form .location .info span.icon svg path, .site-footer .site-footer-inner .single-location-form .location .info span.icon svg circle {
	stroke: var(--secondaryColor);
}

.site-footer .site-footer-inner .single-location-form .location .info.social {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}

.site-footer .site-footer-inner .single-location-form .location .info.social a {
	display: block;
	margin: 0;
}

.site-footer .site-footer-inner .single-location-form .location .info.social a svg {
	display: flex;
}

.site-footer .site-footer-inner .form .gform_wrapper .gform_fields {
	list-style: none;
}

.site-footer .site-footer-inner .form .gform_wrapper .gfield label {
	display: none;
}

.site-footer .site-footer-inner .form .gform_wrapper .gfield .ginput_container {
	margin-bottom: 15px;
}

.site-footer .site-footer-inner .form .gform_wrapper .gfield .ginput_container input, .site-footer .site-footer-inner .form .gform_wrapper .gfield .ginput_container textarea {
	box-sizing: border-box;
	width: 100%;
	background-color: var(--bgColor);
	color: #232a34;
	opacity: 1;
	border: 0;
	font-weight: 600;
	font-size: 16px;
	font-size: 1rem;
	padding: 20px;
}

.site-footer .site-footer-inner .form .gform_wrapper .gfield .ginput_container textarea {
	height: 200px;
}

.site-footer .site-footer-inner .form .gform_wrapper .gfield--type-choice {
	margin-bottom: 20px;
	flex-basis: 100% !important;
}

.site-footer .site-footer-inner .form .gform_wrapper .gfield--type-choice .ginput_container {
	display: flex;
}

.site-footer .site-footer-inner .form .gform_wrapper .gfield--type-choice [type=checkbox] {
	width: 16px !important;
	height: 16px;
	margin-top: 9px;
	display: block;
	border-radius: none;
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox;
}

.site-footer .site-footer-inner .form .gform_wrapper .gfield--type-choice .gform-field-label:not(.gfield_label_before_complex) {
	margin: 5px 10px;
	display: block;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	color: #fff;
}

.site-footer .site-footer-inner .form .gform_wrapper .gform_footer {
	margin-top: 30px;
}

.site-footer .site-footer-inner .form .gform_wrapper .gform_footer .gform_button {
	width: 100%;
	border-color: #fff;
	border-width: 2px;
	color: #fff;
	font-size: 16px;
	font-size: 1rem;
}

.site-footer .site-footer-inner .multiple-locations {
	margin-top: 50px;
}

.site-footer .site-footer-inner .multiple-locations .locations .item {
	box-sizing: border-box;
	background-color: #000;
	padding: 20px;
	margin-bottom: 50px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	color: #fff;
}

.site-footer .site-footer-inner .multiple-locations .locations .item a {
	color: #fff;
}

.site-footer .site-footer-inner .multiple-locations .locations .item a:hover {
	color: var(--tertiaryColor);
}

.site-footer .site-footer-inner .multiple-locations .locations .item p {
	margin-bottom: 10px;
	line-height: 26px;
	line-height: 1.625rem;
	margin-bottom: 0;
}

.site-footer .site-footer-inner .multiple-locations .locations .item p.scp a {
	color: var(--secondaryColor);
}

.site-footer .site-footer-inner .multiple-locations .locations .item p.scp a:hover {
	color: var(--tertiaryColor);
}

.site-footer .site-footer-inner .multiple-locations .locations .item .name {
	font-weight: 700;
	font-size: 26px;
	font-size: 1.625rem;
	margin-bottom: 30px;
	color: var(--secondaryColor);
}

.site-footer .site-footer-inner .multiple-locations .locations .item .name a {
	color: var(--secondaryColor);
}

.site-footer .site-footer-inner .multiple-locations .locations .item .name a:hover {
	color: var(--tertiaryColor);
}

.site-footer .site-footer-inner .multiple-locations .locations .item .info-box {
	margin-bottom: 20px;
}

.site-footer .site-footer-inner .multiple-locations .locations .item .info-box .label {
	margin-bottom: 0;
	color: var(--secondaryColor);
}

.site-footer .site-footer-inner .multiple-locations .locations .item .map {
	height: 270px;
	position: relative;
}

.site-footer .site-footer-inner .multiple-locations .locations .item .map iframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.site-footer .site-footer-inner .social-networks {
	margin-top: 30px;
	display: flex;
	justify-content: center;
	gap: 15px;
}

.site-footer .site-footer-inner .social-networks svg {
	fill: var(--secondaryColor);
	transition: all .2s ease-in-out;
}

.site-footer .site-footer-inner .social-networks svg:hover {
	fill: var(--tertiaryColor);
}

@media (min-width: 768px) {
	.site-footer .site-footer-inner {
		padding: 100px 30px 60px;
	}
	
	.site-footer .site-footer-inner .section-title {
		margin-bottom: 50px;
	}
	
	.site-footer .site-footer-inner .single-location-form .location {
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
	}
	
	.site-footer .site-footer-inner .single-location-form .location .info {
		margin-bottom: 0;
		flex: 1 1 auto;
	}
	
	.site-footer .site-footer-inner .single-location-form .location .info:last-child {
		margin-right: 0;
	}
	
	.site-footer .site-footer-inner .form .gform_wrapper .gform_validation_errors {
		display: none;
	}
	
	.site-footer .site-footer-inner .form .gform_wrapper .validation_error, .site-footer .site-footer-inner .form .gform_wrapper .validation_message {
		margin-bottom: 20px;
		margin-top: 5px;
		color: var(--secondaryColor);
	}
	
	.site-footer .site-footer-inner .form .gform_wrapper .gform_fields {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
	}
	
	.site-footer .site-footer-inner .form .gform_wrapper .gform_fields .gfield {
		flex: 0 1 49%;
	}
	
	.site-footer .site-footer-inner .form .gform_wrapper .gform_fields .gfield .ginput_container input, .site-footer .site-footer-inner .form .gform_wrapper .gform_fields .gfield .ginput_container textarea {
		padding: 30px;
		margin-bottom: 10px;
	}
	
	.site-footer .site-footer-inner .form .gform_wrapper .gform_fields .gfield.full-width {
		flex: 0 0 100%;
	}
	
	.site-footer .site-footer-inner .form .gform_wrapper .gform_footer .gform_button {
		width: auto;
	}
	
	.site-footer .site-footer-inner .multiple-locations {
		margin-top: 100px;
	}
	
	.site-footer .site-footer-inner .multiple-locations .locations {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		align-items: stretch;
	}
	
	.site-footer .site-footer-inner .multiple-locations .locations .item {
		padding: 40px;
		flex: 0 0 calc(50% - 15px);
	}
	
	.site-footer .site-footer-inner .multiple-locations .locations .item:first-of-type {
		flex: 0 0 100%;
		display: flex;
		flex-flow: row nowrap;
		align-items: stretch;
		justify-content: space-between;
	}
	
	.site-footer .site-footer-inner .multiple-locations .locations .item:first-of-type .info {
		flex: 1;
	}
	
	.site-footer .site-footer-inner .multiple-locations .locations .item:first-of-type .map {
		flex: 1;
		height: auto;
	}
}

@media (min-width: 1100px) {
	.site-footer .site-footer-inner .section-title {
		font-size: 92px;
		font-size: 5.75rem;
		line-height: 102px;
		line-height: 6.375rem;
	}
	
	.site-footer .site-footer-inner .single-location-form {
		display: flex;
	}
	
	.site-footer .site-footer-inner .single-location-form .location {
		flex: 0 0 290px;
		margin-right: 130px;
		margin-bottom: 0;
		flex-flow: column;
	}
	
	.site-footer .site-footer-inner .single-location-form .location .info {
		margin-bottom: 30px;
		text-transform: none;
		line-height: 24px;
	}
	
	.site-footer .site-footer-inner .single-location-form .location .phone {
		margin-right: 0;
	}
	
	.site-footer .site-footer-inner .form .gform_wrapper .gform_fields .gfield {
		flex: 0 1 24%;
	}
	
	.site-footer .site-footer-inner .multiple-locations .locations .item {
		margin-bottom: 20px;
		flex: 0 0 calc(33% - 12px);
	}
	
	.site-footer .site-footer-inner .social-networks {
		margin-top: 50px;
		gap: 20px;
	}
}

img.alignleft, p:has(img.alignleft) {
	max-width: -webkit-fit-content;
	max-width: -moz-fit-content;
	max-width: fit-content;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0;
	display: inline-block;
	float: left;
}

@media (max-width: 767px) {
	img.alignleft, p:has(img.alignleft) {
		max-width: 100%;
		width: 100%;
		float: none;
	}
}

img.alignleft {
	margin: 0;
	margin-right: 30px;
}

@media (max-width: 767px) {
	img.alignleft {
		margin-right: 0;
	}
}

@media (max-width: 767px) {
	.hide-on-mobile {
		display: none !important;
	}
}

@media (max-width: 1023px) {
	.hide-on-tablet {
		display: none !important;
	}
}

@media (min-width: 1024px) {
	.hide-on-desktop {
		display: none !important;
	}
}

.areas-we-serve {
	background: var(--bgColor);
}

.areas-we-serve .inner {
	padding: 50px 40px;
	display: flex;
	justify-content: space-between;
	max-width: 1250px;
	margin: 0 auto;
}

@media (max-width: 767px) {
	.areas-we-serve .inner {
		flex-direction: column;
		padding: 50px 20px;
	}
}

@media (max-width: 1100px) {
	.areas-we-serve .inner {
		padding: 50px 30px;
	}
}

.areas-we-serve .inner .left-content, .areas-we-serve .inner .right-content {
	flex-basis: 46%;
}

@media (min-width: 768px) {
	.areas-we-serve .inner .left-content, .areas-we-serve .inner .right-content {
		margin-top: 0;
	}
}

.areas-we-serve .inner .title {
	font-family: "Montserrat", sans-serif;
	color: var(--primaryDarkerColor);
	font-weight: bold;
	font-size: 55px;
	line-height: 67px;
	margin-bottom: 30px;
}

.areas-we-serve .side-text {
	transform: translateY(-50%) rotate(-90deg);
	position: absolute;
	top: 50%;
	left: 0;
	margin-bottom: 0;
	color: var(--secondaryColor);
	font-size: 20px;
	flex-basis: 40px;
}

@media (max-width: 1200px) {
	.areas-we-serve .side-text {
		transform: none;
		position: static;
		display: block;
		width: calc(100% - 100px);
		margin: 20px auto 0 auto;
	}
}

@media (min-width: 768px)and (max-width: 1200px) {
	.areas-we-serve .side-text {
		font-size: 30px;
		width: 100%;
		text-align: center;
	}
}

#navigation {
	width: 100%;
	display: flex;
	margin-top: 20px;
}

#navigation a, #navigation span {
	width: 29px;
	height: 29px;
	display: block;
	line-height: 29px;
	text-align: center;
	transition: background-color .5s cubic-bezier(.17, .66, .34, .98), color .5s cubic-bezier(.17, .66, .34, .98);
	font-weight: var(--semiBold);
	font-size: 1.5rem;
	color: var(--primaryColor);
}

#navigation a:hover, #navigation span:hover {
	background-color: var(--tertiaryColor);
	color: #fff;
	border: none;
}

#navigation a.current, #navigation span.current {
	background-color: var(--tertiaryColor);
	color: #fff;
}

#navigation a.next, #navigation span.next {
	color: var(--tertiaryColor);
}

#navigation a.next:hover, #navigation span.next:hover {
	background-color: #fff;
}

#navigation ol {
	margin: 0 auto;
	display: flex;
}

#navigation li, #navigation .page-numbers {
	margin-right: 10px;
	list-style: none;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

img {
	max-width: 100%;
	max-height: 100%;
	display: block;
}

.wp-block-image:has(.alignleft) {
	float: left;
	display: flex;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	contain: content;
}

.wp-block-image:has(.alignleft) img {
	height: auto;
}

.wp-block-image:has(.alignleft) .alignleft {
	display: flex;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	contain: content;
}

@media (max-width: 500px) {
	.wp-block-image:has(.alignleft) {
		float: none;
		width: 100%;
		height: auto;
		margin: 0px 0px 20px 0px !important;
	}
	
	.wp-block-image:has(.alignleft) .alignleft {
		width: 100%;
	}
	
	.wp-block-image:has(.alignleft) img {
		width: 100%;
		height: auto;
	}
}

.alignleft:not(:only-child) {
	float: left;
	display: block;
	margin: 10px 20px 0px 0px;
	max-width: 100%;
}

.alignleft:not(:only-child) img {
	width: auto;
	height: auto;
}

@media (max-width: 500px) {
	.alignleft:not(:only-child) {
		float: none;
		width: 100%;
		height: auto;
		margin: 0px 0px 20px 0px !important;
	}
	
	.alignleft:not(:only-child) img {
		width: 100%;
		height: auto;
	}
}

p:has(.alignleft) {
	max-width: 100%;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0;
	margin-right: 20px;
	display: flex;
	float: left;
}

@media (max-width: 500px) {
	p:has(.alignleft) {
		width: 100%;
	}
}

p:has(.alignleft) img.alignleft {
	margin: 0;
	margin-right: 0;
}

img.alignleft:not(:only-child) {
	margin: 10px 20px 0px 0px;
	float: left;
}

img.alignleft:not(:only-child) img {
	width: auto;
	height: auto;
}

@media (max-width: 500px) {
	img.alignleft:not(:only-child) {
		float: none;
		width: 100%;
		height: auto;
		margin: 0px 0px 20px 0px !important;
	}
	
	img.alignleft:not(:only-child) img {
		width: 100%;
		height: auto;
	}
}

.aligncenter {
	max-width: 100%;
}

.aligncenter img {
	width: 100%;
	height: auto;
	display: block;
}

img.aligncenter {
	display: block;
	max-width: 100%;
	height: auto;
}

iframe {
	max-width: 100%;
	width: 100%;
}

@media (max-width: 767px) {
	.hide-on-mobile {
		display: none !important;
	}
}

@media (max-width: 1023px) {
	.hide-on-tablet {
		display: none !important;
	}
}

@media (min-width: 1024px) {
	.hide-on-desktop {
		display: none !important;
	}
}

iframe {
	max-width: 100%;
	width: 100%;
}

@media (max-width: 767px) {
	.hide-on-mobile {
		display: none !important;
	}
}

@media (max-width: 1023px) {
	.hide-on-tablet {
		display: none !important;
	}
}

@media (min-width: 1024px) {
	.hide-on-desktop {
		display: none !important;
	}
}

.ti-widget {
	margin-top: 40px;
	margin-bottom: 40px;
}

.nice-select {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background-color: #fff;
	border-radius: 5px;
	border: solid 1px #e8e8e8;
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: block;
	float: left;
	font-family: inherit;
	font-size: 14px;
	font-weight: normal;
	height: 42px;
	line-height: 40px;
	outline: none;
	padding-left: 18px;
	padding-right: 30px;
	position: relative;
	text-align: left !important;
	transition: all .2s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	white-space: nowrap;
	width: auto;
}

.nice-select:hover {
	border-color: hsl(0, 0%, 85.9803921568%);
}

.nice-select:active, .nice-select.open, .nice-select:focus {
	border-color: #999;
}

.nice-select:after {
	border-bottom: 2px solid #999;
	border-right: 2px solid #999;
	content: "";
	display: block;
	height: 5px;
	margin-top: -4px;
	pointer-events: none;
	position: absolute;
	right: 12px;
	top: 50%;
	transform-origin: 66% 66%;
	transform: rotate(45deg);
	transition: all .15s ease-in-out;
	width: 5px;
}

.nice-select.open:after {
	transform: rotate(-135deg);
}

.nice-select.open .list {
	opacity: 1;
	pointer-events: auto;
	transform: scale(1) translateY(0);
}

.nice-select.disabled {
	border-color: #ededed;
	color: #999;
	pointer-events: none;
}

.nice-select.disabled:after {
	border-color: #ccc;
}

.nice-select.wide {
	width: 100%;
}

.nice-select.wide .list {
	left: 0 !important;
	right: 0 !important;
}

.nice-select.right {
	float: right;
}

.nice-select.right .list {
	left: auto;
	right: 0;
}

.nice-select.small {
	font-size: 12px;
	height: 36px;
	line-height: 34px;
}

.nice-select.small:after {
	height: 4px;
	width: 4px;
}

.nice-select.small .option {
	line-height: 34px;
	min-height: 34px;
}

.nice-select .list {
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
	box-sizing: border-box;
	margin-top: 4px;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	transform-origin: 50% 0;
	transform: scale(.75) translateY(-21px);
	transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
	z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
	background-color: rgba(0, 0, 0, 0) !important;
}

.nice-select .option {
	cursor: pointer;
	font-weight: 400;
	line-height: 40px;
	list-style: none;
	min-height: 40px;
	outline: none;
	padding-left: 18px;
	padding-right: 29px;
	text-align: left;
	transition: all .2s;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
	background-color: #f6f6f6;
}

.nice-select .option.selected {
	font-weight: bold;
}

.nice-select .option.disabled {
	background-color: rgba(0, 0, 0, 0);
	color: #999;
	cursor: default;
}

.no-csspointerevents .nice-select .list {
	display: none;
}

.no-csspointerevents .nice-select.open .list {
	display: block;
}

.footer {
	display: flex;
	position: relative;
	background-color: #171717;
	padding: 80px 0;
	text-align: center;
	font-size: 18px;
	font-weight: 300;
}

.footer::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: -6px;
	height: 6px;
	background: var(--hGradient);
}

.footer .container {
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
	justify-content: space-between;
	align-items: center;
}

@media (max-width: 767px) {
	.footer .container {
		flex-direction: column;
		display: block;
	}
}

.footer .container .footer-widgets {
	flex: 0 0 30%;
}

.footer .container .menus {
	flex: 0 0 65%;
	display: flex;
	flex-direction: row wrap;
	justify-content: space-between;
}

.footer .container .menus * {
	text-align: left;
}

@media (max-width: 767px) {
	.footer .container .menus {
		flex-direction: column;
		margin-top: 30px;
	}
	
	.footer .container .menus * {
		text-align: center;
	}
}

.footer .container .menus .h3 {
	color: var(--secondaryColor);
	font-weight: 700;
	margin-bottom: 20px;
}

.footer .container .menus .links {
	display: flex;
	flex-direction: column;
}

.footer .container .menus .links a {
	display: block;
	margin-bottom: 25px;
}

.footer__column {
	flex: 1 1 0;
}

@media (max-width: 1023.98px) {
	.footer__column {
		flex: 0 0 calc(50% - 12.5px);
		width: 50%;
	}
}

@media (max-width: 767px) {
	.footer__column {
		flex: 1 1 100%;
		width: 100%;
	}
}

.footer a {
	color: #fff;
	cursor: pointer;
	line-height: 1;
}

.footer a:hover {
	color: var(--secondaryColor);
}

.footer .site-logo {
	max-width: 280px;
	margin: 0 auto 40px auto;
}

.footer .site-logo img {
	filter: brightness(0) invert(1);
}

.footer .social-networks a {
	margin-right: 12px;
}

.footer .social-networks svg {
	width: 30px;
	fill: var(--secondaryColor);
}

.footer .widget-title {
	font-size: 22px;
	color: var(--secondaryColor);
	font-weight: 600;
	margin-botton: 40px;
	line-height: 1;
}

.footer ul li {
	list-style: none;
}

.footer .menu li {
	margin-bottom: 20px;
}

.footer-bottom {
	background-color: #000;
	color: #fff;
	position: relative;
}

.footer-bottom .inner {
	padding: 40px 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 35px;
}

@media (max-width: 767.98px) {
	.footer-bottom .inner {
		flex-direction: column;
		text-align: center;
	}
}

.footer-bottom .inner ul {
	display: flex;
	list-style: none;
	justify-content: space-between;
	gap: 25px;
}

@media (max-width: 1400px) {
	.footer-bottom .inner ul {
		flex-wrap: wrap;
		gap: 20px;
		justify-content: flex-end;
	}
	
	.footer-bottom .inner ul li.menu-item.copyright {
		flex: 0 0 100%;
		width: 100%;
	}
	
	.footer-bottom .inner ul li:not(.menu-item.copyright) {
		flex: 0 0 auto;
	}
}

.footer-bottom .inner ul li {
	font-size: 14px;
	line-height: 20px;
}

.footer-bottom .inner ul li.menu-item.copyright {
	text-align: right;
}

@media (max-width: 767.98px) {
	.footer-bottom .inner ul li.menu-item.copyright {
		text-align: center;
	}
}

.footer-bottom .inner ul li a {
	color: #fff;
}

.footer-bottom .inner ul li a:hover {
	color: var(--secondaryColor);
}

@media (max-width: 767.98px) {
	.footer-bottom .inner ul {
		justify-content: center;
	}
}

@media (min-width: 1100px) {
	.footer-bottom .inner {
		padding: 40px 0;
	}
}
