/**
 * Gel 2022.0
 * Index Stylesheet
 * @version 2022.0.5 r1
 * @created 2018-04-05 by Fritz Green
 * @modified 2022-09-30 by Grant Mosier
 */

/*
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;
}

/* 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;
	flex-direction: column;
	width: 100%;
	height: 8em;
	max-height: 8em;
	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 {
	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 {
	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;
}
@media screen and (max-width: 1000px) {
	.slide-display {
		flex-direction: column;
	}
	.slide-info {
		position: initial;
		display: block;
	}
	.slide-info span {
		display: inline-block;
	}
	.slide-info p, .slide-info h3 {
		max-width: none;
		margin-left: 2.75em;
	}
	.slide-buttons {
		display: block;
		margin: .5em 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;
	}
}