
/*
Theme Name: Ryno Theme Three
Theme URI: http://rynoss.com
Author: RYNO Strategic Solutions
Author URI: http://rynoss.com
Description: The third theme.
Version: 4.10.0
Text Domain: ryno_theme_three
*/

/* -------------------------------------------------------
======================== GLOBAL ======================== 
------------------------------------------------------- */
img {
	-o-object-fit: contain;
	object-fit: contain;
}

* {
	/* Required for Fluid Font Sizing (in Safari) */
	min-height: 0vw;
}

.container-wrapper {
	padding-left: 1.6em;
	padding-right: 1.6em;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	line-height: 1;
}

.footer div, .footer article, .footer section, .footer p, .footer ul, .footer ol, .postscript-contact div, .postscript-contact article, .postscript-contact section, .postscript-contact p, .postscript-contact ul, .postscript-contact ol, .home div, .home article, .home section, .home p, .home ul, .home ol {
	font-size: inherit;
}

body .wrapper, .postscript-contact, body .footer, body .copyright {
	font-size: calc(14px + ( 20 - 14 ) * ( ( 100vw - 300px ) / ( 576 - 300 ) ));
}

/* slider fix */
.hs4__slide:not(:first-of-type), .hs7__slide:not(:first-of-type) {
	/* fix stacking */
	display: none;
}

.slick-initialized .slick-slide {
	/* fix stacking */
	display: block;
}

.slick-slider {
	/* allow selectable text */
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
}

.slick-slider:not(.hero__slider) .slick-track {
	/* make slides equal height */
	display: flex !important;
}

.slick-slider:not(.hero__slider) .slick-slide {
	/* make slides equal height */
	height: inherit !important;
}

/* /slider fix */

/* dot fix */
.slick-slider.slick-dotted {
	margin-bottom: 0px;
}

.slick-slider:not(.hero__slider) .slick-dots {
	top: calc(100% + 2.5em);
}

.slick-slider:not(.hero__slider) .slick-dots li {
	background-color: #000;
	border-radius: 50%;
	margin: 0 5px;
	opacity: .25;
	width: 25px;
	height: 25px;
	float: none;
}

.slick-slider:not(.hero__slider) .slick-dots li.slick-active button:before, .slick-slider:not(.hero__slider) .slick-dots li button:before {
	color: transparent;
}

.slick-slider:not(.hero__slider) .slick-dots li:hover, .slick-slider:not(.hero__slider) .slick-dots li:focus {
	opacity: .5;
}

.slick-slider:not(.hero__slider) .slick-dots li.slick-active {
	opacity: 1 !important;
}

@media (hover: hover) and (pointer: fine) {
	/* dot issue fix */
	.slick-slider:not(.hero__slider) .slick-dots li:hover, .slick-slider:not(.hero__slider) .slick-dots li:focus {
		opacity: .5;
	}
}

/* /dot fix */

/* arrow fix */
.slick-slider:not(.hero__slider) .slick-prev:before, .slick-slider:not(.hero__slider) .slick-next:before {
	font-family: "ryno-theme-icons" !important;
	font-size: 40px;
	font-weight: 900;
	opacity: 1;
	color: #fff;
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
}

.slick-slider:not(.hero__slider) .slick-prev:before {
	content: "";
}

.slick-slider:not(.hero__slider) .slick-next:before {
	content: "";
}

.slick-slider:not(.hero__slider) .slick-prev, .slick-slider:not(.hero__slider) .slick-next {
	height: 40px;
	width: 40px;
	display: flex;
	z-index: 4;
	top: calc(100% + 52px);
}

.slick-slider:not(.hero__slider) .slick-prev {
	left: calc(50% - 45px);
}

.slick-slider:not(.hero__slider) .slick-next {
	right: calc(50% - 45px);
}

/* /arrow fix */

/* Variables
------------------------------------------------------- */
:root {
	--mobile-header-height: 108px;
	--hamburger-spacing: -12px;
	--contact-bar-color: #fff;
	--contact-bar-font-size-1: 16px;
	--contact-bar-font-size-2: 18px;
}

/* Helpers
------------------------------------------------------- */
.mobile-nav-name, .desk-break {
	display: none;
}

.flex-center {
	align-items: center;
	display: flex;
	justify-content: center;
}

.absolute-center {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.absolute-bs-left {
	position: absolute;
	left: 12px;
}

.divider-top {
	vertical-align: top;
}

[class*="__line--stn"] {
	border-top: 7px solid tomato;
	margin: 0 auto 2.25em;
	opacity: 1;
	width: 140px;
	background-color: transparent;
}

div[class*="__five-stars--stn"] {
	font-size: 2em;
}

[class*="__five-stars--stn"] {
	display: flex;
	align-items: center;
	justify-content: center;
	color: tomato;
	margin-bottom: .5em;
}

[class*="__svg-container--stn"] {
	display: flex;
}

[class*="__svg-container--stn"] svg {
	max-height: 100%;
	max-width: 100%;
	width: 100%;
	height: 100%;
}

[class*="__divider--stn"] {
	margin-top: -2px;
	margin-bottom: -2px;
	vertical-align: bottom;
}

[class*="__divider--stn"] img {
	-o-object-fit: initial;
	object-fit: initial;
}

[class*="__orn-break--stn"] {
	display: grid;
	grid-gap: .85em;
	grid-template-columns: 1fr auto 1fr;
	margin-bottom: 2.5em;
	padding: 0 1.8em;
}

[class*="__break-img"] {
	max-width: 110px;
	width: 19vw;
}

[class*="__orn-break--stn"]::before, [class*="__orn-break--stn"]::after {
	align-self: center;
	border-top: 3px solid tomato;
	content: "";
}

/* Guide
------------------------------------------------------- */
.heading--stn {
	line-height: 1.17;
	text-transform: uppercase;
	font-weight: 700;
	font-size: calc(22px + ( 48 - 22 ) * ( ( 100vw - 300px ) / ( 576 - 300 ) ));
	margin-bottom: 8px;
}

.p--stn, .p--stn p, .p--bold, .p--bold p {
	line-height: 1.56;
	font-family: "Whitney", Arial, sans-serif;
}

.p--stn, .p--stn p {
	font-weight: 500;
}

.p--stn p, .p--bold p {
	margin-bottom: 1.78em;
	font-size: calc(14px + ( 18 - 14 ) * ( ( 100vw - 300px ) / ( 576 - 300 ) ));
}

.p--bold, .p--bold p {
	font-weight: 600;
}

@media only screen and (min-width: 576px) {
	.absolute-bs-left {
		left: calc(( 100vw - 540px ) / 2);
	}
	
	body .wrapper, .postscript-contact, body .footer, body .copyright {
		font-size: 20px;
	}
	
	.p--stn p, .p--bold p {
		font-size: 18px;
	}
	
	.heading--stn {
		font-size: 48px;
	}
}

@media only screen and (min-width: 768px) {
	.mobile-break {
		display: none;
	}
	
	.absolute-bs-left {
		left: calc(( 100vw - 720px ) / 2);
	}
}

@media only screen and (min-width: 992px) {
	.desk-break {
		display: block;
	}
	
	.mobile-tab-break {
		display: none;
	}
	
	.absolute-bs-left {
		left: calc(( 100vw - 960px ) / 2);
	}
	
	.heading--stn {
		line-height: 1;
		font-size: 68px;
	}
	
	.p--stn, .p--stn p {
		line-height: 1.5;
	}
	
	.p--bold p, .p--stn p {
		font-size: 20px;
		margin-bottom: 1.6em;
	}
	
	.container-wrapper {
		padding-left: 0;
		padding-right: 0;
	}
}

@media only screen and (min-width: 1400px) {
	.container, .container-lg, .container-xl {
		max-width: 1140px;
	}
	
	.absolute-bs-left {
		left: calc(( 100vw - 1140px ) / 2);
	}
}

/* Buttons
------------------------------------------------------- */
.button__wrapper {
	position: relative;
	z-index: 1;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	max-width: 100%;
	transition: .3s all ease-in-out;
}

.button--stn, .button--sec, .button--ter {
	font-size: calc(14px + ( 18 - 14 ) * ( ( 100vw - 300px ) / ( 576 - 300 ) ));
	line-height: 1.56;
	text-transform: uppercase;
	font-weight: 800;
	font-family: "Open Sans", Arial, sans-serif;
	border-radius: 2em;
	display: flex;
	align-items: center;
	transition: .3s all ease-out;
	text-align: center;
}

.button--sec:hover {
	color: #000;
}

@media only screen and (min-width: 992px) and (hover: hover) {
	.button--stn:hover, .button--sec:hover, .button--ter:hover {
		background-position: left;
	}
	
	.button--stn:hover, .button--sec:hover, .button--ter:hover {
		color: #fff;
	}
	
	.button--stn:hover {
		color: #fff;
		padding-left: 2.2em;
		padding-right: 2.2em;
	}
	
	.button--stn:hover .button__label::after, .button--sec:hover .button__label::after {
		opacity: 1;
		width: 1.83em;
		margin-left: 1em;
		transform: translateX(0);
	}
}

.button--stn {
	justify-content: center;
	background: right/200% 100% no-repeat linear-gradient(to right, #000 0%, #000 50%, #ed1c24 50%, #ed1c24 100%);
	color: #fff;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	max-width: 100%;
	padding: .76em 2.78em;
}

.button--sec {
	position: relative;
	z-index: 1;
	background: right/200% 100% no-repeat linear-gradient(to right, #000 0%, #000 50%, #fff 50%, #fff 100%);
	color: #000;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	max-width: 100%;
}

.button--ter {
	background: right/200% 100% no-repeat linear-gradient(to right, #ed1c24 0%, #ed1c24 50%, #000 50%, #000 100%);
	color: #fff;
	width: 100%;
	max-width: 294px;
	justify-content: center;
	padding: .95em 5px;
}

.button__left-animation {
	width: 11vw;
	height: 16vw;
	max-width: 49px;
	max-height: 63px;
	margin-left: 12px;
	display: flex;
	align-items: center;
}

.button__label {
	white-space: pre-wrap;
	margin: 0 auto;
	display: flex;
	align-items: center;
}

.button--sec .button__label {
	padding: 0 1.11em;
}

.button__label::after {
	content: "";
	-webkit-mask-image: url("https://cdn-ilemmcg.nitrocdn.com/aSPSlRRgXHKlIRefCzgHljNJwnvMuOKs/assets/images/source/rev-7f9d840/www.gvec.org/wp-content/uploads/longarrow.svg");
	mask-image: url("https://cdn-ilemmcg.nitrocdn.com/aSPSlRRgXHKlIRefCzgHljNJwnvMuOKs/assets/images/source/rev-7f9d840/www.gvec.org/wp-content/uploads/longarrow.svg");
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	background-color: #ed1c24;
	display: inline-block;
	transition: .3s all ease-out;
	z-index: 1;
	opacity: 0;
	height: 1.65em;
	width: 0px;
	margin-left: 0;
	transform: translateX(-.5em);
}

.button__bg-animation {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	height: 50vw;
	width: 50vw;
	max-width: 205px;
	max-height: 205px;
}

.button__bg-animation lottie-player {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

@media only screen and (min-width: 576px) {
	.button--stn, .button--sec, .button--ter {
		font-size: 18px;
	}
}

/* -------------------------------------------------------
======================= INTERNAL =======================
------------------------------------------------------- */
.content-area ul li.gfield:before {
	background-color: transparent;
}

.page-template-page-conversion .conversion-content-one {
	overflow-x: unset;
}

.pop-out-form--wrapper {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

.single .blog-post-header {
	margin-top: 0;
}

.sidebar__location-container {
	margin-bottom: 10px;
}

.sidebar__location-container .h5 {
	margin-bottom: 5px;
}

.read-more-text {
	display: block;
}

.pop-out-form--wrapper {
	pointer-events: none;
}

.pop-out-form__wrapper {
	pointer-events: all;
}

.gform_wrapper.gform_legacy_markup_wrapper .gform_footer input.button {
	border: 2px solid;
	cursor: pointer;
	display: block;
	font-size: 1.25rem;
	font-weight: bold;
	margin-top: .625rem;
	padding: .62522rem 0rem;
	text-align: center;
	transition: all .3s ease;
	width: 100%;
	background-color: #ed1c24;
	color: #fff;
	text-transform: uppercase;
	border-radius: 60px;
	line-height: 1;
}

.gform_wrapper.gform_legacy_markup_wrapper .gform_footer input.button:hover {
	background-color: #ba1015;
	color: #fff;
}

.gform-body > ul.gform_fields > li {
	padding-left: 16px;
}

body mark a, body mark a:hover {
	color: #fff;
}

/* -------------------------------------------------------
====================== Services Nav ======================
------------------------------------------------------- */
.home .services-nav__home-button, .home .services-nav__chat-button {
	display: none;
}

.services-nav, .services-nav .services-nav__hamburger-container, .services-nav__chat-button-container, .services-nav__home-button, .services-nav__chat-button {
	display: flex;
	align-items: center;
}

.services-nav {
	width: 100%;
	height: 90px;
	background-color: #000;
	color: #fff;
	position: fixed;
	bottom: 0;
	justify-content: space-between;
	z-index: 99;
	transition: .3s all ease-in-out;
}

.services-nav .services-nav__hamburger-container, .services-nav__chat-button-container {
	width: 33%;
	max-width: 124px;
	justify-content: center;
}

.services-nav .services-nav__hamburger-container {
	margin-right: 0;
	height: 100%;
	position: relative;
	flex-direction: column;
}

.services-nav__hamburger-container::before, .services-nav__home-button {
	font-family: "Whitney", Arial, sans-serif;
}

.services-nav__hamburger-container::before {
	content: "GVEC SERVICES";
	font-size: 10px;
	font-weight: 500;
	margin-top: 40px;
	color: #bfbfbf;
}

.services-nav__hamburger-container.is-active::before {
	content: "CLOSE";
}

.services-nav .hamburger-inner {
	transform: unset;
	top: 34px;
}

.services-nav .hamburger-inner, .services-nav .hamburger-inner::before, .services-nav .hamburger-inner::after {
	background-color: #fff;
	border-radius: 5px;
	width: 30px;
	height: 4px;
}

.services-nav .hamburger-inner::after {
	bottom: -10px;
}

.services-nav .hamburger-inner::before {
	top: -10px;
}

.services-nav__home-button, .services-nav__home-button:hover {
	color: #fff;
}

.services-nav__home-button {
	width: 33%;
	height: 72px;
	max-width: -webkit-max-content;
	max-width: -moz-max-content;
	max-width: max-content;
	padding: 12px;
	background-color: #ed1c24;
	justify-content: center;
	font-weight: 600;
	line-height: 1;
	font-size: calc(12px + ( 21 - 12 ) * ( ( 100vw - 300px ) / ( 576 - 300 ) ));
	text-transform: uppercase;
	text-align: center;
}

.services-nav__chat-button {
	background: #ed1c24;
	width: 62px;
	height: 62px;
	border: 2px solid #fff;
	border-radius: 50%;
	justify-content: center;
	margin-right: 0;
}

.services-nav__chat-button:hover {
	cursor: pointer;
}

.services-nav__nav {
	position: absolute;
	bottom: 100%;
	left: 0;
	display: flex;
	flex-direction: column;
	background: #000;
	pointer-events: none;
	opacity: 0;
}

.services-nav__nav--visible {
	pointer-events: visible;
	opacity: 1;
}

.services-nav__nav-item {
	display: flex;
	justify-content: flex-end;
	padding: .6em 1.23em .6em 4.62em;
	font-size: calc(14px + ( 26 - 14 ) * ( ( 100vw - 300px ) / ( 576 - 300 ) ));
}

.services-nav__nav-item, .services-nav__nav-item:hover {
	color: #fff;
}

.services-nav__arrow-container {
	display: none;
	cursor: pointer;
}

.services-nav__back-to-top {
	display: none;
	position: absolute;
	left: 8px;
	bottom: calc(100% + 10px);
	color: #000;
	font-weight: 500;
	cursor: pointer;
	font-size: 14px;
	text-align: center;
	font-family: "Whitney", sans-serif;
	height: 147px;
	width: 104px;
	z-index: 2;
}

@media only screen and (min-width: 576px) {
	.services-nav__home-button {
		font-size: 21px;
	}
	
	.services-nav__nav-item {
		font-size: 26px;
	}
}

@media only screen and (max-width: 990px) {
	.services-nav__nav {
		transition: .3s all ease-in-out;
	}
}

@media only screen and (min-width: 992px) {
	.footer-reached .services-nav__back-to-top {
		display: flex;
		align-items: flex-end;
		justify-content: center;
	}
	
	.services-nav .services-nav__hamburger-container, .services-nav__home-button {
		display: none;
	}
	
	.services-nav {
		height: 54px;
	}
	
	.services-nav__chat-button-container {
		width: 0px;
	}
	
	.services-nav__chat-button {
		position: absolute;
		bottom: calc(100% + 26px);
		right: 18px;
		transition: .3s transform ease-in-out;
	}
	
	.services-nav__chat-button:hover {
		transform: translateY(-4px);
		background: linear-gradient(180deg, #ed1c24 0%, #9b0d12 100%);
	}
	
	.services-nav__nav {
		position: relative;
		bottom: unset;
		left: unset;
		flex-direction: row;
		pointer-events: visible;
		opacity: 1;
		justify-content: center;
		align-items: flex-end;
		width: 100%;
		height: 100%;
		transition: none;
	}
	
	.services-nav__nav-item-container {
		display: flex;
		height: 100%;
		align-items: flex-end;
		position: relative;
		z-index: 1;
	}
	
	.services-nav__nav-item-container:not(:last-of-type)::before {
		content: "";
		width: 1px;
		height: 20px;
		background-color: #fff;
		position: absolute;
		right: 0px;
		bottom: 17px;
		z-index: -1;
		transition: none !important;
	}
	
	.services-nav__nav-item {
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		background: #000;
		transition: .3s height ease-in-out;
		padding: 0 11px;
		margin: 0 5px;
		font-size: 18px;
		font-weight: 400;
	}
	
	.services-nav__nav-item--page-service, .services-nav__nav-item--selected, .services-nav__nav-item:hover {
		height: calc(100% + 20px);
		background: #ed1c24;
		font-size: 17px;
		font-family: "Whitney", Arial, sans-serif;
		font-weight: 600;
		text-transform: uppercase;
		box-shadow: 0px -5px 12px rgba(0, 0, 0, .16);
	}
	
	.services-nav__arrow-container {
		display: block;
		position: absolute;
		left: 8px;
		bottom: calc(100% + 53px);
		width: 104px;
		height: 104px;
		transition: .3s all ease-in-out;
		opacity: 1;
	}
	
	.services-nav__arrow-container svg path, .services-nav__arrow-container svg {
		transition: .3s all ease-in-out;
	}
	
	.footer-reached .services-nav__arrow-container svg {
		transform: scaleY(-1);
	}
	
	.footer-reached .services-nav__arrow-container svg path {
		fill: #ed1b23;
	}
	
	#services-nav__nav-item-1 {
		width: 126px;
	}
	
	#services-nav__nav-item-2 {
		width: 100px;
	}
	
	#services-nav__nav-item-3 {
		width: 138px;
	}
	
	#services-nav__nav-item-4 {
		width: 222px;
	}
	
	#services-nav__nav-item-5 {
		width: 176px;
	}
	
	#services-nav__nav-item-6 {
		width: 132px;
	}
}

@media only screen and (min-width: 1200px) {
	.services-nav__nav-item {
		font-size: 22px;
		margin: 0 11px;
	}
	
	.services-nav__nav-item--page-service, .services-nav__nav-item--selected, .services-nav__nav-item:hover {
		font-size: 21px;
	}
	
	#services-nav__nav-item-1 {
		width: 146px;
	}
	
	#services-nav__nav-item-2 {
		width: 120px;
	}
	
	#services-nav__nav-item-3 {
		width: 158px;
	}
	
	#services-nav__nav-item-4 {
		width: 242px;
	}
	
	#services-nav__nav-item-5 {
		width: 196px;
	}
	
	#services-nav__nav-item-6 {
		width: 152px;
	}
}

/* Quick Links
------------------------------------------------------- */
.quick-links {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	pointer-events: none;
}

.quick-links__hamburger-container {
	right: 18px;
	bottom: calc(100% + 111px);
	position: absolute;
	width: 62px;
	height: 62px;
	background-color: #ed1c24;
	pointer-events: all;
	cursor: pointer;
	display: none;
	border: 2px solid #fff;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	transition: .3s all ease-in-out;
}

.quick-links__hamburger-container::before {
	content: "close";
	display: block;
	position: absolute;
	left: 50%;
	top: calc(50% + 27px);
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 12px;
	font-family: "Open Sans";
	font-weight: 500;
	opacity: 0;
	transition: .3s all ease-in-out;
}

/* .quick-links--open-hamburger .quick-links__hamburger-container {
    background-color: transparent;
    border: 2px solid transparent;
}

.quick-links--open-hamburger .quick-links__hamburger-container::before {
    opacity: 1;
} */
.quick-links--open-hamburger .hamburger--squeeze.is-active .hamburger-inner {
	transform: rotate(45deg);
	transition-delay: .12s;
	transition-timing-function: cubic-bezier(.215, .61, .355, 1);
}

.quick-links--open-hamburger .hamburger--squeeze.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
	transition: top .075s ease, opacity .075s .12s ease;
}

.quick-links--open-hamburger .hamburger--squeeze.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(-90deg);
	transition: bottom .075s ease, transform .075s .12s cubic-bezier(.215, .61, .355, 1);
}

.quick-links__hamburger-container .hamburger-inner {
	position: relative;
	top: unset;
	margin: 0;
}

.quick-links__nav-container {
	position: fixed;
	left: 100%;
	top: 200px;
	pointer-events: visible;
	transition: .3s all ease-in-out;
}

.quick-links--open-button .quick-links__nav-container {
	transform: translateX(-100%);
}

.quick-links__button, .quick-links-nav__nav-item {
	background-color: #000;
}

.quick-links__button {
	color: #fff;
	font-size: 13px;
	font-family: "Whitney", Arial, sans-serif;
	height: 45px;
	width: 97px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: calc(100% - 27px);
	top: 10px;
	transform: rotate(-90deg);
}

.quick-links__button:hover {
	cursor: pointer;
}

.quick-links__button span {
	margin-left: 8px;
	font-size: 15px;
	color: #ed1c24;
	transition: .3s all ease-in-out;
}

.quick-links--open-button .quick-links__button span {
	transform: rotate(180deg);
}

.quick-links-nav__nav {
	display: flex;
	flex-direction: column;
	position: relative;
	top: -70px;
}

.quick-links-nav__nav-item {
	width: 100%;
	white-space: nowrap;
	display: flex;
	justify-content: flex-start;
	padding: .6em 4.62em .6em 1.23em;
	font-size: calc(14px + ( 26 - 14 ) * ( ( 100vw - 300px ) / ( 576 - 300 ) ));
}

.quick-links-nav__nav-item, .quick-links-nav__nav-item:hover {
	color: #fff;
}

@media only screen and (min-width: 576px) {
	.quick-links-nav__nav-item {
		font-size: 26px;
	}
}

@media only screen and (min-width: 992px) {
	.quick-links__hamburger-container {
		display: flex;
	}
	
	.quick-links__nav-container {
		position: absolute;
		left: unset;
		right: 134px;
		top: unset;
		bottom: calc(100% + 12px);
		opacity: 0;
		pointer-events: none;
	}
	
	.quick-links--open-button .quick-links__nav-container, .quick-links--open-hamburger .quick-links__nav-container {
		transform: none;
	}
	
	.quick-links--open-hamburger .quick-links__nav-container {
		opacity: 1;
		pointer-events: all;
	}
	
	.quick-links__button {
		transform: none;
		bottom: 100%;
		right: 0;
		top: unset;
		width: 110px;
		height: 40px;
		background-color: #ed1c24;
		font-family: "Whitney Book", Arial, sans-serif;
		font-size: 18px;
		font-weight: 400;
		padding-top: 4px;
	}
	
	.quick-links__button:hover {
		cursor: default;
	}
	
	.quick-links__button span {
		display: none;
	}
	
	.quick-links-nav__nav {
		top: unset;
	}
	
	.quick-links-nav__nav::before {
		content: "";
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		position: absolute;
		width: 100%;
		height: 100%;
		backdrop-filter: blur(5px);
		-webkit-backdrop-filter: blur(5px);
		z-index: -1;
		background: rgba(0, 0, 0, .7);
	}
	
	.quick-links-nav__nav-item {
		background: linear-gradient(to left, #ed1c24 0%, #ed1c24 50%, rgba(0, 0, 0, 0) 50%) rgba(0, 0, 0, 0) 100%;
		background-position: left;
		background-size: 200% 100%;
		justify-content: flex-end;
		padding: 15px 32px 15px 20px;
		position: relative;
		transition: .3s all ease-in-out;
		width: 350px;
		font-size: 28px;
		font-family: "Whitney", Arial, sans-serif;
		font-weight: 500;
		align-items: center;
	}
	
	.quick-links-nav__nav-item:hover {
		background-position: right;
	}
	
	.quick-links-nav__nav-item::after {
		content: "";
		width: 0px;
		height: 21px;
		background: center/contain no-repeat url("https://cdn-ilemmcg.nitrocdn.com/aSPSlRRgXHKlIRefCzgHljNJwnvMuOKs/assets/images/source/rev-7f9d840/www.gvec.org/wp-content/uploads/icondoublearrowwhite.svg");
		transition: .3s all ease-in-out;
		opacity: 0;
		margin-left: 0px;
	}
	
	.quick-links-nav__nav-item:hover::after {
		width: 17px;
		opacity: 1;
		margin-left: 21px;
	}
}

/* -------------------------------------------------------
======================== Portal ======================== 
------------------------------------------------------- */

/* General
------------------------------------------------------- */
.portal-main {
	position: relative;
	height: 100vh;
	max-height: 100vh;
	min-height: -webkit-fill-available;
	max-height: -webkit-fill-available;
	width: 100vw;
	z-index: 1;
	overflow: hidden;
}

/* Overlay
------------------------------------------------------- */
.portal-overlay, .portal-overlay__animation-container {
	position: absolute;
}

.portal-overlay {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #ed1c24;
	transition: .5s all ease-in-out;
	opacity: 1;
	z-index: 1000;
}

.portal-overlay--disabled, .portal-overlay--loaded {
	opacity: 0;
	pointer-events: none;
}

.portal-overlay--disabled {
	height: 0px;
	width: 0px;
}

.portal-overlay__animation-container {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 47vw;
	max-width: 404px;
}

/* Logo
------------------------------------------------------- */
.portal-main__logo-container {
	width: 255px;
	height: 100px;
	background-color: #ed1c24;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	z-index: 101;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .3s all ease-in-out;
}

.portal-main__logo {
	width: 57%;
	height: 53%;
}

@media only screen and (min-width: 992px) {
	.portal-main__logo-container {
		left: 8%;
		transform: translateX(0);
	}
}

@media only screen and (min-width: 1600px) {
	.portal-main__logo-container {
		left: calc(50% - 680px);
	}
}

/* Portal Nav
------------------------------------------------------- */
.portal-main--modal-active .portal-main__nav {
	display: none;
}

.portal-main__nav {
	background-color: rgba(0, 0, 0, .5);
	position: absolute;
	z-index: 100;
	display: none;
	top: 30px;
	right: 8%;
	height: 40px;
	align-items: center;
	overflow: hidden;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}

.portal-main__nav-item, .portal-main__nav-item:hover {
	color: #fff;
}

.portal-main__nav-item:hover {
	color: #000;
}

.portal-main__nav-item {
	padding: 0 18px;
	height: 100%;
	display: flex;
	align-items: center;
	font-weight: 600;
	font-family: "Whitney", Arial, sans-serif;
	font-size: 14px;
	position: relative;
	transition: .3s all ease-in-out;
}

.portal-main__nav-item::before {
	content: "";
	width: 2px;
	height: 14px;
	background-color: #fff;
	position: absolute;
	right: -2px;
	top: 50%;
	transform: translateY(-50%);
	transition: .3s all ease-in-out;
	z-index: -1;
}

.portal-main__nav-item:hover::before {
	height: 100%;
	width: calc(100% + 2px);
}

@media only screen and (min-width: 992px) {
	.portal-main__nav {
		display: flex;
	}
}

@media only screen and (min-width: 1600px) {
	.portal-main__nav {
		left: calc(50% + 79px);
	}
}

/* Modal
------------------------------------------------------- */
.portal-main__modal {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 102;
	text-align: center;
	border-radius: 2.5em;
	padding: 2.5em 2em 3em;
	max-width: 1040px;
	width: calc(100% - 3em);
}

div.portal-main__dismiss {
	position: absolute;
	top: 12px;
	right: 18px;
	font-weight: 900;
	font-size: 28px;
	line-height: 1;
	opacity: .3;
	cursor: pointer;
	padding: 5px;
}

.portal-main__symbol-container {
	width: 5.5em;
	height: 5.5em;
	background-color: #ed1c24;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 1.2em;
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: 600;
}

.portal-main__symbol {
	font-size: 4em;
	position: relative;
	color: #fff;
}

.portal-main__modal-heading {
	font-weight: 600;
	color: #ed1c24;
	font-size: calc(18px + ( 60 - 18 ) * ( ( 100vw - 300px ) / ( 1200 - 300 ) ));
	margin-bottom: .2em;
}

div.portal-main__modal-text-container {
	text-align: left;
	margin-bottom: 1.5em;
	font-size: calc(14px + ( 20 - 14 ) * ( ( 100vw - 300px ) / ( 576 - 300 ) ));
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.portal-main__modal-text-container > *:last-child {
	margin-bottom: 0;
}

.portal-main__modal-button {
	font-size: calc(14px + ( 16 - 14 ) * ( ( 100vw - 300px ) / ( 576 - 300 ) ));
	margin: 0 auto;
}

@media only screen and (min-height: 568px) {
	.portal-main--modal-active .portal-main__modal {
		display: block;
	}
}

@media only screen and (min-width: 576px) {
	div.portal-main__dismiss {
		top: 22px;
		right: 32px;
	}
	
	.portal-main__modal {
		padding-left: 4em;
		padding-right: 4em;
	}
	
	div.portal-main__modal-text-container {
		font-size: 20px;
	}
	
	.portal-main__modal-button {
		font-size: 16px;
	}
}

@media only screen and (min-width: 1200px) {
	.portal-main__modal-heading {
		font-size: 60px;
	}
}

/* Modal Responsive Styles
------------------------------------------------------- */

/* Scroll Method */

/* .portal-main__modal {
    max-height: 60vh;
}

.portal-main__modal-container {
    overflow: scroll;
    overflow-x: hidden;
    height: calc(60vh - 5.5em);
} */

/* Line Clamp Method */
@media only screen and (min-height: 600px) {
	div.portal-main__modal-text-container {
		-webkit-line-clamp: 4;
	}
}

@media only screen and (min-height: 700px) {
	div.portal-main__modal-text-container {
		-webkit-line-clamp: 5;
	}
}

@media only screen and (min-height: 800px) {
	div.portal-main__modal-text-container {
		-webkit-line-clamp: 6;
	}
}

@media only screen and (min-height: 900px) {
	div.portal-main__modal-text-container {
		-webkit-line-clamp: 7;
	}
}

@media only screen and (min-height: 1000px) {
	div.portal-main__modal-text-container {
		-webkit-line-clamp: 8;
	}
}

@media only screen and (min-height: 300px) and (min-width: 450px) {
	div.portal-main__modal-text-container {
		-webkit-line-clamp: 2;
	}
}

@media only screen and (min-height: 700px) and (min-width: 450px) {
	div.portal-main__modal-text-container {
		-webkit-line-clamp: 4;
	}
}

@media only screen and (min-height: 800px) and (min-width: 450px) {
	div.portal-main__modal-text-container {
		-webkit-line-clamp: 5;
	}
}

@media only screen and (min-height: 900px) and (min-width: 450px) {
	div.portal-main__modal-text-container {
		-webkit-line-clamp: 6;
	}
}

@media only screen and (min-height: 1000px) and (min-width: 450px) {
	div.portal-main__modal-text-container {
		-webkit-line-clamp: 7;
	}
}

/* Hero
------------------------------------------------------- */
.portal-main__arrow-container, .portal-main--modal-active .portal-main__arrow-container, .portal-main--modal-active .portal-main__help-container {
	display: none;
}

.portal-main__hero, .portal-main__primary-bg, .portal-main__primary-bg img, .portal-main__nav-bgs, .portal-main__nav-bg img {
	width: 100%;
	height: 100%;
}

.portal-main__hero, .portal-main__primary-bg {
	position: relative;
}

.portal-main__hero {
	z-index: 98;
}

.portal-main__primary-bg {
	display: block;
	z-index: 7;
}

.portal-main__primary-bg > iframe {
	position: absolute;
	top: calc(50% - 5px);
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 100vw;
	width: 177vh;
	min-height: 102vh;
	height: 77vw;
}

.portal-main__primary-bg img, .portal-main__nav-bgs, .portal-main__nav-bg, .portal-main__nav-bg img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.portal-main__primary-bg img, .portal-main__nav-bgs {
	max-height: 100%;
	max-width: 100%;
}

.portal-main__primary-bg img, .portal-main__nav-bg img {
	-o-object-fit: cover;
	object-fit: cover;
}

.portal-main__nav-bgs {
	z-index: 8;
}

.portal-main__nav-bg {
	transform: translateY(65px);
	transition: .4s all ease-in-out;
	opacity: 0;
}

.portal-main__nav-bg img {
	z-index: 1;
}

.portal-main__nav-bg--slide-active, .services-nav--desk .portal-main__nav-bg--hover-active {
	transform: translateY(0px);
	opacity: 1;
}

.services-nav--desk .portal-main__nav-bg--hover-active {
	z-index: 2;
}

.portal-main__arrow {
	width: 36px;
	font-size: 36px;
	color: #ed1c24;
}

.portal-main__arrow:hover {
	cursor: pointer;
}

.portal-main__arrow--prev {
	margin-right: 16px;
}

.portal-main__help-container {
	position: absolute;
	z-index: 9;
	bottom: 160px;
	left: 50%;
	transform: translateX(-50%);
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	max-width: 100%;
	padding: 0 20px;
	display: flex;
	align-items: center;
	white-space: nowrap;
}

.portal-main__help-container:hover {
	cursor: default;
}

.portal-main__help-text {
	font-size: calc(18px + ( 36 - 18 ) * ( ( 100vw - 300px ) / ( 576 - 300 ) ));
	letter-spacing: .03em;
	color: #fff;
	order: 2;
	transition: .3s all ease-in-out;
}

.portal-main__help-animation-container {
	position: relative;
	order: 1;
	transform: rotate(207deg);
	width: 5em;
	height: 5em;
	transition: .3s all ease-in-out;
}

@media only screen and (max-height: 567px) {
	.portal-main--modal-active .portal-main__help-container {
		display: flex;
	}
}

@media only screen and (min-width: 576px) {
	.portal-main__help-text {
		font-size: 36px;
	}
}

@media only screen and (min-width: 992px) {
	.portal-main__help-container:hover .portal-main__help-text {
		font-family: "Whitney", Arial, sans-serif;
		font-weight: 600;
		font-size: 65px;
	}
	
	.portal-main__help-container:hover .portal-main__help-animation-container {
		transform: rotate(208deg) scale(1.8);
	}
	
	.portal-main__help-container {
		bottom: 111px;
	}
	
	.portal-main__arrow-container {
		width: 100px;
		position: absolute;
		bottom: 83px;
		left: 53px;
		z-index: 10;
		display: flex;
	}
	
	.portal-main__help-text {
		order: 1;
	}
	
	.portal-main__help-animation-container {
		order: 2;
		transform: rotate(250deg);
	}
}

@media only screen and (min-width: 1600px) {
	.portal-main__arrow-container {
		transform: translateX(-745px);
		left: 50%;
	}
}

/* -------------------------------------------------------
========================= HOME ========================= 
------------------------------------------------------- */

/* Cross Section Styles
------------------------------------------------------- */
lottie-player {
	max-width: 100%;
	max-height: 100%;
}

/* Top Bar Emergency
------------------------------------------------------- */
.top-bar--emergency {
	background-color: #ed1c24;
	display: none;
}

.top-bar--emergency.top-bar--active {
	display: block;
}

.top-bar__emergency-text-container {
	padding: 5px 0;
}

.top-bar--emergency p, .top-bar--emergency a {
	color: #fff;
}

.top-bar--emergency p {
	margin-bottom: 0;
}

.top-bar--emergency a {
	font-style: italic;
	text-decoration: underline;
}

/* Top Bar Main
------------------------------------------------------- */
.top-bar--main {
	height: 40px;
	justify-content: space-between;
	background-color: #f6f6f6;
	position: relative;
	z-index: 3;
}

.top-bar--main > .container {
	height: 100%;
}

.top-bar__site-button:hover, .top-bar__site-button {
	color: #fff;
}

.top-bar__site-button {
	width: 138px;
	height: 47px;
	background-color: #ed1c24;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Whitney", Arial, sans-serif;
	font-weight: 600;
	font-size: 15px;
	flex-shrink: 0;
}

.top-bar__nav {
	height: 40px;
	display: flex;
}

.top-bar__nav-item {
	padding: 0 8px;
	height: 100%;
	display: flex;
	align-items: center;
	font-weight: 500;
	font-family: "Whitney", Arial, sans-serif;
	font-size: 14px;
	position: relative;
	transition: .3s all ease-in-out;
}

.top-bar__nav-item, .top-bar__nav-item:hover {
	color: #000;
}

.top-bar__nav-item::before {
	content: "";
	width: 1px;
	height: 14px;
	background-color: #000;
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
}

.top-bar__nav-item:last-of-type::before {
	display: none;
}

.top-bar__nav a {
	white-space: nowrap;
}

.top-bar__nav > .menu-item {
	padding: 0 8px;
	height: 100%;
	display: flex;
	align-items: center;
	font-weight: 500;
	font-family: "Whitney", Arial, sans-serif;
	font-size: 14px;
	position: relative;
	transition: .3s all ease-in-out;
}

.top-bar__nav > .menu-item.has-dropdown > ul {
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	list-style: none;
	padding-left: 0;
}

.top-bar__nav > .menu-item.has-dropdown:hover > ul {
	display: block;
}

.top-bar__nav > .menu-item.has-dropdown ul li {
	display: flex;
	height: 40px;
	align-items: center;
	background-color: #f6f6f6;
}

.top-bar__nav > .menu-item.has-dropdown ul li:hover {
	background-color: #e1e1e1;
}

.top-bar__nav > .menu-item.has-dropdown ul li a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	padding-left: 15px;
	padding-right: 15px;
}

.top-bar__nav > .menu-item a, .top-bar__nav > .menu-item:hover a {
	color: #000 !important;
}

.top-bar__nav > .menu-item::before {
	content: "";
	width: 1px;
	height: 14px;
	background-color: #000;
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
}

.top-bar__nav > .menu-item:last-of-type::before {
	display: none;
}

/* Search Bar
------------------------------------------------------- */
.search-form {
	display: flex;
	height: 34px;
	align-items: center;
	justify-content: flex-start;
	margin: 3px auto 20px 12px;
	min-width: 120px;
	width: calc(100% - 40px);
}

.search-input, .search-no-results .search-input {
	border-radius: 5px;
	border: 1px solid rgba(127, 127, 127, .4);
	padding-left: 10px;
	width: 100%;
	height: 100%;
	transition: .3s all ease-in-out;
	opacity: 1;
}

.search-submit {
	width: 26px !important;
	height: 100% !important;
	position: relative;
	border: none;
	background: transparent;
	padding: 0;
	margin-left: 5px;
}

.search-submit:focus {
	outline: none !important;
}

.search-submit__icon-container svg {
	width: 100%;
	height: 100%;
}

.search-form input::placeholder {
	color: rgba(127, 127, 127, .75) !important;
	opacity: 1;
}

.search-no-results input[type=search] {
	border: 1px solid rgba(127, 127, 127, .4);
}

@media only screen and (min-width: 992px) {
	.search-form {
		height: 30px;
		margin: 5px auto 0 7px;
		width: 100%;
		max-width: 270px;
	}
	
	.search-submit {
		width: 22px !important;
	}
	
	.search-input {
		background: #f6f6f6;
	}
	
	.search-no-results .search-input.search-input--hide, .search-input.search-input--hide {
		padding-left: 0px;
		width: 0%;
		opacity: 0;
	}
}

/* Header
------------------------------------------------------- */
.mobile-sticky-header {
	box-shadow: 0px 10px 20px rgba(0, 0, 0, .16);
	z-index: 100;
	transition: .3s all;
}

.hide-mobile-header {
	transform: none;
	top: -108px;
}

.mobile-header {
	height: var(--mobile-header-height);
	padding: 0px;
}

.mobile-header__logo {
	padding: 0px;
}

.mobile-header__logo img {
	max-height: 56px;
	max-width: 150px;
	width: 33vw;
}

.mobile-header .hamburger {
	margin-right: 0px;
	padding-left: 0;
	padding-right: 0;
}

.mobile-header .hamburger-box {
	width: 37px;
	margin-right: 10px;
}

.mobile-header .hamburger-box::before {
	content: "MENU";
	font-family: "Whitney", Arial, sans-serif;
	font-size: 10px;
	font-weight: 500;
	color: #000;
	position: absolute;
	top: calc(50% + 26px);
	transform: translate(-50%, -50%);
	left: 50%;
}

.mobile-header .hamburger.is-active .hamburger-box::before {
	content: "CLOSE";
}

.mobile-header .hamburger-inner {
	top: calc(50% - 6px);
}

.mobile-header .hamburger-inner, .mobile-header .hamburger-inner::before, .mobile-header .hamburger-inner::after {
	border-radius: 5px;
	height: 5px;
	width: 37px;
}

.mobile-header .hamburger-inner::after {
	bottom: var(--hamburger-spacing);
}

.mobile-header .hamburger-inner::before {
	top: var(--hamburger-spacing);
}

.nav-bar .nav {
	top: var(--mobile-header-height);
	height: auto;
	overflow-y: auto;
	padding: 0;
	max-height: calc(100vh - 200px);
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 16%);
}

.mobile-nav-buttons {
	padding: 0;
}

.main-navigation a {
	border: none;
}

.main-navigation > li.has-dropdown:after {
	font-size: 18px;
}

.main-navigation > li.has-dropdown.active-child-menu::after, .main-navigation > li.has-dropdown::after {
	display: flex;
	justify-content: center;
	right: 0;
	top: 5px;
}

.main-navigation > li.has-dropdown svg {
	display: none;
}

.main-navigation > li.has-dropdown > ul > li.has-dropdown:after {
	color: #7f7f7f;
}

.main-navigation > li.has-dropdown > a {
	padding-right: 75px;
}

.main-navigation > li.has-dropdown:after {
	width: 75px;
}

@media only screen and (min-width: 576px) {
	.mobile-header .hamburger-box {
		margin-right: 22px;
	}
}

@media only screen and (min-width: 992px) {
	.header-wrapper {
		box-shadow: 0px 10px 20px rgba(0, 0, 0, 16%);
	}
	
	.header--sticky {
		top: -1px;
	}
	
	.header, .header * {
		transition-duration: .3s;
	}
	
	.header {
		padding: 23px 0;
	}
	
	.header__logo-link {
		max-width: 100%;
		width: 100%;
	}
	
	.header__logo-img {
		width: 100px;
		margin-right: 23px;
	}
	
	.nav-bar .nav {
		top: 0;
		overflow: visible;
		box-shadow: none;
	}
	
	.main-navigation a {
		width: 100%;
		font-size: 11px !important;
		font-family: "Whitney", sans-serif;
		font-weight: 500;
	}
	
	.main-navigation > li::before {
		content: "";
		height: 3px;
		width: 0;
		background-color: #ed1c24;
		position: absolute;
		left: 7px;
		bottom: 5px;
		transition: .3s all ease-in-out;
	}
	
	.main-navigation > li:hover::before {
		width: calc(100% - 14px);
	}
	
	.main-navigation > li > a {
		padding: 12px 15px;
	}
	
	.main-navigation > li.has-dropdown a {
		font-weight: 500 !important;
	}
	
	.main-navigation > li.has-dropdown > a {
		padding-right: 25px;
	}
	
	.main-navigation > li.has-dropdown:after {
		transition: .3s all ease-in-out;
		right: 11px !important;
		top: 0 !important;
		font-size: 14px;
		width: unset;
	}
	
	.main-navigation > li.has-dropdown.active-child-menu:after {
		content: "";
	}
	
	.main-navigation > li.has-dropdown > ul {
		top: 100%;
	}
	
	.main-navigation > li.has-dropdown > ul > li.has-dropdown {
		display: flex;
	}
	
	.header__phone {
		display: flex;
		margin-left: -4px;
		white-space: nowrap;
		align-items: center;
	}
	
	.header__phone-number {
		font-family: "Whitney", Arial, sans-serif;
		font-weight: 900;
		font-size: 18px;
		color: #ed1c24;
		padding-right: 8px;
	}
}

@media only screen and (min-width: 1200px) {
	.main-navigation a {
		font-size: 14px !important;
	}
	
	.header__logo-img {
		width: 138px;
	}
}

/* Nav Styles for Last Dropdowns on Small Desktop
------------------------------------------------------- */
@media only screen and (min-width: 992px) and (max-width: 1799px) {
	/* styles for end of nav */
	.main-navigation > .menu-item:nth-last-child(1) > ul, .main-navigation > .menu-item:nth-last-child(2) > ul {
		right: 0;
		text-align: end;
	}
	
	.main-navigation > .menu-item:nth-last-child(1) > ul a, .main-navigation > .menu-item:nth-last-child(2) > ul a {
		padding: 10px 15px;
	}
	
	.main-navigation > .menu-item:nth-last-child(1) > ul li.has-dropdown > a, .main-navigation > .menu-item:nth-last-child(2) > ul li.has-dropdown > a {
		padding-right: 15px;
		padding-left: 25px;
	}
	
	.main-navigation > .menu-item:nth-last-child(1) > ul li.has-dropdown::after, .main-navigation > .menu-item:nth-last-child(2) > ul li.has-dropdown::after {
		right: calc(100% - 10px);
		transform: rotate(180deg);
	}
	
	.main-navigation > .menu-item:nth-last-child(1) > ul li.has-dropdown ul, .main-navigation > .menu-item:nth-last-child(2) > ul li.has-dropdown ul {
		right: 100%;
		left: unset;
	}
}

/* Hero Main
------------------------------------------------------- */
.hero-main {
	/*     padding-top: 31vw; */
	padding-top: 0;
	position: relative;
	height: calc(100vh - 198px);
	min-height: 520px;
}

.hero-main__promo-wrapper {
	padding: 120px 0 3em;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.hero-main__text-container, .hero-main__text-container p {
	font-family: "Open Sans", sans-serif;
	font-size: calc(12px + ( 16 - 12 ) * ( ( 100vw - 300px ) / ( 576 - 300 ) ));
	line-height: 1.63;
}

.hero-main__text-container p:last-of-type {
	margin-bottom: 0;
}

.hero-main__text-container {
	margin-bottom: 2em;
}

.hero-main__text-container a, .hero-main__text-container strong {
	font-weight: 800;
}

.hero-main__button--swoosh {
	border: 2px solid #fff;
	margin: 0 auto;
}

.hero-main__button--swoosh:hover {
	color: #fff;
}

@media only screen and (min-width: 992px) and (hover: hover) {
	.hero-main__button--swoosh:hover {
		border: 2px solid #000;
	}
}

@media only screen and (min-width: 500px) {
	.hero-main__promo-wrapper {
		padding-top: 8em;
	}
}

@media only screen and (min-width: 576px) {
	.hero-main__promo-wrapper {
		padding-top: 31vw;
	}
	
	.hero-main__text-container, .hero-main__text-container p {
		font-size: 16px;
	}
}

@media only screen and (min-width: 992px) {
	.hero-main {
		/* 		padding-top: 20vw; */
		height: calc(100vh - 178px);
		min-height: 520px;
	}
	
	.hero-main__promo-wrapper {
		transition: .3s all ease-in-out;
		transform: translateX(-100%);
	}
	
	.page-load-delay .hero-main__promo-wrapper {
		transition: .5s all ease-in-out;
		transform: translateX(0%);
	}
	
	.hero-main__promo-container {
		display: flex;
		align-items: center;
	}
	
	.hero-main__text-container {
		width: 600px;
		margin-right: 28px;
		margin-bottom: 0;
	}
	
	.hero-main__text-container p, .hero-main__text-container {
		font-size: 18px;
		line-height: 1.56;
	}
	
	.hero-main__button--swoosh {
		margin-left: 0;
	}
}

@media only screen and (min-width: 1200px) {
	.hero-main {
		height: calc(100vh - 188px);
	}
}

.hero-main__swoosh-heading {
	flex-basis: 100%;
	margin-top: 40px;
}

.hero-main > .container-wrapper {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.hero-main__heading {
	font-size: calc(30px + ( 69 - 30 ) * ( ( 100vw - 300px ) / ( 576 - 300 ) ));
	line-height: .65;
	color: #fff;
	text-shadow: 22px 0px 40px rgba(6, 53, 108, .42);
	font-style: italic;
	font-weight: 900;
	margin-bottom: 1.16em;
}

.hero-main__heading--line-2 {
	font-size: calc(16px + ( 32 - 16 ) * ( ( 100vw - 300px ) / ( 576 - 300 ) ));
}

.hero-main__heading--line-3 {
	font-size: calc(16px + ( 25 - 16 ) * ( ( 100vw - 300px ) / ( 576 - 300 ) ));
	font-family: "Whitney Book", Arial, sans-serif;
	font-weight: 400;
}

.hero-main__button-wrapper, .hero-main__button {
	width: 100%;
}

.hero-main__button-wrapper .button__bg-animation {
	display: none;
}

.hero-main__button.button--sec {
	background: right/200% 100% no-repeat linear-gradient(to right, #000 0%, #000 50%, #ed1c24 50%, #ed1c24 100%);
	color: #fff;
	font-size: calc(12px + ( 18 - 12 ) * ( ( 100vw - 300px ) / ( 576 - 300 ) ));
}

@media only screen and (min-width: 992px) and (hover: hover) {
	.hero-main__button.button--sec:hover {
		background-position: left;
	}
}

@media only screen and (min-width: 576px) {
	.hero-main__button.button--sec {
		font-size: 18px;
	}
	
	.hero-main__heading--line-3 {
		font-size: 25px;
	}
	
	.hero-main__heading--line-2 {
		font-size: 32px;
	}
	
	.hero-main__heading {
		font-size: 69px;
	}
	
	.hero-main__button-wrapper .button__bg-animation {
		display: block;
	}
	
	.hero-main__swoosh-heading {
		margin-top: 0;
	}
}

@media only screen and (min-width: 992px) {
	.hero-main__button-wrapper, .hero-main__button {
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
	}
	
	.hero-main__button .button__label {
		padding-right: 35px;
	}
	
	.hero-main__heading--line-3 {
		font-size: 37px;
	}
	
	.hero-main__heading--line-2 {
		font-size: 49px;
	}
	
	.hero-main__heading {
		font-size: 102px;
		margin-bottom: 64px;
	}
	
	.hero-main__promo-container {
		flex-wrap: wrap;
	}
}

/* Home Section One - Electricity
------------------------------------------------------- */
.hs1 {
	padding: 110px 0 120px;
	position: relative;
	z-index: 2;
}

.hs1__heading, .hs1__text-container {
	color: #fff;
}

.hs1__button-wrapper {
	margin: 0 auto;
}

.hs1__button-wrapper, .hs1__button {
	margin: 0 auto;
	width: 100%;
}

.hs1__button .button__label {
	transform: translateX(-12%);
}

.hs1__text-container {
	margin-bottom: 72px;
}

@media only screen and (min-width: 992px) {
	.hs1 {
		padding: 130px 0 220px;
	}
	
	.hs1__text-container {
		max-width: 600px;
	}
	
	.hs1__button .button__label {
		transform: none;
		padding-left: 15px;
		padding-right: 55px;
	}
	
	.hs1__button-wrapper, .hs1__button {
		margin: 0;
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
	}
}

@media only screen and (min-width: 1800px) {
	.hs1 {
		padding: 7vw 0 12vw;
	}
}

/* Home Section Two - Pay Your Bill
------------------------------------------------------- */
.hs2 {
	background: bottom center/576px 100% no-repeat url("https://cdn-ilemmcg.nitrocdn.com/aSPSlRRgXHKlIRefCzgHljNJwnvMuOKs/assets/images/optimized/rev-7f9d840/www.gvec.org/wp-content/uploads/mobilepayyourbillbg.png");
	padding: 45vw 0 70px;
	position: relative;
	z-index: 3;
	margin-top: -70px;
}

.hs2__heading, .hs2__text-container p {
	color: #fff;
}

.hs2__text-container {
	margin-bottom: 50px;
}

.hs2__button-container {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.hs2__button-wrapper--outer {
	width: 100%;
	display: flex;
	justify-content: center;
}

.hs2__button-wrapper {
	width: 100%;
	max-width: 320px;
}

.hs2__button-wrapper:hover {
	max-width: 350px;
}

.hs2__button {
	width: 100%;
}

.hs2__button-wrapper .button__left-animation {
	width: 16vw;
	height: 16vw;
	max-width: 58px;
	max-height: 63px;
	margin-left: 3px;
}

.hs2__button-wrapper .button__bg-animation {
	display: none;
	pointer-events: none;
}

.hs2__button-wrapper .button__label {
	padding: 0 .5em;
}

.hs2__button-wrapper:not(:last-of-type) {
	margin-bottom: 24px;
}

.hs2__button-wrapper--outer:not(:last-of-type) {
	margin-bottom: 24px;
}

@media only screen and (min-width: 400px) {
	.hs2 {
		padding-top: 190px;
	}
}

@media only screen and (min-width: 576px) {
	.hs2 {
		background: bottom center/100% 100% no-repeat url("https://cdn-ilemmcg.nitrocdn.com/aSPSlRRgXHKlIRefCzgHljNJwnvMuOKs/assets/images/optimized/rev-7f9d840/www.gvec.org/wp-content/uploads/mobilepayyourbillbgx2.png");
	}
	
	.hs2__button-wrapper .button--sec:hover .button__label::after {
		margin-left: 5px;
	}
}

@media only screen and (min-width: 992px) {
	.hs2 {
		background: bottom center/1600px 100% no-repeat url("https://cdn-ilemmcg.nitrocdn.com/aSPSlRRgXHKlIRefCzgHljNJwnvMuOKs/assets/images/optimized/rev-7f9d840/www.gvec.org/wp-content/uploads/payyourbillbg.png");
		margin-top: -180px;
		padding: 256px 0 145px;
	}
	
	.hs2__text-container {
		max-width: 865px;
		margin: 0 auto 80px;
	}
}

@media only screen and (min-width: 1200px) {
	.hs2__button-wrapper .button__bg-animation {
		display: block;
	}
	
	.hs2__button-container {
		flex-direction: row;
		justify-content: space-between;
	}
	
	.hs2__button-wrapper:not(:last-of-type) {
		margin-bottom: 0;
	}
	
	.hs2__button-wrapper--outer {
		width: 33%;
		justify-content: start;
	}
	
	.hs2__button-wrapper--outer:nth-of-type(2) .hs2__button-wrapper {
		margin: 0 auto;
	}
	
	.hs2__button-wrapper--outer:nth-of-type(3) .hs2__button-wrapper {
		margin-left: auto;
	}
	
	.hs2__button-wrapper--outer:not(:last-of-type) {
		margin-bottom: 0;
	}
}

@media only screen and (min-width: 1600px) {
	.hs2 {
		background: bottom center/100% 100% no-repeat url("https://cdn-ilemmcg.nitrocdn.com/aSPSlRRgXHKlIRefCzgHljNJwnvMuOKs/assets/images/optimized/rev-7f9d840/www.gvec.org/wp-content/uploads/payyourbillbgx2.png");
	}
}

/* Home Section Three - Report and Track Outages
------------------------------------------------------- */
.hs3 {
	padding: 75px 0 110px;
}

.hs3__heading, .hs3__text-container {
	color: #fff;
}

.hs3__text-container {
	margin-bottom: 50px;
}

.hs3__button-container {
	display: flex;
	justify-content: center;
}

.hs3__outage-button {
	background: linear-gradient(180deg, #404040 0%, #292929 100%);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: .3s bottom ease-in-out;
	width: 36vw;
	height: 36vw;
	max-width: 210px;
	max-height: 210px;
	bottom: 8px;
	position: relative;
	padding: 5px;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, .36);
}

.hs3__outage-button:first-of-type {
	margin-right: 1.5em;
}

.hs3__outage-button::before {
	content: "";
	position: absolute;
	top: calc(100% + 25px);
	left: 50%;
	transform: translateX(-50%);
	background: #7e7e7e;
	opacity: .46;
	width: 80%;
	max-width: 90px;
	height: 10px;
	border-radius: 50%;
	transition: .3s all ease-in-out;
}

.hs3__outage-button:hover::before {
	top: calc(100% + 5px);
	opacity: 0;
}

.hs3__outage-button:hover {
	background: #ed1c24;
	bottom: 0px;
}

.hs3__outage-button:hover .hover-path {
	fill: #fff;
}

.hs3 svg .hover-path {
	fill: #ed1c24;
}

.hs3__outage-icon-container {
	display: flex;
	width: 17vw;
	height: 17vw;
	max-width: 93px;
	max-height: 93px;
	margin-bottom: 1.1em;
}

.hs3__outage-icon-container svg {
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
}

.hs3__button-label {
	font-family: "Open Sans", Arial, sans-serif;
	line-height: 1.22;
	color: #fff;
	font-weight: 800;
	text-transform: uppercase;
	font-size: calc(12px + ( 18 - 12 ) * ( ( 100vw - 300px ) / ( 576 - 300 ) ));
}

@media only screen and (min-width: 576px) {
	.hs3__button-label {
		font-size: 18px;
	}
}

@media only screen and (min-width: 992px) {
	.hs3 {
		padding: 16vh 0;
		padding-bottom: 22vh;
	}
	
	.hs3__button-container {
		justify-content: start;
	}
	
	.hs3__text-container {
		max-width: 850px;
	}
}

/* Home Section Four - Latest News
------------------------------------------------------- */
.hs4 {
	padding: 4.2em 0 104px;
	background: linear-gradient(180deg, #404040 0%, #0d0d0d 100%);
}

.hs4__heading {
	margin-bottom: .73em;
	color: #fff;
}

.hs4__blog-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	width: 66vw;
	height: 100%;
	max-width: 359px;
	background: #292929;
}

.hs4__blog-image-container {
	width: 100%;
	height: 140px;
	position: relative;
	overflow: hidden;
}

.hs4__blog-image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-o-object-position: top;
	object-position: top;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.hs4__blog-image--logo {
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
}

.hs4__blog-container--inner {
	padding: 20px 1.5em;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	width: 100%;
}

.hs4__blog-category {
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 12px;
	color: #fff;
	font-weight: 600;
	line-height: 1.86;
	margin-bottom: 25px;
	position: relative;
	display: block;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}

.hs4__blog-category::before {
	content: "";
	height: 3px;
	width: 100%;
	background: #ed1c24;
	position: absolute;
	top: calc(100% + 2px);
	left: 0;
}

.hs4__blog-heading-container, .hs4__blog-excerpt-container {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.hs4__blog-heading-container {
	margin-bottom: 15px;
}

.hs4__blog-heading {
	margin-bottom: 0;
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: 800;
	color: #fff;
	font-size: calc(16px + ( 20 - 16 ) * ( ( 100vw - 300px ) / ( 576 - 300 ) ));
	line-height: 1.2;
}

.hs4__blog-excerpt-container {
	margin-bottom: 25px;
	margin-top: auto;
}

.hs4__blog-excerpt {
	font-family: "Open Sans", Arial, sans-serif;
	color: #fff;
	font-size: 14px;
	line-height: 1.57;
	margin-bottom: 0;
}

.hs4__blog-info-container {
	display: flex;
	flex-direction: column;
}

.hs4__blog-date {
	font-family: "Open Sans", Arial, sans-serif;
	color: #bfbfbf;
	font-size: 12px;
	font-weight: 500;
}

.hs4__blog-link {
	position: relative;
	font-family: "Open Sans", Arial, sans-serif;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	display: flex;
	align-items: center;
}

.hs4__blog-link:hover {
	color: #fff;
}

.hs4__blog-link::after {
	content: "";
	-webkit-mask-image: url("https://cdn-ilemmcg.nitrocdn.com/aSPSlRRgXHKlIRefCzgHljNJwnvMuOKs/assets/images/source/rev-7f9d840/www.gvec.org/wp-content/uploads/longarrow.svg");
	mask-image: url("https://cdn-ilemmcg.nitrocdn.com/aSPSlRRgXHKlIRefCzgHljNJwnvMuOKs/assets/images/source/rev-7f9d840/www.gvec.org/wp-content/uploads/longarrow.svg");
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	background-color: #ed1c24;
	display: inline-block;
	z-index: 1;
	height: 16px;
	width: 14px;
	margin-left: 6px;
}

.hs4 .slick-list {
	padding-left: 2.25em;
}

.hs4__slide:not(:last-of-type) {
	margin-right: 20px;
}

.hs4 .slick-track::before {
	margin-right: -20px;
}

.hs4__slide:last-of-type .hs4__blog-container {
	background: transparent;
	max-width: 250px;
}

.hs4__blog-page-link {
	display: flex;
	flex-direction: column;
	margin-top: auto;
	margin-bottom: auto;
}

.hs4__blog-page-link-text {
	font-family: "Whitney", Arial, sans-serif;
	font-weight: 700;
	color: #bfbfbf;
	font-size: 32px;
	line-height: 1;
}

.hs4__blog-page-link-text--bottom {
	position: relative;
	display: flex;
	align-items: center;
}

.hs4__blog-page-link-text--bottom::after {
	content: "";
	-webkit-mask-image: url("https://cdn-ilemmcg.nitrocdn.com/aSPSlRRgXHKlIRefCzgHljNJwnvMuOKs/assets/images/source/rev-7f9d840/www.gvec.org/wp-content/uploads/longarrow.svg");
	mask-image: url("https://cdn-ilemmcg.nitrocdn.com/aSPSlRRgXHKlIRefCzgHljNJwnvMuOKs/assets/images/source/rev-7f9d840/www.gvec.org/wp-content/uploads/longarrow.svg");
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	background-color: #ed1c24;
	display: inline-block;
	z-index: 1;
	height: 45px;
	width: 50px;
	margin-left: 10px;
}

@media only screen and (min-width: 450px) {
	.hs4__blog-info-container {
		flex-direction: row;
		justify-content: space-between;
	}
}

@media only screen and (min-width: 576px) {
	.hs4 .slick-list {
		padding-left: calc(( 100vw - 488px ) / 2);
	}
	
	.hs4__blog-heading {
		font-size: 20px;
	}
}

@media only screen and (min-width: 768px) {
	.hs4 .slick-list {
		padding-left: calc(( 100vw - 720px ) / 2);
	}
}

@media only screen and (min-width: 992px) {
	.hs4 {
		padding: 12vh 0;
		padding-bottom: 20vh;
	}
	
	.hs4 .slick-list {
		padding-left: calc(( 100vw - 960px ) / 2);
	}
	
	.hs4 .slick-list {
		margin: 0;
	}
}

@media only screen and (min-width: 1200px) {
	.hs4 .slick-list {
		padding-left: calc(( 100vw - 1140px ) / 2);
	}
}

/* Home Section Five - Energy Efficient Rebates
------------------------------------------------------- */
.hs5 {
	padding: 24px 0 68px;
	position: relative;
}

.hs5__animation-container {
	width: 80vw;
	height: 80vw;
	max-width: 272px;
	max-height: 272px;
	margin: 0 auto 18px;
	display: flex;
	position: relative;
}

.hs5__animation-container video {
	width: 100%;
	height: 100%;
}

.hs5__text-container {
	margin-bottom: 2.2em;
}

.hs5__button-wrapper, .hs5__button {
	width: 100%;
}

.hs5__button.button--sec {
	background: right/200% 100% no-repeat linear-gradient(to right, #000 0%, #000 50%, #ed1c24 50%, #ed1c24 100%);
}

.hs5__button .button__label {
	transform: translateX(-12%);
	color: #fff;
}

@media only screen and (min-width: 992px) and (hover: hover) {
	.hs5__button.button--sec:hover {
		background-position: left;
	}
}

@media only screen and (min-width: 992px) {
	.hs5 {
		padding: 25vh 0;
	}
	
	.hs5__animation-container {
		width: 40vw;
		height: 40vw;
		max-width: 596px;
		max-height: 596px;
		margin: 0;
		position: absolute;
		right: calc(50% + 115px);
		top: 50%;
		transform: translateY(-50%);
	}
	
	.hs5__content-container {
		width: 52%;
		margin-left: auto;
	}
	
	.hs5__text-container {
		margin-bottom: 55px;
	}
	
	.hs5__button-wrapper, .hs5__button {
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
	}
	
	.hs5__button .button__label {
		transform: none;
		padding-left: 15px;
		padding-right: 55px;
	}
}

/* Home Section Six - Community
------------------------------------------------------- */
.hs6 {
	overflow: hidden;
	position: relative;
	z-index: 2;
	background: linear-gradient(to bottom, #ed1b23, #ba1015);
}

.hs6__background-container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
}

.hs6__background-container lottie-player, #hs6__custom-animation svg, #hs6__custom-animation {
	min-width: 100%;
	min-height: 100%;
	max-width: 100%;
	max-height: 100%;
}

#hs6__custom-animation {
	width: 100%;
	height: 100%;
	display: flex;
}

.hs6 .container-wrapper {
	position: relative;
	z-index: 1;
	padding-top: 63px;
}

.hs6__heading, .hs6__text-container {
	color: #fff;
}

.hs6__button-wrapper {
	margin: 0 auto;
}

.hs6__button .button__left-animation {
	width: 0;
	margin-left: 0;
}

.hs6__button-wrapper, .hs6__button {
	margin: 0 auto 40px;
	width: 100%;
}

.hs6__text-container {
	margin-bottom: 58px;
}

.hs6__photo-container {
	position: relative;
	right: -7%;
	width: 87vw;
	max-width: 472px;
	display: flex;
	margin: 0 auto;
}

@media only screen and (min-width: 576px) {
	.hs6__button .button__left-animation {
		width: 11vw;
		margin-left: 12px;
	}
	
	.hs6__button .button__label {
		transform: translateX(-9%);
	}
}

@media only screen and (min-width: 992px) {
	.hs6 .container-wrapper {
		padding: 71px 0 86px;
	}
	
	.hs6__content-container {
		width: 58%;
		max-width: 645px;
	}
	
	.hs6__button .button__label {
		transform: none;
		padding-left: 15px;
		padding-right: 55px;
	}
	
	.hs6__button-wrapper, .hs6__button {
		margin: 0;
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
	}
	
	.hs6__photo-container {
		position: absolute;
		bottom: 0;
		right: unset;
		left: calc(50% + 100px);
		max-width: 762px;
		width: 50vw;
	}
}

/* Home Section Seven - We're More Than Electricity
------------------------------------------------------- */
.hs7 {
	position: relative;
	padding: 70px 0 75px;
	background: #292929;
	z-index: 1;
}

.hs7__heading, .hs7__text-container {
	color: #fff;
}

.hs7__text-container {
	margin-bottom: 15px;
}

.hs7__text-container p:last-of-type {
	margin-bottom: 0;
}

.hs7__video-container {
	padding: 56.25% 0 0 0;
	position: relative;
	display: none;
	z-index: 0;
}

.hs7 .slick-list {
	padding-left: 2.25em;
}

.hs7 .slick-track {
	padding: 25px 0 35px;
}

.hs7__slide:not(:last-of-type) {
	margin-right: 1.5em;
}

.hs7 .slick-track::before {
	margin-right: -1.5em;
}

.hs7 .slick-track::after {
	margin-left: -1.5em;
}

.hs7 .hs7__slider .slick-prev, .hs7 .hs7__slider .slick-next {
	top: calc(100% + 22px);
}

.hs7__button {
	background: linear-gradient(180deg, #404040 0%, #292929 100%);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: .3s bottom ease-in-out;
	width: 36vw;
	height: 36vw;
	max-width: 210px;
	max-height: 210px;
	bottom: 8px;
	position: relative;
	padding: 5px;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, .36);
}

.hs7__button::before {
	content: "";
	position: absolute;
	top: calc(100% + 25px);
	left: 50%;
	transform: translateX(-50%);
	background: #7e7e7e;
	opacity: .46;
	width: 80%;
	max-width: 90px;
	height: 10px;
	border-radius: 50%;
	transition: .3s all ease-in-out;
}

.hs7__button:hover::before {
	top: calc(100% + 25px);
	opacity: 0;
}

.hs7__button:hover {
	background: #ed1c24;
	bottom: 0px;
}

.hs7__button:hover .hover-path {
	fill: #fff;
}

.hs7 svg .hover-path {
	fill: #ed1c24;
}

.hs7__button-icon-container {
	display: flex;
	width: 17vw;
	height: 17vw;
	max-width: 93px;
	max-height: 93px;
	margin-bottom: 1.1em;
}

.hs7__button-icon-container svg {
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
}

.hs7__button-label {
	font-family: "Open Sans", Arial, sans-serif;
	line-height: 1.22;
	color: #fff;
	font-weight: 800;
	text-transform: uppercase;
	font-size: calc(12px + ( 18 - 12 ) * ( ( 100vw - 300px ) / ( 576 - 300 ) ));
}

@media only screen and (min-width: 576px) {
	.hs7 .slick-list {
		padding-left: calc(( 100vw - 488px ) / 2);
	}
	
	.hs7__button-label {
		font-size: 18px;
	}
}

@media only screen and (min-width: 768px) {
	.hs7 .slick-list {
		padding-left: calc(( 100vw - 720px ) / 2);
	}
}

@media only screen and (min-width: 992px) {
	.hs7 .slick-list {
		padding-left: 0;
	}
	
	.hs7 .slick-track {
		justify-content: center;
		max-width: 930px;
		margin: 0 auto;
	}
	
	.hs7__text-container {
		margin-bottom: 32px;
	}
}

@media only screen and (min-width: 1200px) {
	.hs7 {
		padding: 0;
		margin: -7% 0;
	}
	
	.hs7 .container {
		padding-left: 0;
		padding-right: 0;
	}
	
	.hs7__video-container {
		display: block;
	}
	
	.hs7__content-wrapper {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		max-width: 1140px;
		width: 100%;
	}
	
	.hs7__video-container::before {
		content: "";
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: 2;
		opacity: .6;
		background: #000;
	}
	
	.hs7__button {
		width: 25vw;
		margin: 0 auto;
	}
}

/* Home Section Eight - Careers
------------------------------------------------------- */
.hs8 {
	position: relative;
	z-index: 2;
	background: #404040;
	padding: 3.2em 0 4.6em;
	box-shadow: 0px 10px 30px rgba(0, 0, 0, .31);
}

.hs8__heading, .hs8__text-container {
	color: #fff;
}

.hs8__text-container {
	margin-bottom: 3.75em;
}

.hs8__button-wrapper {
	margin: 0 auto;
}

.hs8__button-wrapper, .hs8__button {
	margin: 0 auto;
	width: 100%;
}

.hs8__button .button__label {
	transform: translateX(-12%);
}

@media only screen and (min-width: 992px) {
	.hs8 {
		padding: 48px 0 50px;
	}
	
	.hs8 .container {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	
	.hs8__content-container {
		width: 62%;
		max-width: 686px;
	}
	
	.hs8__text-container, .hs8__text-container p:last-of-type {
		margin-bottom: 0;
	}
	
	.hs8__text-container p {
		font-size: 18px;
		line-height: 1.65;
	}
	
	.hs8__button .button__label {
		transform: none;
		padding-left: 15px;
		padding-right: 55px;
	}
	
	.hs8__button-wrapper, .hs8__button {
		margin: 0;
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
	}
}

/* Contact
------------------------------------------------------- */
@media only screen and (min-width: 992px) {
	.postscript-contact {
		display: flex;
	}
	
	.postscript-contact__location-wrapper, .postscript-contact__form-wrapper {
		width: 50%;
	}
}

/* Contact -- Locations
------------------------------------------------------- */
.postscript-contact__location-wrapper {
	padding: 65px 0 75px;
	background: #ecebea;
}

.postscript-contact__location-wrapper--inner {
	max-width: 416px;
	margin: 0 auto;
}

.postscript-contact__location-heading {
	font-size: calc(22px + ( 46 - 22 ) * ( ( 100vw - 300px ) / ( 576 - 300 ) ));
	margin-bottom: 30px;
}

h2.postscript-contact__location-heading {
	color: #000;
}

.postscript-contact__locations {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.postscript-contact__location-container:not(:last-of-type) {
	margin-bottom: 18px;
}

.postscript-contact__location-container {
	border-radius: 12px;
	background: #fff;
	display: flex;
	overflow: hidden;
	max-width: 416px;
	width: 100%;
}

.postscript-contact__marker-container {
	background: #ed1c24;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1.08em 1.29em;
}

.postscript-contact__marker-container span {
	color: #fff;
	font-size: 1.7em;
}

.postscript-contact__office-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: .3em 1.2em;
	flex-grow: 1;
}

.postscript-contact__office-container {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}

.postscript-contact__office {
	font-weight: 700;
	margin-right: 9px;
}

.postscript-contact__office, .postscript-contact__office-phone {
	font-size: calc(16px + ( 20 - 16 ) * ( ( 100vw - 300px ) / ( 576 - 300 ) ));
}

.postscript-contact__office, .postscript-contact__office-phone, .postscript-contact__more-info {
	font-family: "Whitney", Arial, sans-serif;
	line-height: 1.4;
}

.postscript-contact__office, .postscript-contact__office-phone:hover, .postscript-contact__office-phone {
	color: #000;
}

.postscript-contact__office-phone {
	font-weight: 500;
}

.postscript-contact__more-info {
	font-style: italic;
	display: flex;
	align-items: center;
	font-size: 18px;
}

.postscript-contact__more-info:hover, .postscript-contact__more-info {
	color: #656565;
}

.postscript-contact__more-info span {
	color: #ed1c24;
	margin-left: 4px;
}

@media only screen and (min-width: 500px) {
	.postscript-contact__office-container {
		flex-direction: row;
	}
}

@media only screen and (min-width: 576px) {
	.postscript-contact__location-heading {
		font-size: 46px;
	}
	
	.postscript-contact__office, .postscript-contact__office-phone {
		font-size: 20px;
	}
}

@media only screen and (min-width: 992px) {
	.postscript-contact__location-wrapper {
		padding: 95px 0;
	}
	
	.postscript-contact__location-wrapper .container {
		margin-right: 0;
	}
	
	.postscript-contact__location-wrapper--inner {
		margin-right: 26px;
	}
}

@media only screen and (min-width: 1200px) {
	.postscript-contact__location-wrapper--inner {
		margin-right: 126px;
	}
}

/* Contact -- Form
------------------------------------------------------- */
input.wpcf7-form-control.wpcf7-text.cf-text::placeholder, input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel.cf-text::placeholder {
	height: unset !important;
	line-height: unset !important;
}

.postscript-contact__form-wrapper {
	background: linear-gradient(180deg, #7d0e12 0%, #ed1c24 100%);
	padding: 65px 0;
}

.postscript-contact__form-wrapper--inner {
	max-width: 490px;
	margin: 0 auto;
}

.postscript-contact__form-heading {
	font-size: calc(22px + ( 46 - 22 ) * ( ( 100vw - 300px ) / ( 576 - 300 ) ));
	margin-bottom: 26px;
}

.postscript-contact .input-fields-column + .input-fields-column, .postscript-contact .input-fields-column .col-12 + .col-12 {
	margin-top: 0;
}

.postscript-contact .input-fields-column > .row > *:not(p) {
	margin-bottom: 20px;
}

.postscript-contact form p {
	margin-bottom: 0;
}

.postscript-contact__button {
	margin: 26px auto 0;
	position: relative;
}

.postscript-contact__button.button--stn {
	width: 90%;
	max-width: 261px;
	border: 2px solid #fff;
	background: right/200% 100% no-repeat linear-gradient(to right, #000 0%, #000 50%, transparent 50%, transparent 100%);
}

@media only screen and (min-width: 992px) and (hover: hover) {
	.postscript-contact__button.button--stn:hover {
		border: 2px solid #000;
		background-position: left;
	}
}

.postscript-contact__button .button__label {
	font-size: calc(14px + ( 18 - 14 ) * ( ( 100vw - 300px ) / ( 576 - 300 ) ));
}

.postscript-contact .wpcf7-submit {
	background-color: transparent;
	border-radius: 0;
	height: 100%;
	margin-top: 0px;
	width: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
}

.postscript-contact .wpcf7-submit:hover {
	background-color: transparent;
}

.postscript-contact span.wpcf7-not-valid-tip {
	color: #dc3232;
	background: #fff;
	width: 100%;
	padding: 5px;
}

.postscript-contact div.wpcf7-response-output {
	color: #ffb900;
	background: #fff;
}

.postscript-contact .ajax-loader, .postscript-contact .wpcf7-spinner {
	position: absolute;
	top: 100%;
}

.wpcf7 form .wpcf7-response-output {
	background: #fff;
}

.postscript-contact .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #fff transparent;
}

.postscript-contact .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #fff transparent transparent transparent;
}

.postscript-contact input.wpcf7-form-control.wpcf7-text.cf-text, .postscript-contact input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel.cf-text, .postscript-contact input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-email.cf-text, .postscript-contact .select2-container--default .select2-selection--single, .postscript-contact .select2-container--default .select2-selection--single .select2-selection__rendered, .postscript-contact .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 46px;
	line-height: 46px;
}

.postscript-contact input.wpcf7-form-control.wpcf7-text.cf-text, .postscript-contact input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel.cf-text, .postscript-contact input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-email.cf-text, .postscript-contact .select2-container--default .select2-selection--single {
	background: transparent !important;
	border-bottom: 2px solid #fff;
	border-radius: 0;
}

/* input color */

/* placeholder color */
.postscript-contact .select2-container--default .select2-selection--single .select2-selection__rendered[title="Are You a New Customer?*"], .postscript-contact .select2-container--default .select2-selection--single .select2-selection__rendered[title="Inquiry About...*"], .postscript-contact input.wpcf7-form-control.wpcf7-text.cf-text, .postscript-contact input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel.cf-text, .postscript-contact input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-email.cf-text, .postscript-contact .select2-container--default .select2-selection--single, .postscript-contact .wpcf7-form select, .postscript-contact .wpcf7-form select option:first-of-type, .postscript-contact .select2-container--default .select2-selection--single .select2-selection__rendered, .postscript-contact .wpcf7-textarea {
	color: var(--contact-bar-color) !important;
	font-size: var(--contact-bar-font-size-1);
	opacity: 1;
	font-family: "Whitney", Arial, sans-serif;
	font-weight: 500;
	padding-left: 0;
}

.postscript-contact .wpcf7-textarea::-webkit-input-placeholder, .postscript-contact input.wpcf7-form-control.wpcf7-text.cf-text::-webkit-input-placeholder, .postscript-contact input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel.cf-text::-webkit-input-placeholder {
	color: var(--contact-bar-color) !important;
	font-size: var(--contact-bar-font-size-1);
	opacity: 1;
	font-family: "Whitney", Arial, sans-serif;
	font-weight: 500;
	padding-left: 0;
}

.postscript-contact .wpcf7-textarea:-ms-input-placeholder, .postscript-contact input.wpcf7-form-control.wpcf7-text.cf-text:-ms-input-placeholder, .postscript-contact input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel.cf-text:-ms-input-placeholder {
	color: var(--contact-bar-color) !important;
	font-size: var(--contact-bar-font-size-1);
	opacity: 1;
	font-family: "Whitney", Arial, sans-serif;
	font-weight: 500;
	padding-left: 0;
}

.postscript-contact .wpcf7-textarea::-ms-input-placeholder, .postscript-contact input.wpcf7-form-control.wpcf7-text.cf-text::-ms-input-placeholder, .postscript-contact input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel.cf-text::-ms-input-placeholder {
	color: var(--contact-bar-color) !important;
	font-size: var(--contact-bar-font-size-1);
	opacity: 1;
	font-family: "Whitney", Arial, sans-serif;
	font-weight: 500;
	padding-left: 0;
}

.postscript-contact .wpcf7-textarea::placeholder, .postscript-contact input.wpcf7-form-control.wpcf7-text.cf-text::placeholder, .postscript-contact input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel.cf-text::placeholder {
	color: var(--contact-bar-color) !important;
	font-size: var(--contact-bar-font-size-1);
	opacity: 1;
	font-family: "Whitney", Arial, sans-serif;
	font-weight: 500;
	padding-left: 0;
}

@media only screen and (min-width: 576px) {
	.postscript-contact__button .button__label {
		font-size: 18px;
	}
	
	.postscript-contact__form-heading {
		font-size: 46px;
	}
	
	/* input color */
	
	/* placeholder color */
	.postscript-contact .select2-container--default .select2-selection--single .select2-selection__rendered[title="Are You a New Customer?*"], .postscript-contact .select2-container--default .select2-selection--single .select2-selection__rendered[title="Inquiry About...*"], .postscript-contact input.wpcf7-form-control.wpcf7-text.cf-text, .postscript-contact input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel.cf-text, .postscript-contact input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-email.cf-text, .postscript-contact .select2-container--default .select2-selection--single, .postscript-contact .wpcf7-form select, .postscript-contact .wpcf7-form select option:first-of-type, .postscript-contact .select2-container--default .select2-selection--single .select2-selection__rendered, .postscript-contact .wpcf7-textarea {
		font-size: var(--contact-bar-font-size-2);
	}
	
	.postscript-contact .wpcf7-textarea::-webkit-input-placeholder, .postscript-contact input.wpcf7-form-control.wpcf7-text.cf-text::-webkit-input-placeholder, .postscript-contact input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel.cf-text::-webkit-input-placeholder {
		font-size: var(--contact-bar-font-size-2);
	}
	
	.postscript-contact .wpcf7-textarea:-ms-input-placeholder, .postscript-contact input.wpcf7-form-control.wpcf7-text.cf-text:-ms-input-placeholder, .postscript-contact input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel.cf-text:-ms-input-placeholder {
		font-size: var(--contact-bar-font-size-2);
	}
	
	.postscript-contact .wpcf7-textarea::-ms-input-placeholder, .postscript-contact input.wpcf7-form-control.wpcf7-text.cf-text::-ms-input-placeholder, .postscript-contact input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel.cf-text::-ms-input-placeholder {
		font-size: var(--contact-bar-font-size-2);
	}
	
	.postscript-contact .wpcf7-textarea::placeholder, .postscript-contact input.wpcf7-form-control.wpcf7-text.cf-text::placeholder, .postscript-contact input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel.cf-text::placeholder {
		font-size: var(--contact-bar-font-size-2);
	}
}

@media only screen and (min-width: 992px) {
	.postscript-contact__form-wrapper {
		padding: 95px 0 75px;
	}
	
	.postscript-contact__form-wrapper .container {
		margin-left: 0;
	}
	
	.postscript-contact__form-wrapper--inner {
		margin-left: 20px;
	}
}

@media only screen and (min-width: 1200px) {
	.postscript-contact__form-wrapper--inner {
		margin-left: 69px;
	}
}

/* Footer
------------------------------------------------------- */
.footer {
	padding: 5em 0 57px;
}

.footer-box__1 {
	margin-bottom: 42px;
}

.footer__logo {
	margin: 0 auto 1.5em;
	max-width: 248px;
	width: 80%;
}

.footer__phone-number, .footer__phone-number:hover {
	color: #ed1c24;
}

.footer__phone-number {
	margin-bottom: .61em;
	font-family: "Whitney", sans-serif;
	font-weight: 900 !important;
	font-size: calc(22px + ( 32 - 22 ) * ( ( 100vw - 300px ) / ( 576 - 300 ) ));
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 12px;
}

.footer__phone {
	position: relative;
	z-index: 1;
}

.footer__phone-number lottie-player {
	width: 65px !important;
	height: 65px !important;
	transform: rotateY(180deg);
	margin: 0 -5px;
	position: relative;
	z-index: 0;
}

p.footer__office-hours-heading, p.footer__office-hours, p.footer__phone-hours-heading, p.footer__phone-hours {
	font-family: "Whitney", sans-serif;
	color: #000;
	font-size: 16px;
	line-height: 1;
}

p.footer__office-hours-heading, p.footer__phone-hours-heading {
	font-weight: 700;
	margin-bottom: 10px;
}

p.footer__office-hours, p.footer__phone-hours {
	font-weight: 500;
	margin-bottom: 38px;
}

.social-icons {
	padding-left: 0;
	flex-wrap: wrap;
	margin: 0 auto !important;
	max-width: 295px;
}

.social-icons, .social-icons .social-icons__icon, .social-icons .social-icons__icon a {
	display: flex;
}

.social-icons, .social-icons .social-icons__icon a {
	justify-content: center;
	width: 100%;
}

.social-icons .social-icons__icon, .social-icons .social-icons__icon a {
	border-radius: 50%;
	transition: .3s all ease-in-out;
}

.social-icons .social-icons__icon {
	background-color: #ed1c24;
	height: 48px;
	margin: 8px;
	width: 48px !important;
}

@media only screen and (min-width: 992px) and (hover: hover) {
	.social-icons .social-icons__icon:hover {
		background-color: #000;
	}
}

.social-icons .social-icons__icon a {
	align-items: center;
	color: #fff !important;
	font-size: 26px;
	height: 100%;
	margin: auto;
}

.footer-box__2 {
	margin-bottom: 45px;
}

.footer__links-container {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.footer__button:not(:last-of-type) {
	margin-bottom: 20px;
}

.footer__brand-links {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.footer__brand-link:not(:last-of-type) {
	margin-bottom: 27px;
}

a.footer__button {
	font-weight: 800;
}

.footer__button:hover {
	color: #fff;
}

.footer-box__3 {
	align-items: center;
}

@media only screen and (min-width: 576px) {
	.footer__phone-number {
		font-size: 32px;
	}
}

@media only screen and (min-width: 992px) {
	.footer {
		padding: 103px 0 30px;
	}
	
	.footer .row {
		align-items: center;
	}
	
	.footer-box__1 {
		margin-bottom: 0;
	}
	
	.footer-box__3 {
		align-items: flex-start;
	}
	
	.footer__links-container {
		align-items: flex-end;
	}
}

/* Copyright
------------------------------------------------------- */
.copyright {
	background-color: #fff;
	padding: 42px 0 126px;
	position: relative;
}

.copyright__line {
	opacity: .51;
	background: #bfbfbf;
	width: 238px;
	height: 2px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.copyright p, .copyright a {
	color: #404040;
}

@media only screen and (min-width: 992px) {
	.copyright {
		padding-bottom: 102px;
	}
}
