/*
Add styles to overwrite customer CSS, USE WITH CAUTION.
*/

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

.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;
}



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


/* mobile nav */
@media (max-width: 700px) {
	.ou-nav{
		display:none!important;
	}
}

@media (min-width: 701px) {
	.ou-mobile{
		display:none!important;
	}
}


@media (min-width: 801px) {
	.ou-row{
		display:flex!important;
	}
}



/* Custom Overrides */

/* 
#searchBox {
position: relative;
overflow: hidden;
}


#___gcse_0 {
position: absolute;
top: .5rem;
z-index: 99999;
width: 100%;
}

@media (max-width:960px) {
#___gcse_0 {
top: .0rem;
}
}
*/

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
	color: #1a73e8!important;
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page, .gsc-results .gsc-cursor-box .gsc-cursor-page {
	border-color: inherit!important;
	background-color: inherit!important;
	color: inherit!important;
}

/*
.gsc-control-cse.gsc-control-cse-en {
border-color: #ECAC00;
background-color: #ECAC00;
}
*/

.gsc-results-wrapper-overlay.gsc-results-wrapper-visible {
	top: 7rem;
}

/* Table Styles */

.table-snippet {
	width: 100%;
	margin-bottom: 1.65rem;
}

.table-title {
	font-weight: 600;
	text-transform: uppercase;
	font-size: .68421rem;
	color: #7f7f7f;
	letter-spacing: .05263rem;
	text-rendering: optimizeLegibility;
	text-align: center;
	margin-bottom: .825rem;
	display: block;
}

.table,
.table-snippet {
	width: 100%;
	margin-bottom: 1.65rem;
}

.table tr,
.table-snippet tr {
	border-bottom: solid thin #c3c3c3;
}

@media(min-width:769px) {
	.table tr,
	.table-snippet tr {
		border-bottom: 0;
	}
}

.table th,
.table td,
.table-snippet th,
.table-snippet td {
	padding: .825rem .825rem .4125rem .4125rem;
	text-align: left;
}

.table th,
.table-snippet th {
	font-weight: 600;
	border-bottom: solid thin #e1e1e1;
	display: none;
}

@media(min-width:769px) {
	.table th,
	.table-snippet th {
		display: table-cell;
	}
}

.table td,
.table-snippet td {
	border-bottom: solid thin #ededed;
	font-size: 16px;
	font-weight: 500;
	display: inline-block;
	width: 100%;
}

.table td:first-child,
.table-snippet td:first-child {
	padding-top: .825rem;
}

@media(min-width:769px) {
	.table td:first-child,
	.table-snippet td:first-child {
		padding-top: .4125rem;
	}
}

.table td:last-child,
.table-snippet td:last-child {
	padding-bottom: .825rem;
	border-bottom: 0;
}

@media(min-width:769px) {
	.table td:last-child,
	.table-snippet td:last-child {
		padding-bottom: .4125rem;
		border-bottom: solid thin #e1e1e1;
	}
}

.table td:before,
.table-snippet td:before {
	content: attr(data-th) ": ";
	font-weight: 600;
}

@media(min-width:769px) {
	.table td:before,
	.table-snippet td:before {
		display: none;
	}
}

@media(min-width:769px) {
	.table td,
	.table-snippet td {
		display: table-cell;
		width: auto;
		border-bottom: solid thin #e1e1e1;
	}
}

.table--bordered {
	width: 100%;
	margin-bottom: 1.65rem;
}

.table--bordered tr {
	border-bottom: solid thin #c3c3c3;
}

@media(min-width:769px) {
	.table--bordered tr {
		border-bottom: 0;
	}
}

.table--bordered th,
.table--bordered td {
	padding: .825rem .825rem .4125rem .4125rem;
	text-align: left;
}

.table--bordered th {
	font-weight: 600;
	border-bottom: solid thin #e1e1e1;
	display: none;
}

@media(min-width:769px) {
	.table--bordered th {
		display: table-cell;
	}
}

.table--bordered td {
	border-bottom: solid thin #ededed;
	font-size: 16px;
	font-weight: 500;
	display: inline-block;
	width: 100%;
}

.table--bordered td:first-child {
	padding-top: .825rem;
}

@media(min-width:769px) {
	.table--bordered td:first-child {
		padding-top: .4125rem;
	}
}

.table--bordered td:last-child {
	padding-bottom: .825rem;
	border-bottom: 0;
}

@media(min-width:769px) {
	.table--bordered td:last-child {
		padding-bottom: .4125rem;
		border-bottom: solid thin #e1e1e1;
	}
}

.table--bordered td:before {
	content: attr(data-th) ": ";
	font-weight: 600;
}

@media(min-width:769px) {
	.table--bordered td:before {
		display: none;
	}
}

@media(min-width:769px) {
	.table--bordered td {
		display: table-cell;
		width: auto;
		border-bottom: solid thin #e1e1e1;
	}
}

.table--bordered td,
.table--bordered th {
	border: solid thin #e1e1e1;
}

.table--bordered th {
	background: #f0f0f0;
}

/* Blog CSS */
.screenreader {
	display: block;
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px)
}

header {
	margin-bottom: 20px;
}
.item-list .item p {
	line-height: 1.2;
}
.item-list .item::after {
	content: ' ';
	clear: both;
	display: table;
	margin-bottom: 5px;
}

.item-list .item .image {
	width: 30%;
	float: left;
}

.item-list .item .detail h3 {
	margin-top: 0;
	line-height: 1;
}

.item-list .item .detail {
	width: 70%;
	float: right;
}

.item-list .item .description {
	margin-bottom: .2em;
}

.item-list .item .metadata p {
	margin-bottom: 0;
}

.item-list .item .tags,
.tag-cloud .tags {
	list-style: none;
	margin: 0;
}
.item-list .item .tags li,
.tag-cloud .tags li {
	display: inline-block;
	margin-right: .2em;
	padding-left: 0;
}
.item-list .item .tags li:last-child {
	margin-right: 0;
}
.item-list .item .tags a:before {
	content: '#';
}

.sidebar .blog-component > h2 {
	font-size: 1.1em;
	font-weight: 600;
}
.sidebar .item-list .item .detail h3 {
	margin: 0 0 .2em 0;
	line-height: 1;
	font-size: 0.9em;
	font-weight: 600;
}
.sidebar .item-list .item .metadata p {
	margin-bottom: 0;
	font-size: .8em;
	font-style: italic;
}

.sidebar .tags {
	font-size: .9em;
}
.tag-cloud .tags li {
	line-height: 2;
}
.tag-cloud .tags li > a {
	border: 1px solid #a5a5a5;
	border-radius: .7em;
	padding: .1em .2em;
}
.sidebar .item-list.featured .item .image {
	width: 100%;
	float: none;
	margin-bottom: .2em;
}
.sidebar .item-list.featured .item .detail {
	width: 100%;
	float: none;
	;
}
/* added line 532 */
.pagination, .ou-search-pagination {
	margin: 20px auto !important;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: .25rem;
	flex-wrap: wrap;
}
.pagination .page-item .page-link{
	text-decoration: none !important;
}
.pagination .page-item .page-link:hover{
	color: #003e71;
}
.pagination .page-item.active .page-link{
	background-color: #003e71 !important;
	border-color: #003e71 !important;
	color: #fff;
}
.justify-content-center {
	-ms-flex-pack: center!important;
	justify-content: center!important;
}
li {
	display: list-item;
	text-align: -webkit-match-parent;
}
.pagination .page-item .page-link {
	text-decoration: none !important;
}
.pagination .page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	background-color: #fff;
	border: 1px solid #dee2e6;
}

.pagination a, a {
	color: #003e71;
	font-weight: 500;
	text-decoration: underline;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

.home .newsEvents h3 {
	font-family: inherit;
	margin-bottom: inherit;
	margin-top: inherit;
	margin-bottom: revert;
}

.home .newsEvents p {
	font-family: inherit;
}

/* 73946 */
.home .testimonialSlider .slide img {
	padding-right: 25px;
}

/* 73800 */
.facultyContacts .facultyListing .cv:before {
	content: '';
	width: 20px;
	height: 20px;
	display: inline-block;
	position: relative;
	margin-right: 1rem;
	top: 3px;
	background-image: url(/_resources/images/cv-icon.svg);
	background-repeat: no-repeat;
}

/* 97548 */
.ou-form .alert-success {
	/* color: #305e31;
	background-color: #e7f5e1;
	border-color: #d6e9c6;*/
	color: #06386E!important;
	background-color: #FDE196!important;
	border-color: #FAB90A!important;
}