/*
Implementation Skeleton v3 - 12/6/18
Add styles to overwrite customer CSS, USE WITH CAUTION.
*/

/* A-to-Z */
ul.a-z {
	list-style: none;
	display: flex;
	justify-content: space-evenly;
}

/* Direct Edit Fix */
a#de {
	font-size: .975em;
	margin-right: 2px;
}


/* Font Awesome Icon Fix */

.fa-thin,
.fa-regular,
.fa-light {
	font-weight: 900 !important;
}

.iframe-visit {
	width: 100%;
	height: 50vh;
}

/* DS 242131 */
.index-video .play-pause,
.index-video .play {
	position: absolute;
	z-index: 1;
	top: 500px;
	right: 30px;
	width: 54px;
    height: 54px;
    color: #FFF;
    border: 1px solid #ffffff;
    border-radius: 50%;
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, .1);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index-video {
	position: relative;
}

.index-video,
.index-video video,
.index-video img {
	width: 100%;
	height: 600px;
	object-fit: cover;
	overflow: hidden;
}

.index-video .index-video-bg {
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}

.index-video .video-caption {
	position: absolute;
	text-align: left;
	top: 380px;
	left: 30px;
	line-height: 30px;
	z-index: 1;
	background-color: rgba(255, 255, 255, 0.75);
	padding: 30px;
	color: #fff;
}

.navbar a {
	cursor: default !important;
}

.navbar a.navbar-brand {
	cursor: pointer !important;
}

@media (min-width: 992px) {
	.navbar .container-lg.navbar-main {
		max-width: 100%;
	}
}

@media (min-width: 1200px) {
	.navbar .container-lg.navbar-main {
		max-width: 1200px;
	}
}

@media screen and (min-width: 768px) {				
	.navbar-main a.navbar-brand:focus-within::after {
		width: 100%;
	}

	.navbar-main a.navbar-brand::after,
	.navbar-main a.navbar-brand:hover::after {
		width: 0;
	}

	.feature-img[class*="bg-"] {
		padding: 4.5rem 0;
	}
}

@media only screen and (max-width: 767px) {
	.index-video .play-pause,
	.index-video .play {
		top: 190px;
		right: 1%;
	}

	.index-video,
	.index-video video,
	.index-video img {
		height: 400px;
	}

	.index-video .video-caption {
		width: 100%;
		top: 250px;
		left: 0;
		bottom: 0;
		line-height: 20px;
		padding: 10px 20px;
		z-index: 0;
	}

	.index-carousel .video-caption {
		position: unset;
		width: 100%;
		line-height: 20px;
		padding: 10px 20px 50px 20px;
		background-color: black;
	}
}

/* END DS 242131 */



/* fix for design environment only */
.breadcrumb-item+.breadcrumb-item::before {
	content: "/";
}
/* END fix for design environment only */