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

body {
	line-height: 1.5 !important;
}

p {
	line-height: 1.5 !important;
}
/* Direct Edit Fix */
a#de {
	font-size: .975em;
	margin-right: 2px;
}

#reciteme-button img {
	height: 45px !important;
	width: 45px !important;
}

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

/* Start Search */
        .navbar-main .search-container {
            width: 100%;
            margin: .5rem auto;
            position: relative;
            display: flex;
			align-items: center;
        }
            @media screen and (min-width: 768px) {
                .navbar-main .search-container {
                    width: fit-content;
                    margin: 0 auto;
                    max-width: 250px;
                }
            }
/*         .navbar-main .search-submit {
			background: none;
			border: none;
			padding: 0 .75rem;
			cursor: pointer;
			font-size: 1rem;
			line-height: 1;
			min-height: 44px;
			display: flex;
			align-items: center;
			background-color: var(--bs-secondary);
		} */

		.navbar-main .search-submit:focus {
    		outline: 2px solid #fff !important;
    		border-radius: 2px !important;
		}

        .navbar-main .search-bar {
            width: 100%;
            min-height: 44px;
            padding: .5rem 1rem !important;
            border: none;
            color: var(--bs-primary);
            background-color: var(--bs-white);
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            font-size: 1rem;
            line-height: 150%;
        }
        @media screen and (min-width: 768px) {
            .search-bar {
                min-height: 0;
                font-size: .85rem;
            }
        }
/* End Search */


/* Nav bar color contrast fix */
.navbar-main .nav-link.custom-dropdown-toggle,
.navbar-main .nav-link.custom-dropdown-toggle:hover,
.navbar-main .nav-link.custom-dropdown-toggle:focus,
.navbar-main .nav-link.custom-dropdown-toggle[aria-expanded="true"] {
  color: #ffffff !important;
}

.navbar-main .nav-link.custom-dropdown-toggle:active {
	color: #000000 !important;
}

/* Potential footer fix */
footer a,
footer a:link,
footer a:visited,
footer a:hover,
footer a:focus,
footer a:active {
  color: #ffffff !important;
}

.ou-form .btn-primary {
	background-color: #75263b !important;
}

.ldp-hide-on-submit {
	background-color: #75263b !important;
}

.form-control {
	background-color: #8F8D8D !important;
	color: #ffffff !important;
} 

.ou-form .help-block {
	color: #000000 !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;
	}
	
	.navbar-main .nav-link.custom-dropdown-toggle:active {
		color: #ffffff !important;
	}
}

/* END DS 242131 */



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