  /* Modern Campus Design Studio - Updated OCT 2025  */

/* Header Main Nav */
header .navbar {
  position: relative;
}

header .logo {
  top: calc(100% + 48px);
  z-index: 99;
}

header .navbar-nav .dropdown-toggle::after {
  margin-left: 0;
}

header .btn-primary-outline-search {
  border-radius: 20px;
  min-width: unset;
  width: 40px;
  height: 40px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

header input {
  margin-right: 0;
  max-width: 400px;
}

header .btn-primary-outline-search::after {
  display: none;
}

@media (max-width: 1180px) {
  header .logo {
    display: block;
  }
}

@media (max-width: 991.5px) {
  header .navbar .container-xxl {
    justify-content: flex-end;
  }

  header button.navbar-toggler {
    align-self: flex-end;
    border: 2px solid #015232;
    color: #015232;
  }

  header .navbar .navbar-collapse {
    padding-top: 52px;
  }

  header .logo {
    max-width: 110px;
    display: block;
    opacity: 1;
    top: -12px;
  }

  header .logo img,
  header .logo a {
    opacity: 1;
  }

  header .btn-primary-outline-search {
    float: unset !important;
  }

  header .dropdown .dropdown-menu-end {
    right: auto;
    left: 0;
  }

  header input {
    float: unset !important;
  }
}

@media only screen and (max-width: 768px) {
  .navbar {
    background-color: white;
  }

  header .nav-item .dropdown-menu {
    background-color: #e6e6e6;
    --bs-dropdown-min-width: 20rem;
  }
}

@media screen and (min-width: 990px) and (max-width: 1100px) {
  .nav-link {
    font-size: 1rem;
  }
}

/* Page Banner */
@media (max-width: 1180px) {
  .banner-wrapper,
  .banner-wrapper-landing {
    min-height: 190px !important;
    height: auto;
    margin-top: 0px !important;
  }

  .banner-wrapper {
    /* height: auto !important; */
    max-height: unset;
    margin-bottom: 24px;
  }
}

@media (max-width: 991.5px) {
  .banner-wrapper,
  .banner-wrapper-landing {
    margin-bottom: 24px;
    min-height: 150px !important;
  }
}

/* Page Layout */
.breadcrumb-container-landing {
  margin-bottom: 12px;
}

.breadcrumb-container-landing ul {
  padding-left: 0;
}

.side-nav {
  margin-left: 0;
  margin-right: 0;
  padding-right: 2rem;
  max-width: unset;
}

@media (min-width: 768px) {
  .side-nav {
    width: 33.33333333%;
  }
}

li.breadcrumb {
  font-size: 0.8rem;
  margin-bottom: 0;
}

/* overwrite problematic styles*/
@media (min-width: 768px) and (max-width: 912px) {
  .side-nav {
    /* width: 100%;
    margin-bottom: 20px; */
    width: 33.33333333%;
  }
}

@media screen and (max-width: 1180px) and (min-width: 300px) {
  .breadcrumb-container-landing {
    display: block;
    height: auto;
  }
  .side-nav-title {
    margin-top: 0px;
  }
}

/* Topic Box 3Up */
.flex-row-3up {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media (max-width: 576px) {
  .flex-row-3up .topic-box {
    width: 257px;
  }
}

/* Accordion */
.accordion-container {
  display: block;
  margin: auto 0;
  min-width: unset;
  max-width: 100%;
}

@media only screen and (max-width: 600px) {
  /* overwrite problematic styles*/
  .accordion,
  .accordion-panel {
    width: auto;
  }
}

/* footer */
@media (max-width: 991px) {
  footer .list-group-horizontal {
    gap: 12px;
  }

  footer .list-group-horizontal:has(.hortizontal-list-links) {
    display: flex !important;
    gap: 0;
    flex-wrap: wrap;
  }

  footer .list-group-horizontal .hortizontal-list-links {
    display: flex;
    width: 49%;
    margin-right: 0;
    margin-bottom: 8px;
  }

  footer .list-group-horizontal .hortizontal-list-links a {
    text-align: center;
    width: 100%;
  }

  footer .list-group-horizontal .hortizontal-list-links span.pipe {
    display: none;
  }

  footer .list-group-horizontal .hortizontal-list-links:nth-child(odd) {
    border-right: 2px solid white;
  }

  footer ul li.list-group-item-footer {
    margin-left: 0;
  }
}

.footer-social {
  gap: 16px;
}

.footer-social .list-group-item-footer {
  margin-left: 0;
}

.four-cols-text {
  margin-bottom: 32px;
}

@media (max-width: 576px) {
  .four-cols-text {
    padding-left: 24px;
  }
}

/* CTA Boxes */
.cta-box {
  color: white;
  font-family: "poppins", sans-serif;
  font-weight: 500;
  font-size: 1.4em;
  height: 100%;
  min-height: 195px;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-color: #076c42;
  line-height: 1.25;
  padding: 3rem 2rem;
}

.cta-box > div {
  position: relative;
}

.cta-box > div::before {
  content: "";
  background-image: url("/_resources/images/sparkle-accent-white-60x193.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  position: absolute;
  top: -34px;
  left: -50px;
  z-index: 1;
}

.cta-box-row .col-lg-4:nth-of-type(even) .cta-box {
  background-color: #034861;
}

/* .cta-box:nth-of-type(3) {
} */

.cta-box1,
.cta-box2,
.cta-box3 {
  padding-left: 2em;
}

.cta-box .lg-num {
  font-family: "poppins", sans-serif;
  font-weight: 700;
  font-size: 2.5em;
  padding-right: 0px;
  font-weight: 900;
  line-height: 1;
}

.cta-box .cta-text {
  display: block;
  text-align: center;
  max-width: 75%;
}

/* tables */

.table-responsive {
  margin-bottom: 1rem;
  background-color: #fff;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.12));
  border-radius: 12px;
}

table {
  border: 0;
  overflow-x: scroll;
  /* box-shadow: none;
  border: 1px solid #ddd; */
  margin-bottom: 0;
  margin-top: 0;
}

table tbody {
  border: none;
}

table th {
  min-width: unset;
}

@media (max-width: 576px) {
  table {
    display: table;
    box-shadow: none;
  }
}

/* banner */
.banner-wrapper {
  padding-top: 40px;
  position: static;
}

.banner-wrapper .breadcrumb-container {
  position: static;
}

.banner-wrapper .breadcrumb-container ul {
  padding-left: 0;
}

.banner-wrapper h1 {
  position: static;
}

@media screen and (max-width: 1180px) {
  .breadcrumb-container {
    display: block;
  }
}

/* sidenav */

.side-nav-link:has(button) {
  padding-right: 32px;
  position: relative;
}

.side-nav-link,
.side-nav-link a.nav-link-title {
  color: black;
}

.side-nav-link a.nav-link-title:hover,
.side-nav-link a.nav-link-title:focus {
  color: #015232;
}

.side-nav-link button {
  position: absolute;
  top: 8px;
  right: 6px;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #d1e5e2;
  color: #015232;
}

.side-nav-link .right-chevron {
  float: none;
  display: inline;
}

.sidebar-box {
  max-width: 100%;
}

@media (min-width: 767.5px) {
  .side-nav {
    padding-right: 30px;
  }

  .side-nav .side-nav-title {
    font-size: 20px;
  }

  .side-nav .dropdown-toggle {
    display: none;
  }
  .sidebar-box,
  .dropdown-menu.collapse {
    display: block;
    position: static;
    border: 0;
    border-right: 3px #d1e5e2 solid;
    padding-left: 0;
    border-radius: 0;
  }
}

@media (max-width: 767px) {
  .side-nav {
    padding-right: 12px;
    margin-bottom: 24px !important;
  }
  .sidebar-box {
    border: 0;
    border-right: 0;
    border-bottom: 3px #d1e5e2 solid;
  }

  .side-nav .side-nav-title {
    display: none;
  }

  .side-nav .dropdown-toggle {
    display: block;
    width: 100%;
    background-color: #015232;
    color: white;
    border: 0;
    border-radius: 4px;
    padding: 12px;
    font-size: 16px;
  }

  .side-nav .dropdown-toggle:hover,
  .side-nav .dropdown-toggle:focus {
    background-color: #013d2a;
  }

  /* .side-nav .sidebar-box.show {
    position: static;
    display: block;
  } */

  .side-nav .dropdown-menu {
    position: static;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.25s ease-in;
    display: block; /* Don't toggle with display, use classes for animation */
  }

  .side-nav .dropdown-menu.show {
    position: static;
    display: block;
    height: auto;
    width: 100%;
    max-height: 1000px; /* Adjust to max expected height */
    opacity: 1;
    border-radius: 0;
  }
}

@media screen and (max-width: 991.5px) {
  .cta-circle-container {
    height: auto !important;
    padding-bottom: 40px;
  }
}

/* OAS list */
.aos-list {
  padding-left: 0;
}

/* card */
.card {
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.2);
}

/* hero video */
.container-fluid-video {
  position: relative;
  width: 100vw;
  max-height: min(calc(100vh - 140px), 900px);
  overflow: hidden;
  background-color: black;
}

.container-fluid-video .buttons-container {
  display: flex;
  justify-content: center;
  gap: 24px;
  padding-bottom: 24px;
}

.container-fluid-video .buttons-container .btn {
  margin: 0;
}

.container-fluid-video #playPauseBtn {
  position: absolute;
  bottom: 16px;
  left: 16px;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.9);
  border: none;
  color: white;
  width: 40px !important;
  max-width: 40px;
  min-width: unset;
  height: 40px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .container-fluid-video {
    max-height: calc(100vh - 180px);
  }

  .container-fluid-video .buttons-container {
    width: 80%;
    flex-flow: column nowrap;
    gap: 12px;
  }

  .container-fluid-video #playPauseBtn {
    width: 30px;
    height: 30px;
    max-width: 30px;
    left: 12px;
    bottom: 12px;
  }

  .container-fluid-video .buttons-container .btn {
    width: 100%;
  }
}

/* wide card */
.card.wide-card .card-image {
  height: 100%;
}

.card.wide-card .card-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card.wide-card .card-body {
  padding: 30px 0;
}

@media (max-width: 767px) {
  .card.wide-card .card-image {
    margin-bottom: 12px;
  }
}

/* profile card */
.profile-cards-1-up {
  display: flex;
  justify-content: center;
  margin-bottom: 12px;

  container-type: inline-size;
}

.profile-card .profile-card-img {
  width: 225px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.profile-card h3,
.profile-card .h3 {
  font-size: 1.4rem;
  margin-bottom: 4px;
}

.profile-card h4,
.profile-card h4 {
  font-size: 1.2rem;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
}

.profile-card .card-header {
  margin-top: 10px;
  border-radius: 5px;
  background-color: #f5f5f5;
  border-bottom: 0;
  padding: 16px;
}

.profile-card .card-body {
  margin-top: 6px;
  margin-bottom: 6px;
  border-radius: 5px;
  background-color: #f5f5f5;
  border-bottom: 0;
  padding: 8px 16px;
}

.profile-cards-2-up {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
  gap: 10px;
  margin-bottom: 12px;

  container-type: inline-size;
}

.profile-cards-2-up .profile-card {
  width: calc(50% - 5px);
}

@container (max-width: 576px) {
  .profile-cards-2-up .profile-card {
    width: 100%;
  }
}

@media screen and (max-width: 576px) {
  .profile-card,
  .profile-cards-2-up .profile-card {
    margin-right: 12px;
    margin-left: 12px;
    width: calc(100% - 24px);
  }
}

/* globals */
p > a,
li > a,
p span a {
  font-weight: 600;
}

.footer-home,
.container {
  container-type: inline-size;
}

#oualerts-active-alert-display .oualerts-notify-icon {
  transform: translateY(-2px) !important;
}

/* announcement box */
@container (max-width: 768px) {
  .card.announcement-box {
    width: 100%;
    padding: 12px 16px;
  }
}

.list-group.listed-row-items {
  width: 100%;
}

.list-group.listed-row-items .list-group-item a {
  font-weight: 600;
}

h1,
.h1 {
  font-size: 2rem;
}

h2,
.h2 {
  font-size: 1.65rem;
}

h3,
.h3 {
  font-size: 1.45rem;
  color: #000000;
}

h4,
.h4 {
  font-size: 1.225rem;
}

h5,
.h5 {
  font-size: 1.1rem;
}

h6,
.h6 {
  font-size: 0.95rem;
}

.sub-title {
  font-size: 1.85rem;
  line-height: 1.35;
  margin-top: 1.75rem;
}