  *{
    box-sizing:border-box;
    margin:0;
    padding:0
}
*:focus{
    outline:none
}
.mob{
    display:none
}
html{
    display:flex
}
body{
    display:flex;
    flex-direction:column;
    font-family:"Montserrat",sans-serif;
    font-size: 1em;
    min-height:100vh;
    width:100%
}
main{
    flex-grow:1
}
.header,.footer{
    flex-shrink:0
}
section{
    padding-bottom:3em;
    padding-top:3em;
}
section.border-top{
    border-top:1px solid #eee
}
section.section-tight{
    padding-bottom:2.25em;
    padding-top:2.25em
}
header,section,main,footer,.row,.clear{
    clear:both
}
header:after,section:after,main:after,footer:after,.row:after,.clear:after{
    clear:both;
    content:"";
    display:table
}
h1,h2,h3,h4,h5,h6,ul,li,p{
    margin:0;
    padding:0
}
a{
    color:#999999;
    text-decoration:none
}
a:hover{
    text-decoration:underline
}
a.block-link{
    display:block;
    height:100%;
    width:100%
}
img{
    max-width:100%
}
button,input[type=submit]{
    background-color:#0e4c90;
    border:none;
    border-radius:4px;
    color:#fff;
    cursor:pointer;
    font-size:1.125em;
    outline:none;
    transition:all ease .25s
}
button,input[type=submit]:hover{
    background-color:#56c0e8;
    color:#fff
}
button a,button a:hover{
    text-decoration:none
}
.btn-group {
    display: inline-block;
    top: 15%;
}
.btn-group a {
    padding: 12px 24px;
    font-weight: bold;
    font-size: 1.2em;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}
.btn-group a:hover {
    background-color: #999999;
}
btn-group:after {
    content: "";
    clear: both;
    display: inline-block;
}
btn-group button:not(:last-child) {
    border-right: none;
}
label{
    color:#09131a;
    display:block;
    font-size:1em;
    font-weight:700;
    margin-bottom:3px
}
input,textarea,select{
    color:#999999;
    font-size:.875em;
    height:2.25em;
    margin-bottom:2.5em;
    padding:.5em;
    width:100%
}
select{
    cursor:pointer
}
textarea{
    height:10em
}
form .btn{
    font-size:1.125em;
    padding:.75em 1.25em;
    width:auto
}
.row{
    display:flex
}
.col-1{
    width:8.3333%
}
.col-2{
    width:16.6666%
}
.col-3{
    width:25%
}
.col-4{
    width:33.3333%
}
.col-5{
    width:41.6666%
}
.col-6{
    width:50%
}
.col-7{
    width:58.3333%
}
.col-8{
    width:66.6666%
}
.col-9{
    width:75%
}
.col-10{
    width:83.3333%
}
.col-11{
    width:91.6666%
}
.col-12{
    width:100%
}
.employee-size {
    padding-top: 1.5em;
}
[class*=col-]{
    float:left
}
[class*=col-]:last-child{
    margin-right:0
}
.pad-middle [class*=col-]{
    padding-left:1%;
    padding-right:1%
}
.pad-middle [class*=col-]:first-child{
    padding-left:0;
    padding-right:2%
}
.pad-middle [class*=col-]:last-child{
    padding-left:2%;
    padding-right:0
}
.pad-middle-more [class*=col-]{
    padding-left:3%;
    padding-right:3%
}
.pad-middle-more [class*=col-]:first-child{
    padding-left:0;
    padding-right:6%
}
.pad-middle-more [class*=col-]:last-child{
    padding-left:6%;
    padding-right:0
}
.flex,.slider,.static-slider{
    align-items:center;
    display:flex
}
.flex-column{
    align-items:flex-start;
    flex-direction:column;
    justify-content:center
}
.unflex{
    display:block
}
.flex-right{
    justify-content:flex-end
}
.wrap{
    margin-left:5%;
    margin-right:5%;
    width:90%
}
.wrap-bg{
    padding-left:5%;
    padding-right:5%
}
.wrap-legal {
    padding-left:2em;
    padding-right:2em;
}
.wrap-tight{
    margin-left:8%;
    margin-right:8%;
    width:84%
}
.wrap-tight-bg{
    padding-left:8%;
    padding-right:8%
}
.wrap-tighter{
    margin-left:15%;
    margin-right:15%;
    width:70%
}
.wrap-tighter-bg{
    padding-left:15%;
    padding-right:15%
}
.unwrap,.wrap-bg .overlay{
    margin-left:-5%
}
.unwrap-tight,.wrap-tight-bg .overlay{
    margin-left:-8%
}
.unwrap-tighter{
    margin-left:-15%
}
.no-pad{
    padding:0
}
.no-pad-x{
    padding-left:0;
    padding-right:0
}
.no-pad-y{
    padding-bottom:0;
    padding-top:0
}
.no-mar{
    margin:0
}
.no-mar-x{
    margin-left:0;
    margin-right:0
}
.no-mar-y{
    margin-bottom:0;
    margin-top:0
}
.no-mar-top{
    margin-top:0
}
.no-mar-bot{
    margin-bottom:0
}
.no-pad-top{
    padding-top:0
}
.no-pad-bot{
    padding-bottom:0
}
.bg-img{
    background-repeat:no-repeat;
    background-size:cover
}
.overlay{
    background:rgba(255,255,255,.88);
    height:100%;
    position:absolute;
    top:0;
    width:100%;
}
.overlay-gray {
    background: rgba(255, 255, 255, 0.88); /* Light gray */
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}
.pri{
    background-color:#292929
}
.sec{
    background-color:#0e4c90
}
.ter{
    background-color:#999999
}
.white{
    background-color:#fff
}
.black{
    background-color:#262626
}
.middle-blue{
    background-color:#999999
}
.middle-yellow{
    background-color:#d1c7aa
}
.pri-hover:hover{
    background-color:#292929
}
.sec-hover:hover{
    background-color:#56c0e8
}
.ter-hover:hover{
    background-color:#999999
}
.white-hover{
    background-color:#fff
}
.black-hover{
    background-color:#262626
}
.pri-text{
    color:#292929
}
.sec-text{
    color:#998357
}
.ter-text{
    color:#999999
}
.white-text{
    color:#fff
}
.black-text{
    color:#262626
}
.middle-blue-text{
    color:#999999
}
.middle-yellow-text{
    color:#d1c7aa
}
.pri-hover-text:hover{
    color:#292929
}
.sec-hover-text:hover{
    color:#998357
}
.ter-hover-text:hover{
    color:#999999
}
.white-hover-text{
    color:#fff
}
.black-hover-text{
    color:#262626
}
::selection{
    background:#56c0e8;
    color:auto
}
.superlight{
    font-weight:100
}
.light{
    font-weight:300
}
.normal{
    font-weight:400
}
.semibold{
    font-weight:600
}
.bold{
    font-weight:700
}
.italic{
    font-style:italic
}
.caps{
    text-transform:capitalize
}
.upper{
    text-transform:uppercase
}
.lower{
    text-transform:lowercase
}
.tight{
    letter-spacing:-1px
}
.loose{
    letter-spacing:1px
}
.left{
    text-align:left
}
.center{
    margin:0 auto
}
.centered{
    text-align:center
}
.right{
    text-align:right
}
.pull-left{
    float:left
}
.pull-right{
    float:right
}
.p-tight{
    line-height:1.503125em
}
.p-loose{
    line-height:1.746875em
}
.p-small{
    font-size:.925em
}
.p-smaller{
    font-size:.85em
}
.p-large{
    font-size:1.075em
}
.p-larger{
    font-size:1.15em
}
.p-more-top{
    margin-top:1.875em
}
.rel{
    position:relative
}
.abs{
    position:absolute
}
.full{
    width:100%
}
.tall{
    height:100%
}
.trans{
    transition:.5s all
}
.on-top{
    z-index:2
}
.on-topper{
    z-index:3
}
.on-toppest{
    z-index:4
}
.under{
    z-index:-1
}
.pointer{
    cursor:pointer
}
.shadow{
    box-shadow:0 4px 10px #ccc
}
.no-scroll{
    position:fixed
}
.ul-inline li{
    display:inline-block
}
.top-bg-img{
    background-repeat:no-repeat;
    background-size:cover
}
.header{
    background-color:#292929;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.header-info{
    padding-bottom:.75em;
    padding-top:.75em
}
.header.sticky{
    top:0;
    transition:top .5s
}
.header.sticky-magic{
    background:rgba(37,76,100,.95);
    position:fixed;
    top:0;
    z-index:5
}

.header.sticky-magic .sticky-hide {
    display:none
}

.logo {
    max-height:5em;
    padding:.2em 0;
    max-width:100%
}

/* ========== NAV INLINE - PILL STYLE MENU ========== */
.nav-inline ul {
  display: flex;
  /* flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.75em;
  margin: 0;
  padding: 0;
  list-style: none; */
}

.nav-inline li{
    position: relative;
}

.nav-inline li ul{
    flex-direction:column;
    left:0;
    max-height:0;
    overflow:hidden;
    position:absolute;
    transition:all ease .5s;
    width:100%;
    z-index:9
}

.nav-inline li:hover>ul{		   
    max-height:100vh;					 
}

/* .nav-inline ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  background: transparent !important; /* prevent hover leak */
/* }

.nav-inline ul li:hover {
  background: transparent !important; /* critical: override any li:hover */
/* } */

/* .nav-inline ul li a {
  display: inline-block;
  padding: 0.5em 1.2em;
  border-radius: 20px;
  background-color: #fff;
  color: #0e4c90;
  text-decoration: none;
  font-weight: 500;
  line-height: 1.2;
  transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 0 0 1px #ccc;
}

.nav-inline ul li a:hover {
  background-color: #56c0e8;
  color: #fff;
  box-shadow: 0 0 0 2px #56c0e8;
} */

/* Submenu base setup if used (dropdown-ready) */
/* .nav-inline li ul {
  flex-direction: column;
  left: 0;
  max-height: 0;
  overflow: hidden;
  position: absolute;
  transition: max-height 0.5s ease;
  width: auto;
  z-index: 9;
  padding: 0;
  margin: 0;
} */

.nav-inline li ul{
    flex-direction:column;
    left:0;
    max-height:0;
    overflow:hidden;
    position:absolute;
    transition:all ease .5s;
    width:100%;
    z-index:9
}

.nav-inline li ul li {
  display: block;
  /* list-style: none;
  margin: 0; */
}

/* Optional: Show submenu on hover */
/*
.nav-inline li:hover > ul {
  max-height: 100vh;
}
*/

/* Variants */
.nav-stretch li {
  flex-grow: 1;
}

.nav-equal li {
  flex-basis: 0;
}

.nav-right ul {
  justify-content: flex-end;
}

h1 {
    color:#292929;
    margin-bottom:1em
}
h2{
    color:#0e4c90;
    /* font-size:1.25em; */
    margin-bottom:.875em
}
h3{
    color:#292929;
    /* font-size:1em; */
    margin-bottom:.75em
}
.newheading{
    color:#fff;
    font-size:2em;
    font-weight: 800;
    font-style: bold;
    padding-top: .5em;
    margin-bottom:1.125em
}
p{
    color:#5a5a5a;
    /* font-size:.9em; */
    line-height:1.25em;
    margin-top:1.25em
}
.thin-underline{
    margin-bottom:1em;
    padding-bottom:.875em;
    position:relative
}
.thin-underline:after{
    content:"";
    border-bottom:6px solid #999999;
    border-radius:10px;
    bottom:0;
    height:6px;
    left:40%;
    position:absolute;
    width:20%
}
.left.thin-underline:after{
    left:0
}
.fa-inline{
    margin-left:.5em
}
.home-view-all{
    background:#d1c7aa;
    border-radius:15px;
    font-size:1em;
    font-weight:100;
    padding:.75em 2.5em;
    position:relative;
    z-index:2
}
.home-view-all:hover{
    background:#bfb189
}
.header-top{
    height:3em;
    padding-right: 2rem;
}
.header-top li{
    color:#fff;
    height:3em;
    line-height:3em;
    transition:background ease .25s
}
.header-top li.top-phone{
    border-right:1px solid #fff;
    margin-left:10%;
    padding-left:0
}
.top-apply{
    background:#292929;
    margin-right:0em
}
.top-apply:hover{
    background:#56c0e8
}
.top-donate{
    background:#292929
}
.top-donate:hover{
    background:#56c0e8
}
.header-top a{
    color:#fff;
    display:block;
    font-size:.75em;
    height:100%;
    padding-left:.75rem;
    padding-right:.75rem;
    width:100%
}
.header-button a:hover{
    text-decoration:none
}
.header-top i{
    font-size:1.5em;
    margin-right:.5em
}
.header-bottom{
    height:4em
}

.nav ul {
    list-style: none;
}

.nav ul,
.nav ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-main nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-inline ul li::marker,
.nav-inline ul li::before {
  content: none;
}

.footer-main nav ul li {
  list-style: none;
}

/* .footer-main nav ul li::marker,
.footer-main nav ul li::before {
  content: none;
} */

/* ========== Nav Reset & Base Structure ========== */
.nav-inline ul.social li a {
  background: transparent;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  color: #000; /* or choose your brand color */
  font-size: 1em;
  transition: color 0.3s ease;
  display: inline-block;
  line-height: 1;
}


.nav ul,
.nav ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav {
  display: flex;
  justify-content: center;
  background-color: #0e4c90; /* Navbar background */
}

.nav > ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

/* ========== Top-Level Menu Items ========== */
.nav > ul > li {
  position: relative;
  text-align: center;
  transition: background 0.25s ease;
}

.nav > ul > li > a {
  display: block;
  padding: 0.5rem 1.25rem;
  color: #fff;
  background: #0e4c90;
  font-weight: 300;
  text-transform: uppercase;
  white-space: nowrap;
  text-decoration: none;
  transition: background 0.25s ease, color 0.25s ease;
}

.nav > ul > li:hover > a {
  background: #56c0e8;
  color: #fff;
  text-decoration: none;
}

/* ========== Dropdown Panel (Children & Grandchildren) ========== */
.nav li ul,
.nav ul.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: auto;
  background: #757575;
  color: #fff;
  padding: 0;
  margin: 0;
  z-index: 1000;
  box-sizing: border-box;
  min-width: 320px;
  max-width: 500px;
  width: 100%;
  text-align: left;
  overflow-wrap: break-word;
}

.nav li:hover > ul,
.nav li:hover > ul.sub-menu {
  display: block;
}

/* ========== Grandchildren Styling ========== */
.nav li ul li ul {
  display: block !important;
  position: static !important;
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
}

.nav li ul li ul li {
  padding-left: 2.5em;              /* Indents the content */
  border-left: 2px solid #666;      /* Adds vertical line */
  border-top: 1px solid #ccc;
  background: transparent;          /* No protruding background */
}

.nav li ul li ul a {
  padding-left: 0.75em;          /* Inner spacing from border to text */
  padding-right: 1em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  color: white;
  background: transparent;
  text-decoration: none;
  display: block;
}

/* ========== Submenu Items (Children) ========== */
.nav li ul li + li {
  border-top: 1px solid #ccc;
}

.nav li ul a,
.nav ul.sub-menu li a {
  display: block;
  padding: 0.75em 1em;
  font-size: 0.875em;
  color: white;
  background: transparent;
  text-decoration: none;
  white-space: normal;
  transition: background 0.25s ease, color 0.25s ease;
}

.nav li ul a:hover,
.nav ul.sub-menu li a:hover,
.nav li ul li ul a:hover {
  background: #56c0e8;
  color: #fff;
  text-decoration: none;
}

/* ========== Utility Items (Search, Sidebar Icons) ========== */
.nav li.hide-mob-nav a {
  background: transparent;
  color: #fff;
  padding: 0.5rem 1em;
  display: block;
  text-decoration: none;
}

/* ========== Dropdown Arrow for Parents ========== */
.nav li.menu-item-has-children > a::after {
  content: " ▼";
  font-size: 0.7em;
}

.home-image {
    height:calc(100vh - 8em);
    position: relative;
    text-align: center;
    color: white;
}
.home-image-bottom {
    height:calc(100vh - 8em);
    position: relative;
    text-align: center;
    color: white;
}

/* HERO — keep exact image ratio, full width, no cropping, no letterboxing */
.hero .back-img-wrapper{
  aspect-ratio: 6984 / 2633;   /* ≈ 4.3627:1 — matches your image */
  width: 100%;
  height: auto !important;      /* override any fixed height */
  position: relative;
  overflow: hidden;
}

.hero .back-img{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain !important;  /* full image visible, no crop */
  object-position: center;
  display: block;
}

/* Fallback for browsers without aspect-ratio support */
@supports not (aspect-ratio: 1 / 1) {
  .hero .back-img-wrapper{
    position: relative;
  }
  .hero .back-img-wrapper::before{
    content: "";
    display: block;
    padding-top: calc(2633 / 6984 * 100%); /* 22.9216% */
  }
  .hero .back-img{
    position: absolute;
  }
}

/* .hero {
    width: 100%;
}
.back-img-wrapper {
  height: 45em;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.back-img {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: 50% 30%;
  display: block;
} */
/* .back-img {
    height: 45em;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
} */
/* .back-img {
    height: 45em;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
} */
.back-img-bottom {
    height: 27.5em;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.hero-box {
    position: absolute;
    top: 85%; /* Adjust this as needed to place below the “Open Enrollment” */
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.hero-heading {
    color: #ffffff;
	font-size: 1.875em;
	font-weight: 900;
	flex-wrap: wrap;
	text-shadow: 5px 5px 5px rgb(0 0 0 / 70%), 
		10px 10px 10px rgb(0 0 0 / 80%);
}
.hero-desc {
	color: #ffffff;
    width: 60%;
    padding-bottom: 1.5em;
    margin-right: 4em;
	font-size: 1.3em;
	font-weight: 700;
	flex-wrap: wrap;
	text-shadow: 5px 5px 5px rgb(0 0 0 / 70%), 
		10px 10px 10px rgb(0 0 0 / 80%);
}
.hero-box-bottom {
    width: 80%;
    padding: 5em 0em 5em 3.5em;
    margin: auto;
    text-align: center;
}
.hero-heading-bottom {
    color: #fff;
	font-size: 1.75em;
	font-weight: 900;
	flex-wrap: wrap;
	text-shadow: 5px 5px 5px rgb(0 0 0 / 40%), 
		10px 10px 10px rgb(0 0 0 / 50%);
}
.hero-desc-bottom {
	color: #fff;
    padding-bottom: 3.5em;
	font-size: 1em;
	font-weight: 700;
	flex-wrap: wrap;
	text-shadow: 5px 5px 5px rgb(0 0 0 / 40%), 
		10px 10px 10px rgb(0 0 0 / 50%);
}
.static-information {
    object-fit: fill;
}
.static-image {
    max-width: 100%;
    height: auto;
}
.static-slider {
    background-position:50%;
    background-repeat:no-repeat;
    background-size:cover;
    display:none;
    height:100%;
    left:0;
    position:absolute;
    top:0;
    width:100%
}
.static-slider:first-child {
    display:flex
}
.static-slidey .slider {
    display:flex;
    left:-100%;
    position:absolute
}
.static-slidey .slider:first-child {
    left:0
}
.static-slider-text h1 {
    font-size:1.5em;
    margin-bottom:.375em
}
.static-slider-text h2 {
    font-size:1.25em;
    margin-bottom:1.625em;
    margin-left: 1em;
    margin-right: 1em;
}
.static-slider-text button {
    border-radius:8px;
    padding:0
}
.static-slider-text button:hover {
    background:#444
}
.static-slider-text a {
    font-size:.875em;
    padding:.75em 3em
}
.static-sliders .overlay {
    background:rgba(0,0,0,.35)
}
/* .sliders{
    height:calc(100vh - 6em);
    overflow:hidden;
    position:relative
} */
.slider{
    background-position:50%;
    background-repeat:no-repeat;
    background-size:cover;
    display:none;
    height:100%;
    left:0;
    position:absolute;
    top:0;
    width:100%
}
.slider:first-child{
    display:flex
}
.slidey .slider{
    display:flex;
    left:-100%;
    position:absolute
}
.slidey .slider:first-child{
    left:0
}
.slider-text h1{
    font-size:3em;
    margin-bottom:.375em
}
.slider-text h2{
    font-size:1.5em;
    margin-bottom:1.625em
}
.slider-text button{
    border-radius:8px;
    padding:0
}
.slider-text button:hover{
    background:#444
}
.slider-text a{
    font-size:.875em;
    padding:.75em 3em
}
.sliders .overlay{
    background:rgba(0,0,0,.35)
}
.slider-arrow{
    color: black;
    font-size: 5em;
    position:absolute;
    top:calc(50% - (80px / 2));
}
.slider-arrow:hover {
    font-weight: 500;
}
.slider-arrow-left{
    left:5%
}
.slider-arrow-right{
    right:5%
}
.home-splash{
    border-top:12.5em solid #0e4c90
}
.home-splash-boxes{
    margin-bottom:4em;
    margin-top:-12.5em
}
.home-splash-box{
    border-radius:20px;
    height:12em;
    position:relative;
    width:90%
}
.home-splash-box:hover{
    opacity:.8
}
.home-splash-box strong{
    background:linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(255, 255, 255, 0));
    bottom:0;
    border-bottom-left-radius:20px;
    border-bottom-right-radius:20px;
    font-size:1em;
    left:0;
    margin-bottom:0;
    padding:3% 0;
    position:absolute;
    width:100%
}
.home-splash h1{
    font-size:2em
}
.home-splash h2{
    font-size:1em
}
.home-splash-blurbs{
    margin-top:5em
}
.home-splash-blurbs i{
    float:left;
    font-size:2.5em;
    margin-right:.375em
}
.home-splash-blurbs i:before{
    color:#292929
}
.home-splash-blurbs-text{
    text-align:left
}
.home-splash-blurbs .row{
    margin-bottom:2em
}
.home-splash-content{
    padding-bottom:4em
}
.semicircle{
    width:100%;
    height:5em;
    position:absolute;
    overflow:hidden;
    left:0;
    bottom:0;
    z-index:5
}
.semicircle:after{
    content:"A";
    color:#fff;
    position:absolute;
    bottom:0%;
    width:14%;
    height:1000px;
    border-radius:1000px;
    box-shadow:0 1000px 0 1000px #fff;
    left:43%
}
.semicircle i{
    color:#999999;
    font-size:2.5em;
    margin-top:.125em
}

.alert.severe {
    background-color: yellow;
    color: black;
    font-weight: 550;
}

.alert.extreme {
    background-color: red;
    color: white;
    font-weight: 550;
}

/****Homepage Southern Blog Section*/
.southernsblog-card {
    max-width: 60%; /* Keeps the blog card narrower */
    margin: 20px auto; /* Centers the card */
    display: flex;
    align-items: stretch; /* Ensures both sections stretch to the same height */
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.blog-card-container {
    display: flex;
    width: 100%;
    max-height: 400px;
}

.blog-card-image {
    width: 40%; /* Image section takes up 40% of the card */
    height: auto; /* Matches the height of the card */
    overflow: hidden; /* Ensures no unwanted overflow */
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
}

.blog-card-image img {
    width: 100%; /* Ensures full width */
    height: auto; /* Ensures it fills the height dynamically */
    max-height: 100%;
    object-fit: contain; /* Prevents distortion while filling the space */
}

.blog-card-content {
    width: 60%; /* Text section takes up 60% of the card */
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center; /* Centers text vertically */
}

.blog-card-content h5 {
    font-size: 1.4rem;
    margin-bottom: 10px;
}

.blog-card-content p {
    font-size: 1rem;
    line-height: 1.5;
}

.blog-card-content a {
    font-weight: bold;
    display: inline-block;
    margin-top: 10px;
    text-decoration: none;
    color: #0073e6;
}

.blog-card-content a:hover {
    text-decoration: underline;
}

/**Southern's Blog**/
.blog-header-img {
    width: 80%; /* Make the header narrower */
    height: 200px; /* Reduce height */
    margin: 20px auto; /* Center it */
    background-size: contain; /* Ensures the full image is visible */
    background-repeat: no-repeat; /* Prevents tiling */
    background-position: center; /* Keeps image centered */
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.8rem; /* Adjust font size if needed */
    font-weight: bold;
    text-align: center;
    padding: 10px;
}

.blog-title {
    background: rgba(0, 0, 0, 0.5);
    padding: 15px 30px;
    border-radius: 10px;
}

.blog-posts-list {
    margin-top: 20px;
}

.blog-post {
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

.southernsblog-post {
    padding-top: 2em;
}

.home-news{
    margin-top: 2em;
    z-index: 5;
}
.home-news-box{
    border-radius:10px;
    padding:1.25em 1.5em;
    text-align:left
}
.home-news-box h2{
    color:#292929;
    font-size:1em
}
.home-event{
    margin-bottom:3em
}
.home-event date{
    font-size:1.125em
}
.home-event h2{
    font-size:.925em;
    margin-bottom:2em;
    margin-top:.5em
}
.sub-header p,.sub-header a{
    color:#fff
}
.sub-semicircle{
    border-bottom-left-radius:50px;
    border-bottom-right-radius:50px;
    bottom:-50px;
    left:calc(50% - 50px);
    height:50px;
    width:100px
}
.sub-semicircle i{
    font-size:2em;
}
.sub-below-semi{
    padding-top:calc(3em + 25px)
}
.sub-boxes nav{
    margin-bottom:-1.5em
}
.sub-boxes nav li{
    background:#d1c7aa;
    border-radius:10px;
    display:flex;
    float:left;
    height:10em;
    margin-bottom:1.5em;
    margin-right:2%;
    transition:all ease .25s;
    width:32%
}
.sub-boxes nav li a{
    align-items:center;
    color:#fff;
    display:flex;
    height:100%;
    justify-content:center;
    padding:1em;
    text-align:center;
    width:100%
}
.sub-boxes nav li a:hover{
    text-decoration:none
}

.sub-highlight{
    background:#5a5a5a
}
.sub-highlight strong{
    display:block;
    font-size:2.25em;
    line-height:1.25em;
    width:145%
}
.sub-highlight p,.sub-highlight a{
    color:#fff
}
.sub-highlight img{
    width:100%
}
footer{
    background-color:#292929;
    color:#ffffff;
    padding:2.5em
}
footer .logo{
    max-width:100%;
    padding:0
}
footer p{
    font-size:.875em;
    line-height:1.75em
}
footer h1{
    border-bottom:1px solid #fff;
    color:#fff;
    font-size:.75em;
    font-weight:700;
    margin-bottom:.5em;
    padding-bottom:.5em;
    text-transform:uppercase
}
footer li a{
    color:#fff;
    font-weight:100;
    line-height:1.5rem
}
footer a{
    color:#fff;
    font-weight:100
}
footer span{
    font-weight:400
}
footer .overlay {
    background: rgba(14,76,144,.85); /* #0e4c90D9*/
}
.search{
    background:rgba(0,0,0,.80);
    display:none;
    height:100vh;
    justify-content:center;
    overflow:hidden;
    position:fixed;
    z-index:10
}
.search-input-con{
    border-bottom:1px solid #fff;
    margin-top:-5em
}
.search input{
    background:none;
    border:none;
    color:#fff;
    font-size:3em;
    height:auto;
    margin-bottom:0;
    padding:0 0 .25em 0;
    text-align:center;
    width:80%
}
.search input::placeholder{
    color:#fff
}
.search i{
    color:#fff;
    cursor:pointer;
    font-size:2em;
    font-weight:100
}
.search-close-icon{
    position:absolute;
    right:5em;
    top:3.5em
}
.sidebar{
    background:none;
    display:none;
    right:-100%;
    z-index:10
}
.sidebar-close-icon{
    margin:1em 1.5em 1.5em 0
}
.sidebar-close-icon i{
    color:#000;
    font-size:1.25em
}
.sidebar-left{
    background:rgba(41, 41, 41, 0.85)
}
.sidebar-right {
    height: 125%;
    background:#56c0e8
}
.sidebar-nav li{
    margin-bottom:.625em;
    line-height: .75;
}
.sidebar-nav a{
    color:#0e4c90;
    font-size:1em;
    font-weight:300
}
.sidebar button{
    font-size:1em;
    margin:1.25em 0 1.5em;
    padding: .5em;
    width:60%
}
.sidebar button:hover{
    background:#0e4c90;
}

.sidebar-contact{
    border-top:1px solid #0e4c90;
    color:#000000;
    font-size:.875em;
    line-height:2em;
    margin-top:0;
    padding-top:1.25em
}
.sidebar-contact a{
    color:#000000;
}

.sidebar nav ul,
.sidebar nav ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar nav ul li::marker,
.sidebar nav ul li::before {
  content: none;
}

.sidebar nav ul li a {
  display: block;
  padding: 0.5em 0;
  text-decoration: none;
  color: #000; /* or match your design */
}

.sidebar nav ul li a:hover {
  text-decoration: underline;
}

.social{
    justify-content:center;
    margin:.75em 0
}
.social li{
    margin:auto .25em;
    background-color: transparent;
}
.social i{
    font-size:2em;
    padding: .25em;
    transition: transform 0.2s ease-in-out;
}
.social i:hover{
    transform: scale(1.1);
    outline: 2px solid #000000; /* visible keyboard focus */
}
.hashtag{
    width:50%
}
.home-grid-text {
    position: absolute;
    bottom: 8px;
    text-align: center;
    color: white;
    font-size: larger;
    font-style: normal;
}
.nursing-app-form{
    display:table;
}
.nursing{
    width: 90%;
}
.nursing-inputs{
    padding:.5em;
}
.nursing-inputs input{
    padding-bottom:0.675em;
    font-size:0.875em;
}
.nursing-inputs label{
    font-size:1.125em;
}
.fieldgroup{
    display:inline;
    float:left;
    width:auto;
    margin-left:3em;
}
.error{
    color:#FF0000;
}
/*Employee Information****/
.title1 {
    font-size: xx-large;
    color:#0e4c90;
    font-weight: 600;
    margin-bottom: 1.5em;
}
.title2 {
    font-weight: 600;
    color:#0e4c90;
    margin-bottom: .75em;
}
.employee-info-column {
    box-sizing: none;
}
.empInfo {
    line-height: 1.25;
    margin-bottom: 2.5em;
}
.thumbnail {
    border-radius: 5%;
    box-shadow: 2px 2px 2px 2px rgb(104, 101, 101);
}
.employee-pad {
    padding-left: .25em;
    padding-top: .5em;
}
.employee-p {
    line-height: 1.125;
    margin-top:.5em;
    text-align: left;
    padding-left: .5em;
}
.employee-name {
    font-weight: 600;
}

/*HOME PAGE NEW**/
.home-image {
    height:calc(100vh - 8em);
    position: relative;
    text-align: center;
    color: white;
}
.home-image-bottom {
    height:calc(100vh - 8em);
    position: relative;
    text-align: center;
    color: white;
}
.homepage-facts {
    background-color: #0e4c90;
}
.home-grid-text {
    position: absolute;
    bottom: 8px;
    text-align: center;
    color: white;
    font-size: larger;
    font-style: normal;
}
/*News Cards*/
.news-card-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 1.25em;
    row-gap: 2.5em;
}

.news-image-container {
    position: relative;
    max-width: 800px; /* Maximum width */
    margin: 0 auto; /* Center it */
}

.news-text-block {
    position: absolute; /* Position the background text */
    bottom: 5px; /* At the bottom. Use top:0 to append it to the top */
    background: rgb(0, 0, 0); /* Fallback color */
    background: rgba(0, 0, 0, 0.5);  /*Black background with 0.5 opacity */
    color: #f1f1f1; /* Grey text */
    font-weight: 600;
    width: 100%; /* Full width */
    padding: 20px; /* Some padding */
    text-align: center;
}


/ Nav below main image */
.bottom-nav ul {
    list-style:none;
}
.bottom-nav li {
    text-align:center;
    transition:background ease .25s;
    padding: .25em;
}
.bottom-nav li:hover {
    background:#56c0e8;
}
.bottom-nav a {
    color:#09131a;
    display:inline;
    font-size:.75em;
    font-weight:550;
    height:100%;
    padding:.75em;
    text-transform:uppercase;
    transition:color ease .25s;
    width:100%;
}
.bottom-nav a:hover {
    color:#ffffff;
    text-decoration:none;
}
.bottom-nav li ul li:hover {
    background-color:#09131a
}
.bottom-nav li ul a {
    font-size:.5625em;
}
.nav-table {
    display: table;
    margin: 15px auto;
}

/**Homepage Facts***/
.facts-nav ul {
    list-style:none;
}
.facts-nav li {
    text-align:center;
    transition:background ease .25s;
    padding: .25em;
}
.facts-nav li:hover {
    background:#56c0e8;
}
.facts-nav a {
    color:#fff;
    display: inline;
    font-size: 1.5em;
    font-weight: 600;
    height:100%;
    padding-top: .75em;
    text-transform:uppercase;
    transition:color ease .25s;
    width:100%;
}
.facts-nav a:hover {
    color:#ffffff;
    text-decoration:none;
    border-bottom: 0;
}
.facts-nav li ul li:hover {
    background-color:#09131a
}
.facts-nav li ul a {
    font-size:.5625em;
}
.facts-table {
    display: table;
    margin: 0 auto;
    border-spacing: 2.5em;
}

.home-image-button-block-bottom {
    position: absolute; /* Position the background text */
    bottom: 5px; /* At the bottom. Use top:0 to append it to the top */
    background: rgb(0, 0, 0); /* Fallback color */
    background: rgba(0, 0, 0, 0.5);  /*Black background with 0.5 opacity */
    color: #f1f1f1; /* Grey text */
    font-weight: 600;
    width: 100%; /* Full width */
    padding: 20px; /* Some padding */
}

.large-number {
    font-size: 1.25em;
    font-weight: 750;
}
.fact-table {
    border-spacing: 1.25em;
}

/*Home Page Announcement Info***/
.home-announcement-info {
    margin: auto;
    width: 100%;
}

/* Login Alert /
.loginAlert {
    padding-top: 1.5em;
    font-size: 1.2em;
    color: red;
}
/*Calendar Alert Message****/
.calAlert {
    padding-top: 1.5em;
    font-size: 1.5em;
    color: red;
}
/**** New Event Page **/
.card-row {
    display: grid;
    grid-gap: 2em;
    justify-content: center;
    grid-template-columns: repeat(auto-fit, minmax(20ch, 320px));
}

.card {
    border: 1px solid #c9c9c9;
    border-radius: 7px;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    background-color: #fffff2;
}

.card h5 {
	color: #333;
    font-size: 1em;
	font-weight: bold;
	margin-top: .5em;
    text-wrap: balance;
}

.card__content {
    padding: 20px;
}

.card__img {
    background-size: cover;
    background-position: center;
}

.top-pad {
    padding-top: 2em;
}

/** More Event List ***/
.event-list {
    width: 100%;
    padding-top: 5em;
}

.event-list ul {
    list-style-type: none;
    width: 100%;
}

.event-list li img {
    float: left;
    object-fit: fill;
    top: 0;
    max-height: 200px;
    max-width: 25%;
    margin: 0 2em 0 0;
}

.event-list li {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
    overflow: auto;
}

/ Announcement Card ****/
.announcements {
    background: #fff;
    padding-top: 3em;
    padding-bottom: 3em;
}
.announcement-container {
    display: grid;
    margin: 0 auto;
	width: 80%;
    min-height: 15vh;
    grid-template-columns: 1fr 0.85fr;
    padding-top: 2em;
    padding-bottom: 4em;
    place-items: center;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 1);
}
.text-announcement-container {
    display: grid;
    margin: 0 auto;
	width: 80%;
    min-height: 15vh;
    grid-template-columns: 1fr;
    padding: 4em;
    background-color: #9999990D;
}
.text-announcement-title {
	text-align: center;
}
.announcement-container:not(:first-child) {
    display: none;
}
.announce-card {
    width: 90%;
    display: flex;
    flex-direction: column;
    text-align: center;
    /* line-height: 1.125; */
    /* text-wrap: wrap; */
}
/* .announce-card p {
	line-height: 1.125;
    text-wrap: balance;
} */
.announce-image img {
    border-radius: 3%;
    max-height: 425px;
}
.announce-title {
    font-size: 1.5em;
    margin: 1em;
}
.announce-image {
    padding-top: 2em;
}
.announce-image a > img:hover {
    transform: scale(1.03);
    transition: ease .5s;
}
.announce-image-only {
    grid-template-columns: 1fr;
}
.image-only {
    width: 60%;
}
.slide {
    inset: 0;
    opacity: 0;
}
.slide[data-active] {
    opacity: 1;
}
.carousel {
    width: 100%;
    height: 100%;
}
.carousel-button {
    position: absolute;
    z-index: 2;
    background: none;
    border: none;
    font-size: 4em;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    border-radius: .25em;
    padding: 0 .5em;
    color: rgba(0, 0, 0, .5);
    background-color: rgba(0, 0, 0 .2);
}
.carousel-button:hover,
.carousel-button:focus {
    color: black;
    background-color: rgba(0, 0, 0 .5);
}
.carousel-button.prev {
    left: 0em;
}
.carousel-button.next {
    right: 0em;
}
.carousel > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Collegiate Recovery **/
.collegiate-img {
    padding: 0;
    margin: auto 0;
}

/Department Directory*/
.department-flex-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    row-gap: 15px;
    column-gap: 15px;
}

.department-flex-item {
    width: 24%; /* Four items per row */
    margin: .25em;
    padding: .25em;
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.5);
}

.department-flex-item, .department-item-details {
    line-height: 1.25;
}

.department-item-title {
    font-size: 1.2em;
}

.department-item-description {
    font-size: .75em;
    padding-left: .5em;
    color: #292929;
}

/    Program Information New from here to media query   */

/* Style the buttons inside the tab */
.tab{
    overflow: hidden;
    border: 1px solid #ccc;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }

#grad {
    background-color:#0e4c90;
    background-image: linear-gradient(to right, #0e4c90, #56c0e8);
}

.tab button{
    background-color: #0e4c90;
    float: left;
    border: none;
    font-size: .675em !important;
    outline: none;
    cursor: pointer;
    position: relative;
    padding: 10px 12px;
    transition: 0.3s;
    border-radius: 0px !important;
}
  
/* Change background color of buttons on hover */
.tab button:hover{
    background-color: #56c0e8;
}
  
/* Create an active/current tablink class */
.tab button.active{
    background-color: #56c0e8;
}
  
/* Style the tab content */
.tabcontent{
    display: none;
    font-size: .9em;
    padding-bottom: 1.5em;
    padding-left: 2em;
    padding-right: 2em;
    border: 1px solid #ccc;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top: none;
}

.tabcontent h3{
    margin-top: 0em !important;
    padding-top: 2em;
}

/**** Program Information Right Column Cards ****/
.program-title{
    font-size: 1.25em;
    color: #0e4c90;
    font-weight: bolder;
    padding-top: 1em;
}

.program-flex-container{
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
}

.program-flex-item{
    width: 90%; /* One item per row */
    margin-bottom: 1.5em;
    margin-left: 1.5em;
    padding: .25em;
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
    border: solid 1px #ccc;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25);
}

.program-flex-item{
    line-height: 1.25;
}

.program-item-details a{
    font-size: .75em;
}

.program-item-title{
    font-size: 1.2em;
    padding-top: .5em;
    padding-bottom: .5em;
    font-weight: bolder;
    color: #0e4c90;
}

.program-item-description{
    font-size: .75em;
    padding-left: .5em;
    color: #292929;
}

.program-item-button{
    padding-top: .5em;
    padding-bottom: .5em;
    padding-left: .5em;
}

/ Program Information Page Column /
.column{
    float: left;
}

.program-info-left{
    width: 65%;
}

.program-info-right{
    padding-top: 3.25em;
    width: 35%;
}

/** Programs Column Collapse **/
.collapsible{
    background-color: #0e4c90;
    color: white;
    cursor: pointer;
    padding: .25em;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
}

.active, .collapsible:hover{
    background-color: #56c0e8;
}

.content{
    padding: 0 1em;
    display: none;
    overflow: hidden;
}

.inner-content{
    padding-left: .5em;
    line-height: 1.25;
}

/*** All Programs /
.program-card-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 100%;
}
.program-card-content {
    padding: .75em;
}
.program-card-content h3 {
    font-size: .75em !important;
    color: #0e4c90 !important;
}
.program-card-content p {
    font-size: .675em !important;
}
.program-card-content h4 {
    color: #0e4c90 !important;
    padding-bottom: .5em;
    margin-top: 0em !important;
}
.program-card a {
    text-decoration: none;
}
.program-card:hover {
    transform: scale(1.03);
    transition: ease .25s;
}
.program-card-content a {
    text-decoration: none;
}
.program-card {
    width: 31%;
    margin: 10px;
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
    border: solid 1px #ccc;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25);
}
.program-card h3 {
    color: #333;
    font-size: 1em;
    margin-top: .25em !important;
    margin-bottom: .375em !important;
}
.program-card p {
    color: #333;
    padding-bottom: .25em;
    font-size: .75em;
    margin-top: .375em !important;
}
.program-links-title {
    font-size: 1.2em;
    padding-top: .5em;
    padding-bottom: .5em;
    font-weight: bolder;
}
.program-links-container {
    width: 90%;
    margin: 10px;
    padding: 1em;
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
    border: solid 1px #ccc;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25);
}
.program-links-content {
    padding-left: .5em;
    padding-bottom: .75em;

}
.program-links-content a {
    font-size: .75em;
}
.program-links-content h3 {
    font-size: 1em !important;
    color: #0e4c90 !important;
    margin-top: .375em !important;
}
.program-break {
    height: 4px;
    background-color:#0e4c90;
    background-image: linear-gradient(to right, #0e4c90, #56c0e8);
}
.programs-info-left{
    width: 25%;
    padding-top: 3.5em;
    padding-right: 1.5em;
}
.programs-info-right{
    width: 75%;
}

/****   Recognition Section     /
.banner-letter {
    display: flex;
    width: 100%;
    min-height: 65vh; /* Adjust height as needed */
    border: 2px solid #ccc; /* Frame border */
    overflow: hidden;
}

.double-bordered-card {
    border: 40px solid #d9d7b6;
    padding: 1em;
    padding-bottom: 2em;
    background-color: #fff;
}

.double-border-inner {
    padding-bottom: 2em;
}

.text-content {
    flex: 2; /* 67% width */
    padding: 5em;
    background-color: #fdfbd4; /* Background color */
    display: flex;
    flex-direction: column;
}

.image-content img{
    float: right;
    width: 20%;
}


.cta-button {
    width: 20%;
    padding: 10px 20px;
    background-color: #0e4c90;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.cta-button:hover {
    background-color: #56c0e8;
}
.justify-content-between {
    justify-content: space-between !important
}


.m-2 {
    margin: .5rem !important
}

/* Desktop styles custom image location on page*/
.desktop-float {
    display: block;
    margin: 0 0 1em 1em;
    width: 40%;
}
.mobile-bottom {
    display: none;
}
 
/* About Us Page Restructure and Redesigning**/
a:focus {
  outline: 2px solid #d0d1d3;
  outline-offset: 2px;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

/* Add bottom border to top-level items only */
.about-sidebar-menu,
.about-sidebar-menu ul {
  list-style: none !important;
  padding-left: 0;
  margin-left: 0;
}

.about-sidebar-menu li::marker,
.about-sidebar-menu li::before {
  content: none !important;
}

.about-sidebar-menu,
.about-sidebar-menu li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.about-sidebar-menu > li {
    border-bottom: 1px solid black; /* Thin blue line */
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
}

/* Optional: remove border from last top-level item */
.about-sidebar-menu > li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.about-sidebar-menu li ul {
    margin-top: 0.5em;
    margin-left: 1em;
    padding-left: 1em;
    border-left: 2px solid #00539B; /* Thin blue line (primary blue) */
}

.about-sidebar-menu a {
    display: block;
    text-decoration: none;
    padding: 0.5em;
}

.about-sidebar-menu a[aria-current="page"] {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

.about-sidebar-menu a[aria-current="page"]:hover {
  color: #000;
  text-decoration: none;
}

.about-sidebar-menu .current-menu-item > a,
.about-sidebar-menu .current-menu-ancestor > a,
.about-sidebar-menu .current_page_item > a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
  border-radius: 0.3em;
}

.about-sidebar-menu li.section-link a {
  font-size: 0.9em;
  padding-left: 1em;
  border-left: 2px solid #ccc;
  color: #333;
}

.about-sidebar-menu li.section-link a:hover {
  color: #000;
  text-decoration: underline;
}

/* Remove border for section anchors */
.about-sidebar-menu .page-section-links li {
    border: none;
    padding: 0em 0;
}

/* Hide submenus by default */
.about-sidebar-menu li.menu-item-has-children > ul.sub-menu {
  display: none;
}

/* Show only if current, ancestor, or JS adds class */
.about-sidebar-menu li.current-menu-item > ul.sub-menu,
.about-sidebar-menu li.current-menu-ancestor > ul.sub-menu,
.about-sidebar-menu li.force-open > ul.sub-menu {
  display: block;
}



.about-section {
	border-top: 1px solid #CCC;
    padding-left: none;
    padding-right: none;
}

/* === Sidebar Navigation Menu === */
.left-nav ul,
.left-nav li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.left-nav li {
  border-bottom: 1px solid #000;
  padding: 1em 0;
}

/* Hide submenus by default */
.left-nav li ul.sub-menu {
  display: none;
  padding-left: 1em;
  border-left: 2px solid #ccc;
}

/* Show submenu if active or JS-expanded */
.left-nav li.current-menu-item > ul.sub-menu,
.left-nav li.current-menu-ancestor > ul.sub-menu,
.left-nav li.force-open > ul.sub-menu {
  display: block;
}

/* Style: current page = bold + underline */
.left-nav li.current-menu-item > a {
  font-weight: bold;
  color: #0074cc;
  text-decoration: underline;
}

/* Style: parent or JS-expanded = bold only (no underline) */
.left-nav li.current-menu-ancestor:not(.current-menu-item) > a,
.left-nav li.force-open:not(.current-menu-item) > a {
  font-weight: bold;
  color: #0074cc;
  text-decoration: none;
}

.page-sections {
    padding-top: 3em;
    padding-bottom: 3em;
}

.page-section-links {
  padding-left: 2.5em;
  padding-top: 1em;
}

.page-section-links li {
  margin-bottom: 0.25em;
}

.page-section-links a {
  text-decoration: none;
  color: #000;
}

.page-section-links a:hover {
  text-decoration: underline;
}

.page-section,
.right-content ul,
.right-content ol {
    padding-left: 2.5em;
    /* padding-top: 1em;
    padding-bottom: 1em; */
}

.page-intro {
    margin-bottom: 2em;
    font-size: 1.1em;
    line-height: 1.6;
}

.intro-separator {
    margin: 2em 0;
    border: none;
    border-top: 1px solid #ccc;
}

.main-menu li {
    position: relative;
}

.main-menu li ul.sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100;
    background-color: #fff;
    border: 1px solid #ccc;
    min-width: 200px;
    padding: 0;
    list-style: none;
}

.main-menu li:hover > ul.sub-menu {
    display: block;
}

.main-menu li ul.sub-menu li a {
    color: #000;
    padding: 0.75em 1em;
    display: block;
    text-decoration: none;
    background-color: #fff;
}

.main-menu li ul.sub-menu li a:hover {
    background-color: #f5f5f5;
}
/* End About Us Page Restructure and Redesigning**/



/* Governance & Strategic Planning Styles */

/* .accordion-container {
    margin: 1em 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
}

.accordion-toggle {
    background-color: #00457c;
    color: white;
    padding: 0.75em 1em;
    width: 100%;
    text-align: left;
    border: none;
    cursor: pointer;
    font-weight: bold;
    font-size: 1rem;
    transition: background-color 0.2s ease;
}

.accordion-toggle:hover {
    background-color: #003456;
}

.accordion-content {
    display: none;
    padding: 1em;
    background: #f8f9fa;
}

.accordion-container.active .accordion-content {
    display: block;
}

.gov-links {
    list-style: none;
    padding-left: 0;
}

.gov-links li {
    margin: 0.5em 0;
}

.gov-links a {
    text-decoration: none;
    color: #00457c;
}

.gov-links a:hover {
    text-decoration: underline;
} */





/***Media Queries**/
@media(min-width: 2700px){
    .department-item-title{
        font-size: 1.5em;
    }
    .department-item-description{
        font-size: 1em;
    }
    .program-item-details a{
        font-size: 1.125em;
    }
    .program-item-description{
        font-size: 1.125em;
    }
    .department-item-description{
        font-size: 1.25em;
    }
    .tab button{
        font-size: 1em !important;
    }
    .tabcontent h3{
        font-size: 1.75em !important;
    }
    .card-row{
        display: grid;
        grid-gap: 2em;
        justify-content: center;
        grid-template-columns: repeat(auto-fit, minmax(20ch, 600px));
    }
    .card{
        border-radius: 11px;
    }
    .program-card {
        width: 15%;
    }
    .programs-info-left{
        width: 20%;
    }
    .programs-info-right{
        width: 80%;
    }
    .program-card-content h3 {
        font-size: .9em !important;
    }
    .program-card-content p {
        font-size: .75em !important;
    }
    .back-img {
        height: 55em;
    }
    .back-img.bottom {
        height: 45em;
    }
    .hero-box{
        top: 85%;
    }
    .hero-desc{
        width: 60%;
    }
    .hero-box-bottom{
        padding: 10em 0em 5em 3.5em;
    }
    .hero-heading-bottom{
        font-size: 2em;
    }
    .hero-desc-bottom{
        font-size: 1.25em;
    }
    .back-img-wrapper {
      height: 55em;
    }
}

@media(min-width: 2001px) and (max-width: 2699px){
    /* .nav a {
    	font-size: 1em;
    }
    .department-item-description {
    	font-size: 1em;
    }
    .program-title{
        font-size: 2em;
    }
    .program-item-details a{
        font-size: 1.25em;
    }
    .program-item-title{
        font-size: 1.5em;
    }
    .program-item-description{
        font-size: 1.25em;
    }
	.program-links-content h3 {
    	font-size: 1.125em !important;
    }
    .program-links-content a {
    	font-size: 1.125em;
        line-height: 1.5;
    } */
    .tab button{
        font-size: 1.125em !important;
    }
    .tabcontent h2{
        font-size: 2em !important;
    }
    .tabcontent h3{
        font-size: 1.75em !important;
    }
    .card-row{
        display: grid;
        grid-gap: 2em;
        justify-content: center;
        grid-template-columns: repeat(auto-fit, minmax(20ch, 425px));
    }
    .card{
        border-radius: 9px;
    }
    /* .program-card {
        width: 18%;
    }
    .program-card-content h3 {
        font-size: 1.5em !important;
    }
    .program-card-content p {
        font-size: 1.25em !important;
    }
    .programs-info-left{
        width: 15%;
    }
    .programs-info-right{
        width: 85%;
    } */
    .back-img {
        height: 55em;
    }
    .back-img-bottom {
    	height: 45em;
    }
    .hero-heading{
        font-size: 2.5em;
    }
    .hero-desc{
        font-size: 2em;
    }
    .btn-group a{
        font-size: 1.5em;
    }
    .hero-box {
        top: 85%;
    }
    .hero-box-bottom{
        padding: 20em 0em 5em 3.5em;
        width: 60%;
    }
    .hero-heading-bottom{
        font-size: 2.25em;
    }
    .hero-desc-bottom{
        font-size: 1.5em;
    }
    .back-img-wrapper {
      height: 55em;
    }
}

.indented-list {
  padding-left: 2em;
}

/** Administration Page New 7/2/2025 */
.employee-card {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
  gap: 1.5em;
  flex-wrap: wrap;
}

.employee-photo img {
  max-width: 150px;
  height: auto;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.employee-info {
  flex: 1;
  min-width: 200px;
}

.employee-info h3 {
    margin-top: 0;
    font-size: 1.25em;
}

.employee-info p {
    margin: 0 .25em 0 0;
}

.leadership-section {
  padding: 2em 0;
}

.leadership-section h2 {
  font-size: 1.5em;
  margin-bottom: 1em;
  text-align: center;
}

/* End New Administration Styling ***/

/* NSO Landing Page */
.nso-top-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  max-width: 960px;
  margin: 0 auto 3rem;
  padding: 0 2rem;
  align-items: center;
  text-align: center;
}

.nso-top-grid img {
    padding-top: 2rem;
}

.nso-main-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas:
    "a . b"
    ". c ."
    "d . e"
    "f g h";
  row-gap: 0;
  column-gap: 2rem;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 2rem 4rem;
  text-align: center;
}

.nso-main-grid .item-1,
.nso-main-grid .item-2 {
    margin-bottom: 0;
}

/* Add extra spacing between Row 3 and Row 4 */
.nso-main-grid .item-3,
.nso-main-grid .item-4 {
  margin-bottom: 3rem;
}

.nso-main-grid .item-1 { grid-area: a; }
.nso-main-grid .item-2 { grid-area: b; }
.nso-main-grid .mascot-center { grid-area: c; }
.nso-main-grid .item-3 { grid-area: d; }
.nso-main-grid .item-4 { grid-area: e; }
.nso-main-grid .mascot-bottom-left { grid-area: f; }
.nso-main-grid .item-5 { grid-area: g; }
.nso-main-grid .mascot-bottom-right { grid-area: h; }

.item img {
  max-width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

.item a {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 100%;
}

.item a:hover img {
  transform: scale(1.05);
}

.mascot-center img,
.mascot-bottom-left img,
.mascot-bottom-right img {
  z-index: 1;
  width: 100%;
  max-width: 350px;
  height: auto;
}

.mascot-center img {
    max-height: 350px;
    height: auto;
    width: auto;
}

.mascot-bottom-left {
  display: flex;
  position: relative;
  align-items: flex-end;
  justify-content: center;
  top: -5rem;
  z-index: 1;
}
/* End NSO Landing Page ***/

/** Consumer Information Disclosure **/
/* Shared box styles for all archives */
.ge-archive,
.ipeds-archive,
.census-archive {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0.5rem 1rem;
  margin: 1.5rem 0;
  background-color: #f9f9f9;
}

/* The clickable header */
.ge-archive > summary,
.ipeds-archive > summary,
.census-archive > summary {
  font-weight: 600;
  cursor: pointer;
  list-style: none;
}

/* Remove the default triangle in some browsers */
.ge-archive > summary::-webkit-details-marker,
.ipeds-archive > summary::-webkit-details-marker,
.census-archive > summary::-webkit-details-marker {
  display: none;
}

/* Closed state indicator */
.ge-archive > summary::before,
.ipeds-archive > summary::before,
.census-archive > summary::before {
  content: "+";
  display: inline-block;
  margin-right: 0.5rem;
  font-weight: 700;
}

/* Open state indicator */
.ge-archive[open] > summary::before,
.ipeds-archive[open] > summary::before,
.census-archive[open] > summary::before {
  content: "–";
}

/* Inner content spacing */
.ge-archive__content,
.ipeds-archive__content,
.census-archive__content {
  margin-top: 0.75rem;
}

/* Keyboard focus style */
.ge-archive > summary:focus-visible,
.ipeds-archive > summary:focus-visible,
.census-archive > summary:focus-visible {
  outline: 2px solid #005ea2; /* adjust to your brand color */
  outline-offset: 2px;
}


/* Great Colleges **/
.great-college img {
    width:14%;
    padding-top:1em;
}

.printer-friendly {
    width: 90%;
    padding: 2em;
}
.print-btn {
    float: right;
}

.page-id-3907 .page-section thead,
.page-id-3907 .page-section tbody,
.page-id-3907 .page-section tr {
  display: table-header-group;   /* thead */
  /* tbody will auto to table-row-group; tr to table-row */
  /* If your theme forced block, this resets it */
}

/* =========================
   PRINT STYLES
   ========================= */
@media print {
    .no-print, .printer-friendly { 
        display: none !important; 
    }

    /* Hide typical site chrome */
    header, nav, footer, aside,
    .site-header, .sub-header, .site-nav, .site-footer, .sidebar {
        display: none !important;
    }

    /* Only print the TABLES inside this page's section */
    /* Your HTML shows tables and p/h2 as direct children of <section> */
    .page-id-3907 .page-section > :not(table) {
        display: none !important;
    }

    /* Make tables clean and full width for paper */
    .page-id-3907 .page-section table {
        width: 100% !important;
        border-collapse: collapse !important;
        margin: 0 0 12pt !important;
        page-break-inside: avoid !important;
    }
    .page-id-3907 .page-section th,
    .page-id-3907 .page-section td {
        border: 1px solid #000 !important;
        padding: 6pt 8pt !important;
        text-align: center !important;
    }

    /* Optional: repeat headers if you later convert your first rows into <thead> */
    thead { display: table-header-group !important; }

    /* Don’t print URL after links */
    a[href]:after { 
        content: "" !important; 
    }

    /* Common reCAPTCHA containers/badges/iframes */
      .grecaptcha-badge,
      .g-recaptcha,
      #g-recaptcha,
      [id*="recaptcha"],
      iframe[src*="recaptcha"],
      div[title="reCAPTCHA"] {
        display: none !important;
        visibility: hidden !important;
      }

      /* Some plugins wrap it in utility/footer areas */
      .recaptcha,
      .cf7sr-recaptcha,
      .wpcf7-recaptcha {
        display: none !important;
      }

      /* If the badge is fixed to the viewport, kill all fixed UI in print as a fallback */
      *[style*="position:fixed"],
      *[class*="fixed"] {
        /* Comment this out if you actually need other fixed elements to print */
        display: none !important;
      }
}

@media(max-width: 2000px){
    /* body{
        font-size: 24px;
    } */
}

@media(max-width: 1800px){
    /* body{
        font-size:20px;
    } */
}

@media(max-width: 1600px){
    /* body{
        font-size:18px;
    } */
    .news-text-block{
        font-size: 14px;
    }
    .event-modal-title{
        font-size: large;
    }
    .event-modal-date{
        font-size: small;
    }
}

@media(max-width: 1200px){
    /* body{
        font-size: 15.2px
    } */
    .news-text-block{
        font-size: 12px;
    }
    .event-modal-title{
        font-size: medium;
    }
    .event-modal-date{
        font-size: x-small;
    }
    .department-flex-item{
        width: 31%; /* Three items per row */
    }
}

@media(max-width: 1000px){
    /* body{
        font-size: 10px
    } */
    .news-text-block{
        font-size: 10px;
    }
    .department-flex-item{
        width: 49%; /* Two items per row */
    }
    .department-item-title{
        font-size: 1.75em;
    }
    
    .department-item-description{
        font-size: 1.25em;
    }
}

@media(max-width: 900px){
    .news-text-block{
        font-size: 8px;
    }
}

@media(max-width: 650px) {
    .employee-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .employee-photo img {
        max-width: 100%;
    }
    .program-card {
        width: 40%;
    }
    .programs-info-left{
        width: 35%;
    }
    .programs-info-right{
        width: 65%;
    }
    .extended-top-pad {
        padding-top: 6em;
    }
}

/*# sourceMappingURL=style.css.map */