@charset "UTF-8";
/* CSS Document */
  @import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');
body {
	font-family: 'Lato', sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.5;
	color: #24235B;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: #fff;
	}
/*Gutter Styles*/
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col, .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
/*Image Styles*/
img {
    max-width: 100%;
    height: auto;
}
.figure-img{
    margin: 15px auto 0;
}
.figure-caption {
    margin: 0 !important;
    padding: 10px 20px 0;
    display: block;
    font-size: 1rem;
    text-align: left;
    color: #24235B;
    border-left: 20px solid #9966CC;
}
/*List Styles*/
.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;
    margin: 5px 0 !important;
    }
.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;
}
.dropdown-menu.two-column li, .resource-menu .nav.two-column .nav-item{
   padding: 0 !important;
   margin: 0 !important;
}
.dropdown-menu.two-column li:before, .resource-menu .nav.two-column .nav-item:before{
    display: none;
}
/*Text Styles*/
.lead {
    font-size: 1.375rem;
    font-weight: 400 !important;
}
p:last-child {
    margin-bottom: 0;
}
.text-shadow{
    text-shadow: 0px 1px 2px rgb(0 0 0);
}
a {
  color: #24235B;
  text-decoration: underline;
  position: relative;
}
a:hover, a:focus {
  text-decoration: none;
  color: #24235B;
}
a[href$=".pdf"]::after {
    content: '\f1c1' !important;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 0.875rem;
    color: #24235B;
    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: #24235B;
    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: #24235B;
    right: -5px;
    padding-right: 10px;
    top: 0;
    font-style: normal;
}
a[target="_blank"]::after {
    content: '\f360';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 0.875rem;
    position: relative;
    color: #24235B;
    right: -5px;
    padding-right: 10px;
    top: 0;
    font-style: normal;
}
a[href$=".pdf"][target="_blank"]::after{
    content: '\f1c1' '\f360' !important;
}
a[href$=".xlsx"][target="_blank"]::after{
    content: '\f1c3' '\f360' !important;
}
a[href$=".docx"][target="_blank"]::after{
    content: '\f1c2' '\f360' !important;
}
.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,
footer a[href$=".pdf"]::after, footer a[href$=".xlsx"]::after, footer a[href$=".docx"]::after, footer a[target="_blank"]::after,
.btn-default[href$=".pdf"]::after, .btn-default[href$=".xlsx"]::after, .btn-default[href$=".docx"]::after, .btn-default[target="_blank"]::after{
    color: #fff;
}
.btn-default[href$=".pdf"]:hover::after, .btn-default[href$=".xlsx"]:hover::after, .btn-default[href$=".docx"]:hover::after, .btn-default[target="_blank"]:hover::after,
.btn-default[href$=".pdf"]:hover::after, .btn-default[href$=".xlsx"]:hover::after, .btn-default[href$=".docx"]:hover::after, .btn-default[target="_blank"]:hover::after{
    color: #24235B;
}
/*Heading Styles*/
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6{
    margin-top: 20px;
    margin-bottom: 20px;
    color: #24235B;
    font-weight: 700
}
h1, .h1 {
    font-size: 2.875rem;
    font-weight: 900;
}
h2, .h2 {
    font-size: 2.375rem;
}
h3, .h3 {
    font-size: 1.875rem;
}
h4, .h4 {
    font-size: 1.563rem;
}
h5, .h5 {
    font-size: 1.25rem;
}
h6, .h6 {
    font-size: 1.125rem;
    font-weight: 400;
}
h2.lead, .h2.lead{
   font-size: 2.375rem !important; 
}
h3.lead, .h3.lead{
   font-size: 1.875rem !important; 
}
h4.lead, .h4.lead{
   font-size: 1.563rem !important; 
}
.bordered-heading{
    padding-bottom: 15px;
    display: block;
    position: relative;
}
.bordered-heading.text-center::before {
    right: 0;
    margin: 0 auto;
}
.bordered-heading::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 120px;
    height: 4px;
    background-color: #5DB4E4;
}
.bordered-heading a{
    text-decoration: none;
}
/*Block Quote Styles*/
blockquote, .blockquote {
    border-left: 20px solid #9966CC;
    color: #24235B;
    padding-left: 20px;
    margin: 40px;
    font-size: 1.25rem;
    font-weight: 400;
}
.blockquote.blue {
    border-left: 20px solid #5DB4E4;
}
.bg-dark-blue blockquote, .bg-dark-blue .blockquote, .bg-light-blue blockquote, .bg-light-blue .blockquote {
    color: #fff;
}
.blockquote-footer {
    color: #24235B;
    font-size: 0.875rem;
    font-weight: 400;
    margin-top: 20px;
}
/*Button Styles*/
.btn{
    border-radius: 0;
    box-shadow: none;
    padding: 15px;
    font-size: 1rem;
    font-weight: 700;
    margin: 8px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: 1px solid #fff;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.btn:first-of-type, .btn:only-of-type{
    margin-left: 0;
}
.btn-default{
    background-color: #24235B;
    color: #ffffff;
    min-width: 175px;
    transition: color 0.25s;
}
.btn-default:hover, .btn-default:focus{
    background-color: #5DB4E4;
    color: #24235B;
    border-color: #fff;
}
.btn-light-blue{
    background-color: #5DB4E4;
    color: #24235B;
    min-width: 175px;
    transition: color 0.25s;
}
.btn-light-blue:hover, .btn-light-blue:focus{
    background-color: #24235B;
    color: #ffffff;
    border-color: #fff;
}
.btn-block{
    display: block;
    width: 100% !important;
}
.btn-centered, .content .btn-centered{
    width: max-content;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/*Alert Styles*/
.alert {
    margin: 0;
    border: none;
    border-radius: 0;
    color: #24235B;
    background-color: yellow;
    font-size: 1.25rem;
    font-weight: 700;
    padding: 30px;
    position: relative;
    z-index: 1051;
    line-height: 1.25;
}
.alert.informational-alert{
    background-color: #92D050;
}
.alert.informational-alert a{
    font-weight: 700;
}
.alert .heading{
    font-size: 1.625rem;
    color: #24235B;
    margin-bottom: 4px;
    font-weight: 700;
}
.alert-dismissible .close {
    padding: 0;
    right: 0;
    font-size: 30px;
    text-align: center;
    top: 5px;
    color: #24235B;
}
.alert-dismissible .close:hover{
    opacity: .25;
}
.informational-alert.alert-dismissible .close{
    color: #24235B;
}
.informational-alert.alert-dismissible .close:hover{
    opacity: .25;
}
.alert a:hover{
    text-decoration: none;
}
.alert a.btn{
    margin: 15px auto;
}
.fa-exclamation-triangle {
    font-size: 2.5rem;
    color: #24235B;
}
.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: #24235B;
    background-color: #5DB4E4;
    padding: 15px;
    font-size: 1.125rem;
    font-weight: 400;
    border: none;
}
.cookiealert .cc-message{
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    color: #24235B;
    font-size: 1.25rem;
    font-weight: 700;
}
.cookiealert.show {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 1000ms;
}
.cookiealert.alert a {
    text-decoration: underline;
    font-weight: 700;
}
.cookiealert.alert a:hover {
    text-decoration: none;
}
.cookiealert a[target="_blank"]::after {
    color: #24235B;
}
.cookiealert .acceptcookies {
    margin-top: 10px;
    margin-bottom: 10px;
    vertical-align: baseline;
    min-width: auto;
    text-decoration: none !important;
}
/*Background Color Styles*/
.bg-dark-blue{
    background-color: #24235B !important;
    color: #fff;
}
.bg-light-blue{
    background-color: #5DB4E4 !important;
    color: #fff;
}
.bg-dark-blue h1, .bg-dark-blue h2, .bg-dark-blue h3, .bg-dark-blue h4,
.bg-light-blue h1, .bg-light-blue h2, .bg-light-blue h3, .bg-light-blue h4{
    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-dark-blue .bg-light-gray,
.bg-light-blue .bg-light-gray h1, .bg-light-blue .bg-light-gray h2, .bg-light-blue .bg-light-gray h3, .bg-light-blue .bg-light-gray h4, .bg-light-blue .bg-light-gray{
    color: #24235B;
}
.bg-dark-blue .card h1, .bg-dark-blue .card h2, .bg-dark-blue .card h3, .bg-dark-blue .card h4, .bg-dark-blue .card,
.bg-light-blue .card h1, .bg-light-blue .card h2, .bg-light-blue .card h3, .bg-light-blue .card h4, .bg-light-blue .card{
    color: #24235B;
}
.bg-dark-blue a, .bg-light-blue a{
    color: #fff;
}
.bg-dark-blue a.btn-light-blue, .bg-light-blue a.btn-light-blue{
    color: #24235B;
}
.bg-dark-blue a.btn-light-blue:hover, .bg-dark-blue a.btn-light-blue:focus, .bg-light-blue a.btn-light-blue:hover, .bg-light-blue a.btn-light-blue:focus{
    color: #fff;
}
.bg-dark-blue .bg-light-gray a, .bg-dark-blue .card a,
.bg-light-blue .bg-light-gray a, .bg-light-blue .card a{
    color: #24235B;
}
.bg-light-gray{
    background-color: #f5f5f5 !important;
}
/*Header Styles*/
.nav-up {
    top: -300px;
}
.modal-open-menu-mobile .nav-up {
    top: 0;
}
.alert-visible .nav-up {
    top: -600px;
}
header{
    background-color: #24235B;
    color: #24235B;
    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%);
    transition: 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;
}
.close, .menu-close {
    color: #fff;
    font-size: 1.5rem;
    position: absolute !important;
    display: block;
    top: 0;
    right: 30px;
    background-color: transparent;
    min-width: unset;
    border: none;
    padding:0;
    margin: 0 !important;
    width: 64px;
    height: 64px;
}
.main-navigation .nav {
	width: 100%;
	}
.main-navigation .nav li a {
    padding: 20px;
    color: #fff;
    font-size: 1rem;
    text-decoration: none;
    position: relative;
    font-weight: 400;
    display: inline-block;
}
.main-navigation .dropdown-menu {
    color: #24235B;
    border: none;
    border-radius: 0;
    padding: 1rem .5rem;
    margin: 0;
    background-color: #fff;
    width: 100%;
}
.main-navigation .dropdown-menu li.container, .main-navigation .dropdown-menu li.container-lg{
    border: none;
}
.main-navigation .dropdown-menu a{
    font-size: 1rem;
    display: block;
    }
.main-navigation .dropdown-toggle::after {
    border: none;
}
.main-navigation .dropdown-toggle{
    border: none;
}
.modal-open-menu-mobile .modal-backdrop.show {
    opacity: 1;
}
.modal-open-menu-mobile .modal-backdrop {
   background-color: transparent;
}
.modal-content{
    border: none;
}
.modal-backdrop{
    background-color: transparent;
}
.search button {
    background-color: #f5f5f5;
    border: none;
    padding: 30px 0;
    margin-left: 0;
    width: 120px;
    display: inline-block;
}
#bcs-results-div{
    text-align: left;
}
.bcs-query-rewrite, .bcs-result {
    padding: 12px 0 !important;
}
.bcs-host-div {
    font-family: 'Lato', sans-serif !important;
	font-size: 1.125rem !important;
}
.bcs-caption {
    line-height: 22px !important;
}
.gsc-overflow-hidden {
    overflow: visible !important;
}
.search img{
    width: 31px;
    height: 30px;
}
.search form {
    width: 100%;
    position: relative;
    margin-top: 0;
}
.search form input.form-text {
    font-size: 1.125rem;
    margin: 0;
    }
.search .form-text{
    margin-bottom: 0;
    background: #f5f5f5;
    border: none;
    }
.search .form-submit {
    bottom: 10px;
    right: 20px;
    font-size: 1.75rem;
    width: 40px;
}
table.gsc-search-box td.gsc-input{
    padding: 0 !important;   
    }
.gsc-input-box{
    height: 41px;
    }
.gsst_a .gscb_a {
    color: #24235B !important; 
}
.gsst_a{
    top: 2px;
    right: 2px;   
    }
.gsc-input-box {
    padding-top: 0 !important; 
    border-top-left-radius: 0 !important; 
    border-bottom-left-radius: 0 !important; 
}
.main-navigation .nav .bcs-results li a, .bcs-results a {
    color: #24235B !important;
    padding: 0;
}
/*Breadcrumb Styles*/
.breadcrumb{
    margin: 25px 0;
    font-size: 0.875rem;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 1);
    overflow: auto;
    color: #ffff;
    position: relative;
    z-index: 1;
}
.breadcrumb a, .breadcrumb-item.active {
    color: #ffffff;
    font-weight: 700;
}
.breadcrumb-item.active {
    font-weight: 500;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}
.content .breadcrumb .breadcrumb-item{
    margin-bottom: 0;
}
/*Interior Section Menu Styles*/
.section-menu{
    background-color: #ffffff;
    color: #24235B;
    position: relative;
}
.section-menu .side-nav-heading{
    padding: 1rem;
    margin: 0;
    font-size: 1.25rem;
    border-top: 4px solid #5DB4E4;
    background-color: #24235B;
    color: #24235B;
}
.section-menu .side-nav-heading a{
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.25rem;
}
.section-menu .side-nav-heading a:hover, .section-menu .side-nav-heading a:focus{
    text-decoration: underline;
}
.section-menu .navbar{
    padding: 0;
}
.section-menu .navbar-toggler{
    font-size: 1.25rem;
    padding: 15px 0;
}
.section-menu .navbar-toggler .section-menu-btn {
    position: absolute;
    z-index: 3;
    right: 28px;
    top: 18px;
    cursor: pointer;
    transition: all 0.5s ease-out;
    }
.section-menu .navbar-toggler .section-menu-btn .btn-line {
    width: 28px;
    height: 2px;
    margin: 0 0 5px 0;
    background: #24235B;
    transition: all 0.5s ease-out;
    display: block;
    }
.section-menu .navbar-toggler[aria-expanded="true"] .section-menu-btn {
    transform: rotate(180deg);
    top: 13px;
    }
.section-menu .navbar-toggler[aria-expanded="true"] .section-menu-btn .btn-line:nth-child(1) {
    transform: rotate(45deg) translate(4px, 4px);
    }
.section-menu .navbar-toggler[aria-expanded="true"] .section-menu-btn .btn-line:nth-child(2) {
    opacity: 0;
    }
.section-menu .navbar-toggler[aria-expanded="true"] .section-menu-btn .btn-line:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
    }
.section-menu .navbar{
    padding: 0;
    display: block;
}
.navbar-toggler{
    min-width: 360px;
    height: 58px;
    background-color: #5DB4E4;
    border-radius: 0;
    color: #24235B;
    padding: 20px 30px;
    position: relative;
    z-index: 4;
    border: 2px solid #5DB4E4;
    left: -15px;
    top: -25px;
}
.navbar-toggler:focus{
    box-shadow: none;
    border-color: #5DB4E4;
}
.section-menu .navbar-toggler[aria-expanded="true"]{
    border-color: #5DB4E4;
}
.section-menu .navbar-brand{
    position: relative;
    display: inline;
    font-size: 1.25rem;
    font-weight: 700;
    color: #24235B;
    margin-right: 40px;
}
.section-menu .navbar-collapse.collapsing {
    height: 100%;
    overflow: visible;
    transition: width .1s ease;
}
.section-menu .navbar-collapse{
    z-index: 3;
    height: 100%;
    outline: 0;
    transition: opacity .1s linear;
}
.section-menu .side-nav{
    background-color: #fff;
    margin: 0;
    display: block;
    border-left: none;
    top: 0;
    width: 100%;
    left: -100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    -webkit-transition: opacity 0.1s linear, left 0.1s ease-out;
    -moz-transition: opacity 0.1s linear, left 0.1s ease-out;
    -o-transition: opacity 0.1s linear, left 0.1s ease-out;
    transition: opacity 0.1s linear, left 0.1s ease-out;
}
.section-menu .navbar-collapse.show .side-nav{
    left: 0;
}
.section-menu .navbar .nav-item:first-child {
    border-top: none;
}
.section-menu .navbar .nav-item{
	margin: 0;
    border-left: 0px;
    border-right: 0px;
	position: relative;
    display: block;
    width: 100%;
}
.section-menu .navbar .nav-link {
    color: #24235B;
    font-size: 1.125rem;
    text-decoration: none;
    padding: 1rem 3rem 1rem 1rem;
    border-bottom: 2px solid #ffffff;
    transition: all .2s ease-in-out;
    background-color: #f5f5f5;
}
.section-menu .navbar .nav-link:hover, .section-menu .navbar .nav-link:focus{
    background-color: #5DB4E4;
}
.section-menu .navbar .nav-item .nav-item .nav-link {
    padding: 7px 45px 7px 25px;
    border: none;
    background-color: #FAFAFA;
    font-size: 1rem;
    line-height: 1.4;
}
.section-menu .navbar .nav-item .nav-item .nav-link:hover , .section-menu .navbar .nav-item .nav-item .nav-link:focus{
    color: #24235B;
    background-color: #FAFAFA;
    text-decoration: underline;
}
.section-menu .navbar .nav-item .nav-item:first-child .nav-link {
    padding-top: 15px;
}
.section-menu .navbar .nav-item .nav-item:last-child .nav-link {
    padding-bottom: 15px;
}
.section-menu .navbar .nav-item .nav-item .nav-item .nav-link {
    font-size: .875rem;
    padding: 5px 0 5px 40px;
}
.section-menu .navbar .nav-item .nav-item .nav-item:first-child .nav-link{
    padding-top: 0;
}
.section-menu .navbar .nav-item .nav-item .nav-item:last-child .nav-link{
    padding-bottom: 10px;
}
.section-menu .navbar .nav-item .nav-item .nav-item .nav-item .nav-link {
    font-size: .75rem;
    padding: 5px 0 5px 50px;
}
.section-menu .navbar .nav-item .nav-item button {
    top: 7px;
}
.section-menu .navbar .nav-item .nav-item:first-child .nav-link {
	border-top: none;
}
.section-menu .navbar .nav-item button{
    font-size: 1.25rem;
    color: #24235B;
    position: absolute;
    top: 14px;
    right: 12px;
    border: none;
    padding: 0 5px;
}
.section-menu .navbar .nav-item button .fa-chevron-up{
    display: none;
}
.section-menu .navbar .nav-item button[aria-expanded="true"] .fa-chevron-up{
    display: inline-block;
}
.section-menu .navbar .nav-item button[aria-expanded="true"] .fa-chevron-down{
    display: none;
}
/*.section-menu .navbar .nav-item .nav-link[data-bs-toggle]::after {
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f107";
    font-size: 1.5rem;
    color: #24235B;
    position: absolute;
    top: 13px;
    right: 15px;
}
.section-menu .navbar .nav-item .nav-link[aria-expanded="true"]::after {
	content: "\f106";
}
.section-menu .navbar .nav-item .nav-link:hover[data-bs-toggle]::after, .section-menu .navbar .nav-item .nav-link:focus[aria-expanded="true"]::after{
    color: #fff;
}*/
.section-menu .navbar .nav-item ul {
	margin-left: 0 !important;
}
.section{
    padding: 25px 0; 
}
/*Background Section Styles*/
.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: #24235B;
    min-height: 550px;
    color: #fff;
    display: flex;
    align-items: center;
    text-shadow: 0px 3px 7px rgb(0,0,0,.3);
}
.section-with-background.right-aligned .col-lg-6{
    margin-left: auto!important;
}
.section-with-background.right-aligned .overlay{
    background: -moz-linear-gradient(80deg, rgba(0,0,0,.1) 0%, rgba(4,56,102,0.20211834733893552) 30%, rgba(4,56,102,1) 100%);
    background: -webkit-linear-gradient(80deg, rgba(0,0,0,.1) 0%, rgba(4,56,102,0.20211834733893552) 30%, rgba(4,56,102,1) 100%);
    background: linear-gradient(80deg, rgba(0,0,0,.1) 0%, rgba(4,56,102,0.20211834733893552) 30%, rgba(4,56,102,1) 100%);
}
.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(4,56,102);
    background: -moz-linear-gradient(80deg, rgba(4,56,102,1) 0%, rgba(4,56,102,0.20211834733893552) 50%, rgba(0,0,0,.1) 100%);
    background: -webkit-linear-gradient(80deg, rgba(4,56,102,1) 0%, rgba(4,56,102,0.20211834733893552) 50%, rgba(0,0,0,.1) 100%);
    background: linear-gradient(80deg, rgba(4,56,102,1) 0%, rgba(4,56,102,0.20211834733893552) 50%, rgba(0,0,0,.1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#24235B",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;
}
.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #24235B;
    background-color: rgba(0,44,115,.8);
    color: #fff;
}
/*Horizontal Rules*/
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    overflow: visible;
    margin-top: 30px;
    margin-bottom: 30px;
    height: 2px !important;
    background-color: #5DB4E4;
    opacity: 1;
    clear: both;
    border: none;
}
hr.white{
    background-color: #ffffff;
}
/*Height Spacers*/
.height-20 {
    min-height: 20vh !important;
}
.height-30 {
    min-height: 30vh !important;
}
.height-40 {
    min-height: 40vh !important;
}
/*Opacity Options*/
.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;
}
/*Custom Drop Downs*/
.custom-dropdown{
    font-size: 1.438rem;
    line-height: 1.75rem;
    font-weight: 700;
    display: block;
    margin-top: 15px;
}
.custom-dropdown .dropdown-toggle{
    background: rgb(255,255,255);
    background: -moz-linear-gradient(47deg, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%);
    background: -webkit-linear-gradient(47deg, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%);
    background: linear-gradient(47deg, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#f5f5f5",GradientType=1);
    font-size: 1.438rem;
    line-height: 1.75rem;
    font-weight: 700;
    color: #24235B;
    border: 2px solid #9966CC;
    padding: 12px 50px 12px 20px;
    width: 100%;
    text-align: left;
    position: relative;
}
.custom-dropdown .dropdown-toggle.show{
    background: #fff;
}
.custom-dropdown .dropdown-toggle::after {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    color: #24235B;
    font-weight: 900;
    font-size: 1.5rem;
    border: none;
    position: absolute;
    right: 10px;
    top: 12px;
    height: 15px;
    width: 30px;
    transition:.2s ease-in-out;
    z-index: 1;
    transform-origin: 12px 15px;
}
.custom-dropdown .dropdown-toggle.show::after{
   transform: rotate(180deg);
}
.custom-dropdown .dropdown-menu li{
    width: 95%;
    margin-bottom: 15px;
}
.custom-dropdown .dropdown-menu a{
   color:#24235B; 
}
.custom-dropdown .dropdown-menu.show {
    width: 100%;
    border-radius: 0;
    border: 2px solid #9966CC;
    border-top: 0;
    padding: 0 20px 10px;
    z-index: 2;
    transform: none !important;
    inset: unset !important;
    margin-top: -4px !important;
    max-height: 407px;
    overflow-x: hidden;
}
/*Icon Set*/
.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;
    margin: 25px auto;
}
.icon-set li:first-child {
    padding-left: 0;
}
.icon-set li {
    padding: 0 15px;
    max-width: 177px;
    position: relative;
    margin: 0 0 30px !important;
}
.icon-set .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 5px;
    width: 147px;
    height: 147px;
    border-radius: 50%;
    border: 2px solid #fff;
    background-color: #24235B;
    color: #fff;
    padding: 15px;
    box-shadow: 0 .125rem 1rem rgba(0,0,0,.15)!important;
}
.icon-set li.allied-health .icon{
    background-color: #B40001;
}
.icon-set li.business .icon{
    background-color: #34623B;
} 
.icon-set li.fine-arts .icon{
    background-color: #24235B;
}
.icon-set li.industry .icon{
    background-color: #4F595F;
}
.icon-set li.public-service .icon{
    background-color: #690218;
}
.icon-set li.social-science .icon{
    background-color: #7E6D7E;
}
.icon-set li.stem .icon{
    background-color: #87471C;
}
.icon-set .icon .fa-solid{
    font-size: 4rem;
    text-align: center;
    -webkit-transition: all ease-in-out .25s;
    -moz-transition: all ease-in-out .25s;
    -ms-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s;
}
.icon-set .icon img{
    max-height: 82px;
    display: block;
    margin: 0 auto;
    -webkit-transition: all ease-in-out .25s;
    -moz-transition: all ease-in-out .25s;
    -ms-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s;
}
.icon-set a{
    text-decoration: none;
    font-weight: normal;
}
.icon-set a:hover .icon img, .icon-set a:focus .icon img{
   max-height: 62px;
}
.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{
    color: #fff;
}
.icon-set .icon-text {
    text-align: center;
    line-height: 1.5rem;
    margin: 0 auto;
    font-size: 1.125rem;
    font-weight: 700;
    color: #24235B;
    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{
   text-decoration: underline;
}
/*Numbered Step List*/
ol.numbered-list {
    margin-left: 0;
	padding-left: 0px;
    padding-right: 0;
    list-style-type: none;
}
ol.numbered-list li {
    counter-increment: step-counter;
    margin-bottom: 15px;
    position: relative;
    min-height: 45px;
    padding: 10px 0 10px 60px;
}
ol.numbered-list li::before {
    content: counter(step-counter);
    margin-right: 15px;
    font-weight: 900;
    border-radius: 50%;
    color: #24235B;
    background-color: #5DB4E4;
    width: 45px;
    height: 45px;
    font-size: 1.875rem;
    line-height: 45px;
    text-align: center;
    position: absolute;
    left: 0;
    padding: 0;
    top: 1px;
}
ol.numbered-list li::after{
    content: "";
    border: 2px solid #9966CC;
    position: absolute;
    top: -4px;
    left: -5px;
    border-radius: 50%;
    width: 55px;
    height: 55px;
}
ol.numbered-list.two-column li {
    margin-bottom: 0 !important;
    padding: 10px 0 0 60px;
    min-height: 64px;
}
ol.numbered-list.two-column li::before {
    top: 8px;
    font-family: 'Lato';
}
ol.numbered-list.two-column li::after {
    top: 3px;
}
/*Cards*/
.card.plain {
    background-color: transparent;
}
.bg-dark-blue .card.plain, .bg-light-blue .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,
.bg-light-blue .card.plain h2, .bg-light-blue .card.plain h3, .bg-light-blue .card.plain h4, .bg-light-blue .card.plain h5, .bg-light-blue .card.plain h6{
    color: #fff;
}
.card {
    border-radius: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    border: none;
    min-height: 160px;
}
.card.shadow{
    color: #24235B;
}
.card.border-top{
    border-top: 4px solid #5DB4E4 !important;
}
.card.h-100{
    margin-bottom: 0;
    height: 95% !important;
}
.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: #24235B;
}
.card.bg-dark-blue a, .card.bg-light-blue a{
    color: #fff;
}
.card.bg-dark-blue a.btn-light-blue{
    color: #24235B;
}
.card.bg-dark-blue a.btn-light-blue:hover, .card.bg-dark-blue a.btn-light-blue:focus{
    color: #ffffff;
}
.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.bg-light-blue a:hover h2, .card.bg-light-blue a:hover h3, .card.bg-light-blue a:hover h4, .card.bg-light-blue a:hover h5, .card.bg-light-blue a:hover h6,
.card.bg-light-blue a:focus h2, .card.bg-light-blue a:focus h3, .card.bg-light-blue a:focus h4, .card.bg-light-blue a:focus h5, .card.bg-light-blue a:focus h6{
    color: #fff;
}
.card h2, .card h3, .card h4, .card h5, .card h6{
    margin-top: 0;
}
.card h2:only-child, .card h3:only-child, .card h4:only-child, .card h5:only-child, .card h6:only-child{
    margin-bottom: 0;
}
.card .image-card{
    margin: 0 !important;
}
.card.h-100.image-card{
    height: 100% !important;
}
.card .image-overlay {
    padding-top: 70%;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.card .image-overlay .card-img-top {
    background-size: cover;
    background-position: 50%;
    bottom: 0;
    left: 0;
    position: absolute;
    top: -1px;
    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 a:hover .image-overlay .card-img-top, .card a:focus .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;
    display: flex;
    flex-direction: column;
}
.card-body .btn{
    margin-top: auto;
}
.shadow {
    box-shadow: 0 0 2.125rem rgba(0,100,165,.2)!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;
}
.image-overlay + .card-body{
    min-height: 110px;
    padding: 0.75rem;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(0,0,0,0.7) 30%, rgba(0,0,0,0.8) 90%, rgba(0,0,0,1) 100%);
    color: #fff;
}
.image-overlay + .card-body h2, .image-overlay + .card-body h3, .image-overlay + .card-body h4, .image-overlay + .card-body h5, .image-overlay + .card-body h6,
.image-overlay + .card-body .h2, .image-overlay + .card-body .h3, .image-overlay + .card-body .h4, .image-overlay + .card-body .h5, .image-overlay + .card-body .h6,
.image-overlay + .card-body a{
   color: #fff; 
}
.image-overlay + .card-body h2, .image-overlay + .card-body h3, .image-overlay + .card-body h4, .image-overlay + .card-body h5, .image-overlay + .card-body h6,
.image-overlay + .card-body .h2, .image-overlay + .card-body .h3, .image-overlay + .card-body .h4, .image-overlay + .card-body .h5, .image-overlay + .card-body .h6{
   margin-bottom: 10px;
}
/*Carousels*/
.slider-wrapper{
    position: relative;
}
/*Dots and Arrows*/
.slick-next:before {
    content: '\f105' !important;
}
.slick-prev:before {
    content: '\f104' !important;
}
.slick-prev:before, .slick-next:before {
    font-size: 52px !important;
    opacity: 1 !important;
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900;
    color: #24235B !important;
}
.slick-prev, .slick-next {
    width: 35px !important;
    height: 55px !important;
    color: #24235B !important;
}
.slick-lightbox .slick-prev, .slick-lightbox .slick-next, .slick-lightbox .slick-prev:before, .slick-lightbox .slick-next:before {
    color: #fff !important;
}
.slick-prev:hover:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-next:focus:before{
     opacity: .75 !important;
}
.slick-dots li {
    margin: 0 5px !important;
}
.slick-dots li button:before{
    font-family: "Font Awesome 6 Free" !important;
    content: "\f111" !important;
    font-weight: 900;
    display: block;
    opacity: 1 !important;
    color: #5DB4E4 !important;
    font-size: 14px !important;
}
.slick-dots li.slick-active button:before{
    content: "\f111" !important;
    opacity: 1 !important;
    color: #24235B !important;
}
.slick-dots li button:focus {
    outline: 1px solid #24235B;
}
/*Dots and Arrows Right Aligned*/
.slider-wrapper .slick-dotted.slick-slider {
    margin-bottom: 60px;
}
.slider-wrapper .slick-next {
    right: 0;
}
.slider-wrapper .slick-prev {
    left: inherit;
    right: 45px;
    z-index: 1;
}
.slider-wrapper .slick-prev,  .slider-wrapper .slick-next {
    top: inherit;
    bottom: -85px;
}
.slider-wrapper .slick-dots{
    text-align: right;
    width: auto;
    bottom: -40px;
    right: 100px;
}
/*Centered Dots and Arrows*/
.slide-navigation.centered{
    display: block;
    position: relative;
    width: 30%;
    margin: 0 auto;
    top: 0;
}
.card-carousel-wrapper .slide-navigation.centered{
    top: -20px;
}
.card-carousel-wrapper .shadow{
    box-shadow: 0 0 .5rem rgba(0,0,0,.2)!important;
}
.slider-wrapper .slide-navigation.centered .slick-dots {
    text-align: center;
    width: 100%;
    bottom: 0;
    right: 0;
}
.slider-wrapper .slide-navigation.centered .slick-prev, .slider-wrapper .slide-navigation.centered .slick-next {
    bottom: -45px;
}
.slider-wrapper .slide-navigation.centered .slick-prev{
   left: 0;
   right: unset; 
}
.slider-wrapper .slide-navigation .slick-dots li:only-child {
   display: none;
    }
/*Stat Carousel*/
.why-choose .slick-prev{
    display: none !important;
}
 .why-choose .slick-next {
    width: 25px !important;
    height: 25px !important;
    background-color: #5DB4E4 !important;
    border-radius: 50%;
    top: 50%;
    right: -30px;
    bottom: inherit;
}
.why-choose .slick-next:before {
    font-size: 16px !important;
}
/*Hero Slider*/
.hero-slider-wrapper .slick-dots {
    z-index: 1;
    right: 200px;
    bottom: unset;
    top: 46%;
    transform: translate(0, -50%);
}
.hero-slider-wrapper .slide-navigation {
    position: absolute;
    right: 50px;
    bottom: 20px;
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hero-slider-wrapper .slick-prev, .hero-slider-wrapper .slick-next {
    z-index: 1;
    color: #fff !important;
    bottom: unset;
    top: 50%;
    transform: translate(0, -50%);
}
.hero-slider-wrapper .slick-prev{
    right: 140px;
}
.hero-slider-wrapper .slick-next {
    right: 100px;
}
.hero-slider-wrapper .slick-dots li.slick-active button:before {
    color: #fff !important;
}
.hero-slider-wrapper .slick-prev:before, .hero-slider-wrapper .slick-next:before {
    color: #fff !important;
}
.hero-slider-wrapper, .hero-video-wrapper{
   position: relative; 
   overflow: hidden;
   background-color: #24235B;
}
.hero-slider{
    position: relative;
    margin-bottom: -8px !important;
}
.slider-img-mobile{
    dipslay: none;
}
.hero-slider .slide{
    width: 100vw;
    height: calc(100vh - 246px);
    display: flex;
    justify-content: flex-end;
    align-items: left;
    position: relative;
    background-color: #fff;
}
.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, .video-caption{
    margin: 0 auto;
    left: 50px;
    right: unset;
    bottom: 50px;
    padding: 20px;
    text-align: left;
    z-index: 2;
    background-color: #5DB4E4;
    color: #24235B;
    width: 500px;
    position: absolute;
}
.hero-slider .carousel-caption.align-right, .video-caption.align-right{
    left: unset;
    right: 50px;
    bottom: 150px;
}
.hero-slider .carousel-caption .btn, .video-caption .btn {
    margin-left: 0;
}
.hero-slider-wrapper .slide::after, .hero-video-wrapper .video-feature::after{
    content: "";
    z-index: 1;
    position: absolute;
    top: 20%;
    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-caption .description a{
    color: #24235B;
}
.hero-slider .carousel-caption h1, .video-caption h1{
    color: #24235B;
    font-weight: 700;
    font-size: 1.875rem;
    margin-top: 0;
}
.hero-slider .carousel-caption .description, .video-caption .description{
    font-size: 1.25rem;
    margin-bottom: 15px;
}
/*Gallery Slider*/
.gallery-slider{
    margin: 35px auto;
}
.gallery-slider .slide{
    position: relative;
}
.gallery-slider .slide img{
    width: 100%;
}
.gallery-slider .carousel-caption {
    margin: 0 auto;
    left: 20px;
    bottom: 20px;
    right: 30%;
    text-align: left;
    z-index: 1;
    position: absolute;
    padding: 20px;
    background-color: rgba(36, 35, 91, .75);
}
.gallery-slider .carousel-caption h1, .gallery-slider .carousel-caption h2, .gallery-slider .carousel-caption h3 {
    font-size: 1.125rem;
    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;
}
/*Card Carousel*/
.card-carousel-wrapper .card{
    margin: 15px;
}
/*Hero Image and Video*/
.hero-image-feature{
    width: 100%;
    height: 600px;
    left: 0;
    top: 0;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-color: #24235B;
    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, .hero-image-feature .container-fluid{
    position: relative;
    z-index: 1;
}
.hero-image-feature .page-title{
    font-size: 3rem;
    line-height: 4rem;
    text-align: left;
    color: #ffffff;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 1);
    position: relative;
    overflow: auto;
    z-index: 1;
}
.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: #24235B;
}
.hero-image-feature.no-image .page-title {
    color: #24235B;
    text-shadow: none;
}
.hero-image-feature.no-image .breadcrumb-item+.breadcrumb-item::before{
    color: #1295CE;
}
.hero-image-feature.no-image .overlay{
    display: none;
}
/*Video*/
.video-feature {
    width: 100%;
    height: 800px;
    left: 0;
    top: 0;
    border: none;
	overflow: hidden;
    background-size: cover;
    background-position: center;
    background-color: #24235B;
}
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;
}
.pause-play, .play-pause, .modal-play-pause{
    color: #24235B;
    background-color: #019ED9;
    width: 70px;
    height: 70px;
    position: absolute;
    right: 0;
    cursor: pointer;
    z-index: 2;
    border: none;
    border-radius: 50%;
    font-weight: 700;
    font-size: 1.875rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pause-play:hover, .play-pause:hover, .pause-play:focus, .play-pause:focus, .modal-play-pause:hover, .modal-play-pause:focus{
    opacity: .75;
}
.pause-play:before{
    font-family: "Font Awesome 6 Free";
    content: "\f04c";
    font-weight: 900;
    display: block;
    font-size: 30px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.pause-play.paused:before{
    content: "\f04b";
    left: 55%;
}
.play-pause .fa-play, .modal-play-pause .fa-play{
    position: relative;
    left: 3px;
}
.pause-play:after, .play-pause:after, .modal-play-pause:after{
    content: "";
    border: 4px solid #9966CC;
    position: absolute;
    top: -8px;
    left: -8px;
    right: -8px;
    bottom: -8px;
    border-radius: 50%;
}
.video-feature .button-wrapper{
   position: absolute;
    right: 50px;
    bottom: 20px;
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center; 
}
/*Accordion*/
.accordion{
    margin: 10px 0 30px;
}
.accordion-item{
    border: none;
    color: #24235B;
}
.accordion-header {
    margin: 0;
    font-weight: 700;
}
.accordion-item{
    border-top: 2px solid #9966CC;
    border-bottom: 2px solid #9966CC;
    border-radius: 0 !important;
    background: rgb(245,245,245);
    background: -moz-linear-gradient(86deg, rgba(245,245,245,1) 50%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(86deg, rgba(245,245,245,1) 50%, rgba(255,255,255,1) 100%);
    background: linear-gradient(86deg, rgba(245,245,245,1) 50%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5f5f5",endColorstr="#ffffff",GradientType=1);
}
.accordion-button{
    font-size: 1.375rem;
    font-weight: 700;
    color: #24235B;
    border-radius: 0px;
    border: none;
    padding: 25px 0 25px 70px;
    background-color: transparent;
}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.accordion-button:hover, .accordion-button:focus{
    background-color: #f5f5f5;
}
.accordion-button:not(.collapsed) {
    color: #24235B;
    background-color: transparent;
    box-shadow: none;
}
.accordion .accordion-item .accordion-body{
    padding: 0 30px 30px 65px;
    background-color: transparent;
}
.accordion-button::after {
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\2b";
    background-image: none;
    border-radius: 50%;
    color: #24235B;
    background-color: #5DB4E4;
    width: 45px;
    height: 45px;
    font-size: 1.5rem;
    line-height: 2.813rem;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    left: 10px;
    padding-left: 2px;
    top: 15px;
}
.accordion-button[aria-expanded="true"]::after {
    background-image: none;
    transform: rotate(45deg);
    padding-left: 0;
}
.accordion-button::before {
    content: "";
    border: 2px solid #9966CC;
    position: absolute;
    top: 10px;
    left: 5px;
    border-radius: 50%;
    width: 55px;
    height: 55px;
}
.accordion-button-link{
    text-decoration: none;
    position: relative;
    display: inline-block;
}
.expand-collapse-all{
    background-color: transparent;
    border: none;
    text-transform: uppercase;
    text-align: right;
    width: 100%;
    padding: 0 0 20px 0;
    color: #24235B;
}
.expand-collapse-all:hover, .expand-collapse-all:focus{
    text-decoration: underline;
}
/*Tabs*/
.tabs .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    position: relative;
    background-color: #24235B;
    color: #ffffff;
}
.tabs .nav-tabs .nav-link {
    border: none;
    border-radius: 0;
	font-size: 20px;
	color: #24235B;
	padding: 12px 40px;
	text-decoration: none;
    font-weight: 700;
}
.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;
    margin-right: 2px;
	background-color: #5DB4E4;
    border-bottom: 4px solid #9966CC;
}
.tabs .nav-tabs .nav-link:hover {
	text-decoration: none;
}
.tabs .nav-tabs {
    border-bottom: 4px solid #9966CC;
	margin-top: 10px;
}
.tabs .nav-tabs .nav-link:hover, .tabs .nav-tabs .nav-link:focus, .tabs .nav-tabs .nav-link.active:hover {
    border-bottom-color: #24235B;
}
.tabs .tab-content {
	text-align: left;
    padding: 40px 20px;
    margin-bottom: 20px;
    background: rgb(245,245,245);
    background: -moz-linear-gradient(86deg, rgba(245,245,245,1) 50%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(86deg, rgba(245,245,245,1) 50%, rgba(255,255,255,1) 100%);
    background: linear-gradient(86deg, rgba(245,245,245,1) 50%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5f5f5",endColorstr="#ffffff",GradientType=1);
}
.tabs .tab-content h2:first-of-type, .tabs .tab-content h3:first-of-type {
	margin-top: 0;
}
/*Tables*/
thead{
    background-color: #24235B;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
}
thead th{
    padding: 15px 5px;
}
table td{
    padding: 5px;
}
/*Forms*/
.form-check.text-center .form-check-input {
    float: none;
}
/*Stats*/
.factoids{
    text-align: center;
    color: #24235B;
}
.factoid{
    text-align: center;
    margin: 20px auto;
}
.factoids .large-content, .factoid .large-content{
    font-weight: 900;
    font-size: 2.5rem;
    line-height: 1;
    padding-bottom: 10px;
}
.factoids .col-lg-4{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.bg-dark-blue .factoids .large-content, .bg-dark-blue .factoid .large-content,
.bg-light-blue .factoids .large-content, .bg-light-blue .factoid .large-content{
    color: #fff;
}
.bg-dark-blue .factoids p, .bg-dark-blue .factoid p,
.bg-light-blue .factoids p, .bg-light-blue .factoid p{
    color: #fff;
}
.factoid p{
    border-top: 4px solid #5DB4E4;
    padding-top: 15px;
    display: inline-block;
}
/*Why Choose Feature*/
.why-choose{
    position: relative;
}
.featured-student-image{
    border: 4px solid #5DB4E4;
    border-radius: 50%;
    position: absolute;
    left: -140px;
    top: 160px;
    width: 800px;
    height: 800px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #fff;
}
.bg-gradient{
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    align-items: center;
}
.bg-gradient::before{
    content: "";
    position: absolute;
    left: -400px;
    top: 0;
    bottom: 0;
    right: 0;
    display: block;
    z-index: -1;
    background: rgb(245,245,245);
    background: -moz-linear-gradient(86deg, rgba(245,245,245,1) 50%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(86deg, rgba(245,245,245,1) 50%, rgba(255,255,255,1) 100%);
    background: linear-gradient(86deg, rgba(245,245,245,1) 50%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5f5f5",endColorstr="#ffffff",GradientType=1);
}
.purple-dot::before{
    content: "";
    position: relative;
    display: inline-block;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    background-color: #9966CC;
    border-radius: 50%;
}
.one-column-carousel .slick-slide { 
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.one-column-carousel::before {
    content: "";
    position: absolute;
    left: -50px;
    top: 50%;
    height: 120px;
    width: 4px;
    background-color: #9966CC;
    transform: translate(0, -50%);
}
/*Blog or News*/
.swoosh{
    position: relative;
}
.swoosh::before{
    content: "";
    background-image: url(../images/swoosh.svg);
    background-size: contain;
    width: 578px;
    height: 114px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: -50px;
    top: 0;
    display: block;
}
.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;
}
.card.shadow a:hover .card-body h3, .card.shadow a:hover .card-body h4, .card.shadow a:hover .card-body h5, .card.shadow a:hover .card-body h6,
.card.shadow a:focus .card-body h3, .card.shadow a:focus .card-body h4, .card.shadow a:focus .card-body h5, .card.shadow a:focus .card-body h6{
    text-decoration: underline;
}
.news-events-header {
    position: relative;
    margin-bottom: 20px;
}
.news-events-header .news, .news-events-header .events {
    text-align: right;
    display: block;
    position: absolute;
    right: 0;
    top: 20px;
    text-decoration: none;
}
.events-vertical .news-events-header .events{
    top: 10px;
}
.news-events-header .events{
    line-height: 2rem;
}
.news-events-header .events a{
    text-decoration: none;
    margin-left: 10px;
    font-size: 1rem;
}
.news-events-header .news:hover, .news-events-header .events a:hover, .news-events-header .news:focus, .news-events-header .events a:focus{
    text-decoration: underline;
}
.news-events-header .news::after, .news-events-header .events a::after {
    content: '\f105' !important;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 1rem;
    color: #24235B;
    position: relative;
    right: -5px;
    padding-right: 10px;
    top: 0;
    font-style: normal;
}
.bg-dark-blue .news-events-header .events a::after, .bg-dark-blue .news-events-header .news::after{
    color: #fff;
}
.image-overlay + .card-body .date + h2, .image-overlay + .card-body .date + h3, .image-overlay + .card-body .date + h4, .image-overlay + .card-body .date + h5, .image-overlay + .card-body .date + h6, .image-overlay + .card-body .date + .h2, .image-overlay + .card-body .date + .h3, .image-overlay + .card-body .date + .h4, .image-overlay + .card-body .date + .h5, .image-overlay + .card-body .date + .h6, .image-overlay + .card-body p{
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.category {
    margin-bottom: 15px;
    display: block;
    color: #5DB4E4;
}
.featured-news h2 a:hover, .featured-news h2 a:focus,
.featured-news h3 a:hover, .featured-news h3 a:focus{
    color: #5DB4E4;
}
.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;
}
.date, .author{
    font-size: 1rem;
}
/*Events*/
.card-body .event-item{
    margin-bottom: 0;
}
.event-item{
    display: flex;
    margin: 15px 10px;
    position: relative;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.event-item a{
    text-decoration: none;
}
.event-item a:hover .event-title, .event-item a:focus .event-title{
    text-decoration: underline;
}
.event-item .event-title{
    margin-top: 0;
    font-size: 1rem;
    margin-bottom: 10px;
}
.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.125rem;
    color: #24235B;
    text-transform: uppercase;
    font-weight: 700;
}
.event-item .event-date .event-day {
    display: block;
    text-align: center;
    font-size: 4.313rem;
    font-weight: 900;
    color: #24235B;
}
.bg-dark-blue .event-item .event-date .event-day, .bg-dark-blue .event-item .event-date .event-month{
    color: #5DB4E4;
}
.event-item .event-text {
    line-height: 1.375;
    position: relative;
    padding: 0 0 0 25px;
    width: 100%;
}
.event-item .event-text::before{
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
    bottom: 20px;
    background-color: #9966CC;
    width: 4px;
    display: block;
}
.event-item .event-date-bg{
    padding: 20px;
    line-height: 1.125;
    min-width: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.event-item .event-item-time-location{
    margin-bottom: 10px;
    font-size: 0.875rem;
    font-weight: 700;
}
.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;
    
}
.bg-dark-blue .event-item .event-item-time-location .time:before, .bg-dark-blue .event-item .event-item-time-location .location:before{
   color: #ffffff; 
}
.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;
}
/*Directory*/
.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;
}
#directory-list #location[style]{
    width: 15%!important;
}
#directory-list #phone[style]{
    width: 10%!important;
}
#reset-filters{
    background-color: transparent;
    border: none;
    color: #24235B; 
    padding: 8px 0;
    font-size: 1.125rem;
    text-transform: uppercase;
    position: relative;
    top: 4px;
}
#reset-filters:hover, #reset-filters:focus{
    text-decoration: underline;
}
#reset-filters .fas{
    color: #24235B;
}
#reset-filters:hover .fas, #reset-filters:focus .fas{
    color: #5DB4E4;
}
div.alphabet {
    display: block;
    margin: 0 auto 25px;
    padding: 20px 0;
    text-align: center;
}
div.alphabet span {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    text-align: center;
    padding: 5px;
    font-size: 1.563rem;
    color: #24235B;
    text-transform: uppercase;
    cursor: pointer;
}
div.alphabet span:hover {
    text-decoration: underline;
}
div.alphabet span.clear{
    text-transform: none;
}
div.alphabet span.active {
    background-color: #24235B;
    border-radius: 3px;
    color: #fff;
}
.dataTables_wrapper .dataTables_filter input {
    width: 300px !important;
    margin-right: 5px;
}
#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: #24235B;
    text-transform: uppercase;
}
/*Pagination*/
.pagination {
    margin: 20px auto !important;
}
.pagination .page-item .page-link{
    text-decoration: none !important;
    background-color: #f5f5f5;
}
.pagination .page-link{
    color: #24235B;
}
.pagination .page-item.active .page-link{
    background-color: #24235B !important;
    border-color: #24235B !important;
    color: #fff;
}
.pagination .page-item .page-link:hover, .pagination .page-item .page-link:focus {
    color: #5DB4E4;
}
/*Instagram Photos*/
.instagram-photos{
    position: relative;
    overflow: hidden;
}
.instagram-photos .instagram-photo-1, .instagram-photos .instagram-photo-2, .instagram-photos .instagram-photo-3, .instagram-photos .instagram-photo-4{
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;
    padding: 50%;
}
.instagram-photos .instagram-photo-1{ 
    transform: rotate(-4deg);
    left: -20px;
    margin-top: 80px;
}
.instagram-photos .instagram-photo-2{ 
    transform: rotate(2deg);
    margin-top: 50px;
}
.instagram-photos .instagram-photo-3{ 
    transform: rotate(-1deg);
    margin-top: 20px;
}
.instagram-photos .instagram-photo-4{ 
    right: -20px;
    transform: rotate(5deg);
}
/*Footer Styles*/
footer{
    background-color: #24235B;
    color: #fff;
    font-size: 1rem;
    padding: 40px 0 20px;
}
footer address{
    display: block;
    margin-bottom: 1rem;
}
footer a{
    color: #fff;
    text-decoration: none;
}
footer a:hover, footer a:focus{
    color: #fff;
    text-decoration: underline;
}
footer .col-xl-3{
    text-align: center;
    font-size: 1.125rem;
}
footer ul{
   list-style: none;
   padding: 0;
}
footer .resource-menu a, footer .utility-menu a{
    padding: 0;
}
.footer-social {
    padding-left: 0;
    list-style: none;
    text-align: center;
    margin: 30px auto;
}
.footer-social li {
    display: inline-block;
    margin: 0 5px;
}
.footer-social a {
    color: #fff;
}
.footer-social li a:before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Brands";
    font-weight: 900;
    color: #fff;
    font-size: 32px;
    width: 45px;
    height: 45px;
    line-height: 2.813rem;
}
.footer-social li a.twitter:before {
	content: "\f099";
} 
.footer-social li a.facebook:before{
	content: "\f39e";
} 
.footer-social li a.youtube:before {
	content: "\f167";
} 
.footer-social li a.instagram:before {
	content: "\f16d";
}
.footer-social li a.linkedin:before {
	content: "\f0e1";
}
.footer-social li a.tiktok:before {
	content: "\e07b";
}
footer .bottom-row{
    text-align: center;
    margin-top: 30px;
}
footer .bottom-row .row{
    border-top: 2px solid #5DB4E4;
}
footer .utility-menu {
    text-align: center;
    margin-bottom: 0;
    padding: 20px;
    line-height: 2rem;
    font-size: 0.875rem;
    font-weight: 400;
}
footer .resource-menu .nav{
    display: block;
    width: 100%;
}
footer .resource-menu .nav-link, footer .resource-menu h3{
    color: #fff;
    padding-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 2;
    font-size: 1rem;
    margin: 0;
}
footer .resource-menu a.nav-link:hover, footer .resource-menu a.nav-link:focus{
    text-decoration: none;
    cursor: auto;
}
footer .resource-menu .dropdown-menu, footer .resource-menu .nav {
    position: relative !important;
    background-color: #24235B;
    box-shadow: none;
    border: none;
    color: #fff;
    padding: 20px 0;
    font-size: 0.875rem;
    transform: none !important;
    border-top: 2px solid #5DB4E4;
    z-index: 4;
    border-radius: 0;
}
footer .resource-menu a.nav-link.dropdown-toggle::after{
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    color: #24235B;
    font-weight: 900;
    position: absolute;
    border: none;
    font-size: 1.5rem;
    padding: 10px 20px 15px 20px;
    top: -10px;
    bottom: 0;
    right: -10px;
    }
footer .resource-menu a.nav-link.dropdown-toggle.show::after {
    content: "\f106";
}
footer .resource-menu .dropdown-menu .nav-item, footer .resource-menu .nav .nav-item{
    margin: 10px 0 !important;
}
footer .resource-menu .dropdown-menu.two-column .nav-item, footer .resource-menu .nav.two-column .nav-item{
    margin: 10px 0 0px !important;
}
footer .resource-menu .dropdown-menu .dropdown-item, footer .resource-menu .nav .nav-item a{
    color: #fff;
    padding: 5px 0;
    white-space: normal;
    display: inline;
}
footer .resource-menu .dropdown-menu .dropdown-item:hover, footer .resource-menu .dropdown-menu .dropdown-item:focus,
footer .resource-menu .nav .nav-item a:hover, footer .resource-menu .nav .nav-item a:focus{
    background-color: #24235B;
    text-decoration: underline;
}
footer .list-inline-item{
    position: relative;
    margin: 0 12px !important;
}
footer .list-inline li:not(:last-child):after {
    content: "|";
    position: absolute;
    right: -16px;
    height: auto;
    width: auto;
    background: transparent;
    left: unset;
    color: #fff;
}
footer .list-inline-item:first-child{
    margin-left: 0 !important;
}
footer .list-inline-item:last-child{
   margin-right: 0 !important; 
}
footer img {
    max-width: 300px;
}





/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
 body{/*border: 1px solid #ffff00;*/}
.main-navigation .nav .nav-item .nav-link {
    width: 93% !important;
    }
.main-navigation .arrow-button.visually-hidden-focusable, .main-navigation .arrow-button.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
    width: 6% !important;
}
.hero-slider .slide, .video-feature {
    height: 500px;
}
}



/* Large desktops and laptops */
@media (min-width: 992px) {
.section {
    padding: 50px 0;
}
.spacer-20 {
    padding: 10px 0;
    display: block;
    clear: both;
}
.spacer-40 {
    padding: 20px 0;
    display: block;
    clear: both;
}
.spacer-50 {
    padding: 25px 0;
    display: block;
    clear: both;
}
.spacer-60 {
    padding: 30px 0;
    display: block;
    clear: both;
}
.spacer-80 {
    padding: 40px 0;
    display: block;
    clear: both;
}
h2:first-of-type{
  margin-top: 0; 
}
.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;
    }
.figure.float-lg-start{
    margin-right: 30px;
}
.figure.float-lg-end{
    margin-left: 30px;
}
.figure.half-width {
    width: 650px;
}
.figure.quarter-width {
    width: 300px;
}
.figure.full-width {
    width: 100%;
}
.factoids .col-lg-6:nth-child(1){
    border-right: 2px solid #5DB4E4;
}
.factoids .col-lg-4:nth-child(1), .factoids .col-lg-4:nth-child(2){
    border-right: 2px solid #5DB4E4;
}
.factoids .col-lg-4:last-of-type{
    border-right: none;
}
.figure {
    display: table;
}
.figure-caption {
    display: table-caption;
    caption-side: bottom;
}
.col-lg-6.col-xl-8 .faculty-headshot{
   float: left;
    margin-right: 20px;
    max-width: 250px;
    }
.btn-right{
    float: right;
}
.event-item{
    width: 31%;
    float: left;   
    }
.events-vertical .event-item, .card-body .event-item{
    width: 100%;
    float: none;    
    justify-content: start;
    margin: 0;
    }
.faculty-headshot{
    float: right;
}
.restrict{
    margin: 20px auto;
    display: block;
    width: 60%;
}
footer .resource-menu {
    margin-top: 40px;
}
footer .resource-menu .dropdown-menu {
    display: block;
}
footer a:hover,  footer a:focus{
    color: #fff;
}
.footer-social a:before {
    color: #5DB4E4;
    -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: #5DB4E4;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1499px) {
.card-carousel-wrapper .card {
    margin: 25px;
    }
}

@media (max-width: 1199px) {
body{
    font-size: 1rem;   
    }
h1, .h1 {
    font-size: 1.875rem;
}
h2, .h2 {
    font-size: 1.75rem;
}
h3, .h3 {
    font-size: 1.625rem;
}
h4, .h4 {
    font-size: 1.5rem;
}
h5, .h6 {
    font-size: 1.25rem;
}
h5, .h6 {
    font-size: 1.125rem;
}
.lead{
    font-size: 1.125rem;    
    }
h2.lead, .h2.lead{
   font-size: 1.75rem !important; 
}
h3.lead, .h3.lead{
   font-size: 1.625rem !important; 
}
h4.lead, .h4.lead{
   font-size: 1.5rem !important; 
}
 .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: 215px;
    margin: 16px 15px 14px;
    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: auto;
    overflow-x: hidden;
    height: 100%;
    z-index: 999999;
    top: 165px;
}
.site-navigation.modal.show{
    opacity: 1;
}
.site-navigation.modal .modal-dialog {
    width: auto;
    max-width: unset;
    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);
}
.site-navigation .modal-content {
    border: none;
    border-radius: 0;
    height: 100%;
    min-height:100vh;
    width: 100%;
    background-color: #fff;
}
.main-navigation .container, .main-navigation .container-lg{
    max-width: none;
    padding: 0;
    }
.main-navigation .bottom-row .dropdown-menu{
    background-color: #24235B
}
.main-navigation .nav .nav-item .nav-link {
    padding: 10px 0 10px 15px;
    width: 95%;
    display: inline-block;
    font-size: 1.125rem;
    text-transform: uppercase;
    color: #24235B;
}
.main-navigation .aux-nav .nav-item .dropdown-toggle {
    padding: 10px 0 10px 15px;
    font-size: 1.125rem;
    text-transform: uppercase;
    color: #24235B;
    background-color: #fff;
}
.main-navigation .aux-nav .nav-item .dropdown-toggle::after {
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.main-navigation .aux-nav .nav-item .dropdown-toggle.show::after {
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid #24235B;
    border-left: 0.3em solid transparent;
}
.main-navigation .bottom-row .nav .nav-item .nav-link{
    padding: 15px 0 15px 15px;
    color: #fff;    
    }
.main-navigation .nav .nav-item .nav-link br{
    display: none;    
    }
.main-navigation .dropdown-menu li a {
    padding: 10px 0;
}
.main-navigation .dropdown-menu a {
    text-decoration: none;
    position: relative;
    font-size: 1rem;
    font-weight: 400;
    display: block;
}
.main-navigation .nav .nav-item{
    display: block;
    width: 100%;
}
.main-navigation .bottom-row .nav .nav-item{
    background-color: #24235B;
    border-bottom: 2px solid #5DB4E4;    
    }    
.main-navigation .nav .nav-item:last-child{
    border-bottom: none;
}
.main-navigation .dropdown-menu {
    transform: none !important;
    position: relative !important;
    padding: 0 0 20px 20px;
}
.main-navigation .aux-nav .nav .dropdown-menu {
    border-top: 4px solid #5DB4E4;
    padding: 0;
    width: auto;
    margin: 0 15px !important;
    -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%);
}
.main-navigation .aux-nav .nav .dropdown-menu .dropdown-item {
    text-transform: none;
    color: #24235B;
    font-size: 1rem;
    padding: 10px;
    white-space: normal;
    line-height: 1.25;
}
.main-navigation .nav li a{
   display: block;     
    }
.main-navigation .dropdown-menu li.container, .main-navigation .dropdown-menu li.container-fluid, .main-navigation .dropdown-menu li.container-lg {
    max-width: unset;
    padding: 0;
}
.main-navigation .dropdown-menu li a {
    padding: 10px 15px;
    color: #fff;
    font-size: 1.125rem;
}
.main-navigation .dropdown-menu li a:hover, .main-navigation .dropdown-menu li a:focus {
    color: #fff;
    background-color: transparent;
}
.main-navigation .arrow-button.visually-hidden-focusable, .main-navigation .arrow-button.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
    background-color: transparent;
    border: none;
    display: inline-block;
    font-size: 1.5rem;
    padding: 0;
    top: 0;
    right: 0;
    width: 4% !important;
    position: static !important;
    height: 36px !important;
}
.main-navigation .arrow-button .fa-solid {
    color: #fff;
    position: relative;
    top: 4px;
}
.main-navigation .nav .dropdown > .arrow-button.show .fa-angle-down:before {
    content: "\f106";
}
.aux-nav{
    padding: 20px 0 100px;    
    }
.myLSCPA{
    background-color: #5DB4E4;
    color: #24235B;
    font-size: 1rem;
    font-weight: 700;
    padding: 15px 0 !important;
    margin-left: 20px;
    width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 53px;
    right: 0;
    text-decoration: none;
    }
.gsc-control-cse, .searchgroup {
    background-color: #f5f5f5 !important;
    border: none !important;
    padding: 15px;
}
.search button {
    padding: 0;
    width: 40px;
}
.gsc-search-button-v2 svg {
    fill: #24235B !important;
    display: none;
    }
.gsc-search-button-v2::after, .searchgroup button::after{
    content: url("../images/search-icon.svg");
    display: block;
    width: 25px;
    height: 25px; 
    }
.searchgroup input{
    width: 75%;    
    }
.bcs-host-div {
    background-color: transparent !important;
    }
.searchgroup button{
   color: #24235B;   
    position: relative;
    width: 80px;
    text-align: left;
    }
.searchgroup button::after{
   position: absolute;
   right: 0;
   top: 0;   
    }
.searchform{
     display: block;
    margin: 0 auto;
    }
.gsc-search-button-v2:hover {
    border-color: transparent !important;
    background-color: transparent !important;
    }
.menu-close{
    color: #24235B;    
    top: 0;
    right: 5px;
    padding: 10px;
    }
.menu-toggle {
    background-color: #f5f5f5;
    border: none;
    color: #24235B;
    font-size: 1.875rem;
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    padding: 15px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.menu-toggle img{
    width: 47px;
    }
.menu-toggle .close-img {
    display: none;
    width: 25px;
}
.modal-open-menu-mobile .menu-toggle .close-img{
    display: block;    
    }
.modal-open-menu-mobile .menu-toggle .menu-icon{
    display: none;    
    }
.cta-nav {
    text-transform: uppercase;
    line-height: 1.125rem;
    overflow-x: auto;
    border-top: 2px solid #5DB4E4;
}
.cta-nav .nav {
    display: flex;
    flex-wrap: wrap;
}
.cta-nav .nav .nav-item {
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    flex: 1 1 auto;
}
.cta-nav .nav-item .nav-link {
    text-decoration: none;
    padding: 20px 10px;
    display: block;
    font-size: 1.125rem;
    position: relative;
    color: #24235B;
}
.cta-nav .nav-item .nav-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transition: .3s;
}
.mobile-header{
    padding: 0;
    position: relative;
    z-index: 1050;
    height: 165px;
    background-color: #fff;
    display: block;
    -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%);
    }
.site-navigation .modal-content .modal-body{
    padding: 0;
    padding-bottom: 100px;
    }
.col-6 .btn{
    min-width: unset;
    }
.featured-student-image {
    position: relative;
    left: 0;
    top: 0;
    width: 350px;
    height: 350px;
    display: block;
    margin: 0 auto;
}
.green-dot{
    text-align: center;    
    }
.one-column-carousel{
   width: 90%;     
    }
.why-choose .slick-next {
    right: 0;
    }
}

/* Landscape phones and portrait tablets */
@media (max-width: 991px) {
.section-menu .navbar-collapse{
    position: relative;
    top: -25px;
    left: -15px;
    }
.btn{
    margin-left: auto;
    margin-right: auto;    
    display: block;
    font-size: 1rem;
    }
.btn:first-of-type, .btn:only-of-type {
    margin-left: auto;
}
.spacer-40 {
    padding: 10px 0;
    display: block;
    clear: both;
}
.spacer-50 {
    padding: 20px 0;
    display: block;
    clear: both;
}
.spacer-60 {
    padding: 15px 0;
    display: block;
    clear: both;
}
.spacer-80 {
    padding: 30px 0;
    display: block;
    clear: both;
}
h1, .h1 {
    font-size: 2.5rem;
}
h2, .h2 {
    font-size: 2rem;
}
h3, .h3 {
    font-size: 1.5rem;
}
h2.lead, .h2.lead{
    font-size: 2rem !important; 
}
h3.lead, .h3.lead{
   font-size: 1.5rem !important; 
}
h4.lead, .h4.lead{
   font-size: 1.25rem !important; 
}
blockquote, .blockquote {
    font-size: 1.125rem;
    border-left-width: 10px;
    margin: 40px 0;
}
.blockquote.blue {
    border-left: 10px solid #5DB4E4;
}
.hero-slider .slide {
    height: 500px;
    }
.hero-image-feature{
    height: 400px;
    }
.hero-image-feature .page-title {
    font-size: 2.25rem;
    margin-bottom: 0;
    line-height: 3rem;
    }
.hero-image-feature.no-image .page-title {
    margin-bottom: 25px;
    }
.hero-image-feature .overlay {
    top: 20%;
    }
.hero-slider .carousel-caption, .video-caption{
    width: 400px;
    left: 15px;   
    bottom: 100px;
    }
.hero-slider .carousel-caption.align-right, .video-caption.align-right{
    right: 15px; 
    bottom: 120px;
    }
.hero-slider .carousel-caption h1, .video-caption h1 {
    font-size: 1.563rem;
}
.hero-slider .carousel-caption .description, .video-caption .description{
    font-size: 1.125rem;
    }
.hero-slider .carousel-caption .btn, .video-caption .btn {
    display: inline-block;
}
.video-feature .button-wrapper {
    right: 25px;
    bottom: 15px;
    height: 75px;
    }
.pause-play, .play-pause, .modal-play-pause {
    width: 60px;
    height: 60px;
    }
.pause-play:after, .play-pause:after, .modal-play-pause:after {
    border: 3px solid #9966CC;
    top: -6px;
    left: -6px;
    right: -6px;
    bottom: -6px;
}
.hero-slider-wrapper .slick-next {
    right: 80px;
}
.hero-slider-wrapper .slick-prev {
    right: 120px;
}
.hero-slider-wrapper .slick-dots {
    right: 180px;
    }
.hero-slider-wrapper .slide-navigation {
    right: 25px;
    bottom: 15px;
    height: 70px;
    }
.factoids {
    align-items: center;
    }
.factoid {
    align-items: left;
    }
.factoids .col-lg-6{
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 2px solid #5DB4E4;
}
.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 #5DB4E4;
}
.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;     
    }
.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;
    }
.bg-dark-blue .news-events-header .events a:nth-child(3)::before{
    content: "";
    display: block;
    clear: both;
    width: 100%;
    }
.news-events-header .news, .news-events-header .events {
    text-align: center;
    position: relative;
}
.news-events-header{
    text-align: center;    
    }
.event-item {
    justify-content: start;
    }
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: #24235B;
}
.instagram-photos .instagram-photo-1 {
    margin-top: 0;
    left: 0;
}
 .instagram-photos .instagram-photo-2 {
    margin-top: 0;
}  
.instagram-photos .instagram-photo-3 {
    margin-top: 50px;
    transform: rotate(-4deg);
}
.instagram-photos .instagram-photo-4 {
    margin-top: 50px;
    margin-bottom: 20px;
    right: 0;
}
.swoosh {
    overflow: hidden;
}
 footer{
    text-align: center;    
    }
footer .footer-logo{
    margin: 0 auto 15px;    
    }
footer .col-lg-4.col-xl-4.offset-xl-1{
    margin: 40px auto;    
    }
footer .btn:first-of-type {
    margin-left: 0;
}
footer img{ 
    margin: 40px auto;
    }
footer .resource-menu a.nav-link.dropdown-toggle::after{
    color: #fff;
    }
footer .resource-menu{
   text-align: center;
    width: 60%;
    margin: 0 auto;     
    }
footer .col-lg-8 .resource-menu .nav-link{
    border-bottom: 2px solid #5DB4E4; 
    margin-bottom: 15px;
    padding-bottom: 15px;
    }
footer .col-lg-8 .resource-menu .dropdown-menu{
    border-top: none;
    padding-top: 0;
    }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
.site-navigation .modal-content {
    width: 100% !important;
}
.main-navigation .nav .nav-item .nav-link {
    width: 86% !important;
    }
.main-navigation .arrow-button.visually-hidden-focusable, .main-navigation .arrow-button.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
    width: 12% !important;
}
.cta-nav .nav-item .nav-link {
    font-size: 0.875rem;
}
.content .bordered-heading {
    text-align: center;
}
.content .bordered-heading::before {
    right: 0 !important;
    left: 0 !important;
    margin: 0 auto;
}
.accordion .accordion-item .accordion-body {
    padding: 0 0 30px 0;
}
.card.contact-card img {
    width: 100%;
    position: relative;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.card.contact-card img + .card-body {
    margin-right: 0;
}
.card-carousel-wrapper.slider-wrapper .slick-dotted.slick-slider {
    margin-bottom: 80px;
}
.card-carousel-wrapper .slide-navigation.centered {
    top: -40px;
}
.slide-navigation.centered {
    width: 95%;
    }
.hero-slider .slide {
    height: auto;
    background-color: #5DB4E4;
}
.hero-slider .slide .slider-img{
    display: none;    
    }
.slider-img-mobile{
    width: 100%;
    position: relative;
    height: 350px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    }
.hero-slider .carousel-caption, .video-caption{
    width: 100%;
    left: 0;
    bottom: 0;    
    position: relative;
    }
.hero-slider .carousel-caption.align-right, .video-caption.align-right {
    right: 0;
    bottom: 0;
}
.hero-slider-wrapper .slide-navigation {
    bottom: unset;
    top: 260px;
}
.hero-slider-wrapper .slide::after{
    display: none;    
    }
.hero-slider-wrapper .slider-img-mobile::after {
    content: "";
    z-index: 1;
    position: absolute;
    top: 20%;
    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-wrapper, .hero-video-wrapper{
   background-color: #5DB4E4;
}
.video-feature {
    height: 400px;
    }
.video-feature #hero-video, .video-feature .play-pause{
    display: none;    
    }
footer .resource-menu{
    width: 100%;   
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

}

/*Styles for desktop above 1200px*/
@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1400px;
}
.site-navigation.modal[style] {
    display: block !important;
    }   
header .modal-body{
    padding: 0;
}
.logo{
    position: relative; 
    margin-left: 42px;
    }
.logo a{
    display: inline-block;
}
.logo img{
    width: 322px;
    margin: 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;
    }
.menu-toggle, .mobile-header{
    display: none;    
    }
.site-navigation.modal {
    display: block;
    opacity: 1;
    position: relative;
    overflow: visible;
    background-color: #fff;
}
.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;
}
.main-navigation{
    display: block;
    }
.main-navigation .nav.justify-content-evenly{
   text-align: center;  
   overflow: hidden;
    }
.main-navigation .bottom-row .nav .dropdown .dropdown-menu{
    border-right: 2px solid #5DB4E4;
    padding: 1.125rem 0;
    position: relative;
    height: 100%;
    }
.main-navigation .bottom-row .nav .dropdown:last-child .dropdown-menu{
    border-right: none;    
    }
.main-navigation .bottom-row .nav .dropdown button:focus{
    display: inline-block;
    background-color: transparent;
    border: none;
    color: #fff;
    position: absolute;
    right: 2px;
    top: 32px;    
    }
.main-navigation .top-row{
   border-bottom: 2px solid #5DB4E4;
   height: 180px;
    }
.main-navigation .bottom-row{
   border-top: 2px solid #5DB4E4;
    }
.main-navigation .bottom-row .nav:hover .dropdown-menu{
    display: block;
    }
.nav-up .main-navigation .bottom-row .nav:hover .dropdown-menu{
    display: none;
    }
.main-navigation .bottom-row .nav .dropdown .dropdown-menu.show{
    position: relative !important;
    background-color: #f5f5f5;
    transform: none !important;
    border-left: 2px solid #5DB4E4;
    }
.main-navigation .bottom-row .nav .dropdown:hover .dropdown-menu{
    background-color: #f5f5f5;    
    }   
.main-navigation .nav.justify-content-evenly .nav-item{
    margin: 0;
    position: relative;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;     
    }
.main-navigation .bottom-row .nav .dropdown:hover {
    background-color: transparent;
    }
 .main-navigation .bottom-row .nav li a{
    color: #24235B;    
    }
.main-navigation .bottom-row .nav li .dropdown-menu a{
    text-decoration: none;
    position: relative;
    display: block;
    padding: .4rem 3rem;
    margin-bottom: .125rem;
    font-size: .9rem;
    white-space: normal;
    }
.main-navigation .bottom-row .nav .nav-item .nav-link{
    padding: 15px 0;
    margin: 0;
    font-weight: 700;
    position: relative;
    background-color: #24235B;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.25;
    min-height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main-navigation .bottom-row .nav .nav-item:hover .nav-link, .main-navigation .bottom-row .nav .nav-item .nav-link:hover, .main-navigation .bottom-row .nav .nav-item .nav-link:focus{
    color: #24235B;    
    background-color: #5DB4E4;
    }
.main-navigation .bottom-row .nav .dropdown-menu .dropdown-item:hover, .main-navigation .bottom-row .nav .dropdown-menu .dropdown-item:focus{ 
    background-color: #fff;
    }
.aux-nav{
    text-transform: uppercase;
    line-height: 1.813rem;   
    position: relative;
    }
.aux-nav .nav .nav-item{
    position: relative;
    margin: 0;
    padding: 0;
    display: inline-block;
    text-align: center;
    }
.aux-nav .nav .nav-item .dropdown-toggle{
    background-color: transparent;  
    text-transform: uppercase;
    font-size: 1rem;
    color: #24235B;
    }
.aux-nav .nav .nav-item .dropdown-toggle::after {
    border-top: 0.3em solid #24235B;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.aux-nav .nav .nav-item .dropdown-toggle.show::after {
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid #24235B;
    border-left: 0.3em solid transparent;
}
.aux-nav .nav .nav-item .dropdown-toggle:hover{
    text-decoration: underline;
    }
.aux-nav .nav .nav-item .dropdown-toggle.show{
   background-color: #f5f5f5;
    }
.aux-nav .nav-item .nav-link {
    text-decoration: none;
    padding: 15px 10px !important;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    color: #24235B;
}
.aux-nav .nav-item:first-child .nav-link{
    padding-left: 0 !important;    
    }
.aux-nav .nav-item .nav-link:hover, .aux-nav .nav-item .nav-link:focus, .aux-nav .nav .nav-item .dropdown-toggle:focus{
    text-decoration: underline;    
    }
.aux-nav .nav .dropdown-menu{
    border-top: 4px solid #5DB4E4;   
    padding: 0;
    width: auto;
    -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%);
    z-index: 999999;
    }
.aux-nav .nav .dropdown-menu .dropdown-item{
    text-transform: none;
    color: #24235B;
    font-size: 1rem;
    padding: 10px;
    white-space: normal;
    line-height: 1.25;
    }
.aux-nav .nav .dropdown-menu.two-column{
    column-gap: 0;
    left: unset !important;
    right: 0 !important;
    width: 420px !important;
    transform: none !important;
    top: 100% !important;
    }
.cta-nav {
    text-transform: uppercase;
    line-height: 1.813rem;
    position: relative;
}
.cta-nav::before{
   content: "";
   background-color: #5DB4E4;
   height: 1px;
   width: 620px;
   position: absolute;
   top: -1px;
   right: 0;
    }
.cta-nav .nav .nav-item {
    position: relative;
    margin: 0;
    padding: 0;
    display: inline-block;
    text-align: center;
}
.main-navigation .cta-nav .nav.justify-content-end{
    padding-right: 0;    
    }
.cta-nav .nav-item .nav-link {
    text-decoration: none;
    padding: 15px 14px !important;
    display: block;
    font-size: 1.125rem;
    font-weight: 400;
    color: #24235B;
}
.cta-nav .nav-item:first-child .nav-link{
    padding-left: 0 !important;    
    }
.cta-nav .nav-item .nav-link:hover, .cta-nav .nav-item .nav-link:focus{
    text-decoration: underline;    
    }
.cta-nav .nav-item .nav-link:focus{
    margin-right: 0 !important;   
    }
.cta-nav .nav-item .nav-link .fa-solid{
   margin-right: 5px;     
    }
.myLSCPA, .cta-nav .nav-item .nav-link.myLSCPA{
    background-color: #5DB4E4;
    color: #24235B;
    font-size: 1.125rem;
    font-weight: 700;
    padding: 30px 0 !important;
    margin-left: 20px;
    width: 120px;
    }
.gsc-control-cse, .searchgroup{
    position: absolute !important;
    width: 0px !important;
    right: 120px;
    background-color: #f5f5f5 !important;
    padding: 25px 0 !important;
    border: none !important;
    transition: width 0.3s ease;
    }
.show .gsc-control-cse, .show .searchgroup{
    width: 500px !important;    
    }
.gsc-search-box, .searchgroup button{
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 300ms, opacity 300ms;    
    }
.show .gsc-search-box, .show .searchgroup button{
  visibility: visible;
  opacity: 1;
  transition: visibility 0s linear 0s, opacity 300ms;    
    } 
.searchgroup button{
    transition: visibility 0.6s linear 0.4s, opacity 0.6s;    
    }
table.gsc-search-box{
    margin-bottom: 0 !important;    
    }
table.gsc-search-box td.gsc-input, .searchgroup input{
    padding: 0 !important;   
    }
.gsc-input-box, .searchgroup input{
    margin-left: 25px !important; 
    height: 41px;
    width: 65%;
    border: 1px solid #ddd;
    padding: 5px !important;
    }
.gsst_a .gscb_a {
    color: #24235B !important; 
}
.gsst_a{
    top: 2px;
    right: 2px;   
    }
.gsc-search-button{
   padding: 0 !important;     
   width: 60px !important;
    }
 .searchgroup button{
    color: #24235B;
   padding: 0 !important;     
   width: 110px !important;
   position: relative;
    }
.gsc-search-button-v2 svg{
    fill: #24235B !important;
    display: none;
    }
.gsc-search-button-v2::after, .searchgroup button::after{
    content: url("../images/search-icon.svg");
    display: block;
    width: 25px;
    height: 25px; 
    }
.searchgroup button::after{
    position: absolute;
    top: 0;
    right: 0;    
    }
.gsc-search-button > button > svg[style]{
    width: 30px !important;
    height: 30px !important;
    }
.search button[aria-expanded="true"]::after{
    content: url("../images/close-icon.svg");
    display: block;
    width: 70px;
    height: 65px;
    position: absolute;
    z-index: 2;
    background-color: #f5f5f5;
    top: 50%;
    right: 25px;
    transform: translate(0, -50%);
    padding: 20px;
    }
.gsc-search-button-v2, .gsc-search-button-v2:hover, .gsc-search-button-v2:focus {
    border-color: transparent !important;
    background-color:  transparent !important;
}
.gsst_a{
    padding: 0!important;    
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
.featured-student-image {
    width: 700px;
    height: 700px;
    left: -290px;
    top: 210px;
    }
.why-choose .factoid .large-content {
    font-size: 2.25rem;
}
.why-choose .factoid p {
    font-size: 1rem;
}
.why-choose h4, .why-choose .h4 {
    font-size: 1.25rem;
}
}

@media (min-width: 1200px) and (max-width: 1600px) {
  .main-navigation .bottom-row .nav li .dropdown-menu a{
    padding: .4rem 1rem;
    }  
}

@media (min-width: 1401px) and (max-width: 1770px) {
.hero-image-feature {
    height: 500px;
    }
.why-choose .factoid .large-content {
    font-size: 2.25rem;
}
.why-choose .factoid p {
    font-size: 1rem;
}
.why-choose h4, .why-choose .h4 {
    font-size: 1.25rem;
}
 .featured-student-image {
    left: -320px;
    }
}

@media (max-width: 375px) {
.mobile-logo img {
    width: 200px;
    }
.menu-toggle {
    padding: 12px 0;
}
.myLSCPA {
    padding: 14px 0 !important;
    top: 48px;
}
}