@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@import url("https://use.typekit.net/ybq5nzj.css");

:root {
  --dark-green: #327864;
  --middle-green: #53934f;
  --light-green: #6dc82c;
  --gray: #89898b;
  --orange: #ff6d10;
  --tan: #ffda6a;
  --blue: #98c0e1;
  --low-gray: #89898b20;
  --kinda-low-gray: #89898b50;
  --low-light-green: rgb(202, 239, 176);
}

:root {
  --snow-1: #98c0e1;
  --snow-2: #81b0d6;
  --snow-3: rgb(102, 129, 151);
  --snow-4: #c4ddf1;
  --snow-5: #5a7993;
}

body {
  padding-top: 3rem;
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;
  overflow-y: hidden;
}

.small-athlete {
  text-align: left !important;
}

a {
  color: var(--light-green);
}

.nav {
  padding: 0.8rem;
  position: fixed;
  left: 0px;
  top: 0px;
  background-color: var(--light-green);
  width: 100vw;
  color: white;
  padding-left: 3rem;
  padding-right: 3rem;
  text-align: left;
  z-index: 999999999;
}

footer {
  background-color: var(--light-green);
  position: relative;
  left: -1.5rem;
  bottom: -4.5rem;
  padding: 4rem;
  padding-left: 15%;
  padding-right: 15%;
  width: calc(100vw - 30%);
  color: white;
}

footer img {
  height: 6rem;
}

footer .footer-links {
  display: inline-block;
  margin-left: 2rem;
  position: relative;
  top: -1.25rem;
  color: white;
  margin-top: 1.5rem;
  margin-left: 3rem;
}

footer > * {
  vertical-align: top;
}

footer a {
  color: white;
  margin-top: 0.25rem;
}

.footer-links-inner div {
  display: inline-block;
  margin-right: 2rem;
  min-width: 10rem;
}

.footer-links-inner div * {
  display: block;
}

.aardy-nav {
  position: fixed;
  height: 4rem;
  filter: brightness(0) invert(1);
  left: -2rem;
  top: 0px;
}

.nav .title {
  font-weight: bold;
}

.nav a {
  color: white;
  text-decoration: none;
  opacity: 1;
  transition: 0.3s opacity;
}

.nav a:hover {
  opacity: 0.7;
}

.nav .right {
  float: right;
  margin-right: 6rem;
}

.title span {
  font-weight: 400;
}

input,
select,
button,
textarea,
.text-input {
  background-color: rgb(235, 235, 235);
  color: black;
  padding: 0.3rem;
  border-radius: 0.25rem;
  outline: none;
  border: 0px;
  font-family: "Montserrat", sans-serif;
}

.text-input {
  min-height: 5rem;
  max-height: 20rem;
  overflow-y: scroll;
  padding: 0.8rem;
}

button {
  cursor: pointer;
  padding: 0.6rem;
  font-size: 1rem;
  background-color: var(--dark-green);
  color: white;
  padding-left: 1rem;
  padding-right: 1rem;
}

.main-search {
  padding: 0.6rem;
  font-size: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: 0.5rem;
  width: calc(100% - 18.5rem);
  margin-bottom: 1rem;
  margin-top: -3rem;
}

.filter-season {
  width: 15rem;
  margin-right: 0px;
  margin-left: 0.5rem;
  background-color: var(--low-gray);
  color: black;
  transition: background-color 0.3s, color 0.3s;
}

.filter-season.filtered {
  background-color: var(--light-green);
  color: white;
}

.filtered-season > a:not(.current-season) {
  display: none;
}

.scores {
  margin-top: 1rem;
  text-align: left;
  background-color: white;
  border-bottom: 1px solid var(--low-gray);
  overflow-x: scroll;
  z-index: 9999;
  overflow-y: hidden;
  display: flex;
  flex-wrap: nowrap;

  font-family: "ivyepic-variable", sans-serif;
  font-variation-settings: "wdth" 70, "wght" 597, "slnt" 0;
  cursor: default;
}

.scores td:first-child {
  min-width: 9rem;
  padding-left: 1rem;
}

.scores td:last-child {
  padding-right: 1rem;
}

.scores tr:first-child td {
  font-size: 0.9rem;
  font-variation-settings: "wdth" 70, "wght" 300, "slnt" 0;
  opacity: 0.5;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
}

.scores tr:last-child td {
  padding-bottom: 0.5rem;
}

.scores td:last-child {
  min-width: 7rem;
  text-align: right;
}

.scores tr:not(:first-child) td:last-child {
  font-size: 1.2rem;
}

.scores td:first-child span {
  margin-left: 0.75rem;
  font-size: 1.2rem;
  position: relative;
  top: -0.5rem;
}

.scores img {
  display: inline-block;
  height: 2rem;
}

.scores table {
  transition: background-color 0.3s;
  flex-shrink: 0;
}

.scores td {
  text-transform: uppercase;
}

.scores table:hover {
  background-color: var(--low-gray);
}

.score-team {
  padding-right: 1rem;
  min-width: 7rem;
}

.score-number {
  padding-right: 1rem;
}

.news {
  width: 45%;
  display: inline-block;
}

.news p {
  height: 4rem;
  overflow-y: hidden;
}

.news-box {
  background-color: rgb(239, 239, 239);
  padding: 0.8rem;
  border-radius: 0.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  opacity: 1;
  transition: 0.3s opacity, 0.3s border-radius;
  overflow-x: scroll;
  margin-bottom: 1rem;
  width: calc(100% - 4rem);
  overflow-x: hidden;
}

.news a {
  width: 100%;
}

a .news-box * {
  text-decoration: none !important;
  color: black;
}

.news-box .image {
  width: calc(100% + 4rem);
  position: relative;
  left: -2rem;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  top: -1rem;
  margin-bottom: -1rem;
  height: 13.5rem;
  background-size: cover;
  background-position: center center;
}

a {
  text-decoration: none;
}

.news-box h3 {
  color: var(--middle-green);
}

.news-box:hover {
  opacity: 1;
}

/*.score-number {
  font-weight: bold;
}
*/
.active-teams {
  margin-left: 15%;
  width: 20%;
  padding: 0.8rem;
  border-radius: 0.5rem;
  display: inline-block;
  height: calc(100vh - 5.5rem);
  overflow-y: scroll;
  position: relative;
  top: -1rem;
}

.news {
  height: calc(100vh - 4rem);
  overflow-y: scroll;
  margin-left: 1rem;
}

.box {
  margin-left: 30%;
  margin-right: 30%;
  padding: 1rem;
  background-color: rgb(239, 239, 239);
  text-align: center;
  border-radius: 0.5rem;
}

.box h1 {
  color: var(--middle-green);
}

.aardy {
  width: 10rem;
}

.news::-webkit-scrollbar,
.scores::-webkit-scrollbar {
  display: none;
}

.scores-box {
  display: inline;
}

.active-teams ul li {
  margin-bottom: 1rem;
  position: relative;
  left: -1.5rem;
}

.sport-name {
  color: var(--light-green);
}

p.description {
  margin-top: -1rem;
  font-size: 1.3rem;
  width: 50%;
  line-height: 2rem;
}

.profile-data {
  margin: 1rem;
}

h1.name {
  margin-top: -0.5rem;
  font-size: 3rem;
  width: 50%;
}

.information {
  padding: 1rem;
  border-radius: 0.3rem;
  color: white;
  background-color: var(--blue);
  line-height: 1.5rem;
  margin-top: 1rem;
}

.athletes a {
  color: var(--dark-green);
  display: inline-block;
  margin: 1rem;
  background-color: rgb(239, 239, 239);
  padding: 0.5rem;
  border-radius: 0.25rem;
  width: 20%;
  min-width: 15rem;
  margin-left: 0rem;
  padding-left: 2rem;
}

.information a {
  color: var(--dark-green);
  text-decoration: underline;
}

.information a:hover {
  text-decoration-color: #32786470;
}

.right a {
  margin-left: 1rem;
}

button[data-clickable="no"] {
  opacity: 0.8;
}

.outside-sport-team {
  color: var(--light-green);
}

.outside-sport-name {
  font-weight: 600;
  margin-right: 0.5rem;
}

.sports-inside-oes li {
  font-weight: 600;
}

.green {
  color: var(--light-green);
}

body {
  padding-left: 1rem;
  padding-right: 1rem;
}

.small-width {
  width: 70%;
}

.sport .material-icons {
  font-size: 3rem;
}

.sport {
  color: var(--dark-green);
  display: inline-block;
  margin: 1rem;
  background-color: rgb(239, 239, 239);
  padding: 0.5rem;
  border-radius: 0.25rem;
  width: 17%;
  min-width: 15rem;
  margin-left: 0rem;
  text-align: center;
  padding-top: 1.5rem;
}

.lowercase {
  text-transform: lowercase;
}

.create-article {
  margin-left: 10%;
  margin-right: 10%;
}

.create-article > * {
  width: 100%;
}

.create-article > input,
.create-article > div.text-input {
  padding: 0.8rem;
  width: calc(100% - 1.6rem);
}

.snapchat-creative-kit-share {
  display: none;
}

.snapchat-creative-kit-share > button,
.snapchat-creative-kit-share > button > div {
  height: 2.5rem;
  width: 2.5rem;
}

.snapchat-creative-kit-share > button {
  border-radius: 0.25rem;
}

.snapchat-creative-kit-share img {
  width: 1.5rem;
  height: 1.5rem;
}

.snapchat-creative-kit-share {
  margin-top: 1rem;
  display: inline-block;
  position: relative;
  top: 0.1rem;
}

.profile-data button[style="margin-top: 1rem;"] {
  position: relative;
  top: -0.25rem;
}

.left.athlete {
  height: calc(100vh - 10rem);
  position: fixed;
}

/* Gallery */

.gallery {
  column-count: 3;
  column-gap: 0.5rem;
  margin-top: 1rem;
}

.gallery img {
  display: flex;
  width: 100%;
  border-radius: 0.5rem;
  margin-bottom: 0.5rem;
}

.newsletter h1 {
  font-size: 5rem;
  margin: 0px;
  margin-top: 0px;
  font-family: "ivyepic-variable", sans-serif;
  font-variation-settings: "wdth" 30, "wght" 600, "slnt" 0;
  text-transform: uppercase;
  display: block;
}

.newsletter .content {
  color: white;
  background-color: var(--dark-green);
  width: 100vw;
  position: relative;
  left: calc(-8px - 1rem);
  margin-top: -12vw;
}

.newsletter .inner-content {
  position: relative;
  top: -4rem
}

.newsletter .flag {
  width: 20rem;
  position: relative;
  top: 4rem;
  z-index: 999;
}

.newsletter .hill {
  width: 100vw;
  position: relative;
  left: calc(-8px - 1rem);
}

@media (pointer: none), (pointer: coarse) {
  .nav .right > a:first-child {
    display: none;
  }

  .left {
    display: block !important;
    margin-top: -1rem;
    position: static !important;
    width: calc(100% - 4px) !important;
  }

  .left.athlete {
    height: fit-content;
    margin-top: -13rem;
  }

  .live-news,
  .athlete-info {
    position: static !important;
    width: calc(100% - 2rem) !important;
  }

  .active-teams,
  .news {
    display: block;
    width: 70%;
    height: auto;
    margin: 0px;
    width: calc(100% - 1.6rem);
    padding: 0.8rem;
  }

  body {
    overflow-y: scroll;
    padding-left: auto;
    padding-right: auto;
  }

  .athletes a,
  .sport {
    width: calc(100% - 2.5rem);
  }

  .sport {
    width: calc(100% - 1rem);
    margin-right: 0px;
  }

  .information {
    width: calc(calc(100% - 16px) - 2rem) !important;
  }

  p.description,
  h1.name {
    width: calc(100% - 16px);
  }

  .box {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  button {
    margin-top: 1rem;
  }

  .small-width {
    width: auto;
  }

  .snapchat-creative-kit-share {
    display: block;
  }

  .snapchat-creative-kit-share > a {
    width: calc(100% - 16px);
    height: 4rem;
  }

  .snapchat-creative-kit-share > a > div {
    width: 100%;
    height: 4rem;
  }

  footer {
    left: -0.5rem;
  }
}

button {
  margin-right: 0.5rem;
}

img[src="/aardy.png"] {
  display: none !important;
}

select[multiple] {
  width: 40rem;
  display: block;
  white-space: pre-wrap;
}

select[multiple] option {
  display: inline-block;
  margin: 0.25rem;
  padding: 0.25rem;
  border: 1px solid black;
}

.the-image {
  width: 80%;
}

.box.loginbox b a {
  text-decoration: underline;
  color: black;
  text-decoration-color: var(--light-green);
}

.oes-modal-blur-bg {
  backdrop-filter: blur(5px) brightness(0.5);
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 999999999999999999999999999999999;
}

.oes-modal {
  position: fixed;
  top: 15rem;
  width: calc(40% - 4rem);
  padding: 2rem;
  left: 30%;
  background-color: #fafafa;
  border-radius: 0.5rem;
  padding-top: 3rem;
  z-index: 9999999999999999999999999999999999999999999;
  text-align: left;
}

.oes-modal h1 {
  font-size: 1.5rem !important;
}

.oes-modal * {
  font-family: "Montserrat", sans-serif;
  color: black;
}

.oes-modal-header {
  background-color: var(--light-green);
  position: fixed;
  top: 15rem;
  width: 40%;
  height: 1rem;
  left: 30%;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.oes-modal code {
  overflow-wrap: break-word;
  background-color: #e3e3e3;
  padding: 0.4rem;
  border-radius: 0.25rem;
  line-height: 1.7rem;
  display: block;
}

.oes-modal button {
  background-color: var(--light-green) !important;
  padding: 0.5rem !important;
  outline: none !important;
  border-radius: 0.25rem !important;
  border: 0px !important;
  color: white !important;
  min-width: 6rem !important;
  margin-top: 1rem !important;
  position: relative !important;
  top: 0px !important;
  transition: top 0.15s !important;
  cursor: pointer !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.oes-modal button:hover {
  top: 0.25rem !important;
}

.athlete-bg {
  width: calc(100% + 2.5rem);
  height: 10rem;
  background-size: cover;
  background-position: center center;
  position: relative;
  top: -1.5rem;
  left: -2rem;
  margin-top: 1rem;
  border-radius: 0.25rem;
  margin-bottom: -1rem;
  border-bottom-left-radius: 0rem;
  border-bottom-right-radius: 0rem;
}

div.center {
  text-align: center;
}

.homecoming-title {
  color: var(--dark-green);
  font-size: 4rem;
  margin-top: 5rem;
  position: relative;
  top: 3rem;
  z-index: 99;
}

.content-bg {
  background-color: var(--light-green);
  width: 100vw;
  position: relative;
  left: -1.5rem;
  text-align: center;
  color: white;
  top: -2rem;
}

.athletic-aardy {
  width: 20rem;
  max-width: 40%;
  margin-right: 5rem;
}

.flex {
  display: flex;
  align-items: center;
}

.left-block,
.right-block {
  width: 45%;
  display: inline-block;
}

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

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

.right-block li {
  font-size: 1rem;
}

.right-block h1 {
  font-size: 2.5rem;
  margin-left: 2rem;
}

.countdown span {
  color: var(--light-green);
}

.countdown span.label {
  color: var(--middle-green);
  margin-left: 0.5rem;
  margin-right: 2rem;
  opacity: 0.8;
}

.countdown * {
  font-size: 2.5rem;
}

.homecoming-bg-top {
  background-image: url(/images/hoco-mascots.jpg);
  background-size: cover;
  background-position: center center;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100vw;
  height: 50rem;
  z-index: -99999;
  opacity: 0.1;
  filter: blur(0.1rem);
}

.confetti-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.confetti {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #ffc107;
  opacity: 0.7;
  transform: rotate(45deg);
  animation: fall 4s ease-in-out infinite;
}

@keyframes fall {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100vh) rotate(540deg);
  }
}

.content-left {
  text-align: left;
  width: 50rem;
  display: inline-block;
}

.image-row {
  width: calc(100vw + 2rem);
  text-align: center;
  position: relative;
  left: calc((calc(50vw - 24rem)) * -1);
}

.image-row div {
  background-position: center center;
  background-size: cover;
  height: 12rem;
  width: calc(calc(100% / 5) - 0.5rem);
  display: inline-block;
  margin: 0px;
  border-radius: 0.25rem;
  opacity: 0.5;
  transition: opacity 0.3s, margin 0.3s;
}

.image-row div:hover {
  z-index: 99999;
  opacity: 1;
  margin: 0.5rem;
  margin-bottom: 0px;
  margin-top: 0px;
}

.content-bg .left-block,
.content-bg .right-block {
  position: relative;
  top: -4rem;
}

.truck {
  width: calc(50% - 3rem);
  display: inline-block;
  margin: 0.25rem;
  background-color: rgba(255, 255, 255, 0.25);
  padding: 0.75rem;
  border-radius: 0.5rem;
  padding-bottom: 0.5rem;
}

.truck .img {
  height: 7rem;
  width: 7rem;
  background-size: cover;
  background-position: center center;
  display: inline-block;
  overflow-y: hidden;
  margin-right: 0.75rem;
  border-radius: 0.5rem;
}

.truck .info {
  display: inline-block;
  height: 7rem;
  overflow-y: hidden;
}

@media (pointer: none), (pointer: coarse) {
  body {
    padding-left: 0px;
    padding-right: 0px;
  }
  .homecoming-title {
    font-size: 2rem;
  }

  .countdown * {
    font-size: 1.5rem;
  }

  .countdown {
    position: relative;
    top: 2rem;
    opacity: 1;
    text-overflow: clip;
    width: 100%;
  }

  .countdown span.label {
    margin-right: 1rem;
  }

  .left-block,
  .right-block {
    width: calc(100% - 1rem);
    display: block;
    padding: 0px;
    text-align: left;
    top: 0px !important;
  }

  .content-bg {
    left: -0.5rem;
    padding-left: 1rem;
    width: calc(100vw - 1rem);
  }

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

  .homecoming-svg {
    left: -0.5rem !important;
    width: calc(100vw - 0rem) !important;
  }

  .content-left {
    width: calc(100% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .athletic-aardy {
    margin-right: 0px;
  }

  .right-block h1 {
    margin-left: 1rem;
  }

  .image-row div {
    display: block;
    width: 100%;
    margin: 0px;
    margin-bottom: 1rem;
  }

  .image-row {
    left: 0px;
    width: calc(100% - 1rem);
  }

  .countdown span {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
}

.profile-banner {
  background-color: var(--middle-green);
  color: white;
  position: absolute;
  left: 0px;
  top: 6rem;
  width: 100vw;
  padding: 2.5rem;
  padding-bottom: 1rem;
  backdrop-filter: blur(3px);
}

.profile-banner-image {
  position: absolute;
  left: 0px;
  top: 6rem;
  width: 100vw;
  padding: 2.5rem;
  padding-bottom: 1rem;
  background-position: center center;
  background-size: cover;
  height: 106.117px;
}

.class-year {
  margin-top: 0.4rem;
  font-weight: 500;
}

.profile-banner .name {
  margin: 0px !important;
}

.snowfall-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.snow {
  position: fixed;
  width: 10px;
  height: 10px;
  background-color: #ffc107;
  opacity: 0.7;
  transform: rotate(45deg);
  animation: fall 4s ease-in-out infinite;
}

.disable-snow {
  opacity: 0.5;
  background-color: var(--snow-3);
  position: fixed;
  left: 1rem;
  bottom: 1rem;
  transition: opacity 0.3s;
}

.disable-snow:hover {
  opacity: 1;
}

.sport-team {
  color: var(--blue);
  font-weight: normal;
}

.athletes {
  margin-top: 3rem;
}

.live {
  overflow-y: hidden;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
}

.live > a {
  flex-shrink: 0;
  width: 35rem;
  display: inline-block;
  border-radius: 0.5rem;
  border: 2px solid #d7d7d7;
  overflow: hidden;
  height: 9.557125rem;
  transition: background-color 0.2s;
  margin-right: 1rem;
}

.all-live a {
  width: 35rem;
  display: inline-block;
  border-radius: 0.5rem;
  border: 2px solid #d7d7d7;
  overflow: hidden;
  height: 9.557125rem;
  transition: background-color 0.2s;
  margin-right: 1rem;
  margin-bottom: 1rem;
  text-align: left;
}

.live img,
.all-live img {
  width: 17rem;
}

.live h3,
.all-live h3 {
  display: block;
  font-size: 1.1rem;
  font-weight: 600;
  margin-top: 0.5rem;
}

.live p,
.all-live p {
  height: auto;
  color: black;
  margin-top: -0.5rem;
}

.live span,
.all-live span {
  color: black;
  opacity: 0.7;
}

.live .live-info,
.all-live .live-info {
  display: inline-block;
  height: 9.5625rem;
  overflow-y: hidden;
  margin-left: 1rem;
  width: 16rem;
  position: relative;
}

.live > a:hover,
.all-live > a:hover {
  background-color: rgba(237, 237, 237, 0.487);
}

.live-info img {
  position: absolute;
  left: 0px;
  bottom: 1rem;
  height: 1.1rem;
  width: auto;
  animation: blinker 2s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0.5;
  }
}

.left {
  width: 24rem;
  border: 2px solid #d7d7d7;
  overflow: hidden;
  border-radius: 0.5rem;
  position: absolute;
  left: 3rem;
  top: 5rem;
}

.left div.thumbnail {
  width: 100%;
  height: 13.5rem;
  background-size: cover;
  background-position: center center;
  position: relative;
}

h1.title {
  margin-top: 0px;
  font-size: 1.7rem;
}

p.sport-name {
  display: block;
  border-bottom: 2px solid #d7d7d7;
  width: 100%;
  padding-bottom: 0.5rem;
  margin-top: -0.6rem;
}

.game-info {
  padding: 1rem;
}

.live-blink {
  height: 1.1rem;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  animation: blinker 2s linear infinite;
  filter: brightness(0) invert(1);
}

.logos {
  border-bottom: 2px solid #d7d7d7;
  width: 100%;
  padding-bottom: 0.5rem;
}

.logos img {
  height: 2.5rem;
  margin-right: 1rem;
}

.team-scores {
  width: 100%;
  margin-top: 1rem;
  font-size: 1.7rem;
  font-family: "ivyepic-variable", sans-serif;
  font-variation-settings: "wdth" 70, "wght" 597, "slnt" 0;
  cursor: default;
  font-weight: 597;
}

.home .score,
.away .score {
  text-align: right;
}

.team-scores tr {
  filter: brightness(0);
  opacity: 0.8;
  transition: filter 0.2s, opacity 0.2s;
}

.team-scores tr:hover {
  filter: none;
  opacity: 1;
}

.quarter-number {
  width: 100%;
  text-align: right;
  font-size: 0.9rem;
  opacity: 0.6;
  margin-top: -0.1rem;
}

.live-news,
.athlete-info {
  position: absolute;
  right: 3rem;
  top: 5rem;
  width: calc(100% - 35rem);
  padding: 1rem;
}

.live-news h1 {
  margin-top: 0px;
}

.live-news .article {
  width: 20rem;
  max-width: 100%;
  height: 15rem;
  overflow-y: auto;
  border-radius: 0.5rem;
  border: 2px solid #d7d7d7;
  margin-right: 1rem;
  margin-bottom: 1rem;
  display: inline-block;
}

.live-news .article div {
  height: 10rem;
  width: 100%;
  background-size: cover;
  background-position: center center;
}

.live-news h3 {
  margin: 1rem;
}

.team-scores tr.win {
  opacity: 1;
  filter: none;
}

.team-scores tr.lose {
  opacity: 0.5;
}

.team-scores tr.lose {
  opacity: 0.5;
  filter: brightness(0);
}

.trending {
  text-align: center;
}

.trending a {
  width: calc(50% - 3rem);
  margin: 0.25rem;
  border-radius: 0.5rem;
  text-align: center;
  display: inline-block;
  padding: 1rem;
  border: 2px solid #d7d7d7;
  background-color: white;
  transition: background-color 0.3s;
}

.trending a img {
  width: 5rem;
  height: 5rem;
  border-radius: 2.5rem;
}

.trending a span {
  display: block;
  font-weight: 600;
  font-size: 1rem;
  margin-top: 1rem;
  color: black;
}

.trending a:hover {
  background-color: rgba(237, 237, 237, 0.487);
}

.sport-nav {
  position: fixed;
  left: 0px;
  top: 2.82rem;
  width: calc(100% - 6rem);
  background-color: var(--dark-green);
  padding: 0.8rem;
  padding-left: 3rem;
  padding-right: 3rem;
  z-index: 999999999;
}

.sport-nav a {
  color: white;
  transition: opacity 0.3s;
}

.sport-nav a:hover {
  opacity: 0.7;
}

.sport-nav a:first-child {
  font-weight: 600;
}

.sport-nav a:not(:last-child) {
  margin-right: 1rem;
}

.main-content {
  padding-left: 15%;
  padding-right: 15%;
}

.sport-cover {
  background-position: center center;
  background-size: cover;
  margin-top: 1rem;
  padding: 3rem;
  position: relative;
  left: -1.5rem;
  width: calc(100vw - 6rem);
  aspect-ratio: 16 / 5;
}

.sport-cover a {
  color: white;
  position: absolute;
  bottom: 3rem;
  left: 3rem;
  transition: color 0.3s;
  width: calc(100% - 6rem);
}

.sport-cover span {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1rem;
}

.sport-cover a:hover {
  color: var(--low-light-green);
}

.sport-cover .sport-gradient {
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 60%;
  width: 100%;
  background: linear-gradient(180deg, transparent, black);
}

.sport-cover a:not(h1) {
  font-size: 1.2rem;
}

.sport-cover h1 {
  font-size: 4rem;
  margin: 0px;
  margin-top: 1rem;
  font-family: "ivyepic-variable", sans-serif;
  font-variation-settings: "wdth" 30, "wght" 600, "slnt" 0;
  text-transform: uppercase;
}

[ivy] {
  font-family: "ivyepic-variable", sans-serif;
  font-variation-settings: "wdth" 60, "wght" 500, "slnt" 0;
  text-align: center;
  width: 100%;
  font-size: 2.4rem;
}

.small-articles {
  text-align: center;
  width: 100%;
  margin-bottom: 2rem;
}

.small-articles a {
  display: inline-block;
  text-align: left;
  margin: 1rem;
  margin-bottom: 1.5rem;
  transition: opacity 0.3s;
  width: calc(calc(100% / 3) - 2rem);
  vertical-align: top;
}

body[outofseason] {
  background-color: var(--light-green);
}

body[outofseason] .container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 30rem;
  max-width: 100%;
  max-height: calc(50%);
  overflow-y: auto;
  color: white;
  text-align: center;
}

.small-articles span {
  font-size: 0.85rem;
  font-weight: 700;
  display: block;
  margin-top: 0.5rem;
  text-transform: uppercase;
}

.small-articles img {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 0.5rem;
  object-fit: cover;
}

.small-articles a:hover {
  opacity: 0.7;
}

.small-articles h3 {
  font-family: "ivyepic-variable", sans-serif;
  font-variation-settings: "wdth" 30, "wght" 600, "slnt" 0;
  font-size: 1.3rem;
  text-transform: uppercase;
  margin-top: 0.75rem;
  color: black;
  margin-bottom: 0.5rem;
}

.small-articles p {
  color: black;
  opacity: 0.7;
  margin: 0px;
  font-size: 0.9rem;
}

.team-article {
  text-align: center;
  margin-bottom: 4rem;
}

.team-article h1 {
  font-size: 5rem;
  margin: 0px;
  margin-top: 1rem;
  font-family: "ivyepic-variable", sans-serif;
  font-variation-settings: "wdth" 30, "wght" 600, "slnt" 0;
  text-transform: uppercase;
}

.team-article-content p {
  line-height: 1.6rem;
}

.team-article-content img {
  width: calc(100% + 3rem);
  position: relative;
  left: -1.5rem;
}

.team-article-content label {
  opacity: 0.5;
  font-size: 0.9rem;
}

.team-article span {
  font-size: 1rem;
  font-weight: 700;
  display: block;
  text-transform: uppercase;
  color: var(--light-green);
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: block;
}

.big-scores.scores table {
  transition: background-color 0.3s;
  width: 100%;
  margin-bottom: 1rem;
}

.big-scores.scores table:hover {
  background-color: white !important;
}

.big-scores.scores {
  display: block;
  column-count: 1;
  column-gap: 0px;
}

[full] {
  width: 100%;
  text-align: center;
  margin-top: 5rem;
  font-size: 4rem;
}

.team-roster {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-bottom: 2rem;
}

.team-roster a {
  display: inline-block;
  text-align: center;
  background-color: white;
  transition: background-color 0.3s;
  padding: 1rem;
  border: 1px solid var(--kinda-low-gray);
  border-radius: 0.5rem;
  width: calc(calc(100% / 4) - calc(3rem + 2px));
  margin: 0.5rem;
  color: black;
}

.team-roster a:not(.coach):hover {
  background-color: var(--low-light-green);
}

.team-roster img {
  height: 14rem;
  object-fit: cover;
  border-radius: 0.5rem;
  width: 100%;
}

.team-roster h3 {
  font-family: "ivyepic-variable", sans-serif;
  font-variation-settings: "wdth" 30, "wght" 600, "slnt" 0;
  font-size: 1.3rem;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}

.team-roster span {
  display: block;
  opacity: 0.5;
  font-size: 0.9rem;
}

.side-roster {
  display: block;
  text-align: center;
}

.side-roster a {
  width: calc(calc(100% / 3) - calc(3rem + 2px));
  display: inline-block;
  margin: 0px;
  margin: 0.5rem;
  text-align: left;
  height: 5rem;
  overflow: hidden;
}

.side-roster img,
.side-roster div {
  display: inline-block;
}

.side-roster div {
  margin-left: 0px;
  position: relative;
  top: -3rem;
}

.side-roster img {
  width: 7rem;
  height: 7rem;
  position: relative;
  left: -1rem;
  top: -1rem;
  border-radius: 0px;
}

.side-roster h3 {
  margin-top: 0px;
}

/* Stats */

.stats-tabs {
  display: flex;
}

.stats-tabs div {
  width: 100%;
  background-color: var(--low-gray);
  color: black;
  padding: 1rem;
  text-align: center;
  cursor: pointer;
  transition: opacity 0.3s, background-color 0.3s, color 0.3s;
}

.stats-tabs div:hover:not(.selected-tab) {
  opacity: 0.4;
}

.stats-tabs div.selected-tab {
  background-color: var(--light-green);
  color: white;
}

.stats-tabs div:first-child {
  border-bottom-left-radius: 0.5rem;
  border-top-left-radius: 0.5rem;
}

.stats-tabs div:last-child {
  border-bottom-right-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.stats-page {
  margin-top: 2rem;
  text-align: center;
}

.stats-box {
  width: calc(50% - 0.25rem);
  margin: 0.25rem;
  display: inline-block;
  margin-bottom: 0.5rem;
  background-color: var(--low-gray);
  padding-top: 1rem;
  padding-bottom: 0.5rem;
  border-radius: 0.5rem;
  border-top: 0.25rem solid var(--light-green);
}

.stats-box:nth-child(odd) {
  margin-left: 0px;
}

.stats-box:nth-child(even) {
  margin-right: 0px;
}

.stats-box:first-child {
  margin-left: 0px;
}

.stats-box:last-child {
  margin-right: 0px;
}

.stats-box h3 {
  margin: 0px;
  width: 100%;
  text-align: center;
  font-family: "ivyepic-variable", sans-serif;
  font-variation-settings: "wdth" 60, "wght" 500, "slnt" 0;
  margin-top: 0.25rem;
  font-size: 1.25rem;
}

.stats-box table {
  width: 100%;
  margin-top: 1rem;
  border-collapse: collapse;
}

.stats-box tr {
  border-top: 1px solid var(--low-gray);
}

.stats-box table td:last-child {
  text-align: right;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 600;
}

.stats-box table td:first-child {
  text-align: left;
  padding-left: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (max-width: 1350px) {
  .trending a {
    width: calc(100% - 2rem);
    margin: 0px;
    margin-bottom: 0.5rem;
    display: block;
  }

  .side-roster a {
    width: calc(calc(100% / 2) - calc(3rem + 2px));
  }

  .wide-stat {
    display: none;
  }

  .team-roster:not(.side-roster) a {
    width: calc(calc(100% / 3) - calc(3rem + 2px));
  }

  .small-articles a {
    width: calc(calc(100% / 2) - 2rem);
  }

  footer br {
    display: block !important;
  }

  footer {
    text-align: center;
  }

  footer > img,
  footer > .footer-links {
    margin-left: 0px;
  }

  footer > div > div {
    text-align: left;
  }

  .footer-links-inner div {
    min-width: 0px;
  }

  .footer-links-inner {
    margin-top: 2rem;
  }
}

@media (max-width: 900px) {
  div.team-photos div {
    display: block;
    width: 100%;
    margin: 0px;
    height: 45vw;
    margin-top: 1rem;
  }

  .side-roster a {
    width: calc(calc(100% / 2) - calc(3rem + 2px));
  }

  .team-roster:not(.side-roster) a {
    width: calc(calc(100% / 2) - calc(3rem + 2px));
  }

  .gallery {
    column-count: 2;
  }

  div.team-photos {
    width: 100%;
  }

  .main-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sports > a {
    width: calc(calc(100% / 2) - 3rem) !important;
  }

  .stats-page {
    display: block;
  }

  .stats-box {
    display: block;
    margin: 0px;
    margin-bottom: 1rem;
    width: 100%;
  }

  .main-search {
    width: calc(100% - 3rem);
  }

  .filter-season {
    margin-top: 0px;
    margin-bottom: 2rem;
    display: block;
    width: calc(100% - 1rem);
  }
}

@media (max-width: 750px) {
  .team-roster:not(.side-roster) a {
    width: calc(calc(100% / 1) - calc(3rem + 2px));
  }

  .side-roster a {
    width: calc(calc(100% / 1) - calc(2rem + 2px));
    margin: 0px;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
  }

  .team-article-content img {
    width: 100%;
    left: 0px;
  }

  .sport-nav {
    text-align: center;
  }

  .sport-nav a:first-child {
    display: block;
    margin-bottom: 0.5rem;
  }

  .sport-nav a:first-child {
    margin-right: 0px;
  }

  .sport-cover {
    margin-top: 2rem;
    left: -0.5rem;
  }

  .sport-cover a {
    position: relative;
    left: 0px;
    bottom: 0px;
  }

  .sport-cover h1 {
    font-size: 3rem;
  }

  .small-articles a {
    width: calc(calc(100% / 1) - 2rem);
  }

  [full] {
    margin-top: 6rem;
    font-size: 3rem;
  }

  .team-article h1 {
    font-size: 3rem;
  }

  body[outofseason] .container {
    position: static;
    padding: 1rem;
    width: calc(100% - 2rem);
    transform: none;
  }

  .sports > a {
    width: calc(calc(100% / 1) - 3rem) !important;
  }

  .footer-links-inner div {
    display: block;
    margin-bottom: 2rem;
    text-align: center;
    margin-right: 0px;
  }

  footer {
    padding-left: 0px;
    padding-right: 0px;
    width: 100vw;
  }
}

.left div.profile-thumbnail {
  width: 100%;
  height: 20rem;
  max-height: 60%;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.profile-info {
  padding: 1rem;
  text-align: center;
}

.profile-info > h2 {
  margin-top: 0.5rem;
  margin-bottom: 0px;
  font-family: "ivyepic-variable", sans-serif;
  font-variation-settings: "wdth" 60, "wght" 500, "slnt" 0;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  font-size: 2.2rem;
  font-weight: 500;
}

h3.font {
  font-family: "ivyepic-variable", sans-serif;
  font-variation-settings: "wdth" 60, "wght" 500, "slnt" 0;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  font-size: 1.3rem;
  font-weight: 500;
}

.profile-info p {
  margin-top: 0.5rem;
}

.profile-info table tr:first-child td {
  font-family: "ivyepic-variable", sans-serif;
  font-variation-settings: "wdth" 60, "wght" 500, "slnt" 0;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.3rem;
  width: 50%;
  font-weight: 500;
}

.profile-info table tr:first-child td span {
  border-bottom: 2px solid #d7d7d7;
  padding-left: 1rem;
  padding-right: 1rem;
}

.profile-info table,
.profile-info tr {
  width: 100%;
}

.font {
  font-family: "ivyepic-variable", sans-serif;
  font-variation-settings: "wdth" 60, "wght" 500, "slnt" 0;
  text-transform: uppercase;
  font-weight: 500;
}

.new-gallery {
  width: 100%;
}

.new-gallery div {
  background-position: center center;
  background-size: cover;
  height: 15rem;
  width: calc(50% - 1rem);
  max-width: 100%;
  margin: 0.5rem;
  display: inline-block;
  border-radius: 0.5rem;
}

table.stats-table {
  width: 100%;
  border-spacing: 0.5rem;
}

table.stats-table th {
  border-bottom: 2px solid #d7d7d7;
  font-family: "ivyepic-variable", sans-serif;
  font-variation-settings: "wdth" 60, "wght" 500, "slnt" 0;
  text-transform: uppercase;
  font-size: 1.3rem;
}

table.stats-table tr * {
  padding: 0.5rem;
  text-align: center;
}

.stories {
  overflow-y: hidden;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
}

.shorts span {
  display: inline-block;
  font-variation-settings: "wdth" 70, "wght" 400, "slnt" 0;
  font-family: "ivyepic-variable", sans-serif;
  font-size: 1.1rem;
  line-height: 1.25rem;
}

.shorts div {
  display: flex;
  column-gap: 0.5rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.shorts div:not(:last-child) {
  border-bottom: 1px solid var(--kinda-low-gray);
}

.shorts img {
  width: 1.5rem;
  position: relative;
  top: -0.2rem;
}

.stories > div {
  flex-shrink: 0;
  color: white;
  height: 24rem;
  width: 16rem;
  padding: 1rem;
  border-radius: 0.5rem;
  background-size: 100%;
  background-position: center center;
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin-right: 1rem;
  transition: background-size 0.3s;
}

.stories > div:hover {
  background-size: 110%;
}

.stories > div > div {
  background: linear-gradient(180deg, transparent, black);
  position: absolute;
  height: 50%;
  width: 100%;
  left: 0px;
  bottom: 0px;
}

.stories h2 {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  margin: 0px;
  font-family: "ivyepic-variable", sans-serif;
  font-variation-settings: "wdth" 60, "wght" 500, "slnt" 0;
  font-size: 1.3rem;
  line-height: 1.8rem;
  width: calc(100% - 2rem);
}

.stories span {
  display: block;
  font-size: 0.9rem;
  opacity: 0.7;
  font-weight: 400;
}

.edit-picture {
  display: block !important;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  height: 5rem;
  transition: opacity 0.3s;
  transform: translateY(-50%) translateX(-50%);
}

.profile-thumbnail.self:hover .edit-picture {
  opacity: 1;
}

.profile-thumbnail.self {
  cursor: pointer;
}

.season-sports > a,
.sports > a {
  padding: 1rem;
  color: white;
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem;
  margin: 0.5rem;
  display: block;
}

.sports {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.sports > a {
  width: calc(calc(100% / 3) - 3rem);
  display: inline-block;
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: center;
}

.season-sports > a > div,
.sports > a > div {
  background-color: rgba(0, 0, 0, 0.204);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  position: absolute;
  transition: backdrop-filter 0.3s;
  border-radius: 0.5rem;
  backdrop-filter: none;
}

.sports > a > div {
  background-color: rgba(0, 0, 0, 0.404);
}

.season-sports > a:hover > div,
.sports > a:hover > div {
  backdrop-filter: blur(0.1rem);
}

.season-sports span,
.season-sports img,
.sports span,
.sports img {
  z-index: 999;
  position: relative;
  font-family: "ivyepic-variable", sans-serif;
  font-variation-settings: "wdth" 60, "wght" 500, "slnt" 0;
  font-size: 1.2rem;
}

.sports span,
.sports img {
  font-size: 2rem;
}

.season-sports img,
.sports img {
  top: 0.15rem;
  height: 1.25rem;
}

.sports img {
  height: 2rem;
  top: 0.25rem;
}

.team-photos {
  width: 100%;
  display: block;
  text-align: center;
}

.team-photos div {
  height: 22rem;
  width: calc(50% - 2rem);
  margin: 0.25rem;
  display: inline-block;
  background-size: cover;
  background-position: center center;
  border-radius: 0.5rem;
}

.team-photos div.only-photo {
  margin: 0px;
  width: 100%;
}

.team-info {
  text-align: center;
}

.team-info h1 {
  font-family: "ivyepic-variable", sans-serif;
  font-variation-settings: "wdth" 60, "wght" 500, "slnt" 0;
  font-size: 5rem;
}

.team-info p {
  font-size: 1.1rem;
  position: relative;
  top: -3rem;
}

.team-info .rankings {
  border-left: 2px solid #d7d7d7;
  padding-left: 0.5rem;
  margin-left: 0.5rem;
}

.sport-athletes {
  text-align: center;
  margin-top: -1rem;
}

.sport-athletes > div > a {
  text-align: left;
}

.socials {
  border-left: 2px solid #d7d7d7;
  margin-left: 0.5rem;
}

.socials img {
  height: 1rem;
  transform: scale(1.5);
  margin-left: 0.75rem;
  margin-right: 0.25rem;
}

.login-box {
  font-family: "ivyepic-variable", sans-serif;
  font-variation-settings: "wdth" 60, "wght" 400, "slnt" 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.login-inner {
  background-color: white;
  width: 60rem;
  padding: 2rem;
  border-radius: 0.5rem;
  position: relative;
  min-height: 20rem;
}

.login-left {
  width: 50%;
  position: absolute;
  top: 50%;
  left: 2rem;
  transform: translateY(-50%);
}

.schedule {
  overflow-x: auto;
  overflow-y: hidden;
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 6rem;
}

.schedule a {
  flex-shrink: 0;
  width: 15rem;
  border: 2px solid #d7d7d7;
  padding: 1rem;
  border-radius: 0.5rem;
  margin-right: 0.5rem;
  position: relative;
  min-height: 6rem;
  background-color: transparent;
  transition: background-color 0.3s;
}

.schedule a * {
  margin: 0px;
  color: black;
}

.schedule a span {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  opacity: 0.5;
}

.schedule h3 {
  margin-bottom: 0.25rem;
  line-height: 1.7rem;
  font-family: "ivyepic-variable", sans-serif;
  font-variation-settings: "wdth" 70, "wght" 600, "slnt" 0;
  font-size: 1.4rem;
}

.schedule a:hover {
  background-color: rgba(237, 237, 237, 0.487);
}

.schedule h1 {
  margin-right: 2rem;
  font-family: "ivyepic-variable", sans-serif;
  font-variation-settings: "wdth" 70, "wght" 600, "slnt" 0;
  font-size: 2.3rem;
}

.login-info-box {
  position: absolute;
  width: 50%;
  right: 2rem;
  top: 5rem;
  height: calc(100% - 7rem);
}

.login-info-box button {
  position: absolute;
  bottom: 0px;
  right: 0px;
  margin: 0px;
}

.login-info-box input {
  border: 2px solid #d7d7d7;
  width: calc(100% - calc(2rem + 4px));
}

.login-inner .login-left img {
  height: 3rem;
}

.text-block {
  padding-left: calc(50% - 20rem);
  padding-right: calc(50% - 20rem);
  text-align: left;
}

.text-block h1 {
  font-family: "ivyepic-variable", sans-serif;
  font-variation-settings: "wdth" 60, "wght" 600, "slnt" 0;
  font-size: 3rem;
  display: block;
  text-align: center;
  width: 100%;
}

.text-block p,
.text-block li {
  line-height: 1.5rem;
}

.coach-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  background-image: url(/images/coach.svg);
  background-size: cover;
  background-position: center center;
  height: 30rem;
  color: white;
}

.coach-inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 3rem;
  font-family: "ivyepic-variable", sans-serif;
  font-variation-settings: "wdth" 60, "wght" 600, "slnt" 0;
  font-size: 3rem;
}

.coach-inner h1 {
  margin-bottom: 1rem;
}

.coach-inner h2 {
  margin-bottom: -3rem;
  font-size: 3rem;
  font-style: italic;
}

.coach-inner button {
  background-color: white;
  color: #0b1e2e;
}

.features-list {
  text-align: center;
}

.features-list div {
  background-color: #0b1e2e;
  color: white;
  font-family: "ivyepic-variable", sans-serif;
  font-variation-settings: "wdth" 60, "wght" 600, "slnt" 0;
  font-size: 2rem;
  display: inline-block;
  width: 15rem;
  height: 15rem;
  overflow-x: hidden;
  padding: 2rem;
  border-radius: 0.5rem;
  position: relative;
  margin: 0.5rem;
}

.features-list span {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: calc(100% - 4rem);
}

.release-time {
  margin-top: -0.75rem;
  opacity: 0.5;
  font-style: italic;
  display: block;
}

.version-label {
  background-color: var(--light-green);
  font-size: 0.9rem;
  color: white;
  padding: 0.2rem;
  font-weight: 400;
  border-radius: 0.3rem;
  margin-left: 0.5rem;
  position: relative;
  top: -0.2rem;
}

.nav.special a {
  color: black;
}

.baby-photo {
  height: 30rem;
  width: 20rem;
  border-radius: 0.5rem;
  background-image: url(/images/placeholder.png);
  background-position: center center;
  background-size: cover;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.3s;
}

.baby-photo:hover {
  opacity: 0.7;
}

.split-outer {
  width: calc(100% - 4rem);
  padding: 2rem;
  padding-top: 0px;
  text-align: center;
  display: flex;
}

.split-inner {
  width: calc(50% - 2rem);
  padding: 1rem;
  display: inline-block;
  height: fit-content;
  position: relative;
  text-align: left;
}

.spring-banner {
  background-image: url(/images/spring-bg-01.png);
  background-size: cover;
  background-position: center center;
  position: absolute;
  left: 0px;
  top: 2rem;
  width: 100%;
  height: 30rem;
  color: white;
  overflow: hidden;
}

.spring-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.spring-inner h1 {
  font-family: "ivyepic-variable", sans-serif;
  font-variation-settings: "wdth" 60, "wght" 500, "slnt" 0;
  font-size: 8rem;
  margin: 0px;
}

.spring-sports-banner {
  background-color: var(--light-green);
  position: absolute;
  left: 0px;
}

.spring-sports-inner img {
  height: 40rem;
  position: relative;
}

@media (max-width: 67rem) {
  .split-inner {
    width: calc(100% - 2rem);
  }

  .split-outer {
    display: block;
  }

  .baby-photo {
    max-width: 100%;
  }

  .text-block {
    padding: 0px;
  }

  .login-left {
    position: static;
    transform: none;
    text-align: center;
    width: 100%;
  }

  .login-box {
    width: 100%;
    position: static;
    transform: none;
  }

  .login-inner {
    width: calc(100% - 4rem);
    min-height: none;
  }

  .login-info-box button {
    position: static;
    margin-top: 1rem;
  }

  .login-info-box {
    margin-top: 2rem;
    position: static;
    width: 100%;
  }

  .coach-bg {
    position: static;
    height: fit-content;
    padding: 2rem;
    font-size: auto;
    width: calc(100% - 4rem);
    border-radius: 0.5rem;
  }

  .coach-body {
    padding-top: 3rem !important;
  }

  .coach-inner h1 {
    font-size: 3.5rem;
  }

  .coach-inner h2 {
    font-size: 2rem;
    margin-bottom: -1rem;
  }

  .coach-inner {
    position: static;
    transform: none;
  }
}

.almost-ready {
  background-color: var(--light-green);
  color: white;
  padding: 0.5rem;
  width: calc(100% - 1rem);
  border-radius: 0.5rem;
}

.almost-ready p {
  margin: 0.25rem;
}

.almost-ready a {
  padding: 0.25rem;
  padding: 0.25rem;
  min-width: 0px;
  width: auto;
  color: var(--light-green);
  margin: 0.25rem;
}

.important-mention {
  background-color: var(--light-green);
  color: white;
  padding: 1rem;
  border-radius: 0.5rem;
}

.important-mention h3 {
  margin: 0px;
}

.important-mention ul {
  margin-bottom: 0px;
}
