.hero-video {
  position: relative;
  overflow: hidden;
  height: 60vh;
  min-height: 32rem;
  background: url("https://ced-editor.hsc.wvu.edu/media/5655/poster-web.jpg") center/cover no-repeat;
  border-bottom: 1px solid rgba(238, 170, 0, 0.35);
}
.hero-video .hero-media {
  position: relative;
  height: 60vh;
  min-height: 32rem;
  z-index: 0;
}
.hero-video .hero-media::before {
  content: "";
  position: absolute;
  inset: 0; /* shorthand for top/right/bottom/left: 0 */
  background-color: rgba(27, 34, 45, 0.35);
  background-image: linear-gradient(to right, rgba(27, 34, 45, 0.75) 30%, rgba(27, 34, 45, 0.35) 65%, rgba(27, 34, 45, 0.15) 100%);
  z-index: 1;
  pointer-events: none; /* allows clicks on controls/video */
}
.hero-video .hero-media video {
  opacity: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.4s ease;
}
.hero-video .hero-media video.active {
  opacity: 1;
  margin: 0 !important;
}
.hero-video .hero-media .video-controls {
  position: absolute;
  top: 30rem;
  right: 9rem;
  z-index: 5;
  font-size: 2rem;
}
.hero-video .hero-media #playButton, .hero-video .hero-media #pauseButton {
  border: none;
  padding: 0.5rem 0.75rem;
  color: #fff;
  cursor: pointer;
  height: 36px;
  width: 35px;
}
.hero-video .hero-content {
  position: absolute;
  z-index: 10;
  top: 40%;
  left: 10%;
  transform: translateY(-40%);
  color: #fff;
}
.hero-video .hero-content h1 {
  margin: 0 0 1rem 0;
  color: white;
}
.hero-video .hero-content p {
  max-width: 32rem;
  line-height: 1.5;
}

.home-page-content-wrapper {
  /* ==========================
     BACKGROUND COLOR UTILITIES
     ========================== */
  /* Gold Row ------------------- */
  /* Not-Quite-White Row -------- */
  /* Coopers Gray Row ----------- */
  /* Coal / Footer Row ---------- */
}
.home-page-content-wrapper .home-page-row {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  padding-top: 2rem;
  width: calc(100% - 2rem) !important;
  max-width: 75rem;
  margin: 0 auto;
}
.home-page-content-wrapper .home-page-row section {
  flex: 1 1 300px;
}
.home-page-content-wrapper .gold-background {
  background: #EEAA00;
  color: #000;
}
.home-page-content-wrapper .gold-background a {
  color: #000;
  text-decoration: underline;
}
.home-page-content-wrapper .not-quite-white-background {
  background: #F7F7F7;
  color: #000;
}
.home-page-content-wrapper .not-quite-white-background a {
  color: #002855;
}
.home-page-content-wrapper .coopers-gray-background {
  background: #BEB7B3;
  color: #000;
}
.home-page-content-wrapper .coopers-gray-background a {
  color: #002855;
}
.home-page-content-wrapper .coal-background {
  background: #1B222D;
  color: #FFF;
}
.home-page-content-wrapper .coal-background a {
  color: #F7DD63;
}

/** Button Fatory **/
.gold-button {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
  padding: 0.75rem 1rem;
  border-radius: 0.25rem;
  position: relative;
  color: #F7F7F7;
  background-color: #EEAA00;
  box-shadow: inset 0 -0.125rem rgb(161.5, 115.3571428571, 0);
  transition: background-color 0.15s ease, box-shadow 0.15s ease;
}
.gold-button:hover, .gold-button:focus {
  background-color: rgb(255, 187.4857142857, 18.7);
  box-shadow: inset 0 -0.125rem rgb(212.5, 151.7857142857, 0);
}

.blue-button {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
  padding: 0.75rem 1rem;
  border-radius: 0.25rem;
  position: relative;
  color: #F7F7F7;
  background-color: #002855;
  box-shadow: inset 0 -0.125rem rgb(0, 4, 8.5);
  transition: background-color 0.15s ease, box-shadow 0.15s ease;
}
.blue-button:hover, .blue-button:focus {
  background-color: rgb(0, 56.8, 120.7);
  box-shadow: inset 0 -0.125rem rgb(0, 28, 59.5);
}

.safety-blue-button {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
  padding: 0.75rem 1rem;
  border-radius: 0.25rem;
  position: relative;
  color: #F7F7F7;
  background-color: #0062A3;
  box-shadow: inset 0 -0.125rem rgb(0, 52.0061349693, 86.5);
  transition: background-color 0.15s ease, box-shadow 0.15s ease;
}
.safety-blue-button:hover, .safety-blue-button:focus {
  background-color: rgb(0, 119.463803681, 198.7);
  box-shadow: inset 0 -0.125rem rgb(0, 82.6687116564, 137.5);
}

.canary-button {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
  padding: 0.75rem 1rem;
  border-radius: 0.25rem;
  position: relative;
  color: #1B222D;
  background-color: #F7DD63;
  box-shadow: inset 0 -0.125rem rgb(243.2682926829, 205.1402439024, 26.2317073171);
  transition: background-color 0.15s ease, box-shadow 0.15s ease;
}
.canary-button:hover, .canary-button:focus {
  background-color: rgb(245.2585365854, 213.5987804878, 65.0414634146);
  box-shadow: inset 0 -0.125rem rgb(207.8414634146, 173.2012195122, 10.6585365854);
}

.star-city-blue-button {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
  padding: 0.75rem 1rem;
  border-radius: 0.25rem;
  position: relative;
  color: #1B222D;
  background-color: #9DDAE6;
  box-shadow: inset 0 -0.125rem rgb(96.0487804878, 194.987804878, 214.4512195122);
  transition: background-color 0.15s ease, box-shadow 0.15s ease;
}
.star-city-blue-button:hover, .star-city-blue-button:focus {
  background-color: rgb(128.556097561, 207.2609756098, 222.743902439);
  box-shadow: inset 0 -0.125rem rgb(55.4146341463, 179.6463414634, 204.0853658537);
}

.sunset-button {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
  padding: 0.75rem 1rem;
  border-radius: 0.25rem;
  position: relative;
  color: #1B222D;
  background-color: #F58672;
  box-shadow: inset 0 -0.125rem rgb(239.9337748344, 72.6986754967, 42.5662251656);
  transition: background-color 0.15s ease, box-shadow 0.15s ease;
}
.sunset-button:hover, .sunset-button:focus {
  background-color: rgb(242.6357615894, 105.3927152318, 80.6642384106);
  box-shadow: inset 0 -0.125rem rgb(216.1688741722, 45.9933774834, 15.3311258278);
}

.aoe-button-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.aoe-button-list li a {
  display: inline-block;
}
.aoe-button-list li:nth-child(1) a {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
  padding: 0.75rem 1rem;
  border-radius: 0.25rem;
  position: relative;
  color: #1B222D;
  background-color: #9DDAE6;
  box-shadow: inset 0 -0.125rem rgb(96.0487804878, 194.987804878, 214.4512195122);
  transition: background-color 0.15s ease, box-shadow 0.15s ease;
}
.aoe-button-list li:nth-child(1) a:hover, .aoe-button-list li:nth-child(1) a:focus {
  background-color: rgb(128.556097561, 207.2609756098, 222.743902439);
  box-shadow: inset 0 -0.125rem rgb(55.4146341463, 179.6463414634, 204.0853658537);
}
.aoe-button-list li:nth-child(2) a {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
  padding: 0.75rem 1rem;
  border-radius: 0.25rem;
  position: relative;
  color: #1B222D;
  background-color: #F7DD63;
  box-shadow: inset 0 -0.125rem rgb(243.2682926829, 205.1402439024, 26.2317073171);
  transition: background-color 0.15s ease, box-shadow 0.15s ease;
}
.aoe-button-list li:nth-child(2) a:hover, .aoe-button-list li:nth-child(2) a:focus {
  background-color: rgb(245.2585365854, 213.5987804878, 65.0414634146);
  box-shadow: inset 0 -0.125rem rgb(207.8414634146, 173.2012195122, 10.6585365854);
}
.aoe-button-list li:nth-child(3) a {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
  padding: 0.75rem 1rem;
  border-radius: 0.25rem;
  position: relative;
  color: #1B222D;
  background-color: #F58672;
  box-shadow: inset 0 -0.125rem rgb(239.9337748344, 72.6986754967, 42.5662251656);
  transition: background-color 0.15s ease, box-shadow 0.15s ease;
}
.aoe-button-list li:nth-child(3) a:hover, .aoe-button-list li:nth-child(3) a:focus {
  background-color: rgb(242.6357615894, 105.3927152318, 80.6642384106);
  box-shadow: inset 0 -0.125rem rgb(216.1688741722, 45.9933774834, 15.3311258278);
}
.aoe-button-list li:nth-child(4) a {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
  padding: 0.75rem 1rem;
  border-radius: 0.25rem;
  position: relative;
  color: #F7F7F7;
  background-color: #0062A3;
  box-shadow: inset 0 -0.125rem rgb(0, 52.0061349693, 86.5);
  transition: background-color 0.15s ease, box-shadow 0.15s ease;
}
.aoe-button-list li:nth-child(4) a:hover, .aoe-button-list li:nth-child(4) a:focus {
  background-color: rgb(0, 119.463803681, 198.7);
  box-shadow: inset 0 -0.125rem rgb(0, 82.6687116564, 137.5);
}

.disability-facts-2025 {
  position: relative;
  background-image: url("/media/5660/wv-location-large.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #F7F7F7;
  overflow: hidden;
  border-top: 0.25rem solid #EEAA00;
}
.disability-facts-2025::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 98, 163, 0.85) 0%, rgba(0, 98, 163, 0.65) 60%, rgba(0, 98, 163, 0.85) 100%);
  z-index: 1;
}
.disability-facts-2025 .cont {
  position: relative;
  z-index: 2;
  padding: 1.25rem 2rem;
  max-width: 900px;
  background: linear-gradient(180deg, rgba(0, 40, 85, 0.35), rgba(0, 40, 85, 0.15));
  border-radius: 4px;
}
.disability-facts-2025 h2 {
  color: #F7F7F7;
  margin: 0.5rem 0rem;
  text-shadow: 0 2px 4px rgba(27, 34, 45, 0.6);
  font-size: 3rem;
}
.disability-facts-2025 p {
  color: #F7F7F7;
  margin-bottom: 1rem;
  line-height: 1.6;
  text-shadow: 0 1px 3px rgba(27, 34, 45, 0.55);
}
.disability-facts-2025 ul {
  margin: 1rem 0 1.5rem;
  padding-left: 1.25rem;
}
.disability-facts-2025 ul li {
  color: #F7F7F7;
  margin-bottom: 0.5rem;
  text-shadow: 0 1px 3px rgba(27, 34, 45, 0.55);
}
.disability-facts-2025 a {
  color: #EEAA00;
  text-decoration: underline;
}
.disability-facts-2025 a:hover, .disability-facts-2025 a:focus {
  color: rgb(255, 191.8571428571, 34);
}
.disability-facts-2025 p:last-of-type {
  font-size: 0.875rem;
  opacity: 0.85;
  margin-top: 2rem;
}

.areas-of-emphasis-2025 .cont {
  position: relative;
}
.areas-of-emphasis-2025 h2 {
  position: relative;
  font-size: 6rem;
  color: #002855;
  margin-bottom: 1.25rem;
  line-height: 1.1;
  z-index: 2;
}
.areas-of-emphasis-2025 h2::before {
  content: "";
  position: absolute;
  left: -1.25em;
  top: -0.65em;
  width: 1.25em;
  height: 3em;
  background-color: #EEAA00;
  transform: skewX(146.25deg);
  z-index: -1;
}
.areas-of-emphasis-2025 p {
  font-size: 1.25rem;
  max-width: 60ch;
  margin-bottom: 2rem;
  color: #1B222D;
}

.news-and-students-2025 {
  position: relative;
  padding: 4rem 0;
  background-image: linear-gradient(180deg, rgba(162, 170, 173, 0) 4rem, rgba(162, 170, 173, 0.2) 4rem, rgba(162, 170, 173, 0) 80%);
}

.news-2025 {
  background-color: #F7F7F7;
  padding: 1rem;
}
.news-2025 .cont {
  position: relative;
}
.news-2025 h2 {
  font-size: 3rem;
  color: #8D4638;
  margin: 1rem 0 1.75rem 0;
  letter-spacing: -0.01em;
}
.news-2025 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
.news-2025 li a {
  display: block;
  text-decoration: none;
  color: #1B222D;
}
.news-2025 li a:hover, .news-2025 li a:focus {
  color: #8D4638;
}
.news-2025 li img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.25rem;
  margin-bottom: 0.75rem;
}
.news-2025 li .headline {
  line-height: 1.3;
  font-size: 1rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.news-2025 li:first-child {
  grid-column: span 2;
}
.news-2025 li:first-child img {
  aspect-ratio: 16/9;
  object-fit: cover;
}
.news-2025 li:first-child .headline {
  font-size: 1.35rem;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
.news-2025 .safety-blue-button {
  color: white;
}
.news-2025 .safety-blue-button:hover, .news-2025 .safety-blue-button:focus {
  color: white !important;
}

.spotlight-2025 .cont {
  background-color: #F7F7F7;
  padding: 2.5rem 2.5rem 2.75rem;
  border-radius: 0.25rem;
  height: auto;
  margin-top: 5%;
}
.spotlight-2025 h2 {
  margin: 0 0 2.5rem;
  color: #7F6310;
  font-size: 4.5rem;
}
.spotlight-2025 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.spotlight-2025 li {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.spotlight-2025 li:not(:last-child) {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(190, 183, 179, 0.35);
}
.spotlight-2025 li img {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
.spotlight-2025 li p {
  margin: 0;
  line-height: 1.3;
}
.spotlight-2025 li p:first-of-type {
  font-weight: 600;
  color: #1B222D;
}
.spotlight-2025 li p:last-of-type {
  font-size: 0.95rem;
  color: #7C706C;
}
.spotlight-2025 > .cont > p {
  margin-top: 2.5rem;
  margin-bottom: 0;
}
.spotlight-2025 .gold-button {
  font-weight: 600;
  padding: 0.65em 1.25em;
  color: #002855;
}

.gold-topo-2025 {
  background-image: url("https://ced-editor.hsc.wvu.edu/media/5664/1920x1080-124-topo2.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  width: 100%;
}

.quicklinks-2025 {
  padding: 2rem 0rem 3rem 0rem;
  color: #1B222D;
  /* base list reset */
  /* PRIMARY LINKS */
  /* SOCIAL LINKS */
}
.quicklinks-2025 .cont {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 1.5rem;
  align-items: stretch;
}
.quicklinks-2025 h2 {
  font-size: 1.75rem;
  text-transform: uppercase;
  margin: 0;
  color: #1B222D;
  grid-column: 1;
}
.quicklinks-2025 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1rem;
}
.quicklinks-2025 ul:first-of-type {
  display: grid;
  row-gap: 0.75rem;
  align-self: start;
  grid-column: 2;
}
.quicklinks-2025 ul:first-of-type a {
  font-weight: 600;
  text-decoration: none;
  color: #002855;
}
.quicklinks-2025 ul:first-of-type a:hover {
  text-decoration: underline;
}
.quicklinks-2025 ul:last-of-type {
  display: flex;
  gap: 1rem;
  grid-column: 3;
  justify-self: end;
  align-self: center;
  font-size: 0.9rem;
}

.contact-2025 {
  background-color: #BEB7B3;
  padding: 2rem 0rem 4rem 0rem;
}
.contact-2025 .cont {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 1.5rem;
  align-items: stretch;
}
.contact-2025 h2 {
  position: absolute;
  left: -9999px;
}
.contact-2025 h3 {
  color: #1B222D;
  text-transform: capitalize;
  margin-bottom: 0.5rem;
}
.contact-2025 p {
  color: #1B222D;
  font-size: 1.125rem;
  margin-top: 0;
}
.contact-2025 p a {
  color: #002855;
}
.contact-2025 .feedback-2025 {
  background: linear-gradient(135deg, #002855 0%, rgb(38.475, 48.45, 64.125) 45%, rgb(49.95, 62.9, 83.25) 100%);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  padding: 0 1rem;
  border-radius: 2px;
}
.contact-2025 .feedback-2025 h3 {
  color: #EEAA00;
}