@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,900&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,800&display=swap');
body {
	font-family: 'Open Sans', sans-serif;
    font-size: 1.125rem;
    line-height: 1.5;
    color: #231f20;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    background-color: #fff;
	}
.translated-ltr body[style]{
    top: 0 !important;
    padding-top: 38px;
}
.translated-ltr .siteHeader{
    top: 38px;
}
.alert {
    margin: 0;
    border: none;
    border-radius: 0;
    text-align: center;
    color: #fff;
    background-color: #6C395C;
    border-bottom: 5px solid #fff;
    font-size: 1.25rem;
    font-weight: 600;
    padding: 10px 20px;
    z-index: 3;
}
.alert-link {
    font-weight: 600;
}
.emergency-alert{
    top: 0;
    left: 0;
    background-color: #347F7F;
    color: #fff;
    font-size: 1.5rem;
}
.emergency-alert .alert-link{
    color: #fff;
}
.emergency-alert .alert-link:hover, .emergency-alert .alert-link:focus{
    text-decoration: none;
}
.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;
    background-color: #6C395C;
    padding: 30px;
    font-size: 1.125rem;
    border: none;
}
.cookiealert .cc-message{
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
}
.cookiealert.show {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 1000ms;
}
.cookiealert.alert a {
    text-decoration: underline;
    font-weight: 600;
    color: #fff;
}
.cookiealert.alert a.btn-white{
    color: #065D89;
}
.cookiealert.alert a:hover, .cookiealert.alert a:focus {
    text-decoration: none;
    color: #fff;
}
.cookiealert .acceptcookies {
    margin: 0;
    vertical-align: baseline;
    min-width: auto;
    text-decoration: none !important;
}
.alert a, .alert a:hover, .alert a:focus{
	text-decoration: underline;
}
.alert-dismissible .close {
	padding: 0;
	right: 15px;
    font-size: 1.875rem;
    top: 0;
    width: 30px;
    height: 30px;
}
.alert-dismissible .close:hover, .alert-dismissible .close:focus {
    color: #fff;
}
.fa-exclamation-triangle {
    font-size: 2.5rem;
    color: #065D89;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: 600;
  line-height: 1.1;
  font-family: 'Montserrat', sans-serif;
  color: #065D89;
}
.card h1, .card h2, .card h3, .card h4, .card h5, .card h6{
  font-family: 'Montserrat', sans-serif; 
  font-weight: 600;
}
h1, .h1 {
  font-size: 2.5rem;
}
h2, .h2 {
  font-size: 2.125rem;
  font-weight: 500;
}
h3, .h3 {
  font-size: 1.75rem;
  font-weight: 400;
}
h4, .h4 {
  font-size: 1.5rem;
  font-weight: normal;
}
h5, .h5 {
  font-size: 1.25rem;
  font-weight: normal;
}
h6, .h6 {
  font-size: 1rem;
  font-weight: normal;
}
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;
}
.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: 500;
    display:block;
}
.card-shadow {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
}
.card-with-icon {
    margin-top: 100px;
}
.card-background{
    height: 254px;
    overflow: hidden;
    position: relative;
    text-decoration: none !important;
    background-color: #000 !important;
}
.card-background .card-body {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
    text-shadow: 0px 0px 3px rgba(0,0,0,0.75);
    background-size: cover;
    background-position: center;
    text-align: center;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; 
}
.card-background .card-body:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.4);
}
.card-background:hover .card-body, .card-background:focus .card-body{
    transform: scale(1.2);
}
.card-background h2, .card-background h3, .card-background h4, .card-background h5, .card-background h6, .card-background p{
    color: #fff;
    position: relative;
    font-weight: 700;
    font-size: 1.5rem;
}
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;
}
.height-40 {
    min-height: 40vh;
}
.height-50 {
    min-height: 50vh;
}
.bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.bg-slate-dark {
    background: #132a50;
}
.text-shadow {
    text-shadow: rgb(0 0 0 / 80%) 1px 1px 10px;
}
.space-sm {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.space-md {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.space-xl {
    padding-top: 10.5rem;
    padding-bottom: 10.5rem;
}
.blue-text, .blue{
   color: #065D89 !important;  
}
.purple-text, .purple{
   color: #6C395C !important;  
}
.black-text{
    color: #231f20 !important;
}
.white-text{
    color: #fff !important;
}
.bg-gray{
    background-color: #f5f5f5 !important;
}
.bg-blue{
    background-color: #065D89 !important;
    color: #fff;
}
.bg-purple{
    background-color: #6C395C !important;
    color: #fff;
}
.bg-blue h1, .bg-blue .h1, .bg-blue h2, .bg-blue .h2, .bg-blue h3, .bg-blue .h3, .bg-blue h4, .bg-blue .h4, .bg-blue h5, .bg-blue .h5, .bg-blue h6, .bg-blue .h6, .bg-blue a {
    color: #fff !important;
}
.bg-purple h1, .bg-purple .h1, .bg-purple h2, .bg-purple .h2, .bg-purple h3, .bg-purple .h3, .bg-purple h4, .bg-purple .h4, .bg-purple h5, .bg-purple .h5, .bg-purple h6, .bg-purple .h6, .bg-purple a {
    color: #fff !important;
}
.bg-blue .card h1, .bg-blue .card .h1, .bg-blue .card h2, .bg-blue .card .h2, .bg-blue .card h3, .bg-blue .card .h3, .bg-blue .card h4, .bg-blue .card .h4, .bg-blue .card h5, .bg-blue .card .h5, .bg-blue .card h6, .bg-blue .card .h6, .bg-blue .card a{
     color: #065D89 !important;
}
.bg-purple .card h1, .bg-purple .card .h1, .bg-purple .card h2, .bg-purple .card .h2, .bg-purple .card h3, .bg-purple .card .h3, .bg-purple .card h4, .bg-purple .card .h4, .bg-purple .card h5, .bg-purple .card .h5, .bg-purple .card h6, .bg-purple .card .h6, .bg-purple .card a{
     color: #065D89 !important;
}
.bg-blue .card, .bg-purple .card {
    color: #383838;
}
.font-size-xl{
    font-size: 4rem;
}
.font-size-lg{
    font-size: 2.75rem;
}
.font-size-md{
    font-size: 1.5rem;
}
.font-size-sm{
    font-size: 1.125rem;
}
.font-size-xs{
    font-size: 1rem;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
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: 700;
}
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: -.25rem;
}
sup {
  top: -.5rem;
}
strong{
    font-weight: 700;
}
.arrow-list{
    list-style: none;
    padding: 0;
    font-size: 1.125rem;
}
.arrow-list li{
    position: relative;
}
.arrow-list li::after{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    color: #6C395C;
    font-size: 1rem;
    margin-left: 10px;
}
.lead {
    font-size: 1.375rem;
    line-height: 1.75rem;
    display: block;
    margin-bottom: 20px;
}
.lead strong{
    font-weight: 600;
}
.lead + .lead {
    margin-top: 20px;
}
.content a, a {
  color: #065D89;
  font-weight: 500;
  text-decoration: underline;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #000;
  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[href$=".pdf"]::after {
    content: '\f1c1';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.875rem;
    position: relative;
    right: -5px;
    padding-right: 10px;
    top: 0;
    font-style: normal;
}
a[href$=".xlsx"]::after {
    content: '\f1c3';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.875rem;
    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: 0.875rem;
    position: relative;
    right: -5px;
    padding-right: 10px;
    top: 0;
    font-style: normal;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
.title-decorative{
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #444C55;
}
.btn, .content .btn{
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    padding: 12px 15px;
    margin: 15px auto;
    border-radius: 5px;
    min-width: 175px;
    font-size: 1.25rem;
}
.btn-default, .content .btn-default{
    background-color: #065D89;
    color: #fff;    
}
.btn-default:hover, .btn-default:focus{
    background-color: #fff;
    color: #065D89;
    border-color: #065D89; 
}
.btn-white, .content .btn-white{
    background-color: #fff;
    color: #065D89;    
    -webkit-box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 20%);
}
.btn-white:hover, .btn-white:focus{
    background-color: #065D89;
    color: #fff;
    border-color: #065D89; 
}
.bg-blue .btn-white, .bg-blue .content .btn-white{
    color: #065D89 !important;    
}
.bg-blue .btn-white:hover, .bg-blue .btn-white:focus{
    color: #fff !important;
    border-color: #fff; 
}
.bg-purple .btn-white, .bg-purple .content .btn-white{
    color: #6C395C !important;    
}
.bg-purple .btn-white:hover, .bg-purple .btn-white:focus{
    color: #fff !important;
    border-color: #fff; 
}
.btn-link.focus, .btn-link:focus {
    text-decoration: none;
}
.form-group .btn-default{
    min-width: 1px;
}
.text-muted {
    color: #42484c !important;
}
.btn-block{
    text-align:center;
    display: block;
}
.btn + .btn{
    margin-left: 15px;
}
.btn-centered{
    display: block;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
img {
    max-width: 100%;
    height: auto;
}
.content{
    overflow:hidden;
}
.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: 6rem 0;
}
.fullwidth-split-text .text-wrapper{
    max-width: 85%;
    display: flex;
    flex-direction: column;
    align-self: center;
}
.container{
    position: relative;
}
.section{
    padding: 75px 0;
    position: relative;
    -webkit-animation-duration: .2s;
    -moz-animation-duration: .2s;
    -o-animation-duration: .2s;
    animation-duration: .2s;
}
.section-parallax{
    position: relative;
    overflow: hidden;
}
.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;
    padding: 75px 0;
    position: relative;
    overflow:hidden;
    background-color: #065D89;
}
.section-with-background.light-background{
    background-color: #fff !important;
}
.icon img{
	display: block;
	margin: 0 auto;
	max-width: 150px
}
.icon  span {
    line-height: 1;
    font-size: 3.6em;
    color: #fff;
    text-align: center;
    display: block;
    font-weight: bold;
}
.icon span:first-child{
    display: block;
    margin: 0 auto;
    text-align: center;
}
.icon  span:last-child {
    display: block;
    font-size: 1.1em;
    margin-top: 10px;
    font-weight: 400;
    line-height: 1.5;
}
.card .icon span {
    font-size: 2.75rem;
    color: #fff;
    text-align: center;
    display: block;
    font-weight: bold;
    position: relative;
    top: 0;
    margin-top: 0;
}
.card .icon {
    background-color: #6C395C;
    border-radius: 50%;
    color: #fff;
    font-size: 50px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    position: absolute;
    left: 50%;
    right: 50%;
    top: -60px;
    transform: translate(-50%, 0);
    display: flex;
    justify-content: center;
    align-items: center;
}
.card-slider .card{
    min-height: 245px;
    border-radius: .5rem;
    margin-top: 4rem;
}
.card-slider .card, .card .icon + h2 + p{
    font-weight: 500;
    font-size: 1.25rem;
}
/*Header Styles*/
.menuToggle {
	display: none;
    background-color: transparent;
    border:none;
    color: #fff;
    font-size: 1.5rem;
    text-transform: uppercase;
}
.siteHeader {
	position: fixed;
	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;
}
.main-navigation{
    -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);
}
.main-navigation .top-row{
    background-color: #065D89;
}
.main-navigation .top-row .auxnav .nav-item .nav-link{
    padding: 5px 15px;
}
.main-navigation .bottom-row{
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-color: #fff;
}
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 {
	padding:6px !important;
	top: -160px;
	left:0px;
	color:#065D89;
	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:focus {
	position:absolute !important;
	left:0px;
	top:0px;
	background: #fff;
	outline:0;	
	-webkit-transition: top .1s ease-in, background .5s linear;
    transition: top .1s ease-in, background .5s linear;
}
a:hover {
	text-decoration: none;
}
.logo {
    margin: 0;
    width: 380px;
    padding: 20px 0 30px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.sticky-header-show .logo {
    width: 300px;
    padding: 10px 0 20px;  
}
.hide {
    display: none;
}
.modal-backdrop.show {
    opacity: 0.75;
}
/*Auxillary and Audience Navigations*/
header .auxnav .nav li{
    margin: 0 10px;
}
header .auxnav .nav li:last-child{
    margin-right: 0;
}
header .auxnav .nav li a {
    font-size: 1.25rem;
    padding: 5px 30px;
    display: block;
    width: 100%;
    color: #065D89;
    background-color: #6C395C;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    text-transform: uppercase;
    font-weight: 500;
}
.main-navigation .audience .dropdown-toggle{
    color: #fff;
}
.main-navigation .audience .nav-link{
    font-weight: 600;
    font-size: 1.125rem !important;
    color: #fff !important;
    padding: 15px !important;
}
.main-navigation .audience .dropdown-toggle:after{
    color: #fff !important;
}
.main-navigation .audience .dropdown .dropdown-menu{
    width: auto !important;
}
.main-navigation .audience .dropdown .dropdown-menu li a{
    padding: 10px !important;
}
.main-navigation .audience .dropdown-toggle {
    padding: 15px 35px 15px 15px !important;
}
/*Search*/
.modal-open-menu .modal-backdrop {
    z-index: 5;
}
.modal-open-menu-mobile .modal-backdrop {
    z-index: 4;
}
.header-search{
    margin-top: 13px;
    margin-right: 20px;
    color: #fff;
    width: 275px;
}
.header-search .form-control {
    border-radius: 8px !important;
    height: 33px;
    padding: 6px 12px;
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    transition: width 0.3s ease;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    width: 200px;
}
.header-search .btn-default {
    background: transparent !important;
    border: 0 none;
    color: #000 !important;
    position: absolute;
    right: 8px;
    top: 2px;
    z-index: 3;
    min-width: auto;
    padding: 0;
    margin: 0;
}
.header-search .sr-only{
    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%;
	position: relative;
    right: 0;
	}
/*Centers the top navigation*/
.main-navigation .nav li a {
    padding: 10px;
    color: #065D89;
    font-size: 1rem;
    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;
}
.main-navigation .nav .dropdown-toggle{
    font-weight: 600;
    font-size: 1.125rem;
    padding: 15px 20px 15px 0;
    position: relative;
}
.main-navigation .nav .dropdown-toggle:after {
    content: "\f107";
    position: absolute;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #6C395C;
    font-size: 1.3125rem;
    border: none;
    top: 14px;
}
.main-navigation .nav .dropdown .dropdown-menu li a{
    font-size: 1rem;
    text-align: left;
    white-space: normal;
    border-bottom: 1px solid #ddd;
    font-weight: 500;
    padding-left: 5px;
    padding-right: 5px;
}
.main-navigation .nav .dropdown .dropdown-menu li:last-child a{
    border-bottom: none;
}
.main-navigation .nav li .sub-menu ul{
    margin-top: 15px;
}
.main-navigation .nav li .sub-menu li a, .main-navigation .nav li .sub-menu li a{
   color: #065D89;
}
.main-navigation .nav .dropdown .dropdown-menu li .sub-menu li:last-child a{
    border-bottom: none;
}
.main-navigation .nav .dropdown {
	display: inline-block;
	float: none;
	position: static;
	}
.dropdown-menu, .dropdown-menu.show {
    transform: none !important;
    top: inherit !important;
    left: inherit !important;
}
.main-navigation .nav .dropdown .dropdown-menu {
    display: none;
    border: none;
    background-color: #fff;
    color: #065D89;
    width: 100%;
    font-size: 0.8rem;
    list-style: outside none none;
    margin-top: 0;
    padding: 5px 0;
    text-align: left;
    z-index: 3;
    position: absolute;
    left: 0 !important;
    top: 100%;
    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;
}
.mobile-header {
    top: 0;
	display: none;
    z-index: 5;
    height: 85px;
    background-color: #065D89;
    -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-buttons-wrapper{
    position: relative;    
    }
.mobile-logo {
    margin: 0;
    width: 350px;
    padding: 10px;
}
.menuClose {
	display: none;
}
/*Footer*/
footer{
    padding: 60px 0 20px; 
    line-height: 24px;
    background-color: #065D89;
    color: #fff;
    text-align: center;
}
footer a {
	color: #fff;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    text-decoration: none;
}
footer a:hover, footer a:focus, footer a:active  {
	color: rgba(255, 255, 255, 1) !important;
    text-decoration: underline;
}
footer .list-unstyled a:hover, footer .list-unstyled a:focus  {
	text-decoration: underline;
}
footer address{
    font-size: 1rem;
}
.footer-logo{
    max-width: 200px;
    margin: 0 auto 20px;
    display: block;
}
footer .list-unstyled{
    margin-bottom: 0;
}
footer .list-unstyled li{
    margin-bottom: 8px;
}
.footer-social {
    padding-left: 0;
    list-style: none;
    text-align: center;
    margin: 40px auto 30px;
}
.footer-social li {
	display: inline-block;
}
.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: 2.25rem;
}
.footer-social li a.twitter:before {
	content: "\f099";
} 
.footer-social li a.facebook:before {
	content: "\f39e";
} 
.footer-social li a.youtube:before {
	content: "\f167";
} 
.footer-social li a.instagram:before {
	content: "\f16d";
}
.footer-social li a.linkedin:before {
	content: "\f0e1";
}
.footer-social li a.spotify:before {
	content: "\f1bc";
}
.footer-social li:hover a:before {
	text-decoration: none;
    color: #6997B1 !important;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
footer .copyright{
    text-align: center;
    font-size: 1rem;
    margin-top: 20px;
}
footer .copyright .list-inline-item:not(:last-child) {
    margin-right: 1rem;
}
.container-padding{
    padding: 0 50px;
}
.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;
}
/*Video*/
.video-feature {
    width: 100%;
    height: 80vh;
    left: 0;
    top: 0;
    border: none;
	overflow: hidden;
    background-size: cover;
    background-position: center;
    background-color: #000;
}
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;
}
.video-feature .overlay {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; /* FF3.6-15 */
    background: #000;
    background: -moz-linear-gradient(90deg, rgba(0,0,0,0.2) 0%, rgba(255,255,255,0) 50%, rgba(0,0,0,0.7) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0.7)), color-stop(50%, rgba(255,255,255,0)), color-stop(100%, rgba(0,0,0,0.2))); /* safari4+,chrome */
    background: -webkit-linear-gradient(90deg, rgba(0,0,0,0.2) 0%, rgba(255,255,255,0) 50%, rgba(0,0,0,0.7) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(90deg, rgba(0,0,0,0.2) 0%, rgba(255,255,255,0) 50%, rgba(0,0,0,0.7) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(90deg, rgba(0,0,0,0.2) 0%, rgba(255,255,255,0) 50%, rgba(0,0,0,0.7) 100%); /* ie10+ */
    background: linear-gradient(0deg, rgba(0,0,0,0.2) 0%, rgba(255,255,255,0) 50%, rgba(0,0,0,0.7) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* ie6-9 */
}
.play-pause, .play {
    position: absolute;
    z-index: 3;
    color: #fff;
    background-color: #065D89;
    width: 40px;
    height: 40px;
    left: 50px;
    bottom: 50px;
    border: 1px solid #fff;
}
.play-pause:hover, .play-pause:focus{
    background-color: #6C395C;
}
.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: 50px;
    right: unset;
    bottom: 100px;
    text-align: left;
    line-height: 30px;
    z-index: 1;
    background-color: rgba(6,93,137,.7);
    padding: 30px;
    max-width: 93%;
    position: absolute;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
}
.video-feature .video-caption h1, .video-feature .video-caption h2{
    color: #fff;
}
.video-feature .video-caption img{
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.slider-wrapper .video-caption-overlay{
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: -moz-radial-gradient(center, ellipse cover,  rgba(14,44,77,0.2) 0%, rgba(14,44,77,1) 100%);
background: -webkit-radial-gradient(center, ellipse cover,  rgba(14,44,77,0.2) 0%,rgba(14,44,77,1) 100%);
background: radial-gradient(ellipse at center,  rgba(14,44,77,0.2) 0%,rgba(14,44,77,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#330e2c4d', endColorstr='#234677',GradientType=1 );
}
/*Home Page Slider*/
.slider-wrapper{
   position: relative; 
   overflow: hidden;
   background-color: #347F7F;
}
.hero-slider{
    position: relative;
    margin-bottom: 0 !important;
}
.hero-slider .slide {
    width: 100vw;
    height: 80vh;
    display: flex;
    justify-content: flex-end;
    align-items: left;
    position: relative;
    background-color: #347F7F;
}
.hero-slider .slide .slider-img{  
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 350px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.caption-left .hero-slider .slide .slider-img{
    left: 350px;
    right: 0;
}
.hero-slider .carousel-caption {
    margin: 0;
    right: 0;
    left: unset;top: 0;
    bottom: 0;
    text-align: left;
    width: 350px;
    z-index: 1;
    background-color: #347F7F;
    padding: 50px 35px;
    -ms-flex-align: center!important;
    align-items: center!important;
    display: -ms-flexbox!important;
    display: flex!important;
    font-size: 2.1875rem;
    color: #fff;
    line-height: 1.125;
}
.hero-slider .carousel-caption h2, .hero-slider .carousel-caption p{
	color: #fff;
}
.caption-left .hero-slider .carousel-caption{
    right: unset;
    left: 0;
}
.hero-slider .carousel-caption .btn-default:hover, .hero-slider .carousel-caption .btn-default:focus{
    color: #065D89 !important;
}
.content .hero-slider .carousel-caption a, .hero-slider .carousel-caption a{
    color: #fff;
    text-decoration: none;
}
.hero-slider .carousel-caption a:hover{
    color: #fff;
}
.video-feature .video-caption h1{
    padding-top: 15px;
    font-size: 3.875rem;
    line-height: 62px;
    margin: 0 0 10px;
    color: #fff !important;
    font-weight: 500;
    text-shadow: 0px 3px 7px rgba(0,0,0,0.3);
}
.slider-wrapper .slick-prev, .slider-wrapper .slick-next{
    z-index: 1;
    color: #fff;
    width: 30px;
    height: 30px;
}
.slider-wrapper .testimonial-slider .slick-prev, .slider-wrapper .testimonial-slider .slick-next{
    z-index: 1;
    color: #065D89;
    background-color: transparent;
    width: 100px;
    height: 100px;
    border: none
}
.slider-wrapper .slide-controllers{
    width: 100px;
    height: 30px;
    position: absolute;
    right: 30px;
    bottom: 20px;
}
.slider-wrapper.caption-left .slide-controllers{
    right: unset;
    left: 30px;
}
.slider-wrapper .slide-controllers .pause-play{
    color: #fff;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 2;
    background-color: transparent;
    border: none;
}
.slider-wrapper .slide-controllers .pause-play:before{
    font-family: "Font Awesome 5 Free";
    content: "\f04c";
    font-weight: 900;
    display: block;
    font-size: 1rem;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.slider-wrapper .slide-controllers .pause-play.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 {
    color: #fff !important;
}
.slider-wrapper .testimonial-slider .slick-prev:hover, .slider-wrapper .testimonial-slider .slick-prev:focus, .slider-wrapper .testimonial-slider .slick-next:hover, .slider-wrapper .testimonial-slider .slick-next:focus {
    color: #fff !important;
    background-color: transparent !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: "\f061" !important;
    font-weight: 900;
    display: block;
    opacity: 1;
    color: #fff;
}
.slider-wrapper .slick-prev:before {
    font-family: "Font Awesome 5 Free" !important;
    content: "\f060" !important;
    font-weight: 900;
    display: block;
    opacity: 1;
    color: #fff;
}
.slider-wrapper .slick-next:hover:before, .slider-wrapper .slick-prev:hover:before, .slider-wrapper .slick-next:focus:before, .slider-wrapper .slick-prev:focus:before, .slider-wrapper .slide-controllers .pause-play:hover, .slider-wrapper .slide-controllers .pause-play:focus {
    color: #6C395C!important;
}
.slider-wrapper .slick-dots li button:before, .card-slider .slick-dots li button:before{
    font-family: "Font Awesome 5 Free" !important;
    content: "\f111" !important;
    font-weight: 400;
    display: block;
    opacity: 1;
    color: #fff;
    font-size: 14px;
}
.slider-wrapper .slick-dots li.slick-active button:before, .card-slider .slick-dots li.slick-active button:before{
    content: "\f111" !important;
    opacity: 1;
    color: #fff;
    font-weight: 900;
}
.section-with-background .slider-wrapper .slick-dots li.slick-active button:before, .section-with-background .card-slider .slick-dots li.slick-active button:before, .section-with-background .slider-wrapper .slick-dots li button:before, .section-with-background .card-slider .slick-dots li button:before{
    color: #fff;
}
.slider-wrapper .testimonial-slider .slick-next:before, .slider-wrapper .testimonial-slider .slick-prev:before {
    color: #065D89;
    font-size: 1.75rem;
}
.slide-dots .slick-dots {
    bottom: 70px !important;
    right: 30px;
    text-align: right !important;
}
.caption-left .slide-dots .slick-dots {
    right: unset;
    left: 30px;
    left-align: right !important;
}
.testimonial-slider{
    text-align: center;
}
.testimonial-slider .testimonial-quote{
    display: block;
    width: 70%;
    margin: 20px auto;
    font-size: 1.5rem;
    font-style: italic;
}
.testimonial-slider img{
    border-radius: 50%;
    width: 200px;
    height: 200px;
    display: block;
    margin: 0 auto;
}
.hero .section-intro{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero {
    position: relative;
    height: 460px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #065D89;
}
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.25) 35%, rgba(0,0,0,.25) 38%, rgba(0,0,0,.25) 61%, rgba(0,0,0,.25) 62%, rgba(0,0,0,0.75) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.25) 35%,rgba(0,0,0,.25) 38%,rgba(0,0,0,.25) 61%,rgba(0,0,0,.25) 62%,rgba(0,0,0,0.75) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.25) 35%,rgba(0,0,0,0.25) 38%,rgba(0,0,0,.25) 61%,rgba(0,0,0,.25) 62%,rgba(0,0,0,0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#bf000000',GradientType=0 );
}
.hero h1{
    font-size: 3.5rem;
    color: #fff;
    display: block;
    position: relative;
    text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 20px;
}
.hero.no-image {
    position: relative;
    height: auto;
    overflow: hidden;
    background-color: #f5f5f5;
}
.hero.no-image .section-intro{
    justify-content: flex-start;
}
.hero.no-image h1{
    font-size: 2.75rem;
    position: relative;
    text-shadow: none;
    transform: none;
    padding: 50px 0;
    color: #00447B;
}
.news-events-header {
    position: relative;
    margin-bottom: 20px;
}
.news-events-header .fal{
    margin-left: 10px;
}
.news-events-header .news, .news-events-header .events {
    font-size: 1rem;
    text-align: right;
    text-decoration: none;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #065D89;
    color: #fff;
    padding: 5px 10px;
}
.news-events-header .news .fas, .news-events-header .events .fas{
    color: #ffc627;
}
.news-events-header .news:hover, .news-events-header .news:focus, .news-events-header .events:hover, .news-events-header .events:focus{
    text-decoration: underline;
}
.news-events-header .view-all {
    text-align: right;
    text-decoration: none;
    display: block;
    position: absolute;
    right: 0;
    top: 10px;
}
.view-all{
    font-size: .95rem;
    color: #000;
    padding: 0 !important;
    text-decoration: none !important;
}
.card .card-body .view-all{
    text-decoration: none !important;
}
.view-all::after{
    border: none;
    display: inline-block;
    margin-left: 5px;
    vertical-align: 0;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f061";
    font-size: 0.75rem;
    color: #000;
}
.view-all:hover, .view-all:focus{
    color: #000;
}
.event-item{
    display: table;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}
.event-item .event-title{
    margin-top: 0;
    font-size: 1.125rem;
    font-weight: 600;
}
.event-item-copy{
    font-size: 1rem;
}
.event-item-copy p{
    margin-bottom: 5px;
}
.event-item-date{
    font-size: 0.75rem;
}
.event-item .event-date, .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;
    font-size: 1.875rem;
    color: #fff;
    font-weight: 600;
}
.event-item .event-date .event-day {
    display: block;
    text-align: center;
    font-size: 2.5rem;
    font-weight: 600;
    color: #fff;
}
.event-item .event-date .year{
    color:#fff;
    text-align: center;
    display: block;
}
.event-item .event-text {
    line-height: 1.375;
    position: relative;
    vertical-align: top;
    padding-left: 20px;
}
.event-item .event-date-bg{
    background-color: #065D89;
    padding: 20px;
    line-height: 1.125;
    min-width: 90px;
}
.event-item .event-item-time-location{
    color: #065D89;
    margin-bottom: 10px;
}
.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: 0.875rem;
    margin-right: 5px;
    color: #6C395C;
}
.event-item .event-item-time-location .location{
    margin-left: 10px;
}
.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: 0.875rem;
    margin-right: 5px;
    color: #6C395C;
}
.news-list{
    margin-top: 10px;
}
.news-list p{
    margin-top: 15px;
}
.news-list h3 a{
    text-decoration: none;
}
.news-list h3 a:hover, .news-list h3 a:focus{
    text-decoration: underline;
}
.news-list img{
    margin-bottom: 15px;
    display: block;
    margin: 0 auto 15px;
}
.featured-news .card .card-body{
    min-height: 100px;
}
.blog-banner{
    font-size: 2rem;
    line-height: 1;
    font-style: italic;
    font-weight: 300;
    margin-bottom: 40px;
    color: #065D89;
    text-align: right;
}
.category {
    display: block;
    background-color: #065D89;
    padding: 10px;
    text-align: center;
    color: #fff;
}
.category a{
   color: #fff;
   text-decoration: none;
}
.category a:hover, .category a:focus{
   text-decoration: underline;
}
.meta-data{
    list-style: none;
    padding: 0;
    font-size: 1rem;
}
.meta-data li{
    margin-right: 12px;
    border-right: 1px solid #ccc;
    padding-right: 15px;
    display: inline-block;
}
.meta-data li:last-child{
    border-right: none;
}
.pub-date {
    padding-left: 25px;
    position: relative;
    display: inline-block;
}
.pub-date:before {
    content: "\f133";
    display: block;
    position: absolute;
    left: 0px;
    top: 2px;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 300;
    font-size: 1rem;
    width: 18px;
    text-align: center;
    line-height: 22px;
    color: #333333;
}
.author {
    padding-left: 25px;
    position: relative;
    display: inline-block;
}
.author:before {
    content: "\f007";
    display: block;
    position: absolute;
    left: 0px;
    top: 2px;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 300;
    font-size: 1rem;
    width: 18px;
    text-align: center;
    line-height: 22px;
    color: #333333;
}
.read-time {
    padding-left: 25px;
    position: relative;
    display: inline-block;
}
.read-time:before {
    content: "\f017";
    display: block;
    position: absolute;
    left: 0px;
    top: 2px;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 300;
    font-size: 1rem;
    width: 18px;
    text-align: center;
    line-height: 22px;
    color: #333333;
}
.meta-data .category {
    padding-left: 25px !important;
    position: relative;
    display: inline-block;
    background-color: transparent;
    padding: 0 0 20px;
    text-align: left;
    color: #231f20;
}
.meta-data .category:before {
    content: "\f02b";
    display: block;
    position: absolute;
    left: 0px;
    top: 2px;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 300;
    font-size: 1rem;
    width: 18px;
    text-align: center;
    line-height: 22px;
    color: #333333;
}
.meta-data .category a{
   font-weight: 400;
   color: #231f20;
   text-decoration: underline;
}
.meta-data .category a:hover, .meta-data .category a:focus{
   text-decoration: none;
}
.categories{
    list-style: none;
    padding: 0;
}
.categories li{
    display: inline-block;
    margin-right: 10px;
}
.categories li:after {
    content: "|";
    color: #ccc;
    position: relative;
    right: -7px;
}
.categories li:last-child:after {
     content: "";
}
.row.card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: row;
    box-shadow: none;
}
.row.card .card-body{
    padding-bottom: 0;
}
.row.card .card-body p:last-of-type{
    margin-bottom: 0;
}
.row.card h3 {
    font-size: 1.5rem;
}
.restrict{
    padding: 0 10%;
}
.card{
    margin-bottom: 40px;
    border: none;
}
.card-img-top, .card-img-side {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.bg-secondary {
    background: #e9ecef !important;
}
.card-borderless {
    border: none;
}
.card-shadowless {
    box-shadow: none !important;
}
.bg-gray .card{
    -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);
    border: none;
    margin-bottom: 20px;
}
.card .image-overlay{
    padding-top: 70%;
    position: relative;
    width: 100%;
    background-color: #000;
    overflow: hidden;
}
.card.card-img-side .image-overlay{
    padding-top: 70%;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #000;
    overflow: hidden;
}
.card .image-overlay .card-img-top{
    background-color: #000;
    color: #fff;
    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;
}
.card.card-img-side .image-overlay .card-img {
    background-color: #000;
    color: #fff;
    background-size: cover;
    background-position: 50%;
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.card a .card-body h3{
    font-size: 1.125rem;
}
.card a .card-body{
   text-decoration:none !important; 
   color: #020202;
   line-height: 22px;
}
.card-body .card-text{
    margin-top: 15px;
}
.breadcrumb {
    background-color: transparent !important;
    margin: 0;
    display: block;
    padding: 1rem 0 3rem 1.5rem;
    line-height: 1.5rem !important;
}
.breadcrumb.padding-top{
    padding-top: 5rem;
}
.breadcrumb-item.active {
    color: #065D89;
}
.breadcrumb li {
    display: inline;
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.5rem;
    color: #4E555A;
}
.breadcrumb li  a {
    text-decoration: none;
    border-bottom: none !important;
    color: #4E555A;
}
.breadcrumb li  a:hover{
    text-decoration: underline;
    text-decoration-color: #000;
}
/*Side Nav*/
.side-nav-heading {
    font-size: 1.5rem !important;
    padding: .5rem;
    margin: 10px 0 0 !important;
}
.side-nav-heading:after{
    display: none;
}
.side-nav-heading a {
	color: #28638f !important;
    text-decoration:none;
}
#sidebar {
	margin-bottom: 20px;
	background-color: #f0f0f0;
	border-top: 5px solid #6C395C;
}
#sidebar #side-nav-accordion{
	width: 100%;
    padding: 0;
}
#sidebar .navbar {
	padding: 0;
	background-color: #f0f0f0;
	margin-bottom: 20px;
	display: block;
}
#sidebar .navbar-light .nav-item:first-child {
	border-top: none;
    border-bottom: none;
}
#sidebar .navbar-light .nav-link {
    color: #495057;
    font-size: 1rem;
    text-decoration: none;
    padding: 12px;
    line-height: 19px;
	border-left: 0px;
    border-right: 0px;
}
#sidebar .nav-link.active{
    font-weight: 600;
    color: #065D89;
}
#sidebar .navbar-light .nav-link:hover, #sidebar .navbar-light .nav-link:focus {
	color: #065D89;
    background-color: #f4f4f4;
}
#sidebar .navbar-light{
	width: 100%;
}
#sidebar .navbar .navbar-toggler {
    color: rgba(0, 0, 0, 0.9);
    font-size: 1rem;
    padding: 5px;
    border: none;
    float: right;
    margin-right: 10px;
    margin-top: 10px;
}
#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-light .nav-item .nav .nav-item .nav-link[data-toggle="collapse"]::after {
    content: "\f078";
    color: #6C395C;
}
#sidebar .navbar-light .nav-item .nav .nav-item .nav-link[aria-expanded="true"]::after {
	content: "\f077";
    color: #6C395C;
}
#sidebar .navbar-brand{
   font-size: 1.25rem;
   font-weight: 500; 
   padding-left: 10px;
}
#sidebar .navbar-light .nav-item{
	margin: 0;
	border-left: 0px;
	border-right: 0px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	position: relative;
	display: block;
	width: 100%;
}
#sidebar .navbar-light .nav-item + .nav-item{
    border-bottom: none;
}
#sidebar .navbar-light .row{
    width: 100%;
}
#sidebar .navbar-light .nav-item .navbar-nav {
	background-color: #f6f6f6;
}
#sidebar .navbar-light .nav-item .nav-item {
    border-top: none;
    border-bottom: none;
}
#sidebar .navbar-light .nav-item .nav-item .nav-link {
    font-size: 1rem;
    padding: 10px 15px 10px 30px;
    color: #495057;
}
#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;
    border-bottom: none;
}
#sidebar .navbar-light .nav-item .nav-item .nav-link:hover, #sidebar .navbar-light .nav-item .nav-item .nav-link:focus {
    background-color: #f4f4f4;
    color: #065D89;
}
#sidebar .navbar-light .nav-item .nav-item .nav-item .nav-link {
    font-size: 0.875rem;
    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: "\f105";
    font-size: 1rem;
    color: #6C395C;
    position: absolute;
    right: 24px;
}
#sidebar .navbar-light .nav-item .nav-link[data-toggle]::after{
   content: "\f067";
   font-size: 0.75rem;
    top: 12px;
}
#sidebar .navbar-light .nav-item .nav-link[aria-expanded="true"]::after {
	content: "\f068";
}
#sidebar .navbar-light .nav-item .nav-link[aria-expanded="true"] {
	padding-bottom: 12px;
}
#sidebar .navbar-light .nav-item .nav-item .nav-link::after{
    content: none;
}
#sidebar .navbar-light .nav-item ul {
	margin-left: 0 !important;
	border-top: 1px solid #fff;
}
#sidebar .secondary-nav{
    width: 100%;
    padding: 0 20px;
}
#sidebar .secondary-nav .nav-link{
    border: none;
    color: #065D89;
}
.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 #065D89;
    padding-left: 10px;
    margin: 20px 40px;
}
.blockquote-footer {
    color: #4E565A;
}
.featured-event h2{
    font-size: 2.375rem;
    color: #28638f;
    }
.featured-event{
    font-weight: 300;
    font-size: 1.375rem;
}
.featured-event .featured-date{
   font-size: 1.75rem;
    color: #FFFFFF;
    padding: 50px;
    text-transform: uppercase;
    background-color: #065D89;
    text-align: center;
    max-width: 180px;
}
/*Accordions*/
.accordion{
    margin-bottom: 20px;
}
.accordion .card {
	border: none;
	margin: 10px 0;
}
.accordion .card-header {
	padding: 0px;
	border-radius: 0px;
}
.accordion .card-header .btn {
    font-size: 1.25rem;
    text-transform: none;
    background-color: #065D89;
    color: #fff !important;
    border: none;
    box-shadow: none !important;
    line-height: 1.5;
    display: block;
    width: 100%;
    text-align: left;
    border-radius: 0;
    margin: 0;
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.accordion .card-header .btn:hover{
    text-decoration: none;
    background-color: #065D89;
}
.accordion .card-header .btn-link .fas {
    font-size: 1.25rem;
    color: #fff;
}
.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: #fff;
    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 #065D89;
	border-left: none;
	border-right: none;	
	font-size: 1.25rem;
    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;
    color: #6C395C;
    bottom: -30px;
    left: 45%;
}
.tabs .nav-tabs .nav-link {
    border: none;
    border-radius: 0;
	font-size: 1.25rem;
	color: #065D89;
	padding: 12px 25px 8px;
	text-decoration: none;
    font-weight: 600;
}
.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: #065D89;
}
.tabs .nav-tabs .nav-link.active:hover {
	border-bottom-color: #065D89;
}
.tabs .tab-content {
	text-align: left;
    padding: 20px;
    background-color: #fff;
	margin-bottom: 50px;
}
.tabs .tab-content h3 {
	margin: 20px 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: 20px auto;
}
.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: 35px;
}
.gallery-slider .slick-next:before {
    content: '\f105';
}
.gallery-slider .slick-prev {
    left: inherit;
    right: 90px;
    z-index: 1;
}
.gallery-slider .slick-prev:before {
    content: '\f104';
}
.gallery-slider .slick-prev:before, .gallery-slider .slick-next:before {
    font-size: 40px;
    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: #6C395C;
}
.gallery-slider .slick-next {
    top: inherit;
    bottom: -55px;
    width: 55px;
    height: 55px;
    color: #fff;
    background-color: #6C395C;
}
.gallery-slider .slick-prev:hover, .gallery-slider .slick-prev:focus, .gallery-slider .slick-next:hover, .gallery-slider .slick-next:focus {
    background: #065D89;
}
.gallery-slider .slick-dots{
    text-align: left;
    width: 80%;
    bottom: -35px;
}
.gallery-slider .slick-dots li button:before {
    font-size: 15px;
}
.gallery-slider .carousel-caption {
    margin: 0 auto;
    left: 20px;
    bottom: 20px;
    right: 25%;
    text-align: left;
    line-height: 1.875;
    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: 2rem;
    line-height: 2;
    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: 400;
    display: block;
    opacity: 1;
    color: #fff;
    font-size: 14px;
}
.gallery-slider .slick-dots li button:before{
    font-weight: 900;
    color: #000;
    opacity: .5;
}
.gallery-slider .slick-dots li.slick-active button:before{
    font-weight: 900;
    color: #000;
    opacity: 1;
}
.gallery-slider .slide-dots .slick-dots {
    bottom: 20px;
    left: 175px;
    text-align: left !important;
    width: auto;
}
.pagination, .ou-search-pagination {
    margin: 20px auto !important;
}
.pagination .page-item .page-link{
    text-decoration: none !important;
}
.pagination .page-item .page-link:hover{
    color: #065D89;
}
.pagination .page-item.active .page-link{
    background-color: #065D89 !important;
    border-color: #065D89 !important;
    color: #fff;
}
#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-advanced-heading .ou-search-open-advanced:before {
    content: '\f107';
    font-family: "Font Awesome 5 Free";
}
#ou-search-results a {
    color: #065D89 !important;
}
#ou-search-results a:hover{
    color: #000 !important;
}
#ou-search-results ul{
    font-size: 18px;
    font-weight: 300;
    line-height: inherit;
}
#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: #065D89 !important;
    border-color: #065D89 !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: #065D89 !important;
}
#ou-search-results .ou-bestbets, #ou-search-results .ou-search-parametric-results {
    border: none !important;
    background: #e9ecef !important;
}
.dataTables_length{
    text-align: left;
}
#directory-list thead{
    background: #6C395C;
    color: #fff;
}
#directory-list thead th, thead th{
    font-weight: 600;
}
#directory-list{
    background-color: #fff;
    text-align: left;
}
#directory-list thead tr td, #directory-list thead th{
    border: none;
}
.dataTables_wrapper .dataTables_filter input{
    width: 300px !important;
}
.faculty-box {
    float: left;
    margin: 15px 0;
    width: 100%;
}
.faculty-headshot{
    margin-bottom: 20px;
    float: right;
    margin-top: 20px;
}
.faculty-box-info {
    float: left;
    width: 100%;
}
.faculty-box-info-title {
    margin-right: 8px;
    margin-top: 1px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1rem;
}
.faculty-box-info-title, .faculty-box-info-desc {
    float: left;
}
table.bio th {
    font-weight: 600;
}
#newssearchForm .form-control{
   border-radius: 0.25rem; 
}
#newssearchForm .btn-default{
    min-width: 1px;
}

/* // 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;
}
}
@media (min-width: 1200px) and (max-width: 1400px) {
.site-navigation.modal[style] {
    display: block !important;
    }
header .container-fluid, footer .container-fluid {
    width: 100% !important;
}
header .container-fluid .col-xl-4 {
    -ms-flex: 0 0 30.333333%;
    flex: 0 0 30.333333%;
    max-width: 30.333333%;
}
.main-navigation {
    height: 157px !important;
}
.siteHeader.sticky-header-show .main-navigation{
    height: auto !important;
    }
.main-navigation .nav .dropdown-toggle {
    font-size: 1rem;
    padding: 15px 20px 15px 5px;
    }
.main-navigation .nav .dropdown-menu li a {
    padding: 10px;
    }
.logo {
    width: 320px;
    }
.hero-slider .slide {
    height: 70vh;
    }
.ou-search-container {
    width: 100% !important;
}
.fullwidth-split .embed-responsive-4by3::before {
    padding-top: 100%;
}
}

@media (min-width: 1200px) {
.main-navigation{
    height: 165px;    
    }
.siteHeader.sticky-header-show .main-navigation {
    height: auto;
}
.siteHeader.sticky-header-show{
    top: -65px;
}
header .container-fluid, footer .container-fluid {
    width: 95%;
    }
header .container-fluid.alert {
    width: 100%;
    }
header .auxnav .nav li a:hover, header .auxnav .nav li a:focus{
    background-color: #fff;
}
.main-navigation .nav li.open .sub-menu li a:hover, .main-navigation .nav li.open .sub-menu li a:focus
.main-navigation .nav li.show .sub-menu li a:hover, .main-navigation .nav li.show .sub-menu li a:focus{
    background-color: #f8f9fa;
   color: #065D89;
}
.main-navigation .nav .dropdown.open:hover .dropdown-menu, .main-navigation .nav .dropdown.show .dropdown-menu {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    display: block;
}
.main-navigation .nav .show .dropdown-toggle, .main-navigation .nav .open .dropdown-toggle,
.main-navigation .audience .nav-link:hover, .main-navigation .audience .nav-link:focus{
    background-color: #6C395C;
    color: #fff;
}
.main-navigation .nav .show .dropdown-toggle:after, .main-navigation .nav .open .dropdown-toggle:after{
    color: #fff;
    content: "\f106";
}
}

@media (max-width: 1199px) {
.header-search  {
    display: block;
    margin: 30px 0;
    width: auto;
}
.header-search .form-control{
   width: 100%;     
    }
.siteHeader.sticky-header-show {
    background-color: transparent;
    height: auto;
    box-shadow: none;
}
.siteHeader.sticky-header-show {
    background-color: transparent;
}
.mobile-header {
	display: block;
}
.menuToggle {
    display: block;
    position: absolute;
    top: 16px;
    right: 0;
    padding: 10px 10px 15px;
}
.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: #065D89;
    }
.site-navigation.modal.show{
    opacity: 1;
}
.site-navigation.modal .modal-dialog {
    width: auto;
    max-width: 500px;
}
.site-navigation .modal-content {
    background-color: #065D89 !important;
    border: none;
    border-radius: 0;
    height: 100%;
    min-height:100vh;
    width: 500px;
}
.site-navigation.modal.fade:not(.in) .modal-dialog {
	-webkit-transform: translate3d(25%, 0, 0);
	transform: translate3d(25%, 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;
	right: 125px;
	margin:0;
}
.site-navigation{
    padding: 75px 60px;
    overflow: hidden;
}
.site-navigation .nav{
    display: block;
}
.main-navigation {
    background-color: #065D89;
}
.main-navigation .nav .dropdown-toggle {
    text-align: left;
    }
.sub-menu .menu-image{
    display: none;    
    }
.sub-menu > div > div > div:nth-child(2) > ul li:last-child {
    border-bottom: 1px solid #eeeeee !important;
}
.sub-menu > div > div > div:nth-child(2) > ul li:last-child a{
    border-bottom: 1px solid #eeeeee !important;
}
.sub-menu > div > div > div:nth-child(3) > ul{
    margin-top: 0 !important;
    margin-bottom: 15px !important;
}
.site-navigation .top-row .nav-item{
    border-bottom: 1px solid #fff;
}
.site-navigation .top-row .auxnav .nav-item {
    border-bottom: none;
    display: inline-block;
}
.main-navigation .nav .dropdown-toggle::after{
    display:inline-block;
    border: none;
    font-family: "Font Awesome 5 Free" !important;
    content: "\f105" !important;
    font-weight: 900;
    position: absolute;
    right: 5px;
}
.main-navigation .nav .dropdown-toggle[aria-expanded="true"]::after{
    content: "\f107" !important;    
    }
.site-navigation .nav-item .dropdown-menu .sub-menu .nav-item{
    border: none;
    border-bottom: 1px solid #eeeeee;
}
.site-navigation .nav-item .dropdown-menu .sub-menu .nav-item:last-child{
    border-bottom: none !important;
}
.site-navigation .nav-item .dropdown-menu .sub-menu .nav-item .nav-item{
    border: 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: 10px 0;
    }
.main-navigation .top-row .audience .nav-item{
    border-bottom: 1px solid #fff;  
    }
.site-navigation .nav-link{
    color: #fff;
    font-size: 1.125rem;
    font-weight: 600;
    text-decoration: none;
    padding: 15px 0;
    text-transform: none !important;
    white-space: normal;
}
.main-navigation .top-row .audience .nav-item .nav-link:after {
    content: "";
}
.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;
    left: 0 !important;
}
.main-navigation .nav .dropdown .dropdown-menu{
    z-index: 0;    
    transition: none;
    left: 0 !important;
    background-color: #fff;
    padding: 0;
    border: none;
    }
.main-navigation .nav .dropdown .dropdown-menu .sub-menu .dropdown-menu {
    top: 0;
    margin-left: 20px;
    position: relative;
    left: 0 !important;
}
.main-navigation .nav .dropdown:nth-child(7) .dropdown-menu .sub-menu .dropdown-menu, .main-navigation .nav .dropdown:last-child .dropdown-menu .sub-menu .dropdown-menu, .main-navigation .nav .dropdown:nth-child(7) .dropdown-menu .sub-menu .dropdown-menu[style], .main-navigation .nav .dropdown:last-child .dropdown-menu .sub-menu .dropdown-menu[style] {
    left: 0 !important;
}
.main-navigation .nav .dropdown .dropdown-menu .dropdown:hover .dropdown-menu {
    display: none;
    margin-left: 20px;
}
.main-navigation .nav .dropdown .dropdown-menu .sub-menu .dropdown-menu.show  {
    display: block;
}
.main-navigation .nav .dropdown-menu li a.dropdown-toggle:hover:after, .main-navigation .nav .dropdown-menu li a.dropdown-toggle:focus:after {
    color: #065D89;
}
.main-navigation .nav .dropdown-menu li.show a.dropdown-toggle:after{
   content: "\f107" !important;    
}
header .auxnav .nav li {
    margin: 0;
}
header .auxnav {
    background-color: #6C395C;
    }
header .auxnav .nav{
    display: flex;    
    }
header .auxnav .nav li a {
    padding: 15px;
    background-color: transparent;
    }
header .audience {
    margin-top: 60px;    
    }
.top-row .container-fluid, .top-row .container-fluid .col-12{
    padding: 0;    
    }
.top-row .container-fluid .row{
    margin: 0;    
    }
.main-navigation .col {
    padding-left: 15px;
}
.main-navigation .nav li:hover .dropdown-menu {
    display: none;
}
.modal-open .siteHeader {
    background-color: transparent;
    }
.menuClose {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    text-align: right;
    font-size: 1.875rem;
    position: absolute !important;
    display: inline-block;
    top: 0;
    right: 0;
    text-shadow: none;
    opacity: 1;
    z-index: 5;
    min-width: 1px;
    margin: 0;
}
.menuClose:hover, .menuClose:focus{
   color: #fff;     
    }
.main-navigation .logo, .main-navigation .hamburger{
    display:none;    
    }
}

@media (min-width: 1140px) {
.hero.no-image .section-intro {
    height: 100%;
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
}
.hero.no-image .section-intro {
    position: relative;
    left: 15px;
}
}

/* Landscape tablets and medium desktops: LG */
@media (min-width: 992px) and (max-width: 1199px) {
.hero-slider .carousel-caption{
    left: 0;
    width: 100%;
    top: unset;
    font-size: 1.75rem;
    }
.hero-slider .slide .slider-img {
    height: 400px;   
    width: 100%;
    left: 0;
    }
.slider-wrapper .slide-controllers {
    left: unset;
    right: 30px;
    bottom: 20px;
}
.slide-dots .slick-dots {
    bottom: 70px !important;
    top: unset;
    left: unset;
    right: 30px;
    text-align: right !important;
}
.hero-slider .slide {
    height: 650px;
}
.video-feature{
    height: 600px;    
    }
.fullwidth-split .embed-responsive-4by3::before {
    padding-top: 120%;
}
.section {
    padding: 40px 0;
}
.sub-header h1 {
    font-size: 2.5rem;
}
h2 {
    font-size: 2rem;
}
.font-size-xl {
    font-size: 2.5rem;
}
.lead {
    font-size: 1.25rem;
    line-height: 1.35rem;
}
.space-md {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.btn-default {
    min-width: 110px;
}
.restrict {
    padding: 0 10%;
}
.ou-search-container {
    width: 100% !important;
}
.video-feature .overlay {
    background: -moz-linear-gradient(90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,.3) 50%, rgba(0,0,0,0.7) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0.7)), color-stop(50%, rgba(0,0,0,.3)), color-stop(100%, rgba(0,0,0,0.5)));
    background: -webkit-linear-gradient(90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,.3) 50%, rgba(0,0,0,0.7) 100%);
    background: -o-linear-gradient(90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,.3) 50%, rgba(0,0,0,0.7) 100%);
    background: -ms-linear-gradient(90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,.3) 50%, rgba(0,0,0,0.7) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,.3) 50%, rgba(0,0,0,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 );
}
}



/* Portrait tablets and small desktops: MD */
@media (min-width: 768px) and (max-width: 991px) {
.hero-slider .carousel-caption{
    left: 0;
    width: 100%;
    top: unset;
    font-size: 1.75rem;
    }
.hero-slider .slide .slider-img {
    height: 350px;  
    width: 100%;
    left: 0;
    }
.slide-dots .slick-dots {
    bottom: 70px !important;
    top: unset;
    left: unset;
    right: 30px;
    text-align: right !important;
}
.hero-slider .slide {
    height: 600px;
}
.slider-wrapper .slide-controllers {
    left: unset;
    right: 30px;
    bottom: 20px;
}
.video-feature{
    height: 600px;    
    }
.video-feature .video-caption h1 {
    font-size: 2.625rem;
    line-height: 42px;
    }
.video-feature .video-caption h2 {
    font-size: 1.75rem;
    }  
.video-feature .video-caption {
    left: 25px;
    }
.play-pause, .play {
    left: 25px;
    }
.bg-image {
    position: relative;
}
.section {
    padding: 40px 0;
}
.section-with-background{
   padding: 40px;    
    }
.sub-header h1 {
    font-size: 2.5rem;
}
.restrict {
    padding: 0 15%;
}
.featured-news .card .card-body{
    min-height: 1px;
}
.footer-nav{
    margin-top: 20px;    
    }
.event-item{
    width: 100%;
    float: none;
    margin-bottom: 35px;
}
.ou-search-container {
    width: 100% !important;
}
#sidebar .navbar-light .row {
    width: auto;
}
#sidebar .navbar {
    padding-bottom: 5px;
}
.video-feature .overlay {
    background: -moz-linear-gradient(90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,.3) 50%, rgba(0,0,0,0.7) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0.7)), color-stop(50%, rgba(0,0,0,.3)), color-stop(100%, rgba(0,0,0,0.5)));
    background: -webkit-linear-gradient(90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,.3) 50%, rgba(0,0,0,0.7) 100%);
    background: -o-linear-gradient(90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,.3) 50%, rgba(0,0,0,0.7) 100%);
    background: -ms-linear-gradient(90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,.3) 50%, rgba(0,0,0,0.7) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,.3) 50%, rgba(0,0,0,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 );
}
.divider-left{
   border-left: none;
}
.divider-right{
   border-right: none;
}
}

@media (min-width: 992px) and (max-width: 1140px){
.hero .section-intro {
    max-width: 992px;
    margin: 0 auto;
    position: relative;
}
#newssearchForm {
    right: 325px !important;
    }
}


@media (min-width: 992px) {
    footer {
    text-align: left;    
    }
#newssearchForm {
    width: 30%;
    position: absolute;
    right: 365px;
    top: 50%;
    transform: translate(0, -50%);
}
.section-intro .filters {
    width: 30%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}
}

@media (max-width: 992px) {
#newssearchForm {
    margin: -30px 15px 0;
}
.hero.no-image .section-intro {
   display: block;
}
.hero.no-image h1{
    left: 15px;    
    }
.section-intro .filters {
    display: block;
    margin: 0 15px;
}
#category-submit {
    width: 100%;
    font-size: 1rem;
    padding: 0.5rem 1rem !important;
}
}

/* Landscape phones and portrait tablets: SM */
@media (max-width: 767px) {
.mobile-logo {
    width: 300px;
    padding: 15px 10px;
}
.container-padding{
    padding: 0 15px;
}
.breadcrumb {
    padding: 1rem 0 3rem 0;
    }
.sub-header h1 {
    font-size: 2.5rem;
}
h1, .h1{
  font-size: 2rem;  
}
h2, .h2 {
  font-size: 1.75rem;
}
h3, .h3 {
  font-size: 1.5rem;
}
h4, .h4 {
  font-size: 1.25rem;
}
h5, .h5 {
  font-size: 1rem;
}
h6, .h6 {
  font-size: .9rem;
}
.lead {
    font-size: 1.125rem;
}
.font-size-lg {
    font-size: 2rem;
}
.font-size-xl {
    font-size: 2.25rem;
}
.space-sm {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.space-md {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.hero-slider .carousel-caption{
    left: 0;
    width: 100%;
    top: unset;
    padding: 20px 20px 100px;
   font-size: 1.75rem;
    }
.hero-slider .slide .slider-img {
    height: 350px;  
    width: 100%;
    left: 0;
    }
.slide-dots .slick-dots {
    bottom: 70px !important;
    top: unset;
    left: unset;
    right: 30px;
    text-align: right !important;
}
.hero-slider .slide {
    height: 640px;
}
.slider-wrapper .slide-controllers {
    left: unset;
    right: 30px;
    bottom: 20px;
}
.hero {
    height: 250px;
}
.hero h1 {
    font-size: 2.125rem;
    padding: 30px 0;
}
.hero.no-image h1 {
    font-size: 2.125rem;
    padding: 30px 0;
    left: 15px;
}
.video-feature{
    height: 600px;    
    }
.video-caption-button {
    left: 55px;
    bottom: 65px;
    }
.section {
    padding: 20px 0;
}
.section-with-background{
    padding: 40px 0; 
    }
.restrict {
    padding: 0;
}
.parallax-bg {
    background-attachment: scroll;
    }
.event-item{
    width: 100%;
    float: none;
    margin-bottom: 35px;
}
.featured-news .card .card-body{
    min-height: 1px;
}
.btn-centered {
    width: auto;
}
.btn + .btn{
    margin-left: auto;
}
.card-slider .card {
    min-height: 200px;
    }
.news-events-header .news, .news-events-header .events{
    text-align: left;
    position: relative;    
    }
.nav-tabs .nav-link{
    display: block;
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #fff;    
    }
.ou-search-container {
    width: 100% !important;
}
.accordion .card-header .btn {
    font-size: 1.125rem;
    }
.accordion .card-header .btn-link .fas {
    font-size: 1.125rem;
    }
.cookiealert {
    left: 0px;
    right: 0px;
    }
.cookiealert .acceptcookies {
    margin-left: 0;
    }
.emergency-alert{
    padding: 20px 60px 20px 20px;
    text-align: left;
    font-size: 1.125rem;
    }
.emergency-alert.alert-dismissible .close {
   right: -30px;
}
#sidebar .navbar-light .row {
    width: auto;
}
#sidebar .navbar {
    padding-bottom: 5px;
}
aside .navbar-nav .nav-link {
    padding: 5px;
    line-height: 24px;
    margin: 5px 0;
    }
.display-4 {
    font-size: 2.5rem;
    }
div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
    text-align: left !important;
}
div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:first-child {
    padding-left: 15px !important;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: center !important;
}
.bg-image{
   position: relative;     
    }
.fullwidth-split-text {
    padding: 3rem 0;
}
.faculty-headshot {
    float: none;
    margin: 20px auto;
    display: block;
}
.row.card .card-body {
    padding-left: 0;
    padding-right: 0;
}
.video-feature .video-caption h1 {
    font-size: 2.5rem;
    line-height: 42px;
    }
.video-feature .video-caption {
    left: 15px;
    }
.play-pause, .play {
    left: 15px;
    }
.col-sm-6 + .col-sm-6{
    padding-left: 15px;
}
.slider-wrapper .testimonial-slider .slick-prev, .slider-wrapper .testimonial-slider .slick-next {
    width: 70px;
    }
.tabs .nav-tabs .nav-link {
    padding: 35px 25px 8px;
}
.tabs .nav-tabs .nav-link.active:after, .nav-tabs .nav-item.show .nav-link:after {
    font-size: 2rem;
    bottom: -45px;
}
.gallery-slider .slick-prev {
    right: 75px;
}
.gallery-slider .slick-prev:before, .gallery-slider .slick-next:before {
    font-size: 30px;
}
.gallery-slider .slick-prev,  .gallery-slider .slick-next {
    bottom: -40px;
    width: 40px;
    height: 40px;
}
.gallery-slider .slick-next {
    bottom: -40px;
    width: 40px;
    height: 40px;
}
}

/* Portrait phones and smaller: XS */
@media (max-width: 480px) {
.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%;
}
}

/*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: 991px) {
	#directory-list td:nth-child(1) {
    display: inline-block;
}
	/* Force table to not be like tables anymore */
	#directory-list table, 
	#directory-list thead, 
	#directory-list tbody, 
	#directory-list th, 
	#directory-list td, 
	#directory-list tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#directory-list thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#directory-list tr { 
        border: 1px solid #ccc; 
        padding: 10px;
    }
 
	#directory-list td { 
    border: none;
    position: relative;
    white-space: normal;
    text-align: left;
    padding: 0;
	}
 
	#directory-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: 600;
	}
    .table.directory tfoot{
        display:none;
    }
    .dataTables_wrapper .dataTables_info {
    white-space: normal !important;
}
	/*
	Label the data
	*/
	#directory-list td:before { content: attr(data-title); }
}