/* Setup for desktop size - send to js for nav desktop/ switcher. */
#sasstojsvalues {
	width: var(--desktop);
	height: var(--tablet);
}


.site-header {
	/* position: fixed; */
	position: relative;
	top: 0;
	padding: 0;
	/* padding: 10px 0; Just in case we need to add padding */
	width: 100%;
	background: var(--primary-color);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	&.int-header {
		padding: 0;
		.header-content {
			min-height: 40vw;
			@media (min-width: 1060px) {
				min-height: 24vw;
			}
		}
		/* .site-logo {
			a {
				display: flex;
				svg {
					width: 200px;
					height: auto;
				}
			}
		} */
	}
	&.front-header {
		/* background-image: url('images/bg-footer.jpg'); */
		background-repeat: no-repeat;
		display: flex;
		flex-direction: column;
		text-align: center;
		background-size: 200%;
		background-position: top right 26%;
		/* background-color: $secondaryAlt; */
		@media (min-width: 768px) {
			background-size: cover;
		}
		@media (min-width: 1060px) {
			background-position: top center;
		}
		.bgheader {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 144vw;
			@media (min-width: 430px) {
				height: 130vw;
			}
			@media (min-width: 768px) {
				height: 100%;
			}
			img {
				width: 100%;
				height: 100%;
				object-fit: cover;
				object-position: center top;
			}
		}
		.bgvid {
			position: absolute;
			top: 50%;
			left: 50%;
			min-width: 100%;
			transform: translateX(-50%) translateY(-50%);
			display: block;
			margin: 0;
			padding: 0;
			-o-object-fit: cover;
			object-fit: cover;
			opacity: 1;
			@media (min-width: 1060px) {
				height: 100%;
			}
		}
		.header-image {
			position: absolute;
			right: 0;
			bottom: 0;
			img {
				max-width: 100%;
				height: auto;
			}
		}
		.header-content {
			color: var(--light-color);
			min-height: 100vh;
			/* min-height: 450px; */
			background-color: rgb(from #141610 r g b / 0.75);
			padding-top: 140px;
			justify-content: flex-end;
			@media (min-width: 768px) {
				padding-top: 228px;
				padding-bottom: 140px;
				min-height: 100vh;
				min-height: calc(100vh - var(--nav-tablet));
			}
			@media (min-width: 1060px) {
				height: 800px;
				padding-top: 100px;
				padding-bottom: 0;
				min-height: calc(100vh - var(--nav-desktop));
			}
			.header-content-wrapper {
				position: relative;
				display: flex;
				flex-direction: column;
				justify-content: center;
				align-items: center;
				@media (min-width: 768px) {
					padding-bottom: 420px;
				}
				@media (min-width: 1060px) {
					padding-bottom: 440px;
					padding-left: calc(40px + (50vw - (var(--desktop) / 2)));
					padding-right: calc(40px + (50vw - (var(--desktop) / 2)));
					padding-top: 100px;
					padding-bottom: 440px;
				}
				h2,
				.tagline {
					padding: 0 20px;
					@media (min-width: 768px) {
						padding: 0 40px;
					}
				}
				.content {
					margin-top: 40px;
					@media (min-width: 1060px) {
						margin-top: 0;
					}
				}
			}
		}
		h2 {
			font-size: 35px;
			font-size: 2.1875rem;
			line-height: 1em;
			font-weight: var(--fw-regular);
			/* color: $lightColor; */
			/* margin-bottom: 0; */
			/* @include media($tablet) {
				@include font(22px, 1.27em);
			} */
			margin-bottom: 16px;
			color: var(--light-color);
			@media (min-width: 768px) {
				font-size: 45px;
				font-size: 2.8125rem;
			}
			@media (min-width: 1060px) {
				font-size: 55px;
				font-size: 3.4375rem;
			}
		}
		.tagline {
			font-size: 24px;
			font-size: 1.5rem;
			line-height: 1.1em;
			font-weight: var(--fw-normal);
			letter-spacing: 3.04px;
			text-transform: uppercase;
			color: var(--light-alt);
			text-wrap: balance;
			margin-top: 0;
			margin-bottom: 30px;
			@media (min-width: 768px) {
				font-size: 32px;
				font-size: 2rem;
				/* width: 681px; */
				/* margin-bottom: 0; */
			}
			@media (min-width: 1060px) {
				font-size: 38px;
				font-size: 2.375rem;
				/* margin-bottom: 90px; */
			}
		}

		.skip-arrow {
			margin-top: 20px;
			svg {
				height: 40px;
				width: auto;
				transform: rotate(90deg);
			}
		}
		.content {
			position: relative;
			z-index: 2;
			background-color: var(--primary-color);
			padding: 20px 15px 45px;
			color: var(--light-color);
			order: 10;
			@media (min-width: 768px) {
				padding: 40px 50px;
				margin: 0 40px;
				position: absolute;
				bottom: 0;
				transform: translateY(50%);
				/* margin-bottom: -245px; */
			}
			@media (min-width: 1060px) {
				padding: 40px 70px;
				width: 737px;
				margin: 0;
				/* margin-bottom: -330px; */
			}
			.form-heading {

			}
			.hdng {
				font-size: 22px;
				font-size: 1.375rem;
				line-height: 1.25em;
				font-weight: var(--fw-normal);
				letter-spacing: 1.6px;
				text-transform: uppercase;
				/* margin-bottom: 0; */
				padding-bottom: 16px;
				text-wrap: balance;
				font-family: var(--primary-font);
				text-align: center;
				@media (min-width: 768px) {
					/* @include font(22px, 1.27em); */
					text-wrap: unset;
					max-width: 554px;
					margin-left: auto;
					margin-right: auto;
				}
				@media (min-width: 1060px) {
					font-size: 28px;
					font-size: 1.75rem;
					padding-bottom: 20px;
				}
			}
			div[id^="gform_wrapper_"] {
				.gform-footer.gform_footer {
					width: fit-content;
					/* margin: 1em auto 0; */
					margin: 0 auto;
				}
				.disclaimer {
					font-size: 11px;
					font-size: 0.6875rem;
					line-height: 1.27em;
					text-align: center;
				}
			}
		}
	}

	.header-content {
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	/* MODELS TAG / LOCATION */
	@media (max-width: 767px) {
		&[data-location="model-left"] {
			background-position: left center;
		}
		&[data-location="model-one-quarter"] {
			background-position: left 20% center;
		}
		&[data-location="model-center"] {
			background-position: center;
		}
		&[data-location="model-three-quarter"] {
			background-position: right 20% center;
		}
		&[data-location="model-right"] {
			background-position: right center;
		}
	}
}

.banner {
	display: none;
	background-color: var(--dark-alt);
	border-bottom: 11px solid var(--primary-color);
	color: var(--light-color);
	align-items: center;
	justify-content: center;
	padding: 10px 20px 12px;
	position: relative;
	z-index: 99;
	@media (min-width: 768px) {
		font-size: 16px;
		font-size: 1rem;
	}
	@media (min-width: 1550px) {
		padding: 10px 40px 12px;
	}
	&.show-banner {
		display: block;
		@media (min-width: 768px) {
			display: flex;
		}
	}
	&.banner-sticky {
		border-color: var(--light-color);
		position: sticky;
		top: 0;
		left: 0;
		&.change-state-banner {
			border-color: var(--primary-color);
			position: relative;
		}
	}
	/* &.banner-fixed {
		position: fixed;
		width: 100%;
	} */
	.banner-container {
		font-family: var(--primary-font);
		font-size: 14px;
		font-size: 0.875rem;
		line-height: 1.25em;
		font-weight: var(--fw-regular);
		display: block;
		position: relative;
		text-align: center;
		@media (min-width: 768px) {
			display: flex;
			align-items: center;
			justify-content: center;
		}
		.icon {
			display: none;
			@media (min-width: 768px) {
				display: flex;
			}
			svg {
				width: auto;
				height: 20px;
				margin: 0 15px 0 0;
			}
		}
		.banner-text {
			font-weight: var(--fw-bold);
			span {
				font-weight: var(--fw-regular);
				&:before {
					content: '- ';
				}
			}
		}
		.banner-link.button {
			font-size: 14px;
			font-size: 0.875rem;
			line-height: 1em;
			font-weight: var(--fw-semi-bold);
			padding: 5px 10px;
			margin: 10px 0 0;
			text-decoration: none;
			@media (min-width: 768px) {
				font-size: 16px;
				font-size: 1rem;
				margin: 0 0 0 15px;
			}
		}
		.close-banner {
			background: var(--primary-accent);
			border: none;
			border-radius: 50%;
			color: var(--light-color);
			display: flex;
			justify-content: center;
			align-items: center;
			font-size: 13px;
			font-size: 0.8125rem;
			line-height: 1em;
			font-weight: var(--fw-thin);
			width: 25px;
			height: 25px;
			padding: 0;
			position: absolute;
			right: -10px;
			bottom: -10px;
			transform: translateY(50%);
			z-index: 10;
			@media (min-width: 768px) {
				right: -50px;
			}
			.close-container {
				position: relative;
				width: 60%;
				height: 60%;
				&:before, &:after {
					background-color: var(--light-color);
					content: '';
					position: absolute;
					top: 0;
					left: 50%;
					bottom: 0;
					right: 0;
					width: 1px;
				}
				&:before {
					transform: translateX(-50%) rotate(45deg);
				}
				&:after {
					transform: translateX(-50%) rotate(-45deg);
				}
			}
		}
	}
}

/* Navigation bar */

.nav-bar {
	width: 100%;
	padding: 0 15px;
	top: 0;
	left: 0;
	z-index: 100;
	background-color: #F9F7F5;
	height: var(--nav-mobile);
	transition: height .3s, background-color .3s;
	box-shadow: 1px 0 20px rgb(from var(--dark-color) r g b / 0.25);
	@media (min-width: 768px) {
		height: var(--nav-tablet);
		padding: 0 30px;
	}
	@media (min-width: 1060px) {
		height: var(--nav-desktop);
		padding: 0 130px;
	}
	/* &.change-state {
		background-color: $lightColor;
		.logo-mark {
			opacity: 1;
			pointer-events: all;
		}
	} */
	&.nav-sticky {
		position: sticky;
		/* &.change-state {
			background-color: $lightColor;
		} */
	}
	&.nav-relative {
		position: relative;
		&.transition-top {
			position: sticky;
			transition: background-color .3s, top .3s;
		}
		&.transition-top.change-state {
			top: 0 !important;
		}
		&.change-state {
			/* background-color: $lightColor; */
			position: sticky;
		}
	}
	&.nav-absolute {
		position: absolute;
		&.transition-top {
			position: fixed;
			transition: background-color .3s, top .3s;
		}
		&.transition-top.change-state {
			top: 0 !important;
		}
		&.change-state {
			/* background-color: $lightColor; */
			position: fixed;
		}
	}
	&.nav-fixed {
		position: fixed;
		/* &.change-state {
			background-color: $lightColor;
		} */
	}
	nav {
		@media (min-width: 1060px) {
			/* width: 100%; */
		}
		/* a {
		} */
	}
	.site-logo {
		cursor: pointer;
		svg {
			width: 280px;
			height: auto;
			@media (min-width: 768px) {
				width: 300px;
			}
			@media (min-width: 1060px) {
				width: 490px;
			}
		}
	}
}
.nav-absolute, .nav-fixed {
	& + .int-header .header-content {
		padding-top: var(--nav-mobile);
		@media (min-width: 768px) {
			padding-top: var(--nav-tablet);
		}
		@media (min-width: 1060px) {
			padding-top: var(--nav-desktop);
		}
	}
}

body {
	.banner.show-banner {
		display: block;
		@media (min-width: 768px) {
			display: flex;
		}
	}
}

.menu-buttons {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	a {
		color: var(--light-color);
		text-decoration: none;
	}
	span:not(.location-suite):not(.show-icon) {
		font-size: 18px;
		font-size: 1.125rem;
		line-height: 100%;
		font-weight: var(--fw-light);
		font-family: var(--secondary-font);
		display: block;
	}
	.menu-trigger {
		display: flex;
		align-items: center;
		/* NOTE: verify 'notdevice' media translation */
		/* @media (min-width: 1060px) {
			.not--device & {
				display: none;
			}
		} */
	}
	.logo-mark, .site-logo {
		display: flex;
		align-items: center;
		margin: 0;
		/* height: 46%; */
		/* opacity: 0; */
		/* pointer-events: none; */
		transition: opacity .3s;
		a {
			display: flex;
			align-items: center;
		}
		/* a, svg {
			height: 100%;
			width: auto;
			@include media($tablet) {
				height: 72px;
			}
		} */
	}
	.menu-contact {
		display: flex;
		align-items: center;
		height: 100%;
		> * {
			margin-right: 10px;
			&:last-of-type {
				margin-right: 0;
			}
		}
	}
	.menu-locations,
	.menu-phone {
		/* Site Locations - Dropdown Toggle and Nav-bar styles */
		.locations-dropdown-toggle {
			color: var(--primary-alt);
			transition: color .3s;
			display: flex;
			align-items: center;
			.show-icon {
				display: flex;
				padding-right: 0;
			}
			&:hover, &:active, &:focus {
				color: var(--secondary-color);
				svg path {
					fill: var(--secondary-color);
				}
			}
			svg path {
				fill: var(--primary-alt);
				transition: .3s fill;
			}
		}
		.header-address-site-locations {
			margin-right: 5px;
		}
	}
	.menu-locations {
		.address-text {
			.address-icon {
				padding-right: 0;
			}
		}
	}
	.menu-phone {
		a {
			display: flex;
			align-items: center;
			font-size: 22px;
			font-size: 1.375rem;
			line-height: 1em;
			font-weight: var(--fw-normal);
			letter-spacing: 0.03em;
		}
		.show-text {
			display: none;
			@media (min-width: 768px) {
				display: block;
			}
		}
	}
}

/* Site Locations Content Styles */
.header-address-site-locations,
.header-phone-site-locations {
	color: var(--primary-alt);
	/* Dropdown Content Styles */
	&.dropdown-true {
		display: none;
		opacity: 0;
		transition: opacity .3s;
		z-index: 111;
		&.open {
			display: flex;
			flex-direction: column;
			align-items: center;
			justify-content: flex-start;
			position: fixed;
			top: 0;
			bottom: 0;
			left: 0;
			right: 0;
			width: 100%;
			height: 100vh;
			background-color: var(--light-alt);
			opacity: 1;
			overflow-x: scroll;
			padding-top: 20vh;
			text-align: center;
			/* Close button for dropdown */
			.location-close {
				background-color: var(--light-color);
				position: absolute;
				top: 20px;
				font-size: 16px;
				font-size: 1rem;
				line-height: 1em;
				right: 20px;
				border-radius: 50%;
				width: 30px;
				height: 30px;
				display: flex;
				justify-content: center;
				align-items: center;
				display: flex;
				@media (min-width: 768px) {
					top: 40px;
					right: 40px;
				}
				.lc-container {
					position: relative;
					width: 60%;
					height: 60%;
					&:before, &:after {
						background-color: var(--dark-alt);
						content: '';
						position: absolute;
						top: 0;
						left: 50%;
						bottom: 0;
						right: 0;
						width: 1px;
					}
					&:before {
						transform: translateX(-50%) rotate(45deg);
					}
					&:after {
						transform: translateX(-50%) rotate(-45deg);
					}
				}
			}
			/* End Close button for dropdown */
			.location-each {
				margin-bottom: 37.5px;
				&:last-of-type {
					margin-bottom: 0;
				}
				a {
					color: var(--primary-alt);
					.show-icon {
						svg {
							path {
								fill: var(--primary-alt);
							}
						}
					}
					&:hover, &:active, &:focus {
						color: var(--primary-color);
						.show-icon {
							svg {
								path {
									fill: var(--primary-color);
								}
							}
						}
					}
				}
				.show-icon {
					svg {
						width: 30px;
					}
				}
				& > .phone-text,
				& > .sms-text,
				& > .fax-text,
				& > .address-text,
				& > .phone-sms-container {
					margin-bottom: 18.75px;
				}
				& > .phone-text,
				& > .sms-text,
				& > .fax-text,
				& > .phone-sms-container {
					.show-icon {
						padding-right: 20.5px;
					}
				}
				& > .address-text {
					flex-direction: column;
					.location-address-block {
						flex-direction: column;
						.address-street:after {
							content: none;
						}
					}
				}
			}
		}
	}
	/* End Dropdown Content Styles */
	/* Location Content Styles (with and without dropdown) */
	.location-each {
		display: flex;
		flex-direction: column;
		/* &:last-of-type {
			display: none;
		} */
		a {
			color: var(--primary-color);
			text-decoration: none;
			.show-icon {
				svg {
					path {
						fill: var(--primary-color);
						transition: fill .3s;
					}
				}
			}
			&:hover, &:active, &:focus {
				color: var(--primary-highlight);
				.show-icon {
					svg {
						path {
							fill: var(--primary-highlight);
						}
					}
				}
			}
		}
		.show-icon {
			display: flex;
			@media (min-width: 768px) {
				padding-right: 12px;
			}
			svg {
				/* width: 25px; */
				/* height: auto; */
				width: auto;
				height: 26px;
			}
		}
		.location-name {
			font-size: 30px;
			font-size: 1.875rem;
			padding-top: 0.25em;
			padding-bottom: 0.5em;
			@media (min-width: 768px) {
				font-size: 40px;
				font-size: 2.5rem;
			}
		}
		& > .phone-text,
		& > .sms-text,
		& > .fax-text,
		& > .address-text,
		& > .phone-sms-container {
			display: flex;
			align-items: center;
			justify-content: center;
			transition: .3s color;
		}
		& > .phone-sms-container {
			.sms-option:after {
				content: '\00a0';
			}
		}
		& > .address-text {
			.location-address-block {
				display: flex;
				.show-icon {
					padding-right: 0;
				}
				.address-street:after {
					content: ',\00a0';
				}
			}
		}
		& > .hours-text {
			.location-hours-block {
				display: flex;
				justify-content: center;
				.hours-day:after {
					content: '\00a0';
				}
			}
		}
	}
	/* End Location Content Styles */
}

/* Ipad Pro */

/* .is--device {
	.menu-buttons {
		@media (min-width: 1060px) {
			display: block;
		}
	}
} */


/*-------------- Logo Area -------------*/
