.media-slab-controls {
    background: transparent;
    border: none;
    width: 100%;
    height: 3rem;
    cursor: pointer;
    display: block;
    opacity: 0.5;
    transition: ease;
    display: flex;
    position: absolute;
    top: 0;
    justify-content: flex-end;
    padding: 1.5rem 1.5rem 0 0;
  }
    .media-slab-controls--play::after {
        content: "";
        mask-image: url(https://aux.tamu.edu/icons/aux-prod-icons/play.svg);
        -webkit-mask-image: url(https://aux.tamu.edu/icons/aux-prod-icons/play.svg);
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-size: 3rem;
        -webkit-mask-position: bottom;
        mask-repeat: no-repeat;
        mask-position: bottom;
        mask-size: 2.25rem;
        background-repeat: no-repeat;
        display: inline-block;
        background: #fff;
        margin-right: 0.5rem;
        width: 3rem;
        height: 3rem;
    }
    .media-slab-controls--pause::after {
        content: "";
        mask-image: url(https://aux.tamu.edu/icons/aux-prod-icons/pause.svg);
        -webkit-mask-image: url(https://aux.tamu.edu/icons/aux-prod-icons/pause.svg);
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-size: 3rem;
        -webkit-mask-position: bottom;
        mask-repeat: no-repeat;
        mask-position: bottom;
        mask-size: 2.1rem;
        background-repeat: no-repeat;
        display: inline-block;
        background: #fff;
        margin-right: 0.5rem;
        width: 3rem;
        height: 3rem;
    }

.mt-lg {
margin-top:1.5rem !important;
}
/* hiding messages header */
.Messages__header {
display:none;
visibility:hidden;
}
/* removing content container styles */
.Content__container {
max-width:none;
width:100%;
padding:0;
}
.Content {
padding-bottom:0;
}
/** HERO AND COUNTDOWN **/
.hero .divider-icon {
display:flex;
align-items:center;
gap:1rem;
margin:1.5rem 0;
}
.hero .divider-icon::before, .hero .divider-icon::after {
content:"";
width:100%;
height:2px;
background:#d1d1d1;
display:block;
}
.hero .divider-icon svg {
width:1.5rem;
height:1.5rem;
fill:#500000;
min-width:1.5rem;
}
.hero h1 {
font-family: "Oswald", Arial, sans-serif;
  font-weight: 400;
  color: #500000;
  font-size: 2.75rem;
  text-transform: uppercase;
  sup {
  top:-.5rem;
  }
  }
.hero.hero--tall {
  position: relative;
}
.hero--tall .hero__video {
  aspect-ratio: unset;
  height: 700px;
}
@media (max-width: 1400px) {
  .hero--tall .hero__video {
    aspect-ratio: 2/1;
    height: auto;
    min-height:450px;
    max-width: 100%;
  }
}
.hero .hero__video video {
object-fit:cover;
}
.hero .hero__container {
  width: 750px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -5rem;
}
.hero .hero__container .hero__content {
  width: 100%;
  padding: 3rem;
  padding-bottom:0;
  background: #ffffff;
}
}
.hero
  .hero__container
  .hero__content
  .heading-group.heading-group--display
  .superhead,
.hero
  .hero__container
  .hero__content
  .heading-group.heading-group--display
  .subhead {
  font-family: Georgia, serif;
}
.hero .hero__container {
  margin-top: -6rem;
}

.hero .hero__container .hero__content {
  margin-top: 2rem;
}
heading-group heading-group--display h1 {
  font-size: 3.75rem;
  font-weight: 500;
}
.heading-group.heading-group--display {
  text-align: center;
}

.text-box {
  color: #ffffff;
  background: #500000;
  padding: 1rem 2rem;
  text-align: center;
  font-family: "Work Sans";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top:-5rem !important;
  margin-bottom: 2rem;
  max-width: 480px !important;
  position: absolute;
  sup {
      top:-.25rem
  }
}
.text-box .superhead {
  display: block;
  font-size: 2rem;
  color: #fff;
  font-weight: 800;
}

.tracking {
  letter-spacing: 4px;
}

#countdown-container {
  position: absolute;
  margin-top: -20rem;
  max-width: 700px;
  display: flex;
  justify-content: center;
}

.flip-clock {
  text-align: center;
}
.flip-clock *,
.flip-clock *:before,
.flip-clock *:after {
  box-sizing: border-box;
}
.flip-clock__piece {
  display: inline-block;
  margin: 0 5px;
}
.flip-clock__slot {
  font-size: 0vw;
}
.card {
  display: block;
  position: relative;
  padding-bottom: 0.76em;
  font-size: 9rem;
  font-family: Oswald, sans-serif;
  line-height: 0.95;
}
.card__top,
.card__bottom,
.card__back::before,
.card__back::after {
  display: block;
  height: 0.76em;
  color: #500000;
  background: #fff;
  padding: 0.25em 0.25em;
  border-radius: 0.15em 0.15em 0 0;
  backface-visiblity: hidden;
  transform-style: preserve-3d;
  width: 1.3em;
  transform: translateZ(0);
}
.card__bottom {
  color: #3c0000;
  position: absolute;
  top: 50%;
  left: 0;
  border-top: solid 2px #505050;
  background: #eaeaea;
  border-radius: 0 0 0.15em 0.15em;
  pointer-events: none;
  overflow: hidden;
}
.card__bottom::after {
  display: block;
  margin-top: -0.76em;
}
.card__back::before,
.card__bottom::after {
  content: attr(data-value);
}
.card__back {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0%;
  pointer-events: none;
}
.card__back::before {
  position: relative;
  z-index: -1;
  overflow: hidden;
}
.flip .card__back::before {
  animation: flipTop 0.3s cubic-bezier(0.37, 0.01, 0.94, 0.35);
  animation-fill-mode: both;
  transform-origin: center bottom;
}
.flip .card__back .card__bottom {
  transform-origin: center top;
  animation-fill-mode: both;
  animation: flipBottom 0.6s cubic-bezier(0.15, 0.45, 0.28, 1);
}
@keyframes flipTop {
  0% {
    transform: rotateX(0deg);
    z-index: 2;
  }
  0%,
  99% {
    opacity: 0.99;
  }
  100% {
    transform: rotateX(-90deg);
    opacity: 0;
  }
}
@keyframes flipBottom {
  0%,
  50% {
    z-index: -1;
    transform: rotateX(90deg);
    opacity: 0;
  }
  51% {
    opacity: 0.99;
  }
  100% {
    opacity: 0.99;
    transform: rotateX(0deg);
    z-index: 5;
  }
}
@media screen and (max-width: 850px) {
  .hero .hero__container {
    width: auto;
  }
  .flip-clock__card.card {
    font-size: 4.5rem;
  }


  #countdown-container {
    margin-top: -14.25rem;
  }

  .text-box {
    font-size: 1rem;
    margin-top:-6rem;
  }
}

@media screen and (max-width: 350px) {
  .flip-clock__card.card {
    font-size: 4rem;
  }
}

/** PAGE CONTENT **/

.section-wrap {
  .custom-content {
    max-width:800px;
    margin:0 auto;
  }
      .section-intro.section-intro--center {
       display: flex;
      width: 100%;
      gap: 1.5rem;
      align-items: center;
      margin-bottom:.5rem;
      }
  .section-intro.section-intro--center::before, .section-intro.section-intro--center::after {
        content: "";
        height: 2px;
        background: #d1d1d1;
        flex: 1 0 45px;
  }
  h2 {
    font-family: "Georgia", serif;
    font-weight: 400;
    color: #500000;
    font-size: 32px;
    margin:0;
    padding:0;
    margin-bottom:.5rem;
  }
  h3 {
    margin-bottom: 1rem;
    margin-top: 1.5rem;
  }
  p, ul li, ol li {
    margin:0;
    padding:0;
    font-family:"Open Sans", sans-serif;
    font-size:1rem;
    line-height:1.5;
    color:#000000;
  }
  p {
    margin-bottom:1rem;
  }
  ul, ol {
    padding:0;
    margin:0;
    margin-bottom:1rem;
    li {
      margin-left:1.5rem;
      margin-bottom:.25rem;
    }
    li:last-child {
      margin-bottom:0;
    }
  }
  p, ul li, ol li {
     a {
       color:#500000;
       font-weight:bold;
       text-decoration:underline;
       text-decoration-thickness: 2px;
       border:none;
    }
    a:hover, a:active, a:focus {
      text-decoration:none;
      border:none;
      color:#732f2f;
    }
  }
}


/** TABS **/
.tab-component {
  h2 {
    font-family: "Georgia", serif;
    font-weight: 400;
    color: #500000;
    font-size: 32px;
    margin:0;
  }
  p {
    font-family:"Open Sans", sans-serif;
    font-size:1rem;
    line-height:1.5;
    font-weight:400;
  }
}
.tab-component__content {
  display: none;
}
.tab-component__content--active {
  display: block;
}

.tab-component {
  width: 800px;
  margin: 1rem auto;
}

.tab-component .tab-component__tabs .tab-component__tab-list {
  border-bottom: 5px solid #500000;
  list-style-type: none;
  display: flex;
  margin: 0;
  padding: 0;
  gap:.25rem;
}
.tab-component
  .tab-component__tabs
  .tab-component__tab-list
  .tab-component__tab-item {
  font-family: "Work Sans";
  background-color: #eaeaea;
  border-radius: 0.5rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: .5rem 1rem;
  margin: 0;
  transition:0.2s ease;
}
.tab-component
  .tab-component__tabs
  .tab-component__tab-list
  .tab-component__tab-item:hover {
  cursor: pointer;
  background-color: #732f2f;
  color: white;
}
.tab-component
  .tab-component__tabs
  .tab-component__tab-list
  .tab-component__tab-item:focus-visible {
  text-decoration: underline;
  outline: none;
  border: 2px red solid;
}
.tab-component
  .tab-component__tabs
  .tab-component__tab-list
  .tab-component__tab-item--active {
  background-color: #500000;
  color: white;
}
.tab-component
  .tab-component__tabs
  .tab-component__tab-list
  .tab-component__tab-item--active:hover {
  background-color: #500000;
}
.tab-component .tab-component__content {
  background-color: white;
  padding: 1rem;
  border-bottom: 3px solid #eaeaea;
}
.tab-component .tab-component__content .tab-heading {
  font-family:"Work Sans", sans-serif;
  color:#732f2f;
  font-weight:600;
  font-size: 1.6rem;
}
.tab-component .tab-component__content .tab-content {
  color: black;
  line-height: 1.5;
  margin-bottom: 1rem;
  font-family: "Open Sans", sans-serif;
  .description-list {
    dt {
      font-family:"Work Sans", sans-serif;
      font-size:1.25rem;
      color:#500000;
      font-weight:600;
      margin-bottom:.25rem;
    }
    dd {
      margin-left:0;
      padding-bottom:1.5rem;
      border-bottom:dotted #d1d1d1 2px;
      margin-bottom:1.5rem;
    }
    dd:last-child {
      margin-bottom:0;
      padding-bottom:0;
      border:none;
    }
  }
}

@media screen and (max-width: 850px) {
  .tab-component {
    width: auto;
    max-width: 800px;
  }
  .tab-component .tab-component__tabs {
    width: 100%;
  }
  .tab-component .tab-component__tabs .tab-component__tab-list {
    border: none;
    display: flex;
    flex-direction: column;
    gap:0;
  }
  .tab-component .tab-component__tabs .tab-component__tab-list .tab-component__tab-item {
  }
  .tab-component__content {
    border-bottom: none;
  }
}
.tab-component__content--active {
  display: block !important;
}

/* CSS PURGE */


/* ADDITIONAL MISSING CSS */
.hero .hero__video + .hero__video-controls {
  background: transparent;
  border: none;
  width: 100%;
  height: 3rem;
  cursor: pointer;
  display: block;
  opacity: 0.5;
  transition: ease;
  display: flex;
  position: absolute;
  top: 0;
  justify-content: flex-end;
  padding: 1.5rem 1.5rem 0 0;}

.hero .hero__video + .hero__video-controls.hero__video-controls--pause svg {
  mask-size: 2.1rem;
  background-repeat: no-repeat;
  display: inline-block;
  fill: #ffffff;
  margin-right: 0.5rem;
  width: 3rem;
  height: 3rem;
}

.hero .hero__container .hero__content .heading-group.heading-group--display{
font-family: "Oswald", Arial, sans-serif;
  font-weight: 400;
  color: #500000;
  text-transform: uppercase;
  font-size: 2.75rem;
}

.hero .hero__container .hero__content .heading-group.heading-group--display h1{
  margin: 0;
}

.hero .hero__container .hero__content .heading-group.heading-group--display .superhead{
  font-family: Georgia, serif;
  font-size: 1.25rem;
  color: #732f2f;
  display: block;
  letter-spacing: 2px;
  font-weight: 400;
  text-transform: uppercase;
}

.hero .hero__container .hero__content .heading-group.heading-group--display .subhead{
  font-weight: 400;
  color: #3e3e3e;
  font-family: Georgia, serif;
display: block;
  font-style: italic;
  text-transform: capitalize;
  font-size: 1.25rem;
}

.hero .hero__container .hero__content .hero__description{
  font-size: 1.1rem;
  font-family: "Open Sans", Arial, sans-serif;
  line-height: 1.5;
  padding-bottom: 3rem;
}


/* CALLOUTS */
.section-wrap.section-wrap--dynamic-maroon {
    background: linear-gradient(
      -10deg,
      #3c0000 0%,
      #3c0000 12%,
      #500000 12%,
      #500000 88%,
      #3c0000 88%,
      #3c0000 100%
    );
    padding-bottom:3rem;
    
    .callout.callout--elegant .callout__container .callout__content .heading-group h2 {
        color:#FAF7F3;
    }
    p {
    color:#ffffff;
    }
}
.section-wrap.section-wrap--dynamic-gray-100 {
    background: linear-gradient(
      -10deg,
      #eaeaea 0%,
      #eaeaea 12%,
      #f6f6f6 12%,
      #f6f6f6 88%,
      #eaeaea 88%,
      #eaeaea 100%
    );
    padding-bottom:3rem;
    margin-top:1.5rem;
}
.section-wrap {
.callout__container {
width:100%;
max-width:800px;
}
}
@media (max-width: 450px) {
  .hero h1 {
  font-size: 2.25rem;
}
.hero .hero__container .hero__content .heading-group.heading-group--display .superhead {
  font-size: 1.1rem;
}
.hero .hero__container .hero__content {
  padding: 3rem 2rem;
  margin-top: 2rem;
}

.hero .hero__container {
  margin-top: -4rem;
}

.text-box {
  margin-top: -3rem !important;
}

}

/* testing windows chrome browser issue */


.captioned-media.captioned-media--slab.captioned-media--video video {
  height: auto;
  width: 66.66%;
}
@media (max-width: 1000px) {
   .captioned-media.captioned-media--slab.captioned-media--video video {
  width: 100%;
} 
}

sup {
  font-size: smaller;
  vertical-align: 20%;
  text-transform: lowercase;
}

.tab-component .tab-component__content {
  padding-left: 0px;
}

.tab-component__tabs {
  padding-left: 0;
}
@media screen and (max-width: 850px) {
.tab-component .tab-component__tabs .tab-component__tab-list .tab-component__tab-item::after {
  content: "Expand +";
  right: 0;
  padding-right: 3rem;
  position: absolute;
  font-size: .85rem;
  font-style: italic;
  font-weight: 300;
  font-family: "Open Sans", Arial, sans-serif;
}
.tab-component .tab-component__tabs .tab-component__tab-list .tab-component__tab-item.tab-component__tab-item--active::after {
  content: " ";
}


.tab-component .tab-component__content {
  border-bottom: 0px;
  padding-left: 0px;
}

.tab-component .tab-component__tabs .tab-component__tab-list .tab-component__tab-item {
  border: 1px solid white;
  border-radius: .5rem;
}


  .tab-component .tab-component__tabs .tab-component__tab-list .tab-component__tab-item {
    /* border-radius: 0; */
  }
  .text-box {
  position: unset; 
  margin-bottom: 0px;
  margin-top: 0px !important;
}
.hero .hero__container .hero__content {
   margin-top: 0px; 
}
.hero .hero__container {
  margin-top: 0px;
}

}


.hero .hero__video + .hero__video-controls.hero__video-controls--play::after {
  content: "";
  mask-image: url(https://aux.tamu.edu/icons/aux-prod-icons/play.svg);
  -webkit-mask-image: url(https://aux.tamu.edu/icons/aux-prod-icons/play.svg);
  
}
