  // Main Menu CSS
/*header.hero-image .hero-video-new .container-fluid {
    margin-bottom: 0!important;
    padding-top: 6rem!important;
}
header.hero-image .hero-block-container {
    top: -6rem;
}*/

.general-content {
   margin-top: 2rem!important;
}
#main-content {
    padding-bottom: 2rem!important;
}
.emergency-notice {
    z-index: 111111!important;
}
.emergency-notice .notice.warning {
    background-color: #7f4283!important;
}
.home-banner-e .emergency-notice {
    top: 10rem;
}
#landingPageBanner .international-film-header {
  margin-top: 0!important;
}
.upcoming-news-events .news-container {
    margin-top: 5rem!important;
}
#heroNewPromo a:after {
  content: ''!important;
}
header.hero-image .hero-image-banner {
    margin-top: 0!important;
}
.general-content .general-white h1,
.general-content .general-white h2,
.general-content .general-white h3,
.general-content .general-white h4,
.general-content .general-white h5,
.general-content .general-white p
{
  color: white!important;
}   
.navbar-sticky {
  top: 0;
  z-index: 10000;
  //position: fixed;
  width: 100%;
}
.js #main-nav {
  opacity: 1;
}
/*.js.nav-ready #main-nav,
.js.old-ie #main-nav {
  opacity: 1;
}*/
.new-navbar .navbar-collapse .navbar-nav a {
    text-decoration: none!important;
}
@media (min-width: 1200px) {
  .new-navbar .navbar-collapse .navbar-nav {
      right: 4rem!important;
  }
  .new-navbar .navbar-collapse .navbar-nav a {
    font-size: 1.1rem!important;
    padding: 0 1rem;
  }
  .new-navbar .navbar-collapse .navbar-nav {
    top: 0!important;
  }
}
  
#top-nav {
    padding-right: 5rem;
    padding-left: 5rem;
}

/*.emergency-notice {
  top: 10rem!important;
}*/

.navbar-sticky {
  top: auto!important;
  background-color: #ffffff!important;
  position: relative!important;
}

.navbar-white-fixed {
  position: fixed!important;
}

.top {
  background-color:#174987;
    margin-top: 0;
    padding-bottom: 0;
}
  
.top-bar {
    width: 100%;
    height: 40px;
    opacity: 1;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: -ms-flexbox;
    display: flex;
    padding: 0.5rem 0;
}
  
/*.top-bar {
    width: 100%;
    height: 40px;
    opacity:1;
    justify-content: flex-end;
    display: flex;
    padding: 0.5rem 0;
}
  
.top-link {
  color: #ffffff;
  padding-right: 1.5rem;
}*/

.top-nav-search {
  color: white;
  background-color: #174987;
  outline: none;
  border: none;
  padding-bottom: 0.25rem;
}

.navbar-opaque {
  top:0!important;
}
  
.body-overlay {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba($dark-grey, 0.8);
  z-index: 110;
} 
  
.top-bar a {
    color: #fff!important;
    padding-right: 1.5rem;
  text-decoration: none;
}

  
  @media (min-width: 1200px) {
    .navbar-collapse .navbar-sidemenu-content #mobileSubMenu {
      display: none!important;
    }
    #subNav {
      border-top: 1px solid lightgrey!important;
    }
    #subNav a {
      font-size: 0.9rem!important;
    }
	}
  @media (max-width: 1200px) {
    #subNav {
      display: none!important;
    }
    #mobileSubMenu a {
      font-weight: 400!important;
    }
  }
</style>  

<!-- New Styling For Hero & Image Gallery -->
<style>
// HERO VIDEO CSS

header.hero-video-new .hero-controller .btn-video.paused:after {
    font-family: Material Icons;
    content: "\e038";
    color: #fff;
    font-size: 4rem;
    opacity: .5;
    right: auto;
    position: relative;
    transition: opacity .3s ease-in-out;
}
  
header.hero-video-new .hero-controller .btn-video:after {
    font-family: Material Icons;
    content: "\e035";
    color: #fff;
    font-size: 4rem;
    opacity: .5;
    right: auto;
    position: relative;
    transition: opacity .3s ease-in-out;
}   
header#heroNew, .hero-video-new {
    height: 60vh!important;
    min-height: 30rem!important;
    position: relative;
    background-color: #000;
    height: 80vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}

.hero-video-new .hero-sticky-promo {
  width: 100%!important;
  text-align: center!important;
  margin: 0 auto!important;
  right: auto!important;
  display: inline-flex;
  justify-content: center!important;
  position: relative!important;
}

@media (min-width: 601px) {
  .hero-video-new .hero-sticky-promo {
    top: -16px!important;
  }
}

.hero-video-new .hero-sticky-promo a {
  margin-left: 2rem!important;
  margin-right: 2rem!important;
}

.hero-video-new .video-overlay {
  background-color: rgba(0,0,0,.4)!important;
}
    
header.hero-video-new .image-overlay {
    background-color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    display: none;
    z-index: 1;
}
    
header.hero-video-new .image-overlay, header.hero-video-new .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
}
    
.hero-video-new video {
    object-fit: cover;
    position: relative;
    width: 100%;
    height: 100%;
}
    
.hero-video-new .hero-contents-container {
    position: absolute;
    /*bottom: 64px;*/
    bottom: 48px;
    color: #fff;
    z-index: 2;
}
    
.hero-video-new .hero-contents-container .hero-video-title-container {
    position: absolute;
    width: 100%;
    right: 0;
    /*bottom: 5rem;*/
}

.hero-video-new .hero-video-title-container {
    bottom: 18rem!important;
}
    
.hero-video-new .hero-contents-container .hero-video-title {
    font-size: 3.375rem;
    font-weight: 600;
}
    
.hero-video-new .hero-contents-container .hero-video-subtitle {
    font-size: 1.5rem;
    font-weight: 500;
}

header.hero-video-new .hero-sticky-promo .btn {
    margin-bottom: 1rem;
    box-shadow: 0 4px 10px rgba(0,0,0,.2)!important;
    padding-right: 3rem;
    padding-left: 2rem;
    text-align: center;
    right: 0;
    transition: all .3s ease-in-out;
}
    
header.hero-video-new .hero-controller {
    display: block;
}
        
// SPOTLIGHT GALLERY - 6
.spotlight-image-gallery-6 {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 columns */
  grid-template-rows: repeat(4, auto); /* 4 rows */
  grid-gap: 0;
  padding: 64px;
  display: none; /* Hide by default, will be shown on larger screens */
}
.spotlight-image-item {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.spotlight-image-item a {
  display: block;
  height: 100%;
}
.spotlight-image-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block; /* removes bottom space under the image */
}
.spotlight-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 5px 0;
}
.spotlight--gallery-slider-6 .caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 5px 0;
}

/* Slider for mobile */
.spotlight-gallery-slider-6 {
  position: relative;
  max-width: 100%;
  margin: auto;
  display: none; /* Hide by default, will be shown on smaller screens */
  padding: 48px 64px;
}

.spotlight-gallery-slider-6 .spotlight-gallery-slide {
  display: none;
  width: 100%;
}

.spotlight-gallery-slider-6 img {
  width: 100%;
}

.spotlight-gallery-slider-6 .prev, .spotlight-gallery-slider-6 .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  font-size: 18px;
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 50%;
  padding: 4px 12px;
  z-index: 1000;
}

.spotlight-gallery-slider-6 .prev { left: 10px; }
.spotlight-gallery-slider-6 .next { right: 10px; }

/* Non-mobile devices */
@media (min-width: 1000px) {
  .spotlight-image-gallery-6 {
    display: grid; /* Show grid on non-mobile devices */
  }
}

/* Mobile devices */
@media (max-width: 999px) {
  .spotlight-gallery-slider-6 {
    display: block; /* Show slider on mobile devices */
  }
  .spotlight-gallery-slider-6 .spotlight-gallery-slide.active {
    display: block; /* Show the first slide by default */
  }
   .spotlight-gallery-slider-6 .spotlight-gallery-slide {
    display: none; 
  }
  .spotlight-image-gallery-6 {
    display: none; /* Hide grid on mobile devices */
  }
}
    
/* Image positioning as per the user's specifications */
.spotlight-image-gallery-6 .spotlight-image-item:nth-child(1) { grid-area: 1 / 1 / span 1 / span 1; }
.spotlight-image-gallery-6 .spotlight-image-item:nth-child(2) { grid-area: 1 / 2 / span 1 / span 1; }
.spotlight-image-gallery-6 .spotlight-image-item:nth-child(3) { grid-area: 2 / 1 / span 3 / span 2; }
.spotlight-image-gallery-6 .spotlight-image-item:nth-child(4) { grid-area: 1 / 3 / span 3 / span 3; }
.spotlight-image-gallery-6 .spotlight-image-item:nth-child(5) { grid-area: 4 / 3 / span 1 / span 1; }
.spotlight-image-gallery-6 .spotlight-image-item:nth-child(6) { grid-area: 4 / 4 / span 1 / span 1; }

// SPOTLIGHT GALLERY - 3
.spotlight-image-gallery-3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 10px;
  display: none; /* Hide by default, will be shown on larger screens */
}

.spotlight-image-gallery-3 .spotlight-image-item {
  width: 33%; /* Adjust width for spacing */
  //margin: 5px;
  text-align: center;
}

.spotlight-image-gallery-3 .spotlight-image-item  img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9; /* Set your desired aspect ratio */
}

.spotlight-image-gallery-3 .spotlight-image-item a {
  display: block;
  height: 100%;
}
.spotlight-image-gallery-3 .spotlight-image-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block; /* removes bottom space under the image */
}
.spotlight-image-gallery-3 .spotlight-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 5px 0;
}
.spotlight--gallery-slider-3 .caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 5px 0;
}

  /* Slider for mobile */
  .spotlight-gallery-slider-3 {
    position: relative;
    max-width: 100%;
    margin: auto;
    display: none; /* Hide by default, will be shown on smaller screens */
    padding: 48px 64px;
  }
  
  .spotlight-gallery-slide-3 {
    display: none;
    width: 100%;
  }

  .spotlight-gallery-slide-3 img {
    width: 100%;
  }

  .spotlight-gallery-slider-3 .prev, .spotlight-gallery-slider-3 .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    font-size: 18px;
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    border-radius: 50%;
    padding: 4px 12px;
    z-index: 1000;
  }

  .spotlight-gallery-slider-3 .prev { left: 10px; }
  .spotlight-gallery-slider-3 .next { right: 10px; }

  /* Non-mobile devices */
  @media (min-width: 1000px) {
    .spotlight-image-gallery-3 {
      display: flex; /* Show grid on non-mobile devices */
    }
  }

  /* Mobile devices */
  @media (max-width: 999px) {
    .spotlight-gallery-slider-3 {
      display: block; /* Show slider on mobile devices */
    }
    .spotlight-gallery-slide-3.active {
      display: block; /* Show the first slide by default */
    }
   .spotlight-gallery-slide-3 {
      display: none; 
    }
    .spotlight-image-gallery-3 {
      display: none; 
    }
  }

@media (max-width:600px) {
  .hero-video-new .hero-video-title-container {
    bottom: 18rem!important;
  }
  .hero-video-new .hero-sticky-promo {
    display: flex!important;
    flex-flow: column!important;
    bottom: 0!important;
  }
}

@media (max-width: 600px) {
  .top-bar a {
      padding-right: 0.6rem!important;
      font-size: 13px;
  }
  .top-nav-search {
    font-size: 13px;
  }
  .top-bar {
    justify-content: center!important;
    align-items: center!important;
  }
  .top .container-x-lg {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  #top-nav {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}


@media (max-width: 350px) {
  .top-nav-search {
    font-size: 12px;
  }
    .top-bar a {
      font-size: 12px;
  }
}

@media (min-width: 1200px) {
  .emergency-notice {
      top: 12.5rem;
  }
    .emergency-notice.emergency-sticky {
      top: 0rem;
  }
}



/* Image positioning as per the user's specifications */
/*.spotlight-image-gallery-3 .spotlight-image-item:nth-child(1) { grid-area: 1 / 1 / span 1 / span 1; }
.spotlight-image-gallery-3 .spotlight-image-item:nth-child(2) { grid-area: 1 / 2 / span 1 / span 1; }
.spotlight-image-gallery-3 .spotlight-image-item:nth-child(3) { grid-area: 2 / 1 / span 3 / span 2; }*/





















































