﻿/* Site Styles*/
/*@use "bootstrap/index.scss";*/
/* =========================================
   Variables (Sass) + optional CSS variables
   ========================================= */
:root {
  /* Brand Colors */
  --ocean-deep: #003b5c;
  --ocean-primary-brand: #005f83;
  --ocean-primary: #005f83;
  --ocean-secondary: #003e51;
  --ocean-light: #3eb1c8;
  --ocean-teal: #3eb1c8;
  --ocean-aqua: #3eb1c8;
  --ocean-pale: #f8f9fa;
  --sand: #f4e8d8;
  --yellow: #ffd600;
  /* Text Colors */
  --text-main: var(--ocean-deep);
  --text-on-dark: var(--ocean-pale);
}

/* =========================================
   Main Content Placeholder
   ========================================= */
.content-placeholder {
  padding: 4rem 0;
  text-align: center;
  color: #adb5bd;
}

/* =========================================
   Base
   ========================================= */
a {
  color: var(--ocean-deep) !important;
  text-decoration: none !important;
  transition: color 0.15s ease-in-out, text-decoration-color 0.15s ease-in-out;
}

.btn-primary {
  --bs-btn-border-color: var(--ocean-deep) !important;
}

/*body {
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

}

h1 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
}

h2 {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.3;
}

h3 {
    font-size: 1.875rem;
    font-weight: 600;
    line-height: 1.4;
}

h4 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.4;
}

p {
    font-size: 1rem;
    line-height: 1.6;
}*/
/* =========================================
   RenderBody Wrapper
   ========================================= */
/*.page-wrapper {
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}*/
/* =========================================
   Banner / Hero
   ========================================= */
.banner {
  position: relative;
  height: 500px;
  overflow: hidden;
}
.banner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.hero-container {
  position: relative;
  width: 100%;
  min-height: 60vh;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  overflow: hidden;
  background-color: #000;
}

.content-overlay {
  position: relative;
  z-index: 1;
  padding: 10vh 5%;
  width: 100%;
  max-width: 950px;
}

.banner-wave {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 48px;
  fill: var(--ocean-deep);
}

.hero-scrim {
  display: inline-block;
  max-width: 52rem;
  padding: 1.25rem 1.25rem;
  border-radius: 1rem;
  background: rgba(0, 0, 0, 0.55); /* predictable contrast */
  -webkit-backdrop-filter: blur(2px); /* optional, looks nice */
  backdrop-filter: blur(2px); /* optional, looks nice */
}
@media (max-width: 992px) {
  .hero-scrim {
    max-width: 90vw;
    padding: 1rem 0.75rem;
  }
}
@media (max-width: 600px) {
  .hero-scrim {
    max-width: 100vw;
    padding: 0.75rem 0.5rem;
    font-size: 0.98rem;
  }
}

.hero-summary {
  color: rgba(255, 255, 255, 0.92);
}

/* Hero Pattern */
.hero-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.1;
}
.hero-pattern::before {
  content: "";
  position: absolute;
  top: -50px;
  right: -50px;
  width: 400px;
  height: 400px;
  background: white;
  border-radius: 50%;
  filter: blur(80px);
}
.hero-pattern::after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: -50px;
  width: 300px;
  height: 300px;
  background: white;
  border-radius: 50%;
  filter: blur(60px);
}

/* =========================================
   Child Hero Banner
   ========================================= */
.child-hero-banner {
  position: relative;
  height: 300px;
  background-image: url("https://images.unsplash.com/photo-1758691736067-b309ee3ef7b9?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w3Nzg4Nzd8MHwxfHNlYXJjaHwxfHxjb3Jwb3JhdGUlMjB0cmFpbmluZyUyMG1lZXRpbmclMjBwcm9mZXNzaW9uYWx8ZW58MXx8fHwxNzcxNTk0MTMxfDA&ixlib=rb-4.1.0&q=80&w=1080");
  background-size: cover;
  background-position: center;
}

.child-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 61, 92, 0.85);
}

.child-content-card {
  background-color: rgba(var(--ocean-deep-rgb), 0.82);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  color: #ffffff;
  padding: 3.5rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  height: auto;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
}
.child-content-card h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.child-hero-content {
  position: relative;
  z-index: 10;
  color: white;
  height: 100%;
  display: flex;
  align-items: center;
}

.child-banner-wave {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 20px;
  fill: white;
}

/* =========================================
   Program Hero
   ========================================= */
.program-hero {
  width: 100%;
  height: 400px;
  background: linear-gradient(135deg, var(--ocean-deep), var(--ocean-primary));
  color: white;
  padding: 5rem 0 4rem;
  position: relative;
  overflow: hidden;
}

/* =========================================
   Program Banner
   ========================================= */
.program-banner {
  position: relative;
  min-height: 400px;
  color: #fff;
  overflow: hidden;
  background-color: var(--ocean-deep);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.program-banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 25, 38, 0.78) 0%, rgba(0, 39, 61, 0.58) 45%, rgba(0, 61, 92, 0.28) 100%);
  z-index: 1;
}

.program-container {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 400px;
  display: flex;
  align-items: center;
  padding: 5rem 0 4.5rem;
}

.program-scrim {
  display: inline-block;
  max-width: 52rem;
  padding: 1.25rem 1.25rem;
  margin-left: 5%;
  border-radius: 1rem;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}
.program-scrim h1,
.program-scrim p,
.program-scrim a {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .program-scrim {
    max-width: 90vw;
    padding: 1rem 0.875rem;
  }
}
@media (max-width: 600px) {
  .program-scrim {
    max-width: 100%;
    padding: 0.875rem 0.75rem;
    border-radius: 0.875rem;
  }
}

.program-summary {
  color: rgba(255, 255, 255, 0.92);
}

.service-scrim {
  display: inline-block;
  max-width: 52rem;
  padding: 1.25rem 1.25rem;
  margin-left: 15%;
  border-radius: 1rem;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}
.service-scrim h1,
.service-scrim p,
.service-scrim a {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .service-scrim {
    max-width: 90vw;
    padding: 1rem 0.875rem;
  }
}
@media (max-width: 600px) {
  .service-scrim {
    max-width: 100%;
    padding: 0.875rem 0.75rem;
    border-radius: 0.875rem;
  }
}

/* =========================================
   Breadcrumb
   ========================================= */
.breadcrumb-section {
  background-color: var(--ocean-pale);
  padding: 1rem 0;
}

.breadcrumb {
  background: transparent;
  margin: 0;
  padding: 0;
}

.breadcrumb-item a {
  color: var(--ocean-primary);
  text-decoration: none;
}
.breadcrumb-item a:hover {
  color: var(--ocean-deep);
  text-decoration: underline;
}
.breadcrumb-item.active {
  color: var(--ocean-deep);
}

/* =========================================
   Alert Bar
   ========================================= */
.alert-bar {
  background-color: white;
  color: black;
  position: relative;
  z-index: 1040;
  transition: margin-top 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.alert-bar a {
  color: black;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
  transition: all 0.2s ease;
}
.alert-bar a:hover {
  text-decoration-color: rgba(0, 0, 0, 0.6);
  opacity: 0.8;
}
.alert-bar.closed {
  /* Margin handled by JS for precise height calculation */
}

.alert-close-tab {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
  background-color: white;
  width: 40px;
  height: 24px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  transition: opacity 0.2s;
}

.alert-bar.closed .alert-close-tab {
  opacity: 0;
  pointer-events: none;
}

.alert-container {
  max-width: 900px;
  margin: 40px auto;
}

.doc-link {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}

li#myTabs.nav.nav-tabs .nav-item .nav-link {
  color: var(--ocean-deep) !important;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  background: transparent;
  border: 1px solid transparent;
}
li#myTabs.nav.nav-tabs .nav-item .nav-link:hover {
  color: var(--ocean-deep) !important;
  background-color: rgba(0, 77, 102, 0.1);
  border-color: transparent;
  opacity: 0.8;
}
li#myTabs.nav.nav-tabs .nav-item .nav-link.active {
  color: var(--ocean-deep) !important;
  background-color: var(--ocean-deep) !important;
  border-color: var(--ocean-deep) !important;
}

/* Buttons */
.btn-ocean-aqua {
  background-color: var(--ocean-aqua);
  color: var(--ocean-deep);
  border: none;
  padding: 0.75rem 2rem;
  border-radius: 0.5rem;
  font-weight: 500;
  transition: all 0.3s;
}
.btn-ocean-aqua:hover {
  background-color: var(--ocean-light);
  color: var(--ocean-deep);
}

.btn-banner-secondary {
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  color: white;
  border: 2px solid rgba(255, 255, 255, 0.3);
  padding: 0.75rem 2rem;
  border-radius: 0.5rem;
  transition: all 0.3s;
}
.btn-banner-secondary:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: white;
}

/* =========================================
   Custom Links or Link Buttons
   ========================================= */
.ocean-btn-learnMore {
  display: inline-flex;
  align-items: center;
  color: var(--ocean-deep);
  gap: 8px;
  text-decoration: none;
  font-weight: bold;
}
.ocean-btn-learnMore i {
  display: inline-block;
  transition: transform 0.2s ease-in-out;
}
.ocean-btn-learnMore:hover i {
  transform: translateX(4px);
  text-decoration: none;
  color: var(--ocean-pale);
}

/* =========================================
   Floating Action Buttons
   ========================================= */
.floating-btns {
  position: fixed;
  top: 220px;
  right: 0;
  z-index: 1030;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-end;
  pointer-events: none;
}
@media (max-width: 575.98px) {
  .floating-btns {
    display: none;
  }
}

.floating-btn {
  pointer-events: auto;
  background-color: var(--ocean-aqua);
  color: var(--ocean-deep);
  text-decoration: none;
  height: 3.5rem;
  display: flex;
  align-items: center;
  border-top-left-radius: 1.75rem;
  border-bottom-left-radius: 1.75rem;
  box-shadow: -2px 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  font-weight: 700;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-right: none;
  white-space: nowrap;
  overflow: hidden;
  transform: translateZ(0);
}
.floating-btn:hover {
  background-color: var(--ocean-primary);
  color: white;
  transform: translateX(-5px);
  box-shadow: -4px 8px 20px rgba(0, 0, 0, 0.2);
}
.floating-btn i {
  font-size: 1.25rem;
  flex-shrink: 0;
}

/* Apply Button */
.btn-apply {
  padding: 0 1.5rem;
  width: auto;
  background-color: var(--ocean-deep);
  color: white;
}
.btn-apply span {
  margin-left: 0.5rem;
}

/* Request Button */
.btn-request {
  max-width: 3.5rem;
  padding: 0;
  justify-content: center;
  color: var(--ocean-deep);
}
.btn-request i {
  margin: 0;
}
.btn-request span {
  opacity: 0;
  width: 0;
  margin-left: 0;
  transition: opacity 0.3s, width 0.3s, margin 0.3s;
}
.btn-request:hover {
  max-width: 300px;
  padding: 0 1.5rem;
  justify-content: flex-start;
}
.btn-request:hover i {
  margin-right: 0;
}
.btn-request:hover span {
  opacity: 1;
  width: auto;
  margin-left: 0.5rem;
}

/* =========================================
   CTA Buttons
   ========================================= */
.btn-cta-primary {
  background-color: var(--ocean-primary);
  color: white;
  border: none;
  padding: 1rem 2.5rem;
  border-radius: 0.5rem;
  font-weight: 600;
  transition: all 0.3s;
  text-decoration: none;
  display: inline-block;
}
.btn-cta-primary:hover {
  background-color: var(--ocean-aqua);
  color: var(--ocean-deep);
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.btn-primary {
  background-color: var(--ocean-primary) !important;
  color: white !important;
  text-decoration: none !important;
}
.btn-primary:hover {
  background-color: var(--ocean-aqua);
  color: var(--ocean-deep);
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.btn-cta-secondary {
  background-color: transparent;
  color: white;
  border: 2px solid white;
  padding: 1rem 2.5rem;
  border-radius: 0.5rem;
  font-weight: 600;
  transition: all 0.3s;
  text-decoration: none;
  display: inline-block;
}
.btn-cta-secondary:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
  text-decoration: none;
}

.ocean-spotlight-photo {
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

/* =========================================
   Info Cards
   ========================================= */
.info-card {
  background: white;
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  height: 100%;
  transition: all 0.3s;
}
.info-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.info-card-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--ocean-primary), var(--ocean-light));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.75rem;
  margin-bottom: 1.5rem;
}

/* =========================================
   Faculty Card
   ========================================= */
.faculty-card {
  background: white;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
.faculty-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.faculty-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  background: linear-gradient(135deg, var(--ocean-pale), var(--ocean-aqua));
}

.faculty-info {
  padding: 1.5rem;
}

.faculty-name {
  color: var(--ocean-deep);
  margin-bottom: 0.25rem;
}

.faculty-title {
  color: var(--ocean-deep);
  font-size: 0.875rem;
  margin-bottom: 1rem;
}

/* =========================================
   Event Card
   ========================================= */
.fscj-event-card {
  transition: all 0.3s ease;
  overflow: hidden;
}

.fscj-event-card:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  transform: translateY(-2px);
}

.fscj-event-card .card-img-top {
  height: 200px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.fscj-event-card:hover .card-img-top {
  transform: scale(1.05);
}

.fscj-event-category {
  position: absolute;
  top: 12px;
  right: 12px;
  background-color: rgba(5, 0, 0, 0.9);
  backdrop-filter: blur(10px);
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
  border-radius: 0.375rem;
}

.fscj-event-info-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  color: #6c757d;
}

.fscj-skeleton {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: fscj-loading 1.5s infinite;
}

@keyframes fscj-loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.fscj-skeleton-img {
  height: 200px;
  border-radius: 0.375rem;
}

.fscj-skeleton-text {
  height: 1rem;
  border-radius: 0.25rem;
  margin-bottom: 0.5rem;
}

.fscj-skeleton-text.w-75 {
  width: 75% !important;
}

.fscj-skeleton-text.w-50 {
  width: 50% !important;
}

.fscj-skeleton-text.w-66 {
  width: 66% !important;
}

/* =========================================
   Content Card
   ========================================= */
.content-card {
  background-color: rgba(var(--ocean-deep-rgb), 0.82);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  color: #ffffff;
  padding: 3.5rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  height: auto;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
}
.content-card h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.card-title {
  color: var(--ocean-deep);
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.card-body-text {
  column-count: 1;
  column-gap: 2rem;
}
@media (min-width: 1200px) {
  .card-body-text {
    column-count: 2;
  }
}

@media (prefers-reduced-transparency: reduce) {
  .content-card {
    background-color: rgb(var(--ocean-deep-rgb));
    backdrop-filter: none;
  }
}
@media (max-width: 992px) {
  .content-overlay {
    max-width: 90%;
    padding-top: 5vh;
  }
  .content-card {
    padding: 2rem;
  }
}
/* =========================================
   Program Card
   ========================================= */
p .program-card-title {
  color: var(--ocean-deep);
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

/* =========================================
   Badges
   ========================================= */
.badge-pill-custom {
  border-radius: 50rem; /* same as Bootstrap rounded-pill */
  background-color: #003b5c;
  color: #fff; /* ensure text is readable */
}

.badge-program {
  background-color: var(--ocean-aqua);
  color: var(--ocean-deep);
  padding: 0.5rem 1.5rem;
  border-radius: 25px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 1rem;
  height: 2.5rem;
}

.badge.ocean-primary {
  background-color: var(--ocean-primary);
  color: white;
}
.badge.ocean-secondary {
  background-color: var(--ocean-secondary);
  color: white;
}
.badge.ocean-pale {
  background-color: var(--ocean-pale);
  color: white;
}

/* =========================================
   Flyout Menu
   ========================================= */
.flyout-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1040;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.flyout-overlay.show {
  opacity: 1;
  visibility: visible;
}

.flyout-menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 320px;
  max-width: 400px;
  background-color: #fff;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
  z-index: 1050;
  transform: translateX(-100%);
  transition: transform 0.3s ease-in-out;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.flyout-menu.show {
  transform: translateX(0);
}
.flyout-menu > .list-unstyled {
  flex: 1 1 auto;
  padding-bottom: 6rem !important;
}
@media (max-width: 575.98px) {
  .flyout-menu {
    width: 100vw;
    min-width: 0;
    max-width: 100vw;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .flyout-menu {
    width: 80vw;
    min-width: 0;
    max-width: 400px;
  }
}
@media (min-width: 992px) {
  .flyout-menu {
    width: 320px;
    max-width: 400px;
  }
}

.flyout-header {
  background-color: var(--ocean-primary);
  color: #fff;
  padding: 1.5rem;
}
@media (max-width: 575.98px) {
  .flyout-header {
    padding: 1rem;
  }
}

.flyout-close-btn {
  background: transparent;
  border: none;
  color: #fff;
  padding: 0.5rem;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: background-color 0.2s;
}
.flyout-close-btn:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.menu-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem;
  border-radius: 0.5rem;
  color: var(--ocean-deep) !important;
  text-decoration: none !important;
}
.menu-item:hover {
  background-color: var(--ocean-pale);
  color: var(--ocean-primary) !important;
}
.menu-item:hover i {
  color: var(--ocean-primary);
}
.menu-item i {
  color: var(--ocean-teal);
  transition: color 0.2s;
}
@media (max-width: 575.98px) {
  .menu-item {
    padding: 1rem 1.25rem;
    font-size: 1.1rem;
  }
}

.menu-parent-link {
  justify-content: space-between;
  width: 100%;
  color: var(--ocean-deep) !important;
}
.menu-parent-link .bi {
  margin-left: auto;
  transition: transform 0.2s ease;
}
.menu-parent-link[aria-expanded=true] .bi {
  transform: rotate(180deg);
}

.menu-submenu {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: max-height 0.3s ease, opacity 0.25s ease, visibility 0.25s ease;
}
.menu-submenu.show {
  max-height: 1200px;
  opacity: 1;
  visibility: visible;
}
.menu-submenu .menu-item {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 0.95rem;
  color: var(--ocean-deep) !important;
}

.menu-footer {
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  margin-top: auto;
  padding: 1.5rem;
  border-top: 1px solid #dee2e6;
  background-color: #fff;
  z-index: 2;
}
@media (max-width: 575.98px) {
  .menu-footer {
    padding: 1rem;
  }
}

/* =========================================
   Quick Links Bar
   ========================================= */
.quick-links-bar {
  background-color: var(--ocean-deep);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  z-index: 1035;
}

.quick-links-container {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.quick-links-container.expanded {
  max-height: 60px;
}
@media (max-width: 575.98px) {
  .quick-links-container.expanded {
    max-height: 120px;
  }
}

.toggle-btn {
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.75rem;
  padding: 0.5rem;
  cursor: pointer;
  transition: color 0.2s;
}
.toggle-btn:hover {
  color: #fff;
}
@media (max-width: 575.98px) {
  .toggle-btn {
    font-size: 1rem;
    padding: 0.75rem 1rem;
  }
}

/* =========================================
   Search Overlay
   ========================================= */
.popular-searches {
  padding-top: 1rem;
  display: flex;
  flex-wrap: wrap;
}

form.gsc-search-box {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  min-height: 350px;
  background-color: var(--ocean-deep);
  z-index: 2000;
  padding: 3rem 0;
  transform: translateY(-100%);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
}
.search-overlay.show {
  transform: translateY(0);
}

.search-overlay-input {
  background-color: white;
  border: 2px solid white;
  color: var(--ocean-deep);
  font-size: 1.5rem;
  padding: 1rem 1rem 1rem 3.5rem;
  border-radius: 0.75rem;
  transition: all 0.3s;
  font-weight: 500;
}
.search-overlay-input::placeholder {
  color: #6c757d;
  opacity: 1;
}
.search-overlay-input:focus {
  background-color: white;
  border-color: var(--ocean-aqua);
  color: var(--ocean-deep);
  box-shadow: 0 0 0 4px rgba(95, 201, 212, 0.4);
  outline: none;
}

.search-overlay-icon {
  position: absolute;
  left: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  color: var(--ocean-primary);
  pointer-events: none;
}

.search-tag {
  background-color: white;
  color: var(--ocean-primary);
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.875rem;
  text-decoration: none;
  transition: all 0.2s;
  border: 2px solid transparent;
  font-weight: 600;
}
.search-tag:hover {
  background-color: var(--ocean-aqua);
  color: var(--ocean-deep);
  border-color: var(--ocean-aqua);
}

.search-backdrop {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1990;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
.search-backdrop.show {
  opacity: 1;
  visibility: visible;
}

/*Custom Tableviewer*/
.TableViewer table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.TableViewer table tbody {
  width: 100%;
  overflow: auto;
  height: 400px;
}

.TableViewer table thead {
  background: rgb(191, 191, 191);
}

.TableViewer table th {
  padding: 0 5px;
  text-align: center;
  white-space: nowrap;
  border: 1px solid rgb(153, 153, 153);
}

.TableViewer table td {
  padding: 0 5px;
  text-align: left;
  white-space: nowrap;
  border: 1px solid rgb(153, 153, 153);
}

.TableViewer table td:last-child {
  width: 100%;
}

/* =========================================
   Program Stats
   ========================================= */
.program-stat {
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 0.75rem;
  padding: 1.5rem;
  text-align: center;
}

.program-stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  display: block;
  margin-bottom: 0.5rem;
}

.program-stat-label {
  font-size: 0.875rem;
  color: var(--ocean-aqua);
}

/* =========================================
   Logo & Brand
   ========================================= */
.logo-circle {
  width: 48px;
  height: 48px;
  background-color: var(--ocean-aqua);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}

.brand-name {
  font-size: 1.25rem;
  color: white;
  margin: 0;
  line-height: 1.2;
}

.brand-tagline {
  font-size: 0.75rem;
  color: var(--ocean-aqua);
  margin: 0;
  line-height: 1.2;
}

.header-logo {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.header-logo img {
  max-width: 180px;
  height: auto;
  display: block;
  transition: max-width 0.2s;
}
@media (max-width: 991.98px) {
  .header-logo img {
    max-width: 140px;
  }
}
@media (max-width: 575.98px) {
  .header-logo {
    gap: 0.5rem;
  }
  .header-logo img {
    max-width: 110px;
  }
}

/* =========================================
   Features
   ========================================= */
.feature-card {
  background-color: var(--ocean-pale);
  border-radius: 0.75rem;
  padding: 2rem;
  transition: box-shadow 0.3s;
}
.feature-card:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.feature-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 2rem;
  margin-bottom: 1rem;
}

.feature-stat {
  text-align: center;
  padding: 1.5rem;
  border-radius: 0.75rem;
  background-color: white;
  border: 1px solid rgba(0, 119, 190, 0.1);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s;
  height: 100%;
}
.feature-stat:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  border-color: var(--ocean-aqua);
}

.feature-stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--ocean-primary);
  display: block;
  margin-bottom: 0.5rem;
}

.feature-stat-label {
  color: var(--ocean-deep);
  font-weight: 600;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.checkmark-circle {
  width: 24px;
  height: 24px;
  background-color: var(--ocean-aqua);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ocean-deep);
  font-size: 0.75rem;
  flex-shrink: 0;
  font-weight: 700;
}

.decorative-circle-1 {
  position: absolute;
  bottom: -24px;
  right: -24px;
  width: 192px;
  height: 192px;
  background-color: rgba(95, 201, 212, 0.2);
  border-radius: 50%;
  z-index: -1;
}

.decorative-circle-2 {
  position: absolute;
  top: -24px;
  left: -24px;
  width: 128px;
  height: 128px;
  background-color: rgba(0, 119, 190, 0.2);
  border-radius: 50%;
  z-index: -1;
}

/* Centered thin gradient line */
.gradient-line {
  width: 100%;
  min-width: 300px;
  max-width: 600px;
  height: 2px;
  margin: 1rem auto;
  border: 0;
  background: linear-gradient(90deg, transparent 0%, #003b5c 20%, #00a3e0 50%, #003b5c 80%, transparent 100%);
}

/* =========================================
   Popup Info
   ========================================= */
.custom-popover {
  --bs-popover-max-width: 350px;
  --bs-popover-border-color: var(--ocean-primary);
  --bs-popover-header-bg: var(--ocean-primary);
  --bs-popover-header-color: var(--bs-white);
}

.info-icon {
  cursor: pointer;
  font-size: 1.2rem;
  color: var(--ocean-deep);
  transition: transform 0.2s;
}
.info-icon:hover {
  transform: scale(1.1);
}

/** {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: $primary-font-family;
}*/
#chatbot-popup {
  display: none;
  position: fixed;
  bottom: 32px;
  right: -var(--chat-width); /* Start off-screen to the right */
  width: var(--chat-width);
  height: var(--chat-height);
  background: white;
  border-radius: var(--border-radius);
  box-shadow: 0 18px 40px -5px rgba(0, 0, 0, 0.2), 0 15px 20px -5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  opacity: 0;
  transform: translateX(100%); /* Start off-screen */
  transition: all var(--transition-speed) ease-in-out;
  z-index: 999;
}

#chatbot-popup.visible {
  display: block;
  opacity: 1;
  transform: translateX(0); /* Slide into view */
  right: 0px; /* Ensure it stays in the correct position */
}

#chatbot-header {
  background: var(--ocean-deep);
  padding: 16px 20px;
  height: var(--header-height);
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--header-textColor);
}

.header-title {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  font-weight: 500;
}

.header-buttons {
  display: flex;
  gap: 12px;
  align-items: center;
}

.icon-button {
  background: none;
  border: none;
  color: var(--header-textColor);
  cursor: pointer;
  padding: 8px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.icon-button:hover {
  color: var(--header-textColor);
  background: rgba(255, 255, 255, 0.1);
}

.icon-button:focus {
  outline: 2px solid rgba(255, 255, 255, 0.5);
  outline-offset: 2px;
}

#webchat {
  height: calc(100% - var(--header-height));
  background-color: #f9fafb;
  position: relative;
}

.webchat-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.85);
  pointer-events: none;
  z-index: 1;
}

#webchat > div {
  position: relative;
  z-index: 2;
}

#webchat .webchat__basic-transcript__content {
  white-space: pre-wrap !important;
  word-break: break-word !important;
}

#webchat .webchat__bubble__content {
  padding: 8px 12px !important;
}

#webchat .webchat__bubble {
  max-width: 85% !important;
  margin: 8px !important;
}

#webchat .webchat__basic-transcript__content ul,
#webchat .webchat__basic-transcript__content ol,
#webchat .webchat__bubble__content ul,
#webchat .webchat__bubble__content ol {
  padding-left: 24px !important;
  margin: 8px 0 !important;
  list-style-position: outside !important;
}

#webchat .webchat__basic-transcript__content li,
#webchat .webchat__bubble__content li {
  margin: 4px 0 !important;
  padding-left: 4px !important;
}

#open-chat {
  position: fixed;
  bottom: 32px;
  right: 32px;
  width: 120px; /* Adjusted width for a pill shape */
  height: 40px; /* Adjusted height for a pill shape */
  border-radius: 20px; /* Half of the height for a pill shape */
  background: var(--ocean-deep);
  color: white;
  font-size: 16px;
  font-weight: 500;
  padding: 0 16px;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  transition: all var(--transition-speed) ease-in-out;
  z-index: 998;
}

#open-chat.hidden {
  opacity: 0;
  transform: scale(0.95) translateY(10px);
  pointer-events: none;
}

#open-chat:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

#open-chat:focus {
  outline: 3px solid rgba(79, 70, 229, 0.5);
  outline-offset: 2px;
}

#open-chat svg {
  width: 20px; /* Adjusted size for the icon */
  height: 20px;
  color: white;
  transition: transform 0.2s ease;
  margin-right: 8px; /* Add spacing for the icon */
}

@media (max-width: 768px) {
  #chatbot-popup {
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    border-radius: 0;
  }
}
/* =========================================
   Chat Button / Widget
   ========================================= */
.chat-button {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 56px;
  height: 56px;
  background-color: var(--ocean-primary);
  color: white;
  border: none;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  z-index: 1020;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}
.chat-button:hover {
  background-color: var(--ocean-deep);
  transform: scale(1.1);
}

.chat-widget {
  position: fixed;
  bottom: 96px;
  right: 24px;
  width: 384px;
  height: 500px;
  background-color: white;
  border-radius: 0.75rem;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  z-index: 1020;
  display: none;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #dee2e6;
}
.chat-widget.show {
  display: flex;
}

.chat-header {
  background-color: var(--ocean-primary);
  color: white;
  padding: 1rem;
}

.chat-body {
  flex: 1;
  padding: 1rem;
  overflow-y: auto;
  background-color: #f8f9fa;
}

.chat-message {
  display: flex;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.chat-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: var(--ocean-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.chat-message-content {
  background-color: white;
  padding: 0.75rem;
  border-radius: 0.5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  max-width: 80%;
}

.chat-quick-option {
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
  background-color: var(--ocean-primary-brand);
  color: white;
  border: none;
  border-radius: 20px;
  transition: all 0.2s;
  cursor: pointer;
}
.chat-quick-option:hover {
  background-color: var(--ocean-primary);
  color: white;
}

.chat-input-area {
  padding: 1rem;
  border-top: 1px solid #dee2e6;
}

.chat-input {
  flex: 1;
  padding: 0.5rem 1rem;
  border: 1px solid #ced4da;
  border-radius: 0.5rem;
}
.chat-input:focus {
  outline: none;
  border-color: var(--ocean-primary);
  box-shadow: 0 0 0 0.2rem rgba(0, 119, 190, 0.25);
}

.chat-send-btn {
  padding: 0.5rem 1.5rem;
  background-color: var(--ocean-primary);
  color: white;
  border: none;
  border-radius: 0.5rem;
  transition: background-color 0.3s;
}
.chat-send-btn:hover {
  background-color: var(--ocean-deep);
}

.fscj-program-container {
  grid-template-columns: 1fr;
}

.filter-column {
  order: -1;
  position: static;
}

.filter-column {
  position: sticky;
  top: 20px;
  background: white;
  padding: 20px;
  border-radius: 8px;
  border-top: 5px solid #003870;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  height: fit-content;
}

.fscj-program-container {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 30px;
  max-width: 1200px;
  margin: 20px auto;
  padding: 0 15px 40px;
}

.filter-group {
  margin-bottom: 20px;
}

.filter-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 8px;
}

input[type=text], select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.program-grid li {
  list-style: none;
}

.grad-alpha-tool {
  position: sticky;
  top: 0;
  z-index: 20;
  margin: 1.25rem 0;
  padding: 1.25rem;
  background: linear-gradient(180deg, #f8fbff 0%, #f3f6fa 100%);
  border: 1px solid #d9e2ec;
  border-radius: 1rem;
  box-shadow: 0 10px 24px rgba(16, 24, 40, 0.08);
}

.grad-filter-row {
  display: grid;
  grid-template-columns: minmax(180px, 260px) minmax(220px, 1fr) auto;
  gap: 1rem;
  align-items: end;
  margin-bottom: 1rem;
}

.grad-filter-field label {
  display: block;
  margin-bottom: 0.35rem;
  color: #1d2733;
  font-weight: 700;
}
.grad-filter-field select,
.grad-filter-field input {
  width: 100%;
  min-height: 46px;
  padding: 0.6rem 0.8rem;
  border: 1px solid #b8c2cc;
  border-radius: 0.65rem;
  background: #fff;
  color: #1d2733;
  box-shadow: inset 0 1px 2px rgba(16, 24, 40, 0.04);
}

.grad-alpha-label {
  display: block;
  margin-bottom: 0.5rem;
  color: #1d2733;
  font-weight: 800;
}

.grad-alpha-buttons {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(40px, 1fr));
  gap: 0.4rem;
  width: 100%;
}

.grad-alpha-button,
.grad-page-button {
  min-width: 40px;
  min-height: 40px;
  border: 1px solid #b8c2cc;
  border-radius: 0.55rem;
  background: #fff;
  color: #003b71;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}
.grad-alpha-button.active, .grad-alpha-button:hover, .grad-alpha-button:focus,
.grad-page-button.active,
.grad-page-button:hover,
.grad-page-button:focus {
  background: #003b71;
  color: #fff;
  border-color: #003b71;
  outline: none;
}
.grad-alpha-button:hover,
.grad-page-button:hover {
  transform: translateY(-1px);
}

.grad-page-button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
  transform: none;
}

.grad-reset-button {
  min-height: 46px;
  padding: 0.6rem 1.1rem;
  border: 1px solid #003b71;
  border-radius: 0.65rem;
  background: #003b71;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 6px 14px rgba(0, 59, 113, 0.18);
  white-space: nowrap;
}

.grad-status {
  margin: 1rem 0;
  color: #475467;
  font-weight: 600;
}

.degree-section {
  margin: 1.5rem 0 2.25rem;
}

.degree-heading {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 3px solid #e5e7eb;
  color: #003b71;
  font-size: 1.4rem;
}
.degree-heading::before {
  content: "";
  display: inline-block;
  width: 0.55rem;
  height: 1.6rem;
  background: #003b71;
  border-radius: 999px;
}

.name-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 1rem;
}

.name-item {
  position: relative;
  min-height: 125px;
  padding: 1rem 1rem 1rem 1.15rem;
  background: #fff;
  border: 1px solid #e4e9ef;
  border-radius: 0.85rem;
  box-shadow: 0 8px 18px rgba(16, 24, 40, 0.06);
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
  overflow: hidden;
}
.name-item:hover {
  transform: translateY(-2px);
  border-color: #c9d6e2;
  box-shadow: 0 12px 26px rgba(16, 24, 40, 0.1);
}
.name-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 6px;
  background: #003b71;
  border-radius: 0.85rem 0 0 0.85rem;
}

.grad-name {
  color: #1d2733;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.25;
}

.grad-degree-type-desc {
  margin-top: 0.45rem;
  color: #003b71;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.35;
}

.grad-degree-desc {
  margin-top: 0.25rem;
  color: #475467;
  font-size: 0.93rem;
  line-height: 1.35;
}

.grad-honors {
  display: inline-block;
  margin-top: 0.55rem;
  padding: 0.25rem 0.55rem;
  color: #664d03;
  background: #fff3cd;
  border: 1px solid #ffecb5;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 800;
  line-height: 1.2;
}

.grad-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin: 1.25rem 0;
  padding: 0.9rem 1rem;
  background: #fff;
  border: 1px solid #e4e9ef;
  border-radius: 0.85rem;
  box-shadow: 0 6px 14px rgba(16, 24, 40, 0.05);
}

.grad-page-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.grad-page-summary {
  color: #475467;
  font-weight: 700;
}

@media (max-width: 768px) {
  .grad-alpha-tool {
    top: 0;
    margin: 0.75rem 0 1rem;
    padding: 1rem;
    border-radius: 0.85rem;
    max-height: 82vh;
    overflow-y: auto;
  }
  .grad-filter-row {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
  .grad-reset-button {
    width: 100%;
  }
  .grad-alpha-buttons {
    grid-template-columns: repeat(auto-fit, minmax(42px, 1fr));
  }
  .name-grid {
    grid-template-columns: 1fr;
  }
  .grad-pagination {
    align-items: stretch;
    flex-direction: column;
  }
  .grad-page-buttons {
    justify-content: center;
  }
}
@media (max-width: 420px) {
  .grad-alpha-buttons {
    grid-template-columns: repeat(auto-fit, minmax(38px, 1fr));
    gap: 0.3rem;
  }
  .grad-alpha-button,
  .grad-page-button {
    min-width: 38px;
    min-height: 38px;
    font-size: 0.9rem;
  }
}
.rayzor-open-chat {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #003b5c;
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 10px 16px;
  cursor: pointer;
}

.rayzor-chatbot-popup {
  position: fixed;
  right: 20px;
  bottom: 80px;
  width: 350px;
  height: 500px;
  background: #fff;
  display: none;
}
.rayzor-chatbot-popup.visible {
  display: block;
}

/*.anv-nav a {
    text-decoration: none;
    margin-left: 20px;
    color: #333;
    font-weight: 500;
}

    .anv-nav a:hover {
        color: #007bff;
    }

.anv-nav {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}*/
.share-panel {
  /* Initially position the panel off-screen to the right */
  right: -100%;
  /* Add a smooth transition for the slide-in effect */
  transition: right 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.share-panel.show {
  /* When the 'show' class is added, move the panel to the screen edge */
  right: 0;
}

/* Adjust the z-index to make sure the panel is on top of other content */
.z-index-high {
  z-index: 1050;
}

.floating-tab {
  /* Position the tab fixed on the right side, centered vertically */
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 1040; /* Lower than the flyout panel */
  /* Add vertical tab styling */
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

/* =========================================
   FSCJ Ocean Deep Pill Button
   ========================================= */
.btn-ocean-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 9999px;
  background-color: #003b5c;
  color: #ffffff !important;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease;
  cursor: pointer;
}
.btn-ocean-pill:hover, .btn-ocean-pill:focus {
  background-color: rgb(0, 85.1652173913, 132.8);
  color: #ffffff !important;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(0, 59, 92, 0.25);
  transform: translateY(-1px);
}
.btn-ocean-pill:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(0, 59, 92, 0.2);
}
.btn-ocean-pill:focus-visible {
  outline: 3px solid rgba(0, 59, 92, 0.35);
  outline-offset: 3px;
}
.btn-ocean-pill:disabled, .btn-ocean-pill.disabled {
  opacity: 0.65;
  pointer-events: none;
}

/* =========================================
   Curriculum Section
   ========================================= */
.curriculum-card {
  background-color: var(--ocean-pale);
  border-left: 4px solid var(--ocean-primary);
  padding: 1.5rem;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
}
.curriculum-card:hover {
  background-color: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.semester-badge {
  background-color: var(--ocean-primary);
  color: white;
  padding: 0.25rem 0.75rem;
  border-radius: 15px;
  font-size: 0.75rem;
  font-weight: 600;
  display: inline-block;
}

/* =========================================
   CTA Section
   ========================================= */
.cta-section {
  background: linear-gradient(135deg, var(--ocean-deep), var(--ocean-primary), var(--ocean-teal));
  color: white;
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
}

.cta-bg-circle-1 {
  position: absolute;
  top: 40px;
  left: 40px;
  width: 256px;
  height: 256px;
  background-color: white;
  opacity: 0.1;
  border-radius: 50%;
  filter: blur(60px);
}

.cta-bg-circle-2 {
  position: absolute;
  bottom: 40px;
  right: 40px;
  width: 384px;
  height: 384px;
  background-color: white;
  opacity: 0.1;
  border-radius: 50%;
  filter: blur(60px);
}

/* =========================================
   Admission Section
   ========================================= */
.admission-section {
  background: linear-gradient(to right, var(--ocean-primary), var(--ocean-secondary));
  color: white;
  padding: 4rem 0;
}

.requirement-item {
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 0.5rem;
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.requirement-icon {
  width: 40px;
  height: 40px;
  background-color: var(--ocean-aqua);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ocean-deep);
  flex-shrink: 0;
}

/* =========================================
   Accreditation Section
   ========================================= */
.accreditation-badge {
  background: white;
  border-radius: 1rem;
  padding: 2rem;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.accreditation-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--ocean-primary), var(--ocean-light));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 2rem;
  margin: 0 auto 1rem;
}

/* =========================================
   Header
   ========================================= */
header {
  background-color: var(--ocean-deep);
  position: sticky;
  top: 0;
  z-index: 1030;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.header-menu-btn,
.search-icon-btn {
  background: transparent;
  border: none;
  color: white;
  padding: 0.5rem;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: background-color 0.2s;
}
.header-menu-btn:hover,
.search-icon-btn:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.quick-links a {
  color: white !important;
  text-decoration: none;
  font-size: 0.875rem;
  transition: color 0.2s;
}
.quick-links a:hover {
  color: var(--ocean-aqua);
}
.quick-links a:hover i {
  transform: scale(1.1);
}
.quick-links a i {
  transition: transform 0.2s;
}

/* =========================================
   Footer
   ========================================= */
footer {
  background-color: var(--ocean-deep);
  color: white;
  position: relative;
  z-index: 10;
  height: 100%;
  /*margin-top: 50px;*/
}

.footer-section {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 3rem 0;
}

.footer-bottom {
  padding: 1.5rem 0;
}

.footer-heading {
  color: var(--ocean-aqua);
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.footer-link {
  color: white !important;
  text-decoration: none !important;
  display: block;
  margin-bottom: 0.5rem;
  transition: all 0.2s;
  font-size: 0.875rem;
}
.footer-link:hover {
  color: var(--ocean-aqua);
  padding-left: 0.5rem;
}

.social-link {
  width: 40px;
  height: 40px;
  background-color: white;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s;
  margin-right: 0.5rem;
}
.social-link:hover {
  background-color: var(--ocean-aqua);
  color: var(--ocean-deep);
  transform: translateY(-3px);
}

.footer-text {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.875rem;
  line-height: 1.6;
}

.footer-contact-item {
  display: flex;
  align-items: start;
  gap: 0.75rem;
  margin-bottom: 1rem;
  color: white !important;
  font-size: 0.875rem;
  text-decoration: none;
}
.footer-contact-item i {
  color: white !important;
  margin-top: 0.25rem;
}

/* =========================================
   Responsive
   ========================================= */
@media (max-width: 768px) {
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.75rem;
  }
  .program-hero {
    padding: 3rem 0 2rem;
  }
  .chat-widget {
    width: 320px;
  }
  .search-input {
    width: 150px;
  }
}
/* =========================================
    Reduce Motion
   ========================================= */
@media (prefers-reduced-motion: reduce) {
  .animated {
    animation: none;
  }
}
/* =========================================
   Foundation
   ========================================= */
/* Impact Stats */
.impact-stat {
  text-align: center;
  padding: 2rem;
  background: white;
  border-radius: 1rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  transition: all 0.3s;
  height: 100%;
}
.impact-stat:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 119, 190, 0.15);
}

.impact-stat-number {
  font-size: 3rem;
  font-weight: 700;
  color: var(--ocean-primary);
  margin-bottom: 0.5rem;
}

.impact-stat-label {
  color: #6c757d;
  font-weight: 500;
  margin: 0;
}

/* Giving Options Cards */
.giving-card {
  background: white;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  transition: all 0.3s;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.giving-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 119, 190, 0.15);
}

.giving-card-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--ocean-primary), var(--ocean-aqua));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  font-size: 2rem;
  color: white;
}

.giving-card-body {
  padding: 2rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

/* Featured Initiatives */
.initiative-card {
  background: white;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  transition: all 0.3s;
  height: 100%;
}
.initiative-card:hover {
  box-shadow: 0 8px 20px rgba(0, 119, 190, 0.15);
}

.initiative-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.initiative-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background-color: var(--ocean-primary);
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  font-size: 0.875rem;
  font-weight: 600;
}

.progress-bar-custom {
  height: 8px;
  background-color: var(--ocean-pale);
  border-radius: 4px;
  overflow: hidden;
}

.progress-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--ocean-primary), var(--ocean-aqua));
  transition: width 0.6s ease;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

.band {
  width: 100%;
  height: auto;
  clear: both;
  position: relative;
  @mixins clearfix();
  @mixins padding-full();
}
.band > div[class*=cols] {
  width: 100%;
}

.band-inner {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}

.band-blue-dark-diagonal-stripe {
  background: var(--ocean-deep) var(--ocean-light);
  border-bottom: 3px solid var(--ocean-deep);
}

.band-blue-dark {
  background-color: var(--ocean-deep);
}

.band-blue-dark p h1 h2 h3 h5 {
  color: var(--white);
}

.band-blue {
  background-color: var(--ocean-deep);
  border-bottom: 2px solid;
  border-color: var(--white);
}

.band-blue h1 h2 h3 h5 {
  color: white;
}

/*
.band-green {
    background-color: $fscj-green;
}

.band-green-dark {
    background-color: $fscj-green-dark;
}

.band-green-darker {
    background-color: $fscj-green-darker;
    border-color: $grey;
    color: $white;
}

.band-green-darkest {
    background-color: $fscj-green-darkest;
}

*/
.band-spotlight-background {
  background-color: rgba(0, 153, 153, 0.2);
  padding-bottom: 25px;
}

.band-dual .band, .band-dual .band-inner {
  width: 100%;
}

.bg-img-cover {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 1;
}

.bg-img-cover img {
  display: none;
}

.bg-img-cover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 2;
}

.bg-img-cover::after {
  opacity: 0.9;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 3;
}

.techspot-box a {
  color: white !important;
}

.parallax-band {
  min-height: 400px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
@media screen and (min-height: 800px) {
  .parallax-band {
    min-height: 500px;
  }
}
@media screen and (min-height: 900px) {
  .parallax-band {
    min-height: 600px;
  }
}

.color-spotimage {
  position: absolute;
}

.color-spotimage img {
  display: block;
  width: 100%;
  height: auto;
}

/*Custom Tableviewer*/
.TableViewer table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.TableViewer table tbody {
  width: 100%;
  overflow: auto;
  height: 400px;
}

.TableViewer table thead {
  background: rgb(191, 191, 191);
}

.TableViewer table th {
  padding: 0 5px;
  text-align: center;
  white-space: nowrap;
  border: 1px solid rgb(153, 153, 153);
}

.TableViewer table td {
  padding: 0 5px;
  text-align: left;
  white-space: nowrap;
  border: 1px solid rgb(153, 153, 153);
}

.TableViewer table td:last-child {
  width: 100%;
}

@media (max-width: 600px) {
  .ClassesWide {
    -webkit-appearance: none;
    display: none;
  }
}
@media (min-width: 600px) {
  .ClassesMobile {
    -webkit-appearance: none;
    display: none;
  }
}
.sf_colsIn img {
  max-width: 100%;
  height: auto;
}
