@charset "UTF-8";
/* CSS Document */
body {
	font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #63666A;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    background-color: #fff;
	}
img {
    max-width: 100%;
    height: auto;
}
a {
  color: #316094;
  text-decoration: underline;
}
a:hover, a:focus {
  text-decoration: none;
  color: #316094;
}
a:hover .fa-brands, a:focus .fa-brands{
    color: #a6192e;
}
a .fa-brands{
    margin: 0 10px;
}
a[href$=".pdf"]::after {
    content: '\f1c1';
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    font-size: 0.875rem;
    color: #daa900;
    position: relative;
    right: -5px;
    padding-right: 10px;
    top: 0;
    font-style: normal;
}
a[href$=".xlsx"]::after {
    content: '\f1c3';
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    font-size: 0.875rem;
    color: #daa900;
    position: relative;
    right: -5px;
    padding-right: 10px;
    top: 0;
    font-style: normal;
}
a[href$=".docx"]::after {
    content: '\f1c2';
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    font-size: 0.875rem;
    position: relative;
    color: #daa900;
    right: -5px;
    padding-right: 10px;
    top: 0;
    font-style: normal;
}
a[target="_blank"]::after {
    content: '\f14c';
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    font-size: 0.875rem;
    position: relative;
    color: #daa900;
    right: -5px;
    padding-right: 10px;
    top: 0;
    font-style: normal;
}
.border-top-white{
    border-top: 2px solid #fff;
}
#ou-search-results ::after{
    content: "";
}
#main-content{
    margin-top: -6px;
}
.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 6 Pro";
    font-weight: 400;
    font-size: 0.5rem;
    position: relative;
    left: 0;
    padding-right: 10px;
    top: -3px;
    font-style: normal;
}
.arrow-list.two-column li:before, .arrow-list.three-column li:before, .arrow-list.four-column li:before{
    display: none;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6{
    font-family: 'Roboto Slab', serif;
    margin-bottom: 20px;
    font-weight: 400;
    color: #003057;
    line-height: 1;
}
h1, .h1 {
    font-size: 2.924rem;
    text-transform: uppercase;
}
h2, .h2 {
    font-size: 2.375rem;
     text-transform: uppercase;
}
h3, .h3 {
    font-size: 1.875rem;
     text-transform: uppercase;
}
h4, .h4 {
    font-size: 1.563rem;
}
h5, .h5 {
    font-size: 1.25rem;
}
h6, .h6 {
    font-size: 1rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.text-shadow{
    text-shadow: 0px 1px 2px rgb(0 0 0);
}
.font-size-xl{
    font-size: 6.25rem;
}
.font-size-lg{
    font-size: 4.25rem;
}
.font-size-md {
    font-size: 2.25rem;
}
.text-red{
    color: #a6192e;
}
.bordered-heading{
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 40px;
}
.bordered-heading:before{
    content: "";
    height: 2px;
    background-color: #a6192e;
    width: 25%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.bordered-heading.text-center:before {
    left: 50%;
    right: 50%;
    transform: translate(-50%, 0);
}
.bordered-headline {
    text-align: center;
    display: table;
    white-space: nowrap;
    margin-bottom: 20px;
}
.bordered-headline:before, .bordered-headline:after {
    content: "";
    display: table-cell;
    width: 50%;
    background-size: 89% 3px;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#daa900), to(transparent));
    background: -webkit-linear-gradient(#daa900, transparent) no-repeat center;
    background: -moz-linear-gradient(#daa900, transparent) no-repeat center / 89% 3px;
    background: -o-linear-gradient(#daa900, transparent no-repeat center);
    background: linear-gradient(#daa900, transparent) no-repeat center / 89% 3px;
}
blockquote, .blockquote {
    border-left: 2px solid #a6192e;
    color: #a6192e;
    padding-left: 20px;
    margin: 20px 40px;
    font-weight: 300;
}
.blockquote-footer {
    color: #63666A;
    margin-top: 20px;
    font-weight: 400;
    font-size: .875rem;
}
.featured-blockquote .blockquote{
    font-size: 2.5rem;
    font-weight: 300;
    margin-left: 0;
    margin-top: 40px;
}
.featured-blockquote .blockquote-footer{
    font-size: 1.5rem;
}
.color-box{
    width: 60px;
    height: 60px;
    display: block;
    margin: 0 auto;
}
.alert {
    margin: 0;
    border: none;
    border-radius: 0;
    /*color: #fff;
    /background-color: #a6192e;*/
    font-size: 1.125rem;
    padding: 30px;
    position: relative;
    z-index: 1051;
}
.informational-alert{
    background-color: #003057;
}
.alert .heading{
    font-size: 1.625rem;
    color: #fff; 
    margin-bottom: 4px;
    line-height: 1.125em;
}
.alert-dismissible .close {
    padding: 0;
    right: 30px;
    font-size: 30px;
    text-align: center;
    top: 27px;
    color: #fff; 
}
.alert-dismissible .close:hover{
    color: #fff;
}
.alert a:hover{
    text-decoration: none;
}
.alert a.btn{
    margin: 15px auto;
}
.fa-exclamation-triangle {
    font-size: 2.5rem;
    color: #a6192e; 
}
.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: #63666A;
    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;
}
/*.card-body p:only-of-type {
    margin-top: 0;
    margin-bottom: 0;
}*/
#category-submit.btn:hover, #category-submit.btn:focus,
#archive-submit.btn:hover, #archive-submit.btn:focus{
    background-color: #a6192e;
}
.btn{
    border-radius: 0;
    box-shadow: none;
    padding: 12px 20px;
    font-size: 1rem;
    font-weight: 400;
    margin: 20px auto;
    position: relative;
    transition: color .3s ease;
    z-index: 1;
    overflow: hidden;
    min-width: 175px;
}
.btn:before, .btn:after{
    position: absolute;
    content: "";
    width: 0;
    top: 0;
    height: 110%;
    left: -20%;
    z-index: -1;
}
.btn:focus:after, .btn:focus:before, .btn:hover:after, .btn:hover:before{
    width: 140%;
}
.col-sm-4 .btn{
    min-width: unset;
}
.btn-default{
    background-color: #003057;
    color: #fff;
    border-color: #003057;
}
.btn-default:before {
    background-color: #a6192e;
    transition: all .6s;
}
.btn-default:hover, .btn-default:focus{
    color: #ffffff;
    border-color: #a6192e;
}
.btn-red{
    background-color: #a6192e;
    color: #ffffff;
    border-color: #a6192e;
}
.btn-red:before {
    background-color: #76232f;
    transition: all .6s;
}
.btn-red:hover, .btn-red:focus{
    color: #ffffff;
    border-color: #76232f;
}
.btn-white{
    background-color: #ffffff;
    color: #000;
    border-color: #ffffff;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.25); 
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.25);
}
.btn-white:before {
    background-color: #a6192e;
    transition: all .6s;
}
.btn-white:hover, .btn-white:focus{
    color: #ffffff; 
    border-color: #a6192e;
}
.btn-outline{
    background-color: transparent;
    color: #a6192e;
    border-color: #a6192e;
}
.btn-outline:before {
    background-color: #a6192e;
    transition: all .6s;
}
.btn-outline:hover, .btn-outline:focus{
    color: #fff;
}
.btn-block{
    display: block;
    width: 100% !important;
}
.btn-centered, .content .btn-centered{
    width: max-content;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
p + .btn{
    margin-top: 20px;
}
.bg-red{
    background-color: #a6192e;
    color: #fff;
}
.bg-dark-red{
    background-color: #76232f;
    color: #fff;
}
.bg-light-gray{
    background-color: #f3f3f3;
}
.bg-dark-gray {
    background-color: #63666a;
    color: #fff;
}
.bg-blue {
    background-color: #003057;
    color: #fff;
}
.bg-white.opacity{
    background-color: rgba(255,255,255,.9) !important;
}
.bg-red h1, .bg-red h2, .bg-red h3, .bg-red h4,
.bg-dark-red h1, .bg-dark-red h2, .bg-dark-red h3, .bg-dark-red h4,
.bg-dark-gray h1, .bg-dark-gray h2, .bg-dark-gray h3, .bg-dark-gray h4{
    color: #fff;
}
.bg-red a, .bg-dark-red a, .bg-dark-gray a{
    color: #fff;
}
.bg-red a.btn-white, .bg-dark-red a.btn-white, .bg-dark-gray a.btn-white{
    color: #000;
}
.bg-red a.btn-white:hover, .bg-red a.btn-white:focus, .bg-dark-red a.btn-white:hover, .bg-dark-red a.btn-white:focus, .bg-dark-gray a.btn-white:hover, .bg-dark-gray a.btn-white:focus{
    color: #fff;
}
.bg-red a.btn-white:hover, .bg-red a.btn-white:focus,
.bg-dark-gray a.btn-white:hover, .bg-dark-gray a.btn-white:focus{
    color: #fff;
}
.bg-red .btn-white:before {
    background-color: #003057;
}
header{
    background-color: #ffffff;
    color: #000;
    display: block;
	width: 100%;
    padding-right: 0 !important;
    margin-right: 0 !important;
    z-index: 5;
    -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%);
    position: fixed !important;
    top:0;
    right: 0;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out, top 0.2s ease-in-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out, top 0.2s ease-in-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out, top 0.2s ease-in-out;
    transition: opacity 0.3s linear, right 0.3s ease-out, top 0.2s ease-in-out;
}
.no-image header, .no-image .main-navigation .bottom-row{
    box-shadow: none;
}
.no-image header{
    border-bottom: 2px solid #fff;
}
.no-image .section-menu{
    border-top: none;
    padding-top: 13px;
}
.nav-up {
    top: -190px;
}
.alert-visible .nav-up {
    top: -350px;
}
.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;
    bottom: 0;
}
.off-screen-nav .tabpanel-set {
    margin: 50px 25px 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: #fff;
    font-size: 1.875rem;
}
.off-screen-nav .nav-link .fa-regular {
    margin-right: 10px;
    color: #daa900;
    width: 20px;
    text-align: center;
    font-size: 1.25rem;
}
.off-screen-nav .nav-link {
    color: #fff;
    font-size: 1.125rem;
    font-weight: 500;
    text-decoration: none;
    padding: 8px 0;
    display: inline-block;
    position: relative;
}
.off-screen-nav .nav-link:hover, .off-screen-nav .nav-link:focus{
    color: #daa900;
}
.off-screen-nav .nav {
    display: block;
}
.off-screen-nav .auxnav {
    margin-bottom: 50px;
}
.off-screen-nav .row .col-12.col-xl-10.offset-xl-1{
    position: relative;
}
.off-screen-nav .close{
    right: 25px;
    top: 45px;
    color: #fff;
    font-size: 1.125rem;
    font-weight: 700;
}
.off-screen-nav .close:hover, .off-screen-nav .close:focus, .menu-close.btn:hover, .close:hover, .menu-close:hover, .close:focus, .menu-close:focus{
    color: #daa900;
}
.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 {
	width: 100%;
	font-size: 0;
	position: static;
	}
.main-navigation .nav li{
    position: static;
}
.main-navigation .nav li a {
    padding: 20px;
    color: #fff;
    font-size: 1rem;
    text-decoration: none;
    position: relative;
    font-weight: 400;
    display: inline-block;
}
.main-navigation .aux .nav li a{
    font-size: 0.906rem;
    padding: 20px 10px;
    color: #fff;
    font-weight: 500;
}
.main-navigation .aux .nav li.dropdown .dropdown-menu a{
    color: #a6192e;
    text-transform: none;
    font-weight: 400;
    padding: .25rem;
    margin: 0;
}
.main-navigation .bottom-row{
    background-color: #a6192e;
    -webkit-box-shadow: 0px 4px 15px 0px rgb(0 0 0 / 25%);
    -moz-box-shadow: 0px 4px 15px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 4px 15px 0px rgb(0 0 0 / 25%);
}
.main-navigation .bottom-row .dropdown-menu {
    color: #000;
    border: none;
    border-radius: 0;
    padding: 1rem .5rem;
    margin: 0;
    background-color: #fff;
}
.main-navigation .bottom-row .dropdown-menu.mega {
    width: 100%;
}
.main-navigation .aux .dropdown-menu{
    color: #000;
    border: none;
    border-radius: 0;
    padding: .5rem;
    margin: 0;
    background-color: #F3F3F3;
}
.main-navigation .bottom-row .dropdown-menu a{ 
    font-size: 0.875rem;
    font-weight: 500;
    display: block;
    }
.main-navigation .bottom-row .dropdown-menu .menu-heading {
    font-weight: 700;
    font-size: 1.5rem;
    position: relative;
    display: inline-block;
    padding: 0;
    color: #003057;
    margin-top: 0;
    margin-bottom: 0;
}
.main-navigation .bottom-row .dropdown-menu .menu-heading .fa-angle-right{
    color: #DAA900;
}
.main-navigation .bottom-row .dropdown-menu h3.menu-heading{
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 1.313rem;
    line-height: 1.25;
}
.main-navigation .dropdown-toggle::after {
    border: none;
}
.close, .menu-close, .closeSearch {
    color: #DAA900;
    font-size: 2.125rem;
    position: absolute !important;
    display: block;
    top: 5px;
    right: 15px;
    background-color: transparent;
    min-width: unset;
    border: none;
    padding: .375rem .75rem;
    width: auto !important;
    margin: 0 !important;
}
.closeSearch{
    color: #fff;
    left: 0;
    top: -60px;
    text-align: left;
}
.closeSearch:hover, .closeSearch:focus{
    color: #DAA900;
}
#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: 184px;
}
.search-modal-open .modal-backdrop {
    z-index: 4;
}
#site-search .modal-content{
    background-color: #003057;
    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";
}
.search-modal-open .modal-backdrop {
    display: none;
    opacity: 0;
    background-color: transparent;
}
#site-search form{
    width: 100%;
    position: relative;
}
.program-search {
    width: 55%;
    display: block;
    margin: 0 auto !important;
    position: relative;
}
.ebscohostCustomSearchBox{
    width: 100%;
    display: block;
    margin: 0 auto !important;
    position: relative;
}
#site-search .form-text{
    width: 100%;
    font-size: 1.875rem;
    background: transparent !important;
    color: #fff !important;
    border-bottom: 2px solid #daa900;
    padding: 0 0 15px 0;
    margin-bottom: 15px;
    border-radius: 0px;
}
.program-search .form-text{
    width: 100%;
    font-size: 1.875rem;
    background: transparent !important;
    color: #fff !important;
    border-bottom: 2px solid #fff;
    padding: 0 0 15px 0;
    margin-bottom: 15px;
    border-radius: 0px;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    text-transform: uppercase;
}
.ebscohostCustomSearchBox .form-text{
    width: 100%;
    font-size: 1.25rem;
    background: transparent !important;
    color: #65646A !important;
    border-bottom: 2px solid #daa900;
    padding: 0 0 15px 0;
    margin-bottom: 15px;
    border-radius: 0px;
    font-weight: 300;
    font-style: italic;
}
#site-search .form-submit, .program-search .form-submit {
    border: 0;
    color: #fff;
    position: absolute;
    bottom: 25px;
    right: 0;
    background-color: transparent;
    font-size: 2.1875rem;
    text-align: right;
    width: 50px;
}
.ebscohostCustomSearchBox .form-submit {
    border: 0;
    color: #63666A;
    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, .program-search .form-submit:hover, .program-search .form-submit:focus,
.ebscohostCustomSearchBox .form-submit:hover, .ebscohostCustomSearchBox .form-submit:focus{
    color: #daa900;
}
#site-search form input[type=text], #site-search form input.form-text, .program-search [type=text], .program-search .form-text {
    font-weight: 400 !important;
	color: #fff;
    font-size: 1.875rem;
    border-top: none;
    border-left: none;
    border-right: none;
}
.ebscohostCustomSearchBox [type=text], .ebscohostCustomSearchBox .form-text {
    font-weight: 300 !important;
	color: #65646A;
    font-size: 1.25rem;
    border-top: none;
    border-left: none;
    border-right: none;
    font-style: italic;
}
#site-search .form-text:focus, .program-search .form-text:focus, .ebscohostCustomSearchBox .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;
}
.program-search ::-webkit-input-placeholder {
    color: #fff;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    text-transform: uppercase;
}
.program-search ::-moz-placeholder {
    color: #fff;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    text-transform: uppercase;
}
.program-search ::-ms-placeholder {
    color: #fff;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    text-transform: uppercase;
}
.program-search ::placeholder {
    color: #fff;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    text-transform: uppercase;
}
.ebscohostCustomSearchBox ::-webkit-input-placeholder {
    color: #65646A;
    font-weight: 300;
}
.ebscohostCustomSearchBox ::-moz-placeholder {
    color: #65646A;
    font-weight: 300;
}
.ebscohostCustomSearchBox ::-ms-placeholder {
    color: #65646A;
    font-weight: 300;
}
.ebscohostCustomSearchBox ::placeholder {
    color: #65646A;
    font-weight: 300;
}
#site-search .btn{
    font-size: 1rem;
}
#site-search .justify-content-between .btn:first-of-type{
    margin-left: 0;
}
#site-search .justify-content-between .btn:last-of-type{
    margin-right: 0;
}
.site-navigation h2{
    font-weight: 700;
    font-size: 1.4375rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 2rem;
    text-transform: uppercase;
    margin-top: 20px;
}
.site-navigation .mobile-quicklinks h2{
    color: #003057;
    padding-top: 0;
    padding-left: 0;
}
.site-navigation .mobile-quicklinks .bg-blue h2, .main-navigation .mobile-quicklinks .bg-blue .auxnav .nav .nav-link{
    color: #fff;
}
.main-navigation .mobile-quicklinks {
    color: #a6192e;
}
.main-navigation .mobile-quicklinks .auxnav .nav{
    display: block;
}
.main-navigation .mobile-quicklinks .nav .nav-link {
    color: #a6192e;
    font-size: 1.125rem;
    font-weight: 500;
    text-decoration: none;
    padding: 8px 0;
    display: block;
}
.main-navigation .mobile-quicklinks .nav .nav-link .fa-regular {
    margin-right: 10px;
    color: #daa900;
    width: 20px;
    text-align: center;
    font-size: 1.25rem;
}
.search-modal-open{
    overflow: visible;
}
.modal-open-menu-mobile .modal-backdrop {
    background-color: #000000;
}
.modal-content{
    border: none;
}
.breadcrumb{
    margin: 25px 0;
    font-size: 0.875rem;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 1);
}
.breadcrumb a {
    color: #ffffff;
}
.breadcrumb-item.active {
    color: #ffffff;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #000;
}
.hero-image-feature .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}
.content .breadcrumb .breadcrumb-item{
    margin-bottom: 0;
}
.section-menu {
    background-color: #a6192e;
    color: #fff;
    width: 100%;
    padding: 10px 0;
    border-top: 2px solid #fff;
}
.navbar-dark .navbar-collapse {
    position: absolute;
    background-color: #a6192e;
    top: 57px;
    width: 270px;
    z-index: 3;
    -webkit-box-shadow: 0 12px 10px rgb(0 0 0 / 5%);
    box-shadow: 0 12px 10px rgb(0 0 0 / 5%);
}
.side-nav-heading {
    font-size: 1.25rem;
    color: #a6192e;
    margin: 0;
    text-transform: uppercase;
    padding: 15px 24px;
    border-bottom: 1px solid #fff;
    border-left: 0px;
    border-right: 0px;
    background-color: #f3f3f3;
    font-weight: 400;
    border-top: 2px solid #a6192e;
}
.side-nav-heading a{
    color: #a6192e;
    text-decoration: none;
}
.side-nav-heading a:hover, .side-nav-heading a:focus{
    color: #316094;
    text-decoration: none;
}
#sidebar .navbar {
    width: 100%;
    padding: 0;
}
#sidebar .navbar-brand {
    font-size: 1rem;
    font-weight: 500;
    padding-left: 20px;
}
.section-menu .navbar-brand {
    font-size: 2rem;
    font-weight: 400;
    margin: 0;
}
#sidebar .navbar .navbar-toggler {
    color: rgba(0, 0, 0, 0);
    font-size: 1.25rem;
    padding: 15px;
    border: none;
}
.section-menu .navbar .navbar-toggler {
    color: rgba(255, 255, 255, 1);
    font-size: 1.25rem;
    border: none;
    position: relative;
    left: 40px;
    padding: 0;
}
.section-menu .navbar .navbar-toggler:focus{
    box-shadow: none;
}
#sidebar #side-nav-accordion {
    margin-bottom: 30px;
}
#sidebar .navbar .nav-item:first-child, .section-menu .navbar .nav-item:first-child{
    border-top: none;
}
#sidebar .navbar .nav-link, .section-menu .navbar .nav-link{
    color: #000;
    font-size: 1rem;
    text-decoration: none;
    padding: 15px 35px 15px 24px;
    line-height: 19px;
    border-bottom: 1px solid #fff;
	border-left: 0px;
    border-right: 0px;
    background-color: #f3f3f3;
    font-weight: 400;
}
#sidebar .navbar .nav-item:last-child .nav-link, .section-menu .navbar .nav-item:last-child .nav-link{
    padding-bottom: 20px;
}
#sidebar .navbar .nav-link:hover, #sidebar .navbar .nav-link:focus,
.section-menu .navbar .nav-link:hover, .section-menu .navbar .nav-link:focus{
	color: #316094;
    background-color: #E7E7E7;
}
#sidebar .navbar .nav-item, .section-menu .navbar .nav-item{
	margin: 0;
    border-left: 0px;
    border-right: 0px;
	position: relative;
    display: block;
    width: 100%;
}
#sidebar .navbar .row{
    width: 100%;
}
#sidebar .navbar .nav-item .navbar-nav, .section-menu .navbar .nav-item .navbar-nav{
	background-color: #f3f3f3;
}
#sidebar .navbar .nav-item .nav-item .nav-link, .section-menu .navbar .nav-item .nav-item .nav-link{
    font-size: 15px;
    padding: 10px 15px 10px 30px;
    border: none;
    color: #000;
    font-weight: 400;
    background-color: #fafafa;
}
#sidebar .navbar .nav-item .nav-item:first-child .nav-link, .section-menu .navbar .nav-item .nav-item:first-child .nav-link{
    padding-top: 15px;
}
#sidebar .navbar .nav-item .nav-item:last-child .nav-link, .section-menu .navbar .nav-item .nav-item:last-child .nav-link{
    padding-bottom: 15px;
}
#sidebar .navbar .nav-item .nav-item .nav-link:hover, #sidebar .navbar .nav-item .nav-item .nav-link:focus,
.section-menu .navbar .nav-item .nav-item .nav-link:hover, .section-menu .navbar .nav-item .nav-item .nav-link:focus {
    background-color: #E7E7E7;
    color: #316094;
}
#sidebar .navbar .nav-item .nav-item .nav-item .nav-link, .section-menu .navbar .nav-item .nav-item .nav-item .nav-link{
    font-size: .875rem;
    padding: 10px 15px 10px 50px;
}
#sidebar .navbar .nav-item .nav-item:first-child .nav-link, .section-menu .navbar .nav-item .nav-item:first-child .nav-link{
	border-top: none;
}
#sidebar .navbar .nav-item .nav-link[data-bs-toggle]::after,
.section-menu .navbar .nav-item .nav-link[data-bs-toggle]::after{
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    content: "\2b";
    font-size: 1rem;
    color: #daa900;
    position: absolute;
    top: 16px;
    right: 20px;
}
#sidebar .navbar .nav-item .nav-link[aria-expanded="true"]::after,
.section-menu .navbar .nav-item .nav-link[aria-expanded="true"]::after{
	content: "\f068";
}
#sidebar .navbar .nav-item .nav-item .nav-link::after,
.section-menu .navbar .nav-item .nav-item .nav-link::after{
    content: none;
}
#sidebar .navbar .nav-item ul, .section-menu .navbar .nav-item ul{
	margin-left: 0 !important;
}
.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;
    overflow: hidden;
    background-color: #000;
    min-height: 600px;
    color: #fff;
    display: flex;
    align-items: center;
}
.section-with-background.bg-light{
    background-color: #fff;
    color: #63666A;
}
.section-with-background.bg-light h2, .section-with-background.bg-light h3, .section-with-background.bg-light h4, .section-with-background.bg-light h5, .section-with-background.bg-light h6{
    color: #003057;
    text-shadow: none;
}
.section-with-background.bg-light p {
    color: #63666A;
    text-shadow: none;
}
.section-with-background.bg-light a {
    color: #316094;
    text-shadow: none;
}
.section-with-background.bg-light a.arrow-link {
    color: #a6192e;
    text-shadow: none;
}
.section-with-background.bg-light a.arrow-link:hover, .section-with-background.bg-light a.arrow-link:focus{
    color: #316094;
    text-decoration: none;
}
.section-with-background.bg-light .btn {
    color: #fff;
    text-shadow: none;
}
.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;
    text-shadow: 0px 3px 7px rgba(0,0,0,0.3);
}
.section-with-background .bg-white h2, .section-with-background .bg-white h3, .section-with-background .bg-white h4, .section-with-background .bg-white h5, .section-with-background .bg-white h6, .section-with-background .bg-white p, .section-with-background .bg-white a{
    text-shadow: none;
}
.section-with-background .bg-white h2, .section-with-background .bg-white h3, .section-with-background .bg-white h4, .section-with-background .bg-white h5, .section-with-background .bg-white h6{
    color: #003057;
}
.section-with-background .bg-white p{
    color: #63666A;
}
.section-with-background .bg-white a{
    color: #a6192e;
}
.section-with-background .bg-white .btn-default{
    color: #fff;
}
.section-with-background .btn{
    color: #fff;
    text-shadow: none;
}
.section-with-background .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(38deg, rgba(0,0,0,0.8015581232492998) 0%, rgba(0,0,0,0.20211834733893552) 50%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(38deg, rgba(0,0,0,0.8015581232492998) 0%, rgba(0,0,0,0.20211834733893552) 50%, rgba(0,0,0,0) 100%);
    background: linear-gradient(38deg, rgba(0,0,0,0.8015581232492998) 0%, rgba(0,0,0,0.20211834733893552) 50%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.section-with-background .overlay-right{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(68deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.20211834733893552) 50%, rgba(0,0,0,0.8015581232492998) 100%);
    background: -webkit-linear-gradient(68deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.20211834733893552) 50%, rgba(0,0,0,0.8015581232492998) 100%);
    background: linear-gradient(68deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.20211834733893552) 50%, rgba(0,0,0,0.8015581232492998) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.section-with-background .container{
    position: relative;
    z-index: 1;
}
.parallax-bg {
    background-attachment: fixed;
    display: flex;
    align-items: center;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    min-height: 450px;
}
.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    background-color: rgba(0,0,0,.8);
    color: #fff;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    overflow: visible;
    margin-top: 30px;
    margin-bottom: 30px;
    height: 4px !important;
    background-color: #e6e6e6;
    opacity: 1;
    clear: both;
}
hr.white{
    background-color: #ffffff;
}
.lead {
    font-size: 1.25rem;
    font-weight: 400;
}
.height-20 {
    min-height: 20vh !important;
}
.height-30 {
    min-height: 30vh !important;
}
.height-40 {
    min-height: 40vh !important;
}
.opacity-10 {
    opacity: 0.1;
    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-20 {
    opacity: 0.2;
    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-30 {
    opacity: 0.3;
    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-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 li:first-child {
    padding-left: 0;
}
.icon-set li {
    padding: 0;
    max-width: 200px;
    position: relative;
}
.icon-set .icon {
    display: flex;
    margin: 10px auto;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background-color: #f3f3f3;
    color: #000;
    padding: 15px;
    transition: background-color 0.5s ease;
}
.icon-set .icon img{
    max-width: 100px;
    display: block;
    margin: 0 auto;
}
.icon-set a{
    text-decoration: none;
    font-weight: normal;
}
.icon-set a:hover .icon, .icon-set a:focus .icon, .icon-carousel a:hover .icon, .icon-carousel a:focus .icon,
.icon-carousel-two-column a:hover .icon, .icon-carousel-two-column a:focus .icon{
    background-color: #fff;
}
.icon-set .icon span {
    display: table-cell;
    vertical-align: middle;
}
.icon-set .icon-text {
    text-align: center;
    margin: 0 auto;
    font-size: 1.125rem;
    color: #000;
    padding: 10px 0;
}
/*Numbered Step List*/
.numbered-steps {
    margin-left: 0;
	padding-left: 0px;
    padding-right: 0;
    list-style-type: none;
}
.numbered-steps li {
    counter-increment: step-counter;
    margin-bottom: 10px;
    position: relative !important;
    min-height: 45px;
    padding: 15px 0 15px 60px;
}
.numbered-steps li::before {
    content: counter(step-counter);
    font-family: 'Roboto Slab', serif;
    margin-right: 15px;
    font-weight: 400;
    border-radius: 50%;
    color: #fff;
    background-color: #a6192e;
    width: 45px;
    height: 45px;
    font-size: 1.875rem;
    line-height: 43px;
    text-align: center;
    position: absolute;
    left: 0;
    padding: 0;
    top: 50%;
    transform: translate(0, -50%);
}
/*.numbered-steps li::after{
    content: "";
    width: 55px;
    height: 55px;
    position: absolute;
    left: -5px;
    top: 50%;
    transform: translate(0, -50%);
    border: 1px solid #daa900;
    border-radius: 50%;
}*/
.numbered-steps li a{
    color: #a6192e;
}
/*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 6 Pro";
    font-weight: 400;
    font-size: 1.125rem;
    width: 20px;
    text-align: center;
    line-height: 22px;
    color: #daa900;
}
.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";
}
.contact-list li.pronouns:before{
	content: "\f007"
}
/*Resource List*/
.content .resource-list {
    list-style: none;
    margin: 20px auto;
    padding-left: 0;
    font-weight: 700;
}
.content .resource-list li {
    display: block;
    clear: both;
    /*margin: 10px 0 !important;
    padding-bottom: 10px;*/
	margin: 0 0 10px;
	padding: 10px 0;
    position: relative;
}
.content .resource-list li a {
    text-decoration: none;
    color: #a6192e;
}
.content .resource-list li:after {
    content: "";
    position: absolute;
    height: 2px;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #e6e6e6;
}
.content .resource-list li:before {
    content: "";
    position: absolute;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #daa900;
    visibility: hidden;
    width: 0;
    transition: width .35s ease-out,visibility .35s ease-out;
    z-index: 1;
    padding: 0;
    top: unset;
    right: unset;
}
.content .resource-list li:hover:before,
.content .resource-list li:focus:before {
    visibility: visible;
    width: 100%;
}
/*Arrow List*/
.arrow-list {
    list-style: none;
    margin-top: 25px;
    margin-bottom: 25px;
    position: relative;
    padding: 0;
    font-size: 1.125rem;
}
.main-navigation .arrow-list{
    margin-top: 15px;
    margin-bottom: 0;
}
.arrow-list li,
.content ul.arrow-list li {
    display: block;
    clear: both;
    line-height: 1.45;
    /*margin: 10px 0 !important;*/
	margin: 10px 0;
}
.main-navigation .arrow-list li{
   margin: 0 !important; 
}
.arrow-list li a, .arrow-link{
    text-decoration: none;
    color: #a6192e;
}
.arrow-list li a:hover, .arrow-list li a:focus, .arrow-link:hover, .arrow-link:focus{
    text-decoration: underline;
    color: #316094;
}
.arrow-list li:after, .arrow-link:after {
    content: "\f138";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    font-size: 1rem;
    position: relative;
    right: -3px;
    color: #DAA900;
}
.arrow-link:after{
    top: 2px;
}
.main-navigation .bottom-row .dropdown-menu .arrow-list li:after{
    top: 1px;
    font-size: 0.875rem;
}
.text-left{
    text-align: left;
}
/*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: 30px auto;
}
.gallery-slider.slick-dotted.slick-slider {
    margin-bottom: 60px;
}
.gallery-slider .slide{
    position: relative;
}
.gallery-slider .slide img{
    width: 100%;
}
.gallery-slider .slick-next {
    right: 0;
}
.gallery-slider .slick-next:before {
    content: '\f054';
}
.gallery-slider .slick-prev {
    left: inherit;
    right: 45px;
    z-index: 1;
}
.gallery-slider .slick-prev:before {
    content: '\f053';
}
.gallery-slider .slick-prev:before, .gallery-slider .slick-next:before {
    font-size: 36px;
    opacity: 1;
    font-family: "Font Awesome 6 Pro" !important;
    font-weight: 400;
    color: #daa900;
}
.gallery-slider .slick-prev,  .gallery-slider .slick-next {
    top: inherit;
    bottom: -85px;
    width: 35px;
    height: 55px;
    color: #a6192e;
}
.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: #a6192e;
}
.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, 0, 0, .75);
}
.gallery-slider .carousel-caption h1, .gallery-slider .carousel-caption h2, .gallery-slider .carousel-caption h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.125rem;
    line-height: 26px;
    margin: 0;
    color: #fff !important;
    font-weight: 700;
    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 6 Pro" !important;
    content: "\f111" !important;
    font-weight: 900;
    display: block;
    opacity: 1;
    color: #daa900;
    font-size: 14px;
}
.gallery-slider .slick-dots li.slick-active button:before{
    content: "\f111" !important;
    opacity: 1;
    color: #a6192e;
}
.slick-dots li button:focus {
    outline: 1px solid #a6192e;
}
.widget-carousel img{
    display: block;
    margin: 20px auto;
    text-align: center;
}
.widget-carousel .widget-image img{
    box-shadow: 0px 7px 18px 0px rgb(119 119 119 / 32%);
}
.widget-carousel .widget-text{
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    font-size: 1.5rem;
}
.widget-carousel .widget-text h3{
   font-size: 2rem; 
}
.widget-carousel .widget-text h4{
   font-size: 1.875rem; 
}
/*Cards*/
.card.plain {
    background-color: transparent;
}
.card {
    border-radius: 0;
    margin-bottom: 20px;
    border: none;
    min-height: 160px;
}
.card.bordered{
    border: 2px solid #E6E6E6;
}
.card-header{
    background-color: #a6192e;
    color: #fff;
    border-radius: 0 !important;
    font-size: 2rem;
    padding: 1rem;
}
.card-header h2, .card-header h3{
    color: #fff;
    display: inline-block;
    text-transform: none;
    margin: 0;
}
.card-header .fa-regular{
    color: #daa900;
}
.card h2, .card h3, .card h4, .card h5, .card h6{
    margin-top: 0;
}
.card .resource-list.two-column{
    padding: 0 40px;
}
.card .image-overlay {
    padding-top: 70%;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.card .image-overlay .card-img-top {
    background-size: cover;
    background-position: 50%;
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}
.card.plain .card-body {
    padding: 1.25rem 0;
}
.card-body {
    padding: 1.5rem;
}
.shadow {
    box-shadow: 0 .125rem 1rem rgba(0,0,0,.15)!important;
}
.card-background {
    width: 100%;
    overflow: hidden;
    margin: 0;
}
.card-background .card-body h2, .card-background .card-body h3, .card-background .card-body h4, .card-background .card-body p, .card-background .card-body a{
    color: #fff;
}
.card-background .card-body {
    text-align: left;
    position: absolute;
    bottom: 30px;
    z-index: 1;
    width: 100%;
    color: #fff;
}
.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-585 .card-body{
    min-height: 585px;
}
.equal-550 .card-body{
    min-height: 550px;
}
.equal-500 .card-body{
    min-height: 500px;
}
.equal-460 .card-body{
    min-height: 460px;
}
.equal-415 .card-body{
    min-height: 415px;
}
.equal-300 .card-body{
    min-height: 300px;
}
.equal-260 .card-body{
    min-height: 260px;
}
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;
}
.card-carousel .slick-next:before, .spotlight-carousel .slick-next:before, .icon-carousel .slick-next:before, .icon-carousel-two-column .slick-next:before, .widget-carousel .slick-next:before{
    content: '\f054';
}
.card-carousel .slick-prev:before, .spotlight-carousel .slick-prev:before, .icon-carousel .slick-prev:before, .icon-carousel-two-column  .slick-prev:before, .widget-carousel  .slick-prev:before{
    content: '\f053';
}
.card-carousel .slick-prev:before, .card-carousel .slick-next:before,
.spotlight-carousel .slick-prev:before, .spotlight-carousel .slick-next:before,
.icon-carousel .slick-prev:before, .icon-carousel .slick-next:before,
.icon-carousel-two-column .slick-prev:before, .icon-carousel-two-column .slick-next:before,
.widget-carousel .slick-prev:before, .widget-carousel .slick-next:before{
    font-size: 52px;
    opacity: 1;
    font-family: "Font Awesome 6 Pro" !important;
    font-weight: 400;
    color: #daa900;
}
.card-carousel .slick-prev,  .card-carousel .slick-next,
.spotlight-carousel .slick-prev,  .spotlight-carousel .slick-next,
.icon-carousel .slick-prev,  .icon-carousel .slick-next,
.icon-carousel-two-column .slick-prev,  .icon-carousel-two-column .slick-next,
.widget-carousel .slick-prev,  .widget-carousel .slick-next{
    width: 55px;
    height: 55px;
    color: #a6192e;
    z-index: 1;
}
.spotlight-carousel .slick-prev,  .spotlight-carousel .slick-next{
    color: #fff;
}
.card-carousel .slick-prev,
.spotlight-carousel .slick-prev,
.icon-carousel .slick-prev,
.widget-carousel .slick-prev{
    left: -55px;
}
.icon-carousel-two-column .slick-prev{
    left: 0;
}
.card-carousel .slick-next,
.spotlight-carousel .slick-next,
.icon-carousel .slick-next,
.widget-carousel .slick-next{
    right: -55px;
}
.icon-carousel-two-column .slick-next{
    right: 0;
}
.card-carousel .slick-prev:hover:before, .card-carousel .slick-next:hover:before, .card-carousel .slick-prev:focus:before, .card-carousel .slick-next:focus:before,
.icon-carousel .slick-prev:hover:before, .icon-carousel .slick-next:hover:before, .icon-carousel .slick-prev:focus:before, .icon-carousel .slick-next:focus:before,
.icon-carousel-two-column .slick-prev:hover:before, .icon-carousel-two-column .slick-next:hover:before, .icon-carousel-two-column .slick-prev:focus:before, .icon-carousel-two-column .slick-next:focus:before,
.widget-carousel .slick-prev:hover:before, .widget-carousel .slick-next:hover:before, .widget-carousel .slick-prev:focus:before, .widget-carousel .slick-next:focus:before{
    color: #a6192e;
}
.spotlight-carousel .slick-prev:hover:before, .spotlight-carousel .slick-next:hover:before, .spotlight-carousel .slick-prev:focus:before, .spotlight-carousel .slick-next:focus:before{
    color: #fff;
}
/*Spotlight Carousel*/
.spotlight-wrapper{
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 95%;
    justify-content: center;
    background-color: #000;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.15); 
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.15);
    overflow: hidden;
}
.spotlight-quote {
    font-size: 1rem;
    padding: 20px;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
/*Icon Carousel*/
.icon-carousel .slide, .icon-carousel-two-column .slide {
    text-align: center;
}
.icon-carousel .icon, .icon-carousel-two-column .icon {
    display: flex;
    flex-direction: column;
    margin: 10px auto;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    background-color: #fff;
    color: #003057;
    padding: 15px;
    text-align: center;
    border: 4px solid #daa900;
    align-items: center;
    justify-content: center;
}
.icon-carousel a, .icon-carousel-two-column a{
    font-weight: 500;
    text-decoration: none;
}
.icon-carousel .icon img, .icon-carousel-two-column .icon img{
    max-width: 100px;
    display: block;
    margin: 0 auto;
}
.icon-carousel a:hover .icon-text, .icon-carousel a:focus .icon-text,
.icon-carousel-two-column a:hover .icon-text, .icon-carousel-two-column a:focus .icon-text,
.icon-set a:hover .icon-text, .icon-set a:focus .icon-text{
    color: #316094;
}
.icon-carousel .icon span, .icon-carousel-two-column .icon span {
    display: table-cell;
    vertical-align: middle;
    font-size: 4.25rem;
    text-align: center;
}
.icon-carousel .icon h2, .icon-carousel-two-column .icon h2{
    margin-top: 10px;
    margin-bottom: 0;
    color: #a6192e;
}
.icon-carousel .icon-text, .icon-carousel-two-column .icon-text {
    text-align: center;
    margin: 0 auto;
    font-size: 1.125rem;
    color: #63666a;
    padding: 10px 30px;
}
.icon-carousel .icon-text h2, .icon-carousel .icon-text h3, .icon-carousel .icon-text h4,
.icon-carousel-two-column .icon-text h2, .icon-carousel-two-column .icon-text h3, .icon-carousel-two-column .icon-text h4,
.icon-set .icon-text h2, .icon-set .icon-text h3, .icon-set.icon-text h4{
    text-transform: uppercase;
    color: #003057;
    font-size: 1.125rem;
}
.icon-carousel a:hover .icon-text h2, .icon-carousel a:hover .icon-text h3, .icon-carousel a:hover .icon-text h4,
.icon-carousel a:focus .icon-text h2 , .icon-carousel a:focus .icon-text h3 , .icon-carousel a:focus .icon-text h4,
.icon-carousel-two-column a:hover .icon-text h2, .icon-carousel-two-column a:hover .icon-text h3, .icon-carousel-two-column a:hover .icon-text h4,
.icon-carousel-two-column a:focus .icon-text h2 , .icon-carousel-two-column a:focus .icon-text h3 , .icon-carousel-two-column a:focus .icon-text h4,
.icon-set a:hover .icon-text h2, .icon-set a:hover .icon-text h3, .icon-set a:hover .icon-text h4,
.icon-set a:focus .icon-text h2 , .icon-set a:focus .icon-text h3 , .icon-set a:focus .icon-text h4{
    color: #316094;
}
.video-feature, .hero-image-feature{
    width: 100%;
    height: 500px;
    left: 0;
    top: 0;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-color: #000;
    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.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-image-feature .container{
    position: relative;
    z-index: 1;
}
.hero-image-feature .page-title, .hero-image-feature .featured-news-title{
    font-size: 3rem;
    text-align: left;
    color: #ffffff;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 1);
    margin-bottom: 60px;
    text-transform: uppercase;
}
.hero-image-feature .featured-news-title{
    text-transform: none;
    margin-bottom: 30px;
}
.hero-image-feature .featured-news-title:after{
    content: "";
    height: 5px;
    background-color: #003057;
    position: relative;
    top: 15px;
    left: 0;
    display: block;
    width: 120px;
}
.hero-image-feature p{
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 60px;
}
.hero-image-feature.no-image, .no-image .hero-image-feature{
    height: auto;
    background-color: #fff;
}
.hero-image-feature.no-image .page-title, .hero-image-feature.no-image .featured-news-title,
.no-image .hero-image-feature .page-title, .no-image .hero-image-feature .featured-news-title{
    text-shadow: none;
    color: #003057;
    border-bottom: 4px solid #f3f3f3;
    padding-bottom: 30px;
    margin-bottom: 0;
}
.hero-image-feature.no-image .overlay, .no-image .hero-image-feature .overlay{
    display: none;
}
.hero-image-feature.no-image .breadcrumb, .no-image .hero-image-feature .breadcrumb{
    text-shadow: none;
}
.hero-image-feature.no-image .breadcrumb a, .no-image .hero-image-feature .breadcrumb a{
    color: #a6192e;
}
.hero-image-feature.no-image .breadcrumb-item+.breadcrumb-item::before,
.no-image .hero-image-feature .breadcrumb-item+.breadcrumb-item::before{
    color: #daa900;
}
.hero-image-feature.no-image .breadcrumb-item.active, .no-image .hero-image-feature .breadcrumb-item.active {
    color: #707070;
}
.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,0,0,0.4);
}
#video-modal .modal-body {
    position: relative;
    padding: 0px;
}
#video-modal .modal-dialog {
    width: 100%;
}
.video-modal-open .modal-backdrop.show {
    opacity: .75;
    display: block;
    background-color: #000;
}
.load-video {
    top: 50%;
    left: 50%;
    z-index: 1;
    cursor: pointer;
    position: absolute;
    text-align: center;
    border: none;
    background: transparent;
    color: #fff;
    font-size: 8rem;
    transform: translate(-50%, -50%);
}
#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: #a6192e;
    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 #daa900;
    font-size: 1.125rem;
}
.video-holder .video-caption-button .fa-info{
    text-align: center;
    display: block;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 20px;
    height: 20px; 
}
.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-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: #daa900;
}
#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;
    margin-bottom: 15px
}
.accordion-header {
    margin: 0;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}
.accordion-button{
    font-size: 1.375rem;
    font-weight: 700;
    color: #a6192e;
    border-radius: 0px;
    border: none;
    padding: 20px 20px 20px 45px;
    background-color: #F3F3F3;
}
.accordion-button:hover, .accordion-button:focus{
    color: #fff;
    background-color: #a6192e;
}
.accordion-button:hover::after, .accordion-button:focus::after{
    color: #fff;
}
.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: #fff;
    background-color: #a6192e;
}
.accordion .accordion-item .accordion-body{
    padding:30px;
    background-color: #ffff;
    border: 2px solid #f8f9fa;
}
.accordion .accordion-item .accordion-body > p:only-of-type {
    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 6 Pro";
    font-weight: 400;
    content: "\2b";
    font-size: 1.563rem;
    color: #daa900;
    line-height: 1;
    left: 12px;
    top: 18px;
    position: absolute;
    background-image: none;
}
.accordion-button:not(.collapsed)::after {
    background-image: none;
    transform: rotate(45deg);
}
.accordion-button-link{
    text-decoration: none;
    position: relative;
    display: inline-block;
}
.pathways-accordion{
    text-align: center;
    margin: 15px auto;
    display: block;
}
.pathways-accordion .accordion-item{
   background-color: #63666a; 
}
.pathways-accordion .accordion-button{
    text-align: center;
    background-color: #63666a;
    color: #fff;
    padding: 20px 45px 20px 20px;
    display: block;
    margin: 0 auto;
    width: auto;
    box-shadow: none;
}
.pathways-accordion .accordion-button::after{
    left: unset;
    right: 10px;
    font-size: 1.25rem;
    top: 22px;
}
.pathways-accordion .accordion-item .accordion-body{
    background-color: transparent;
    border: none;
    padding: 0;
}
/*Tabs*/
.tabs .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    border-bottom: 4px solid #a6192e;
	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 6 Pro";
    font-weight: 400;
    content: "\f078";
    position: absolute;
    font-size: 35px;
    color: #daa900;
    bottom: -50px;
    left: 50%;
    transform: translate(-50%,0);
}
.tabs .nav-tabs .nav-link {
    border: none;
    border-radius: 0;
	font-size: 1.625rem;
	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: #003057;
}
.tabs .nav-tabs .nav-link.active:hover {
	border-bottom-color: #a6192e;
}
.tabs .tab-content {
	text-align: left;
    padding: 40px 20px;
    background-color: #fff;
    margin-bottom: 20px;
}
.tabs .tab-content h3 {
	margin: 20px 0;
    color: #63666a;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: none;
}
.vertical-tabs .nav-pills .nav-link{
    border-radius: 0;
    width: 256px;
    padding: 1rem;
    font-size: 1.125rem;
    border: 1px solid #a6192e;
    background-color: #fff;
    color: #a6192e;
    margin-bottom: 15px;
}
.vertical-tabs .nav-pills .nav-link.active, .vertical-tabs .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #a6192e;
    font-weight: 700;
}
.vertical-tabs .tab-content{
    padding: 20px 20px 20px 100px;
}
thead{
    background-color: #a6192e;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
}
.featured-news .card a{
    text-decoration: none;
    color: #63666A;
}
.news-events-header {
    position: relative;
    margin-bottom: 40px;
}
.news-events-header .news, .news-events-header .events {
    font-size: 1.125rem;
    color: #a6192e;
    text-align: right;
    text-decoration: none;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 400;
}
.news-events-header .news:after, .news-events-header .events:after{
    content: "\f138";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    font-size: 1rem;
    position: relative;
    right: -5px;
    color: #DAA900;
}
.news-events-header .news:hover, .news-events-header .news:focus, .news-events-header .events:hover, .news-events-header .events:focus {
    color: #316094;
}
.featured-news .card-body{
    min-height: 145px;
}
.featured-news .card-body h3{
    color: #a6192e;
    font-weight: 700;
    font-size: 1.5rem;
    font-family: 'Roboto', sans-serif;
    text-transform: none;
    line-height: 1.5;
}
.featured-news a:hover .card-body h3, .featured-news a:focus .card-body h3{
    color: #316094;
}
.meta-data {
    text-transform: uppercase;
    font-size: 0.938rem;
    margin-bottom: 15px;
    display: inline-block;
    padding: 10px;
    background-color: #a6192e;
    color: #fff;
    text-align: center;
}
.meta-data li{
    padding-right: 12px;
    display: inline-block;
    margin: 0 6px 0 0 !important;
}
.meta-data li:first-child:after{
    content: "|";
    color: #fff;
    font-size: .9rem;
    position: relative;
    right: -10px;
}
.meta-data li:last-child{
    padding-right: 0;
    margin-left: 0 !important;
}
.category a{
    color: #fff;
    text-decoration: none;
}
.category a:hover, .category a:focus{
    text-decoration: underline;
}
.row.card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: row;
    box-shadow: none;
}
.row.card .card-body {
    padding-bottom: 0;
}
.row.card.g-0 > .col, .row.card.g-0 > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.row.card .meta-data{
    display: block;
}
.event-item{
    display: table;
    margin-bottom: 35px;
    position: relative;
    width: 100%;
}
.event-item .event-title{
    margin-top: 0;
    font-size: 1.313rem;
    font-family: 'Roboto', sans-serif;
    color: #003057;
}
.event-item .event-title a{
    text-decoration: none;
    color: #003057;
    font-weight: 700;
}
.event-item .event-title a:hover, .event-item .event-title a:focus{
    color: #316094;
}
.event-item-copy{
    font-size: 1rem;
}
.event-item-copy p{
    margin-bottom: 5px;
}
.event-item-date{
    font-size: 0.75rem;
}
.event-item .event-date, .event-item .event-text {
    display: table-cell;
    position: relative;
}
.event-item .event-date {
    vertical-align: top;
}
.event-item .event-date .event-month {
    display: block;
    text-align: center;
    font-size: 1.563rem;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.event-item .event-date .event-day {
    display: block;
    text-align: center;
    font-size: 2.875rem;
    font-weight: 400;
    color: #fff;
    font-family: 'Roboto Slab', serif;
}
.event-item .event-date .year{
    color:#fff;
    text-align: center;
    display: block;
    font-size: 1.313rem;
    font-weight: 400;
}
.event-item .event-text {
    line-height: 1.375;
    position: relative;
    vertical-align: top;
    padding-left: 20px;
}
.event-item .event-date-bg{
    background-color: #a6192e;
    padding: 20px;
    line-height: 1.125;
    min-width: 90px;
}
.event-item .event-item-time-location{
    color: #63666A;
    margin-bottom: 10px;
}
.event-item .event-item-time-location .time:before{
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    content: "\f017";
    font-size: 0.875rem;
    margin-right: 5px;
    color: #daa900;
}
.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 6 Pro";
    font-weight: 400;
    content: "\f3c5";
    font-size: 0.875rem;
    margin-right: 5px;
    color: #daa900;
}
#reset-filters{
    background-color: transparent;
    border: none;
    color: #000; 
    padding: 8px 0;
    font-size: 1.125rem;
    text-transform: uppercase;
    font-weight: 500;
}
#reset-filters .fas{
    color: #DAA900;
}
#reset-filters:hover .fas, #reset-filters:focus .fas{
    color: #a6192e;
}
.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: 300px;
}
.faculty-box-info {
    display: flex;
    align-items: center;
}
.faculty-box-info-title {
    margin-right: 8px;
    font-size: 0.9375rem;
    font-weight: 500;
    letter-spacing: 3px;
    color: #a6192e;
    text-transform: uppercase;
}
div.alphabet {
    display: block;
    margin: 0 auto 25px;
    padding: 20px 0;
    text-align: center;
}
div.alphabet span {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    text-align: center;
    font-weight: 600;
    padding: 5px;
    font-size: 1.563rem;
    line-height: 30px;
    color: #316094;
    text-transform: uppercase;
    cursor: pointer;
}
div.alphabet span:hover {
    text-decoration: underline;
}
div.alphabet span.clear{
    text-transform: none;
}
div.alphabet span.active {
    background-color: #a6192e;
    border-radius: 3px;
    color: #fff;
}
#directory-list{
    margin-top: 40px !important;
}
#directory-list thead{
    font-size: 1rem;
}
#directory-list tbody{
    font-size: 1rem;
}
.dataTables_wrapper .dataTables_filter input {
    width: 300px !important;
}
#department-filter select, .custom-select, .programs-search .select-wrapper .form-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;
    font-size: 1.125rem;
    font-weight: 500;
}
.custom-select{
    min-width: 70px;
    border: 1px solid #63666A;
}
#department-filter .form-control, div.dataTables_wrapper div.dataTables_filter input {
    border: 1px solid #63666A;
    position: relative;
}
div.dataTables_wrapper div.dataTables_info {
    padding-top: 2em;
    font-size: 1rem;
}
.accessible, .accessible-alt-text {
    border: 0;
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    clip: rect(1px, 1px, 1px, 1px);
}
.categories:before {
    content: "\f02b";
    display: block;
    position: absolute;
    left: -25px;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    font-size: 1.125rem;
    width: 20px;
    text-align: center;
    line-height: 22px;
    color: #daa900;
}
.pagination {
    margin: 20px auto !important;
}
.pagination .page-item .page-link{
    text-decoration: none !important;
}
.pagination .page-link{
    color: #a6192e;
}
.pagination .page-item.active .page-link{
    background-color: #003057 !important; 
    border-color: #003057 !important; 
    color: #fff;
}
#ou-search-results a#ou-search-open-advanced {
    color: #fff!important;
}
#ou-search-results a#ou-search-open-advanced.btn-red {
    color: #fff!important;
}
#ou-search-results #ou-search-open-advanced:focus, #ou-search-results #ou-search-open-advanced:hover {
    background-color: #003057 !important; 
    box-shadow: none !important;
    border:solid 1px #003057 !important; 
}
#ou-search-results .ou-search-input {
    border: 1px solid #ccc !important; 
}
#ou-search-results a {
    color: #316094  !important; 
}
#ou-search-results legend {
    border-bottom: 1px solid #ccc  !important; 
}
#ou-search-results .ou-search-advanced{
     border: 1px solid #003057  !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: #003057 !important; 
    color: #fff !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: #003057!important; 
    border-color: #003057 !important; 
    color: #fff !important; 
}
/*Video*/
.video-feature {
    width: 100%;
    height: 600px;
    left: 0;
    top: 0;
    border: none;
	overflow: hidden;
    background-size: cover;
    background-position: center;
    background-color: #000;
}
video {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: none;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%,-50%);
    overflow: hidden;
}
.play-pause, .play {
    position: absolute;
    z-index: 3;
    color: #fff;
    background-color: transparent;
    width: 70px;
    height: 70px;
    right: 0;
    bottom: 112px;
    border: 1px solid #fff;
    border-radius: 50%;
}
.play-pause:hover, .play-pause:focus{
    background-color: #a6192e;
    color: #fff;
}
.play{
    display:none;
}
.play-pause .fa{
    position: absolute;
    text-align: center;
    font-size: 1.75rem;
    padding-top: 4px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.play-pause .fa-play{
    position: absolute;
    text-align: center;
    font-size: 1.75rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.video-feature .video-caption{
    margin: 0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    text-align: center;
    line-height: 30px;
    z-index: 1;
    position: absolute;
    color: #fff;
    width: 100%;
}
.video-feature .video-caption img{
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.video-feature .button-wrapper{
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
    width: 100%;
}
/*Home Page Slider*/
.hero-slider-wrapper, .hero-video-wrapper{
   position: relative; 
    overflow: hidden;
    background-color: #000;
}
.hero-slider{
    position: relative;
    margin-bottom: 0 !important;
}
.hero-slider .slide{
    width: 100vw;
    height: 600px;
    display: flex;
    justify-content: flex-end;
    align-items: left;
    position: relative;
    background-color: #000;
}
.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;
    top: 50%;
    left: 50%;
    bottom: unset;
    right: unset;
    transform: translate(-50%, -50%);
    padding: 0;
    text-align: center;
    line-height: 30px;
    z-index: 1;
    width: 100%;
}
.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: 75px;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 3.75em;
    text-shadow: rgb(0 0 0 / 75%) 0px 2px 5px;
    margin-bottom: 25px;
}
.video-caption h1 + .btn, .carousel-caption h1 + .btn{
    margin-top: 0;
}
.video-caption .btn-default, .carousel-caption .btn-default{
    background-color: rgba(0,48,87,.75);
    border-color: #fff;
}
.hero-slider .carousel-caption .description, .video-caption .description{
    font-size: 1.6875em;
    background-color: rgba(0,48,87,.7);
    padding: 20px;
    width: 70%;
    line-height: 1.25em;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}
.hero-slider-wrapper .container{
    position: relative;
}
.hero-slider-wrapper .slick-prev, .hero-slider-wrapper .slick-next{
    z-index: 1;
    color: #a6192e;
    background-color: #fff;
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
}
.hero-slider-wrapper .slide-controllers{
    width: 100px;
    height: 30px;
    position: absolute;
    left: 15px;
    bottom: 40px;
}
.hero-slider-wrapper .slide-controllers .pause-play{
    color: #a6192e;
    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 6 Pro";
    content: "\f04c";
    color: #daa900;
    font-weight: 400;
    display: block;
    font-size: 20px;
    padding-top: 2px;
    padding-left: 2px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.hero-slider-wrapper .slide-controllers .pause-play.paused:before{
    padding-left: 0;
}
.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: #fff !important;
    background-color: #a6192e !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: #fff !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 6 Pro" !important;
    content: "\f054" !important;
    font-weight: 400;
    display: block;
    opacity: 1;
    font-size: 20px !important;
    color: #daa900;
    position: relative;
    top: 1px;
}
.hero-slider-wrapper .slick-prev:before {
    font-family: "Font Awesome 6 Pro" !important;
    content: "\f053" !important;
    font-weight: 400;
    display: block;
    opacity: 1;
    font-size: 20px !important;
    color: #daa900;
    position: relative;
    top: 1px;
}
.hero-slider-wrapper .slick-dots li button:before{
    font-family: "Font Awesome 6 Pro" !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: 140px;
    text-align: left;
}
.fullwidth-split {
    padding: 0;
}
.fullwidth-split-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5rem 0;
}
.fullwidth-split-image{
    position: relative;
}
.fullwidth-split.offset{
    position: relative;
    margin: 40px 0;
}
.fullwidth-split.offset .fullwidth-split-image{
    padding: 0;
}
.fullwidth-split.offset .fullwidth-split-text{
    padding: 2rem;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    background-color: #fff;
    display: block;
    width: 100%;
}
.factoids{
    text-align: center;
    color: #63666a;
}
.factoid{
    text-align: left;
    color: #63666a;
}
.factoids .large-content, .factoid .large-content{
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 4.375rem;
    color: #003057;
}
.factoid p{
    border-top: 4px solid #daa900;
    padding-top: 15px;
    display: inline-block;
}
.factoids p, .factoid p{
    font-size: 1.125rem;
    color: #63666a;
}
.cta-menu-container {
    text-align: center;
    font-weight: 700;
    background-color: #76232f;
    margin-bottom: 40px;
}
.cta-menu {
    margin: 0;
    text-transform: uppercase;
    color: #fff;
}
.cta-menu a {
    position: relative;
    padding: 20px;
    display: inline-block;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    font-size: 1.125rem;
    border-right: 1px solid #fff;
}
.cta-menu a:last-of-type {
    border-right: none;
}
.cta-menu a:hover, .cta-menu a:focus {
    background-color: #003057;
    text-decoration: none;
    color: #fff;
}
footer{
    background-color: #a6192e;
    color: #fff;
    font-size: 1rem;
}
footer .footer-logo {
    max-width: 280px;
    display: block;
    margin: 0 auto;
}
footer a{
    color: #fff;
    position: relative;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: background-color .25s linear,border-color .25s linear,box-shadow .25s linear,color .25s linear,opacity .25s linear;
}
footer a:hover, footer a:focus {
    border-color: #fff;
}
.footer-social a:hover, .footer-social a:focus, .cta-menu a:hover, .cta-menu a:focus, .footer-logo:hover, .footer-logo:focus{
    border-bottom-color: transparent;    
    }
footer a:hover,  footer a:focus{
    text-decoration: none !important;
    color: #fff;
}
.footer-social a:before {
    color: #fff;
    -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: rgba(255,255,255,.8);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
footer .bottom-row a{
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;    
    }
footer .bottom-row a:hover, footer .bottom-row a:focus{
   color: #fff;
    }
footer ul{
   list-style: none;
   padding: 0;
}
footer .resource-menu a{
    padding-bottom: 5px;
    font-size: 1.25rem;
}
footer .utility-menu a{
    padding-bottom: 5px;
    font-size: 0.875rem;
}
footer .resource-menu li{
   margin-bottom: 10px; 
}
footer .utility-menu{
    padding: 15px 0;
    font-size: 0.875rem;
    margin: 0;
}
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: #fff;
    position: absolute;
    right: -16px;
}
footer .utility-menu li:last-child:after{
    content: "";
}
footer .bottom-row .list-inline-item:not(:last-child) {
    margin-right: 1rem;
}
.footer-social, .header-social {
    padding-left: 0;
    list-style: none;
    margin: 15px auto;
    text-align: center;
}
.header-social{
    padding-left: 0;
    list-style: none;
    margin: 10px auto 0;
}
.footer-social li {
    display: inline-block;
    margin: 0 5px;
}
.header-social li {
    display: inline-block;
    margin: 0;
}
.footer-social a{
    color: #fff;
}
.header-social a {
    color: #fff;
    padding: 10px !important;
    text-align: center;
}
.footer-social li a:before, .header-social li a:before{
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 6 Brands";
    font-weight: 900;
    color: #fff;
    font-size: 30px;
    width: 35px;
    height: 35px;
    line-height: 35px;
}
.header-social li a:before{
    font-size: 1.5rem;
}
.footer-social li a.twitter:before, .header-social li a.twitter:before {
	content: "\e61b";
} 
.footer-social li a.facebook:before, .header-social li a.facebook:before{
	content: "\f39e";
} 
.footer-social li a.youtube:before, .header-social li a.youtube:before {
	content: "\f167";
} 
.footer-social li a.instagram:before, .header-social li a.instagram:before {
	content: "\f16d";
}
.footer-social li a.linkedin:before, .header-social li a.linkedin:before {
	content: "\f0e1";
}
.footer-social li a.pinterest:before, .header-social li a.pinterest:before {
	content: "\f0d2";
}
footer .bottom-row{
    background-color: #63666a;
    text-align: center;
    color: #fff;
    margin-top: 20px;
}
footer .bottom-row a{
    font-size: 0.875rem;
    color: #fff;
}

@media (max-width: 360px) {
.mobile-logo img {
    width: 200px !important;
}
.search-toggle{
    right: 65px !important;   
}
.menu-toggle{
    right: 20px !important;   
}
#site-search .modal-dialog {
    top: 140px !important; 
}
.play-pause, .play {
    right: 15px !important;
    bottom: 15px !important; 
}
}

/* 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;*/
    }
.mobile-header .task-nav .nav li a {
    font-size: .9rem !important;
    padding: 1rem .5rem !important;
    }
#site-search .modal-dialog {
    right: 0;
    }
.section-menu .navbar .navbar-toggler {
    left: 15px;
}
.search-modal-open {
    padding-right: 0 !important;
}
.program-search {
    width: 100%;
    }
.program-search .form-text{
    font-size: 1.25rem;
}
.program-search .form-submit{
    font-size: 1.5rem;    
}
.main-navigation .bottom-row .dropdown-menu.mega .container .row{
   margin: 0 !important;    
    }
.main-navigation .bottom-row .dropdown-menu.mega .container,
.main-navigation .bottom-row .dropdown-menu.mega .container .row > div{
    padding: 0 !important;      
    }
.main-navigation .bottom-row .nav .nav-item .nav-link {
    padding: 10px 20px 15px 10px !important; 
    }
.dropdown-menu .arrow-list li:after{
    right: 10px;     
    }
.alert .btn{
    margin-top: 15px;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
    }
.alert .heading{
    font-size: 1.325rem;
    margin-bottom: 10px;    
    }
.btn{
    width: max-content;
    margin-left: auto;
    margin-right: auto;    
    }
.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;
}
h1, .h1 {
    font-size: 2.5rem;
}
h2, .h2 {
    font-size: 2rem;
}
h3, .h3 {
    font-size: 1.75rem;
}
.font-size-xl{
    font-size: 3.25rem;
}
.bordered-headline {
    white-space: normal;
    display: block;
}
.widget-carousel .row{
    margin: 0 50px;    
}
.factoids {
    align-items: center;
    }
.factoid {
    align-items: left;
    }
.factoids .col-lg-6{
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 2px solid #daa900;
}
.factoids .col-lg-6:last-of-type{
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.factoids .col-lg-4{
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 2px solid #daa900;
}
.factoids .col-lg-4:last-of-type{
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.equal-585 .card-body{
    min-height: 1px;
}
.equal-550 .card-body{
    min-height: 1px;
}
.equal-500 .card-body{
    min-height: 1px;
}
.equal-460 .card-body{
    min-height: 1px;
}
.equal-415 .card-body{
    min-height: 1px;
}
.equal-300 .card-body{
    min-height: 1px;
}
.equal-260 .card-body{
    min-height: 1px;
}
blockquote {
    font-size: 1.5rem;
    margin: 40px auto;
}
.featured-blockquote .blockquote {
    font-size: 1.5rem;
    }
.main-navigation .bottom-row .dropdown-menu h3.menu-heading {
    padding: 10px 15px;
    }
.main-navigation .bottom-row .dropdown-menu .arrow-list li a {
    padding: 10px 15px !important;
}
.hero-image-feature.no-image {
    height: auto;
    min-height: 100px;
}
.video-feature, .hero-image-feature {
    height: auto;
    min-height: 415px;
    }
.hero-image-feature .page-title, .hero-image-feature .featured-news-title {
    font-size: 2.5rem;
    }
.hero-image-feature p {
    font-size: 1.25rem;
    margin-bottom: 30px;
}
.hero-slider .carousel-caption h1, .video-caption h1 {
    font-size: 2.5rem;
    line-height: 45px;
    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: 415px;
}
.hero-slider .carousel-caption{
    padding: 0;
    bottom: 75px;
    }
.video-feature .video-caption {
    padding: 0;
    bottom: 90px;
    }
.video-holder .video-caption-button {
    left: 20px;
    right: unset;
    }
.play-pause, .play{
    width: 50px;
    height: 50px; 
    right: 25px;
    bottom: 55px;
    }
.close-dark {
    right: 15px;
    }
.spotlight-wrapper {
    width: 85%;
    }
.vertical-tabs .tab-content {
    padding: 20px;
}
.vertical-tabs .nav-pills .nav-link{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;    
}
.parallax-bg {
    background-attachment: scroll;
}
/*.figure{
   margin-left: auto;
    margin-right: auto;
    text-align: center;     
    }*/
.arrow-list {
    padding-left: 0;
}
.resource-list li {
    display: block;
    }
.pathways-accordion .accordion-body > .row > div:nth-child(1) > .btn:last-of-type{
    margin-bottom: 0;    
    }
.tabs .nav-tabs{
    display: block;    
    }
.tabs .nav-tabs .nav-item {
    margin-top: 15px;
    width: 100%;
    }
.tabs .nav-tabs .nav-link.active:after, .nav-tabs .nav-item.show .nav-link:after {
    bottom: -4px;
    left: 25px;
    position: relative;
    }
.card-carousel-wrapper .card {
    margin: 25px;
    }
.card-carousel .slick-prev:before, .card-carousel .slick-next:before, .spotlight-carousel .slick-prev:before, .spotlight-carousel .slick-next:before, .icon-carousel .slick-prev:before, .icon-carousel .slick-next:before, .icon-carousel-two-column .slick-prev:before, .icon-carousel-two-column .slick-next:before, .widget-carousel .slick-prev:before, .widget-carousel .slick-next:before{
    font-size: 36px;
    }
.card-carousel .slick-prev, .card-carousel .slick-next, .spotlight-carousel .slick-prev, .spotlight-carousel .slick-next, .icon-carousel .slick-prev, .icon-carousel .slick-next, .icon-carousel-two-column .slick-prev, .icon-carousel-two-column .slick-next, .widget-carousel .slick-prev, .widget-carousel .slick-next {
    width: 35px;
    height: 35px;
}
.card-carousel .slick-next, .spotlight-carousel .slick-next, .icon-carousel .slick-next, .icon-carousel-two-column  .slick-next, .widget-carousel  .slick-next {
    right: -10px;
}
.card-carousel .slick-prev, .spotlight-carousel .slick-prev, .icon-carousel .slick-prev, .icon-carousel-two-column .slick-prev, .widget-carousel .slick-prev {
    left: -10px;
}
.fullwidth-split-image .bg-image, .main-image .bg-image {
    position: relative;
}
.fullwidth-split-text {
    padding: 2rem 1rem;
}
.section-with-background {
    min-height: 350px;
}
.card-background .height-40{
    min-height: 45vh !important;
}
.news-events-header .news, .news-events-header .events {
    text-align: left;
    position: relative;
}
.col-xl-4 .btn:last-of-type{
    margin-bottom: 0;    
    }
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;    
    }
.dataTables_wrapper .dataTables_filter input {
    width: 270px !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;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: center !important;
    }
#reset-filters{
    display: block;
    margin: 10px auto;    
    }
.faculty-headshot {
    display: block;
    margin: 0 auto 15px;
}
/*Label the data*/
#directory-list td:before { 
    content: attr(data-title);
}
#sidebar .navbar{
    background-color: #f3f3f3;
    padding: 15px;
    margin-bottom: 20px;
    color: #000;
}
footer{
   text-align: center;     
    }
footer address  {
    display: block;
    }
footer .bottom-row li a:after {
    content: "";
}
.cta-menu a {
    padding: 20px;
    display: block;
    border-right: none;
    border-bottom: 1px solid #fff;
}
.cta-menu a:hover, .cta-menu a:focus {
    border-bottom-color: #fff;
}
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
 body{/*border: 1px solid #ffff00;*/}
.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;    
    }
}

/* Large desktops and laptops */
@media (min-width: 992px) {
 body{/*border: 1px solid #ff0000;*/}
.main-navigation .aux .fa-angle-down {
    font-size: 1.125rem;
    position: relative;
    top: 2px;
}
#site-search .modal-dialog {
    margin-top: -5px;
    }
.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;
}
/*.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;
}
.btn-right{
    float: right;
}
#video-modal .modal-dialog {
    max-width: 950px;
}
.event-item{
    width: 33%;
    float: left;    
    }
.faculty-headshot{
    float: right;
}
.restrict{
    margin: 20px auto;
    display: block;
    width: 60%;
}
.fullwidth-split.offset{
    position: relative;
    margin: 50px 0 200px;
}
.fullwidth-split.offset .fullwidth-split-image{
    left: -10%;
}
.fullwidth-split.offset .fullwidth-split-text{
    padding: 3rem;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    background-color: #fff;
    display: block;
    position: absolute;
    left: 40%;
    top: 65%;
    width: auto;
}
.widget-carousel .row{
    margin: 0 100px;    
}
.factoids .col-lg-4 {
    border-right: 2px solid #daa900;
}
.factoids .col-lg-4:last-of-type {
    border-right: none;
}
footer .utility-menu{
    text-align: center;   
    }
footer .resource-menu {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    margin: 0;
}
footer .address-container{
    padding-left: 20px;
}
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
body{
    /*border:1px solid #ff00ff;*//*Pink*/
    }
#site-search .btn {
    min-width: unset;
}
.card-carousel-wrapper .card {
    margin: 25px;
    }
.card-carousel .slick-next, .spotlight-carousel .slick-next, .icon-carousel .slick-next, .widget-carousel .slick-next {
    right: -20px;
}
.card-carousel .slick-prev, .spotlight-carousel .slick-prev, .icon-carousel .slick-prev, .widget-carousel .slick-prev {
    left: -18px;
}
.card-carousel .slick-prev, .card-carousel .slick-next,
.spotlight-carousel .slick-prev, .spotlight-carousel .slick-next,
.icon-carousel .slick-prev, .icon-carousel .slick-next,
.icon-carousel-two-column .slick-prev, .icon-carousel-two-column .slick-next,
.widget-carousel .slick-prev, .widget-carousel .slick-next{
    width: 25px;
    }
.fullwidth-split.offset .fullwidth-split-image {
    left: 0;
}
.fullwidth-split.offset .fullwidth-split-text{
    left: 20%;
    right: -2%;    
    }
.equal-300 .card-body{
    min-height: 450px;
}
.equal-550 .card-body{
    min-height: 650px;
}
.equal-585 .card-body{
    min-height: 650px;
}
.equal-500 .card-body{
    min-height: 580px;
}
.equal-460 .card-body{
    min-height: 610px;
}
.equal-415 .card-body{
    min-height: 560px;
}
.equal-260 .card-body{
    min-height: 340px;    
    }
.footer-social li a:before, .header-social li a:before {
    font-size: 20px;
    width: 20px;
    height: 20px;
    line-height: 20px;
}
}

@media (max-width: 1199px) {
 .mobile-logo img{
    width: 240px;
    padding: 20px;
    -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: #f8f9fa;
}
.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 .row{
    position: relative;    
    }
.mobile-header .task-nav{
    background-color: #63666A;
    color: #ffffff;
    border-bottom: 2px solid #fff;
}
.mobile-header .task-nav .nav li{
    position: relative;    
    }
.mobile-header .task-nav .nav li a {
    color: #fff;
    font-weight: 500;
    padding: 1rem;
    font-size: 0.906rem;
    text-transform: uppercase;
}
.mobile-header .task-nav .nav li a:after {
    content: "|";
    color: #fff;
    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 {
    padding: 20px 0;
}
.main-navigation .bottom-row .nav .nav-item .nav-link {
    padding: 10px 20px 15px 20px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    color: #fff;
    font-size: 1.125rem;
}
.main-navigation .bottom-row .nav .nav-item .nav-link .fa-regular {
    float: right;
    position: relative;
    top: 2px;
    font-size: 1.5rem;
}
.main-navigation .bottom-row .nav .nav-item .nav-link[aria-expanded="true"] .fa-angle-down:before {
    content: "\f077";
}
.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: 0.875rem;
    font-weight: 500;
    display: block;
    color: #AA182C;
}
.main-navigation .bottom-row .nav .nav-item{
    display: block;
    width: 100%;
}
.main-navigation .bottom-row .dropdown-menu {
    transform: none !important;
    position: relative !important;
    padding: 1rem 0;
}
.main-navigation .nav li a{
   display: block;     
    }
.main-navigation .bottom-row .dropdown-menu li.container, .main-navigation .bottom-row .dropdown-menu li.container-fluid {
    max-width: unset;
    padding: 0 15px;
}
.main-navigation .bottom-row .dropdown-menu .menu-heading a {
    color: #003057;
    font-weight: 700;
    font-size: 1.45rem;
}
.main-navigation .bottom-row .dropdown-menu li a {
    padding: 10px 15px;
}
.main-navigation .bottom-row .dropdown-menu .arrow-list li a {
    display: inline-block;
    padding: 0 0 10px 0;
}
.main-navigation .bottom-row .dropdown-menu h3.menu-heading {
    margin-bottom: 10px;
    }
.main-navigation .bottom-row .dropdown-menu h3.menu-heading a {
    padding: 0;
    font-size: 1.313rem;
    }
.main-navigation .arrow-list {
    margin-top: 0;
}
.menu-toggle {
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 2.25rem;
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 30px;
    padding: 0;
}
.mobile-header{
    background-color: #a6192e;
    padding: 0;
    position: relative;
    z-index: 1050;
    -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;
    }
.search-toggle {
    display: block;
    position: absolute;
    font-size: 2.25rem;
    margin: 0;
    color: #fff;
    background-color: transparent;
    border: none;
    top: 50%;
    transform: translate(0, -50%);
    right: 90px;
    width: 50px;
}
#site-search .modal-dialog {
    top: 156px;
}
.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;
}
.site-navigation .modal-content .modal-body{
    padding: 0;    
    }
}

@media (min-width: 1200px){
    .container-fluid{
    padding-left: 30px;
    padding-right: 30px;
    }
.site-navigation.modal[style] {
    display: block !important;
    }   
.main-navigation{
    -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;
    }
.modal-open-quicklinks .modal-backdrop, .modal-open .modal-backdrop{
    display: none;
    opacity: 0;
    background-color: transparent;
}
.off-screen-nav{
    width: 450px;
    left: unset;
    right: 0;
    background-color: #003057;
}
.off-screen-nav .modal-dialog{
    margin: 0;
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 450px;
    right: -450px;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, right 0.3s ease-out;
	-o-transition: opacity 0.3s linear, right 0.3s ease-out;
	transition: opacity 0.3s linear, right 0.3s ease-out;
	}
.off-screen-nav.show .modal-dialog {
	right: 0;
	}
.off-screen-nav .modal-body{
    padding: 0;
}
.off-screen-push-wrapper{
    position: relative;
    right: 0;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, right 0.3s ease-out;
	-o-transition: opacity 0.3s linear, right 0.3s ease-out;
	transition: opacity 0.3s linear, right 0.3s ease-out;
}
.modal-open-quicklinks .off-screen-push-wrapper, .modal-open-quicklinks header {
    right: 430px;
    box-shadow: 2px 0 2px rgb(0 0 0 / 15%);
}
.top-row .quicklinks.quicklinks-close{
    display: none;
    position: relative;
}
.modal-open-quicklinks .top-row .quicklinks{
    display: none;
}
.modal-open-quicklinks .top-row .quicklinks.quicklinks-close{
    display: block;
}
.search-modal-open .off-screen-push-wrapper{
    transform: none;
}
.off-screen-nav .modal-content{
    border-radius: 0;
    background-color: #003057;
    color: #fff;
    height: 100vh;
}
header .modal-body{
    padding: 0;
}
.logo{
    position: relative;
    padding: 20px 0;
    }
.logo img{
    width: 240px;
    display: block;
    margin: 0 0 0 10px;
    }
.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: #63666A;
    padding: 0;
    border-bottom: 2px solid #fff;
}
.main-navigation .bottom-row .nav .dropdown .dropdown-menu, .main-navigation .aux .dropdown .dropdown-menu{
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 12px 10px rgb(0 0 0 / 5%);
    box-shadow: 0 12px 10px rgb(0 0 0 / 5%);
    z-index: 2;
    }
.main-navigation .bottom-row .nav .dropdown .dropdown-menu{
    z-index: -1;    
    }
/*.main-navigation .bottom-row .nav .dropdown:hover .dropdown-menu, .main-navigation .aux .dropdown:hover .dropdown-menu{
    display: block;
    top: 100%;
    }
.main-navigation .bottom-row .nav .dropdown:hover .dropdown-menu.mega, .main-navigation .aux .dropdown:hover .dropdown-menu.mega{
    left: 0 !important;
    }
.main-navigation .aux .dropdown:hover .fa-angle-down:before, .main-navigation .aux .dropdown .dropdown-toggle:focus .fa-angle-down:before{
    content: "\f077";
    font-size: .9rem;
    }
.main-navigation .aux .dropdown:hover .dropdown-menu{
    margin-top: -15px;    
    }*/
.main-navigation .task-nav .nav li a{
    color: #fff;
    font-weight: 500;
    font-size: 0.906rem;
    padding: 0 10px 5px;
    margin: 20px auto 15px;
    text-transform: uppercase;
    border-bottom: 1px solid transparent;
    transition: background-color .25s linear,border-color .25s linear,box-shadow .25s linear,color .25s linear,opacity .25s linear;
    }
.main-navigation .task-nav .nav li a:hover, .main-navigation .task-nav .nav li a:focus{
    color: #fff;
    border-color: #fff;
    }
.main-navigation .task-nav .nav li a:after{
    content: "|";
    color: #fff;
    position: absolute;
    right: -3px;
}
.main-navigation .task-nav .nav li:last-child a:after {
    content: "";
}
.main-navigation .task-nav .nav li:last-child a{
   margin-right: 0;
}
.main-navigation .aux .nav li{
    display: flex;
    width: auto;
    position: relative;
    } 
 .main-navigation .nav li a{
    color: #fff;    
    }
.main-navigation .bottom-row .dropdown-menu a{
    text-decoration: none;
    position: relative;
    display: inline-block;  
    color: #AA182C;   
    }
.main-navigation .bottom-row .dropdown-menu a:hover, .main-navigation .bottom-row .dropdown-menu a:focus{
    color: #316094;
    }
.main-navigation .aux .nav li a{
    padding: 0 10px 5px;
    margin: 20px auto 15px;
    text-transform: uppercase;
    border-bottom: 1px solid transparent;
    transition: background-color .25s linear,border-color .25s linear,box-shadow .25s linear,color .25s linear,opacity .25s linear;
    }
.main-navigation .aux .nav li a:hover, .main-navigation .aux .nav li a:focus{
    color: #fff;
    border-color: #fff;
    }
.main-navigation .aux .nav .dropdown-menu a:hover, .main-navigation .aux .nav .dropdown-menu a:focus{
    color: #316094 !important;
    background-color: transparent;
    border-color: transparent;
    }
.main-navigation .bottom-row .dropdown-menu.mega {
    padding: 2rem .5rem;
    max-width: unset;
}
.main-navigation .bottom-row .dropdown-menu {
    padding: 1.5rem 1.5rem 1.5rem 2.5em;
    max-width: 320px;
}
.main-navigation .bottom-row .nav li:nth-child(6) .dropdown-menu{
    max-width: 250px;    
    }
.main-navigation .bottom-row .nav li:last-child .dropdown-menu{
    right: 0 !important; 
    max-width: 250px; 
    }
.main-navigation .bottom-row .nav li:nth-child(6) .dropdown-menu.mega,
.main-navigation .bottom-row .nav li:last-child .dropdown-menu.mega{
     max-width: unset;    
    }
.main-navigation .bottom-row .dropdown-menu[style]{
    inset: unset !important;
    transform: none !important;
    top: 100%!important;
    }
.main-navigation .bottom-row .dropdown-menu.mega[style]{
    left: 0 !important;    
    }
.main-navigation .aux .dropdown-menu[style]{
    inset: unset !important;
    transform: none !important;
    left: 0 !important;
    top: 100%!important;
    margin-top: -15px !important;    
    }
.main-navigation .bottom-row .nav .nav-item .nav-link{
    padding: 50px 15px 50px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
}
.main-navigation .bottom-row .nav .nav-item:last-child .nav-link{
    padding-right: 10px;    
    }
/*.main-navigation .bottom-row .nav .nav-item:hover .nav-link .fa-angle-down:before, .main-navigation .bottom-row .nav .nav-item:focus .nav-link .fa-angle-down:before, .main-navigation .bottom-row .nav .nav-item .nav-link.show .fa-angle-down:before{
    content: "\f077";
    font-size: .85rem;
}*/
.main-navigation .bottom-row .dropdown-menu .menu-heading a {
    color: #003057;
    font-weight: 700;
    font-size: 1.5rem;
}
.main-navigation .bottom-row .dropdown-menu .menu-heading a:hover, .main-navigation .bottom-row .dropdown-menu .menu-heading a:focus {
    color: #316094;
}
.main-navigation .bottom-row .dropdown-menu h3.menu-heading a{
   font-size: 1.313rem;
    padding: 0;
    }
.main-navigation .bottom-row .dropdown-menu li a{
    padding: 10px 0;    
    }
.main-navigation .bottom-row .dropdown-menu .arrow-list li a{
    padding: 4px 0;
    }
.main-navigation .bottom-row .dropdown .dropdown-menu .divider-line{
    position: relative;    
    }
.main-navigation .bottom-row .dropdown .dropdown-menu .divider-line:after{
    content: "";
    border-right: 1px solid #b3b3b3;
    position: absolute;
    height: 95%;
    left: -20px;
    top: 10px;
    }
.main-navigation .bottom-row .dropdown .dropdown-menu.mega .divider-line:after{
    left: unset;
    right: 30px;
    top: 5%;
    }
.search-toggle {
    display: block;
    font-size: 0.906rem;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    background-color: transparent;
    border: none;
    padding: 0 10px 5px;
    margin: 20px auto 15px;
    border-bottom: 1px solid transparent;
    transition: background-color .25s linear,border-color .25s linear,box-shadow .25s linear,color .25s linear,opacity .25s linear;
}
.search-toggle:hover, .search-toggle:focus, .quicklinks:hover,  .quicklinks:focus{
    color: #fff;
    border-color: #fff;
}
.search-toggle:hover .fa-regular, .search-toggle:focus .fa-regular, .quicklinks:hover .fa-regular, .quicklinks:focus .fa-regular{
    color: #fff;    
    }
.quicklinks .fa-regular, .search-toggle .fa-regular{
    font-size: 1rem;
    color: #fff;
    position: relative;
    top: 1px;
    padding-left: 4px;
    }
#site-search .modal-content {
    padding: 110px 0 50px;
}
.quicklinks {
    background-color: transparent;
    border: none;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    z-index: 5;
    display: block;
    top: 0;
    position: relative;
    font-size: 0.906rem;
    font-weight: 500;
    padding: 0 10px 5px;
    margin: 20px auto 15px;
    border-bottom: 1px solid transparent;
    transition: background-color .25s linear,border-color .25s linear,box-shadow .25s linear,color .25s linear,opacity .25s linear;
}
}


@media (min-width: 1200px) and (max-width: 1450px) {
.container-fluid {
    padding-left: 0;
    padding-right: 0;
}
.main-navigation .bottom-row .nav .nav-item .nav-link {
    padding: 10px 4px 15px;
    }
.main-navigation .bottom-row .nav .nav-item:last-child .nav-link {
    padding-right: 4px;
}
#site-search .modal-dialog {
    top: 165px;
}
#site-search .btn {
    min-width: unset;
}
.card-carousel .slick-prev, .spotlight-carousel .slick-prev, .icon-carousel .slick-prev, .widget-carousel .slick-prev {
    left: -40px;
}
.card-carousel .slick-next, .spotlight-carousel .slick-next, .icon-carousel .slick-next, .widget-carousel .slick-next {
    right: -40px;
}
.fullwidth-split.offset .fullwidth-split-image {
    left: 0;
}
.footer-social li a:before, .header-social li a:before {
    font-size: 25px;
    width: 25px;
    height: 25px;
    line-height: 25px;
}    
}

@media (min-width: 1200px){
.menu-toggle, .menu-close, .mobile-header{
    display: none;    
    } 
}

@media (min-width: 1400px){
header .top-row .container {
    max-width: 1365px;
}  
}