/* [Core Stylesheet - 1.0] */
/* :: 1.0 Import Fonts */
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700|Open+Sans:300,400,600,700");
/* :: 2.0 Import All CSS */
@import url(bootstrap.min.css);
@import url(classy-nav.css);
@import url(owl.carousel.min.css);
@import url(animate.css);
@import url(font-awesome.min.css);
@import url(credit-icon.css);

/* :: 3.0 Base CSS */
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}

h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  color: #000000;
  line-height: 1.3;
  font-weight: 700;
}

p {
  color: #838383;
  font-size: 15px;
  line-height: 2;
  font-weight: 400;
}

a,
a:hover,
a:focus {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-decoration: none;
  outline: 0 solid transparent;
  color: #000000;
  font-weight: 700;
  font-size: 16px;
}

ul,
ol {
  margin: 0;
}

ul li,
ol li {
  list-style: none;
}

img {
  height: auto;
  max-width: 100%;
}

/* :: 3.1.0 Spacing */
.mb-70 {
  margin-bottom: 70px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

/* :: 3.2.0 Section Padding */
.section-padding-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-padding-100-0 {
  padding-top: 100px;
  padding-bottom: 0;
}

/* :: 3.3.0 Preloader */
.preloader {
  display: none !important;
}

/* :: 3.4.0 Miscellaneous */
.jarallax {
  position: relative;
  z-index: 0;
}

.jarallax > .jarallax-img {
  position: absolute;
  object-fit: cover;
  font-family: "object-fit: cover;";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.section-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.section-heading .line {
  width: 25px;
  height: 5px;
  border-radius: 3px;
  background-color: #ffbb38;
  margin-bottom: 20px;
}

.section-heading p {
  font-size: 12px;
  margin-bottom: 0;
  letter-spacing: 2px;
  color: #a5a5a5;
  text-transform: uppercase;
}

.section-heading h2 {
  font-size: 36px;
  color: #212121;
  font-weight: 700;
  margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-heading h2 {
    font-size: 28px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-heading h2 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .section-heading h2 {
    font-size: 24px;
  }
}

.section-heading.white .line {
  background-color: #ffffff;
}

.section-heading.white p,
.section-heading.white h2 {
  color: #ffffff;
}

.section-heading.text-center .line {
  margin-left: auto;
  margin-right: auto;
}

.tooltip-inner {
  background-color: #ffbb38;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
}

.tooltip .arrow::before {
  border-bottom-color: #ffbb38;
}

.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-overlay {
  position: relative;
  z-index: 2;
  background-position: center center;
  background-size: cover;
}

.bg-overlay::after {
  background-color: rgba(0, 0, 0, 0.61);
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

/* :: 3.6.0 ScrollUp */
#scrollUp {
  background-color: #003679;
  border-radius: 5px 0 0 5px;
  bottom: 70px;
  color: #ffffff;
  font-size: 10px;
  padding: 12px 0;
  height: 60px;
  line-height: 1.5;
  right: 0;
  text-align: center;
  width: 35px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  font-weight: 700;
  box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.15);
  text-transform: uppercase;
}

#scrollUp i {
  font-size: 18px;
  display: block;
}

#scrollUp:hover {
  background-color: #ffbb38;
  color: #ffffff;
}

/* :: 3.7.0 Credit Button */
.credit-btn {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  background-color: #ffbb38;
  position: relative;
  z-index: 1;
  display: inline-block;
  min-width: 175px;
  height: 48px;
  color: #ffffff;
  border-radius: 5px;
  padding: 0 30px;
  font-size: 14px;
  line-height: 48px;
  font-weight: 700;
  text-transform: uppercase;
}

.credit-btn:hover,
.credit-btn:focus {
  font-size: 14px;
  font-weight: 700;
  background-color: #003679;
  color: #ffffff;
}

/* :: 4.0 Header Area CSS */
.header-area {
  position: relative;
  z-index: 1000;
  width: 100%;
}

.header-area .credit-main-menu {
  position: relative;
  width: 100%;
  z-index: 1;
  background-color: #ffbb38;
}

.header-area .credit-main-menu::after {
  width: 50%;
  height: 100%;
  background-color: #003679;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: 1;
}

.header-area .credit-main-menu .classy-nav-container {
  background-color: transparent;
}

.header-area .credit-main-menu .classy-navbar {
  height: 85px;
  padding: 0;
  background-color: #003679;
}

@media only screen and (max-width: 767px) {
  .header-area .credit-main-menu .classy-navbar {
    height: 70px;
  }
}

.header-area .credit-main-menu .classy-navbar .classynav ul li a {
  font-weight: 600;
  text-transform: capitalize;
  font-size: 15px;
  padding: 0 15px;
  color: #ffffff;
}

.header-area .credit-main-menu .classy-navbar .classynav ul li a:hover,
.header-area .credit-main-menu .classy-navbar .classynav ul li a:focus {
  color: #ffbb38;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area .credit-main-menu .classy-navbar .classynav ul li a {
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .credit-main-menu .classy-navbar .classynav ul li a {
    color: #003679;
  }
}

@media only screen and (max-width: 767px) {
  .header-area .credit-main-menu .classy-navbar .classynav ul li a {
    color: #003679;
  }
}

.header-area .credit-main-menu .classy-navbar .classynav > ul > li:first-child a {
  padding-left: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .credit-main-menu .classy-navbar .classynav > ul > li:first-child a {
    padding-left: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .header-area .credit-main-menu .classy-navbar .classynav > ul > li:first-child a {
    padding-left: 15px;
  }
}

.header-area .credit-main-menu .classy-navbar .classynav ul li.megamenu-item > a::after,
.header-area .credit-main-menu .classy-navbar .classynav ul li.has-down > a::after {
  color: #ffffff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .credit-main-menu .classy-navbar .classynav ul li.megamenu-item > a::after,
  .header-area .credit-main-menu .classy-navbar .classynav ul li.has-down > a::after {
    color: #003679;
  }
}

@media only screen and (max-width: 767px) {
  .header-area .credit-main-menu .classy-navbar .classynav ul li.megamenu-item > a::after,
  .header-area .credit-main-menu .classy-navbar .classynav ul li.has-down > a::after {
    color: #003679;
  }
}

.header-area .credit-main-menu .classy-navbar .classynav ul li ul li a {
  color: #003679;
  font-size: 14px;
}

.header-area .credit-main-menu .classy-navbar .contact {
  position: relative;
  z-index: 1;
  padding-left: 50px;
  height: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
}

.header-area .credit-main-menu .classy-navbar .contact::before {
  width: 100%;
  height: 200%;
  content: "";
  position: absolute;
  top: 42%;
  left: 0;
  z-index: -1;
  background-color: #ffbb38;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.header-area .credit-main-menu .classy-navbar .contact::after {
  width: 1000%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 62px;
  z-index: -1;
  background-color: #ffbb38;
}

.header-area .credit-main-menu .classy-navbar .contact a {
  display: inline-block;
  font-size: 24px;
  color: #003679;
  font-weight: 700;
  line-height: 85px;
}

.header-area .credit-main-menu .classy-navbar .contact a:hover {
  color: #ffffff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area .credit-main-menu .classy-navbar .contact a {
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .credit-main-menu .classy-navbar .contact a {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .header-area .credit-main-menu .classy-navbar .contact a {
    font-size: 14px;
    line-height: 70px;
  }
}

.header-area .is-sticky .credit-main-menu {
  box-shadow: 0 7px 40px 0 rgba(0, 0, 0, 0.3);
}

/* :: 5.0 Hero Area CSS */
.hero-area {
  position: relative;
  z-index: 1;
}

.hero-area .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  z-index: 100;
  bottom: 30px;
  left: 0;
  right: 0;
}

.hero-area .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  background-color: #d2d2d2;
  border-radius: 50%;
  margin: 0 6px;
}

.hero-area .owl-dots .owl-dot.active {
  background-color: #ffbb38;
}

.hero-area .owl-prev,
.hero-area .owl-next {
  position: absolute;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  top: 50%;
  margin-top: -23px;
  font-size: 18px;
  color: #ffffff;
  background-color: #003679;
  left: 20px;
  text-align: center;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  line-height: 46px;
  opacity: 0;
  visibility: hidden;
}

@media only screen and (max-width: 767px) {
  .hero-area .owl-prev,
  .hero-area .owl-next {
    left: 10px;
  }
}

.hero-area .owl-prev:hover,
.hero-area .owl-next:hover {
  background-color: #ffbb38;
  color: #ffffff;
}

.hero-area .owl-next {
  left: auto;
  right: 20px;
}

@media only screen and (max-width: 767px) {
  .hero-area .owl-next {
    right: 10px;
  }
}

.hero-area:hover .owl-next,
.hero-area:hover .owl-prev {
  opacity: 1;
  visibility: visible;
}

.single-slide {
  position: relative;
  z-index: 99;
  width: 100%;
  height: 760px;
  background-color: #ffffff;
  overflow: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-slide {
    height: 600px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-slide {
    height: 600px;
  }
}

@media only screen and (max-width: 767px) {
  .single-slide {
    height: 600px;
  }
}

.single-slide .slide-bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -12;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-animation: slide-bg linear 10000ms infinite;
  animation: slide-bg linear 10000ms infinite;
}

.single-slide .slide-du-indicator {
  position: absolute;
  z-index: 10;
  width: 0;
  height: 2px;
  background-color: #ffbb38;
  left: 0;
  bottom: 0;
  -webkit-animation: slide-du-indicator linear 10000ms infinite;
  animation: slide-du-indicator linear 10000ms infinite;
}

.single-slide .welcome-text {
  position: relative;
  z-index: 1;
}

.single-slide .welcome-text h6 {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 15px;
}

.single-slide .welcome-text h2 {
  font-size: 70px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.single-slide .welcome-text h2 span {
  color: #ffbb38;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-slide .welcome-text h2 {
    font-size: 48px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-slide .welcome-text h2 {
    font-size: 42px;
  }
}

@media only screen and (max-width: 767px) {
  .single-slide .welcome-text h2 {
    font-size: 24px;
  }
}

.single-slide .welcome-text p {
  font-size: 16px;
  color: #ffffff;
}

@-webkit-keyframes slide-du-indicator {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@keyframes slide-du-indicator {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@-webkit-keyframes slide-bg {
  0% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes slide-bg {
  0% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* :: 6.0 Features Area CSS */

/* :: 7.0 Special Feature CSS */

/* :: 8.0 CTA Area CSS */
.cta-area {
  position: relative;
  z-index: 1;
}

.cta-area .cta-thumbnail {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-area .cta-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    height: 400px;
  }
}

@media only screen and (max-width: 767px) {
  .cta-area .cta-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    height: 280px;
  }
}

.cta-area .cta-content {
  position: relative;
  z-index: 1;
  padding: 120px 5%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
  background-color: #ffbb38;
}

.cta-content .section-heading {
  margin-bottom: 0;
}

.cta-content .section-heading h2 {
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  font-weight: 500;
  line-height: 1.35;
}

.cta-content .credit-btn {
  margin-top: 2.5rem;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-area .cta-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    padding: 100px 5%;
  }
}

@media only screen and (max-width: 767px) {
  .cta-area .cta-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    padding: 80px 5%;
  }
}

.cta-area .cta-content h6 {
  color: #ffffff;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  line-height: 1.8;
}

/* :: 9.0 Newsletter Area CSS */
.newsletter-area {
  position: relative;
  z-index: 3;
}

.newsletter-area::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 54, 121, 0.7);
  z-index: -1;
}

.newsletter-area .nl-content {
  position: relative;
  z-index: 1;
}

.newsletter-area .nl-content h2 {
  color: #ffffff;
  margin-bottom: 25px;
  display: block;
  font-weight: 400;
  font-size: 30px;
}

@media only screen and (max-width: 767px) {
  .newsletter-area .nl-content h2 {
    font-size: 18px;
  }
}

.newsletter-area .nl-content form {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.newsletter-area .nl-content form input {
  width: 100%;
  height: 45px;
  background-color: #ffffff;
  border-radius: 30px;
  border: none;
  font-size: 12px;
  font-style: italic;
  padding: 0 20px;
}

.newsletter-area .nl-content form button {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  position: absolute;
  width: 130px;
  height: 45px;
  background-color: #ffbb38;
  border: none;
  border-radius: 0 30px 30px 0;
  top: 0;
  right: 0;
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  z-index: 20;
}

.newsletter-area .nl-content form button:hover {
  background-color: #003679;
}

.newsletter-area .nl-content form button:focus {
  outline: none;
  box-shadow: none;
}

@media only screen and (max-width: 767px) {
  .newsletter-area .nl-content form button {
    width: 100px;
  }
}

.newsletter-area .nl-content p {
  font-size: 12px;
  color: #ffffff;
  margin-bottom: 0;
}

/* :: 10.0 Team Member Area CSS */
.single-team-member-area {
  position: relative;
  z-index: 1;
  text-align: center;
}

.single-team-member-area .team-thumb {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  position: relative;
  z-index: 1;
  width: 180px;
  border-radius: 50%;
  margin: 0 auto 40px;
  height: 180px;
}

.single-team-member-area .team-thumb::after {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  content: "";
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 8px solid #003679;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 100;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
}

.single-team-member-area .team-thumb img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-team-member-area .team-thumb .view-more a {
  position: absolute;
  width: 62px;
  height: 62px;
  border-radius: 15px;
  background-color: #ffbb38;
  text-align: center;
  bottom: -10px;
  right: 0;
  z-index: 300;
  color: #ffffff;
  line-height: 62px;
  font-size: 18px;
}

.single-team-member-area .team-thumb .view-more a:hover {
  background-color: #003679;
}

.single-team-member-area .team-thumb:hover {
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2);
}

.single-team-member-area .team-thumb:hover::after {
  opacity: 1;
  visibility: visible;
}

.single-team-member-area .team-info {
  position: relative;
  z-index: 1;
}

.single-team-member-area .team-info h5 {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  font-size: 18px;
  margin-bottom: 5px;
}

.single-team-member-area .team-info h6 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
  color: #6e6e6e;
}

.single-team-member-area:hover .team-info h5 {
  color: #ffbb38;
}

/* :: 11.0 Footer Area CSS */
.footer-area {
  position: relative;
  z-index: 1;
  background-color: #021c3c;
}

.footer-area .single-footer-widget {
  position: relative;
  z-index: 1;
}

.footer-area .single-footer-widget .widget-title {
  font-size: 18px;
  color: #ffbb38;
  margin-bottom: 40px;
  font-weight: 400;
}

.footer-area .single-footer-widget ul li a {
  display: block;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  padding-left: 23px;
}

.footer-area .single-footer-widget ul li a::before {
  content: "";
  width: 8px;
  height: 8px;
  top: 7px;
  left: 0;
  border-radius: 50%;
  background-color: #ffbb38;
  position: absolute;
  z-index: 1;
}

.footer-area .single-footer-widget ul li a:hover,
.footer-area .single-footer-widget ul li a:focus {
  color: #ffbb38;
}

.footer-area .single-footer-widget ul li:last-child a {
  margin-bottom: 0;
}

/* :: 12.0 Blog Area CSS */
.breadcrumb-area {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 255px;
}

@media only screen and (max-width: 767px) {
  .breadcrumb-area {
    height: 180px;
  }
}

.breadcrumb-area .breadcrumb-content h2 {
  color: #ffffff;
  font-size: 30px;
  text-transform: uppercase;
  display: block;
}

@media only screen and (max-width: 767px) {
  .breadcrumb-area .breadcrumb-content h2 {
    font-size: 24px;
  }
}

.single-latest-news-area {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.single-latest-news-area:last-child {
  margin-bottom: 0;
}

.single-latest-news-area .news-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
  width: 75%;
  padding-left: 10px;
}

.single-latest-news-area .news-content a {
  display: block;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0;
  color: #ffffff;
}

.single-latest-news-area .news-content a:hover,
.single-latest-news-area .news-content a:focus {
  color: #ffbb38;
}

/* :: 13.0 Contact Area CSS */

/* :: 14.0 Elements Area CSS */

.single-service-area {
  position: relative;
  z-index: 1;
}

.single-service-area .icon {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  max-width: 60px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #003679;
  text-align: center;
  margin-right: 20px;
  line-height: 60px;
  color: #ffffff;
  font-size: 30px;
}

.single-service-area .text h5 {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  font-size: 18px;
}

.single-service-area .text p {
  margin-bottom: 0;
}

.single-service-area:hover .icon,
.single-service-area:focus .icon {
  background-color: #ffbb38;
}

.single-service-area:hover .text h5,
.single-service-area:focus .text h5 {
  color: #ffbb38;
}

.single-accordion.panel {
  background-color: #ffffff;
  border: 0 solid transparent;
  border-radius: 4px;
  box-shadow: 0 0 0 transparent;
  margin-bottom: 15px;
}

.single-accordion:last-of-type {
  margin-bottom: 0;
}

.single-accordion h6 {
  margin-bottom: 0;
}

.single-accordion h6 a {
  font-family: "Open Sans", sans-serif;
  background-color: #003679;
  border-radius: 5px;
  color: #ffffff;
  display: block;
  margin: 0;
  padding: 20px 70px 20px 30px;
  position: relative;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
}

.single-accordion h6 a span {
  background: transparent;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  font-size: 10px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 58px;
  height: 100%;
  color: #ffffff;
  line-height: 58px;
}

.single-accordion h6 a span.accor-open {
  opacity: 0;
}

.single-accordion h6 a.collapsed {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  background-color: #ffbb38;
  color: #ffffff;
}

.single-accordion .accordion-content {
  border-top: 0 solid transparent;
  box-shadow: none;
}

.single-accordion .accordion-content p {
  padding: 15px 15px 0;
  margin-bottom: 0;
}

.single-icons {
  position: relative;
  z-index: 1;
  background-color: #003679;
  border-radius: 5px;
  text-align: center;
  padding: 50px 20px;
}

.single-icons i {
  font-size: 50px;
  margin-bottom: 30px;
  display: block;
  color: #fff;
}

.single-icons span {
  display: block;
  color: #fff;
}

/* ====== The End ====== */

/* Custom site-level rules layered on top of the legacy theme. */

/* Shared shell adjustments. */
.breakpoint-off .classynav ul li .dropdown {
  width: 250px;
}

.dropdown-menu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -5px;
  margin-left: -1px;
}

.cta-area .cta-content {
  background-color: seagreen;
}

.footer-area {
  background-color: whitesmoke;
}

.footer-area .single-footer-widget .widget-title {
  color: #000;
  font-weight: 700;
}

.footer-area .single-footer-widget ul li a {
  color: navy;
}

.breadcrumb-area--tall {
  height: 500px;
}

/* Shared content styling. */
.site-main p,
.site-main li,
.site-main tr {
  font-size: 1.2rem;
  line-height: 1.5;
}

.copy-emphasis {
  color: #000;
  font-size: 15px;
  font-weight: 700;
  line-height: 2;
}

.centre-name {
  color: #003679;
}

.site-main .list-group {
  border: 0;
  margin: 0;
  padding: 0;
}

.site-main .list-group-item {
  border: 0;
  margin-bottom: 0;
  padding: 10px 15px;
}

.panel-surface-glass {
  background-color: rgba(255, 255, 255, 0.7);
}

.carousel-control-pill {
  background-color: navy;
  border-radius: 50%;
  height: 30px;
  opacity: 0.9;
  top: 45%;
  width: 30px;
}

.carousel-control-pill:hover {
  background-color: navy;
}

.carousel-control-pill .carousel-control-prev-icon,
.carousel-control-pill .carousel-control-next-icon {
  filter: brightness(0) invert(1);
}

.custom-prev,
.custom-next {
  width: 30px;
  height: 30px;
  background-color: navy;
  border-radius: 50%;
  top: 45%;
  opacity: 0.9;
}

.custom-prev:hover,
.custom-next:hover {
  background-color: navy;
}

.marquee {
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  width: 100%;
  background-color: whitesmoke;
  padding: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.marquee-content {
  display: inline-block;
  animation: scroll 20s linear infinite;
  padding-left: 100%;
  font-size: 16px;
  color: #000;
  font-weight: 700;
  transition: color 0.3s;
}

.marquee-content:hover {
  animation-play-state: paused;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em;
  color: #000;
  background: transparent
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
    center / 1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: 0.5;
}

.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 53, 121, 0.25);
  opacity: 1;
}

/* Shared card components. */
.content-card {
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition:
    box-shadow 0.3s ease,
    transform 0.3s ease;
}

.content-card:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
}

.content-card__image {
  width: 100%;
  height: var(--content-card-image-height, auto);
  object-fit: var(--content-card-image-fit, cover);
}

.content-card__body {
  gap: 1rem;
  min-height: var(--content-card-body-min-height, auto);
}

.content-card__body > .btn {
  align-self: flex-start;
}

.person-card__image {
  object-position: top;
}

.news-card__body {
  justify-content: space-between;
}

.news-card--feed {
  --content-card-image-height: 320px;
  --content-card-body-min-height: 300px;
  --content-card-image-fit: fill;
}

.news-card--grid {
  --content-card-image-height: 250px;
  --content-card-body-min-height: 350px;
  --content-card-image-fit: fill;
}

.person-card--fellow {
  --content-card-image-height: 350px;
  --content-card-body-min-height: 170px;
  --content-card-image-fit: cover;
}

.content-card--event-summary {
  --content-card-image-height: 220px;
  --content-card-body-min-height: 330px;
  --content-card-image-fit: cover;
}

/* ====== Redesign Layer ====== */
:root {
  --site-navy: #003679;
  --site-gold: #ffbb38;
  --site-green: seagreen;
  --site-ink: #122033;
  --site-copy: #5f6b7a;
  --site-copy-strong: #2a3748;
  --site-surface: #ffffff;
  --site-surface-soft: #f5f7fb;
  --site-surface-tint: #eef3f9;
  --site-border: rgba(0, 54, 121, 0.12);
  --site-shadow: none;
  --site-shadow-hover: none;
  --site-radius: 24px;
  --site-radius-sm: 16px;
  --site-page-gutter: clamp(1rem, 2vw, 1.5rem);
  --site-section-space: clamp(4rem, 7vw, 6rem);
}

html {
  scroll-behavior: smooth;
}

body.site-shell {
  background:
    radial-gradient(circle at top right, rgba(255, 187, 56, 0.12), transparent 28%),
    linear-gradient(180deg, #f7f9fc 0%, #f2f5f9 100%);
  color: var(--site-copy);
}

.site-main {
  position: relative;
  z-index: 1;
}

.site-main > section,
.site-main > div {
  position: relative;
}

.site-main p,
.site-main li,
.site-main tr {
  color: var(--site-copy);
}

.site-main .text-secondary,
.site-main p.text-secondary,
.site-main li.text-secondary,
.site-main h2.text-secondary,
.site-main h5.text-secondary,
.site-main h6.text-secondary {
  color: var(--site-copy-strong) !important;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1100;
  backdrop-filter: blur(12px);
}

.site-header__masthead {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 253, 0.94)), #ffffff;
  border-bottom: 1px solid rgba(0, 54, 121, 0.08);
}

.site-header__masthead .container,
.site-nav-shell .container {
  max-width: 1320px;
}

.site-header__masthead-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 1rem var(--site-page-gutter);
}

.site-brand {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  min-width: 0;
  flex: 1 1 auto;
}

.site-brand:hover,
.site-brand:focus {
  color: inherit;
}

.site-brand__logo-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(96px, 11vw, 124px);
  aspect-ratio: 1;
  flex-shrink: 0;
}

.site-brand__logo {
  width: min(100%, 96px);
  height: auto;
  display: block;
}

.site-brand__content {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  min-width: 0;
}

.site-brand__mobile-title {
  display: none;
}

.site-brand__eyebrow {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: rgba(0, 54, 121, 0.7);
  font-weight: 700;
}

.site-brand__title {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.95rem, 1vw + 0.7rem, 1.35rem);
  line-height: 1.15;
  color: #4a5568;
  font-weight: 700;
  max-width: 30rem;
  text-transform: uppercase;
  margin-bottom: 0.45rem;
}

.site-brand__campuses,
.site-footer__campuses {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.site-campus {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.42rem 0.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(0, 54, 121, 0.08);
  color: var(--campus-color, var(--site-navy));
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1;
}

.site-campus::before {
  content: "";
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: var(--campus-color, var(--site-navy));
}

.site-partners {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
  flex-wrap: wrap;
  flex: 0 0 auto;
}

.site-partners__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  opacity: 0.94;
  flex-shrink: 0;
}

.site-partners__item img {
  display: block;
  width: 180px;
  height: 110px;
  object-fit: contain;
}

.site-partners__item:hover,
.site-partners__item:focus {
  opacity: 1;
}

.mobile-nav-toggle,
.mobile-nav-button,
.mobile-nav-backdrop,
.mobile-nav-drawer {
  display: none;
}

.site-nav-shell {
  background: rgba(0, 54, 121, 0.96);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-nav-shell .classy-nav-container {
  background: transparent;
}

.site-navbar {
  min-height: 72px;
  gap: 0.75rem;
  background: transparent !important;
}

.header-area .credit-main-menu::after {
  display: none;
}

.header-area .credit-main-menu .classy-navbar {
  height: auto;
  padding: 0;
  background: transparent;
}

.site-navbar .classy-menu {
  flex: 1 1 auto;
  min-width: 0;
}

.site-navbar .classynav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
}

.header-area .credit-main-menu .classy-navbar .classynav > ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.1rem;
  width: 100%;
}

.header-area .credit-main-menu .classy-navbar .classynav > ul > li {
  flex: 0 1 auto;
}

.header-area .credit-main-menu .classy-navbar .classynav > ul > li > a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: auto;
  min-height: 0;
  padding: 0.7rem 0.72rem;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.1;
  white-space: nowrap;
  text-align: center;
}

.header-area .credit-main-menu .classy-navbar .classynav > ul > li:first-child > a {
  padding-left: 0.72rem;
}

.header-area .credit-main-menu .classy-navbar .classynav > ul > li > a:hover,
.header-area .credit-main-menu .classy-navbar .classynav > ul > li > a:focus,
.header-area .credit-main-menu .classy-navbar .classynav > ul > li.current-item > a {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
}

.header-area .credit-main-menu .classy-navbar .classynav ul li.megamenu-item > a::after,
.header-area .credit-main-menu .classy-navbar .classynav ul li.has-down > a::after {
  color: rgba(255, 255, 255, 0.9);
}

.header-area .credit-main-menu .classy-navbar .classynav ul li ul li a {
  color: var(--site-navy);
  font-size: 0.92rem;
  height: auto;
  line-height: 1.35;
  padding: 0.7rem 0.95rem;
}

.breakpoint-off .classynav ul li .dropdown {
  width: 270px;
  border: 1px solid rgba(0, 54, 121, 0.1);
  border-radius: 16px;
  padding: 0.6rem;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: none;
}

.breakpoint-off .classynav ul li .dropdown li a {
  border-radius: 14px;
  min-height: auto;
  color: var(--site-copy-strong) !important;
}

.breakpoint-off .classynav ul li .dropdown li a:hover,
.breakpoint-off .classynav ul li .dropdown li a:focus {
  background: rgba(0, 54, 121, 0.08);
  color: var(--site-navy) !important;
}

.site-main .newsletter-area {
  padding-block: clamp(5.5rem, 10vw, 7.75rem);
  overflow: hidden;
}

.site-main .newsletter-area::after {
  background:
    linear-gradient(120deg, rgba(0, 54, 121, 0.88), rgba(0, 54, 121, 0.56)), rgba(0, 54, 121, 0.7);
}

.site-main .newsletter-area .nl-content {
  max-width: 52rem;
  margin: 0 auto;
  padding: 0 1rem;
}

.site-main .newsletter-area .nl-content h2 {
  margin-bottom: 0.9rem;
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.site-main .newsletter-area .nl-content h5,
.site-main .newsletter-area .nl-content h6 {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1rem, 1vw + 0.85rem, 1.2rem);
  line-height: 1.65;
  font-weight: 500;
}

.site-main .services-area,
.site-main .elements-area,
.site-main .team-area,
.site-main .contact-area {
  padding-inline: 0;
}

.site-main .services-area > .container,
.site-main .elements-area > .container,
.site-main .team-area > .container,
.site-main > section > .container,
.site-main > section > .container-fluid {
  position: relative;
  z-index: 1;
}

.site-main .services-area + section,
.site-main section + section {
  margin-top: clamp(2.25rem, 4vw, 3.5rem);
}

.site-main .editorial-section--tint + .cta-area {
  margin-top: 0;
}

.team-area .section-heading {
  margin-bottom: clamp(2.5rem, 4vw, 3.75rem);
}

.team-area .section-heading h2 {
  font-size: clamp(1.5rem, 2.4vw, 2rem);
}

.section-heading {
  margin-bottom: clamp(1.75rem, 3vw, 2.75rem);
}

.section-heading .line {
  width: 48px;
  height: 4px;
  margin-bottom: 1rem;
}

.section-heading p {
  margin-bottom: 0.6rem;
  font-size: 0.8rem;
  font-weight: 700;
  color: rgba(0, 54, 121, 0.7);
}

.section-heading h2 {
  color: var(--site-ink);
  font-size: clamp(1.85rem, 3vw, 2.45rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.section-heading--with-action {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
}

.section-heading--with-action .section-heading__text {
  flex: 1 1 auto;
  min-width: 0;
}

.section-heading--with-action .section-heading__action {
  flex: 0 0 auto;
  margin-bottom: 0.25rem;
}

.editorial-section {
  padding: clamp(3.5rem, 6vw, 5rem) 0;
}

.editorial-section--tint {
  background: rgba(255, 255, 255, 0.45);
  border-block: 1px solid rgba(0, 54, 121, 0.08);
}

.editorial-section--video {
  padding-top: 0;
}

.editorial-media {
  margin: 0;
}

.editorial-media img {
  display: block;
  width: 100%;
  border-radius: 18px;
  border: 1px solid rgba(0, 54, 121, 0.08);
}

.editorial-media figcaption {
  margin-top: 0.9rem;
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--site-copy);
}

.editorial-media--wide {
  max-width: 58rem;
  margin: 0 auto;
}

.editorial-aside {
  padding: 1.4rem 1.5rem;
  border-left: 3px solid var(--site-gold);
  background: rgba(255, 255, 255, 0.46);
}

@media only screen and (min-width: 992px) {
  .editorial-aside {
    margin-top: 4rem;
  }
}

.editorial-copy {
  max-width: 44rem;
}

.editorial-copy p + p {
  margin-top: 1rem;
}

.editorial-subtitle {
  margin-bottom: 0.85rem;
  color: var(--site-ink);
  font-size: 1.1rem;
  line-height: 1.35;
}

.editorial-list {
  margin: 0;
  padding-left: 1.15rem;
}

.editorial-list li + li {
  margin-top: 0.65rem;
}

.editorial-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.chip-link {
  display: inline-flex;
  align-items: center;
  min-height: 2.65rem;
  padding: 0.55rem 0.95rem;
  border: 1px solid rgba(0, 54, 121, 0.12);
  border-radius: 999px;
  color: var(--site-navy);
  font-weight: 600;
  background: rgba(255, 255, 255, 0.7);
}

.chip-link:hover,
.chip-link:focus {
  color: var(--site-navy);
  background: rgba(255, 255, 255, 0.96);
}

.about-right-col {
  padding-block: 3.5rem;
}

/* ====== About Page ====== */

.about-page-hero {
  min-height: clamp(340px, 44vh, 480px);
  display: flex;
  align-items: center;
}

.site-main .about-page-hero {
  padding-block: clamp(4rem, 7vw, 5.25rem);
}

.site-main .about-page-hero > .container,
.about-page-section > .container {
  max-width: 1120px;
}

.site-main .about-page-hero .nl-content {
  max-width: 58rem;
  margin-inline: auto;
}

.site-main .about-page-hero .nl-content h2 {
  max-width: 56rem;
  margin-inline: auto;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.site-main .about-page-hero .nl-content h6 {
  max-width: 42rem;
  margin-inline: auto;
  font-size: clamp(1rem, 1vw + 0.85rem, 1.18rem);
  line-height: 1.6;
}

.page-hero {
  min-height: clamp(340px, 44vh, 480px);
  display: flex;
  align-items: center;
}

.site-main .page-hero {
  padding-block: clamp(4rem, 7vw, 5.25rem);
}

.site-main .page-hero > .container {
  max-width: 1120px;
}

.site-main .page-hero .nl-content {
  max-width: 58rem;
  margin-inline: auto;
}

.site-main .page-hero .nl-content h2 {
  max-width: 56rem;
  margin-inline: auto;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.08;
  letter-spacing: 0;
}

@media (max-width: 767px) {
  .page-hero {
    min-height: auto;
  }
}

.about-page-section {
  padding-block: clamp(2.75rem, 5vw, 4rem);
  overflow: hidden;
}

.about-page-section .section-heading,
.about-page-section .section-heading.mb-4,
.about-page-section .section-heading.mb-5 {
  margin-bottom: 1.5rem !important;
}

.about-page-section .section-heading p {
  margin-bottom: 0.45rem;
  font-size: 0.76rem;
}

.about-page-section .section-heading h2 {
  font-size: clamp(1.55rem, 2.2vw, 2rem);
  line-height: 1.18;
  letter-spacing: 0;
}

.about-page-section .editorial-copy {
  max-width: none;
}

.about-page-section .editorial-copy,
.about-page-section .editorial-copy p,
.about-page-section .editorial-list li,
.about-page-section .about-page-aside p {
  font-size: 0.96rem;
  line-height: 1.62;
}

.about-page-row {
  row-gap: 2rem;
}

.about-page-row > [class*="col-"] {
  margin-bottom: 2rem;
}

.about-page-row > [class*="col-"]:last-child {
  margin-bottom: 0;
}

.about-page-aside {
  padding-block: 1.1rem;
  border: 0;
  border-left: 3px solid var(--site-gold);
  border-radius: 0;
  background: transparent;
}

@media only screen and (min-width: 992px) {
  .about-page-aside {
    margin-top: 0;
  }

  .about-page-mission-aside-col {
    padding-top: clamp(2.25rem, 3vw, 3rem);
  }
}

.about-page-section .editorial-subtitle {
  font-size: 1rem;
  line-height: 1.35;
}

.about-icon-list {
  display: grid;
  gap: 0.75rem;
  padding-left: 0;
}

.about-icon-list li {
  display: grid;
  grid-template-columns: 1.35rem minmax(0, 1fr);
  gap: 0.7rem;
  align-items: start;
  list-style: none;
}

.about-icon-list li + li {
  margin-top: 0;
}

.about-icon-list__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.35rem;
  height: 1.35rem;
  margin-top: 0.08rem;
  color: var(--site-navy);
}

.about-icon-list__icon svg {
  display: block;
  width: 1rem;
  height: 1rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.about-page-section .editorial-media--wide {
  max-width: none;
}

.about-page-section .editorial-media img {
  border-radius: 0;
  background: transparent;
}

.about-page-row--cards {
  row-gap: 1.5rem;
}

.about-page-row--cards > [class*="col-"] {
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .about-page-row > [class*="col-"] {
    margin-bottom: 0;
  }
}

.editorial-actions--links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.35rem;
}

.editorial-actions--links .text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.2rem 0;
  color: var(--site-navy);
  font-weight: 600;
  font-size: 1.05rem;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.editorial-actions--links .text-link::after {
  content: "↗";
  font-size: 0.85em;
  line-height: 1;
  opacity: 0.7;
}

.editorial-actions--links .text-link:hover,
.editorial-actions--links .text-link:focus {
  color: var(--site-gold);
  text-decoration: underline;
}

.news-lead {
  display: grid;
  gap: 1.4rem;
}

.news-lead__image-wrap,
.news-list-item__image-wrap {
  display: block;
}

.news-lead__image {
  width: 100%;
  height: clamp(260px, 32vw, 380px);
  object-fit: cover;
  border-radius: 18px;
  border: 1px solid rgba(0, 54, 121, 0.08);
}

.news-lead__content {
  max-width: 40rem;
}

.news-lead__eyebrow {
  margin-bottom: 0.5rem;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(0, 54, 121, 0.7);
}

.news-lead__title,
.news-list-item__title {
  margin-bottom: 0.75rem;
  color: var(--site-ink);
  line-height: 1.2;
}

.news-lead__title {
  font-size: clamp(1.5rem, 1.2vw + 1.15rem, 2rem);
}

.news-lead .news-lead__summary,
.news-list-item .news-list-item__summary {
  margin-bottom: 0;
  color: var(--site-copy);
  line-height: 1.7;
}

.news-list {
  display: grid;
  gap: 1.1rem;
}

.news-list-item {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  padding-bottom: 1.1rem;
  border-bottom: 1px solid rgba(0, 54, 121, 0.08);
}

.news-list-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.news-list-item__image {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid rgba(0, 54, 121, 0.08);
}

.news-list-item__title {
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0.4rem;
}

.news-list-item .news-list-item__summary {
  font-size: 0.95rem;
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.quote-panel {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  padding: 1.5rem;
  border-top: 3px solid var(--site-gold);
  background: rgba(255, 255, 255, 0.5);
}

.quote-panel__person {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
}

.quote-panel__person img {
  width: 72px;
  height: 72px;
  border-radius: 999px;
  object-fit: cover;
}

.quote-panel__person h3 {
  margin-bottom: 0.25rem;
  color: var(--site-ink);
  font-size: 1.05rem;
}

.quote-panel__person p {
  margin-bottom: 0;
  font-size: 0.95rem;
}

.quote-panel blockquote {
  margin: 0;
  color: var(--site-copy-strong);
  font-size: 1.03rem;
  line-height: 1.75;
}

.quote-panel blockquote::before {
  content: "“";
  color: var(--site-gold);
  font-size: 2rem;
  line-height: 0;
  vertical-align: -0.25rem;
  margin-right: 0.15rem;
}

.video-frame {
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid rgba(0, 54, 121, 0.08);
  background: #0d1b2d;
}

.video-frame iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
}

.partner-page .section-heading {
  max-width: 44rem;
}

.site-main .partner-hero {
  min-height: clamp(340px, 44vh, 480px);
  display: flex;
  align-items: center;
  padding-block: clamp(4rem, 7vw, 5.25rem);
}

.partner-hero > .container,
.partner-page > .container {
  max-width: 1120px;
}

.site-main .partner-hero .nl-content {
  max-width: 58rem;
  margin-inline: auto;
}

.site-main .partner-hero .nl-content h2 {
  max-width: 54rem;
  margin-inline: auto;
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.site-main .partner-hero .nl-content h6 {
  max-width: 42rem;
  margin-inline: auto;
  font-size: clamp(1rem, 1vw + 0.85rem, 1.18rem);
  line-height: 1.6;
}

.partner-page {
  padding-block: clamp(2.75rem, 5vw, 4rem);
}

.partner-page.section-padding-100-0 {
  padding-top: clamp(2.75rem, 5vw, 4rem);
}

.partner-page--stats {
  padding-top: clamp(1.6rem, 3vw, 2.25rem);
  padding-bottom: 0;
}

.site-main .partner-page--stats + .partner-page {
  margin-top: 0;
}

.partner-page .section-heading,
.partner-page .section-heading.mb-4,
.partner-page .section-heading.mb-5 {
  margin-bottom: 1.5rem !important;
}

.partner-page .section-heading p {
  margin-bottom: 0.45rem;
  font-size: 0.76rem;
}

.partner-page .section-heading h2 {
  font-size: clamp(1.55rem, 2.2vw, 2rem);
  line-height: 1.18;
  letter-spacing: 0;
}

.partner-page .editorial-copy,
.partner-page .editorial-copy p,
.partner-focus-copy,
.partner-focus-copy p,
.partner-map-panel__content,
.partner-map-panel__content p,
.partner-accordion .accordion-content p {
  font-size: 0.96rem;
  line-height: 1.62;
}

.partner-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.partner-stat-card {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 7rem;
  padding: 1.2rem 1rem;
  background: transparent;
  border: 1px solid rgba(0, 54, 121, 0.12);
  box-shadow: none;
}

.partner-stat-card__title {
  display: block;
  color: var(--site-ink);
  font-size: clamp(1rem, 1vw + 0.8rem, 1.2rem);
  font-weight: 650;
  line-height: 1.35;
}

.partner-focus-block {
  padding-block: clamp(1.5rem, 3vw, 2rem);
  border-top: 1px solid rgba(0, 54, 121, 0.14);
  border-bottom: 1px solid rgba(0, 54, 121, 0.14);
}

.partner-focus-eyebrow {
  margin: 0 0 0.9rem;
  color: rgba(0, 54, 121, 0.7);
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.partner-focus-layout {
  display: grid;
  grid-template-columns: minmax(240px, 0.38fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: start;
}

.partner-focus-title {
  margin: 0;
  color: var(--site-ink);
  font-size: clamp(1.45rem, 2.1vw, 1.95rem);
  font-weight: 700;
  line-height: 1.18;
}

.partner-focus-copy {
  max-width: 46rem;
}

.partner-focus-copy p {
  margin-bottom: 0;
  color: var(--site-copy);
  font-size: 1rem;
  line-height: 1.65;
}

.partner-focus-copy p + p {
  margin-top: 0.9rem;
}

.partner-media-frame {
  overflow: hidden;
  border-radius: 0;
  border: 1px solid rgba(0, 54, 121, 0.08);
  background: rgba(255, 255, 255, 0.55);
}

.partner-media-frame img,
.partner-media-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 320px;
  border: 0;
}

.partner-media-frame img {
  object-fit: cover;
}

.partner-media-frame--overview iframe {
  min-height: 360px;
}

.partner-media-frame--feature iframe {
  min-height: 420px;
}

.partner-accordion {
  max-width: 70rem;
}

.partner-accordion .single-accordion + .single-accordion {
  margin-top: 1rem;
}

.partner-map-panel {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(0, 54, 121, 0.08);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.62);
}

.partner-map-panel iframe {
  display: block;
  width: 100%;
  min-height: 300px;
  border: 0;
}

.partner-map-panel__content {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  padding: 1.25rem 1.35rem 1.4rem;
}

.partner-map-panel__content h3 {
  margin-bottom: 0;
  color: var(--site-ink);
  font-size: 1.15rem;
}

.partner-map-panel__content p {
  margin-bottom: 0;
}

.hero-area {
  margin: 0;
  border-radius: 0;
  overflow: hidden;
}

.single-slide {
  height: clamp(400px, 50vh, 560px);
}

.single-slide .welcome-text {
  max-width: 52rem;
  margin-inline: auto;
  padding-inline: 1rem;
}

.single-slide .welcome-text h6 {
  margin-bottom: 0.9rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.92);
}

.single-slide .welcome-text h2 {
  margin-bottom: 1rem;
  font-size: clamp(1.8rem, 3.5vw, 3.2rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.single-slide .welcome-text .credit-btn {
  margin-top: 1.25rem !important;
}

.hero-area .owl-dots {
  bottom: 1.5rem;
}

.hero-area .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin-inline: 7px;
  background-color: rgba(255, 255, 255, 0.4);
}

.hero-area .owl-dots .owl-dot.active {
  background-color: var(--site-gold);
  transform: scale(1.1);
}

.hero-area .owl-prev,
.hero-area .owl-next {
  background-color: rgba(0, 54, 121, 0.88);
  box-shadow: none;
}

.single-icons {
  height: 100%;
  padding: 2.25rem 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.single-icons h2 {
  margin-bottom: 0.5rem;
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  color: #ffffff;
}

.single-icons > span {
  font-size: 1rem;
  line-height: 1.55;
}

.homepage-stats {
  padding-top: clamp(2rem, 4vw, 3.25rem);
}

.homepage-stats__wrap,
.homepage-stats .single-icons {
  margin-bottom: 0 !important;
}

.homepage-section.section-padding-100-0 {
  padding-top: clamp(3.5rem, 6vw, 5rem);
}

.homepage-about {
  margin-top: clamp(2.25rem, 4vw, 3.5rem);
}

.homepage-cta .section-heading h2 {
  max-width: 34rem;
}

.homepage-team {
  padding-bottom: clamp(2.25rem, 4vw, 3.5rem);
}

.single-service-area {
  padding: 0 0 0 1.35rem;
  border-left: 3px solid rgba(255, 187, 56, 0.9);
  border-radius: 0;
  background: transparent;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  box-shadow: none;
}

.single-service-area .icon {
  margin-right: 1.1rem;
  box-shadow: none;
}

.single-service-area .text h5 {
  color: var(--site-ink);
  margin-bottom: 0.7rem;
  line-height: 1.3;
}

.single-service-area .text p,
.single-service-area p {
  margin-bottom: 0;
}

.single-accordion.panel {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(0, 54, 121, 0.1);
  box-shadow: none;
}

.single-accordion h6 a {
  padding: 1.15rem 4.25rem 1.15rem 1.35rem;
  line-height: 1.4;
}

.single-accordion .accordion-content {
  padding: 0.3rem 0.2rem 0.9rem;
  background: rgba(255, 255, 255, 0.82);
}

.single-accordion .accordion-content p {
  padding: 0.65rem 1rem 0;
}

.transfer-accordion-page {
  padding-top: clamp(2.75rem, 5vw, 4rem);
  padding-bottom: clamp(2.75rem, 5vw, 4rem);
}

.transfer-accordion-page > .container {
  max-width: 1120px;
}

.transfer-accordion-heading {
  max-width: 44rem;
  margin-bottom: 1.5rem !important;
}

.transfer-accordion-heading .line {
  margin-bottom: 1rem;
}

.transfer-accordion-heading h2 {
  font-size: clamp(1.55rem, 2.2vw, 2rem);
  line-height: 1.18;
  letter-spacing: 0;
}

.transfer-accordion-list {
  max-width: 70rem;
  margin-bottom: 0 !important;
}

.transfer-accordion-list .single-accordion.panel {
  margin-bottom: 1rem;
  border-radius: 16px;
}

.transfer-accordion-list .single-accordion h6 a {
  padding: 1.15rem 4.25rem 1.15rem 1.35rem;
  font-size: 0.96rem;
  line-height: 1.4;
  font-weight: 600;
  text-transform: none;
}

.transfer-accordion-list .single-accordion h6 a span {
  width: 3.6rem;
  line-height: 3.55rem;
}

.transfer-accordion-list .single-accordion .accordion-content {
  padding: 0.3rem 0.2rem 0.9rem;
}

.transfer-accordion-list .single-accordion .accordion-content p {
  padding: 0.65rem 1rem 0;
  margin-bottom: 0;
  font-size: 0.96rem;
  line-height: 1.62;
}

.scholarship-calls-section > .container {
  max-width: 1120px;
}

.scholarship-context {
  max-width: 58rem;
  margin-bottom: clamp(2rem, 4vw, 3rem);
  padding-bottom: clamp(1.5rem, 3vw, 2rem);
  border-bottom: 1px solid rgba(0, 54, 121, 0.12);
}

.scholarship-context h3 {
  margin-bottom: 0.85rem;
  color: var(--site-ink);
  font-size: clamp(1.25rem, 1.7vw, 1.55rem);
  line-height: 1.25;
}

.scholarship-context p,
.scholarship-context li,
.scholarship-call p,
.scholarship-call li,
.scholarship-call dd {
  color: var(--site-copy);
  font-size: 0.96rem;
  line-height: 1.62;
}

.scholarship-context p,
.scholarship-call p {
  margin-bottom: 0;
}

.scholarship-context p + p {
  margin-top: 0.9rem;
}

.scholarship-context ul,
.scholarship-call ul {
  margin: 0.9rem 0 0;
  padding-left: 1.15rem;
}

.scholarship-context li + li,
.scholarship-call li + li {
  margin-top: 0.45rem;
}

.scholarship-call-stack {
  display: grid;
  gap: 1.5rem;
}

.scholarship-call-stack--summary {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.scholarship-call {
  padding: clamp(1.25rem, 3vw, 1.8rem);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(0, 54, 121, 0.1);
}

.scholarship-call--summary {
  display: flex;
  flex-direction: column;
}

.scholarship-call--summary .scholarship-call__facts {
  grid-template-columns: 1fr;
  margin-bottom: 1.1rem;
}

.scholarship-call__head {
  padding-bottom: 0;
}

.scholarship-call--summary .scholarship-call__head {
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 54, 121, 0.12);
}

.scholarship-call__eyebrow {
  margin-bottom: 0.45rem !important;
  color: rgba(0, 54, 121, 0.7) !important;
  font-size: 0.72rem !important;
  font-weight: 700;
  line-height: 1.3 !important;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.scholarship-call__head h3 {
  margin-bottom: 0.45rem;
  color: var(--site-ink);
  font-size: clamp(1.22rem, 2vw, 1.6rem);
  line-height: 1.22;
}

.scholarship-call__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: 1.1rem 0 0;
}

.scholarship-call__facts div {
  padding-top: 0;
}

.scholarship-call dt {
  margin-bottom: 0.25rem;
  color: rgba(0, 54, 121, 0.7);
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.scholarship-call dd {
  margin-bottom: 0;
  color: var(--site-copy-strong);
  font-weight: 600;
}

.scholarship-call__body {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem 2rem;
  margin-top: 1.4rem;
}

.scholarship-call__body section {
  min-width: 0;
}

.scholarship-call__body h4 {
  margin-bottom: 0.55rem;
  color: var(--site-ink);
  font-size: 1rem;
  line-height: 1.35;
}

.scholarship-call a,
.scholarship-contact a {
  color: var(--site-navy);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.scholarship-call__button {
  align-self: flex-start;
  margin-top: auto;
  color: #ffffff !important;
  text-decoration: none !important;
}

.scholarship-detail-page .scholarship-context,
.scholarship-detail-page .scholarship-call {
  max-width: 820px;
}

.scholarship-detail-page .scholarship-call {
  padding: 0;
  background: transparent;
  border: 0;
}

.scholarship-detail-page .scholarship-call__head {
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(0, 54, 121, 0.12);
}

.scholarship-detail-page .scholarship-call__head h3 {
  max-width: 48rem;
}

.scholarship-detail-page .scholarship-call__facts {
  grid-template-columns: 1fr;
  gap: 0;
  margin-top: 1.25rem;
  padding: 1rem 1.1rem;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(0, 54, 121, 0.1);
}

.scholarship-detail-page .scholarship-call__facts div {
  display: grid;
  grid-template-columns: 10rem minmax(0, 1fr);
  gap: 1rem;
  padding: 0.55rem 0;
  border: 0;
}

.scholarship-detail-page .scholarship-call__facts div + div {
  margin-top: 0.25rem;
}

.scholarship-detail-page .scholarship-call dt {
  margin-bottom: 0;
}

.scholarship-detail-page .scholarship-call__body {
  display: block;
  margin-top: 1.75rem;
}

.scholarship-detail-page .scholarship-call__body section {
  padding-block: 1.05rem;
  border: 0;
}

.scholarship-detail-page .scholarship-call__body section:first-child {
  padding-top: 0;
}

.scholarship-detail-page .scholarship-call__body section + section {
  margin-top: 0.25rem;
}

.scholarship-detail-page .scholarship-call__body h4 {
  margin-bottom: 0.65rem;
}

.scholarship-contact {
  margin: 1.35rem 0 0;
  color: var(--site-copy-strong);
  font-size: 0.96rem;
  line-height: 1.5;
}

.content-card {
  border: 1px solid rgba(0, 54, 121, 0.1);
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: none;
}

.content-card:hover {
  box-shadow: none;
  transform: none;
}

.content-card .card-body {
  padding: 1.5rem;
}

.content-card__body {
  gap: 1.15rem;
}

.content-card h5,
.content-card .card-title {
  color: var(--site-ink);
  line-height: 1.3;
}

.content-card .card-text {
  color: var(--site-copy) !important;
  line-height: 1.7;
}

.person-card .card-title {
  margin-bottom: 0;
  color: var(--site-ink) !important;
  font-weight: 600;
  font-size: 1.15rem;
  line-height: 1.35;
}

.person-card .card-title a {
  color: inherit !important;
  text-decoration: none;
}

.person-card .card-text {
  font-size: 0.95rem;
  line-height: 1.55;
}

.news-card__body {
  justify-content: flex-start;
  gap: 0;
  padding: 1.25rem 1.25rem 1.35rem;
}

.news-card__title {
  margin: 0 0 0.65rem;
  color: var(--site-ink);
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.32;
}

.news-card__body .card-text {
  margin: 0 0 1.5rem;
  color: var(--site-copy) !important;
  font-size: 0.93rem;
  line-height: 1.55;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.news-card__body > .btn {
  align-self: flex-start;
  margin-top: auto !important;
  padding-inline: 1.1rem;
}

.news-card--grid {
  --content-card-body-min-height: 260px;
}

.event-card {
  --content-card-image-height: 220px;
  --content-card-body-min-height: 250px;
  --content-card-image-fit: cover;
}

.event-card__body {
  justify-content: flex-start;
  gap: 0;
  padding: 1.25rem 1.25rem 1.35rem;
}

.event-card__title {
  margin: 0 0 0.65rem;
  color: var(--site-ink);
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.32;
}

.event-card__body .card-text {
  margin: 0 0 1.5rem;
  color: var(--site-copy) !important;
  font-size: 0.93rem;
  line-height: 1.55;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.event-card__body > .btn {
  align-self: flex-start;
  margin-top: auto !important;
  padding-inline: 1.1rem;
}

.content-card__body > .btn {
  margin-top: auto;
}

.panel-surface-glass {
  background-color: rgba(255, 255, 255, 0.78);
  backdrop-filter: none;
  border: 1px solid rgba(0, 54, 121, 0.08);
}

.site-main .panel-surface-glass.card,
.site-main .card.panel-surface-glass {
  box-shadow: none !important;
  border: 1px solid rgba(0, 54, 121, 0.08);
  background: rgba(255, 255, 255, 0.72);
}

.site-main .add-area.card {
  border: 0;
  background: transparent;
  box-shadow: none !important;
}

.site-main .add-area.card img {
  border-radius: 18px;
  border: 1px solid rgba(0, 54, 121, 0.08);
}

.site-main .add-area.card .card-body {
  padding: 1rem 0 0;
}

.breadcrumb-area--tall {
  min-height: 500px;
  height: auto;
}

.footer-area.site-footer {
  margin-top: clamp(4rem, 8vw, 6rem);
  padding: clamp(3rem, 6vw, 4.5rem) 0;
  background:
    radial-gradient(circle at top left, rgba(255, 187, 56, 0.14), transparent 26%),
    linear-gradient(180deg, #082247 0%, #03162f 100%);
  color: rgba(255, 255, 255, 0.78);
}

.site-footer__inner {
  padding-inline: var(--site-page-gutter);
}

.site-footer__brand {
  max-width: 24rem;
}

.site-footer__logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  aspect-ratio: 1;
  margin-bottom: 1.25rem;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.site-footer__logo img {
  width: 72px;
  height: auto;
}

.site-footer__summary {
  margin-bottom: 1.25rem;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.75;
}

.site-footer__socials {
  margin-top: 1.25rem;
}

.site-footer__links-row .site-footer__socials {
  justify-content: center;
}

.site-footer__brand-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-bottom: clamp(2rem, 4vw, 3rem);
  margin-bottom: clamp(2rem, 4vw, 3rem);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer__brand-row .site-footer__summary {
  max-width: 36rem;
  margin-bottom: 1.25rem;
}

.site-footer__brand-row .site-footer__campuses {
  justify-content: center;
}

.site-footer__links-row {
  --bs-gutter-x: 2.5rem;
}

.site-footer__links-row .single-footer-widget {
  text-align: center;
}

.site-footer__links-row .widget-title {
  margin-bottom: 1.25rem;
}

.site-footer__links-row .single-footer-widget ul {
  padding: 0;
  list-style: none;
}

.site-footer__links-row .single-footer-widget ul li + li {
  margin-top: 0.7rem;
}

.site-footer__links-row .single-footer-widget ul li a {
  padding-left: 0;
}

.site-footer__links-row .single-footer-widget ul li a::before {
  display: none;
}

.footer-area .single-footer-widget .widget-title {
  margin-bottom: 1.1rem;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.footer-area .single-footer-widget ul li + li {
  margin-top: 0.8rem;
}

.footer-area .single-footer-widget ul li a {
  margin-bottom: 0;
  padding-left: 1rem;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.55;
}

.footer-area .single-footer-widget ul li a::before {
  top: 0.42rem;
  width: 6px;
  height: 6px;
  background-color: var(--site-gold);
}

.footer-area .single-footer-widget ul li a:hover,
.footer-area .single-footer-widget ul li a:focus {
  color: #ffffff;
}

.footer-area .single-footer-widget ul li a img {
  width: 16px;
  height: 16px;
  object-fit: contain;
  margin-right: 0.55rem;
  vertical-align: middle;
}

.social-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition:
    transform 0.3s ease,
    background-color 0.3s ease;
}

.social-icon:hover {
  transform: translateY(-2px);
  background: rgba(255, 187, 56, 0.18);
}

.social-icon img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

@media only screen and (max-width: 1199px) {
  .site-header__masthead-inner {
    gap: 1.25rem;
  }

  .header-area .credit-main-menu .classy-navbar .classynav > ul > li > a {
    padding-inline: 0.58rem;
    font-size: 0.82rem;
  }

  .header-area .credit-main-menu .classy-navbar .classynav > ul > li:first-child > a {
    padding-left: 0.58rem;
  }

  .site-partners__item img {
    width: 140px;
    height: 85px;
  }
}

@media only screen and (max-width: 991px) {
  .site-header__masthead-inner {
    flex-direction: column;
    align-items: stretch;
  }

  .site-brand {
    align-items: flex-start;
  }

  .site-partners {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .site-nav-shell {
    backdrop-filter: none;
  }

  .site-navbar {
    min-height: 72px;
  }

  .site-navbar .classy-menu,
  .site-navbar .classynav {
    display: block;
  }

  .header-area .credit-main-menu .classy-navbar .classynav > ul {
    gap: 0;
    width: auto;
  }

  .header-area .credit-main-menu .classy-navbar .classynav ul li a {
    color: var(--site-navy);
    border-radius: 12px;
  }

  .header-area .credit-main-menu .classy-navbar .classynav ul li.megamenu-item > a::after,
  .header-area .credit-main-menu .classy-navbar .classynav ul li.has-down > a::after {
    color: var(--site-navy);
  }

  .site-nav-shell .classy-menu {
    background-color: #ffffff;
    border-radius: 0 0 24px 24px;
    box-shadow: none;
    border-top: 1px solid rgba(0, 54, 121, 0.08);
  }

  .site-nav-shell .classynav ul li .dropdown {
    box-shadow: none;
    border-radius: 0;
  }

  .site-nav-shell .classycloseIcon .cross-wrap span {
    background: var(--site-navy);
  }

  .hero-area {
    margin-inline: 0;
  }

  .news-list-item {
    grid-template-columns: 92px minmax(0, 1fr);
  }

  .partner-stat-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
  }

  .partner-stat-card {
    padding: 1.25rem 1rem;
  }

  .partner-media-frame--feature iframe {
    min-height: 360px;
  }
}

@media only screen and (max-width: 767px) {
  .site-header {
    position: sticky;
  }

  .site-header__masthead {
    min-height: auto;
  }

  .site-header__masthead-inner,
  .site-footer__inner {
    padding-inline: 1rem;
  }

  .site-header__masthead-inner {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    grid-template-areas:
      "brand partners partners"
      "title title menu";
    align-items: center;
    gap: 0.5rem 0.75rem;
    min-height: 0;
    padding-block: 0.55rem;
  }

  .site-brand {
    display: contents;
  }

  .site-brand__logo-wrap {
    grid-area: brand;
    width: 56px;
  }

  .site-brand__mobile-title {
    grid-area: title;
    display: block;
    width: 100%;
    min-width: 0;
    color: #4a5568;
    font-family: "Montserrat", sans-serif;
    font-size: clamp(0.68rem, 2.5vw, 0.88rem);
    font-weight: 700;
    line-height: 1.12;
    text-transform: uppercase;
  }

  .site-brand__content {
    display: none;
  }

  .site-partners {
    grid-area: partners;
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 0.55rem;
    justify-content: flex-end;
  }

  .site-partners__item img {
    width: 86px;
    height: 46px;
  }

  .site-partners__item:first-child img {
    width: 128px;
  }

  .site-nav-shell {
    display: none;
  }

  .site-header .sticky-wrapper {
    display: none !important;
    height: 0 !important;
  }

  .mobile-nav-button {
    grid-area: menu;
    justify-self: end;
    display: inline-flex;
    flex: 0 0 auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 2.65rem;
    height: 2.65rem;
    margin: 0;
    border-radius: 8px;
    background: var(--site-navy);
    cursor: pointer;
  }

  .mobile-nav-button span {
    display: block;
    width: 1.25rem;
    height: 2px;
    border-radius: 999px;
    background: #ffffff;
  }

  .mobile-nav-button span + span {
    margin-top: 5px;
  }

  .mobile-nav-toggle {
    position: fixed;
    display: block;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
  }

  .mobile-nav-backdrop {
    position: fixed;
    inset: 0;
    z-index: 1190;
    display: block;
    pointer-events: none;
    background: rgba(18, 32, 51, 0);
    opacity: 0;
    transition: opacity 220ms ease, background-color 220ms ease;
  }

  .mobile-nav-drawer {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1200;
    display: block;
    width: min(88vw, 340px);
    height: 100vh;
    background: #ffffff;
    border-left: 1px solid rgba(0, 54, 121, 0.1);
    box-shadow: -18px 0 40px rgba(18, 32, 51, 0.16);
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform 240ms ease;
  }

  .mobile-nav-toggle:checked ~ .mobile-nav-backdrop {
    pointer-events: auto;
    background: rgba(18, 32, 51, 0.36);
    opacity: 1;
  }

  .mobile-nav-toggle:checked ~ .mobile-nav-drawer {
    transform: translateX(0);
  }

  .mobile-nav-drawer__head {
    position: sticky;
    top: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 4rem;
    padding: 0 1rem;
    background: #ffffff;
    border-bottom: 1px solid rgba(0, 54, 121, 0.08);
    color: var(--site-ink);
    font-family: "Montserrat", sans-serif;
    font-size: 0.92rem;
    font-weight: 700;
  }

  .mobile-nav-close {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.35rem;
    height: 2.35rem;
    margin: 0;
    border-radius: 8px;
    background: rgba(0, 54, 121, 0.08);
    cursor: pointer;
  }

  .mobile-nav-close span {
    position: absolute;
    width: 1.1rem;
    height: 2px;
    border-radius: 999px;
    background: var(--site-navy);
  }

  .mobile-nav-close span:first-child {
    transform: rotate(45deg);
  }

  .mobile-nav-close span:last-child {
    transform: rotate(-45deg);
  }

  .mobile-nav {
    padding: 0.75rem 1rem 1.5rem;
  }

  .mobile-nav ul {
    margin: 0;
    padding: 0;
  }

  .mobile-nav li {
    list-style: none;
  }

  .mobile-nav a,
  .mobile-nav summary {
    display: flex;
    align-items: center;
    min-height: 2.75rem;
    padding: 0.75rem 0.85rem;
    border-radius: 8px;
    color: var(--site-copy-strong);
    font-size: 0.98rem;
    font-weight: 600;
    line-height: 1.35;
    cursor: pointer;
  }

  .mobile-nav a:hover,
  .mobile-nav a:focus,
  .mobile-nav summary:hover,
  .mobile-nav summary:focus {
    background: rgba(0, 54, 121, 0.06);
    color: var(--site-navy);
  }

  .mobile-nav summary {
    justify-content: space-between;
    list-style: none;
  }

  .mobile-nav summary::-webkit-details-marker {
    display: none;
  }

  .mobile-nav summary::after {
    content: "+";
    color: var(--site-navy);
    font-weight: 700;
  }

  .mobile-nav details[open] > summary::after {
    content: "-";
  }

  .mobile-nav details > ul {
    padding-left: 0.7rem;
  }

  .mobile-nav details > ul a {
    min-height: 2.4rem;
    padding: 0.55rem 0.8rem;
    font-size: 0.93rem;
    font-weight: 500;
  }

  .mobile-nav-toggle:not(:checked) ~ .mobile-nav-backdrop,
  .mobile-nav-toggle:not(:checked) ~ .mobile-nav-drawer {
    opacity: 0;
  }

  .editorial-aside,
  .quote-panel {
    padding: 1.2rem;
  }

  .news-list-item {
    grid-template-columns: 1fr;
  }

  .news-list-item__image {
    aspect-ratio: 16 / 10;
  }

  .site-main .partner-hero {
    min-height: auto;
    padding-block: 3rem;
  }

  .site-main .partner-hero .nl-content h2 {
    font-size: clamp(1.65rem, 8vw, 2.2rem);
    line-height: 1.12;
  }

  .site-main .partner-hero .nl-content h6 {
    font-size: 0.95rem;
    line-height: 1.55;
  }

  .site-main .partner-hero .credit-btn {
    margin-top: 1rem !important;
  }

  .partner-page,
  .partner-page.section-padding-100-0 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .partner-page--stats {
    padding-top: 1rem;
    padding-bottom: 0;
  }

  .site-main .partner-page + .partner-page,
  .site-main .partner-page--stats + .partner-page {
    margin-top: 0;
  }

  .partner-page .section-heading,
  .partner-page .section-heading.mb-0,
  .partner-page .section-heading.mb-4,
  .partner-page .section-heading.mb-5 {
    margin-bottom: 1.1rem !important;
  }

  .partner-page .section-heading .line {
    margin-bottom: 0.7rem;
  }

  .partner-page .section-heading p {
    margin-bottom: 0.4rem;
    font-size: 0.73rem;
    line-height: 1.3;
  }

  .partner-page .section-heading h2 {
    font-size: clamp(1.35rem, 6.5vw, 1.8rem);
    line-height: 1.18;
  }

  .partner-page .editorial-copy p,
  .partner-focus-copy p,
  .partner-map-panel__content p,
  .partner-accordion .accordion-content p {
    margin-bottom: 0;
    font-size: 0.95rem;
    line-height: 1.62;
  }

  .partner-page .editorial-copy p + p,
  .partner-focus-copy p + p {
    margin-top: 0.85rem;
  }

  .partner-page .row.g-4,
  .partner-page .row.g-5 {
    margin-top: -1rem;
  }

  .partner-page .row.g-4 > [class*="col-"],
  .partner-page .row.g-5 > [class*="col-"] {
    margin-top: 1rem;
  }

  .partner-stat-grid {
    grid-template-columns: 1fr;
    gap: 0.55rem;
  }

  .partner-stat-card {
    justify-content: flex-start;
    text-align: left;
    min-height: 100%;
    padding: 0.85rem 0;
    border-width: 0 0 1px;
  }

  .partner-stat-card__title {
    font-size: 0.92rem;
    line-height: 1.35;
  }

  .partner-focus-block {
    padding-block: 1.25rem;
  }

  .partner-focus-eyebrow {
    margin-bottom: 0.65rem;
    font-size: 0.66rem;
  }

  .partner-focus-layout {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }

  .partner-focus-title {
    font-size: clamp(1.28rem, 6vw, 1.65rem);
    line-height: 1.2;
  }

  .partner-map-panel__content {
    padding: 1rem;
  }

  .partner-map-panel__content h3 {
    font-size: 1rem;
    line-height: 1.3;
  }

  .partner-accordion .single-accordion + .single-accordion {
    margin-top: 0.65rem;
  }

  .partner-accordion .single-accordion h6 a {
    padding: 0.9rem 3.25rem 0.9rem 1rem;
    font-size: 0.95rem;
    line-height: 1.35;
  }

  .partner-accordion .single-accordion .accordion-content p {
    padding: 0.85rem 1rem 0;
  }

  .partner-media-frame img,
  .partner-media-frame iframe {
    min-height: 220px;
  }

  .partner-media-frame--overview iframe,
  .partner-media-frame--feature iframe,
  .partner-map-panel iframe {
    min-height: 220px;
  }

  .site-main .newsletter-area {
    padding-block: 4.5rem;
  }

  .site-main .newsletter-area .nl-content h2 {
    font-size: clamp(1.8rem, 9vw, 2.5rem);
  }

  .site-main .newsletter-area.partner-hero {
    padding-block: 3rem;
  }

  .site-main .newsletter-area.partner-hero .nl-content h2 {
    font-size: clamp(1.65rem, 8vw, 2.2rem);
    line-height: 1.12;
  }

  .single-slide {
    height: clamp(330px, 58vh, 430px);
  }

  .single-slide .welcome-text {
    padding-inline: 0.85rem;
  }

  .single-slide .welcome-text h6 {
    margin-bottom: 0.45rem;
    font-size: 0.9rem;
    line-height: 1.45;
  }

  .single-slide .welcome-text h2 {
    margin-bottom: 0.65rem;
    font-size: clamp(1.65rem, 8vw, 2.25rem);
    line-height: 1.12;
    letter-spacing: 0;
  }

  .single-slide .welcome-text .credit-btn {
    margin-top: 1rem !important;
  }

  .single-icons,
  .content-card .card-body {
    padding: 1.25rem;
  }

  .homepage-stats {
    padding-top: 1.5rem;
  }

  .site-main .homepage-stats + section {
    margin-top: 1.75rem;
  }

  .homepage-stats__grid {
    margin-top: -0.75rem;
    margin-right: -0.375rem;
    margin-left: -0.375rem;
  }

  .homepage-stats__grid > [class*="col-"] {
    margin-top: 0.75rem;
    padding-right: 0.375rem;
    padding-left: 0.375rem;
  }

  .homepage-stats .single-icons {
    min-height: 100%;
    padding: 0.85rem 0.55rem;
    border-radius: 4px;
  }

  .homepage-stats .single-icons h2 {
    margin-bottom: 0.25rem;
    font-size: clamp(1.5rem, 8vw, 2rem);
    line-height: 1;
  }

  .homepage-stats .single-icons > span {
    min-height: 2.5em;
    font-size: 0.78rem;
    line-height: 1.25;
  }

  .homepage-section,
  .homepage-section.section-padding-100-0 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .site-main .homepage-section + section,
  .site-main section + .homepage-section,
  .site-main .homepage-cta + section {
    margin-top: 0;
  }

  .homepage-section .section-heading,
  .homepage-section .section-heading.mb-4,
  .homepage-section .section-heading.mb-5 {
    margin-bottom: 1.1rem !important;
  }

  .homepage-section .section-heading .line {
    margin-bottom: 0.7rem;
  }

  .homepage-section .section-heading p {
    margin-bottom: 0.4rem;
    font-size: 0.73rem;
    line-height: 1.3;
  }

  .homepage-section .section-heading h2 {
    font-size: clamp(1.35rem, 6.5vw, 1.8rem);
    line-height: 1.18;
    letter-spacing: 0;
  }

  .homepage-section .editorial-copy p {
    margin-bottom: 0;
    font-size: 0.95rem;
    line-height: 1.62;
  }

  .homepage-section .editorial-copy p + p {
    margin-top: 0.85rem;
  }

  .homepage-about .row.g-5 {
    margin-top: 0;
  }

  .homepage-about .row.g-5 > [class*="col-"] {
    margin-top: 0;
  }

  .homepage-about .about-right-col {
    margin-top: 1.25rem;
  }

  .homepage-about .editorial-actions--links {
    gap: 0.2rem 0.9rem;
    margin-top: 1rem !important;
  }

  .homepage-about .editorial-actions--links .text-link {
    font-size: 0.92rem;
    line-height: 1.35;
  }

  .homepage-news .row.g-4 {
    margin-top: -1rem;
  }

  .homepage-news .row.g-4 > [class*="col-"] {
    margin-top: 1rem;
  }

  .homepage-cta .cta-thumbnail {
    height: 210px;
  }

  .homepage-cta .cta-content {
    padding: 2rem 1rem;
  }

  .homepage-cta .section-heading h2 {
    font-size: clamp(1.2rem, 5.5vw, 1.45rem);
    line-height: 1.3;
  }

  .homepage-cta .credit-btn {
    margin-top: 1rem;
  }

  .homepage-team {
    padding-top: 2.25rem;
    padding-bottom: 1rem;
  }

  .transfer-accordion-page,
  .transfer-accordion-page.section-padding-100-0 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .transfer-accordion-heading {
    margin-bottom: 1.15rem !important;
  }

  .transfer-accordion-heading h2 {
    font-size: clamp(1.35rem, 6.5vw, 1.8rem);
    line-height: 1.18;
  }

  .transfer-accordion-list .single-accordion.panel {
    margin-bottom: 0.65rem;
  }

  .transfer-accordion-list .single-accordion h6 a {
    padding: 0.9rem 3.25rem 0.9rem 1rem;
    font-size: 0.95rem;
    line-height: 1.35;
  }

  .transfer-accordion-list .single-accordion h6 a span {
    width: 3rem;
    line-height: 3.1rem;
  }

  .transfer-accordion-list .single-accordion .accordion-content p {
    padding: 0.85rem 1rem 0;
    font-size: 0.95rem;
    line-height: 1.62;
  }

  .scholarship-context {
    margin-bottom: 1.5rem;
    padding-bottom: 1.25rem;
  }

  .scholarship-context h3 {
    font-size: 1.25rem;
  }

  .scholarship-context p,
  .scholarship-context li,
  .scholarship-call p,
  .scholarship-call li,
  .scholarship-call dd {
    font-size: 0.94rem;
    line-height: 1.58;
  }

  .scholarship-call-stack {
    gap: 1rem;
  }

  .scholarship-call-stack--summary {
    grid-template-columns: 1fr;
  }

  .scholarship-call {
    padding: 1rem;
  }

  .scholarship-call__head h3 {
    font-size: clamp(1.15rem, 5.6vw, 1.45rem);
    line-height: 1.22;
  }

  .scholarship-call__facts,
  .scholarship-call__body {
    grid-template-columns: 1fr;
    gap: 0.9rem;
  }

  .scholarship-call__body {
    margin-top: 1.1rem;
  }

  .scholarship-call__body h4 {
    font-size: 0.98rem;
  }

  .scholarship-detail-page .scholarship-call {
    padding: 0;
  }

  .scholarship-detail-page .scholarship-call__facts div {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }

  .scholarship-detail-page .scholarship-call__facts {
    padding: 0.85rem 0.9rem;
  }

  .scholarship-detail-page .scholarship-call__body {
    margin-top: 1.25rem;
  }

  .scholarship-detail-page .scholarship-call__body section {
    padding-block: 1rem;
  }

  .single-service-area {
    padding-left: 1rem;
  }

  .single-team-member-area .team-thumb {
    width: 150px;
    height: 150px;
  }

  .footer-area .single-footer-widget ul li a {
    padding-left: 0.9rem;
  }
}

/* Bootstrap 5 gutter utilities back-port for Bootstrap 4 */
.row.g-4 {
  margin-top: -1.5rem;
}

.row.g-4 > [class*="col-"] {
  margin-top: 1.5rem;
}

.row.g-5 {
  margin-top: -3rem;
}

.row.g-5 > [class*="col-"] {
  margin-top: 3rem;
}

@media only screen and (min-width: 992px) {
  .row.g-lg-5 {
    margin-top: -3rem;
  }

  .row.g-lg-5 > [class*="col-"] {
    margin-top: 3rem;
  }
}

/* Events tabs */
.events-tabs-section {
  padding-top: 2rem;
}

.events-tabs {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  border-bottom: 2px solid rgba(0, 54, 121, 0.12);
}

.events-tab {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  color: var(--site-copy);
  font-weight: 500;
  text-decoration: none;
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.events-tab:hover {
  color: var(--site-navy);
  text-decoration: none;
}

.events-tab.active {
  color: var(--site-navy);
  border-bottom-color: var(--site-navy);
}

.events-empty-state {
  padding: 3rem 1rem;
}

.events-empty-state p {
  font-size: 1.05rem;
  margin-bottom: 0;
}

.events-empty-state a {
  color: var(--site-navy);
  font-weight: 500;
  text-decoration: underline;
}

/* ====== Master Program Page ====== */

.master-program-hero {
  min-height: clamp(360px, 46vh, 500px);
  display: flex;
  align-items: center;
}

.site-main .master-program-hero {
  padding-block: clamp(4rem, 7vw, 5.5rem);
}

.site-main .master-program-hero > .container,
.master-program-section > .container {
  max-width: 1120px;
}

.site-main .master-program-hero::after {
  background:
    linear-gradient(120deg, rgba(0, 30, 67, 0.9), rgba(0, 54, 121, 0.62)),
    rgba(0, 54, 121, 0.68);
}

.site-main .master-program-hero .nl-content {
  max-width: 68rem;
}

.site-main .master-program-hero .nl-content h2 {
  max-width: 60rem;
  margin-inline: auto;
  font-size: clamp(2rem, 4vw, 3.25rem);
  letter-spacing: 0;
}

.site-main .master-program-hero .nl-content h5 {
  max-width: 48rem;
  margin-inline: auto;
}

.master-program-section {
  overflow: hidden;
  padding-block: clamp(2.75rem, 5vw, 4rem);
}

.master-program-section .section-heading h2,
.master-program-section .section-heading h3 {
  letter-spacing: 0;
}

.master-program-section .section-heading {
  margin-bottom: 1.5rem;
}

.master-program-section .section-heading.mb-4,
.master-program-section .section-heading.mb-5 {
  margin-bottom: 1.5rem !important;
}

.master-program-section .section-heading p {
  margin-bottom: 0.45rem;
  font-size: 0.76rem;
}

.master-program-section .section-heading h2 {
  font-size: clamp(1.55rem, 2.2vw, 2rem);
  line-height: 1.18;
}

.master-program-section .section-heading h3 {
  font-size: clamp(1.25rem, 1.7vw, 1.55rem);
  line-height: 1.25;
}

.master-program-section .editorial-copy,
.master-program-section .editorial-copy p,
.master-program-section .editorial-copy li,
.master-program-section .master-note,
.master-program-section .master-note p,
.master-program-section .master-note li,
.master-program-section .editorial-list li,
.master-program-section .course-list a,
.master-program-section .course-list li,
.master-program-section .master-table th,
.master-program-section .master-table td {
  font-size: 0.96rem;
}

.master-program-section .editorial-copy p,
.master-program-section .editorial-copy li,
.master-program-section .editorial-list li,
.master-program-section .master-note li {
  line-height: 1.62;
}

.master-program-section .editorial-copy {
  max-width: none;
}

.master-program-section .text-center .editorial-copy,
.master-program-section .editorial-copy .text-center {
  max-width: none;
}

.master-program-row {
  row-gap: 2rem;
}

.master-program-row > [class*="col-"] {
  margin-bottom: 2rem;
}

.master-program-row > [class*="col-"]:last-child {
  margin-bottom: 0;
}

.master-program-row--compact > [class*="col-"] {
  margin-bottom: 1.5rem;
}

.master-program-stack-item {
  margin-top: clamp(1.75rem, 3vw, 2.5rem);
}

.master-heading-with-status {
  flex-direction: column;
  align-items: center;
}

.master-admissions-steps {
  margin-top: 0.5rem;
}

.master-program-aside {
  padding-block: 1.1rem;
  border: 0;
  border-left: 3px solid var(--site-gold);
  border-radius: 0;
  background: transparent;
}

.master-program-aside--navy {
  border-left-color: var(--site-navy);
}

.master-scan-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 2rem;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(0, 54, 121, 0.12);
}

.master-scan-list li {
  list-style: none;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(0, 54, 121, 0.1);
  color: var(--site-copy);
  font-size: 0.95rem;
  line-height: 1.5;
}

.master-scan-list strong {
  display: block;
  margin-bottom: 0.15rem;
  color: var(--site-ink);
  font-size: 0.98rem;
}

.master-icon-list {
  display: grid;
  gap: 0.95rem;
  margin: 1.25rem 0 0;
  padding: 0;
}

.master-icon-list li {
  display: grid;
  grid-template-columns: 1.55rem minmax(0, 1fr);
  gap: 0.85rem;
  align-items: start;
  list-style: none !important;
  padding: 0.95rem 0;
  border-bottom: 1px solid rgba(0, 54, 121, 0.1);
}

.master-program-section .editorial-copy .master-icon-list li {
  list-style: none !important;
  margin-top: 0;
  padding: 0.95rem 0;
  line-height: 1.62;
}

.master-program-section .editorial-copy .master-icon-list li + li {
  margin-top: 0;
}

.master-icon-list li:first-child {
  border-top: 1px solid rgba(0, 54, 121, 0.1);
}

.master-icon-list__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.55rem;
  height: 1.55rem;
  margin-top: 0.1rem;
  color: var(--site-navy);
}

.master-icon-list__icon svg {
  display: block;
  width: 1.1rem;
  height: 1.1rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.master-icon-list li ul {
  margin-top: 0.5rem;
  padding-left: 1.25rem;
}

.master-icon-list li ul li {
  display: list-item;
  list-style: disc !important;
  padding: 0;
  border: none;
}

.master-icon-list li ul li:first-child {
  border-top: none;
}

.master-icon-list li ul li + li {
  margin-top: 0.35rem;
}

.master-checklist {
  margin-top: clamp(1.75rem, 3vw, 2.5rem);
  padding-top: 1.25rem;
  border-top: 1px solid rgba(0, 54, 121, 0.12);
}

.master-checklist .editorial-subtitle {
  margin-bottom: 0.9rem;
}

.master-checklist ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.6rem 1.5rem;
  margin: 0;
  padding: 0;
}

.master-checklist li {
  list-style: none;
  color: var(--site-copy);
  font-size: 0.95rem;
  line-height: 1.45;
}

.master-checklist li::before {
  content: "";
  display: inline-block;
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.55rem;
  border-radius: 999px;
  background: var(--site-navy);
  vertical-align: 0.12rem;
}

.master-timeline-figure {
  margin: 0 0 1.75rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.master-timeline-figure img {
  display: block;
  width: 100%;
  border-radius: 0;
}

/* Restore bullets inside editorial body copy */
.editorial-copy ul {
  padding-left: 1.25rem;
}

.editorial-copy ul li {
  list-style: disc;
  line-height: 1.7;
  padding-left: 0.2rem;
  color: var(--site-copy);
}

.master-program-section .editorial-copy ul li {
  font-size: 0.96rem;
  line-height: 1.62;
}

.editorial-copy ul li + li {
  margin-top: 0.45rem;
}

.editorial-copy ul ul {
  margin-top: 0.45rem;
  padding-left: 1.2rem;
}

.editorial-copy ul ul li {
  list-style: circle;
}

/* University course panel */
.uni-panel {
  border: 0;
  border-top: 1px solid rgba(0, 54, 121, 0.12);
  border-radius: 0;
  overflow: hidden;
  background: transparent;
}

.uni-panel__head {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
  padding: 1.35rem 0 0.75rem;
  border-top: 0;
  background: transparent;
}

.uni-panel__head--navy,
.uni-panel__head--green {
  border-top-color: transparent;
}

.uni-panel__title {
  margin: 0;
  font-size: 1.02rem;
  font-weight: 700;
  color: var(--site-ink);
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.35;
}

.uni-panel__body {
  padding: 0 0 1.35rem;
}

.uni-panel__cat {
  margin-bottom: 0.85rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(0, 54, 121, 0.1);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(0, 54, 121, 0.65);
}

.course-disclosure {
  border-top: 1px solid rgba(0, 54, 121, 0.1);
}

.course-disclosure:last-child {
  border-bottom: 1px solid rgba(0, 54, 121, 0.1);
}

.course-disclosure summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 0;
  color: var(--site-ink);
  cursor: pointer;
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.35;
  list-style: none;
}

.course-disclosure summary::-webkit-details-marker {
  display: none;
}

.course-disclosure summary::after {
  content: "+";
  flex: 0 0 auto;
  color: var(--site-navy);
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1;
}

.course-disclosure[open] summary::after {
  content: "-";
}

.course-disclosure summary span {
  margin-left: auto;
  color: var(--site-copy);
  font-size: 0.84rem;
  font-weight: 500;
}

.course-disclosure .course-list {
  padding-bottom: 1rem;
}

/* Course numbered list */
.course-list {
  margin: 0;
  padding-left: 1.35rem;
}

.course-list li {
  list-style: decimal;
  line-height: 1.45;
  padding-left: 0.3rem;
  color: var(--site-copy);
}

.course-list li + li {
  margin-top: 0.55rem;
}

.course-list a {
  color: var(--site-copy-strong);
  font-weight: 500;
  text-decoration: none;
}

.course-list a:hover,
.course-list a:focus {
  color: var(--site-navy);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.master-table-wrap {
  border: 0;
  border-top: 1px solid rgba(0, 54, 121, 0.12);
  border-radius: 0;
  background: transparent;
}

.master-table {
  margin-bottom: 0;
  min-width: 520px;
  background: transparent;
}

.master-table th,
.master-table td {
  vertical-align: middle;
  border-color: rgba(0, 54, 121, 0.1) !important;
  color: var(--site-copy-strong);
  line-height: 1.45;
}

.master-table th {
  color: var(--site-ink);
  text-transform: none;
  letter-spacing: 0;
  background: transparent;
}

.master-table--fees {
  min-width: 720px;
}

.master-timeline-list {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(0, 54, 121, 0.12);
}

.master-timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: minmax(180px, 0.28fr) minmax(0, 1fr);
  gap: clamp(1rem, 3vw, 2rem);
  padding: 1rem 0 1rem 1.4rem;
  border-bottom: 1px solid rgba(0, 54, 121, 0.1);
}

.master-timeline-item::before {
  content: "";
  position: absolute;
  top: 1.45rem;
  left: 0;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: var(--site-navy);
}

.master-timeline-item::after {
  content: "";
  position: absolute;
  top: 2rem;
  bottom: -0.45rem;
  left: 0.25rem;
  width: 1px;
  background: rgba(0, 54, 121, 0.14);
}

.master-timeline-item:last-child::after {
  display: none;
}

.master-timeline-item__date {
  color: var(--site-copy-strong);
  font-size: 0.96rem;
  font-weight: 600;
  line-height: 1.45;
}

.master-timeline-item__content h3 {
  margin: 0;
  color: var(--site-ink);
  font-size: 1rem;
  line-height: 1.4;
}

.master-note {
  border: 0;
  border-left: 3px solid rgba(0, 54, 121, 0.22);
  border-radius: 0;
  background: transparent;
  color: var(--site-copy-strong);
  padding-left: 1rem;
}

.master-note ul {
  padding-left: 1.1rem;
}

/* Inline status badge (e.g. "Closed") */
.status-badge {
  display: inline-flex;
  align-items: center;
  padding: 0;
  border-radius: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  vertical-align: middle;
  line-height: 1.4;
}

.status-badge--closed {
  background: transparent;
  color: #8a2d2d;
  border: 0;
}

/* Application process steps */
.apply-steps {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.1rem;
}

@media (max-width: 767px) {
  .apply-steps { grid-template-columns: 1fr; }
}

.apply-step {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 0 0 1.1rem;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(0, 54, 121, 0.1);
  border-radius: 0;
}

.apply-step__num {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 0;
  background: transparent;
  color: var(--site-navy);
  font-family: "Montserrat", sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1;
}

.apply-step__title {
  margin-bottom: 0.3rem;
  font-size: 0.98rem;
  color: var(--site-ink);
  line-height: 1.35;
}

.apply-step .apply-step__text {
  margin-bottom: 0;
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--site-copy);
}

.course-list__appendix {
  display: inline-block;
  margin-top: 1rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--site-navy);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.course-list__appendix:hover,
.course-list__appendix:focus {
  color: var(--site-gold);
}

/* Allow section-heading h2 to wrap the inline status badge gracefully */
.section-heading h2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}

.section-heading.text-center h2 {
  justify-content: center;
}

.master-program-section .video-frame,
.master-program-section .quote-panel {
  border-radius: 0;
  background: transparent;
}

.master-program-section .quote-panel {
  padding: 0;
  border: 0;
  border-top: 1px solid rgba(0, 54, 121, 0.12);
  padding-top: 1.25rem;
}

.master-program-section .quote-panel__person a[href="#"] {
  display: none;
}

@media (min-width: 768px) {
  .master-program-row > [class*="col-"] {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .master-program-hero {
    min-height: auto;
  }

  .site-main .master-program-hero .nl-content h2 {
    font-size: clamp(1.9rem, 9vw, 2.65rem);
  }

  .master-scan-list {
    grid-template-columns: 1fr;
  }

  .master-timeline-item {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }

  .master-checklist ul {
    grid-template-columns: 1fr;
  }

  .uni-panel__head,
  .uni-panel__body {
    padding-inline: 1rem;
  }

  .course-disclosure summary {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .course-disclosure summary span {
    width: 100%;
    margin-left: 0;
  }

  .apply-step {
    padding: 1.1rem;
  }

  .apply-step__num {
    width: 2.1rem;
    height: 2.1rem;
  }
}
