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

.jumbotron.bg-image {
	background: no-repeat center / 100%;
}


/* Start CSS for Pre-Footer Feature */
.pre-footer{
	background-color:#e9ecef;
	text-align:center;
}
.pre-footer-margins{
	margin:25px;
	padding:15px;
}
/* END CSS for Pre-Footer Feature */

/* START CSS For Landing Page Video */
header#video {
	position: relative;
	background-color: black;
	height: 75vh;
	min-height: 25rem;
	width: 100%;
	overflow: hidden;
}
header#video video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

header#video.container {
	position: relative;
	z-index: 2;
}

header#video .overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: black;
	opacity: 0.5;
	z-index: 1;
}	
/* END CSS For Landing Page Video */

/* Header utility nav and audience nav */

/* Homepage CSS */
/* LDP Hero Slider */
.ou-home-slider{
	max-height:1300px;
}

.hero-title{
	text-align:left;
	position: relative;
    bottom: 200px;
}

@media screen and (max-width: 600px) {
  .hero-title {
    position: relative;
    bottom: 100px;
  }
}

.ou-video-overlay{
	z-index: 999;
	color: white;
}

.ou-padding{
	padding: 0px 15px 0px 15px;
}

.ou-padding .card-body{
	text-align:center;
}

.ou-space{
	margin:15px 0px 15px 0px;
	display: block;
}

.ou-space-2x{
	margin:30px 0px 30px 0px;
	display: block;
}

/* Fix Edit Button Issue on Home Page */

.home a[data-region-style='button'].ou-btn {
	position: relative !important;
	z-index: 99999 !important;
}


/* A-Z Index */
ul.horizontal-list {
	padding-top: 20px;
}
ul.horizontal-list li {
	display: inline;
	padding: 10px;
	list-style-type: none;
	margin-left: 0.5rem;
}
ul.horizontal-list li a{
/* 	color: #4F2984!important; */
}
ul.horizontal-list li:before {
	background-image: none;
}
ul.horizontal-list ~ ul li{
	margin-left: 3.5rem;
}
/* END A-Z Index */


/* Overwrite Nav Select Link */


.section-nav__dropdown .active  a {
	font-weight: 300 !important;
}

.section-nav__dropdown .active > a {
	font-weight: 600 !important;
}

.section-nav__dropdown .level-2 > li > a {
    font-weight: 600 !important;;
}


/* Overwrite Level 3 nav link */

ul.level-3 > li.selected > ul > li.parent-link > a {
	font-size: 1em !important;
} 


/*Fix LDP Sliders */
.thumbnails.ldp li:before, .slick-dots li:before {
	height: 0px !important;
	width: 0px !important;
	display: none !important;
}

/*Overwrite Design Form CSS */
.ou-form textarea {
	display: block;
}

select {
	height: auto;
}

/* Fix Google Search Box*/
table.gsc-search-box, table.gsc-search-box table  {
	background-color: white !important;
}

table.gsc-search-box:before, table.gsc-search-box table:before  {
	content: none;
}

table.gsc-above-wrapper-area-container {
	background-color: white !important;
}

/* Search Results Page */
.ou-search-results {
	padding: 50px;
}

/* Program Page */
.program-req-3 {
	margin: 0 !important;
	font-weight: bold !important;
	padding: 3px !important;
}
.program-req-4 {
	margin: 0 !important;
	padding: 3px !important;
}

.program-detail-info {
	margin-top: 10px;
	font-size: 20px;
}

.program-detail-info dt,
.program-detail-info dd {
	font-size: 20px;
	line-height: 1.2;
	display: inline-block;
	vertical-align: top;
}

.program-detail-info dt {
	width: 55px;
	font-weight: 800;
}

.program-detail-info dd {
	margin: 0 0 26px;
	width: calc(100% - 75px);
	padding: 0 0 0 90px;
}
@media (min-width : 700px) {
	.program-detail-info {
		margin: 0;
		margin-top: 10px;
	}
	.program-detail-info dt,
	.program-detail-info dd {
		font-size: 26px;
	}
	.program-detail-info dd {
		margin: 0 0 24px;
		padding: 0 0 0 175px;
	}
}
@media (min-width : 1025px) {
	.program-detail-info {
		margin: 14px 0 14px;
		font-size: 30px;
	}
	.program-detail-info dt,
	.program-detail-info dd {
		font-size: 30px;
	}
}

/* Modern Campus Added */
/* Fixes Homepage video on Mobile */
@media (max-width: 699px) {
  audio, video {
    background-position: center;
    background-size: cover;
    width: auto;
    height: 100%;
    margin-left:auto;
  }
	
	h1.hero-home__header{
		font-size:48px;
	}
}

@media screen and (min-width: 1900px){
.hero-home {
	position: relative;
	left: auto; 
	margin: 0 auto;
}
}

/* End MC Added */

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

.course_wrapper {
	padding-top: 20px;
	padding-bottom: 20px;
}
.course_row {
	width: 100%;
	padding-bottom: 40px;
}

.course_description {
	width: 100%;
	padding: 20px;
	background: #f5f5f5;
}

.course_detail_title {
	font-weight: bold;
	float: left;
	width: 20%;
}

.course_detail {
	font-weight: normal;
	color: #333;
	float: left;
	position: relative;
	display: inline;
	width: 80%;
}

@media (min-width : 1025px) {
	.program-detail-info {
		margin: 14px 0 14px;
		font-size: 30px;
	}
	.program-detail-info dt,
	.program-detail-info dd {
		font-size: 30px;
	}
}

@media (min-width: 1025px) {
	.catalog--full {
		padding: 75px 0 25px;
	}
}

@media (min-width: 700px){
	.catalog--full {
		padding: 75px 0;
	}
}

.catalog-course-list .dataTables_wrapper, .catalog-program-list .dataTables_wrapper {
    margin: 75px 0 20px;
}

