a#de {
	color: #fff;
	text-decoration: none;
}

a.ou-btn {
	position: relative;
	z-index: 101;
}

ouc\:div[label="hero"] a.ou-btn {
	top: 150px;
}

.header .section-nav .section-nav__wrapper .section-nav__list li:last-child {
	padding-left: 2px;
	padding-right: 16px;
	padding-top: 5px;
	padding-bottom: 10px;
	display: inline;
	position: relative;
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 0;
	transition: 0.2s ease;

}

.detail.detail--faculty div.fac-title p:last-of-type::after {
	background: none;
}

.detail.detail--faculty div.fac-title:hover {
	color: initial;
}

div.accordion__all .button-container:first-child {
	margin-bottom: 38px;
}

@media (max-width: 1024px){
	div.accordion__all .button-container:first-child {
		margin-bottom: 9px;
	}
}


.facts-container--homepage .fact:nth-child(3n + 1) {
	background-color: #0072D5;
	background-blend-mode: hard-light;
}

.fact:nth-child(3n + 1) .fact {
	background-color: #0072D5;
	background-blend-mode: hard-light;
}
@media (-ms-high-contrast: none) {
	.facts-list-wrapper .fact:nth-child(3n + 1) .fact:not(.fact--no-bg) .fact__inner {
		background: rgba(0, 114, 213, 0.6);
	}
}

.facts-container--homepage .fact:nth-child(3n + 2) {
	background-color: #00447C;
	background-blend-mode: hard-light;
}

.fact:nth-child(3n + 2) .fact {
	background-color: #00447C;
	background-blend-mode: hard-light;
}
@media (-ms-high-contrast: none) {
	.facts-list-wrapper .fact:nth-child(3n + 2) .fact:not(.fact--no-bg) .fact__inner {
		background: rgba(0, 68, 124, 0.6);
	}
}

.facts-container--homepage .fact:nth-child(3n + 3) {
	background-color: #933F22;
	background-blend-mode: hard-light;
}

.fact:nth-child(3n + 3) .fact {
	background-color: #933F22;
	background-blend-mode: hard-light;
}
@media (-ms-high-contrast: none) {
	.facts-list-wrapper .fact:nth-child(3n + 3) .fact:not(.fact--no-bg) .fact__inner {
		background: rgba(147, 63, 34, 0.6);
	}
}

.thumbnails li:before{
	background: none;
}

.detail .across a:after {
	left:initial;
	background: initial;
}

div.accordion__all h3.title ~ p:last-of-type {
    padding-bottom: 35px;
}

div.accordion-sub-heading {
	padding-bottom: 35px;
	margin-bottom: 30px;
}

@media (min-width: 700px){

	figure.wysiwyg-image--right img, figure.wysiwyg-image--left img { 
		display: block;
	}

	figure.wysiwyg-image--right, figure.wysiwyg-image--left { 
		padding: 5px;
		display: table;
	}

	figure.wysiwyg-image--right figcaption, figure.wysiwyg-image--left figcaption {
		display: table-caption;
		caption-side: bottom;
		position:relative;
	}

}

@media (max-width: 699px) {
figure.wysiwyg-image--right figcaption {
   
   position:relative;
	left: -5px;
	max-width:699px;
    
}
	
figure.wysiwyg-image--left figcaption
	 {
   
   position:relative;
	
	max-width:699px;
    margin-left: 52vw;
}
}

.extra{
	color:#00447C !important;
	font-size: 20px !important;
}
.extra:hover{
	text-decoration: underline !important;
	text-decoration-color: #9FFF36 !important;
}