@charset "UTF-8";
/* CSS Document */
body {
	font-family: 'Open Sans', sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
	margin: 0;
	padding: 0;
    padding-top: 187px !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    background-color: #fff;
	}
img {
    max-width: 100%;
    height: auto;
}
a {
  color: #002f6c;
  text-decoration: underline;
}
a:hover, a:focus {
  text-decoration: none;
  color: #002f6c;
}
a[href$=".pdf"]::after {
    content: '\f1c1';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.875rem;
    color: #f68026;
    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;
    color: #f68026;
    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;
    color: #f68026;
    right: -5px;
    padding-right: 10px;
    top: 0;
    font-style: normal;
}
a[target="_blank"]::after {
    content: '\f360';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.875rem;
    position: relative;
    color: #f68026;
    right: -5px;
    padding-right: 10px;
    top: 0;
    font-style: normal;
}
#ou-search-results ::after{
    content: "";
}
.content ul li{
   margin: 8px 0;
}
ul.two-column, ul.three-column, ul.four-column{
    list-style: none;
    padding: 0;
}
.two-column li:before, .three-column li:before, .four-column li:before{
    content: '\f111';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.5rem;
    position: relative;
    left: 0;
    padding-right: 10px;
    top: -3px;
    font-style: normal;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6{
    margin-bottom: 20px;
    font-weight: 400;
    font-family: 'Bebas Neue', sans-serif;
    color: #000000;
    line-height: 1;
}
h1, .h1 {
    font-size: 4.6875rem;
    margin-bottom: 10px;
}
h2, .h2 {
    font-size: 3rem;
    margin-top: 20px;
    margin-bottom: 10px;
}
h3, .h3 {
    font-size: 2.25rem;
    margin-top: 20px;
    margin-bottom: 10px;
}
h4, .h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
}
h5, .h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
}
h6, .h6 {
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.text-shadow{
    text-shadow: 0px 1px 2px rgb(0 0 0);
}
.font-size-xl{
    font-size: 6.25rem !important;
}
.font-size-lg{
    font-size: 4.25rem !important;
}
.font-size-md{
    font-size: 2.25rem !important;
}
.font-size-smaller{
    font-size: 90% !important;
    line-height: 1.5rem !important;
}
.bordered-heading{
    border-bottom: 4px solid #F68026;
    padding-bottom: 15px;
    display: inline-block;
}
blockquote, .blockquote {
    border-left: 4px solid #F68026;
    color: #002f6c;
    padding-left: 20px;
    margin: 20px 40px;
    font-weight: 400;
}
.blockquote-footer {
    color: #005497;
    margin-top: 20px;
}
.color-box{
    width: 60px;
    height: 60px;
    display: block;
    margin: 0 auto;
}
p:last-child {
    margin-top: 15px;
    margin-bottom: 0;
}
.btn{
    border-radius: 0;
    box-shadow: none;
    padding: 12px 20px;
    font-size: 1rem;
    font-weight: 400;
    margin: 20px auto;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.btn-default{
    background-color: #002f6c;
    color: #ffffff;
    border-color: #002f6c;
}
.btn-default:hover, .btn-default:focus{
    color: #002F6C;
    border-color: #F68026;
    background-color: #F68026;
}
.btn-orange{
    background-color: #F68026;
    color: #002F6C;
    border-color: #F68026;
}
.btn-orange:hover, .btn-orange:focus{
    color: #ffffff;
    border-color: #002F6C;
    background-color: #002F6C;
}
.btn-white{
    background-color: #ffffff;
    color: #000000;
    border-color: #F68026;
}
.btn-white:hover, .btn-white:focus{
    color: #ffffff;
    background-color: #002f6c;
    border-color: #002f6c;
}
.btn-white-outlined{
    background-color: transparent;
    color: #ffffff;
    border-color: #ffffff;
}
.btn-white-outlined:hover, .btn-white-outlined:focus{
    color: #002f6c;
    border-color: #ffffff;
    background-color: #ffffff;
}
.btn-arrow{
   text-align: left;
   padding-right: 40px !important;
}
.btn-arrow:after{
    display: block;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-size: 1.25rem;
    color: #F68026;
    font-weight: 900;
    position: absolute;
    right: 20px;
    transform: translate(0, -50%);
    top: 50%;
}
.btn-block{
    display: block;
    width: 100% !important;
}
.btn-centered, .content .btn-centered{
    width: max-content;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.btn-group{
    margin-bottom: 20px;
}
.btn-group .dropdown-menu {
    transform: none !important;
    inset: unset !important;
    top: 100% !important;
}
.btn-group .dropdown-toggle {
    margin-bottom: 0;
}
p + .btn{
    margin-top: 20px;
}
.alert {
    margin: 0;
    border: none;
    border-radius: 0;
    color: #002f6c;
    background-color: #F68026;
    font-size: 1.125rem;
    padding: 30px;
    position: relative;
    z-index: 1051;
}
.alert .heading{
    font-size: 1.625rem;
    color: #002f6c;
    margin-bottom: 4px;
    line-height: 1.125em;
}
.alert-dismissible .close {
    padding: 0;
    right: 30px;
    font-size: 30px;
    text-align: center;
    top: 27px;
    color: #002f6c;
}
.alert-dismissible .close:hover{
    color: #002f6c;
}
.alert a:hover{
    text-decoration: none;
}
.alert a.btn{
    margin: 15px auto;
}
.alert .btn-default:hover, .alert .btn-default:focus {
    color:  #002f6c;
    border-color: #fff;
    background-color: #fff;
}
.fa-exclamation-triangle {
    font-size: 2.5rem;
    color: #F68026;
}
.cookiealert {
    position: fixed;
    bottom: 0;
    top: unset;
    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: #ffffff;
    background-color: #005497;
    padding: 15px;
    font-size: 1.125rem;
    font-weight: 400;
}
.cookiealert .cc-message{
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    color: #ffffff;
}
.cookiealert.show {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 1000ms;
}
.cookiealert.alert a {
    text-decoration: underline;
}
.cookiealert.alert a:hover {
    text-decoration: none;
}
.cookiealert a[target="_blank"]::after {
    color: #fff;
}
.cookiealert .acceptcookies {
    margin-top: 10px;
    margin-bottom: 10px;
    vertical-align: baseline;
    min-width: auto;
    text-decoration: none !important;
}
.bg-dark-blue{
    background-color: #002f6c;
    color: #fff;
}
.bg-dark-blue h1, .bg-dark-blue h2, .bg-dark-blue h3, .bg-dark-blue h4, 
.bg-black h1, .bg-black h2, .bg-black h3, .bg-black h4{
    color: #fff;
}
.bg-dark-blue a, .bg-black a{
    color: #fff;
}
.bg-dark-blue a.btn-white, .bg-black a.btn-white{
    color: #002f6c;
}
.bg-dark-blue a.btn-white:hover, .bg-black a.btn-white:hover, .bg-dark-blue a.btn-white:focus, .bg-black a.btn-white:focus{
    color: #fff;
}
.bg-light-gray{
    background-color: #f5f5f5;
}
.bg-orange{
    background-color: #f68026;
    color: #000;
}
.bg-orange a{
    color: #000;
}
.bg-black {
    background-color: #000000;
    color: #fff;
}
header{
    background-color: #ffffff;
    color: #002f6c;
    display: block;
	width: 100%;
    padding-right: 0 !important;
    margin-right: 0 !important;
    z-index: 5;
    position: fixed;
    top: 0;
    -webkit-box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 15%);
}
.modal-open-menu-mobile header  {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    z-index: 999999;
    padding-right: 0 !important;
    margin-right: 0 !important;
}
.off-screen-nav .modal-dialog{
    max-width: unset;
    margin: 0 auto;
}
.off-screen-nav .modal-body{
    padding: 0;
}
.off-screen-nav .modal-content{
    border-radius: 0;
    color: #fff;
    height: 100%;
    background: #005497;
    background: -moz-radial-gradient(center, ellipse cover,  #005497 0%, #002f6c 100%);
    background: -webkit-radial-gradient(center, ellipse cover,  #005497 0%,#002f6c 100%);
    background: radial-gradient(ellipse at center,  #005497 0%,#002f6c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005497', endColorstr='#002f6c',GradientType=1 );
}
.off-screen-nav .tabpanel-set {
    margin: 100px 0 50px;
}
.off-screen-nav h1, .off-screen-nav h2, .off-screen-nav h3, .off-screen-nav h4, .off-screen-nav h5, .off-screen-nav h6,
.off-screen-nav .h1, .off-screen-nav .h2, .off-screen-nav .h3, .off-screen-nav .h4, .off-screen-nav .h5, .off-screen-nav .h6 {
    color: #ffffff;
}
.off-screen-nav .nav-link .fas {
    margin-right: 10px;
    color: #F68026;
    width: 20px;
    text-align: center;
    font-size: 1.25rem;
    position: absolute;
    left: -35px;
    top: 12px;
}
.off-screen-nav .nav-link {
    color: #fff;
    font-size: 1.125rem;
    font-weight: 400;
    text-decoration: none;
    padding: 8px 0;
    position: relative;
    margin-left: 35px;
}
.off-screen-nav .nav-link:hover, .off-screen-nav .nav-link:focus{
    text-decoration: underline;
}
.off-screen-nav .nav {
    display: block;
}
.off-screen-nav .auxnav {
    margin-bottom: 50px;
}
.off-screen-nav .row .col-12{
    position: relative;
}
.off-screen-nav .close{
    right: 0;
}
.off-screen-nav .close:hover, .off-screen-nav .close:focus, .menu-close.btn:hover, .close:hover, .menu-close:hover, .close:focus, .menu-close:focus, .closeSearch:hover, .closeSearch:focus{
    color: #F68026;
}
.off-screen-nav .btn-default{
    min-width: 200px;
}
.off-screen-nav .btn-default:first-of-type{
    margin-left: 0;
}
.off-screen-nav .btn-default:last-of-type{
    margin-right: 0;
}
.main-navigation .nav {
	font-size: 0;
	position: static;
	}
.main-navigation .nav li{
    position: static;
}
.main-navigation .nav li a {
    padding: 20px;
    color: #fff;
    font-size: 1.125rem;
    text-decoration: none;
    position: relative;
    font-weight: 400;
    display: inline-block;
}
.main-navigation .aux .nav li a{
   font-size: 1rem; 
    padding: 20px 0 10px;
    margin: 0 20px;
}
.main-navigation .bottom-row{
    background-color: #ffffff;
}
.main-navigation .bottom-row .dropdown-menu {
    color: #000;
    border: none;
    border-radius: 0;
    padding: 1rem .5rem;
    margin: 0;
    background-color: #f5f5f5;
    width: 100%;
}
.main-navigation .bottom-row .dropdown-menu a{ 
    font-size: 1rem;
    font-weight: 400;
    display: block;
    }
.main-navigation .bottom-row .dropdown-menu .menu-heading {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    position: relative;
    display: inline-block;
    padding: 0;
    color: #005497;
}
.main-navigation .dropdown-toggle::after {
    border: none;
}
.sub-menu .dropdown-toggle .fas {
    color: #F68026;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 24px;
}
.sub-menu .dropdown-toggle .fa-angle-up {
    display: none;
}
.sub-menu .dropdown-menu {
    transform: none !important;
    top: 100% !important;
    position: relative !important;
    box-shadow: none !important;
    border: none;
    min-width: unset;
    background-color: #000;
    width: 100%;
    left: 0;
    right: 0;
    padding: 0 1rem !important;
}
.sub-menu .dropdown-menu.show {
    display: block !important;
}
.sub-menu .nav-item {
    position: static;
    margin: 0;
}
.sub-menu .dropdown-menu a{
    padding: 5px 0 !important;
    font-size: .9rem !important;
}
.sub-menu .dropdown-item {
    font-size: 1rem;
    padding: .5rem 1.5rem .5rem 2rem;
}
.close, .menu-close, .closeSearch {
    color: #fff;
    font-size: 1rem;
    position: absolute !important;
    display: block;
    top: 15px;
    right: 15px;
    background-color: transparent;
    min-width: unset;
    border: none;
    padding: .375rem .75rem;
    width: auto !important;
    margin: 0 !important;
}
.closeSearch{
    left: 0;
    top: -60px;
    text-align: left;
}
#site-search {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    height: auto;
    padding-right: 0px !important;
    overflow: visible;
}
#siteSearch.modal.show {
    z-index: 1050;
}
#site-search .modal-dialog {
    max-width: none;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 187px;
}
.search-modal-open .modal-backdrop {
    z-index: 4;
}
#site-search .modal-content{
    background-color: #002f6c;
    border: none;
    border-radius: 0;
    padding: 0 0 25px;
}
#site-search .col-12{
   position: relative; 
}
.search-modal-open .search-toggle .fa-search:before {
    content: "\f00d";
}
#site-search form {
    width: 100%;
    position: relative;
}
#site-search .form-text {
    width: 100%;
    font-size: 1.875rem;
    background: transparent !important;
    color: #fff !important;
    border-bottom: 5px solid #F68026;
    padding: 0 0 15px 0;
    margin-bottom: 15px;
    border-radius: 0px;
}
#site-search .form-submit {
    border: 0;
    color: #ffffff;
    position: absolute;
    bottom: 25px;
    right: 0;
    background-color: transparent;
    font-size: 2.1875rem;
    text-align: right;
    width: 50px;
}
#site-search .form-submit:hover, #site-search .form-submit:focus{
    color: #F68026;
}
#site-search form input[type=text], #site-search form input.form-text {
    font-weight: 400 !important;
	color: #fff;
    font-size: 1.5rem;
    border-top: none;
    border-left: none;
    border-right: none;
}
#site-search .form-text:focus{
    outline: none;
    box-shadow: none;
}
#site-search ::-webkit-input-placeholder {
    color: #fff;
}
#site-search ::-moz-placeholder {
    color: #fff;
}
#site-search ::-ms-placeholder {
    color: #fff;
}
#site-search ::placeholder {
    color: #fff;
}
#site-search .btn:first-of-type, .off-screen-nav .btn:first-of-type{
    margin-left: 0;
}
#site-search .btn:last-of-type, .off-screen-nav .btn:last-of-type{
    margin-right: 0;
}
.site-navigation h2{
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 1.4375rem;
    padding-top: 2rem;
    padding-left: 2rem;
    color: #fff;
}
.site-navigation .mobile-quicklinks h2{
    color: #ffffff;
    padding-top: 0;
    padding-left: 0;
}
.main-navigation .mobile-quicklinks {
    background-color: #002f6c;
    color: #ffffff;
    padding: 2rem;
    margin-top: 2rem;
}
.main-navigation .mobile-quicklinks .auxnav .nav{
    display: block;
}
.main-navigation .mobile-quicklinks .nav .nav-link {
    color: #fff;
    font-size: 1.125rem;
    font-weight: 400;
    text-decoration: none;
    padding: 8px 0;
    display: block;
}
.main-navigation .mobile-quicklinks .nav .nav-link .fas {
    margin-right: 10px;
    color: #F68026;
    width: 20px;
    text-align: center;
    font-size: 1.25rem;
}
.main-navigation .task-nav .nav li a:hover, .main-navigation .task-nav .nav li a:focus{
    text-decoration: underline;
}
.task-nav .fas{
    color: #F68026;
}
.search-modal-open{
    padding-right: 0px !important;
    overflow: visible;
}
.modal-open-menu-mobile .modal-backdrop {
    background-color: #000000;
}
.modal-content{
    border: none;
}
.section-menu .breadcrumb-wrapper{
    display: inline-block;
    margin-left: 25px;
}
.breadcrumb{
    font-size: 0.875rem;
    margin: 0;
}
.section-menu .breadcrumb a {
    color: #002f6c;
    font-size: 0.875rem;
    padding: 0;
}
.breadcrumb-item.active {
    color: #002f6c;
    font-size: 0.875rem;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #F68026;
}
.content .breadcrumb .breadcrumb-item{
    margin-bottom: 0;
}
.section-menu{
    background-color: #ffffff;
    color: #002f6c;
    position: relative;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.15); 
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.15);
    display: flex;
    align-items: center;
    overflow: hidden;
    min-height: 66px;
}
.section-menu a{
    color: #002f6c;
    padding: .5rem 0;
    text-decoration: none !important;
    font-size: 1rem;
}
.section-menu .navbar-collapse a{
    color: #ffffff;
}
.section-menu .navbar{
    padding: 0;
}
.section-menu .navbar-toggler{
    border: none;
    font-size: 1.25rem;
    padding: 15px;
    border-radius: 0;
    display: inline-block;
    background-color: #002f6c;
    color: #fff;
}
.section-menu .navbar-toggler:focus{
    box-shadow: none;
}
.section-menu .navbar-toggler .navbar-brand .fa-angle-up{
    display: none;
}
.section-menu .navbar-toggler[aria-expanded="true"] .navbar-brand .fa-angle-up {
    display: block;
}
.section-menu .navbar-toggler[aria-expanded="true"] .navbar-brand .fa-angle-down {
    display: none;
}
.section-menu .navbar-toggler .navbar-brand{
    display: flex;
    align-items: center;
    margin: 0;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .95rem;
}
.section-menu .navbar-toggler .navbar-brand span{
    margin-right: 10px;
    font-size: 1.625rem;
    color: #f68026;
}
.section-menu a:hover, .section-menu a:focus{
    text-decoration: underline !important;
}
.section-menu .nav{
    display: block;
}
.section-menu .container{
    
}
.section-menu .navbar-collapse{
    background-color: #002f6c;
}
.section{
    padding: 25px 0; 
}
.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;
    background-color: #002f6c;
    min-height: 500px;
    color: #fff;
    display: flex;
    align-items: center;
}
.section-with-background h2, .section-with-background h3, .section-with-background h4, .section-with-background h5, .section-with-background h6,
.section-with-background p, .section-with-background a{
    color: #fff;
}
.section-with-background.text-dark h2, .section-with-background.text-dark h3, .section-with-background.text-dark h4, .section-with-background.text-dark h5, .section-with-background.text-dark h6, .section-with-background.text-dark p, .section-with-background.text-dark a{
    color: #000;
}
.section-with-background .btn-default, .bg-dark-blue .btn-default, .section-with-background a.dropdown-item{
    color: #002f6c;
}
.section-with-background .btn-default:hover, .section-with-background .btn-default:focus{
    color: #ffffff;
}
.bg-dark-blue .btn-default:hover, .bg-dark-blue .btn-default:focus{
     color: #002f6c;
}
.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #002f6c;
    background-color: rgba(47,26,69,.8);
    color: #fff;
}
.section-with-background .btn-default:hover, .section-with-background .btn-default:focus{
    border-color: #F68026;
}
.section-with-background .overlay{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(top, rgba(0,0,0,.15) 35%, rgba(0,0,0,0.8) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,.15) 35%,rgba(0,0,0,0.8) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,.15) 35%,rgba(0,0,0,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 );
}
.section-with-background .overlay.light{
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,.8) 35%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,.8) 35%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,.8) 35%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
}
.section-with-background .container{
    position: relative;
    z-index: 1;
}
.section-with-background .factoids {
    background-color: rgba(0,47,108,.8);
}
.section-with-background.text-dark{
    background-color: #fff;
}
.section-with-background.text-dark .factoids p {
    color: #fff;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    overflow: visible;
    margin-top: 30px;
    margin-bottom: 30px;
    height: 2px !important;
    background-color: #F68026;
    opacity: 1;
    clear: both;
}
hr.white{
    background-color: #ffffff;
}
.lead {
    font-size: 1.375rem;
    font-weight: 400;
}
.height-20 {
    min-height: 20vh !important;
}
.height-30 {
    min-height: 30vh !important;
}
.height-40 {
    min-height: 40vh !important;
}
.opacity-40 {
    opacity: 0.4;
    mix-blend-mode: screen;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.opacity-50 {
    opacity: 0.5;
    mix-blend-mode: screen;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.opacity-60 {
    opacity: 0.6;
    mix-blend-mode: screen;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.opacity-70 {
    opacity: 0.7;
    mix-blend-mode: screen;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.opacity-80 {
    opacity: 0.8;
    mix-blend-mode: screen;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.opacity-90 {
    opacity: 0.9;
    mix-blend-mode: screen;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.main-image{
    width: 100%;
    height: 100%;
}
.main-image img{
    display: block;
    margin: 0 auto;
    object-fit: cover;
    object-position: center;
    height: 100%;
}
.icon-set {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    clear: both;
    position: relative;
    list-style: none;
    text-align: center;
    padding: 0;
}
.icon-set.float-end{
    width: auto;
    margin-left: 20px;
}
.icon-set li:first-child {
    padding-left: 0;
}
.icon-set li {
    padding: 0 15px;
    max-width: 190px;
    position: relative;
}
.icon-set .icon {
    display: flex;
    position: relative;
    margin: 10px auto;
    width: 140px;
    height: 160px;
    background-color: #f68026;
    padding: 15px;
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    -ms-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
.icon-set .icon .border{
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    background: #ffffff;
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    -ms-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    display: flex;
    align-items: center;
    border: none !important;
}
.icon-set .icon span{
    max-width: 100px;
    display: block;
    margin: 0 auto;
    color: #002f6c;
    text-align: center;
    font-size: 4.375rem;
}
.icon-set a{
    text-decoration: none;
    font-weight: normal;
}
.icon-set a:hover .icon span, .icon-set a:focus .icon span{
    color: #F68026;
}
.icon-set a:hover .icon, .icon-set a:focus .icon{
    background-color: #002f6c;
}
.icon-set .icon span {
    display: table-cell;
    vertical-align: middle;
}
.icon-set .icon-text {
    text-align: center;
    line-height: 1.75rem;
    font-weight: 700;
    margin: 0 auto;
    font-size: 1.125rem;
    color: #002f6c;
    text-decoration: none;
}
.bg-dark-blue .icon-set .icon-text {
    color: #fff;
}
.bg-dark-blue .icon-set a:hover .icon, .icon-set a:focus .icon{
    background-color: #fff;
}
/*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: 10px;
    position: relative;
    min-height: 45px;
    padding: 10px 0 10px 55px;
}
.numbered-steps li::before {
    font-family: 'Open Sans', sans-serif;
    content: counter(step-counter);
    margin-right: 15px;
    font-weight: bold;
    border-radius: 50%;
    color: #002f6c;
    background-color: #F68026;
    width: 45px;
    height: 45px;
    font-size: 2rem;
    line-height: 45px;
    text-align: center;
    position: absolute;
    left: 0;
    padding: 0;
    top: 50%;
    transform: translate(0, -50%);
}
/*Contact List*/
.contact-list {
    padding-left: 25px;
    list-style: none;
    margin-bottom: 25px;
    position: relative;
    line-height: 1.35;
}
.contact-list li {
    display: block;
    clear: both;
    margin: 5px 0 !important;
}
.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: 1.125rem;
    width: 20px;
    text-align: center;
    line-height: 22px;
    color: #f68026;
}
.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";
}
/*Resource List*/
.resource-list {
    list-style: none;
    margin: 20px auto;
    padding-left: 0;
    font-weight: 700;
}
.resource-list span{
    float: right;
    color: #f68026;
}
.resource-list li {
    display: block;
    clear: both;
    margin: 10px 0 !important;
    padding-bottom: 10px;
    position: relative;
}
.resource-list li a{
    text-decoration: none;
}
.resource-list li:after{
    content: "";
    position: absolute;
    height: 2px;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #e6e6e6;
}
.resource-list li:before{
    content: "";
    position: absolute;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #f68026;
    visibility: hidden;
    width: 0;
    transition: width .35s ease-out,visibility .35s ease-out;
    z-index: 1;
    padding: 0;
    top: unset;
    right: unset;
}
.resource-list li:hover:before, .resource-list li:focus:before{
    visibility: visible;
    width: 100%;
}
/*Related Links*/
.list-group {
    background-color: #f5f5f5;
    border-top: 4px solid #F68026;
}
.list-group .list-group-item{
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #fff;
    margin: 0;
    padding: 1rem;
}
/*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: 1.5rem auto;
}
.gallery-slider.slick-dotted.slick-slider {
    margin-bottom: 60px;
}
.gallery-slider .slide{
    position: relative;
}
.gallery-slider .slide img{
    width: 100%;
    object-fit: cover;
    overflow: hidden;
    object-position: center;
}
.gallery-slider .slick-next {
    right: 0;
}
.gallery-slider .slick-next:before {
    content: '\f105';
}
.gallery-slider .slick-prev {
    left: inherit;
    right: 45px;
    z-index: 1;
}
.gallery-slider .slick-prev:before {
    content: '\f104';
}
.gallery-slider .slick-prev:before, .gallery-slider .slick-next:before {
    font-size: 52px;
    opacity: 1;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
    color: #005497;
}
.gallery-slider .slick-prev,  .gallery-slider .slick-next {
    top: inherit;
    bottom: -85px;
    width: 35px;
    height: 55px;
    color: #005497;
}
.gallery-slider .slick-prev:hover:before, .gallery-slider .slick-next:hover:before, .gallery-slider .slick-prev:focus:before, .gallery-slider .slick-next:focus:before{
    color: #F68026;
}
.gallery-slider .slick-dots{
    text-align: left;
    width: 80%;
    bottom: -45px;
}
.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, 47, 108, .75);
}
.newsroom .gallery-slider .carousel-caption{
    background-color: rgba(0,0,0,.75);
    bottom: 0;
    left: 0;
    width: 100%;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.99) 99%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.99) 99%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.99) 99%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}
.newsroom .gallery-slider .carousel-caption h1, .newsroom .gallery-slider .carousel-caption h2, .newsroom .gallery-slider .carousel-caption h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.5625rem;
    line-height: 32px;
    margin: 0;
    color: #fff !important;
    font-weight: 700;
    text-shadow: 0px 3px 7px rgb(0 0 0 / 30%);
}
.newsroom .card h2, .newsroom .card h3, .featured-news .card h2, .featured-news .card h3{
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    line-height: 1.45;
    margin: 0;
    font-weight: 700;
    margin-top: 15px;
    color: #002f6c;
}
.newsroom .card a{
    text-decoration: none;
}
.newsroom .card h2 a, .newsroom .card h3 a, .featured-news .card h3 a{
    color: #002f6c;
}
.newsroom .gallery-slider .categories{
    margin-bottom: 20px;
}
.newsroom .gallery-slider .categories a{
    background-color: #fff;
    padding: 5px 10px;
    margin-right: 10px;
    font-weight: 600;
    font-size: 0.75rem;
    color: #002f6c !important;
}
.newsroom .categories, .featured-news .categories, .categories{
    margin-bottom: 20px;
    line-height: 1.25;
}
.newsroom .categories a, .featured-news .categories a, .categories a{
    font-weight: 600;
    font-size: 0.9rem;
    color: #002f6c;
}
.newsroom .card a:hover, .newsroom .card a:focus, .featured-news .card a:focus, .featured-news .card a:hover{
    color: #000000;
    text-decoration: underline;
}
.newsroom .meta, .featured-news .meta, .meta{
    font-size: .9rem;
    margin-top: 20px;
    line-height: 1.5;
    color: #002f6c;
}
.newsroom .meta .date, .featured-news .meta .date, .meta .date{
    border-right: 1px solid #002f6c;
    padding-right: 10px;
    margin-right: 10px;
    display: inline-block;
}
.featured-news .card a {
    text-decoration: none;
}
.newsroom .meta .date:before, .featured-news .meta .date:before, .meta .date:before {
    content: "\f017";
    margin-right: 5px;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 500;
    font-size: .9rem;
}
.newsroom .gallery-slider .meta{
    color: #fff;
}
.newsroom .gallery-slider .meta .date{
    border-right: 1px solid #fff;
}
.gallery-slider .carousel-caption h1, .gallery-slider .carousel-caption h2, .gallery-slider .carousel-caption h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.125rem;
    line-height: 32px;
    margin: 0;
    color: #fff !important;
    font-weight: 400;
    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: #005497;
    font-size: 14px;
}
.gallery-slider .slick-dots li.slick-active button:before{
    content: "\f111" !important;
    opacity: 1;
    color: #F68026;
}
.slick-dots li button:focus {
    outline: 1px solid #F68026;
}
/*Cards*/
.card.plain {
    background-color: transparent;
}
.card {
    border-radius: 0;
    margin-bottom: 20px;
    border: none;
    min-height: 160px;
}
.card a:hover h2, .card a:hover h3, .card a:hover h4, .card a:hover h5, .card a:hover h6,
.card a:focus h2, .card a:focus h3, .card a:focus h4, .card a:focus h5, .card a:focus h6{
    color: #005497;
}
.card.bg-dark-blue a{
    color: #fff;
}
.card.bg-dark-blue a:hover h2, .card.bg-dark-blue a:hover h3, .card.bg-dark-blue a:hover h4, .card.bg-dark-blue a:hover h5, .card.bg-dark-blue a:hover h6,
.card.bg-dark-blue a:focus h2, .card.bg-dark-blue a:focus h3, .card.bg-dark-blue a:focus h4, .card.bg-dark-blue a:focus h5, .card.bg-dark-blue a:focus h6,
.card.card-background a:hover h2, .card.card-background a:hover h3, .card.card-background a:hover h4, .card.card-background a:hover h5, .card.card-background a:hover h6,
.card.card-background a:focus h2, .card.card-background a:focus h3, .card.card-background a:focus h4, .card.card-background a:focus h5, .card.card-background a:focus h6{
    color: #F68026;
}
.card h2, .card h3, .card h4, .card h5, .card h6{
    margin-top: 0;
}
.card .image-overlay {
    padding-top: 70%;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.featured-news .card .image-overlay{
    padding-top: 100%;
}
.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;
}
.card.card-img-side .image-overlay {
    padding-top: 70%;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #000;
    overflow: hidden;
}
.card.card-img-side .card-body {
    padding: 1.25rem 1.5rem;
}
.card-img-top, .card-img-side {
    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;
    border-right: 4px solid #F68026;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.card.plain .card-body {
    padding: 1.25rem 0;
}
.card-body {
    padding: 1.5rem;
}
.card a {
    text-decoration: none;
    color: #000;
}
.card-body a{
    text-decoration: underline;
}
.card-body a.btn-default{
    text-decoration: none;
    color: #fff;
}
.card-body a.btn-default:hover, .card-body a.btn-default:focus {
    color: #002F6C;
}
.shadow {
    box-shadow: 0 .125rem 1rem rgba(0,0,0,.15)!important;
}
.card-background {
    width: 100%;
    overflow: hidden;
}
.card-background:hover .opacity-60{
    opacity: 0.9;
}
.card-background .card-body h2, .card-background .card-body h3, .card-background .card-body h4{
    margin-bottom: 0;
}
.card-background .card-body {
    text-align: left;
    position: absolute;
    bottom: 30px;
    z-index: 1;
    width: 100%;
}
.card-background a {
    color: #fff;
}
.card-background .visually-hidden{
    background-color: #000;
}
.card-background .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 60%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 60%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 60%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 );
}
.card > .bg-image {
    border-radius: 0;
}
.equal-300 .card-body{
    min-height: 300px;
}
.equal-235 .card-body{
    min-height: 235px;
}
.equal-215 .card-body{
    min-height: 215px;
}
img.bg-image {
    -o-object-fit: cover;
    object-fit: cover;
}
.bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
/*Card Carousel*/
.card-carousel-wrapper .card{
    margin: 15px;
    min-height: 365px; 
}
.card-carousel-wrapper .contacts .card{
    min-height: 205px; 
}
.card-carousel-wrapper .card .card-body{
    padding: 1.25rem;
}
.announcement-carousel .slide p{
    margin-left: 15px;
    margin-right: 15px;
    }
.card-carousel .slick-next:before, .testimonial-carousel .slick-next:before, .accolade-carousel .slick-next:before, .announcement-carousel .slick-next:before{
    content: '\f105';
}
.card-carousel .slick-prev:before, .testimonial-carousel .slick-prev:before, .accolade-carousel .slick-prev:before, .announcement-carousel .slick-prev:before{
    content: '\f104';
}
.card-carousel .slick-prev:before, .card-carousel .slick-next:before,
.testimonial-carousel .slick-prev:before, .testimonial-carousel .slick-next:before,
.accolade-carousel .slick-prev:before, .accolade-carousel .slick-next:before,
.announcement-carousel .slick-prev:before, .announcement-carousel .slick-next:before{
    font-size: 52px;
    opacity: 1;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
    color: #005497;
}
.announcement-carousel .slick-prev:before, .announcement-carousel .slick-next:before{
    color: white; 
}
.card-carousel .slick-prev,  .card-carousel .slick-next,
.testimonial-carousel .slick-prev,  .testimonial-carousel .slick-next,
.accolade-carousel .slick-prev,  .accolade-carousel .slick-next{
    width: 55px;
    height: 55px;
    color: #005497;
}
.announcement-carousel .slick-prev,  .announcement-carousel .slick-next{
    width: 55px;
    height: 55px;
    color: #000000;
}
.card-carousel .slick-prev,
.testimonial-carousel .slick-prev,
.accolade-carousel .slick-prev,
.announcement-carousel .slick-prev{
    left: -55px;
}
.card-carousel .slick-next,
.testimonial-carousel .slick-next,
.accolade-carousel .slick-next,
.announcement-carousel .slick-next{
    right: -55px;
}
.card-carousel .slick-prev:hover:before, .card-carousel .slick-next:hover:before, .card-carousel .slick-prev:focus:before, .card-carousel .slick-next:focus:before,
.testimonial-carousel .slick-prev:hover:before, .testimonial-carousel .slick-next:hover:before, .testimonial-carousel .slick-prev:focus:before, .testimonial-carousel .slick-next:focus:before,
.accolade-carousel .slick-prev:hover:before, .accolade-carousel .slick-next:hover:before, .accolade-carousel .slick-prev:focus:before, .accolade-carousel .slick-next:focus:before{
    color: #F68026;
}
.announcement-carousel .slick-prev:hover:before, .announcement-carousel .slick-next:hover:before, .announcement-carousel .slick-prev:focus:before, .announcement-carousel .slick-next:focus:before{
    color: #002f6c;
}
/*Icon Carousel*/
.accolade-carousel .slide {
    text-align: center;
}
.accolade-carousel .accolade {
    margin: 10px auto;
    padding: 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.accolade-carousel .accolade img{
    height: 175px;
    display: block;
    margin: 0 auto;
    object-fit: contain;
}
.accolade-carousel .accolade-text {
    text-align: center;
    margin: 0 auto;
    font-size: 1rem;
    padding: 10px 20px;
}
/*Testimonial Carousel*/
.testimonial-carousel a{
    font-weight: 400;
    text-decoration: none;
    color: #ffffff;
}
.testimonial-wrapper{
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    text-align: center;
    height: 340px;
    width: 340px;
    justify-content: center;
    background-color: #002f6c;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%; 
    border-radius: 50%;
    -webkit-background-clip: padding-box; 
    -moz-background-clip: padding; 
    background-clip: padding-box;
    overflow: hidden;
}
.testimonial-carousel a:hover img,  .testimonial-carousel a:focus img, 
.testimonial-wrapper:hover img, .testimonial-wrapper:focus img,
.testimonial-carousel .focus-visible img, .testimonial-carousel a.hover img{
    top: -200px;
}
.testimonial-carousel a:hover .overlay, .testimonial-carousel a:focus .overlay,
.testimonial-wrapper:hover .overlay, .testimonial-wrapper:focus .overlay,
.testimonial-carousel .focus-visible .overlay, .testimonial-carousel a.hover .overlay{
   bottom: unset;
}
.testimonial-quote{
    position: relative;
    z-index: 0;
    color: #ffffff;
    font-size: 1rem;
    font-style: italic;
}
.testimonial-quote:before{
    content: "\f10d";
    display: block;
    position: absolute;
    left: 35px;
    top: -30px;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.125rem;
    width: 20px;
    text-align: center;
    line-height: 22px;
    color: #F68026;
}
.testimonial-name-title{
    position: absolute;
    bottom: 0;
    z-index: 3;
    transform: translate(-50%, -50%);
    left: 50%;
    color: #ffffff;
}
.testimonial-name{
    margin: 0;
    font-weight: bold;
}
.testimonial-title{
    margin: 0;
    font-style: italic;
}
.testimonial-wrapper img{
    display: block;
    margin: 0 auto;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: 1;
    border-radius: 50%;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.testimonial-wrapper .overlay{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 35%, rgba(0,0,0,0.8) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 35%,rgba(0,0,0,0.8) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 35%,rgba(0,0,0,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 );
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.hero-image-feature{
    width: 100%;
    height: 500px;
    left: 0;
    top: 0;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-color: #002f6c;
    position: relative;
}
.video-feature{
    width: 100%;
    height: 500px;
    left: 0;
    top: 0;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-color: #002f6c;
    display: flex;
    align-items: flex-end;
    position: relative;
}
.hero-image-feature .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 35%, rgba(0,0,0,0.6) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 35%,rgba(0,0,0,0.6) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 35%,rgba(0,0,0,0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 );
}
.hero-image-feature .container{
    position: relative;
    z-index: 1;
}
.hero-image-feature .page-title{
    font-size: 4.6875rem;
    text-align: center;
    color: #ffffff;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 100%;
}
.hero-image-feature.no-image{
    height: 200px;
}
.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 20px;
    color: #fff;
    font-weight: 600;
    background-color: #000;
}
.video-holder img{
    width: 100%;
}
.video-holder .overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,47,108,0.4);
}
#video-modal .modal-body {
    position: relative;
    padding: 0px;
}
#video-modal .modal-dialog {
    width: 100%;
}
.video-modal-open .modal-backdrop.show {
    opacity: .75;
}
.load-video {
    top: 10px;
    left: 20px;
    padding: 12px 40px 12px 15px;
    z-index: 1;
    cursor: pointer;
    position: absolute;
    -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%);
    text-align: left;
}
.load-video .fas {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translate(0,-50%);
    display: block;
    font-size: 1.25rem;
    color: #F68026;
}
#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: #002f6c;
    background-color: #fff;
    bottom: 20px;
    position: absolute;
    right: 20px;
    z-index: 3;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    border: 2px solid #f68026;
    font-size: 1.125rem;
}
.video-holder .video-caption-button .fas{
    text-align: center;
    width: 100%;
    display: block;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    z-index: 2;
}
.close-dark {
    z-index: 2;
    top: -70px;
    right: -70px;
    cursor: pointer;
    text-align: right;
    font-size: 1.25rem;
    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: 1.875rem;
    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;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
.figure-img{
    -webkit-box-shadow: 0px 7px 18px 0px rgb(119 119 119 / 32%);
    -moz-box-shadow: 0px 7px 18px 0px rgba(119,119,119,0.32);
    box-shadow: 0px 7px 18px 0px rgb(119 119 119 / 32%);
    margin: 15px auto;
}
.figure-caption {
    margin: 0;
    display: block;
    font-style: italic;
    font-size: 0.875rem;
    text-align: left;
}
#sidebar .navbar .navbar-toggler .fa-chevron-up,
#sidebar .navbar .navbar-toggler .fa-chevron-down{
    color: #F68026;
}
#sidebar .navbar .navbar-toggler[aria-expanded="false"] .fa-chevron-up {
    display: none;
}
#sidebar .navbar .navbar-toggler[aria-expanded="true"] .fa-chevron-down{
    display:none;
}
/*Accordion*/
.accordion{
    margin: 30px 0;
}
.accordion-item{
    border: none;
}
.accordion-header {
    margin: 0;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    border-bottom: 2px solid #F68026;
}
.accordion-button{
    font-size: 1.5rem;
    font-weight: 600;
    color: #002f6c;
    border-radius: 0px;
    border: none;
    padding: 20px 0;
}
.accordion-button:hover, .accordion-button:focus{
    color: #005497;
}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.accordion-button:focus {
    border-color: #000;
}
.accordion-button:not(.collapsed) {
    color: #005497;
    background-color: #fff;
}
.accordion .accordion-item .accordion-body{
    padding:30px;
    background-color: #f5f5f5;
}
.accordion .accordion-item .accordion-body p:last-child{
    margin-top: 0;
}
.accordion-button::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";
    font-size: 35px;
    color: #005497;
    line-height: 1;
    right: 40px;
    position: relative;
    padding-left: 60px;
    background-image: none;
}
.accordion-button:not(.collapsed)::after {
    background-image: none;
    transform: none;
    content: "\f106";
    padding-left: 60px;
}
.accordion-button-link{
    text-decoration: none;
    position: relative;
    display: inline-block;
}
/*Tabs*/
.tabs .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    border-bottom: 4px solid #F68026;
	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: #005497;
    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: 400;
}
.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: #002f6c;
}
.tabs .tab-content {
	text-align: left;
    padding: 40px 20px;
    background-color: #fff;
    margin-bottom: 20px;
}
.tabs .tab-content h3 {
	margin: 20px 0;
}
.table-bordered{
    border: 2px solid #002f6c;
}
thead{
    background-color: #002f6c;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
}
thead th{
    padding: 15px 5;
}
table td{
    padding: 5px;
}
.factoids{
    text-align: center;
    color: #fff;
    background-color: #002f6c;
    padding: 40px;
    min-height: 315px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}
.factoids .large-content{
    font-family: 'Bebas Neue', cursive;
    font-size: 6.25rem;
    color: #fff;
    border-bottom: 4px solid #F68026;
    padding-bottom: 15px;
    margin-bottom: 15px;
    display: inline-block;
    line-height: 1;
}
.factoids p{
    font-size: 1.125rem;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
}
.factoid{
    text-align: left;
    color: #002f6c;
}
.factoid .large-content{
    font-weight: 800;
    font-size: 4.375rem;
    color: #005497;
}
.factoid p{
    border-top: 4px solid #F68026;
    padding-top: 15px;
    display: inline-block;
    margin-top: 0;
    font-size: 1.125rem;
    color: #002f6c;
}
.news-events-header {
    position: relative;
    margin-bottom: 40px;
}
.news-events-header .news, .news-events-header .events {
    text-decoration: none !important;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}
.news-events-header .news:hover, .news-events-header .news:focus, .news-events-header .events:hover, .news-events-header .events:focus{
    text-decoration: underline;
}
.featured-news .card p:last-child {
    margin-top: 0;
}
.featured-news .card-body{
    border-top: 4px solid #F68026;
    min-height: 190px;
}
.other-stories .card-body{
   border-top: 4px solid #F68026; 
}
.category {
    text-transform: uppercase;
    font-size: .8rem;
    margin-bottom: 15px;
    display: block;
    color: #005497;
}
.category a{
    color: #005497;
    text-decoration: none;
}
.category a:hover, .category a:focus{
    text-decoration: underline;
}
.featured-news h2 a:hover, .featured-news h2 a:focus,
.featured-news h3 a:hover, .featured-news h3 a:focus{
    color: #005497;
}
.event-item{
    display: flex;
    margin-bottom: 15px;
    position: relative;
    width: 100%;
    align-items: center;
}
.event-item .event-title{
    margin-top: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.25;
}
.event-item .event-title a{
   text-decoration: none;
    color: #000;
}
.event-item .event-title a:hover, .event-item .event-title a:focus{
    color: #005497;
}
.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 {
    position: relative;
}
.event-item .event-date .event-month {
    display: block;
    text-align: center;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 2.5rem;
    color: #000;
}
.event-item .event-date .event-day {
    display: block;
    text-align: center;
    font-size: 2.125rem;
    color: #000;
    margin-bottom: 10px;
}
.event-item .event-date .year{
    color:#000;
    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: #fff;
    padding: 20px;
    line-height: 1.125;
    width: 125px;
    box-shadow: 0 .125rem 1rem rgba(0,0,0,.15)!important;
}
.event-item .event-item-time-location{
    color: #005497;
    margin-bottom: 10px;
    font-size: 1rem;
}
.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: #F68026;
}
.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: #F68026;
}
.news-header{
    font-size: 3.425rem;
    color: #fff;
    border-left: 1px solid #fff;
    padding-left: 20px;
}
.news-sub-header{
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1rem;
    display: block;
    font-family: 'Open Sans', sans-serif;
}
.directory-profile h1, .directory-profile h2, .directory-profile h3, .directory-profile h4, .directory-profile h5, .directory-profile h6 {
    margin-top: 40px;
    margin-bottom: 20px;
}
.faculty-box {
    float: left;
    margin-top: 15px;
    margin-bottom: 15px;
}
.faculty-headshot{
    max-width: 350px;
}
.faculty-box-info {
    display: flex;
    align-items: center;
}
.faculty-box-info-title {
    margin-right: 8px;
    font-size: 0.9375rem;
    font-weight: 400;
    letter-spacing: 3px;
    color: #002f6c;
    text-transform: uppercase;
}
.program-list .section-heading {
    margin-bottom: 0;
    font-size: 1.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    color: #002f6c;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}
.program-list .section-programs {
    margin-top: 10px;
}
.program-list .section-item {
    margin-right: auto;
    margin-left: auto;
    padding-top: 50px;
}
.program-list .links-content .sections {
    padding: 0;
    list-style: none;
}
.section-links-container {
    z-index: 4;
    background-color: #ffffff;
    padding: 20px 0;
}
.section-links {
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0;
}
.section-links-item {
    display: inline-block;
    width: 40px;
    height: 40px;
    padding-bottom: 0;
    margin: 0 !important;
}
.section-link {
    display: flex;
    width: 40px;
    height: 100%;
    justify-content: center;
    align-items: center;
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    color: #002f6c;
}
.section-links-item.active{
    border-radius: 10px;
    background-color: #002f6c
}
.section-links-item.active .section-link{
    color: #f68026;
    text-decoration: none;
}
.section-links-item.active.disabled{
    background-color: #fff;
}
.section-links-item.disabled .section-link{
    color: #757575;
}
.section-links-container.sticky-top{
    top: 80px;
}
.programs-search .reset{
    background-color: transparent;
    border: none;
    color: #005497;
    position: relative;
    top: 25px;
    padding: 8px 0;
}
 #reset-filters{
    background-color: transparent;
    border: none;
    color: #005497;
    padding: 8px 0;
}
.programs-search .program-search-wrapper{
    position: relative;
}
.programs-search .fa-search{
    position: absolute;
    right: 10px;
    top: 10px;
    color: #005497;
    font-size: 1.25rem;
}
#programs-wrapper .fail-message{
  position: relative;
  top: 25px;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 150ms;
  -moz-transition: 150ms;
  transition: 150ms;
  display: none;
}
#programs-wrapper .fail-message:before{
  content: '';
  display: inline-block;
  vertical-align: middle;
}
#programs-wrapper .fail-message span{
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  font-weight: 400;
}
#programs-wrapper.mixitup-container-failed .fail-message{
  opacity: 1;
  pointer-events: auto;
  display: block;
}
.program-card{
    border: 2px solid #f68026;
}
.program-card h3{
    font-family: 'Open Sans', sans-serif;
    color: #002f6c;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 40px;
    min-height: 50px;
}
.program-card h3 .sub-heading{
    font-size: .9rem;
    font-weight: normal;
    color: #000;
}
.program-card .degrees, .degrees{
    color: #002f6c;
    border-bottom: 2px solid #e6e6e6;
    padding-bottom: 15px;
    width: 100%;
}
.program-card .availability, .availability{
    list-style: none;
    padding-left: 0;
    display: inline;
    margin: 0;
}
.program-card .availability li, .availability li{
    display: inline-block;
    margin-right: 10px !important;
}
.program-card .availability li:before, .program-card .pathway:before,
.availability li:before, .pathway: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;
    color: #f68026;
    font-size: 1.375rem;
}
.program-card .availability li.day:before, .availability li.day:before{
    content: "\f185";
}
.program-card .availability li.evening:before, .availability li.evening:before{
    content: "\f186";
}
.program-card .availability li.online:before, .availability li.online:before{
   content: "\f109";
}
.program-card .availability li.hybrid:before, .availability li.hybrid:before{
    content: "\f1eb";
}
.program-card .pathway, .pathway{
    float: right;
    margin-top: 10px;
}
.program-card .pathway.health-science:before, .pathway.health-science:before{
    content: "\f0f1";
}
.program-card .pathway.stem:before, .pathway.stem:before{
    content: "\f5d2";
}
.program-card .pathway.liberal-arts-general-studies:before, .pathway.liberal-arts-general-studies:before{
    content: "\f19c";
}
.program-card .pathway.applied-technolgies:before, .pathway.applied-technolgies:before{
    content: "\f085";
}
.program-card a{
    text-decoration: none;
    display: flex;
    flex-direction: column;
}
.program-card .card-body{
    min-height: 250px;
}
#directory-list{
    margin-top: 40px !important;
}
#directory-list thead{
    font-size: 1rem;
}
#directory-list tbody{
    font-size: .9rem;
}
.dataTables_wrapper .dataTables_filter input {
    width: 300px !important;
}
#department-filter select, .custom-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;
    overflow: auto;
}
.custom-select{
    min-width: 70px;
    border: 1px solid #f68026;
}
#department-filter .form-control, div.dataTables_wrapper div.dataTables_filter input {
    border: 1px solid #f68026;
    position: relative;
}
div.dataTables_wrapper div.dataTables_info {
    padding-top: 2em;
    font-size: 1rem;
}
.pagination {
    margin: 20px auto !important;
}
.pagination .page-item .page-link{
    text-decoration: none !important;
}
.pagination .page-link{
    color: #005497;
}
.pagination .page-item.active .page-link{
    background-color: #F68026 !important;
    border-color: #F68026 !important;
    color: #002f6c;
}
.pagination .page-item .page-link:hover, .pagination .page-item .page-link:focus {
    color: #002f6c;
}
#ou-search-results a#ou-search-open-advanced.btn-default {
    color: #fff!important;
}
#ou-search-results #ou-search-open-advanced:focus, #ou-search-results #ou-search-open-advanced:hover {
    background-color: #005497 !important;
    box-shadow: none !important;
    border:solid 1px #002f6c !important;
}
#ou-search-results .ou-search-input {
    border: 1px solid #F68026 !important;
}
#ou-search-results a {
    color: #002f6c  !important;
}
#ou-search-results legend {
    border-bottom: 1px solid #F68026  !important;
}
#ou-search-results .ou-search-advanced{
     border: 1px solid #F68026  !important;
}
#ou-search-results .ou-search-advanced-group label {
    font-weight: 500  !important;
}
#ou-search-results .ou-search-pagination>li>a, #ou-search-results .ou-search-pagination>li>span {
    border: 1px solid #dee2e6 !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: #242424 !important;
    background-color: #fff !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{
   background-color: #F68026 !important;
    color: #002f6c !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, #ou-search-results .ou-search-pagination>li>span:hover {
    background-color: #F68026 !important;
    border-color: #F68026 !important;
    color: #002f6c !important;
}
/*Video*/
.video-feature {
    width: 100%;
    height: calc(100vh - 187px);
    left: 0;
    top: 0;
    border: none;
	overflow: hidden;
    background-size: cover;
    background-position: center;
    background-color: #002f6c;
}
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, .hero-home-close, .hero-home-slide-button {
    position: absolute;
    z-index: 3;
    color: #fff;
    background-color: transparent;
    width: 70px;
    height: 70px;
    right: 20px;
    bottom: 112px;
    border: 1px solid #fff;
}
.hero-home-slide-button {
    right: 120px;
    bottom: 112px;
    padding: 0;
    border: none;
}
.hero-home-slide-button img{
    width: 70px;
    height: 70px;
}
.hero-home-slide-button.hide, .play-pause.hide{
    display: none;
}
.play-pause:hover, .play-pause:focus, .hero-home-close:hover, .hero-home-close:focus, .hero-home-slide-button:hover, .hero-home-slide-button:focus{
    background-color: #F68026;
    color: #002f6c;
}
.play{
    display:none;
}
.play-pause .fa, .hero-home-close .fa, .hero-home-slide-button .fa{
    position: absolute;
    text-align: center;
    font-size: 1.75rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.play-pause .fa-play{
    position: absolute;
    text-align: center;
    font-size: 1.75rem;
    top: 50%;
    left: 55%;
    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, .hero-slider-wrapper.home .button-wrapper{
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
    width: 100%;
}
/*Home Page Slider*/
.hero-slider-wrapper.home{
    z-index: -1;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.hero-slider-wrapper.home.active {
    visibility: visible;
    -webkit-animation: fade-in 0.2s ease-in forwards;
    animation: fade-in 0.2s ease-in forwards;
    z-index: 1;
}
.hero-home-close{
    display: none;
}
.hero-home-close.active {
    display: block;
    -webkit-animation: fade-in 0.2s ease-in forwards;
    animation: fade-in 0.2s ease-in forwards;
}
.hero-slider-wrapper, .hero-video-wrapper{
   position: relative; 
    overflow: hidden;
    background-color: #002f6c;
}
.hero-slider{
    position: relative;
    margin-bottom: 0 !important;
}
.hero-slider .slide{
    width: 100vw;
    height: calc(100vh - 195px);
    display: flex;
    justify-content: flex-end;
    align-items: left;
    position: relative;
    background-color: #000000;
}
.hero-slider-wrapper.home .hero-slider .slide{
    height: 100vh;
}
.hero-slider .slide:focus{
    border: 2px solid #F68026;
} 
.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{
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 100px;
    padding: 30px 50px 0;
    text-align: left;
    line-height: 30px;
    z-index: 1;
}
.hero-slider-wrapper .carousel-caption-overlay, .hero-video-wrapper .video-caption-overlay{
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 35%, rgba(0,0,0,0.8) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 35%,rgba(0,0,0,0.8) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 35%,rgba(0,0,0,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 );
}
.hero-slider .carousel-caption .description a, .video-feature .video-caption .description a{
    color: #fff;
    text-decoration: none;
}
.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, .video-caption .description{
    font-size: 1.6875em;
    background-color: rgba(0,47,108,.7);
    padding: 20px;
    width: 70%;
    line-height: 1.25em;
    margin-bottom: 15px;
}
.hero-slider-wrapper .slick-prev, .hero-slider-wrapper .slick-next{
    z-index: 1;
    color: #002f6c;
    background-color: #fff;
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
}
.hero-slider-wrapper .slide-controllers{
    width: 100px;
    height: 30px;
    position: absolute;
    left: 30px;
    bottom: 40px;
}
.hero-slider-wrapper .slide-controllers .pause-play{
    color: #002f6c;
    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;
}
.hero-slider-wrapper .slide-controllers .pause-play: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%);
}
.hero-slider-wrapper .slide-controllers .pause-play.paused:before{
    content: "\f04b";
}
.hero-slider-wrapper .slick-prev:hover, .hero-slider-wrapper .slick-prev:focus, .hero-slider-wrapper .slick-next:hover, .hero-slider-wrapper .slick-next:focus, .hero-slider-wrapper .slide-controllers .pause-play:focus, .hero-slider-wrapper .slide-controllers .pause-play:hover{
    color: #002f6c !important;
    background-color: #F68026 !important;
}
.hero-slider-wrapper .slick-prev:hover:before, .hero-slider-wrapper .slick-prev:focus:before, .hero-slider-wrapper .slick-next:hover:before, .hero-slider-wrapper .slick-next:focus:before{
     color: #002f6c !important;
}
.hero-slider-wrapper .slick-prev{
    left: 0;
    bottom: 0;
}
.hero-slider-wrapper .slick-next{
    right: 0;
    bottom: 0;
}
.hero-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: #002f6c;
}
.hero-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: #002f6c;
}
.hero-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;
}
.hero-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 {
    bottom: 35px !important;
    left: 150px;
    text-align: left;
}
.fullwidth-split {
    padding: 0;
}
.fullwidth-split .container-fluid {
    padding-left: 0;
    padding-right: 0;
}
.fullwidth-split-image{
    position: relative;
}
.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;
}
footer{
    border-top: 4px solid #f68026;
    font-size: 1rem;
    padding-top: 60px;
    background-color: #002f6c;
}
footer .footer-logo {
    width: 250px;
    display: block;
    margin-bottom: 25px;
}
footer a, footer address{
    font-weight: 400;
    color: #fff;
    position: relative;
    text-decoration: none;
    display: inline-block;
}
footer a:hover, footer a:focus{
    text-decoration: underline;
    color: #fff;
}
footer ul{
   list-style: none;
   padding: 0;
}
footer .resource-menu a, footer .utility-menu a{
    padding-bottom: 5px;
}
footer .resource-menu li{
   margin-bottom: 10px; 
}
footer .utility-menu{
    padding: 25px 0;
    font-size: 0.875rem;
    color: #fff;
}
footer .utility-menu a{
    font-size: 0.875rem;
}
footer .utility-menu li{
    position: relative;
    margin-right: 25px !important;
}
footer .utility-menu li:last-child{
   margin-right: 0 !important;
}
footer .utility-menu li:after {
    content: "|";
    color: #F68026;
    position: absolute;
    right: -16px;
}
footer .utility-menu li:last-child:after{
    content: "";
}
footer address{
    margin-bottom: 40px;
    position: relative;
}
footer .btn:hover, footer .btn:focus{
    text-decoration: none!important;
}
.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 a {
    color: #ffffff;
}
.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: #ffffff;
    font-size: 32px;
    width: 38px;
    height: 38px;
    line-height: 38px;
}
.footer-social li a.twitter:before {
	content: "\e61b";
} 
.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.flickr:before {
	content: "\f16e";
}
.footer-social li a.pintrest:before {
	content: "\f231";
}
.footer-social li a.threads:before {
	content: "\e618";
}
.footer-social li a.spotify:before {
	content: "\f1bc";
}


/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
.site-navigation .modal-content {
    width: 100% !important;
}
}


/* Landscape phones and portrait tablets */
@media (max-width: 991px) {
  body{
     /* border: 1px solid #66ff33;*/
      padding-top: 80px;
    }
.alert .btn{
    margin-top: 15px;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
    }
.alert .heading{
    font-size: 1.325rem;
    margin-bottom: 10px;    
    }
.mobile-logo img{
   height: 40px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    }
.site-navigation.modal{
    display: none;
    opacity: 0;
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
    z-index: 999999;
}
.site-navigation.modal.show{
    opacity: 1;
}
.site-navigation.modal .modal-dialog {
    width: auto;
    max-width: unset;
}
.site-navigation .modal-content {
    border: none;
    border-radius: 0;
    height: 100%;
    min-height:100vh;
    width: 100%;
    background-color: #002f6c;
}
.site-navigation.modal .modal-dialog {
	position:absolute;
	top:0;
    left: 0;
	right: 0;
	margin:0;
    transform: none;
    -webkit-box-shadow: -5px 1px 10px 0px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: -5px 1px 10px 0px rgba(0, 0, 0, 0.125);
    box-shadow: -5px 1px 10px 0px rgba(0, 0, 0, 0.125);
}
.mobile-header .task-nav{
    background-color: #002f6c;
    color: #ffffff;
}
.mobile-header .task-nav .nav li{
    position: relative;    
    }
.mobile-header .task-nav .nav li a {
    color: #fff;
    font-weight: 400;
    font-size: 1rem;
    padding: 1rem;
}
.mobile-header .task-nav .nav li a:after {
    content: "|";
    color: #F68026;
    position: absolute;
    right: -3px;
}
.mobile-header .task-nav .nav li:last-child a:after {
    content: "";
}
.main-navigation .container{
    max-width: none;
    padding: 0 2rem;
    }
.main-navigation .bottom-row .nav .nav-item .nav-link {
    padding: 10px 15px 15px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    color: #002f6c;
    font-size: 1.125rem;
    display: inline-block;
}
.main-navigation .bottom-row .arrow-button {
    background-color: transparent;
    border: none;
    display: inline-block;
    position: relative;
    font-size: 1.5rem;
    padding: 0;
    top: 2px;
    width: 40px;
}
.main-navigation .bottom-row .arrow-button .fas {
    color: #F68026;
    position: relative;
}
.main-navigation .nav .dropdown > .arrow-button.show .fa-angle-down:before {
    content: "\f106";
}
.main-navigation .bottom-row .dropdown-menu li a {
    padding: 10px 0;
}
.main-navigation .bottom-row .dropdown-menu a {
    text-decoration: none;
    position: relative;
    font-size: 1rem;
    font-weight: 400;
    display: block;
    color: #002f6c;
}
.main-navigation .bottom-row .nav .nav-item{
    display: block;
    width: 100%;
}
.main-navigation .bottom-row .nav .nav-item .nav-link{
    padding: 15px 20px;
}
.main-navigation .bottom-row .dropdown-menu {
    transform: none !important;
    position: relative !important;
    padding: 1rem 0;
}
.task-nav .nav {
    display: block;
}
.main-navigation .nav li a{
   display: block;
   padding: 10px 20px;
    }
.main-navigation .bottom-row .dropdown-menu li.container, .main-navigation .bottom-row .dropdown-menu li.container-fluid {
    max-width: unset;
    padding: 0;
}
.main-navigation .bottom-row .dropdown-menu .menu-heading a {
    margin: 20px 20px 15px 15px;
}
.main-navigation .bottom-row .dropdown-menu li a {
    padding: 10px 15px;
}
.main-navigation .bottom-row .dropdown-menu .menu-heading{
    padding-left: 15px;
    font-size: 1.125rem;
    }
.main-navigation .mobile-quicklinks {
    padding: 0 30px;
    }
.menu-toggle {
    background-color: transparent;
    border: none;
    color: #ffffff;
    font-size: 1.875rem;
    display: block;
    position: absolute;
    top: -5px;
    right: 15px;
    padding: 0;
}
.mobile-header{
    padding: 20px;
    height: 80px;
    position: relative;
    z-index: 1050;
    background-color: #002f6c;
    border-bottom: 4px solid #f68026;
    color: #fff;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    }
.mobile-header .col-4{
    position: relative;    
    }
.search-toggle {
    display: block;
    position: absolute;
    font-size: 1.875rem;
    margin: 0;
    color: #ffffff;
    background-color: transparent;
    border: none;
    top: -5px;
    right: 50px;
}
#site-search .modal-dialog {
    top: 80px;
}
.closeSearch {
    top: 0;
}
#site-search form {
    padding-top: 60px;
}
#site-search form input[type=text], #site-search form input.form-text {
    font-size: 1.25rem;
    }
#site-search .form-submit {
    padding: 0;
    margin-top: 0;
}
#site-search .form-submit {
    bottom: 30px;
    right: 5px;
    font-size: 1.5rem;
    width: 30px;
}
#site-search .modal-content .modal-body .container, #site-search .modal-content .modal-body .container-fluid{
    max-width: unset;
}
.equal-235 .card-body, .equal-300 .card-body, .equal-215 .card-body{
    min-height: 1px;
}
.section-menu .nav{
    margin: 20px 0 20px;
}
.site-navigation .modal-content .modal-body{
    padding: 0;    
    }
.section-menu .breadcrumb-wrapper {
    display: block;
    width: 100%;
    margin: 20px;
}
.section-menu .navbar-toggler {
    display: block;
    width: 100%;
}
.section-menu .container-fluid .col-12 {
    display: block;
}
.section-menu .navbar {
    display: block;
    width: 100%;
}
.btn{
    width: max-content;
    margin-left: auto;
    margin-right: auto;    
    padding: 12px;
    }
.spacer-40 {
    padding: 10px 0;
    display: block;
    clear: both;
}
.spacer-50 {
    padding: 20px 0;
    display: block;
    clear: both;
}
.spacer-60 {
    padding: 15px 0;
    display: block;
    clear: both;
}
.spacer-80 {
    padding: 30px 0;
    display: block;
    clear: both;
}
.font-size-xl{
    font-size: 3.25rem;
}
blockquote {
    font-size: 1.5rem;
    margin: 40px auto;
}
.hero-image-feature.no-image {
    height: auto;
    min-height: 200px;
}
.video-feature, .hero-image-feature {
    height: auto;
    min-height: 500px;
    }
.hero-image-feature .page-title {
    font-size: 3.5rem;
    }
.hero-slider .carousel-caption h1, .video-caption h1 {
    font-size: 3.5rem;
    line-height: 55px;
    display: block;
    margin-bottom: 10px;
}
.hero-slider .carousel-caption .description, .video-caption .description{
    font-size: 1em;
    width: 100%;  
    margin-bottom: 5px;
    }
.hero-slider .slide, .video-feature {
    height: auto;
    min-height: 500px;
}
.hero-slider-wrapper.home .hero-slider .slide{
    height: 500px;    
    }
.hero-slider-wrapper.home{
    margin-top: 80px;    
    }
.hero-slider .carousel-caption{
    padding: 0;
    bottom: 75px;
    }
.video-feature .video-caption {
    padding: 0;
    bottom: 90px;
    }
.video-caption-button {
    left: 55px;
    bottom: 65px;
    }
.play-pause, .play, .hero-home-close.active{
    right: 25px;
    bottom: 55px;
    }
.hero-home-slide-button {
    right: 150px;
    bottom: 55px;
}
.load-video {
    padding: 12px 30px 12px 15px;
    width: auto;
    }
.close-dark {
    right: 15px;
    }
.resource-list li {
    display: block;
    }
.factoid {
    align-items: left;
    }
.figure{
   margin-left: auto;
    margin-right: auto;
    text-align: center;     
    }
.tabs .nav-tabs{
    display: block;    
    }
.tabs .nav-tabs .nav-item {
    margin-top: 25px;
    width: 100%;
    }
.tabs .nav-tabs .nav-link.active:after, .nav-tabs .nav-item.show .nav-link:after {
    bottom: -42px;
    }
.card-carousel-wrapper .card {
    margin: 25px;
    }
.card-carousel .slick-next, .testimonial-carousel .slick-next,  .accolade-carousel .slick-next {
    right: -5px;
}
.card-carousel .slick-prev, .testimonial-carousel .slick-prev, .accolade-carousel .slick-prev {
    left: -5px;
}
.announcement-carousel .slick-next {
    right: -5px;
}
.announcement-carousel .slick-prev {
    left: -5px;
}
.announcement-carousel .slide p{
    margin-left: 35px;
    margin-right: 15px;
    }
.card-carousel .slick-prev, .card-carousel .slick-next,
.testimonial-carousel .slick-prev, .testimonial-carousel .slick-next,
.accolade-carousel .slick-prev, .accolade-carousel .slick-next,
.announcement-carousel .slick-prev, .announcement-carousel .slick-next{
    width: 25px;
    }
.news-events-header .news, .news-events-header .events {
    position: relative;
    margin: 20px 0;
}
.fullwidth-split-image .bg-image {
    position: relative;
}
.fullwidth-split-text {
    padding: 2rem 15px;
}
div.dataTables_wrapper div.dataTables_length{
    text-align: left !important;
    margin-bottom: 25px;
    margin-left: 10px;
    }
div.dataTables_wrapper div.dataTables_filter{
    text-align: left !important;    
    }
.table-hover>tbody>tr:hover{
    background-color: #e9e9e9;
    }
.table-hover>tbody>tr:hover td{
    box-shadow: none;    
    }
/* 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:nth-child(1), #directory-list td:nth-child(2) {  
    display: inline-block;
}
#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: bold;
}
.table.directory tfoot{
        display:none;
}
.dataTables_wrapper .dataTables_info {
    white-space: normal !important;
}
/*Label the data*/
#directory-list td:before { 
    content: attr(data-title);
}
#sidebar .navbar{
    background-color: #f5f5f5;
    padding:15px;
    margin-top: 20px;
    color: #002f6c;
}
.card.card-img-side .image-overlay .card-img {
    border-right: none;
    border-bottom: 4px solid #F68026;
}
footer{
   text-align: center;     
    }
footer .footer-logo{
    float: none;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    }
footer .bottom-row a {
    padding: 15px 0;
}
footer .bottom-row .col-12.col-lg-4 {
    border-bottom: 2px solid #002f6c;
}
footer .bottom-row .col-12.col-lg-4:last-of-type {
    border-bottom: none;
}
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
 body{/*border: 1px solid #ffff00;*/}
.equal-300 .card-body{
    min-height: 400px;
}
.hero-slider .carousel-caption h1, .video-caption h1 {
    font-size: 3.5rem;
    line-height: 55px;
    display: block;
    margin-bottom: 10px;
}
.hero-slider .carousel-caption .description, .video-caption .description{
    font-size: 1em;
    width: 100%;  
    margin-bottom: 5px;
    }
.hero-slider .slide, .video-feature {
    height: 500px;
}
.hero-slider .carousel-caption{
    padding: 0;
    bottom: 75px;
    }
.video-feature .video-caption {
    padding: 0;
    bottom: 90px;
    }
.video-caption-button {
    left: 55px;
    bottom: 65px;
    }
.play-pause, .play{
    bottom: 55px;
    right: 55px;    
    }
.featured-news .card-body{
    min-height: 290px !important;
}
 .newsroom .featured-news .card-body{
    min-height: 270px !important;
}
}

/* Large desktops and laptops */
@media (min-width: 992px) {
 body{/*border: 1px solid #ff0000;*/}
.container-fluid{
    padding-left: 15px;
    padding-right: 15px;
    }
.site-navigation.modal[style] {
    display: block !important;
    }   
.main-navigation{
    height: 187px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    }
header .modal-body{
    padding: 0;
}
.logo{
    position: relative;    
    }
.logo img{
    height: 50px;
    display: block;
    }
.newsroom .logo img{
    height: 75px;
    }
.menu-toggle, .menu-close, .mobile-header{
    display: none;    
    }
.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;
}
header .top-row{
    background-color: #002f6c;
    display: flex;
    align-items: center;
    height: 130px;
}
.main-navigation .bottom-row .nav .dropdown .dropdown-menu{
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.15);
    -moz-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.15);
    box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.15);
    z-index: 2;
    left: 0 !important;
    border-bottom: 4px solid #f68026;
    }
.main-navigation .bottom-row .nav .dropdown:hover .dropdown-menu{
    display: block;
    left: 0 !important;
    top: 100% !important;
    }
.main-navigation .bottom-row .nav .dropdown:hover .sub-menu .dropdown-menu {
    display: none;
    box-shadow: none;
}
.main-navigation .bottom-row .nav .dropdown:hover > .arrow-button .fa-angle-down:before, .main-navigation .nav .dropdown > .arrow-button.show .fa-angle-down:before {
    content: "\f106";
}
.main-navigation .bottom-row .nav .dropdown{
    border-bottom: 5px solid transparent;
    }
.main-navigation .bottom-row .nav .dropdown:hover {
    background-color: #fff;
    border-bottom: 5px solid #F68026;
    }
.main-navigation .task-nav .nav li a{
    color: #fff;
    font-weight: 400;
    font-size: 1rem;
    padding: 20px 9px;
    }
.main-navigation .aux .nav li{
    display: flex;
    width: auto;
    position: relative;
    } 
 .main-navigation .nav li a{
    color: #002f6c;    
    }
.main-navigation .bottom-row .dropdown-menu a{
    text-decoration: none;
    position: relative;
    display: inline-block;    
    }
.main-navigation .bottom-row .dropdown-menu a:hover, .main-navigation .bottom-row .dropdown-menu a:focus{
    color: #005497;
    text-decoration: underline;
    }
.main-navigation .aux .nav li a{
    text-decoration: none;
    position: relative;
    display: inline-block;   
    }
.main-navigation .bottom-row .dropdown-menu {
    padding: 2rem .5rem;
}
.main-navigation .bottom-row .dropdown-menu[style]{
    inset: unset !important;
    transform: none !important;
    left: 0 !important;
    top: 100%!important;
    }
.main-navigation .bottom-row .arrow-button{
    background-color: transparent;
    border: none;
    display: inline-block;
    position: relative;
    font-size: 1.25rem;  
    right: 10px;
    }
.main-navigation .bottom-row .nav .dropdown:hover .arrow-button:focus:before{
    display: none;    
    }
.main-navigation .bottom-row .arrow-button:focus{
    outline: none;    
    }
.main-navigation .bottom-row .arrow-button:focus:before, .main-navigation .bottom-row .arrow-button.show:before{
    content: "";
    position: absolute;
    border-bottom: 5px solid #F68026;
    top: -12px;
    left: 0;
    width: 100%;
    background: #ffffff;
    height: 57px;
    z-index: 1;
    }
.main-navigation .bottom-row .arrow-button .fas{
    color: #F68026; 
    position: relative;
    z-index: 1;
    }
.main-navigation .bottom-row .nav .nav-item .nav-link{
    padding: 15px 15px 10px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
}
.main-navigation .bottom-row .nav .nav-item .nav-link:focus{
    background-color: #fff;
    color: #005497;
    padding-right: 40px;
    margin-right: -25px;
    }
.main-navigation .bottom-row .nav .nav-item .nav-link:focus:before{
    content: "";
    position: absolute;
    height: 5px;
    bottom: -5px;
    left: 0;
    background: #F68026;
    width: 100%;    
    }
.main-navigation .bottom-row .nav .nav-item:hover .nav-link, .main-navigation .bottom-row .nav .nav-item:focus .nav-link{
    color: #005497;    
    }
.main-navigation .bottom-row .dropdown-menu .menu-heading a {
    margin-bottom: 40px;
}
.main-navigation .bottom-row .dropdown-menu li a{
    padding: 10px 0;    
    }
.search-toggle {
    display: block;
    font-size: 1rem;
    color: #fff;
    background-color: transparent;
    border: none;
    padding: 20px;
}
.search-toggle:hover, .search-toggle:focus, .quicklinks:hover, .quicklinks:focus{
    color: #F68026;    
    }
.quicklinks .fas, .search-toggle .fas{
    font-size: 1rem;
    color: #F68026;
    }
.newsroom .search-toggle .fas{
    font-size: 2rem;
    }
#site-search .modal-content {
    padding: 110px 0 50px;
}
.quicklinks {
    background-color: transparent;
    border: none;
    color: #fff;
    text-decoration: none;
    z-index: 5;
    display: block;
    top: 0;
    position: relative;
    font-size: 1rem;
    padding: 20px;
}
.section-menu .nav{
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    column-gap: 40px;
    margin: 35px auto;
    max-height: 200px;
}
.section-menu .nav li{
   display: inline-block;
   width: 100%;
   margin: 2px 0;
    }
.section {
    padding: 50px 0;
}
.spacer-20 {
    padding: 10px 0;
    display: block;
    clear: both;
}
.spacer-40 {
    padding: 20px 0;
    display: block;
    clear: both;
}
.spacer-50 {
    padding: 25px 0;
    display: block;
    clear: both;
}
.spacer-60 {
    padding: 30px 0;
    display: block;
    clear: both;
}
.spacer-80 {
    padding: 40px 0;
    display: block;
    clear: both;
}
.btn-group .dropdown-menu{
    max-height: 140px;
    overflow-y: scroll;
}
.four-column{
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    column-gap: 40px;
    }
.four-column li{
    display: inline-block;
    width: 100%;    
    }
.three-column{
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    column-gap: 40px;
    }
.three-column li{
    display: inline-block;
    width: 100%;    
    }
.two-column{
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    column-gap: 40px;
    }
.two-column li{
    display: inline-block;
    width: 100%;    
    }
.icon-set li:first-child {
    padding-left: 15px;
}
.figure.float-lg-start{
    margin-right: 30px;
}
.figure.float-lg-end{
    margin-left: 30px;
}
.figure {
    display: table;
}
.figure-caption {
    display: table-caption;
    caption-side: bottom;
}
#video-modal .modal-dialog {
    max-width: 950px;
}
.faculty-headshot{
    float: right;
}
.restrict{
    margin: 20px auto;
    display: block;
    width: 60%;
}
.program-list .section-heading {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-right: .9375rem;
    padding-left: .9375rem;
}
.program-list .section-programs {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}
.section-links-container.sticky-top {
    top: 187px;
}
.program-list .section-item {
    max-width: 75rem;
    display: flex;
    flex-flow: row wrap;
}
footer .utility-menu{
    text-align: center;   
    }
footer .resource-menu a, footer .utility-menu a{
    display: inline-block;
    position: relative;
}
footer a:hover,  footer a:focus{
    text-decoration: underline !important;
    color: #fff;
}
.footer-social a:before {
    color: #ffffff;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.footer-social li a:hover:before, .footer-social li a:focus:before {
    text-decoration: none;
    color: #F68026;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
.logo{
   float: left;
    top: 10px;
    }
.logo img {
    height: 40px;
    display: block;
}
.nav-controls{
    float: right;    
    }
header .top-row {
    height: 133px;
}
.search-toggle {
    margin-left: 15px;
    }
.main-navigation .task-nav .nav li a {
    font-size: 0.875rem;
}
.main-navigation .nav li a {
    font-size: 1rem;
}
.main-navigation .bottom-row .nav .nav-item .nav-link {
    padding: 15px 0 10px 10px;
    }
.main-navigation .bottom-row .arrow-button {
    font-size: 1.25rem;
    right: 2px;
}
.main-navigation .bottom-row .nav .nav-item .nav-link:focus {
    padding-right: 25px;
}
.main-navigation .bottom-row .arrow-button:focus:before {
    top: -8px;
}
.btn {
    padding: 12px 20px;
    }
.testimonial-wrapper {
    height: 300px;
    width: 300px;
    }
.card-carousel-wrapper .card {
    margin: 25px;
    }
.card-carousel .slick-next, .testimonial-carousel .slick-next, .accolade-carousel .slick-next {
    right: -15px;
}
.card-carousel .slick-prev, .testimonial-carousel .slick-prev, .accolade-carousel .slick-prev {
    left: -15px;
}
.announcement-carousel .slick-next {
    right: -35px;
}
.announcement-carousel .slick-prev {
    left: -35px;
}
.card-carousel .slick-prev, .card-carousel .slick-next,
.testimonial-carousel .slick-prev, .testimonial-carousel .slick-next,
.accolade-carousel .slick-prev, .accolade-carousel .slick-next,
.announcement-carousel .slick-prev, .announcement-carousel .slick-next{
    width: 25px;
    }
.accolade-carousel .accolade img {
    height: 125px;
    }
.equal-300 .card-body{
    min-height: 450px;
}
#sidebar .navbar{
    background-color: #f5f5f5;
    padding:15px;
    margin-top: 20px;
    color: #002f6c;
}
.fullwidth-split-image .bg-image {
    position: relative;
}
.featured-news .card-body{
    min-height: 290px !important;
}
 .newsroom .featured-news .card-body{
    min-height: 225px !important;
}
}

@media (min-width: 1199px) and (max-width: 1400px) {
.main-navigation .bottom-row .nav .nav-item .nav-link {
    padding: 15px 10px 15px;
    }
.main-navigation .bottom-row .nav .nav-item .nav-link:focus {
    padding-right: 35px;
}
.main-navigation .task-nav .nav li a {
    padding: 20px 8px;
    font-size: .9rem;
}
header .top-row {
    height: 125px;
}
.card-carousel .slick-prev, .testimonial-carousel .slick-prev, .accolade-carousel .slick-prev, .announcement-carousel .slick-prev {
    left: -35px;
}
.card-carousel .slick-next, .testimonial-carousel .slick-next, .accolade-carousel .slick-next, .announcement-carousel .slick-next  {
    right: -35px;
}
.featured-news .card-body{
    min-height: 400px !important;
}
 .newsroom .featured-news .card-body{
    min-height: 315px !important;
}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
 .featured-news .card-body{
    min-height: 290px;
}
 .newsroom .featured-news .card-body{
    min-height: 265px;
}
}

/* Portrait phones and smaller */
@media (max-width: 375px) {
#site-search form {
    padding-top: 60px;
}
#site-search form input[type=text], #site-search form input.form-text {
    font-size: 1rem;
    }
#site-search .form-submit {
    padding: 0;
    margin-top: 0;
}
#site-search .form-submit {
    bottom: 30px;
    right: 5px;
    font-size: 1.5rem;
    width: 30px;
}
.search-toggle, .menu-toggle {
    font-size: 1.5rem;
    }
}

.dropbtn-login {
  /*! background-color: #04AA6D; */
  color: black;
/*   padding: 16px; */
  font-size: 16px;
  border: none;
  text-decoration: none !important;
}

.dropdown-login {
  position: relative;
  display: inline-block;
  
}

.dropdown-content-login {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 100px;
/*   box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
  z-index: 1;
  text-align: center;
    margin-top:-15px;
}

.dropdown-content-login a {
  color: black !important;;
  padding: 8px 20px !important;
  text-decoration: none;
  display: block;
}


.dropdown-login:hover .dropdown-content-login {display: block;}

@media (min-width: 992px) and (max-width: 1470px) {
  .search-toggle,
  .quicklinks {
    padding: 20px 5px;
  }
  .search-toggle {
    margin-left: 0 !important;
  }
  .main-navigation .task-nav .nav li a {
    padding: 20px 3px;
  }
}