/*
Implementation Skeleton v3 - 12/6/18
Add styles to overwrite customer CSS, USE WITH CAUTION.
*/
div.form-group, div.ou-form fieldset {
	margin-top: 0.5em;
}

div.ou-form .form-control option {
	font-size: 1.35rem;
}

video.et_pb_video_box,
div.et_pb_video_box video,
div.wp-video video {
	all: unset;
	width: 50%;
}

aside#sidebar[role="complementary"][itemscope="itemscope"] {
	background-color: unset
}

/*New Styles for faculty card*/

.faculty-card {
	border-top: 1px solid lightgray;
	border-bottom: 1px solid lightgray;
	padding: 20px 0;
	margin-bottom: 20px;
}

/*New styles for image banner version for interior pages*/
/* NEW FOR UAT #210154 */
.page-header.image-header {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 7.5em;
	padding-bottom: 7.5em;
	position: relative;
}
.page-header.image-header::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.25);
	pointer-events: none;
}
/* end NEW FOR UAT #210154 */

/* UAT 212521 */
.cookiealert { 
	background-color: #f3d067; 
}

/* UAT 219742 */
.figure-caption { 
	border-bottom: 2px solid #42484c; 
	padding-bottom: 10px; 
}


/*ticket 227385*/
@media (min-width: 1200px) {
	.video-interior-feature {
		height: 380px;
	}
}

.video-interior-feature .video-caption  {
	margin: 0 auto;
	left: 50px;
	right: initial;
	bottom: 0;
	text-align: left;
	line-height: 1.25;
	z-index: 1;
	background-color: var(--primary-color);
	padding: 30px;
	max-width: 75%;
	position: absolute;
	padding-top: 10px;
	padding-bottom: 10px;
	color: var(--white);
}

@media (max-width: 768px) {
    .video-interior-feature .video-caption {
        left: auto;         /* Override left to auto */
        max-width: initial;  /* Remove max-width restriction */
		position: relative;
    }
}
