﻿:root {
  --color-1: #fff4cc;
  --color-2: #fff289;
  --color-3: #ffa733;
  --color-4: #ff9300;
  --box-shade-background: rgba(0, 0, 0, 0.1);
}

.language-container {
  float: right;
}

/* body {
  background: var(--beige);
} */

.portal-link {
  color: #002f5f;
}

html[data-theme="dark"] .portal-link {
  color: #ff7900;
}

.alert-warning {
  margin: unset;
  width: 100%;
}

/* .landing-main-content.after-commencement {
  margin-top: -35vh;
} */

.after-commencement .hero-content {
  line-height: 2rem;
}

/* LANDING PAGE */
.hero-container {
  background: var(--box-shade-background);
  padding: 1rem;
  padding-top: 35vh !important;
  position: relative;
  z-index: 2;
  /* height: 100vh; */
  min-height: 100vh;
}

.hero-title {
  text-align: center;
  color: var(--white);
  position: relative;
  z-index: 2;
  padding: 1rem !important;
}

.hero-title h2 {
  font-family: "kepler-std-caption", serif;
  font-weight: 80;
  margin-top: 0;
  margin-bottom: 0;
}

.hero-content {
  color: #fff;
  background-color: #000;
  background: none;
}

.hero-wave {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 2;
  pointer-events: none;
}

/* .video-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 90vh;
  clip-path: ellipse(100vw 100% at 50% 0%);

  transform: translateZ(0);
} */

.video-section {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.video-container .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(0, 36, 78, 0.8),
    rgba(255, 121, 0, 0.8)
  );
  z-index: 1;
  pointer-events: none;
}

.video-container .video-content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
}

.landing-main-content {
  position: relative;
  margin-top: -25vh;
}

.landing-main-content h2 {
  text-transform: unset;
}

.above-fold {
  border-radius: 8px;
  border: 1px solid #eee;
  background-color: var(--background);
  position: relative;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
}

.blank-section {
  position: relative;
}

.schedule-search {
  border-radius: 8px;
  /* color: var(--text); */
  color: #fff !important;
  text-align: left;
  margin-top: 3rem;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
}

svg.hero-wave path {
  fill: var(--beige);
}

.schedule-search a {
  font-weight: unset;
  text-decoration: none;
  border: none;
  color: #fff;
  border-bottom: 2px dotted #fff;
}

.landing-search-box {
  display: flex;
  align-items: center;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border: 1px solid #ddd;
}

.landing-search-box.alternate {
  box-shadow: unset;
  color: var(--text);
  background-color: rgba(100, 100, 100, 0.15);
}

.landing-search-box.alternate input {
  background-color: unset;
  color: var(--text) !important;
  font-size: unset;
}

.landing-search-box.alternate input::placeholder {
  color: var(--text);
}

.landing-search-box.alternate input:focus {
  color: var(--text) !important;
  background-color: unset;
}

p.alternate a {
  font-weight: unset;
}

.landing-search-box input {
  flex: 1;
  padding: 15px;
  font-size: 1.44rem;
  font-weight: 300;
  border: none;
  outline: none;
  background-color: rgba(100, 100, 100, 0.5);
  /* white with 50% transparency */
  color: #fff !important;
}

.landing-search-box input::placeholder {
  color: #eee;
  /* solid, dark gray (fully opaque) */
  opacity: 1;
  /* ensure no transparency */
}

.landing-search-box input:focus {
  background-color: rgba(100, 100, 100, 0.5);
  /* keep it consistent */
  color: #eee !important;
  outline: none;
}

.landing-search-box input:focus::placeholder {
  color: #888 !important;
  /* lighter or dimmer when focused */
}

html[data-theme="dark"] .landing-search-box input:focus::placeholder {
  color: #eee !important;
}

html[data-theme="dark"] .landing-search-box input:focus {
  color: #eee !important;
  /* new color when focused (e.g., blue) */
  outline: none;
  /* optional: remove default browser outline */
}

.landing-search-box button {
  background: #ff6f00;
  border: none;
  color: #000;
  padding: 15px 20px;
  cursor: pointer;
  border-radius: 8px;
  margin: 2px;
}

.livestreams {
  color: #fff;
  font-weight: 500;
  margin-top: 8vh;
}

.livestreams .row {
  justify-content: center;
  /* Horizontal alignment */
  align-items: center;
  /* Vertical alignment */
}

.livestreams p span {
  font-size: 0.75em;
  font-weight: 100;
  font-style: italic;
}

.small-text {
  font-size: 0.75em;
}

.small-text a {
  color: #fff;
  text-decoration-color: #fff;
}

.stream-button {
  border: 1px solid #ccc;
  border-radius: 50px;
  background-color: rgba(100, 100, 100, 0.5);
  /* white with 50% transparency */
  color: #fff !important;
  /* text-align: left; */
  width: 100%;
}

.stream-button:hover {
  border: 1px solid var(--titan-orange);
}

.stream-button span {
  font-style: normal !important;
}

.stream-button .fa-circle-play {
  color: var(--titan-orange);
}

.first-column {
  border-right: 1px solid #eee;
}

.first-column h3,
.second-column h3 {
  color: var(--medium-blue) !important;
  font-size: 1rem;
  font-weight: 600;
}

.quicklinks ul {
  margin: 0;
  padding: 0;
  margin-right: 0.5rem;
}

.quicklinks ul li {
  list-style-type: none;
  margin-bottom: 1rem;
  border-bottom: 1px dotted #000;
  padding-bottom: 0.5rem;
}

.quicklinks ul li a {
  color: var(--text);
  text-decoration: none;
  font-weight: 400;
}

.quicklinks ul li a:hover {
  text-decoration: underline;
}

.button-container {
  margin-top: 1rem;
  align-items: center;
  justify-content: center;
}

.button-container a {
  font-weight: bold;
}

#accordionGroup h3 {
  margin-bottom: unset !important;
}

.Accordion h4 {
  background-color: unset !important;
}

/* PHOTO SECTION */

/* .photos {
  background: var(--background);
} */

#photo-slider {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: 1fr 1fr;
  /* Two rows per column */
  gap: 1rem;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 10px;
  height: 540px;
  /* Adjust based on your image height */
  scroll-snap-type: x mandatory;
  /* Optional smooth column snapping */
}

#photo-slider li {
  list-style: none;
  width: 350px;
  /* Width per column */
  height: 250px;
  scroll-snap-align: start;
}

#photo-slider li a {
  display: block;
  height: 100%;
}

#photo-slider li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

/* Optional scrollbar styling */
#photo-slider::-webkit-scrollbar {
  height: 8px;
}

#photo-slider::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}

#photo-slider::-webkit-scrollbar-track {
  background: transparent;
}

/* #photo-slider li img {
  height: 100%;
  width: auto;
} */

.icon-background {
  color: #ff700f;
}

.photo-container {
  position: relative;
}

.photo-navigation {
  position: absolute;
  width: 100%;
  top: 250px;
  z-index: 10;
  pointer-events: none;
  /* Allow clicks through the nav wrapper */
}

.photo-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  pointer-events: auto;
  /* Enable clicking the controls */
}

.photo-prev,
.photo-next {
  cursor: pointer;
  position: relative;
  margin: 0;
}

/* .photo-prev {
  margin-left: -3rem;
}

.photo-next {
  margin-right: -3rem;
} */

#photo-next:hover,
#photo-prev:hover {
  color: #fff;
}

/* END PHOTO SECTION */

/* VIDEO SECTION */

/* .videos {
  background-color: var(--background);
} */

.video-player-container {
  display: flex;
  margin: auto;
}

.main-video {
  flex: 3;
  margin-right: 20px;
}

.main-video iframe {
  width: 100%;
  height: 500px;
  border-radius: 10px;
}

.video-thumbnails {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.video-wrapper {
  position: relative;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-thumb {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  background: #f7f7f7;
  padding: 8px;
  border-radius: 5px;
  transition: background 0.3s, box-shadow 0.3s;
}

.video-thumb:hover {
  background: #e0e0e0;
}

/* Highlight the active one */
.video-thumb.active {
  border-left: 5px solid var(--titan-orange);
  background: #00274c;
  /* Dark blue background */
  color: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.video-thumb.active p {
  color: white;
}

.video-thumb img {
  width: 60px;
  height: 40px;
  object-fit: cover;
  border-radius: 5px;
}

.video-thumb p {
  margin: 0;
  font-size: 14px;
  color: #333;
  text-align: left;
}

/* END OF VIDEO SECTION */

/* SOCIAL MEDIA SECTION */

.social {
  background-color: var(--background);
}

.j-text {
  background-color: var(--background);
}

/* .j-message {
  color: var(--text) !important;
  
}

.j-message a {
  color: var(--text) !important;
}
 */

html[data-theme="dark"] .j-date,
.j-twitter-intents {
  color: #000;
}

.j-link-container ul li a,
.j-meta nav a {
  /* color: #000 !important; */
}

.juicer-feed .j-meta .j-twitter-date {
  color: #fff !important;
}

html[data-theme="dark"] .j-link-container ul li a,
.j-meta nav a {
  color: #fff !important;
}

html[data-theme="dark"] .j-link-container ul li a,
.j-meta nav a {
  color: #fff;
}

.last-button {
  margin: 0;
}

/* END OF SOCIAL MEDIA SECTION */

/* NEWS SECTION */

/* .news {
  background-color: var(--background);
} */

.grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}

.grid-container > :nth-child(1) {
  grid-area: 1 / 1 / 6 / 2;
  /* Large box spans from row 1 to row 6 and from column 1 to column 2 */
}

.grid-container > :nth-child(2) {
  grid-area: 1 / 2 / 2 / 3;
  /* Four smaller boxes span from row 1 to row 2 and from column 2 to column 3 */
  /* display: grid; 
   grid-template-rows: repeat(4, 1fr); */
}

.large-box a,
.small-box a {
  text-decoration: none;
  color: var(--text);
}

.large-box:hover a,
.small-box:hover p {
  text-decoration: underline !important;
}

.large-box p,
.small-box p {
  font-weight: 300;
}

.small-box p {
  display: inline-block;
  vertical-align: top;
}

.small-box {
  border-bottom: 1px dotted #ccc;
}

.border-l-dark-gray {
  border-left-color: #ccc !important;
}

.border-r-dark-gray {
  border-right-color: #ccc !important;
}

/* END NEWS SECTION */

/* MEET OUR GRADS */

.post-commencement-news h2 {
  font-size: 1.25em;
  margin-top: 0;
}

/* Ensures images and their containers are positioned relative */
.image-container {
  position: relative;
  display: inline-block;
  width: 100%;
  background-color: var(--titan-blue);
  transition: transform 0.4s ease-in-out;
  overflow: hidden;
  border-radius: 8px;
  /* <<< smooth zoom */
}

.meet-our-grads img {
  width: 100%;
  height: auto;
  display: block;
}

/* When you hover over the link, zoom the image slightly */
a:hover .image-container {
  transform: scale(1.02);
}

.gradient-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(
    to top,
    rgba(0, 36, 78, 0.82) 0%,
    rgba(0, 36, 78, 0) 100%
  );
  pointer-events: none;
  /* ensures clicks go through */
  z-index: 1;
}

.text-overlay {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: #fff;
  font-size: 0.95em;
  font-weight: 500;
  line-height: 1.4;
  z-index: 2;
  max-width: 90%;
  background-color: transparent;
  /* Make sure it's not overridden */
}

/* END OF MEET OUR GRADS */

.content-background {
  padding-bottom: 70vh;
  background-image: url("images/end-banner-image.jpg");
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.two-column-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.two-column-layout .column {
  padding: 20px;
  background-color: var(--background);
  border: 1px solid #ddd;
  border-radius: 8px;
}

.steps-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
}

.step {
  padding: 10px;
  display: flex;
  align-items: center;
  position: relative;
}

.step h3 {
  font-size: 1em !important;
  font-weight: 900;
  text-transform: uppercase;
  color: #000;
  margin: 0 !important;
  padding: 0;
}

.step p {
  width: 77%;
  color: #000;
}

.step-content p {
  margin: 0;
}

.step.step1 {
  background-color: var(--color-1);
}

.step.step2 {
  background-color: var(--color-2);
}

.step.step3 {
  background-color: var(--color-3);
}

.step.step4 {
  background-color: var(--color-4);
}

.arrow-1 {
  color: var(--color-1);
}

.arrow-2 {
  color: var(--color-2);
}

.arrow-3 {
  color: var(--color-3);
}

.arrow-4 {
  color: var(--color-4);
}

.step img {
  margin-left: auto;
  right: 20px;
  border-radius: 5px;
}

.step.step1 img {
  max-width: 280px;
}

.step.step2 img {
  max-width: 200px;
}

.step.step3 img {
  max-width: 240px;
}

.step.step4 img {
  max-width: 260px;
}

.step-content {
  padding: 1rem;
  flex: 1;
  z-index: 1;
}

.arrow {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 20px;
  position: relative;
  top: -2px;
}

.cta {
  background-color: #ff9900;
  color: #fff;
  text-align: center;
  padding: 15px;
  border-radius: 10px;
  font-size: 1.2rem;
  font-weight: bold;
}

/* Media Query for Mobile Devices */
@media (max-width: 768px) {
  .two-column-layout {
    grid-template-columns: 1fr;
    /* Stack columns vertically */
  }

  .step {
    display: block;
  }

  .step p {
    width: 100%;
  }

  .step img {
    max-width: unset !important;
  }
}

@media only screen and (min-width: 992px) {
  .col-1 {
    width: 8.33333%;
  }

  .col-2 {
    width: 16.66667%;
  }

  .col-3 {
    width: 25%;
  }

  .col-4 {
    width: 33.33333%;
  }

  .col-5 {
    width: 41.66667%;
  }

  .col-6 {
    width: 60%;
  }

  .col-7 {
    width: 58.33333%;
  }

  .col-8 {
    width: 66.66667%;
  }

  .col-9 {
    width: 75%;
  }

  .col-10 {
    width: 83.33333%;
  }

  .col-11 {
    width: 91.66667%;
  }

  .col-12 {
    width: 100%;
  }
}

h2 {
  margin-top: 5%;
}

sup {
  font-size: 0.75em !important;
  vertical-align: super !important;
}

#global-branding {
  text-indent: -2000px;
}

.splash-date {
  font-size: 1.25em;
}

/* .hamburger {
    display: none!important;
} */

.row-center {
  justify-content: center;
}

#dc-header {
  font-weight: 800;
  line-height: 1em;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  color: var(--text);
  background-color: var(--background);
}

.banner-links li {
  margin-bottom: 10px;
}

.cap {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold;
}

.prepare {
  border-top: 5px solid var(--titan-orange);
}

.content-links {
  list-style-type: none;
  overflow: hidden;
}

.content-links li a {
  margin-left: 20px;
  margin-bottom: 20px;
  float: left;
  overflow: hidden;
  width: 260px !important;
  display: inline-flex;
  align-items: center;
  height: 65px;
}

/* .search-box {
  padding: 2%;
  background-color: var(--sky-blue);
  color: var(--text);
  margin-bottom: 2%;
}

.search-box label {
  display: inline-block;
  float: left;
  line-height: 2.5em;
  font-size: 1em;
} */

html[data-theme="dark"] .search-box {
  background-color: #2c5088;
}

.search-box input[type="text"] {
  width: 40%;
}

#reset-search {
  cursor: pointer;
}

.banner-links {
  /* text-align: left;
  margin-left: 130px; */
  margin: 0;
  padding: 0;
}

.splash {
  border-bottom: 5px solid var(--titan-orange);
}

.splash-text {
  /* width: 50%; */
  /* width:800px; */
  margin: 0;
  /* padding-bottom:10em; */
}

.splash-text-container {
  margin: auto;
  text-align: center;
  /* padding-top: 150px; */
  /* padding-bottom: 150px; */
  width: 500px;
  position: relative;
}

#search_results {
  float: left;
  width: 78%;
  overflow: hidden;
}

.home-sidebar {
  /* width: 22%; */
  margin-left: 1rem;
  padding-bottom: 1%;
  overflow: hidden;
}

.home-sidebar .button-rounded {
  padding: 0.75rem 1.25rem;
  width: 100%;
}

.home-sidebar-app-container {
  margin-top: 1em;
  background-color: #f47920;
  color: #000;
}

.home-sidebar p {
  font-weight: 700;
  font-size: 0.825em;
  color: #000 !important;
  padding: 2% 5%;
}

.home-sidebar a img {
  padding: 2% 5%;
}

.img-instructions {
  width: 60%;
  border: 1px solid #000;
  margin-bottom:1rem;
}

footer {
  clear: both;
}

/* contact page */
.column-1 {
  margin: 1rem;

  height: auto;
}

.column-2 {
  margin: 1rem;

  height: auto;
}

.contact-item {
  margin-bottom: 1rem;
  padding: 1rem;
}

@media only screen and (max-width: 600px) {
  .livestreams {
    margin-top: unset;
  }

  .video-container video {
    display: none;
  }

  #vimeo-player {
    height: unset;
  }

  .main-video {
    margin: unset;
  }

  .video-player-container {
    display: block;
  }

  .hero-container {
    height: 90vh;
    /* padding-top: 13vh !important; */
  }

  .hero-title h2 {
    font-size: 2.25em;
  }

  .grid-container {
    display: unset;
  }

  .stream-button {
    text-align: center;
  }

  .banner-links {
    text-align: center;
    margin-left: 0;
    padding: 0;
  }

  .splash-text-container {
    padding: 0 !important;
    width: 100% !important;

    margin-left: 0rem;
  }

  .link-container {
    text-align: center;
    margin-left: 0;
    margin-top: 0;
  }

  .splash {
    height: 92vh;
  }

  .splash-image {
    /* height: 45vh; */
    height: 30vh;
  }

  .splash-text {
    height: 45vh;
    width: 100%;
    margin: 0;
  }

  .search-box input {
    width: 100%;
  }

  #search_results {
    float: none !important;
    width: 100%;
  }

  .home-sidebar {
    float: none !important;
    width: 100%;
  }
}

@media screen and (max-width: 926px) and (orientation: landscape) {
  /* Styles for iPhone 14/Pro/Pro Max in landscape */
  /* .photo-prev {
    margin-left: unset;
  }
  
  .photo-next {
    margin-right: unset;
  } */
  .video-container video {
    display: none;
  }

  .hero-container {
    height: 150vh;
    padding-top: 50vh !important;
  }
}

@media only screen and (max-width: 820px) and (min-width: 600px) {
  .splash-text-container {
    margin-left: 0rem;

    width: 50%;
  }

  .banner-links {
    margin: 0;
  }
}
