@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');
body {
	font-family: 'Lato', sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.5;
	color: #000000;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: #fff;
	}

ol {
	padding-left: 40px;
}

ul {
	padding-left: 40px;
}

/*
#footer ol,
#footer ul {padding-left: 0px !important;}
*/

.nav-up {
    top: -165px;
}
img {
    max-width: 100%;
    height: auto;
}
a {
  color: #002c73;
  text-decoration: underline;
}
a:hover, a:focus {
  text-decoration: none;
  color: #002c73;
}

/* KCC EDIT START */

.nav-item a[target="_blank"]::after {
    content: none !important;
}

/* KCC EDIT END */

a[target="_blank"]::after {
    content: '\f360';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 0.875rem;
    position: relative;
    color: #005daa;
    right: -5px;
    padding-right: 10px;
    top: 0;
    font-style: normal;
}
a[href$=".pdf"]::after {
    content: '\f1c1' !important;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 0.875rem;
    color: #005daa;
    position: relative;
    right: -5px;
    padding-right: 10px;
    top: 0;
    font-style: normal;
}
a[href$=".xlsx"]::after {
    content: '\f1c3' !important;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 0.875rem;
    color: #005daa;
    position: relative;
    right: -5px;
    padding-right: 10px;
    top: 0;
    font-style: normal;
}
a[href$=".docx"]::after {
    content: '\f1c2' !important;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 0.875rem;
    position: relative;
    color: #005daa;
    right: -5px;
    padding-right: 10px;
    top: 0;
    font-style: normal;
}
a.btn[href$=".pdf"]::after, a.btn[href$=".xlsx"]::after, a.btn[href$=".docx"]::after, a.btn[target="_blank"]::after{
   width: auto;
    height: auto;
    z-index: 1;
    left: unset;
    font-size: 1.25rem;
}
a.btn.btn-dark-blue[href$=".pdf"]::after, a.btn.btn-dark-blue[href$=".xlsx"]::after, a.btn.btn-dark-blue[href$=".docx"]::after, a.btn.btn-dark-blue[target="_blank"]::after,
a.btn.btn-light-blue[href$=".pdf"]::after, a.btn.btn-light-blue[href$=".xlsx"]::after, a.btn.btn-light-blue[href$=".docx"]::after, a.btn.btn-light-blue[target="_blank"]::after,
a.btn.btn-orange[href$=".pdf"]::after, a.btn.btn-orange[href$=".xlsx"]::after, a.btn.btn-orange[href$=".docx"]::after, a.btn.btn-orange[target="_blank"]::after{
    color: #fff;
}
.bg-dark-blue a[href$=".pdf"]::after, .bg-dark-blue a[href$=".xlsx"]::after, .bg-dark-blue a[href$=".docx"]::after, .bg-dark-blue a[target="_blank"]::after, .section-menu a[href$=".pdf"]::after, .section-menu a[href$=".xlsx"]::after, .section-menu a[href$=".docx"]::after, .section-menu a[target="_blank"]::after {
    color: #fff;
}
.content ul li{
   margin: 8px 0;
}
ul.two-column, ul.three-column, ul.four-column{
    list-style: none;
    padding: 0;
}
.two-column li, .three-column li, .four-column li{
    display: inline-block;
    width: 100%;
    position: relative;
    padding-left: 32px;   
    }
.two-column li:before, .three-column li:before, .four-column li:before{
    content: '\f111';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 0.4rem;
    position: absolute;
    left: 15px;
    padding-right: 10px;
    top: 8px;
    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{
    margin-top: 20px;
    margin-bottom: 20px;
    color: #002c73;
    font-weight: 900
}
h1, .h1 {
    font-size: 4.375rem;
}
h2, .h2 {
    font-size: 3rem;
}
h3, .h3 {
    font-size: 2.25rem;
}
h4, .h4 {
    font-size: 1.75rem;
}
h5, .h5 {
    font-size: 1.5rem;
}
h6, .h6 {
    font-size: 1.25rem;
    font-weight: 700;
}
.text-shadow{
    text-shadow: 0px 1px 2px rgb(0 0 0);
}
.font-size-md {
    font-size: 2.25rem;
}
.font-size-xl{
    font-size: 6.25rem;
}
.bordered-headline {
    text-align: center;
    display: table;
    white-space: nowrap;
    margin-bottom: 20px;
}
.bordered-heading{
    border-bottom: 4px solid #ff4e00;
    padding-bottom: 15px;
    display: inline-block;
	width: fit-content;
}
.bordered-heading a{
    text-decoration: none;
}
.bordered-heading a:hover, .bordered-heading a:focus{
    color: #ff4e00;
}
.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(#ff4e00), to(#ffffff));
    background: -webkit-linear-gradient(#ff4e00, #ffffff) no-repeat center;
    background: -moz-linear-gradient(#ff4e00, #ffffff) no-repeat center / 89% 3px;
    background: -o-linear-gradient(#ff4e00, #ffffff no-repeat center);
    background: linear-gradient(#ff4e00, #ffffff) no-repeat center / 89% 3px;
}
blockquote, .blockquote {
    border-left: 4px solid #ff4e00;
    color: #002c73;
    padding-left: 20px;
    margin: 20px 40px;
    font-weight: 400;
}
.bg-dark-blue blockquote, .bg-dark-blue .blockquote {
    border-left: 4px solid #ff4e00;
    color: #fff;
}
.blockquote-footer {
    color: #005daa;
    margin-top: 20px;
}
.color-box{
    width: 60px;
    height: 60px;
    display: block;
    margin: 0 auto;
}
/* UAT changed 12/19/2022 */
p:last-child {
/*     margin-top: 15px; */
    margin-bottom: 0;
}
.btn{
    border-radius: 10px;
    box-shadow: none;
    padding: 12px 20px;
    font-size: 1.25rem;
    font-weight: 700;
    margin: 10px auto;
    position: relative;
    transition: color .3s ease;
    z-index: 1;
    overflow: hidden;
}
.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%;
}
.btn-light-blue{
    background-color: #005daa;
    color: #ffffff;
    border-color: #005daa;
}
.btn-light-blue:before {
    background-color: #002c73;
    transition: all .6s;
}
.btn-light-blue:hover, .btn-light-blue:focus{
    color: #ffffff;
    border-color: #002c73;
}
.btn-orange{
    background-color: #ff4e00;
    color: #ffffff;
    border-color: #ff4e00;
}
.btn-orange:before {
    background-color: #002c73;
    transition: all .6s;
}
.btn-orange:hover, .btn-orange:focus{
    color: #ffffff;
    border-color: #002c73;
}
.main-navigation .bottom-row .nav .nav-item .nav-link.btn-orange.btn-arrow{
    padding: 10px 15px;
    margin-top: 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    background-color: #ff4e00;
    border-color: #ff4e00;
}
.main-navigation .bottom-row .nav .nav-item .nav-link.btn-orange.btn-arrow .fa-solid{
    top: 0;
}
.main-navigation .bottom-row .nav .nav-item .nav-link.btn-orange.btn-arrow:hover, .main-navigation .bottom-row .nav .nav-item .nav-link.btn-orange.btn-arrow:focus{
    border-color: #002c73;
}
.main-navigation .bottom-row .nav .nav-item .nav-link.btn-orange.btn-arrow:focus{
    padding-right: 15px;
    margin-right: 0;
}
.main-navigation .bottom-row .nav .nav-item .nav-link.btn-orange.btn-arrow:focus:before{
    background-color: #002c73;
    top: 0;
    height: 110%;
    left: 0;
}
.btn-orange-outlined{
    background-color: transparent;
    color: #002c73;
    border-color: #ff4e00;
}
.btn-orange-outlined:before {
    background-color: #005daa;
    transition: all .6s;
}
.btn-orange-outlined:hover, .btn-orange-outlined:focus{
    color: #fff;
    border-color: #005daa;
}
.btn-light-blue-outlined{
    background-color: transparent;
    color: #005daa;
    border-color: #005daa;
}
.btn-light-blue-outlined:before {
    background-color: #005daa;
    transition: all .6s;
}
.btn-light-blue-outlined:hover, .btn-light-blue-outlined:focus{
    color: #fff;
}
.btn-dark-blue{
    background-color: #002c73;
    color: #ffffff;
    border-color: #002c73;
}
.btn-dark-blue:before {
    background-color: #005daa;
    transition: all .6s;
}
.btn-dark-blue:hover, .btn-dark-blue:focus{
    color: #fff;
    border-color: #005daa;
}
.btn-dark-blue-outlined{
    background-color: transparent;
    color: #002c73;
    border-color: #002c73;
}
.btn-dark-blue-outlined:before {
    background-color: #002c73;
    transition: all .6s;
}
.btn-dark-blue-outlined:hover, .btn-dark-blue-outlined:focus{
    color: #ffffff; 
    border-color: #002c73;
}
.btn-white{
    background-color: #ffffff;
    color: #002c73;
    border-color: #ffffff;
}
.btn-white:before {
    background-color: #002c73;
    transition: all .6s;
}
.btn-white:hover, .btn-white:focus{
    color: #ffffff; 
}
.btn-white-outlined{
    background-color: transparent;
    color: #ffffff;
    border-color: #ffffff;
}
.btn-white-outlined:before {
    background-color: #ffffff;
    transition: all .6s;
}
.btn-white-outlined:hover, .btn-white-outlined:focus{
    color: #002c73;
    border-color: #ffffff;
}
.btn-arrow .fa-solid{
    display: inline-block;
    font-size: 1.25rem;
    color: #fff;
    position: relative;
    top: 2px;
    margin-left: 10px;
}
.btn-arrow.btn-orange-outlined .fa-solid, .btn-arrow.btn-light-blue-outlined .fa-solid, .btn-arrow.btn-dark-blue-outlined .fa-solid, .btn-arrow.btn-white .fa-solid, .btn-arrow.btn-white-outlined .fa-solid{
    color: #ff4e00;
}
.btn-arrow:hover .fa-solid, .btn-arrow:focus .fa-solid{
    color: #fff;
}
.btn-white-outlined.btn-arrow:hover .fa-solid, .btn-white-outlined.btn-arrow:focus .fa-solid{
    color: #ff4e00;
}
.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;
}
.accent-text{
    color: #005daa;
}
.orange-accent-text{
    color: #ff4e00;
}



/* KCC EDIT START */


.x6 {
	font-size: 1.75rem;
	font-weight: 700;
	color: #002c73;
}



.alert-info-bs {
    color: rgb(5, 81, 96);
    background-color: rgb(207, 244, 252);
    border-color: rgb(182, 239, 251);
}

.alert-bs {
    position: relative;
    padding: 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert.red-alert {
	color: #ffffff;
    background-color: #e10a0a;
}

.alert.red-alert .heading {
	color: #fff;
}

.alert.red-alert .heading .bold {
	font-weight: bold;
}

.alert.red-alert a{
    color: #fff;
}

.red-alert.alert-dismissible .close{
    color: #fff;
}
.red-alert.alert-dismissible .close:hover{
    color: #ff4e00;
}
/* KCC EDIT END */
.alert {
    margin: 0;
    border: none;
    border-radius: 0;
    color: #002c73;
    background-color: #ffb81c;
    font-size: 1.125rem;
    padding: 30px;
    position: relative;
    z-index: 1051;
    border-bottom: 2px solid #fff;
}

.alert.informational-alert{
    background-color: #005daa;
    color: #fff;
}
.alert.informational-alert .heading{
    color: #fff;
}
.alert.informational-alert a{
    color: #fff;
}
.alert .heading{
    font-size: 1.625rem;
    color: #002c73;
    margin-bottom: 4px;
    line-height: 1.125em;
}
.alert-dismissible .close {
    padding: 0;
    right: 30px;
    font-size: 30px;
    text-align: center;
    top: 27px;
    color: #002c73;
}
.alert-dismissible .close:hover{
    color: #fff;
}
.informational-alert.alert-dismissible .close{
    color: #fff;
}
.informational-alert.alert-dismissible .close:hover{
    color: #ff4e00;
}
.alert a:hover{
    text-decoration: none;
}
.alert a.btn{
    margin: 15px auto;
}
.alert .btn-dark-blue:before {
    background-color: #fff;
}
.alert .btn-dark-blue:hover, .btn-dark-blue:focus {
    color:  #002c73;
    border-color: #fff;
}
.fa-exclamation-triangle {
    font-size: 2.5rem;
    color: #ff4e00;
}
.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: #005daa;
    padding: 15px;
    font-size: 1.125rem;
    font-weight: 400;
    border: none;
}
.cookiealert .cc-message{
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    color: #ffffff;
}
.cookiealert.show {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 1000ms;
}
.cookiealert.alert a {
    text-decoration: underline;
}
.cookiealert.alert a:hover {
    text-decoration: none;
}
.cookiealert a[target="_blank"]::after {
    color: #fff;
}
.cookiealert .acceptcookies {
    margin-top: 10px;
    margin-bottom: 10px;
    vertical-align: baseline;
    min-width: auto;
    text-decoration: none !important;
}
.bg-dark-blue{
    background-color: #002c73 !important;
    color: #fff;
}
.bg-dark-blue h1, .bg-dark-blue h2, .bg-dark-blue h3, .bg-dark-blue h4, .bg-dark-blue h5, .bg-dark-blue h6,
.bg-black h1, .bg-black h2, .bg-black h3, .bg-black h4, .bg-black h5, .bg-black h6{
    color: #fff;
}
.bg-dark-blue .bg-light-gray h1, .bg-dark-blue .bg-light-gray h2, .bg-dark-blue .bg-light-gray h3, .bg-dark-blue .bg-light-gray h4, .bg-black .bg-light-gray h1, .bg-black .bg-light-gray h2, .bg-black .bg-light-gray h3, .bg-black .bg-light-gray h4,
.bg-dark-blue .bg-light-gray{
    color: #002c73;
}
.bg-dark-blue .card h1, .bg-dark-blue .card h2, .bg-dark-blue .card h3, .bg-dark-blue .card h4, .bg-black .card h1, .bg-black .card h2, .bg-black .card h3, .bg-black .card h4,
.bg-dark-blue .card{
    color: #002c73;
}
.bg-dark-blue a, .bg-black a{
    color: #fff;
}
.bg-dark-blue .bg-light-gray a, .bg-black .bg-light-gray a, .bg-dark-blue .card a, .bg-black .card a{
    color: #002c73;
}
.bg-dark-blue a.btn-white, .bg-black a.btn-white{
    color: #002c73;
}
.bg-dark-blue a.btn-white:hover, .bg-black a.btn-white:hover, .bg-dark-blue a.btn-white:focus, .bg-black a.btn-white:focus{
    color: #fff;
}
.bg-light-gray{
    background-color: #f5f5f5 !important;
}
.bg-medium-gray{
    background-color: #b7b8b9 !important;
}
.bg-black {
    background-color: #000000 !important;
    color: #fff;
}
.bg-blue-gradient{
    color: #fff;
    background: #005daa;
    background: -moz-linear-gradient(top, #005daa 0%, #002c73 99%);
    background: -webkit-linear-gradient(top, #005daa 0%,#002c73 99%);
    background: linear-gradient(to bottom, #005daa 0%,#002c73 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005daa', endColorstr='#002c73',GradientType=0 ); 
}
.bg-blue-gradient h2, .bg-blue-gradient h3, .bg-blue-gradient h4{
    color: #fff;
}
header{
    background-color: #ffffff;
    color: #002c73;
    display: block;
	width: 100%;
    padding-right: 0 !important;
    margin-right: 0 !important;
    z-index: 5;
    position: fixed;
    top: 0;
    -webkit-box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 15%);
    -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;
}
.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;
}
.quick-links-modal-open .modal-backdrop, .search-modal-open .modal-backdrop{
    background-color: #002c73;
    opacity: 1;
}
.off-screen-nav .modal-dialog, #site-search .modal-dialog{
    max-width: unset;
    margin: 0 auto;
}
.off-screen-nav .modal-body, #site-search .modal-body{
    padding: 0;
}
.off-screen-nav .modal-content, #site-search .modal-content{
    border-radius: 0;
    background-color: #002c73;
    color: #fff;
    height: 100vh;
}
.off-screen-nav .tabpanel-set, #site-search .tabpanel-set{
    margin: 50px 0 50px;
}
.off-screen-nav h1, .off-screen-nav h2, .off-screen-nav h3, .off-screen-nav h4, .off-screen-nav h5, .off-screen-nav h6,
.off-screen-nav .h1, .off-screen-nav .h2, .off-screen-nav .h3, .off-screen-nav .h4, .off-screen-nav .h5, .off-screen-nav .h6,
#site-search h1, #site-search h2, #site-search h3, #site-search h4, #site-search h5, #site-search h6,
#site-search .h1, #site-search .h2, #site-search .h3, #site-search .h4, #site-search .h5, #site-search .h6{
    color: #ffffff;
}
.off-screen-nav .nav-link .fa-solid {
    margin-right: 10px;
    color: #ff4e00;
    width: 20px;
    text-align: center;
    font-size: 1.25rem;
}
.off-screen-nav .nav-link {
    color: #fff;
    font-size: 1.125rem;
    font-weight: 700;
    text-decoration: none;
    padding: 8px 0;
    display: inline-block;
    position: relative;
}
.off-screen-nav .nav-link:hover, .off-screen-nav .nav-link:focus{
    text-decoration: underline;
}
.off-screen-nav .nav {
    display: block;
}
.off-screen-nav .auxnav {
    margin-bottom: 50px;
}
.off-screen-nav .row .col-12.col-xl-10.mx-auto, #site-search .row .col-12.col-xl-10.mx-auto{
    position: relative;
}
.off-screen-nav .close, #site-search .closeSearch{
    right: 0;
    top: -25px;
}
.off-screen-nav .close:hover, .off-screen-nav .close:focus, .close:focus, .menu-close:focus, .closeSearch:hover, .closeSearch:focus{
    color: #c9cbd0;
}
.menu-close:hover, .close:focus, .menu-close:focus{
    color: #005daa;
}
.off-screen-nav .btn{
    min-width: 200px;
}
.off-screen-nav .btn:first-of-type, #site-search .btn:first-of-type{
    margin-left: 0;
}
.off-screen-nav .btn:last-of-type, #site-search .btn:last-of-type{
    margin-right: 0;
}
.close, .menu-close, .closeSearch {
    color: #fff;
    font-size: 1.5rem;
    position: absolute !important;
    display: block;
    top: 15px;
    right: 15px;
    background-color: transparent;
    min-width: unset;
    border: none;
    padding: .375rem .75rem;
    width: auto !important;
    margin: 0 !important;
}
#site-search form {
    width: 100%;
    position: relative;
    margin-top: 100px;
}
#site-search .form-text {
    width: 100%;
    font-size: 1.875rem;
    background: transparent !important;
    color: #fff !important;
    border-bottom: 5px solid #ff4e00;
    padding: 0 0 15px 0;
    margin-bottom: 15px;
    border-radius: 0px;
}
#site-search .form-submit {
    border: 0;
    color: #ffffff;
    position: absolute;
    bottom: 25px;
    right: 0;
    background-color: transparent;
    font-size: 2.1875rem;
    text-align: right;
    width: 50px;
}
#site-search .form-submit:hover, #site-search .form-submit:focus{
    color: #c9cbd0;
}
#site-search form input[type=text], #site-search form input.form-text {
    font-weight: 400 !important;
	color: #fff;
    font-size: 2.5rem;
    border-top: none;
    border-left: none;
    border-right: none;
}
#site-search .form-text:focus{
    outline: none;
    box-shadow: none;
}
#site-search ::-webkit-input-placeholder {
    color: #fff;
}
#site-search ::-moz-placeholder {
    color: #fff;
}
#site-search ::-ms-placeholder {
    color: #fff;
}
#site-search ::placeholder {
    color: #fff;
}
.news-search input[type=text], .news-search input.form-control {
	color: #212529;
}
.news-search ::-webkit-input-placeholder {
    color: #212529;
}
.news-search ::-moz-placeholder {
    color: #212529;
}
.news-search ::-ms-placeholder {
    color: #212529;
}
.news-search ::placeholder {
    color: #212529;
}
.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: 1.25rem;
    text-decoration: none;
    position: relative;
    font-weight: 400;
    display: inline-block;
}
.main-navigation .aux .nav li a{
   font-size: 1rem; 
    padding: 20px 0 10px;
    margin: 0 20px;
}
.main-navigation .bottom-row .dropdown-menu {
    color: #000;
    border: none;
    border-radius: 0;
    padding: 1rem .5rem;
    margin: 0;
    background-color: #fff;
    width: 100%;
}
.main-navigation .bottom-row .dropdown-menu .related-links{
    background-color: #616365;
    color: #fff;
    padding: 8px 10px;
    margin-top: 0;
}
.main-navigation .bottom-row .dropdown-menu li{
    border-bottom: 1px solid #989ea0;
}
.main-navigation .bottom-row .dropdown-menu li.container, .main-navigation .bottom-row .dropdown-menu li.container-lg{
    border: none;
}
.main-navigation .bottom-row .dropdown-menu a{
    font-size: 1rem;
    display: block;
    }
.main-navigation .bottom-row .dropdown-menu .menu-heading {
    font-weight: 700;
    font-size: 1rem;
    position: relative;
    display: inline-block;
    padding: 0;
    color: #005daa;
}
.main-navigation .dropdown-toggle::after {
    border: none;
}
.main-navigation .mobile-quicklinks .nav .dropdown-toggle::after{
    display: inline-block;
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    color: #fff;
    font-weight: 900;
    position: absolute;
    border: none;
    font-size: 1.5rem;
    padding: 3px;
    top: 0;
    bottom: 0;
    right: 0;
    width: 15%;
    text-align: center;
    border-left: 0.1rem solid #005daa;
}
.main-navigation .mobile-quicklinks .nav .dropdown-toggle.show::after{
    content: "\f106";
}
.site-navigation h2{
    font-weight: 700;
    font-size: 1.4375rem;
    padding-top: 2rem;
    padding-left: 2rem;
}
.site-navigation .mobile-quicklinks h2{
    color: #ffffff;
    padding-top: 0;
    padding-left: 0;
}
.main-navigation .mobile-quicklinks {
    background-color: #002c73;
    color: #ffffff;
    padding: 0;
}
.main-navigation .mobile-quicklinks .auxnav .nav{
    display: block;
}
.main-navigation .mobile-quicklinks .dropdown-menu{
    color: #000;
    border: none;
    border-radius: 0;
    padding: 1rem 0 !important;
    margin: 0;
    background-color: #002c73;
    width: 100%;
    border-top: 1px solid #005daa;
}
.main-navigation .mobile-quicklinks .nav .nav-link {
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    text-decoration: none;
    padding: 10px 14px;
    display: block;
}
.main-navigation .mobile-quicklinks .nav .dropdown-menu .nav-item{
    margin: 0;
}
.main-navigation .mobile-quicklinks .nav .nav-link .fa-solid {
    margin-right: 10px;
    color: #ff4e00;
    width: 20px;
    text-align: center;
    font-size: 1.25rem;
}
.mobile-cta{
    margin: 50px 15px 0;
}
.mobile-cta .btn{
    font-size: 1.25rem;
    font-weight: 900;
    min-width: 187px;
}
.mobile-cta .btn.btn-arrow .fa-solid{
    top:1px;
}
.search-modal-open{
    padding-right: 0px !important;
    overflow: visible;
}
.modal-open-menu-mobile .modal-backdrop {
    background-color: #002c73;
}
.modal-open-menu-mobile .modal-backdrop.show{
    opacity: 1; 
}
.modal-content{
    border: none;
}
.main-navigation .bottom-row .dropdown-menu .related-links .h2{
    color: #fff;
    text-transform: uppercase;
    display: block;
    font-size: 1.25rem;
    margin: 10px 0;
    font-weight: 400;
}
.main-navigation .bottom-row .dropdown-menu .related-links .list-inline{
    display: inline-block;    
    }
.main-navigation .bottom-row .dropdown-menu .related-links .list-inline li{
    border-bottom: none;
}
.main-navigation .bottom-row .dropdown-menu .related-links .list-inline a{
    color: #fff;
    padding: 5px 0;  
    position: relative;
    }

.main-navigation .bottom-row .dropdown-menu .related-links .list-inline a::after{
	color:#fff;
}
	
.main-navigation .bottom-row .dropdown-menu .related-links .list-inline .list-inline-item{
    display: block;
}
.breadcrumb{
    margin: 25px 0;
    font-size: 1rem;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 1);
}
.breadcrumb a, .breadcrumb-item.active {
    color: #ffffff;
    font-weight: 700;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #ff4e00;
}
.content .breadcrumb .breadcrumb-item{
    margin-bottom: 0;
}
.section-menu{
    background-color: #ffffff;
    color: #002c73;
    position: relative;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.15); 
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.15);
}
.section-menu + .section.bg-dark-blue{
    border-top: 5px solid #fff;
}
.section-menu a{
    color: #fff;
    padding: .5rem 0;
    text-decoration: none !important;
    font-size: 1rem;
}
.section-menu .navbar{
    padding: 0;
}
.section-menu .navbar-toggler{
    border: none;
    font-size: 1.25rem;
    padding: 15px 0;
}
.section-menu .navbar-toggler:focus{
    box-shadow: 0 0 0 0.125rem;
}
.section-menu .navbar-toggler .navbar-brand .fa-minus{
    display: none;
}
.section-menu .navbar-toggler[aria-expanded="true"] .navbar-brand .fa-minus {
    display: block;
}
.section-menu .navbar-toggler[aria-expanded="true"] .navbar-brand .fa-plus {
    display: none;
}
.section-menu .navbar-toggler .navbar-brand{
    display: flex;
    align-items: center;
    margin: 0;
    color: #002c73;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.5rem;
    letter-spacing: 2px;
}
.section-menu .navbar-toggler .navbar-brand span{
    margin-right: 10px;
    font-size: 1.625rem;
    color: #005daa;
}
.section-menu a:hover, .section-menu a:focus{
    text-decoration: underline !important;
    color: #ffffff;
}
.section-menu .nav{
    display: block;
}
.section-menu .navbar-collapse{
    background-color: #002c73;
}
/* Changed 12/19/2022 from 25px 0 to 0 0 per UAT */
.section{
    padding: 0 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: flex-end;
}
.section-with-background .container, .section-with-background .container-lg {
    position: relative;
    z-index: 1;
}
.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 h2, .section-with-background h3, .section-with-background h4, .section-with-background h5, .section-with-background h6,
.section-with-background p, .section-with-background a{
    color: #fff;
}
.section-with-background a.btn-white {
    color: #002c73;
}
.section-with-background .btn-white:hover, .section-with-background .btn-white:focus {
    color: #ffffff;
}
.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #002c73;
    background-color: rgba(0,44,115,.8);
    color: #fff;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    overflow: visible;
    margin-top: 30px;
    margin-bottom: 30px;
    height: 2px !important;
    background-color: #ff4e00;
    opacity: 1;
    clear: both;
}
hr.white{
    background-color: #ffffff;
}
.lead {
    font-size: 1.375rem;
    font-weight: 400;
}
.height-20 {
    min-height: 20vh !important;
}
.height-30 {
    min-height: 30vh !important;
}
.height-40 {
    min-height: 40vh !important;
}
.opacity-40 {
    opacity: 0.4;
    mix-blend-mode: screen;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.opacity-50 {
    opacity: 0.5;
    mix-blend-mode: screen;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.opacity-60 {
    opacity: 0.6;
    mix-blend-mode: screen;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.opacity-70 {
    opacity: 0.7;
    mix-blend-mode: screen;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.opacity-80 {
    opacity: 0.8;
    mix-blend-mode: screen;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.opacity-90 {
    opacity: 0.9;
    mix-blend-mode: screen;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.main-image{
    width: 100%;
    height: 100%;
}
.main-image img{
    display: block;
    margin: 0 auto;
    object-fit: cover;
    object-position: center;
    height: 100%;
}
.icon-set {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    clear: both;
    position: relative;
    list-style: none;
    text-align: center;
    padding: 0;
}
.icon-set li:first-child {
    padding-left: 0;
}
.icon-set li {
    padding: 0 15px;
    max-width: 190px;
    position: relative;
}
.icon-set .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px auto;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    border: 4px solid #fff;
    background-color: #002c73;
    color: #fff;
    padding: 15px;
    box-shadow: 0 .125rem 1rem rgba(0,0,0,.15)!important;
}
.icon-set li:nth-child(1) .icon{
    background-color: #ff4e00;
}
.icon-set li:nth-child(2) .icon{
    background-color: #6FA03B;
} 
.icon-set li:nth-child(3) .icon{
    background-color: #005daa;
}
.icon-set li:nth-child(4) .icon{
    background-color: #002c73;
}
.icon-set li:nth-child(5) .icon{
    background-color: #CA8312;
}
.icon-set .icon .fa-solid{
    font-size: 4rem;
    text-align: center;
    -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;
}
.icon-set .icon img{
    max-height: 80px;
    display: block;
    margin: 0 auto;
    -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;
}
.icon-set a{
    text-decoration: none;
    font-weight: normal;
}
.icon-set a:hover .icon img, .icon-set a:focus .icon img{
   max-height: 60px;
}
.icon-set a:hover .icon .fa-solid, .icon-set a:focus .icon .fa-solid{
   font-size: 3rem;
}
.icon-set .icon span {
    display: table-cell;
    vertical-align: middle;
}
.bg-dark-blue .icon-set .icon-text, .bg-black .icon-set .icon-text{
    color: #fff;
}
.icon-set .icon-text {
    text-align: center;
    line-height: 2.25rem;
    margin: 0 auto;
    font-size: 1.75rem;
    font-weight: 700;
    color: #002c73;
    text-decoration: none;
    position: relative;
    top: 10px;
    -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;
}
.icon-set a:hover .icon-text, .icon-set a:focus .icon-text{
    top: 0;
}
/*Icon Carousel*/
.icon-carousel .slide {
    text-align: center;
}
.icon-carousel .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px auto;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    border: 4px solid #fff;
    background-color: #002c73;
    color: #fff;
    padding: 15px;
    box-shadow: 0 .125rem 1rem rgba(0,0,0,.15)!important;
}
.icon-carousel .slide:nth-child(1) .icon, .icon-carousel .slide:nth-child(6) .icon{
    background-color: #ff4e00;
}
.icon-carousel .slide:nth-child(2) .icon, .icon-carousel .slide:nth-child(7) .icon{
    background-color: #6FA03B;
} 
.icon-carousel .slide:nth-child(3) .icon, .icon-carousel .slide:nth-child(8) .icon{
    background-color: #005daa;
}
.icon-carousel .slide:nth-child(4) .icon, .icon-carousel .slide:nth-child(9) .icon{
    background-color: #002c73;
}
.icon-carousel .slide:nth-child(5) .icon, .icon-carousel .slide:nth-child(10) .icon{
    background-color: #CA8312;
}
.icon-carousel .icon .fa-solid{
    font-size: 4rem;
    text-align: center;
    -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;
}
.icon-carousel .icon img{
    max-height: 80px;
    display: block;
    margin: 0 auto;
    -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;
}
.icon-carousel a:hover .icon img, .icon-carousel a:focus .icon img{
   max-height: 60px;
}
.icon-carousel a:hover .icon .fa-solid, .icon-carousel a:focus .icon .fa-solid{
   font-size: 3rem;
}
.icon-carousel a:hover .icon-text, .icon-carousel a:focus .icon-text{
    top: 0;
}
.icon-carousel .icon span {
    display: table-cell;
    vertical-align: middle;
}
.icon-carousel .icon-text {
    text-align: center;
    margin: 0 auto;
    font-size: 1rem;
    padding: 10px 20px;
    color: #002c73;
    position: relative;
    top: 10px;
    -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;
}
/*Icon Cards*/
.card-with-icon{
    margin-top: 40px;
}
.card-with-icon .icon {
    position: absolute;
    left: 50%;
    right: 50%;
    top: 0;
    width: 75px;
    height: 75px;
    transform: translate(-50%, -50%);
    font-size: 1.125rem;
    text-align: center;
}
.card-with-icon .card-body{
    padding-top: 90px;
}
.card-with-icon .icon .fa-solid, .card-with-icon .icon .fa-brands, .card-with-icon .icon .fa-regular {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin: 10px auto;
    background-color: #ff4e00;
    border: 4px solid #fff;
    border-radius: 50%;
    color: #fff;
    width: 100px;
    height: 100px;
    font-size: 2.25em;
    margin-bottom: 10px;
    text-align: center;
    position: relative;
    box-shadow: 0 .125rem 1rem rgba(0,0,0,.15)!important;
}
/*Arrow List*/
.arrow-list {
    list-style: none;
    margin-top: 25px;
    margin-bottom: 25px;
    position: relative;
    padding: 0;
    font-size: 1.125rem;
}
.arrow-list li {
    display: block;
    clear: both;
    line-height: 1.45;
    margin: 10px 0 !important;
}
.arrow-list li a{
    text-decoration: none;
}
.arrow-list li a:hover, .arrow-list li a:focus{
    text-decoration: underline;
}
.arrow-list li:after a:hover, .arrow-list li:after a:focus{
    color: #005daa;
}
.arrow-list li:after {
    content: "\f105";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 1rem;
    position: relative;
    right: -5px;
    color: #ff4e00;
}
/*Numbered Step List*/
.numbered-steps {
    margin-left: 0;
	padding-left: 0px;
    padding-right: 0;
    list-style-type: none;
}
.numbered-steps li {
    counter-increment: step-counter;
    margin-bottom: 10px;
    position: relative;
    min-height: 45px;
    padding: 10px 0 10px 55px;
}
.numbered-steps li::before {
    content: counter(step-counter);
    margin-right: 15px;
    font-weight: bold;
    border-radius: 50%;
    color: #fff;
    background-color: #005daa;
    width: 45px;
    height: 45px;
    font-size: 2rem;
    line-height: 45px;
    text-align: center;
    position: absolute;
    left: 0;
    padding: 0;
    top: 50%;
    transform: translate(0, -50%);
}
/*Contact List*/
.contact-list {
    padding-left: 25px;
    list-style: none;
    margin-bottom: 25px;
    position: relative;
    line-height: 1.35;
}
.contact-list li {
    display: block;
    clear: both;
    margin: 5px 0 !important;
}
.contact-list li:before {
    display: block;
    position: absolute;
    left: -5px;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 1.125rem;
    width: 20px;
    text-align: center;
    line-height: 22px;
    color: #005daa;
}
.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";
}
.bg-dark-blue .contact-list li:before{
    color: #fff;
}
/*Resource List*/
.resource-list {
    list-style: none;
    margin: 20px auto;
    padding-left: 0;
    font-weight: 700;
}
.resource-list li {
    display: block;
    clear: both;
    margin: 10px 0 !important;
    padding-bottom: 10px;
    position: relative;
}
.resource-list li a{
    text-decoration: none;
}
.resource-list li:after{
    content: "";
    position: absolute;
    height: 2px;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #e6e6e6;
}
.resource-list li:before{
    content: "";
    position: absolute;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #ff4e00;
    visibility: hidden;
    width: 0;
    transition: width .35s ease-out,visibility .35s ease-out;
    z-index: 1;
    padding: 0;
    top: unset;
    right: unset;
}
.resource-list li:hover:before, .resource-list li:focus:before{
    visibility: visible;
    width: 100%;
}
/*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: '\f105';
}
.gallery-slider .slick-prev {
    left: inherit;
    right: 45px;
    z-index: 1;
}
.gallery-slider .slick-prev:before {
    content: '\f104';
}
.gallery-slider .slick-prev:before, .gallery-slider .slick-next:before {
    font-size: 52px;
    opacity: 1;
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900;
    color: #005daa;
}
.gallery-slider .slick-prev,  .gallery-slider .slick-next {
    top: inherit;
    bottom: -85px;
    width: 35px;
    height: 55px;
    color: #005daa;
}
.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: #ff4e00;
}
.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, 44, 115, .75);
}
.gallery-slider .carousel-caption h1, .gallery-slider .carousel-caption h2, .gallery-slider .carousel-caption h3 {
    font-size: 1.125rem;
    line-height: 32px;
    margin: 0;
    color: #fff !important;
    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 Free" !important;
    content: "\f111" !important;
    font-weight: 900;
    display: block;
    opacity: 1;
    color: #005daa;
    font-size: 14px;
}
.gallery-slider .slick-dots li.slick-active button:before{
    content: "\f111" !important;
    opacity: 1;
    color: #ff4e00;
}
.slick-dots li button:focus {
    outline: 1px solid #005daa;
}
/*Cards*/
.card.plain {
    background-color: transparent;
}
.bg-dark-blue .card.plain, .bg-black .card.plain {
    color: #fff;
}
.bg-dark-blue .card.plain h2, .bg-dark-blue .card.plain h3, .bg-dark-blue .card.plain h4, .bg-dark-blue .card.plain h5, .bg-dark-blue .card.plain h6{
    color: #fff;
}
.card {
    border-radius: 0;
    margin-bottom: 20px;
    border: none;
    min-height: 160px;
}
.card a:hover h2, .card a:hover h3, .card a:hover h4, .card a:hover h5, .card a:hover h6,
.card a:focus h2, .card a:focus h3, .card a:focus h4, .card a:focus h5, .card a:focus h6{
    color: #005daa;
}
.card.bg-dark-blue a{
/*     color: #fff; */
}
.card.bg-dark-blue a:hover h2, .card.bg-dark-blue a:hover h3, .card.bg-dark-blue a:hover h4, .card.bg-dark-blue a:hover h5, .card.bg-dark-blue a:hover h6,
.card.bg-dark-blue a:focus h2, .card.bg-dark-blue a:focus h3, .card.bg-dark-blue a:focus h4, .card.bg-dark-blue a:focus h5, .card.bg-dark-blue a:focus h6,
.card.card-background a:hover h2, .card.card-background a:hover h3, .card.card-background a:hover h4, .card.card-background a:hover h5, .card.card-background a:hover h6,
.card.card-background a:focus h2, .card.card-background a:focus h3, .card.card-background a:focus h4, .card.card-background a:focus h5, .card.card-background a:focus h6{
    color: #fff;
}
.card h2, .card h3, .card h4, .card h5, .card h6{
    margin-top: 0;
}
.card .image-overlay {
    padding-top: 70%;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.col-md-4 .card .image-overlay, .col-lg-4 .card .image-overlay, .col-xl-4 .card .image-overlay {
    padding-top: 70%;
}
.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.gradient-card:hover .image-overlay .card-img-top{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}
.card.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;
}
.card-background:hover .opacity-60{
    opacity: 0.9;
}
.card-background .plus-icon:focus + .opacity-60{
    opacity: 0.9;
}
.card-background .card-body h2, .card-background .card-body h3, .card-background .card-body h4{
    margin-bottom: 0;
}
.bg-dark-blue .card.card-background .bg-image + .card-body h1, .bg-dark-blue .card.card-background .bg-image + .card-body h2, .bg-dark-blue .card.card-background .bg-image + .card-body h3, .bg-dark-blue .card.card-background .bg-image + .card-body h4, .bg-black .card.card-background .bg-image + .card-body h1, .bg-black .card.card-background .bg-image + .card-body h2, .bg-black .card.card-background .bg-image + .card-body h3, .bg-black .card.card-background .bg-image + .card-body h4, .bg-dark-blue .card.card-background .bg-image + .card-body {
    color: #fff;
}
.bg-dark-blue .card.card-background .hidden-content a, .bg-black .card.card-background .hidden-content a {
    color: #fff;
}
.bg-dark-blue .card.card-background .hidden-content a.btn-white-outlined:hover, .bg-dark-blue .card.card-background .hidden-content a.btn-white-outlined:focus {
    color: #002c73;
}
.card-background .card-body {
    text-align: left;
    position: absolute;
    bottom: 30px;
    z-index: 1;
    width: 100%;
}
.card-background .visually-hidden{
    background-color: #000;
}
.card-background .plus-icon{
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 2rem;
    background-color: transparent;
    border: none;
    z-index: 4;
    padding: 0;
    color: #fff;
    width: 60px;
    height: 60px;
}
.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-background .plus-icon:hover .fa-plus, .card-background .plus-icon:focus .fa-plus{
    color: #ff4e00;
}
.card-background .plus-icon .fa-plus {
    color: #fff;
    position: absolute;
    font-size: 2rem;
    bottom: 15px;
    right: 15px;
    transition: transform .25s;
    -webkit-transition: transform .25s;
    -moz-transition: transform .25s;
    -ms-transition: transform .25s;
    -o-transition: transform .25s;
}
.card-background .plus-icon[aria-expanded="true"] .fa-plus {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.card-background .plus-icon[aria-expanded="true"] + .overlay{
    background: #002c73;
}
.card-background .hidden-content{
    position: relative;
    padding: 1.5rem 1.5rem 3.5rem 1.5rem;
    z-index: 3;
    background-color: #002c73;
    min-height: 315px;
}
.card-background .hidden-content ul{
    list-style: none;
    padding-left: 0;
    font-size: .9rem;
}
.card-background .hidden-content .btn {
    font-size: .9rem;
    margin: 10px auto;
}
.card-background .hidden-content ul li{
    margin: 5px 0 !important;
}
.card > .bg-image {
    border-radius: 0;
}
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;
}
.gradient-card{
    text-align: center;
    background-color: #002c73;
}
.gradient-card .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) 70%, rgba(0,0,0,0.7) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 70%,rgba(0,0,0,0.7) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 70%,rgba(0,0,0,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 );
}
.gradient-card a{
    text-decoration: none;
}
.gradient-card a:hover .card-footer, .gradient-card a:focus .card-footer{
    background-color: #002c73;
    color: #fff;
}
.card-footer{
    background-color: #005daa;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 700;
    padding: 20px;
}
/*Card Carousel*/
.card-carousel-wrapper .card{
    margin: 15px;
}
.card-carousel-wrapper .card .card-body{
    padding: 1.25rem;
    min-height: 185px;
}
.card-carousel .slick-next:before, .spotlight-carousel .slick-next:before, .icon-carousel .slick-next:before{
    content: '\f105';
}
.card-carousel .slick-prev:before, .spotlight-carousel .slick-prev:before, .icon-carousel .slick-prev:before{
    content: '\f104';
}
.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{
    font-size: 50px;
    opacity: 1;
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900;
    color: #005daa;
}
.card-carousel .slick-prev,  .card-carousel .slick-next,
.spotlight-carousel .slick-prev,  .spotlight-carousel .slick-next,
.icon-carousel .slick-prev,  .icon-carousel .slick-next{
    width: 55px;
    height: 55px;
    color: #005daa;
}
.card-carousel .slick-prev,
.spotlight-carousel .slick-prev,
.icon-carousel .slick-prev{
    left: -55px;
}
.card-carousel .slick-next,
.spotlight-carousel .slick-next,
.icon-carousel .slick-next{
    right: -55px;
}
.card-carousel .slick-prev:hover:before, .card-carousel .slick-next:hover:before, .card-carousel .slick-prev:focus:before, .card-carousel .slick-next:focus:before,
.spotlight-carousel .slick-prev:hover:before, .spotlight-carousel .slick-next:hover:before, .spotlight-carousel .slick-prev:focus:before, .spotlight-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{
    color: #ff4e00;
}
.card-carousel .slick-prev{
z-index: 2
}
/*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: 1.25rem;
    padding: 40px 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);
}
.video-feature, .hero-image-feature{
    width: 100%;
    height: 500px;
    left: 0;
    top: 0;
    border-bottom: 5px solid #ff4e00;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-color: #002c73;
    display: flex;
    align-items: flex-end;
    position: relative;
    padding: 30px 0;
}
.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) 20%, rgba(0,0,0,0.8) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 20%,rgba(0,0,0,0.8) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 20%,rgba(0,0,0,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 );
}
.hero-image-feature .container, .hero-image-feature .container-lg{
    position: relative;
    z-index: 1;
}
.hero-image-feature .page-title{
    font-size: 4rem;
    text-align: left;
    color: #ffffff;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 1);
    position: relative;
    padding-top: 20px;
}
.hero-image-feature .page-title:before{
    content: "";
    background-color: #ff4e00;
    position: absolute;
    top: 0;
    left: 0;
    height: 5px;
    width: 60px;
}
.hero-image-feature.no-image{
    height: auto;
    padding: 0;
    background-color: #f5f5f5;
}
.hero-image-feature.no-image .breadcrumb {
   text-shadow: none;
}
.hero-image-feature.no-image .breadcrumb a, .hero-image-feature.no-image .breadcrumb-item.active {
    color: #002c73;
}
.hero-image-feature.no-image .page-title {
    color: #005daa;
    text-shadow: none;
}
.hero-image-feature.no-image .overlay{
    display: none;
}
.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: 700;
    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,44,115,0.4);
}
#video-modal .modal-body, #video-modal-2 .modal-body,
#video-modal-3 .modal-body, #video-modal-4 .modal-body,
#video-modal-5 .modal-body, #video-modal-6 .modal-body,
#video-modal-7 .modal-body, #video-modal-8 .modal-body {
    position: relative;
    padding: 0px;
}
#video-modal-2 .modal-body, #video-modal-3 .modal-body, 
#video-modal-4 .modal-body, #video-modal-5 .modal-body, 
#video-modal-6 .modal-body, #video-modal-7 .modal-body, 
#video-modal-8 .modal-body {
    margin-bottom: -8px;
}
#video-modal-2 video, #video-modal-3 video, 
#video-modal-4 video, #video-modal-5 video, 
#video-modal-6 video, #video-modal-7 video, 
#video-modal-8 video {
    width: 100%;
}
#video-modal .modal-dialog, #video-modal-2 .modal-dialog,
#video-modal-3 .modal-dialog, #video-modal-4 .modal-dialog,
#video-modal-5 .modal-dialog, #video-modal-6 .modal-dialog,
#video-modal-7 .modal-dialog, #video-modal-8 .modal-dialog{
    width: 100%;
}



.video-modal-open .modal-backdrop.show {
    opacity: .75;
}
.load-video {
    top: 10px;
    left: 20px;
    z-index: 1;
    cursor: pointer;
    position: absolute;
    -webkit-box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 20%);
}
#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: #002c73;
    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 #ff4e00;
    font-size: 1.125rem;
}
.video-holder .video-caption-button .fa-solid{
    text-align: center;
    width: 100%;
    display: block;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    z-index: 2;
}
.close-dark {
    z-index: 2;
    top: -70px;
    right: -70px;
    color: #005daa;
    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:hover, .close-dark:focus{
    color: #ff4e00;
}
.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: 700;
}
.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: #ff4e00;
}
#sidebar .navbar .navbar-toggler[aria-expanded="false"] .fa-chevron-up {
    display: none;
}
#sidebar .navbar .navbar-toggler[aria-expanded="true"] .fa-chevron-down{
    display:none;
}
/*Split Boxes*/
.split-image-text {
    clear: both;
    margin: 60px auto;
    align-items: center;
}
.split-image-text .split-image-left{
    position: relative;
    z-index: 2;
    left: 30px;
}
.split-image-text .split-image-right{
    position: relative;
    z-index: 2;
    left: -50px;
}
.split-image-text .split-image-left img, .split-image-text .split-image-right img{
    width: 100%;
    height: 415px;
    object-fit: cover;
}
.split-image-text .split-text-left{
    display: flex;
    align-items: center; 
    z-index: 1;
    right: -90px;
    position: relative;
}
.split-image-text .split-text-right{
    display: flex;
    align-items: center; 
    z-index: 1;
    left: -90px;
    position: relative;
}
.split-image-text .split-text-right .split-text{
    background-color: #f5f5f5;
    padding: 80px 50px 80px 150px
}
.split-image-text .split-text-left .split-text{
    background-color: #f5f5f5;
    padding: 90px 150px 90px 50px;
}
.bg-dark-blue .split-text h1, .bg-dark-blue .split-text h2, .bg-dark-blue .split-text h3, .bg-dark-blue .split-text h4, .bg-black .split-text h1, .bg-black .split-text h2, .bg-black .split-text h3, .bg-black .split-text h4 {
    color: #002c73;
}
.bg-dark-blue .split-text, .bg-dark-blue .split-text, .bg-dark-blue .split-text, .bg-dark-blue .split-text, .bg-black .split-text, .bg-black .split-text, .bg-black .split-text, .bg-black .split-text {
    color: #000;
}
/*Accordion*/
.accordion{
    margin: 30px 0;
}
.accordion-item{
    border: none;
}
.accordion-header {
    margin: 0;
    font-weight: 700;
    border-bottom: 2px solid #ff4e00;
}
.accordion-button{
    font-size: 1.5rem;
    font-weight: 700;
    color: #002c73;
    border-radius: 0px;
    border: none;
    padding: 20px 0;
}
.accordion-button:hover, .accordion-button:focus{
    color: #005daa;
}
.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: #005daa;
    background-color: #fff;
}
.accordion .accordion-item .accordion-body{
    padding:30px;
    background-color: #f8f9fa;
}
.accordion-button::after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f107";
    font-size: 35px;
    color: #005daa;
    line-height: 1;
    top: -8px;
    right: 40px;
    position: relative;
    padding-left: 60px;
    background-image: none;
}
.accordion-button:not(.collapsed)::after {
    background-image: none;
    transform: none;
    content: "\f106";
    padding-left: 60px;
}
.accordion-style-2 .accordion-button::after{
    content: "\2b";
}
.accordion-style-2 .accordion-button:not(.collapsed)::after {
    content: "\f068";
}
.accordion-style-3 .accordion-button::after{
    content: "\f055";
}
.accordion-style-3 .accordion-button:not(.collapsed)::after {
    content: "\f056";
}
.accordion-button-link{
    text-decoration: none;
    position: relative;
    display: inline-block;
}
/*Tabs*/
.tabs .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    border-bottom: 4px solid #ff4e00;
	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 Free";
    font-weight: 900;
    content: "\f107";
    position: absolute;
    font-size: 35px;
    color: #005daa;
    bottom: -50px;
    left: 50%;
    transform: translate(-50%,0);
}
.tabs .nav-tabs .nav-link {
    border: none;
    border-radius: 0;
	font-size: 20px;
	color: #000;
	padding: 12px 25px 8px;
	text-decoration: none;
    font-weight: 400;
}
.tabs .nav-tabs  > a:last-of-type {
    margin-right: 0;
}
.tabs .nav-tabs .nav-link:after {
	content: none;
}
.tabs .nav-tabs .nav-item:last-child .nav-link {
	border-right: none;
}
.tabs .nav-tabs .nav-item {
    margin-bottom: -4px;
	margin-top: 0;
	background-color: transparent;
    border-bottom: 4px solid #ececec;
}
.tabs .nav-tabs .nav-link:hover {
	text-decoration: none;
}
.tabs .nav-tabs {
    border-bottom: 4px solid #ececec;
	margin-top: 10px;
}
.tabs .nav-tabs .nav-link:hover {
    border-bottom-color: #ff4e00;
}
.tabs .nav-tabs .nav-link:focus {
    border-bottom-color: #ff4e00;
}
.tabs .nav-tabs .nav-link.active:hover {
	border-bottom-color: #ff4e00;
}
.tabs .tab-content {
	text-align: left;
    padding: 40px 20px;
    background-color: #fff;
    margin-bottom: 20px;
}
.tabs .tab-content h3 {
	margin: 20px 0;
}
.vertical-tabs .nav-pills .nav-link{
    border-radius: 0;
    width: 256px;
    padding: 1rem;
    font-size: 1.125rem;
    border: 1px solid #005daa;
    background-color: #fff;
    color: #005daa;
    margin-bottom: 15px;
}
.vertical-tabs .nav-pills .nav-link.active, .vertical-tabs .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #005daa;
    font-weight: 700;
}
.vertical-tabs .tab-content{
    padding: 20px 20px 20px 100px;
}
thead{
    background-color: #002c73;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
}
thead th{
    padding: 15px 5px;
}
table td{
    padding: 5px;
}
.form-check.text-center .form-check-input {
    float: none;
}
.factoids{
    text-align: center;
    color: #002c73;
}
.factoid{
    text-align: left;
    color: #002c73;
}
.factoids .large-content, .factoid .large-content{
    font-weight: 900;
    text-transform: uppercase;
    font-size: 4.375rem;
    line-height: 1;
    color: #005daa;
}
.factoids .col-lg-4{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.bg-dark-blue .factoids .large-content, .bg-dark-blue .factoid .large-content{
    color: #fff;
}
.bg-dark-blue .factoids p, .bg-dark-blue .factoid p{
    color: #fff;
}
.factoid p{
    border-top: 4px solid #ff4e00;
    padding-top: 15px;
    display: inline-block;
}
.factoids p, .factoid p{
    font-size: 1.25rem;
    color: #002c73;
    font-weight: 700;
}
.featured-news .card a{
    text-decoration: none;
}
.featured-news .card a:hover, .featured-news .card a:focus{
    text-decoration: underline;
}
.meta-data {
    font-size: 1rem;
    margin-bottom: 15px;
    display: inline-block;
    padding: 10px;
    background-color: #002c73;
    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;
}
.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;
}
.news-events-header {
    position: relative;
    margin-bottom: 20px;
}
.news-events-header .news, .news-events-header .events {
    text-align: right;
    text-decoration: none;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    font-weight: 400;
    color: #005daa;
}
.news-events-header .news .fa-solid, .news-events-header .events .fa-solid{
    color: #ff4e00;
}
.news-events-header .news:hover, .news-events-header .news:focus, .news-events-header .events:hover, .news-events-header .events:focus{
    text-decoration: underline;
}
.category {
    margin-bottom: 15px;
    display: block;
    color: #005daa;
}
.featured-news h2 a:hover, .featured-news h2 a:focus,
.featured-news h3 a:hover, .featured-news h3 a:focus{
    color: #005daa;
}
a:hover .fa-brands, a:focus .fa-brands{
    color: #005daa;
}
a .fa-brands{
    margin: 0 10px;
}
.card-body .event-item{
    margin-bottom: 0;
}
.event-item{
    display: flex;
    background-color: #005daa;
    margin-bottom: 35px;
    position: relative;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.event-item .event-title{
    margin-top: 0;
    font-size: 1.75rem;
    margin-bottom: 10px;
}
.event-item .event-title a{
    text-decoration: none;
    font-weight: normal;
}
.event-item .event-title a:hover, .event-item .event-title a:focus{
    color: #005daa;
    text-decoration: underline;
}
.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 .event-month {
    display: block;
    text-align: center;
    font-size: 1.875rem;
    color: #fff;
}
.event-item .event-date .event-day {
    display: block;
    text-align: center;
    font-size: 2.5rem;
    font-weight: bold;
    color: #fff;
}
.event-item .event-date .year{
    color:#fff;
    text-align: center;
    display: block;
}
.event-item .event-text {
    line-height: 1.375;
    position: relative;
    padding-left: 20px;
    background-color: #fff;
    width: 100%;
}
.bg-light-gray .event-item .event-text{
    background-color: #f5f5f5;
}
.bg-light-gray .card .event-item .event-text{
    background-color: #fff;
}
.event-item .event-date-bg{
    padding: 15px;
    line-height: 1.125;
    min-width: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.event-item .event-item-time-location{
    color: #005daa;
    margin-bottom: 10px;
}
.event-item .event-item-time-location .time{
    display: block;
}
.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 Free";
    font-weight: 900;
    content: "\f017";
    font-size: 0.875rem;
    margin-right: 5px;
    color: #ff4e00;
}
.event-item .event-item-time-location .location{
    margin-top: 5px;
    display: block;
}
.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 Free";
    font-weight: 900;
    content: "\f3c5";
    font-size: 0.875rem;
    margin-right: 5px;
    color: #ff4e00;
}
.directory-profile h1, .directory-profile h2, .directory-profile h3, .directory-profile h4, .directory-profile h5, .directory-profile h6 {
    margin-top: 40px;
    margin-bottom: 20px;
}
#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{
    margin-top: 7px;
}
#department-filter select, .custom-select {
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-image: url(../images/icon-arrowdown-black.jpg);
    background-size: 30px auto;
    background-repeat: no-repeat;
    background-position: right 50%;
    background-color: #FFFFFF;
    overflow: auto;
    width: 100% !important;
}
#department-filter .form-control, div.dataTables_wrapper div.dataTables_filter input {
    position: relative;
}
div.dataTables_wrapper div.dataTables_info {
    padding-top: 2em;
    font-size: 1rem;
}
.faculty-box {
    float: left;
    margin-top: 15px;
    margin-bottom: 15px;
}
.faculty-headshot{
    max-width: 350px;
}
.faculty-box-info {
    display: flex;
    align-items: center;
}
.faculty-box-info-title {
    margin-right: 8px;
    font-size: 0.9375rem;
    font-weight: 700;
    letter-spacing: 3px;
    color: #002c73;
    text-transform: uppercase;
}
.pagination {
    margin: 20px auto !important;
}
.pagination .page-item .page-link{
    text-decoration: none !important;
}
.pagination .page-link{
    color: #005daa;
}
.pagination .page-item.active .page-link{
    background-color: #002c73 !important;
    border-color: #002c73 !important;
    color: #fff;
}
.pagination .page-item .page-link:hover, .pagination .page-item .page-link:focus {
    color: #fff;
}
#ou-search-results ::after{
    content: "";
}
#ou-search-results a#ou-search-open-advanced.btn-light-blue {
    color: #fff!important;
}
#ou-search-results #ou-search-open-advanced:focus, #ou-search-results #ou-search-open-advanced:hover {
    background-color: #005daa !important;
    box-shadow: none !important;
    border:solid 1px #002c73 !important;
}
#ou-search-results .ou-search-input {
    border: 1px solid #ced4da !important;
}
#ou-search-results a {
    color: #002c73  !important;
}
#ou-search-results legend {
    border-bottom: 1px solid #ff4e00  !important;
}
#ou-search-results .ou-search-advanced{
     border: 1px solid #ff4e00  !important;
}
#ou-search-results .ou-search-advanced-group label {
    font-weight: 400 !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: #002c73 !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: #002c73 !important;
    border-color: #002c73 !important;
    color: #fff !important;
}
#ou-search-results .ou-search-autocomplete-active {
    background: #002c73 !important;
}
.ou-search-advanced-open .fa-plus:before {
    content: "\f068";
}
/*Video*/
.video-feature {
    width: 100%;
    height: calc(100vh - 162px);
    left: 0;
    top: 0;
    border: none;
	overflow: hidden;
    background-size: cover;
    background-position: center;
    background-color: #002c73;
}
.video-feature 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: #002c73;
    color: #fff;
}
.play{
    display:none;
}
.play-pause .fa{
    position: absolute;
    text-align: center;
    font-size: 1.75rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.play-pause .fa-play{
    position: absolute;
    text-align: center;
    font-size: 1.75rem;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
}
.video-feature .video-caption{
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 50px;
    padding: 30px 50px 0;
    text-align: left;
    line-height: 30px;
    z-index: 1;
    position: absolute;
    color: #fff;
}
.video-feature .video-caption img{
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.video-feature .button-wrapper{
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
    width: 100%;
}
/*Home Page Slider*/
.hero-slider-wrapper, .hero-video-wrapper{
   position: relative; 
   overflow: hidden;
   background-color: #002c73;
   border-bottom: 5px solid #ff4e00;
}
.hero-slider{
    position: relative;
    margin-bottom: 0 !important;
}
.hero-slider .slide{
    width: 100vw;
    height: calc(100vh - 162px);
    display: flex;
    justify-content: flex-end;
    align-items: left;
    position: relative;
    background-color: #002c73;
}
.hero-slider .slide .slider-img{  
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.hero-slider .carousel-caption{
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 100px;
    padding: 30px 50px 0;
    text-align: left;
    line-height: 30px;
    z-index: 1;
}
.hero-slider-wrapper .carousel-caption-overlay, .hero-video-wrapper .video-caption-overlay{
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 20%, rgba(0,0,0,0.8) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 20%,rgba(0,0,0,0.8) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 20%,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, .hero-image-feature .description a{
    color: #fff;
    text-decoration: none;
}
.hero-slider .carousel-caption h1, .video-caption h1{
/*     line-height: 78px; */
	line-height: 62px; /* changed from 62 to accommodate long H1 that spills onto the next line 02/06/24 */
    color: #fff !important;
/*     font-size: 3.975em; */
	font-size: 4.375em; /* changed from 4.375 to accommodate long H1 that spills onto the next line 02/06/24 */
    text-shadow: rgba(0, 0, 0, 0.75) 0px 2px 5px;
    margin-bottom: 25px;
/* 	max-width: 936px !important; /* kcc edit to make the second sentence drop to the next line 2/7/24 */ */
}
.hero-slider .carousel-caption .description, .video-caption .description, .hero-image-feature .description{
    font-size: 1.6875em;
    background-color: rgba(0,44,115,.7);
    padding: 20px;
    width: max-content;
    line-height: 1.25em;
    margin-bottom: 15px;
}
.hero-slider-wrapper .slick-prev, .hero-slider-wrapper .slick-next{
    z-index: 1;
    color: #002c73;
    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: #002c73;
    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 Free";
    content: "\f04c";
    font-weight: 900;
    display: block;
    font-size: 12px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.hero-slider-wrapper .slide-controllers .pause-play.paused:before{
    content: "\f04b";
}
.hero-slider-wrapper .slick-prev:hover, .hero-slider-wrapper .slick-prev:focus, .hero-slider-wrapper .slick-next:hover, .hero-slider-wrapper .slick-next:focus, .hero-slider-wrapper .slide-controllers .pause-play:focus, .hero-slider-wrapper .slide-controllers .pause-play:hover{
    color: #fff !important;
    background-color: #002c73 !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 Free" !important;
    content: "\f105" !important;
    font-weight: 900;
    display: block;
    opacity: 1;
    font-size: 20px !important;
    color: #002c73;
}
.hero-slider-wrapper .slick-prev:before {
    font-family: "Font Awesome 6 Free" !important;
    content: "\f104" !important;
    font-weight: 900;
    display: block;
    opacity: 1;
    font-size: 20px !important;
    color: #002c73;
}
.hero-slider-wrapper .slick-dots li button:before{
    font-family: "Font Awesome 6 Free" !important;
    content: "\f111" !important;
    font-weight: 400;
    display: block;
    opacity: 1;
    color: white;
    font-size: 14px;
}
.hero-slider-wrapper .slick-dots li.slick-active button:before{
    content: "\f111" !important;
    opacity: 1;
    color: white;
    font-weight: 900;
}
.slick-dots + .slick-dots{
    display: none;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: .5;
}
.slide-dots .slick-dots {
    bottom: 35px !important;
    left: 140px;
    text-align: left;
    z-index: 1;
}
.fullwidth-split-image {
    position: relative;
}
.fullwidth-split {
    padding: 0;
}
.fullwidth-split .container-fluid {
    padding-left: 0;
    padding-right: 0;
}
.fullwidth-split-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5rem 0;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col, .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.popup-modal-open[style]{
    overflow: visible !important;
    padding-right: 0 !important;
}
#popup-modal-lg.modal {
    top: 35%;
    left: unset;
    right: 0;
    width: auto;
    padding: 0 !important;
    overflow: visible !important;
}
#popup-modal-sm.modal {
    top: 55%;
}
#popup-modal-sm .modal-content{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);
}
#popup-modal-lg .modal-content{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);
    min-height: 350px;
}
#popup-modal-lg .modal-title, #popup-modal-sm .modal-title{
    font-size: 2rem;
    line-height: 1.25;
    margin-top: 0;
}
#popup-modal-lg .close, #popup-modal-sm .close{
    color: #002c73;
}
#popup-modal-lg .modal-header.bg-dark-blue .close, #popup-modal-sm .modal-header.bg-dark-blue .close{
    color: #fff;
}
#popup-modal-lg p:last-child, #popup-modal-sm p:last-child{
    margin-top: 0;
}
footer{
    background-color: #002c73;
    color: #c9cbd0;
    font-size: 0.938rem;
}
footer .footer-logo {
    display: block;
    margin: 30px auto 0;
    max-width: 400px;
}
footer .address-container{
    text-align: center;
    margin: 0 0 40px;
    display: block;
}
footer address{
    display: block;
}
footer a{
    color: #c9cbd0;
    text-decoration: none;
}
footer a:hover, footer a:focus{
    color: #fff;
    text-decoration: underline;
}
footer ul{
   list-style: none;
   padding: 0;
}
footer .resource-menu a, footer .utility-menu a{
    padding: 0;
}
footer .utility-menu a{
    font-size: 0.875rem;
}
footer .utility-menu li{
    position: relative;
    margin-right: 25px !important;
}
.footer-social {
    padding-left: 0;
    list-style: none;
    text-align: center;
    margin: 0 auto;
}
.footer-social li {
    display: inline-block;
    margin: 0 5px;
}
.footer-social a {
    color: #c9cbd0;
}
.footer-social li a:before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Brands";
    font-weight: 900;
    color: #c9cbd0;
    font-size: 32px;
    width: 38px;
    height: 38px;
    line-height: 38px;
}
.footer-social li a.twitter:before {
	content: "\f099";
} 
.footer-social li a.facebook:before{
	content: "\f39e";
} 
.footer-social li a.youtube:before {
	content: "\f167";
} 
.footer-social li a.instagram:before {
	content: "\f16d";
}
.footer-social li a.linkedin:before {
	content: "\f0e1";
}
footer .bottom-row{
    background-color: #002c73;
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid #005daa;
}
footer .bottom-row .container-lg{
    padding: 0;
}
footer .utility-menu {
    text-align: center;
    margin-bottom: 0;
}
footer .resource-menu .nav{
    display: block;
    width: 100%;
}
footer .resource-menu a.nav-link{
    font-size: 1.125rem;
    color: #fff;
    font-weight: 900;
    padding: 15px;
}
footer .resource-menu a.nav-link:hover, footer .resource-menu a.nav-link:focus{
    text-decoration: none;
    cursor: auto;
}
footer .resource-menu .dropdown-menu li a.dropdown-item:focus, footer .resource-menu .dropdown-menu li a.dropdown-item:hover {
    color: #fff;
    background-color: transparent;
}
footer .resource-menu .dropdown-menu{
    position: relative !important;
    background-color: #002c73;
    box-shadow: none;
    border: none;
    color: #fff;
    padding: 20px 15px;
    font-size: 0.938rem;
    transform: none !important;
    border-top: 1px solid #005daa;
    z-index: 4;
   }
footer .resource-menu .dropdown-menu li a{
    color: #c9cbd0;;    
    }
footer .resource-menu a.nav-link.dropdown-toggle::after{
    display: inline-block;
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    color: #fff;
    font-weight: 900;
    position: absolute;
    border: none;
    font-size: 1.5rem;
    padding: 10px 20px 15px 20px;
    top: 0;
    bottom: 0;
    right: 0;
    border-left: 0.1rem solid #005daa;
    }
footer .resource-menu a.nav-link.dropdown-toggle.show::after {
    content: "\f106";
}


/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
.site-navigation .modal-content {
    width: 100% !important;
}
#site-search form input[type=text], #site-search form input.form-text {
    font-size: 1.25rem;
}
.main-navigation .bottom-row .nav .nav-item .nav-link {
    width: 85% !important;
    }
.main-navigation .bottom-row .arrow-button {
    width: 15% !important;
    }
footer .col-md-6.col-lg-3{
   border-bottom: 1px solid #005daa;
   padding: 0;
}
footer .resource-menu .dropdown-menu li {
    margin-bottom: 10px;
}
.footer-social {
    padding-bottom: 20px;
    border-bottom: 1px solid #005daa;    
    }
footer .utility-menu {
    margin-top: 20px;
    padding: 20px 30px;
    }
.col-lg-5.offset-lg-1.order-lg-1.align-self-center{
    padding: 20px;    
    }
}


/* Landscape phones and portrait tablets */
@media (max-width: 991px) {
  body{
     /* border: 1px solid #66ff33;*/
    }
.btn{
    width: max-content;
    margin-left: auto;
    margin-right: auto;    
    padding: 12px;
    }
.spacer-40 {
    padding: 10px 0;
    display: block;
    clear: both;
}
.spacer-50 {
    padding: 20px 0;
    display: block;
    clear: both;
}
.spacer-60 {
    padding: 15px 0;
    display: block;
    clear: both;
}
.spacer-80 {
    padding: 30px 0;
    display: block;
    clear: both;
}
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;
}
blockquote {
    font-size: 1.5rem;
    margin: 40px auto;
}
.video-feature, .hero-slider .slide {
    height: calc(100vh - 200px);
    }
.hero-image-feature{
    height: 400px;
    }
.hero-image-feature .page-title {
    font-size: 2.5rem;
    }
.hero-slider .carousel-caption h1, .video-caption h1 {
    font-size: 2.5rem;
    line-height: 50px;
    display: block;
    margin-bottom: 10px;
}
.hero-slider .carousel-caption .description, .video-caption .description, .hero-image-feature .description{
    font-size: 1em;
    width: 100%;  
    margin-bottom: 5px;
    }
.hero-slider .carousel-caption{
    padding: 0;
    bottom: 75px;
    }
.video-feature .video-caption {
    padding: 0;
    bottom: 50px;
    }
.video-caption-button {
    left: 55px;
    bottom: 65px;
    }
.play-pause, .play{
    right: 25px;
    bottom: 0;
    }
.load-video {
    padding: 12px 30px 12px 15px;
    width: auto;
    }
.close-dark {
    right: 15px;
    }
.factoids {
    align-items: center;
    }
.factoid {
    align-items: left;
    }
.factoids .col-lg-6{
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 2px solid #ff4e00;
}
.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 #ff4e00;
}
.factoids .col-lg-4:last-of-type{
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.figure{
   margin-left: auto;
    margin-right: auto;
    text-align: center;     
    }
.resource-list li {
    display: block;
    }
.tabs .nav-tabs{
    display: block;    
    }
.tabs .nav-tabs .nav-item {
    margin-top: 25px;
    width: 100%;
    }
.tabs .nav-tabs .nav-link.active:after, .nav-tabs .nav-item.show .nav-link:after {
    bottom: -42px;
    }
.card-carousel-wrapper .card {
    margin: 25px;
    }
.card-carousel .slick-next, .spotlight-carousel .slick-next, .icon-carousel .slick-next {
    right: 0;
}
.card-carousel .slick-prev, .spotlight-carousel .slick-prev, .icon-carousel .slick-prev {
    left: 0;
}
.card-carousel .slick-prev, .card-carousel .slick-next,
.spotlight-carousel .slick-prev, .spotlight-carousel .slick-next,
.icon-carousel .slick-prev, .icon-carousel .slick-next{
    width: 25px;
    }
.split-image-text .split-image-left:before {
    left: -10px;
    right: -10px;
    border-bottom: none;
    bottom: 0;
}
.split-image-text .split-image-right:before{
    right: -10px;
    left: -10px;
    border-bottom: none;
    bottom: 0;    
    }
.split-image-text .split-text-right, .split-image-text .split-text-left {
    top: 0;
    left: 0;
}
.split-image-text .split-text-right:before, .split-image-text .split-text-left:before {
    border-top: none;
    right: -10px;
    left: -10px;
}
.split-image-text .split-text-right .split-text, .split-image-text .split-text-left .split-text {
    padding: 20px;
}
.split-image-text .split-image-left img, .split-image-text .split-image-right img {
    height: auto;
}
.split-image-text .split-image-left, .split-image-text .split-image-right {
    left: 0;
}
.split-image-text {
    margin: 20px auto;
    }
.fullwidth-split-image .bg-image, .main-image .bg-image {
    position: relative;
}
.fullwidth-split-text {
    padding: 2rem;
}
.vertical-tabs .tab-content {
    padding: 20px;
}
.vertical-tabs .nav-pills .nav-link{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;    
}
.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;    
    }
.video-holder .video-caption-button{
    right: unset;
    left: 20px;
    }
div.dataTables_wrapper div.dataTables_length{
    text-align: left !important;
    margin-bottom: 25px;
    margin-left: 10px;
    }
div.dataTables_wrapper div.dataTables_filter{
    text-align: left !important;    
    }
.table-hover>tbody>tr:hover{
    background-color: #e9e9e9;
    }
.table-hover>tbody>tr:hover td{
    box-shadow: none;    
    }
/* Force table to not be like tables anymore */
#directory-list table, #directory-list thead, #directory-list tbody, #directory-list th, #directory-list td, #directory-list tr {
    display: block;
}
/* Hide table headers (but not display: none;, for accessibility) */
#directory-list thead tr { 
    position: absolute;
    top: -9999px;
    left: -9999px;
}
#directory-list tr { 
      border: 1px solid #ccc; 
      padding: 10px;
}
#directory-list td { 
    border: none;
    position: relative;
    white-space: normal;
    text-align: left;
    padding: 0;
}
#directory-list td:nth-child(1), #directory-list td:nth-child(2) {  
    display: inline-block;
}
#directory-list td:before { 
      /* Now like a table header */
      position: absolute;
      /* Top/left values mimic padding */
      top: 6px;
      left: 6px;
      width: 45%; 
      padding-right: 10px; 
      white-space: nowrap;
      text-align:left;
      font-weight: bold;
}
.table.directory tfoot{
        display:none;
}
.dataTables_wrapper .dataTables_info {
    white-space: normal !important;
}
/*Label the data*/
#directory-list td:before { 
    content: attr(data-title);
}
#sidebar .navbar{
    background-color: #f8f9fa;
    padding:15px;
    margin-top: 20px;
    color: #002c73;
}
.spotlight-wrapper {
    width: 85%;
}
}

@media (min-width: 576px){
 #popup-modal-lg .modal-dialog.modal-lg,  #popup-modal-sm .modal-dialog.modal-sm {
    margin: 1.75rem 0;
}
#popup-modal-sm .modal-sm {
    max-width: 500px;
}
#popup-modal-lg .modal-lg {
    max-width: 700px;
    min-width: 500px;
}
}

@media (min-width: 768px) {
.main-navigation .audience .nav li a:focus{
    background-color: #005daa;
    outline: none;
    box-shadow: none;
    }
.main-navigation .audience .nav li a.btn-light-blue:hover, .main-navigation .audience .nav li a.btn-light-blue:focus{
   border-color: #005daa;
   background-color: transparent;
}
.main-navigation .audience .nav li a.dropdown-item:focus, .main-navigation .audience .nav li a.dropdown-item:hover {
    color: #005daa;
    background-color: #f8f9fa;
}
.main-navigation .bottom-row .dropdown-menu .btn.btn-dark-blue-outlined.btn-arrow:hover, .main-navigation .bottom-row .dropdown-menu .btn.btn-dark-blue-outlined.btn-arrow:focus{
   color: #fff;    
   text-decoration: none;
    }
.main-navigation .bottom-row .dropdown-menu .related-links .list-inline a:hover, .main-navigation .bottom-row .dropdown-menu .related-links .list-inline a:focus{
    text-decoration: underline;
}
.main-navigation .bottom-row .dropdown-menu a:hover, .main-navigation .bottom-row .dropdown-menu a:focus{
    color: #005daa;
    text-decoration: underline;
    }
.main-navigation .bottom-row .nav .nav-item:hover .nav-link, .main-navigation .bottom-row .nav .nav-item:focus .nav-link{
    color: #005daa;    
    }
.search-toggle:hover, .search-toggle:focus, .quicklinks:hover, .quicklinks:focus, .menu-toggle:hover, .menu-toggle:focus{
    background-color: #005daa;
    outline: none;
    }
.main-navigation .bottom-row .nav .nav-item .nav-link:focus {
    color: #005daa;
}
.main-navigation .bottom-row .nav .nav-item .nav-link:focus:before {
    content: "";
    position: absolute;
    height: 5px;
    bottom: 0;
    left: 0;
    background: #ff4e00;
    width: 100%;
}
.main-navigation .bottom-row .arrow-button:focus .fa-solid{
    color: #005daa;    
    }
.main-navigation .mobile-quicklinks .nav .nav-link:focus{
    text-decoration: underline;    
    }
footer .resource-menu .dropdown-menu{
    display: block;
   }
footer .resource-menu a.nav-link.dropdown-toggle::after{
    display: none;    
    }
footer .resource-menu{
    margin-top: 40px;
    overflow: hidden;
}
footer .resource-menu li{
   margin-bottom: 10px;
}
.col-md-8.ps-md-5.order-md-last{
    border-left: 1px solid #005daa;    
    padding-bottom: 20px;
    }
footer .resource-menu a.nav-link {
    padding: 0;
    padding-bottom: 10px;
}
footer .resource-menu .dropdown-menu {
    padding: 0;
    border: none;
    }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
 body{/*border: 1px solid #ffff00;*/}
.main-navigation .bottom-row .nav .nav-item .nav-link {
    width: 93% !important;
    }
.main-navigation .bottom-row .arrow-button, .main-navigation .mobile-quicklinks .nav .dropdown-toggle::after {
    width: 7% !important;
    }
.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, .hero-image-feature .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: 50px;
    }
.video-caption-button {
    left: 55px;
    bottom: 65px;
    }
.play-pause, .play{
    bottom: 0;
    right: 55px;    
    }
footer .resource-menu {
    margin-top: 20px;
}
}

/* Large desktops and laptops */
@media (min-width: 992px) {
 body{/*border: 1px solid #ff0000;*/}
/* UAT changed 12/19/2022 */
.section {
    padding: 0 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;
    }
.three-column{
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    column-gap: 40px;
    }
.two-column{
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    column-gap: 40px;
    }
.icon-set li:first-child {
    padding-left: 15px;
}
.figure.float-lg-start{
    margin-right: 30px;
}
.figure.float-lg-end{
    margin-left: 30px;
}
.factoids .col-lg-6:nth-child(1){
    border-right: 2px solid #ff4e00;
}
.factoids .col-lg-4:nth-child(1), .factoids .col-lg-4:nth-child(2){
    border-right: 2px solid #ff4e00;
}
.factoids .col-lg-4:last-of-type{
    border-right: none;
}
.figure {
    display: table;
}
.figure-caption {
    display: table-caption;
    caption-side: bottom;
}
.btn-right{
    float: right;
}
#video-modal .modal-dialog, #video-modal-2 .modal-dialog {
    max-width: 950px;
}
.event-item{
    width: 33%;
    float: left;    
    }
.events-vertical .event-item, .card-body .event-item{
    width: 100%;
    float: none;    
    justify-content: start;
    }
.faculty-headshot{
    float: right;
}
.restrict{
    margin: 20px auto;
    display: block;
    width: 60%;
}
footer a:hover,  footer a:focus{
    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: #ffffff;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.main-navigation .mobile-quicklinks .nav .dropdown-toggle::after{
     width: 5%;    
    }
.slide-dots .slick-dots {
    left: 200px;
    }
.hero-slider-wrapper .slide-controllers {
    left: 75px;
}
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1499px) {
body{
    /*border:1px solid #ff00ff;*//*Pink*/
    }
.card-carousel-wrapper .card {
    margin: 25px;
    }
.card-carousel .slick-next, .spotlight-carousel .slick-next, .icon-carousel .slick-next {
    right: -5px;
}
.card-carousel .slick-prev, .spotlight-carousel .slick-prev, .icon-carousel .slick-prev {
    left: -5px;
}
.card-carousel .slick-prev, .card-carousel .slick-next,
.spotlight-carousel .slick-prev, .spotlight-carousel .slick-next,
.icon-carousel .slick-prev, .icon-carousel .slick-next{
    width: 25px;
    }
}


@media (max-width: 1199px) {
 .alert .btn{
    margin-top: 15px;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
    }
.alert .heading{
    font-size: 1.325rem;
    margin-bottom: 10px;    
    }
.mobile-logo img{
    width: 250px;
    margin: 15px;
    display: block;
    -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 .task-nav{
    background-color: #002c73;
    color: #ffffff;
}
.mobile-header .task-nav .nav li{
    position: relative;    
    }
.mobile-header .task-nav .nav li a {
    color: #fff;
    font-weight: 400;
    font-size: 1rem;
    padding: 1rem;
}
.mobile-header .task-nav .nav li a:after {
    content: "|";
    color: #fff;
    position: absolute;
    right: -3px;
}
.mobile-header .task-nav .nav li:last-child a:after {
    content: "";
}
.mobile-header .audience {
    position: absolute;
    top: 80px;
    right: 5px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.mobile-header .audience .nav li a{
    color: #005daa;
    font-weight: 400;
    font-size: 1rem;    
    }
.mobile-header .audience .dropdown-toggle:after {
    display: block;
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    font-size: 1.25rem;
    color: #fff;
    font-weight: 900;
    position: absolute;
    right: 20px;
    transform: translate(0, -50%);
    top: 50%;
}
.mobile-header .audience .dropdown-toggle::after {
    border: none;
}
.mobile-header  .audience .nav li a.dropdown-toggle {
    font-size: 1rem;
    padding: 13px 40px 13px 20px;
}
.mobile-header .audience .nav li:first-child a.dropdown-toggle {
    padding: 13px 40px 13px 20px;
}
.mobile-header .audience .nav .dropdown .dropdown-menu {
    border-top: 5px solid #ff4e00;
    border-left: none;
    border-right: none;
    border-bottom: none;
    background-color: #fff;
    color: #002c73;
    min-width: 135px;
    font-size: 1rem;
    margin-top: 0;
    text-align: left;
    padding: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}
.mobile-header .audience .nav li a {
    font-weight: 400;
    font-size: 0.9375rem;
    padding: 10px 15px;
}
.main-navigation{
    background-color: #002c73;
    padding-bottom: 50px;    
    }
.main-navigation .container, .main-navigation .container-lg{
    max-width: none;
    padding: 0;
    }
.main-navigation .bottom-row{
    margin-top: 20px
}
.main-navigation .bottom-row .dropdown-menu{
    background-color: #f8f9fa;
    border-top: 0.1rem solid #c9cbd0;
}
.main-navigation .bottom-row .nav .nav-item .nav-link {
    padding: 14px;
    width: 95%;
    color: #002c73;
    display: inline-block;
}
.main-navigation .bottom-row .arrow-button {
    background-color: transparent;
    border: none;
    display: inline-block;
    font-size: 1.5rem;
    padding: 0;
    top: 0;
    right: 0;
    width: 5%;
    height: 60px;
    border-left: 0.1rem solid #c9cbd0;
}
.main-navigation .bottom-row .arrow-button .fa-solid {
    color: #ff4e00;
    position: relative;
}
.main-navigation .nav .dropdown > .arrow-button.show .fa-angle-down:before {
    content: "\f106";
}
.main-navigation .bottom-row .dropdown-menu li a {
    padding: 10px 0;
}
.main-navigation .bottom-row .dropdown-menu a {
    text-decoration: none;
    position: relative;
    font-size: 1rem;
    font-weight: 400;
    display: block;
    color: #002c73;
}
.main-navigation .bottom-row .nav .nav-item{
    display: block;
    width: 100%;
    border-top: 0.1rem solid #c9cbd0;
    background-color: #fff;
}
.main-navigation .bottom-row .dropdown-menu, .main-navigation .mobile-quicklinks .dropdown-menu {
    transform: none !important;
    position: relative !important;
    padding: 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, .main-navigation .bottom-row .dropdown-menu li.container-lg {
    max-width: unset;
    padding: 0;
}
.main-navigation .bottom-row .dropdown-menu .menu-heading a {
    margin: 20px 20px 15px 15px;
}
.main-navigation .bottom-row .dropdown-menu li a {
    padding: 10px 15px;
}
.main-navigation .bottom-row .dropdown-menu li a.btn{
    margin: 10px;
    display: inline-block;
    }
.main-navigation .bottom-row .dropdown-menu li a.btn:hover, .main-navigation .bottom-row .dropdown-menu li a.btn:focus{
    color: #fff;    
    }
.main-navigation .bottom-row .dropdown-menu .menu-heading{
    padding-left: 15px;
    font-size: 1.125rem;
    }
.main-navigation .top-row{
    background-color: #002c73;  
    }
.main-navigation .bottom-row .dropdown-menu img{
    display: none;    
    }
.top-row .audience .nav{
    border-bottom: 1px solid #005daa;
    justify-content: center!important;
    }
.top-row .audience .nav .nav-item{
    border-top: 1px solid #005daa;
    width: 100%;
    }
.top-row .audience .nav .nav-item .nav-link{
    padding: 10px 14px;
    font-size: 1rem;    
    }
.menu-close{
    color: #002c73;    
    top: 0;
    right: 5px;
    padding: 10px;
    }
.menu-toggle {
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 1.875rem;
    display: block;
    position: absolute;
    bottom: 30px;
    right: 20px;
    padding: 0;
    width: 45px;
}
.mobile-header{
    padding: 0;
    position: relative;
    z-index: 1050;
    height: 100px;
    background-color: #002c73;
    }
.search-toggle {
    display: block;
    position: absolute;
    font-size: 1.875rem;
    margin: 0;
    color: #fff;
    background-color: transparent;
    border: none;
    bottom: 30px;
    right: 70px;
    width: 45px;
    padding: 0;
}
.section-menu .nav{
    margin: 20px 0 20px;
}
.site-navigation .modal-content .modal-body{
    padding: 0;    
    }
#site-search .modal-content {
    padding: 50px 0 0;
}
#site-search .closeSearch {
    right: 15px;
}
#site-search form {
    margin-top: 50px;
}
#site-search form input[type=text], #site-search form input.form-text {
    font-size: 1.75rem;
    }
h1, .h1 {
    font-size: 3rem;
}
h2, .h2 {
    font-size: 2.5rem;
}
h3, .h3 {
    font-size: 2rem;
}
}

/*Styles for desktop above 1200px*/
@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1400px;
}
.container-fluid{
    padding-left: 30px;
    padding-right: 30px;
    }
.site-navigation.modal[style] {
    display: block !important;
    }   
.main-navigation{
    height: 162px;
    }
header .modal-body{
    padding: 0;
}
.logo{
    position: relative;    
    }
.logo a{
    display: inline-block;
}
.logo img{
    width: 300px;
    margin: 0 15px;
    -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;
    }
.menu-toggle, .menu-close, .mobile-header, .mobile-toolbar{
    display: none;    
    }
.site-navigation.modal {
    display: block;
    opacity: 1;
    position: relative;
    overflow: visible;
}
.site-navigation.modal .modal-dialog {
    width: 100%;
    max-width: none;
    margin: 0;
    transform: none;
}
.site-navigation.modal .modal-dialog .modal-content {
    border: none;
    background-color: transparent;
}
header .top-row{
    background-color: #002c73;
    height: 46px;
    position: absolute;
    top: 0;
    width: 100%;
}
header .bottom-row{
    position: absolute;
    top: 46px;
    width: 100%;
}
.main-navigation .audience .nav li a.dropdown-toggle, .main-navigation .audience .nav li a{
    color: #fff;
    font-size: 1rem;
    padding: 13px 40px 13px 20px;
    }
.main-navigation .audience .nav li:first-child a.dropdown-toggle{
    margin-right: 20px;    
    }
.main-navigation .audience .nav li a{
    padding: 11px 15px;
    }
.main-navigation .audience .nav li a.btn{
    margin: 0;
    padding: 10px 15px;
    border-radius: 0;
}
.main-navigation .audience .nav li a.btn-light-blue:before {
    background-color: #005daa; 
}
.main-navigation .audience .dropdown-toggle:after{
    display: block;
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    font-size: 1.25rem;
    color: #ff4e00;
    font-weight: 900;
    position: absolute;
    right: 20px;
    transform: translate(0, -50%);
    top: 50%;
    }
.main-navigation .audience .nav .dropdown:hover .dropdown-toggle:after, .main-navigation .nav .dropdown .dropdown-toggle.show:after{
    content: "\f106";
    }
.main-navigation .audience .nav .dropdown .dropdown-menu {
    visibility: hidden;
    opacity: 0;
    display: block;
    border-top: 5px solid #ff4e00;
    border-left: none;
    border-right: none;
    border-bottom: none;
    background-color: #fff;
    color: #002c73;
    min-width: 135px;
    font-size: 1rem;
    list-style: outside none none;
    margin-top: 0;
    text-align: left;
    z-index: 3;
    position: absolute;
    left: 0px !important;
    top: 100% !important;
    transform: none !important;
    inset: unset !important;
    padding: 0;
    border-radius: 0;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.main-navigation .bottom-row .nav .dropdown .dropdown-menu{
-webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 2px 10px 0px rgb(0 0 0 / 15%), 0px 2px 10px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: inset 0 2px 10px 0px rgba(0,0,0,0.15), 0px 2px 10px 0px rgba(0,0,0,0.15);
    box-shadow: inset 0 2px 10px 0px rgb(0 0 0 / 15%), 0px 2px 10px 0px rgb(0 0 0 / 15%);
    z-index: 2;
    left: 0 !important;
    }
.main-navigation .audience .nav .dropdown:hover .dropdown-menu, .main-navigation .audience .nav .dropdown .dropdown-menu.show{
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    visibility: visible;
    opacity: 1;
}
.main-navigation .audience .nav li a:hover{
    background-color: #005daa;
    outline: none;
    box-shadow: none;
    }
.main-navigation .bottom-row .nav .dropdown:hover .dropdown-menu{
    display: block;
    left: 0 !important;
    top: 100%;
    }
.main-navigation .bottom-row .nav .dropdown:hover > .arrow-button .fa-angle-down:before, .main-navigation .nav .dropdown > .arrow-button.show .fa-angle-down:before {
    content: "\f106";
}
.main-navigation .bottom-row .nav .dropdown{
    border-bottom: 5px solid transparent;
    }
.main-navigation .bottom-row .nav .dropdown:hover {
    background-color: #fff;
    border-bottom: 5px solid #ff4e00;
    }
.main-navigation .bottom-row .nav .dropdown .dropdown-menu img{
    border-radius: 20px
}
.main-navigation .task-nav{
    padding: 43px 0;
    -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;
    }
.main-navigation .task-nav .nav li a{
    color: #005daa;
    font-weight: 400;
    font-size: 1rem;
    }
.main-navigation .task-nav .nav li a:after {
    content: "|";
    color: #ff4e00;
    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: #002c73;    
    }
.main-navigation .bottom-row .dropdown-menu .btn.btn-dark-blue-outlined.btn-arrow{
    padding: 10px 15px;
    display: inline-block;
    margin-top: 0;
    margin-bottom: 20px;
}
.main-navigation .bottom-row .dropdown-menu a{
    text-decoration: none;
    position: relative;
    display: block;
    padding: 5px 0 10px 0;
    }
.main-navigation .aux .nav li a{
    text-decoration: none;
    position: relative;
    display: inline-block;   
    }
.main-navigation .bottom-row .dropdown-menu {
    padding: 2rem .5rem;
}
.main-navigation .bottom-row .dropdown-menu[style]{
    inset: unset !important;
    transform: none !important;
    left: 0 !important;
    top: 100%!important;
    }
.main-navigation .bottom-row .arrow-button{
    background-color: transparent;
    border: none;
    display: inline-block;
    position: relative;
    font-size: 1.25rem;
    right: 10px;
    }
.main-navigation .bottom-row .nav .dropdown:hover .arrow-button:focus:before{
    display: none;    
    }
.main-navigation .bottom-row .arrow-button:focus{
    outline: none;
    background-color: #f5f5f5;
    }
.main-navigation .bottom-row .arrow-button .fa-solid{
    color: #ff4e00; 
    position: relative;
    z-index: 1;
    }
.main-navigation .bottom-row .arrow-button:focus .fa-solid{
    color: #005daa; 
    }
.main-navigation .bottom-row .nav .nav-item .nav-link{
    padding: 42px 6px 39px;
    margin: 0;
    font-weight: 700;
    position: relative;
}
.main-navigation .bottom-row .nav .nav-item .nav-link:focus{
    background-color: #fff;
    color: #005daa;
    padding-right: 21px;
    margin-right: -15px;
    }
.main-navigation .bottom-row .nav .nav-item .nav-link:focus:before{
    content: "";
    position: absolute;
    height: 5px;
    bottom: -5px;
    left: 0;
    background: #ff4e00;
    width: 100%;
    }
.main-navigation .bottom-row .dropdown-menu .menu-heading a {
    margin-bottom: 40px;
}
.main-navigation .bottom-row .dropdown-menu .list-unstlyed li a{
    padding: 10px 0;    
    }
.main-navigation .bottom-row .dropdown-menu .related-links{
    margin-top: 20px;
}
.main-navigation .bottom-row .dropdown-menu .related-links .list-inline .list-inline-item:not(:last-child){
    margin-right: 15px;
}
.main-navigation .bottom-row .dropdown-menu .related-links .list-inline li:not(:last-child) a:after{
    content:"|";
    position: absolute;
    right: -12px
}
.main-navigation .bottom-row .dropdown-menu .related-links .h2{
    display: inline-block;
}
.main-navigation .bottom-row .dropdown-menu .related-links .list-inline a{
    padding: 0 15px; 
    }
.main-navigation .bottom-row .dropdown-menu .related-links .list-inline .list-inline-item {
    display: inline-block;
}
.main-navigation .bottom-row .dropdown-menu .related-links .h2 {
    margin: 0 15px 0 0;
    }
.search-toggle {
    display: block;
    font-size: 1rem;
    color: #fff;
    background-color: transparent;
    border: none;
    padding: 11px 15px;
}
.quicklinks .fa-solid, .search-toggle .fa-solid{
    font-size: 1rem;
    color: #fff;
    padding-left: 10px;
    }
#site-search .modal-content {
    padding: 110px 0 50px;
}
.quicklinks {
    background-color: transparent;
    border: none;
    color: #fff;
    text-decoration: none;
    z-index: 5;
    display: block;
    top: 0;
    position: relative;
    font-size: 1rem;
    padding: 11px 15px;
}
.section-menu .nav{
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    column-gap: 40px;
    margin: 35px auto;
}
.section-menu .nav li{
   display: inline-block;
   width: 100%;
    }
.col-md-4 .card .image-overlay, .col-lg-4 .card .image-overlay, .col-xl-4 .card .image-overlay {
    padding-top: 80%;
}
}

@media (min-width: 1200px) and (max-width: 1410px) {
.top-row .col-xl-8{
    width: 72.66666667%;
}
.top-row .col-xl-4{
    width: 27.33333333%;
}
.bottom-row .col-xl-3 {
    width: 20%;
}
.bottom-row .col-xl-9 {
    width: 80%;
}
.logo img {
    width: 250px;
}
.main-navigation .nav li a {
    font-size: 1.05rem;
    }
.main-navigation .bottom-row .nav .nav-item .nav-link{
   padding: 44px 6px 40px;     
    }
}


/* Portrait phones and smaller */
@media (max-width: 375px) {
.mobile-logo img {
    width: 230px;
    margin-top: 20px;
    }
}