/*
oustyles.css

Add styles to overwrite customer CSS, USE WITH CAUTION.

*/

a#de {
	color: #eec301;
}
.content .ou-thumnails img, .content .flexslider .slides img {
	padding-bottom: 0;
}

.content .flexslider p a {
	color: #FFF;
}
.content .flexslider p { 
	padding-bottom: 0;
}
.content .flex-direction-nav a { height: 50px !important; }

.flexslider .slides img {
	height: auto;
}

.cse .gsc-control-cse, .gsc-control-cse {
	padding 0;
}

.ou-form label span {
	display: inherit !important;
}
.ou-form {
	margin-bottom: 30px;
}

.content .ou-form p:last-of-type {
	padding-bottom: 0rem !important;
}
<!-- Added for ticket #37190 by OU Support Chris Z. -->
a.anchor:before { 
	display: block;
	content: "";
	height: 220px;
	margin-top: -220px;
}
a.anchor:target:before {
	content:"";
	display:block;
	height:220px; 
	margin:-220px 0 0;
}

span.ouforms-label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 500;
	margin: 0;
	font-size: 1.4rem;
	line-height: 1.8;
	color: #0a0a0a;
	cursor: default;
	padding-left: 20px;
}

input.ouforms-label {
	font: 13.33333px;
	color: inherit;
	font-family: Arial;
	font-size: inherit;
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer;
	position: absolute;

}

<!-- Added for ticket #47292 -->
.slider-scaleable {
	z-index: 99;
	display: block;
	position: relative
}

.slider-scaleable .slider-hero.home:before {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';
	background-image: url("/_resources/images/triangle-hero-grey.svg");
	height: 6rem;
	color: #f4f4f4;
	z-index: 100;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100% 100%
}

.slider-scaleable .slick-slider {
	margin-bottom: 0
}

.slider-scaleable .image {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	position: relative
}

.slider-scaleable .image:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: -moz-linear-gradient(top, transparent 0%, transparent 60%, rgba(0, 0, 0, 0.6) 100%);
	background: -webkit-linear-gradient(top, transparent 0%, transparent 60%, rgba(0, 0, 0, 0.6) 100%);
	background: linear-gradient(to bottom, transparent 0%, transparent 60%, rgba(0, 0, 0, 0.6) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000', GradientType=0);
	pointer-events: none
}

.slider-scaleable .image .title {
	position: absolute;
	bottom: 9rem;
	z-index: 10
}

.slider-scaleable .image .title h1 {
	font-size: 75px;
	color: #f2f5f6;
	font-family: "serifa", serif;
	font-weight: 700;
	position: relative;
	display: inline-block
}

.slider-scaleable .image .title h1:after {
	content: '';
	top: 0;
	bottom: 0;
	position: absolute;
	right: -3rem;
	border-right: 3px solid white;
	opacity: 0.6;
	display: block
}

.slider-scaleable .image .title p {
	display: inline-block;
	max-width: 360px;
	color: #fff;
	margin-left: 6rem;
	line-height: normal;
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 3rem
}

.slider-scaleable .image h1 {
	font-size: 90px;
	color: #f2f5f6;
	font-family: "serifa", serif;
	font-weight: 700;
	position: relative;
	display: inline-block;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

.slider-scaleable .image h1:after {
	content: '';
	top: 2.5rem;
	bottom: 3rem;
	position: absolute;
	right: -3rem;
	border-right: 3px solid white;
	opacity: 0.6
}

.slider-scaleable .image p {
	display: inline-block;
	max-width: 300px;
	color: #fff;
	margin-left: 6rem;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 1200px) and (min-width: 1024px) {

} /* screens between 1025px and 1199px */

@media only screen and (max-width: 1023px) and (min-width: 640px) {
	.slider-scaleable .image .title {
		bottom: 1rem;
	}
	.slider-scaleable .image .title h1 {
		font-size: 50px;
	}
	.slider-scaleable .image .title p {
		font-size: 1.5rem;
	}
	/* added for ticket #59081 */
	.hero.backpage.white .image {
        height: 275px;
    }
} /* screens between 641px and 1024px */

@media only screen and (max-width: 639px) {
	.slider-scaleable .image .title {
		bottom: 1rem;
	}
	.slider-scaleable .image .title h1 {
		font-size: 20px;
	}
	.slider-scaleable .image .title h1:after {
		content: '';
		top: 0;
		bottom: 0;
		position: absolute;
		right: -3rem;
		border-right: 3px solid white;
		opacity: 0;
		display: block
	}
	.slider-scaleable .image .title p {
		font-size: 1.25rem;
		margin-left: 0;
		font-weight: bold;
	}
	
	/* added for ticket #59081 */
	.hero.backpage.white .image {
        height: 200px;
    }
}

/* Additional Color Styles */
.blue-text {
 color:#074a8d;
 font-weight: bold;
}

.yellow-text {
 color:#eec300;
 font-weight: bold;
 text-shadow: -1px 1px 0 #074a8d;,
 1px 1px 0 #074a8d;,
 1px -1px 0 #074a8d;;
 -1px -1px 0 #074a8d;;
}

.blue-text-shadow {
 color:#074a8d;
 font-weight: bold;
 text-shadow: -1px 1px 0 #eec300;,
 1px 1px 0 #eec300;,
 1px -1px 0 #eec300;;
 -1px -1px 0 #eec300;;
}

.red-text {
 color:#640000;
 font-weight: bold;
}

.desktop-show {
    display: none;
}

@media (min-width: 1024px) {
    .desktop-show {
        display: block;
    }
}

.mobile-show {
    display: block;
}

@media (min-width: 1024px) {
    .mobile-show {
        display: none;
    }
}

.mobile-row.flex-start {
    justify-content: flex-start !important;
}

@media (min-width: 1024px) {
    .mobile-row.flex-start {
        justify-content: flex-end !important;
    }
}

header {
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0;
}

header+* {
    margin-top: 132px !important;
}

@media (min-width: 1024px) {
    header+* {
        margin-top: 176px !important;
    }
}

header .nav-container .row {
    height: 88px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    position: relative;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    header .nav-container .row {
        padding: 0 10px;
    }
}

@media (max-width: 1023px) {
    header .yellow.nav-container .row {
        height: 44px;
    }
}

header .blue {
    background-color: #084a8e;
}

header .yellow {
    background-color: #eec301;
}

@media (min-width: 1024px) {
    header .yellow {
        border-top: solid #ffffff 4px;
    }
}

header .logo {
    height: 100%;
    display: flex;
    align-items: center;
    margin-right: auto;
}

header .logo img {
    height: 56px;
}

header .nav-links {
    position: relative;
}

header .nav-container ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-direction: row;
    height: 100%;
}



header .nav-container ul li {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    /*align-items: center;*/
    height: 100%;
    position:relative;
}


/*header .nav-container ul li {*/
/*    display: flex;*/
/*    align-items: flex-start;*/
/*    flex-direction: column;*/
/*    height: 100%;*/
/*    position:relative;*/
/*    justify-content: flex-start*/
/*}*/


header .nav-container ul li a {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 10px;
}

header .blue.nav-container ul li a {
    color: #fff;
    font-size: 16px;
}

header .yellow.nav-container ul li a {
    color: #00275A;
    padding: 0 15px;
    font-size: 20px;
}

header .nav-container ul li a:hover,
header .nav-container ul li a:focus,
header .nav-container ul li.active-menu a {
    background-color: #00275A;
}

@media (max-width: 1020px) {
    header .nav-container ul li a:hover,
header .nav-container ul li a:focus,
header .nav-container ul li.active-menu a {
    background-color: #084a8e;
}
}

header .blue.nav-container ul li a:hover,
header .blue.nav-container ul li a:focus {
    color: #fff;
}

header .yellow.nav-container ul li a:hover,
header .yellow.nav-container ul li a:focus,
header .yellow.nav-container ul li.active-menu a {
    color: #eec301;
}

header .blue.nav-container a.nav-link-button {
    height: auto;
    padding: 6px 12px;
    background-color: #eec301;
    color: #000;
    margin-left: 10px;
    margin-top: 2.5rem;
}

header .blue.nav-container a.nav-link-button:hover,
header .blue.nav-container a.nav-link-button:focus {
    background-color: #00275A;
    color: #fff;
}

header .blue.nav-container ul li a.nav-link-search {
    height: auto;
    padding: 12px 12px;
    margin-left: 10px;
    border-radius: 50%;
    margin-top: 2rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

header .blue.nav-container ul li a.nav-link-search:hover,
header .blue.nav-container ul li a.nav-link-search:focus {
    color: #eec301;
    background-color: #00275A;
}

header .sub-menu {
    display: none;
    position: absolute;
    background-color: #00275A;
    flex-direction: row;
    z-index: 3;
    padding: 15px;
    top: 88px;
    max-width: 710px;
    /*width: 250px;*/
}

header .sub-menu-mobile {
    display: none;
    position: absolute;
    background-color: #00275A;
    flex-direction: row;
    z-index: 3;
    padding: 15px;
    top: 88px;
    max-width: 710px;
    /*width: 250px;*/
}


header #toggle-style-1.sub-menu-mobile.cols2 {
    width: 400px;
    display: block;
    background-color: #084a8e;
}
header #toggle-style-2.sub-menu-mobile.cols2 {
    width: 400px;
    display: block;
}
header #toggle-style-3.sub-menu-mobile.cols2 {
    width: 400px;
    display: block;
}
header #toggle-style-4.sub-menu-mobile.cols2 {
    width: 400px;
    display: block;
}
header #toggle-style-5.sub-menu-mobile.cols2 {
    width: 400px;
    display: block;
}
header #toggle-style-6.sub-menu-mobile.cols2 {
    width: 400px;
    display: block;
}
header #toggle-style-7.sub-menu-mobile.cols2 {
    width: 400px;
    display: block;
}

header #toggle-style-top-1.sub-menu-mobile.cols2 {
    width: 400px;
    display: block;
    background-color: #084a8e;
}
header #toggle-style-top-2.sub-menu-mobile.cols2 {
    width: 400px;
    display: block;
}
header #toggle-style-top-3.sub-menu-mobile.cols2 {
    width: 400px;
    display: block;
}
header #toggle-style-top-4.sub-menu-mobile.cols2 {
    width: 400px;
    display: block;
}
header #toggle-style-top-5.sub-menu-mobile.cols2 {
    width: 400px;
    display: block;
}
header #toggle-style-top-6.sub-menu-mobile.cols2 {
    width: 400px;
    display: block;
}




header #toggle-style-1.alt {
    display: none;
}
header #toggle-style-2.alt {
    display: none;
}
header #toggle-style-3.alt {
    display: none;
}
header #toggle-style-4.alt {
    display: none;
}
header #toggle-style-5.alt {
    display: none !important;
}
header #toggle-style-6.alt {
    display: none;
}
header #toggle-style-7.alt {
    display: none;
}

header #toggle-style-top-1.alt {
    display: none;
}
header #toggle-style-top-2.alt {
    display: none;
}
header #toggle-style-top-3.alt {
    display: none;
}
header #toggle-style-top-4.alt {
    display: none;
}
header #toggle-style-top-5.alt {
    display: none !important;
}
header #toggle-style-top-6.alt {
    display: none;
}


header .sub-menu.cols4,
header .sub-menu.cols3 {
    width: 710px;
    left: auto;
    right: 0;
}

header .sub-menu.cols1 {
    width: 250px;
}
header .sub-menu.cols2 {
    width: 400px;
}



header .nav-container ul li:nth-child(3) .sub-menu.cols3,
header .nav-container ul li:nth-child(3) .sub-menu.cols4,
header .nav-container ul li:nth-child(4) .sub-menu,
header .nav-container ul li:nth-child(5) .sub-menu,
header .nav-container ul li:nth-child(6) .sub-menu {
    left: auto;
    /*right: auto;*/
    right: 0;
}

header .has-menu.active-menu .sub-menu,
header .has-menu:hover .sub-menu,
header .has-menu:focus .sub-menu {
    display: flex;
}


header .has-menu-mobile.active-menu .sub-menu,
header .has-menu-mobile:focus .sub-menu {
    display: contents;
}

header .sub-menu .sub-menu-links+.sub-menu-links {
    margin-left: 15px;
}

header .sub-menu.cols2 .sub-menu-links {
    width: 50%;
}

header .sub-menu.cols3 .sub-menu-links {
    width: 33%;
}

header .sub-menu.cols4 .sub-menu-links {
    width: 25%;
}

header .sub-menu-links ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    height:auto;
}

header .sub-menu-links ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 0;
}

header .sub-menu-links ul li+li {
    border-top: solid 1px rgba(255, 255, 255, .25);
}

header .sub-menu-links ul li a {
    line-height: 1.5;
    padding: 0 !important;
}

header .blue .sub-menu-links ul li a {
    color: #fff;
}

header .blue .sub-menu-links ul li a:hover,
header .blue .sub-menu-links ul li a:focus {
    color: #eec301;
}

header .yellow .sub-menu-links ul li a {
    color: #eec301;
    font-size: 16px;
}

header .yellow .sub-menu-links ul li a:hover,
header .yellow .sub-menu-links ul li a:focus {
    color: #fff;
}

header .mobile-menu {
    display: block;
    position: fixed;
    z-index: 999;
    width: 270px;
    top: 88px;
    left: -270px;
    height: calc(100% - 88px);
    overflow-y: auto;
    overflow-x: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

header .mobile-menu::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
}

@media (min-width: 1024px) {
    header .mobile-menu {
        display: none !important;
    }
}

header .mobile-menu.active {
    left: 0;
}

header .mobile-menu-btn {
    font-size: 18px;
}

header .mobile-menu-btn .opened {
    display: none;
}

header .mobile-menu-btn .closed {
    display: block;
}

header .mobile-menu-btn.active .opened {
    display: block;
}

@media (max-width: 359px) {
    header .mobile-menu-btn.active .opened span {
        display: none;
    }
}

header .mobile-menu-btn.active .closed {
    display: none;
}

header .nav-container.mobile-menu ul {
    flex-direction: column;
    width: 100%;
}

header .nav-container.mobile-menu ul li {
    width: 100%;
    padding: 10px 0;
}

header .nav-container.mobile-menu ul li+li {
    border-top: solid 1px rgba(255, 255, 255, .25);
}

header .nav-container.mobile-menu ul li a {
    font-size: 18px;
    line-height: 1.5;
    padding: 0 !important;
}

header .nav-container.mobile-menu .nav-links {
    padding: 10px;
}

header .blue.nav-container .buttons a.nav-link-button {
    height: auto;
    padding: 8px;
    background-color: #eec301;
    color: #000;
    margin-left: 0;
    width: 48%;
    text-align: center;
    font-size: 16px;
    display: inline-block;
}

header .blue.nav-container .buttons a.nav-link-button+.nav-link-button {
    margin-left: 2%;
}

.sidebar-mobile {
    display: block;
    background-color: #00275A;
    color: #eec301;
    padding: 0 10px;
}

.sidebar-mobile button {
    width: 100%;
    display: flex;
    justify-content: space-between;
    line-height: 44px;
}

.wbu-sidebar .sidebar-links {
    display: none;
}

.sidebar-mobile .sidebar-links {
    display: none;
}

.sidebar-mobile .sidebar-links ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.sidebar-mobile .sidebar-links ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    padding-bottom: 20px;
}

.sidebar-mobile .sidebar-links ul li a,
.sidebar-mobile .sidebar-links ul li a:visited {
    font-size: 16px;
    color: #FCE99C;
}

.sidebar-mobile .sidebar-links ul li a:hover,
.sidebar-mobile .sidebar-links ul li a:focus {
    color: #eec301;
}

@media (min-width: 1024px) {
    .sidebar-mobile {
        display: none;
    }
    .wbu-sidebar .sidebar-links {
        display: block;
    }
    .wbu-sidebar a.button {
        width: 100%;
    }
    .wbu-sidebar .sidebar-links {
        background-color: #00275A;
        padding: 20px;
        margin-bottom: 4rem;
    }
    .wbu-sidebar .sidebar-links .heading {
        font-size: 20px;
        font-weight: bold;
        text-transform: uppercase;
        color: #eec301;
        margin-bottom: 0;
        padding-bottom: 1rem;
    }
    .wbu-sidebar .sidebar-links ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        border-left: solid 3px #eec301;
    }
    .wbu-sidebar .sidebar-links ul li {
        margin-left: 1.5rem;
    }
    .wbu-sidebar .sidebar-links ul li a,
    .wbu-sidebar .sidebar-links ul li a:visited {
        color: #fff;
    }
    .wbu-sidebar .sidebar-links ul li a:hover,
    .wbu-sidebar .sidebar-links ul li a:focus {
        color: #eec301;
    }
}

.video-banner video {
    display: block;
    width: 100%;
    height: auto;
}

.video-banner2 .video-container {
    height: 652px;
}

.video-banner2 video {
    display: block;
    width: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding-bottom
}
@media (max-width: 1160px) {
      .video-banner2 .video-container {
        height: auto;
    }
    .video-banner2 video {
        top: 0;
        transform: none;
    } 
}


.video-controls {
    margin-top: -100px;
    visibility: hidden;
}

.video-controls button {
    margin: 25px;
    background-color: rgba(0, 39, 90, .5);
    padding: 12px 14px;
    border-radius: 50%;
    color: #fff;
}

.video-controls button:hover,
.video-controls button:focus {
    background-color: rgba(0, 39, 90, 1);
}