html {
  scroll-behavior: smooth;
}

html,
body {
  height: 100%;
  font-size: 16px;
  margin: 0;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

body {
  background-color: #FFF;
}

.container {
  width: 85%;
  margin: auto;
  max-width: 1200px;
  padding: 0;
}

@media (min-width: 992px) {
  .container {
    width: 85%;
    margin: auto;
    max-width: 1200px;
    padding: 0;
  }
}

.ada-element {
  left: -9999px;
  position: absolute;
}

.img-full {
  width: 100%;
  height: auto;
}

h1 {
  font-size: 2rem;
  margin-bottom: 0;
  font-weight: 700;
}
h1 .sub-h1 {
  display: block;
  font-size: 1.25rem;
  font-weight: 400;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  h1 {
    font-size: 3.6rem;
  }
  h1 .sub-h1 {
    font-size: 1.563rem;
  }
}

h2 {
  font-size: 2rem;
  margin-bottom: 25px;
  font-weight: 700;
}
@media (min-width: 992px) {
  h2 {
    font-size: 2.5rem;
  }
}

h3 {
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 25px;
  color: #4D4D4D;
  letter-spacing: 0.1em;
  line-height: 170.25%;
}
h3.border-bottom {
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
}

h4 {
  font-size: 1.15rem;
  margin-bottom: 20px;
  font-weight: 600;
}

p {
  font-size: 1rem;
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 992px) {
  p {
    font-size: 1.15rem;
  }
}
p.large {
  font-size: 1.25rem;
  font-weight: 600;
}
@media (min-width: 992px) {
  p.large {
    font-size: 1.75rem;
  }
}

a {
  color: #2E6B8D;
  transition: color 300ms ease-in-out;
}
a img {
  transition: filter 300ms ease-in-out;
}
a:hover {
  color: #013E66;
}
a:hover img {
  filter: brightness(80%);
}
ul li {
  font-size: 1rem;
  margin-bottom: 5px;
}

.resource-item {
  display: block;
  border-bottom: 1px solid #69767E;
}
.resource-item a {
  display: block;
  color: #013E66;
  font-weight: 700;
  font-size: 1rem;
  padding: 15px 0;
  color: #013E66;
  text-decoration: none;
  transition: 0.4s;
}
.resource-item a:hover {
  background-color: rgba(169, 185, 196, 0.2);
  padding-left: 14px;
}
@media (min-width: 992px) {
  .resource-item {
    font-size: 1.15rem;
  }
}

.background p {text-align: left;}

#objectives {background-color: #f2f2f2;}
#objectives .background {padding-bottom: 55px;}
#objectives .objectives p {font-weight: bold; text-align: center; padding-top: 25px;}
#objectives .objectives img {display: block; margin: 0 auto;}

.instructions {
  padding-left: 15px;
  border-left: 3px solid #FDBA17;
  margin-bottom: 30px;
  color: #751113;
  max-width: 530px;
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 25px;
  letter-spacing: 0.1em;
  line-height: 170.25%;
}
@media (min-width: 992px) {
  .instructions {
    font-size: 1.15rem;
    padding-left: 20px;
  }
}

.footer .banner-img-container {
  width: 100%;
  height: 150px;
}
.footer .banner-img-container .banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .footer .banner-img-container {
    height: 277px;
  }
}
.footer .footer-content {
  background-color: #2E6B8D;
  padding: 10px;
  color: #fff;
}

.footer .footer-content a{
  color: #fff;
  text-decoration: none;
}
.footer .footer-content a:hover{
  transition: 0.5s all; 
  color:#E8B03C;
}

.footer .footer-content a.banner-link img{
  margin-right: 5px;
}

.footer .sddot-logo {
  background-color: #FFF;
  width: 80px;
  padding: 3px;
  height: auto;
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #FFF;
  z-index: 1000;
}
.header .navbar {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 10px;
  box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.25);
}
@media (min-width: 992px) {
  .header .navbar {
    padding: 0;
  }
}
.header .navbar .navbar-nav {
  display: flex;
  width: 100%;
  margin-top: 10px;
}
@media (min-width: 992px) {
  .header .navbar .navbar-nav {
    margin-top: 0;
  }
}
.header .navbar .navbar-nav .nav-item {
  flex: 1;
  border-bottom: 1px solid #FFF;
  margin-bottom: 0;
}
.header .navbar .navbar-nav .nav-item:last-child {
  border-bottom: 0;
}
@media (min-width: 992px) {
  .header .navbar .navbar-nav .nav-item {
    border-bottom: 0;
    border-right: 1px solid #FFF;
  }
  .header .navbar .navbar-nav .nav-item:last-child {
    border-right: 0;
  }
}
.header .navbar .navbar-nav .nav-item .nav-link {
  display: block;
  height: 100%;
  height: 100%;
  text-align: center;
  color: #FFF;
  background-color: #2E6B8D;
  text-transform: uppercase;
  padding: 10px 20px;
  transition: background-color 150ms ease-in-out;
}
.header .navbar .navbar-nav .nav-item .nav-link.current {
  background-color: #751113;
}
.header .navbar .navbar-nav .nav-item .nav-link.current:hover {
  background-color: #751113;
}
.header .navbar .navbar-nav .nav-item .nav-link:hover {
  background-color: #013556;
}
.header .navbar .navbar-nav .nav-item .nav-link .icon {
  display: block;
  height: 15px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
}
.header .navbar .navbar-toggler {
  margin-left: auto;
}

.hero {
  position: relative;
  display: block;
  width: 100%;
  height: 425px;
  padding: 30px 0;
  background-image: url("../assets/images/scbg-1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 992px) {
  .hero {
    height: 600px;
  }
}
.hero .container {
  height: 100%;
}
.hero .container .flex-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero .hero-content {
  position: relative;
  background-color: rgba(0, 0, 0, 0.35);
  padding: 20px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.hero .hero-content .content-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 100px;
}
@media (min-width: 992px) {
  .hero .hero-content .content-container {
    padding-left: 275px;
  }
}
.hero .hero-content h1 {
  text-shadow: 0 0 4px #444;
}
.hero .hero-content .i-29-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  width: 80px;
  height: auto;
  padding-right: 15px;
  border-right: 2px solid #E8B03C;
}
@media (min-width: 992px) {
  .hero .hero-content .i-29-icon {
    padding-right: 25px;
    top: -60px;
    transform: translateY(0);
    width: 250px;
  }
}
.hero .hero-content * {
  color: #FFF;
}

#about h2 {
  text-align: center;
}

.large-img img {
  width: 100%;  
  display:block;
  margin: 0 auto;
}

.large-img p {
font-size: 14px;
}

@media (min-width: 992px) {
  .large-img img {
    width: 65%;  
    display:block;
    margin: 0 auto;
  }
}

/* LIGHTBOX */
#lightbox {
  height: 100%;
  position: fixed;
  top: -100%;
  transition: top 0.85s;
  width: 100%;
  z-index: 1000000;
}

#lightbox > span {
  background-color: rgba(35, 35, 35, 0.8);
  cursor: pointer;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

#lightbox > span span {
  color: #fff;
  font-size: 3.6em;
  line-height: 0.4em;
  padding: 15px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}

#lightbox div {
  box-shadow: 0 8px 15px 0 #000;
  margin: -120px auto 0;
  max-height: 80%;
  overflow: auto;
  position: relative;
  transform: rotateX(90deg) translateY(-160px);
  transition: 0.24s;
  width: 88%;
}

#lightbox img {
  display: block;
  width: 250%;
  padding: 20px;
  background-color: #FFF;
}
@media (min-width: 992px) {
  #lightbox img {
    width: 100%;
  }
}

#lightbox.on {
  top: 0;
}

#lightbox.on div {
  margin-top: 50px;
  transition: 0.8s ease-out 0.32s;
  transform: rotateX(0deg) translateY(0px);
}

.lightbox {
  cursor: pointer;
}

.lightbox-cta {
  display: block;
  position: relative;
  border: 0;
  padding: 0;
  transition: filter 150ms ease-in-out;
  margin-bottom: 20px;
}
.lightbox-cta:hover {
  filter: brightness(80%);
}
.lightbox-cta .title {
  display: block;
  background-color: #751113;
  color: #FFF;
  font-size: 1rem;
  font-weight: 500;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
}
.lightbox-cta .img-container {
  display: block;
  position: relative;
  padding: 14px;
  background-color: #F4F7F8;
}
.lightbox-cta .img-container::after {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 5px;
  background-image: url("../../assets/images/garnish/magnifying-glass-zoom.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 43px;
  height: 43px;
}
.lightbox-cta .img-container img {
  width: 100%;
  height: auto;
}

.sidebar-section {
  padding: 35px 15px;
  overflow: hidden;
}
.sidebar-section h2 {
  color: #2E6B8D;
}
.sidebar-section h3 {
  border-color: #FFF;
}
@media (min-width: 992px) {
  .sidebar-section {
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 30px;
    padding-right: 0;
  }
}
.sidebar-section .sidebar {
  position: relative;
  background-color: #2E6B8D;
  padding: 45px 25px;
  background-image: url("../assets/images/garnish/about-icon-info.svg");
  background-repeat: no-repeat;
  background-size: 357px 357px;
  background-position-y: bottom;
  background-position-x: right;
}
.sidebar-section .sidebar * {
  color: #FFF;
}

.standard-section {
  padding: 35px 15px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .standard-section {
    padding: 70px 30px;
  }
}
.standard-section h2 {
  color: #2E6B8D;
}
.standard-section.gray-bg {
  background-color: #F4F7F8;
}
.standard-section.gray-bg h3 {
  color: #2E6B8D;
  border-color: #2E6B8D !important;
}
.standard-section.red-bg {
  background-color: #C02229;
}
@media (min-width: 992px) {
  .standard-section.red-bg {
    background-image: url("../assets/images/garnish/flag-red-bg.svg");
    background-repeat: no-repeat;
    background-size: 331px 422px;
    background-position-y: bottom;
    background-position-x: right;
  }
}
.standard-section.red-bg * {
  color: #FFF;
}
.standard-section.red-bg p {
  font-size: 1rem;
  font-weight: 400;
}
.standard-section.red-bg .date {
  font-size: 1.25rem;
  font-weight: 700;
}
.standard-section.red-bg .address {
  font-size: 1.15rem;
  font-weight: 600;
}
.standard-section.red-bg .copy-block {
  width: 100%;
  height: 100%;
  background-color: #CA454A;
  padding: 30px;
}
.standard-section.yellow-bg {
  background-color: #FDBA17;
}
@media (min-width: 992px) {
  .standard-section.yellow-bg {
    background-image: url("../assets/images/garnish/flag-yellow-bg.svg");
    background-repeat: no-repeat;
    background-size: 331px 422px;
    background-position-y: bottom;
    background-position-x: right;
  }
}
.standard-section.yellow-bg * {
  color: #292D2F;
}
.standard-section.yellow-bg p {
  font-size: 1rem;
  font-weight: 400;
}
.standard-section.yellow-bg .date {
  font-size: 1.25rem;
  font-weight: 700;
}
.standard-section.yellow-bg .address {
  font-size: 1.15rem;
  font-weight: 600;
}
.standard-section.yellow-bg .copy-block {
  width: 100%;
  height: 100%;
  background-color: #751113;
  padding: 30px;
}
.standard-section.yellow-bg .copy-block * {
  color: #FFF;
}
.standard-section.teal-bg {
  background-color: #2E6B8D;
}
@media (min-width: 992px) {
  .standard-section.teal-bg {
    background-image: url("../assets/images/garnish/book-teal-bg.svg");
    background-repeat: no-repeat;
    background-size: 331px 286px;
    background-position-y: 120%;
    background-position-x: 100%;
  }
}
.standard-section.teal-bg * {
  color: #FFF;
}
.standard-section.teal-bg .copy-block {
  width: 100%;
  height: 100%;
  background-color: #FFF;
  padding: 40px 20px;
}
.standard-section.teal-bg .copy-block * {
  color: #292D2F;
}
.standard-section.teal-bg .copy-block h3 {
  color: #751113;
}
.standard-section.teal-bg .copy-block a {
  color: #2E6B8D;
}

.top-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background-color: #FFF;
  padding: 10px;
}
.top-banner .logo-container .logo {
  width: auto;
  height: 30px;
  margin-right: 8px;
}
.top-banner .banner-link {
  display: inline-block;
  color: #005288;
  transition: color 150ms ease-in-out;
  font-size: 0.75rem;
  font-weight: 700;
  text-decoration: none;
}
.top-banner .banner-link:hover {
  color: #013E66;
}

.video-embed {
  position: relative;
  padding-bottom: 50%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 30px;
}
.video-embed iframe, .video-embed object, .video-embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ANNOUNCEMENT */
#announcement { background: #c02229; color: #ffffff; font-size: 120%; overflow: hidden; padding-bottom: 1.6em; padding-top: 1.5em; text-align: center; }
#announcement a { color: #ffffff; text-decoration: underline; }

img.om {width: 35px;}

/* EVENTS */
.section { background-color: #fff; padding: 46px 11% 86px; }
breakpoint { opacity: 1; position: relative; top: 0; }

#events { background-color: #c02229; margin: 0; overflow: auto; }
#events h2 { color: #fff; }
#events h2:after { background-color: #103f68; }
#events h3 { border-bottom: 1px solid #fff; border-left: 0; color: #fff; font-size: 1.5em; margin-bottom: 32px; padding-bottom: 6px; padding-left: 0; }
#events .coming-soon { background-color: #c9474b; color: #fff; }
#events p.white-text {color:#fff; text-align: left;}

.event { background-color: #ca454a; color: #fff; margin-top: 3% !important; margin-bottom: 34px; padding: 22px 26px; width: 100%; }
.event img { margin: 3px 0 11px; }
.event h4 { font-size: 1.5em; font-weight: 700; line-height: 1.2em; margin: 8px 0; }
.event p { margin: 0 0 8px; text-align: left;}
.event a { background-color: #103f68; color: #fff; display: inline-block; letter-spacing: .1em; margin: 12px 0 4px; padding: 8px 12px; }
.event a:hover { background-color: #04223d; }
.event:last-of-type { margin: 0; }

.event-popup { -moz-transition: top .6s; -ms-transition: top .6s; -o-transition: top .6s; -webkit-transition: top .6s; height: 100%; left: 0; position: fixed; top: -100%; transition: top .6s; width: 100%; z-index: 15; }
.event-popup > span { background-color: rgba(0,57,74,.84); cursor: pointer; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
.event-popup div { -moz-transition: top .9s ease-in-out .1s; -ms-transition: top .9s ease-in-out .1s; -o-transition: top .9s ease-in-out .1s; -webkit-transition: top .9s ease-in-out .1s; background-color: #fff; margin: 0 auto; max-height: 80%; overflow: auto; padding: 32px 18px 16px; position: relative; top: -400px; transition: top .9s ease-in-out .1s; width: 750px; }
.event-popup div span { -moz-transition: background-color .2s; -ms-transition: background-color .2s; -o-transition: background-color .2s; -webkit-transition: background-color .2s; border-radius: 50%; border: 1px solid #000; cursor: pointer; font-size: 3em; height: 29px; line-height: .66em; margin: 14px 18px; position: absolute; right: 0; text-align: center; top: 0; transition: background-color .2s; width: 29px; }
.event-popup div span:hover { background-color: #eee; }
.event-popup h4 { color: #103f68; font-size: 1.8em; font-weight: 700; line-height: 1.1em; margin: 0 0 8px; }
.event-popup h5 { color: #103f68; font-size: 1.5em; margin: 0; }
.event-popup p { font-size: .9em; line-height: 1.3em; margin: 18px 0; }
.event-popup iframe { border: 1px solid #aaa; height: 360px; width: 100%; }

.event-popup.showing { top: 0; }
.event-popup.showing div { top: 60px; }

.corridor-study-area { background: #751113; color: #fff; font-size: 1.6em; letter-spacing: 0; line-height: 1.2em; margin: 30px 0 0; padding: 12px 14px; text-align: center; text-transform: none; }
@media screen and (max-width: 992px) { .corridor-study-area { font-size: 1.3em; } }

#project-contacts { --bs-gutter-x: 0; background: #2E6B8D; color: #fff; padding: 22px 5% 26px; }
#project-contacts > div { padding: 14px 0;  text-align: center; }
#project-contacts a { color: #fff; }
#project-contacts a:hover { color: #ccf; }