html {
  font-family: "Roboto", sans-serif;
}

#overlay2 {
  position: fixed;
  inset: 0;
  background-color: #000;
  z-index: 999;
}

#grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 88vh 1fr;
  transition: grid-template-rows 1s;
}

#grid.post-intro {
  /* grid-template-rows: 6.25rem 1fr; */
  grid-template-rows: 10.7vw 1fr;
}

/* video and masthead */
.video-wrapper .wistia_responsive_wrapper {
  aspect-ratio: 16 / 9;
  position: absolute;
  inset: 0;
}

.self-center {
  align-self: center;
}

/* for bg auto play wistia vid */
[data-handle="click-for-sound-backdrop"] {
  display: none !important;
}

main {
  background-color: #fff;
  position: relative;
  z-index: 1;
}

#overlay {
  z-index: 2;
  position: fixed;
  inset: 0;
}

#timer {
  padding: 0.25rem 0.25rem 0.5rem;
  font-family: "acumin-pro-condensed", sans-serif;
  background-color: #000;
}

#timer .flex {
  gap: 0 0.5rem;
  width: fit-content;
}

.timer-value {
  font-size: 1.75rem;
  padding: 0 0.25rem 0.5rem;
  font-weight: 900;
  background-color: #fff;
  line-height: 1;
  text-shadow: none;
  /* so white boxes don't shift in size */
  width: 2rem;
}

.timer-label {
  font-size: 0.6rem;
  font-weight: 700;
  line-height: 1;
  display: block;
  margin-top: 0.25rem;
}

@media (max-width: 999px) {
  #introVideo {
    display: none;
  }
}

@media (min-width: 1000px) {
  .masthead {
    display: none;
  }

  #timer {
    padding: 0.25rem 0.25rem 0.5rem;
    background-color: transparent;
    position: absolute;
    top: -12vw;
    /* right: 2.55rem; */
    right: 1vw;
    opacity: 0;
    transition: opacity 0.6s 0.3s;
    text-shadow: #000000b1 0px 0px 6px;
    transform: scale(0.8);
  }

  #timer .flex {
    gap: 0 0.25rem;
  }

  .timer-value {
    font-size: 2.125rem;
    /* so white boxes don't shift in size */
    width: 2.58rem;
  }
}

@media (min-width: 1200px) {
  #timer {
    transform: none;
    top: -6rem;
  }
}

/* navigation */
nav ul {
  display: flex;
  justify-content: space-around;
  max-width: 700px;
  margin: 0 auto;
  padding: 0.75rem 5px;
  gap: 3rem;
  font-size: 0.75rem;
  font-size: clamp(0.65rem, 4.5vw, 0.75rem);
}

@media (max-width: 768px) {
  nav ul {
    gap: 0.25rem;
  }
}

nav ul li [data-href] {
  color: #7b7b7b;
}

nav ul li [href] {
  text-decoration: none;
  color: black;
}

@media (min-width: 350px) {
  .new-content {
    position: relative;
  }

  .new-content::after {
    height: 10px;
    width: 10px;
    content: "\00a0";
    margin-left: 2.75rem;
    position: absolute;
    top: 0;
    background-color: #02c102;
    border-radius: 100%;
    animation: pulse 1.5s ease-out alternate infinite;
  }
}

@keyframes pulse {
  0% {
    transform: scale(0.75);
  }

  100% {
    transform: scale(1.2);
  }
}

/* video section */
#video {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  padding: 2rem 8vw;
  align-items: center;
}

#video .wistia_responsive_wrapper {
  aspect-ratio: 16 / 9;
  background-color: green;
  width: 100%;
  max-width: 32rem;
  z-index: 3;
  position: relative;
  /*  */
  min-width: 0;
  align-self: center;
}

@media (min-width: 1300px) {
  #video {
    grid-template-columns: 44.6vw 1fr;
  }
}

.video-copy {
  container-type: inline-size;
}
.intro-steps-headline {
  font-size: 1.5rem;
  font-size: clamp(1.5rem, 5.75cqw, 2.5rem);
}
.intro-steps {
  font-size: 1rem;
}

.intro-steps strong {
  color: #000082;
}

.intro-steps li::marker {
  font-weight: 700;
  color: #000082;
}

@media (max-width: 1299px) {
  .intro-steps-headline {
    text-align: center;
  }
}

/* sms signup section   */
#sms,
#sms2 {
  padding: 2rem 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

.sms-report-img {
  filter: drop-shadow(0 0 15px #676767);
  border: 1px solid #a5a4a4;
}

@media (max-width: 950px) {
  #sms,
  #sms2 {
    flex-direction: column;
  }

  .sms-report-img {
    order: 1;
  }

  .sms-copy-container {
    order: 2;
  }
}

.sms-container {
  background-color: #fff;
  padding: 1rem;
  box-shadow: 0 0 30px #65656546;
  border-radius: 5px;
  position: relative;
}

.enter-number {
  font-family: "obvia", sans-serif;
  font-size: 1.875rem;
  font-size: clamp(1.5rem, 5vw, 1.875rem);
  font-weight: 900;
  line-height: 1.2;
}

@media (max-width: 850px) {
  .sms-box {
    border-radius: 0;
  }
}

.sms-subheadline {
  font-size: 1rem;
}

@media (max-width: 650px) {
  .sms-subheadline br {
    display: none;
  }
}

/* sms input and button */
.sms-input-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.sms-phone-input {
  padding: 0.5rem;
  border-radius: 0.25rem;
  border: 1px solid #939393;
  outline: none;
  font-size: 1.25rem;
  font-size: clamp(1rem, 5vw, 1.25rem);
  box-shadow: 0px 3px 6px #00000029;
}

.sms-submit-btn {
  padding: 0.5rem;
  background-color: #308bfb;
  color: #fff;
  font-size: 1.75rem;
  font-size: clamp(1rem, 4vw, 1.75rem);
  border: none;
  border-radius: 0.25rem;
  box-shadow: 0px 3px 6px #00000029;
}

.sms-submit-btn:hover:not([disabled]) {
  transform: scale(1.01);
  cursor: pointer;
}

.sms-submit-btn:active {
  transform: scale(1);
}

[disabled] {
  background-color: #8a8a8a !important;
}

/* sms disclaimer */
.disclaimer {
  font-size: 0.6rem;
  color: #939393;
  text-align: center !important;
  line-height: 1.3;
  max-width: 700px;
  margin: 0 auto 0.5rem;
}

p.disclaimer a {
  color: #7d7d7d;
}

/* screen reader */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.sr-only a {
  color: #939393;
}

/* sms - misc */
.success {
  font-size: 1.35rem !important;
  color: #02981ed0 !important;
}

.success a,
.success a:visited {
  color: #02981d !important;
}

.errorMessage {
  font-size: 1.35rem !important;
}

#noVid2Message {
  font-size: 0.65rem;
  text-align: center;
}

@media (max-width: 600px) {
  #noVid2Message br {
    display: none;
  }
}

@media (max-width: 650px) {
  .second-sms-headline br {
    display: none;
  }
}

.sweepstakes-link,
.sweepstakes-link:visited {
  color: #7d7d7d;
  font-weight: 400;
  font-size: 0.75rem;
}
/* discover section */
@media (max-width: 425px) {
  #discover h2 br {
    display: none;
  }
}
#discover ul {
  margin-left: 0.5rem;
}

.list-green-checkmark {
  list-style-image: url(https://d2z65klgtz99km.cloudfront.net/PMG/pmg_allin_0825/green_check.png);
}

.relative {
  position: relative;
}

/* calendar */

.calendar_wrapper {
  clear: both;
  /* background: #ebebeb; */
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  position: relative;
}

.calendar_wrapper h2 {
  padding: 1rem 1rem 2rem;
  box-shadow: #b2b2b29a 0 0 25px;
}

.add-to-calendar {
  background-color: black;
  color: white;
  font-family: "Lato", sans-serif;
  font-size: 1.25rem;
  font-size: clamp(0.8rem, 5vw, 1.25rem);
  font-weight: bold;
  margin: -1.25rem auto 1rem;
  padding: 0.5rem 2rem;
  width: fit-content;
  text-align: center;
  text-transform: uppercase;
}

.add-to-calendar a {
  color: #fff;
  font-size: 0.7em;
}

.add-to-calendar-checkbox[type="checkbox"] {
  display: none;
}

.calendar_inside {
  max-width: 1000px;
  margin: 0 auto;
  background-color: #fff;
}

.add-to-calendar-checkbox:hover {
  cursor: pointer;
}

/* editor section */
#about {
  background-color: #e6f5ff;
  padding-bottom: 1.5rem;
}

#about h2 {
  padding-top: 1rem;
  padding-bottom: 1.5rem;
}

.headshot {
  width: clamp(100px, 33%, 250px);
}

.wrapper-padding {
  padding: 1rem 11vw;
}

.divider {
  width: 75%;
  margin: 2rem auto 2rem;
  background-color: #5f5f5f;
  height: 1px;
}

/* misc text */
.highlight {
  background-color: #ff0;
  padding-left: 2px;
  padding-right: 2px;
}
.pt-8 {
  padding-top: 2rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.h2-bg {
  background-blend-mode: multiply;
  background-color: #828282;
  background-image: url(https://d2z65klgtz99km.cloudfront.net/PMG/pmg_allin_0825/allin-background.webp);
  background-position: center;
  color: white;
  line-height: 1.1;
  padding: 1rem;
}

.h2-bg {
  padding: 1rem 1rem 2.875rem;
  --width: 2.75rem;
  --height: 1.675rem;
  clip-path: polygon(
    100% 0,
    100% calc(100% - var(--height)),
    calc(50% + var(--width)) calc(100% - var(--height)),
    50% 100%,
    calc(50% - var(--width)) calc(100% - var(--height)),
    0 calc(100% - var(--height)),
    0 0
  );
}

.max-width {
  max-width: 42rem;
}

.fz-35 {
  font-size: clamp(1.25rem, 2.5vw, 1.675rem);
}

.fz-40 {
  font-size: clamp(1.325rem, 3vw, 1.75rem);
}

.fz-45 {
  font-size: clamp(1.6rem, 3.3vw, 2rem);
}

.fz-50 {
  font-size: clamp(2rem, 5vw, 3rem);
}

.fz-35,
.fz-40,
.fz-45,
.fz-50 {
  line-height: 1.2;
}

.text-left {
  text-align: left;
}

.font-black {
  font-weight: 900;
}

.wrapper {
  max-width: 38rem;
}

.no-scroll {
  overflow-y: hidden;
}

.font-lato {
  font-family: "Lato", sans-serif;
}

.font-acumin {
  font-family: "acumin-pro-condensed", sans-serif;
}

.text-green {
  color: #2f9816;
}

.text-gray {
  color: #7b7b7b;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.fade-in {
  animation: fade-in 1s;
  animation-fill-mode: forwards;
}

@keyframes fade-in {
  from {
    background-color: rgba(0, 0, 0, 0);
  }

  to {
    background-color: rgba(0, 0, 0, 0.7);
  }
}

.fz-2rem {
  font-size: 2rem;
}

.mw-850 {
  width: 100%;
  max-width: 850px;
}

.text-md {
  font-size: clamp(1rem, 5cqw, 1.25rem);
}

.text-lg {
  font-size: 1.15rem;
  font-size: clamp(1.15rem, 6.4cqw, 1.6rem);
  font-family: elza-narrow, sans-serif;
}

.text-date {
  font-size: 0.95rem;
  font-size: clamp(0.95rem, 5cqw, 1.2rem);
  font-family: elza-narrow, sans-serif;
}

@media (max-width: 1299px) {
  .text-lg {
    font-size: 1.75rem;
    font-size: clamp(1.75rem, 6.4cqw, 2.6rem);
  }

  .text-date {
    font-size: 1.4rem;
    font-size: clamp(1.4rem, 5cqw, 2rem);
  }
}

.nobreak {
  white-space: normal;
}

@media (min-width: 415px) {
  .nobreak {
    white-space: nowrap;
  }
}

/* .hidden {
  display: none !important;
} */
