/**
 * Gel 2022.0
 * Index Stylesheet
 * @version 2022.0.5 r 3
 * @created 2018-04-05 by Fritz Green
 * @modified 2023-11-14 by Christina Joly
 */

/*
font-family: Raleway, Verdana, Helvetica, sans-serif; 
Red: #363845;
Very Light Gray: #C0C0C0;
Medium Gray: #606565;
*/

/* Gel Home - To be removed */
.index-wide {
	background: #00b0ff;
}
.index-narrow {
	background: #468847;
}

/*VIDEO HERO*/
.index .content-main-index .content-i {
	padding: 0;
}
.video-hero {
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	text-align: center;
	justify-content: center;
}
.index .content-main:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0.30;
	background-color: #000;
}
#hillcrest-video {
	position: fixed;
	left: 0;
	top: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.video-viewbox {
	height: 100vh;
	min-height: 30em;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-top: -7em;
}
.hero-text {
	flex: 1 1 100%;
}
.video-hero h1 {
	color: #FFF;
	text-transform: lowercase;
	margin: 0 0 .8em 0;
	display: block;
	text-align: center;
}
.hero-text:after {
	content: "»";
	display: block;
	position: absolute;
	color: #fff;
	bottom: 1em;
	left: 49%;
	font-size: 6em;
	-webkit-animation: floating 1.5s infinite; /* Safari 4+ */
	-moz-animation:    floating 1.5s infinite; /* Fx 5+ */
	-o-animation:      floating 1.5s infinite; /* Opera 12+ */
	animation:         floating 1.5s infinite; /* IE 10+, Fx 29+ */
}
@-webkit-keyframes floating {
	0% {
		transform: rotate(90deg) translateX(0%);
	}
	50% {
		transform: rotate(90deg) translateX(30%);
	}
	100% {
		transform: rotate(90deg) translateX(0%);
	}
}
@-moz-keyframes floating {
	0% {
		transform: rotate(90deg) translateX(0%);
	}
	50% {
		transform: rotate(90deg) translateX(30%);
	}
	100% {
		transform: rotate(90deg) translateX(0%);
	}
}
@-o-keyframes floating {
	0% {
		transform: rotate(90deg) translateX(0%);
	}
	50% {
		transform: rotate(90deg) translateX(30%);
	}
	100% {
		transform: rotate(90deg) translateX(0%);
	}
}
@keyframes floating {
	0% {
		transform: rotate(90deg) translateX(0%);
	}
	50% {
		transform: rotate(90deg) translateX(30%);
	}
	100% {
		transform: rotate(90deg) translateX(0%);
	}
}

/* INDEX SLIDESHOW */
.index-slideshow {
	width: 100%;
	min-height: calc((100vw * .4) + 60px);
}
.index-rotator {
	position: relative;
	margin: auto;
}
.index-rotator-i {
	display: flex;
	margin-bottom: 1.8em;
}
.slide {
	position: relative;
	display: flex;
	flex: 0 0 100%;
	width: 100%;
	z-index: 0;
	-moz-transition: opacity .9s ease-in-out;
	-webkit-transition: opacity .9s ease-in-out;
	transition: opacity .9s ease-in-out;
}
.slide-show {
	opacity: 1;
	z-index: 1;
}
.slide .button {
	margin-right: 0;
	margin-bottom: 0;
}
.slide .button:hover {
	background: #363845;
}
.slide-display {
	display: flex !important;
	flex-direction: column-reverse;
	margin: 0;
}
.slide-mobile {
	flex-direction: column!important;
}
.slide-image {

}
.slide-info {
	position: absolute;
	display: flex;
	width: 100%;
	justify-content: space-between;
	background: rgba(221, 222, 228, 0.75);
	backdrop-filter: blur(24px) saturate(180%);
}
.slide-info-mobile {
	display: flex;
	width: 100%;
	height: 6em;
	max-height: 6em;
	justify-content: space-between;
	background: rgba(221, 222, 228, 0.75);
	backdrop-filter: blur(24px) saturate(180%);
}
.slide-buttons {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.slide-info h2, .slide-info h3, .slide-info p, .slide-info span, .slide-info-mobile h2, .slide-info-mobile h3, .slide-info-mobile p, .slide-info-mobile span {
	display: flex;
	align-items: center;
	padding: 0.5em;
	margin: 0.25em;
}
.slide-info h2, .slide-info-mobile h2 {
	margin-left: 2em;
}
.slide-info h3, .slide-info-mobile h3 {
	color: white;
}
.slide-info p, .slide-info-mobile p {
	max-width: 30%;
}
.slide-info span a, .slide-info-mobile span a {
	background: #CE3E12;
	min-width: 150px;
}
.slide-info span:last-of-type, .slide-info-mobile span:last-of-type {
	margin-right: 3em;
}
.slide-buttons span {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	min-width: 190px;
}
.slide-buttons span:nth-child(2) a {
	margin-top: 0;
}


/* Note: Colors changed on the hero dots here must also be changed in the 2-5 css files. */
.hero-dot {
	position: absolute;
	left: 50%;
	bottom: -2em;
	display: block;
	margin-left:-.375em;
	border: 2.35px solid #BCBEC0;
	padding: .2em;
	cursor: pointer;
}
.hero-dot-icon:before {
	position: absolute;
	content: "";
	left: 50%;
	bottom: -2em;
	display: block;
	margin-left:-.375em;
	border: 2.35px solid #BCBEC0;
	padding: .2em;
	cursor: pointer;
}
.hero-dot:hover {
	border: 2.35px solid #767777;
}
.hero-dot-selected, .hero-dot-selected:hover {
	border: 2.35px solid #363845;
}
.test-slick-container{
	width: 100%;
	display: block;
	padding: 1em;
	min-height: 200px;
}
.test-slick {
	display: block;
}
.test-slide-1 {
	width: 100%;
	min-height: 200px;
	background: yellow;
}
.test-slide-2 {
	width: 100%;
	min-height: 200px;
	background: blue;
}
.test-slide-3 {
	width: 100%;
	min-height: 200px;
	background: green;
}

/* INDEX SLIDESHOW RESPONSIVE */
@media screen and (min-width: 1600px) {
	.slide-info h2, .slide-info-mobile h2 {
		font-size: 2.1em;
	}
	.slide-info h3, .slide-info-mobile h3 {
		font-size: 2em;
	}
}
@media screen and (max-width: 1600px) {
	.slide-info h2, .slide-info-mobile h2 {
		font-size: 1.6em;
	}
	.slide-info h3, .slide-info-mobile h3 {
		font-size: 1.5em;
	}
}
@media screen and (max-width: 1360px) {
	.slide-info span, .slide-info-mobile span {
		font-size: .8em;
	}
}
@media screen and (max-width: 1200px) {

	.slide-info p, .slide-info-mobile p {
		font-size: .9em;
	}
	.slide .button {
		font-size: .8em;
	}
}
@media screen and (max-width: 1024px) {
	.slide-info h2, .slide-info-mobile h2 {
		font-size: 1.3em;
	}
	.slide-info h3, .slide-info-mobile h3 {
		font-size: 1.2em;
	}
}
@media screen and (max-width: 900px) {
	.slide {
		display: block;
		text-align: center;
	}
	.slide-info p, .slide-info-mobile p {
		font-size: .8em;
	}
	.slide .button {
		width: auto;
		margin-right: .5em;
		margin-left: .5em;
	}
}
@media screen and (max-width: 600px) {
	.slide .button {
		margin-right: 0;
		margin-left: 0;
		width: 100%;
	}
	.hero-dot {
		bottom: -1.5em;
	}
}
@media screen and (max-width: 350px) {
	.slide-right {
		padding: 1.25em 1.5em 2em 1.5em;
	}
	.slide-right h2 {
		font-size: 1.4em;
	}
}