div#overlay-screen {
  display: none;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  position: fixed;
  transform: translateX(-50%);
  z-index: 5000;
  top: 220px !important;
}
@media screen and (max-width: 650px) {
  div#overlay-screen {
    top: 154px !important;
  }
}
div#overlay-screen #overlay-content {
  align-items: center;
  background-color: #121212;
  box-shadow: 2px 2px 40px 3px rgba(0, 0, 0, 0.5);
  color: #fff;
  display: flex;
  flex-direction: column;
  font-family: Arial, sans-serif;
  font-size: 14px;
  height: 567px;
  margin: 0 auto;
  max-height: 95vh;
  max-width: 95vw;
  min-height: auto;
  position: relative;
  width: 850px;
}
div#overlay-screen #overlay-content * {
  box-sizing: border-box;
}
div#overlay-screen #overlay-content .overlay-bg {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 0.2) 50%), url("img/nmai-splash-september-2025.jpg") 100% / cover no-repeat;
  height: 100%;
  width: 100%;
  position: relative;
}
div#overlay-screen #overlay-content #overlay-top {
  position: absolute;
  right: 0;
  top: -40px;
}
@media screen and (max-width: 650px) {
  div#overlay-screen #overlay-content #overlay-top {
    top: -35px;
    right: 10px;
  }
}
div#overlay-screen #overlay-content #overlay-top #overlay-close {
  border: 1px solid #fff;
  border-radius: 50%;
  color: #FFF;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 4px;
  text-decoration: none;
  position: relative;
  z-index: 500;
}
div#overlay-screen #overlay-content #overlay-top #overlay-close span {
  background: url("img/close.svg") 100% / contain no-repeat;
  border-radius: 50%;
  display: inline-block;
  height: 16px;
  margin: 0;
  vertical-align: top;
  width: 16px;
}
div#overlay-screen #overlay-content .overlay-text {
  bottom: 0;
  left: 50%;
  margin-left: -45%;
  padding: 50px 0 40px;
  position: absolute;
  text-align: center;
  width: 90%;
}
div#overlay-screen #overlay-content .overlay-text .overlay-title {
  color: #FFF;
  font-family: "Arial Narrow", sans-serif;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 1.6px;
  line-height: 1.2;
  padding: 0 15px 10px 0;
  text-align: left;
  text-transform: uppercase;
}
@media screen and (max-width: 800px) {
  div#overlay-screen #overlay-content .overlay-text .overlay-title {
    text-align: center;
    padding: 0 0 10px 0;
  }
}
div#overlay-screen #overlay-content .overlay-text #highlight {
  color: #00c4b0;
  font-family: "Arial", sans-serif;
  font-size: 46px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: left;
  text-transform: uppercase;
}
div#overlay-screen #overlay-content .overlay-text .button {
  background: transparent;
  border: 2px solid #fff;
  color: #FFF;
  font-family: "Arial", sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.8px;
  margin: 0 auto;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  width: 125px;
}
div#overlay-screen #overlay-content .overlay-text .button:hover {
  background: #00a2a2;
  border-color: #00a2a2;
}
div#overlay-screen #overlay-content .overlay-text hr {
  border: none;
  border-top: 1px solid #fff;
  margin: 1rem auto 1.25rem;
  width: 60%;
}
div#overlay-screen #overlay-content .overlay-text p {
  color: #fbfcfb;
  font-family: "Arial", sans-serif;
  line-height: 1.5;
  margin: 0 0 20px;
  padding: 0;
}
div#overlay-screen #overlay-content .overlay-text p#splashtext {
  color: #00a2a2;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 0.3px;
  line-height: 1.3;
  text-transform: uppercase;
}
div#overlay-screen #overlay-content .overlay-text p#subtext {
  color: #FFF;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.25;
  margin-left: 1rem;
  margin-right: 1rem;
  text-transform: none;
  text-shadow: 2px 2px #000000;
}
@media screen and (max-width: 800px) {
  div#overlay-screen #overlay-content .overlay-text p#subtext {
    text-align: center;
    font-size: 22px;
  }
}
div#overlay-screen #overlay-content .overlay-text p#lead {
  color: #FFF;
  font-size: 15px;
  letter-spacing: 0.8px;
  line-height: 1.3;
  position: relative;
  margin: 0 0 30px;
}
div#overlay-screen #overlay-content .overlay-text p.source {
  font-size: 10px;
}
div#overlay-screen #overlay-content .overlay-text a {
  color: #7dd2f7;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
div#overlay-screen #overlay-content .overlay-text h1 {
  color: white;
  font-weight: bold;
  font-size: 31px;
  letter-spacing: 0.2px;
  line-height: 32px;
  margin: 0 0 5px;
}
div#overlay-screen #overlay-content .overlay-text h1 span {
  color: #7dd2f7;
}
@media screen and (max-width: 650px) {
  div#overlay-screen #overlay-content {
    background-position: center;
    background-size: cover;
    display: block;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    min-height: 600px;
  }
  div#overlay-screen #overlay-content .overlay-title {
    text-align: center;
  }
  div#overlay-screen #overlay-content .overlay-bg {
    background: linear-gradient(0deg, #121212 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.1) 50%), url("img/nmai-splash-september-2025.jpg") 100% / cover no-repeat;
    height: 35vh;
    width: 100%;
  }
  div#overlay-screen #overlay-content .overlay-text {
    margin-left: -42.5%;
    width: 85%;
    padding: 0;
    position: relative;
    top: -60px;
  }
  div#overlay-screen #overlay-content .overlay-text p#subtext {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
