/*!********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/css/src/style.scss ***!
  \********************************************************************************************************************/
/* COLORS */
/* FONTS */
/* BUTTONS */
/* COLORS */
/* FONTS */
/* BUTTONS */
#wpadminbar {
  display: none !important;
}

body {
  position: relative;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 1;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.screenReader {
  display: none;
}

/* COLORS */
/* FONTS */
/* BUTTONS */
html {
  font-size: 16px; /* you can chose any size here 16 is default */
  box-sizing: border-box;
  scroll-behavior: smooth;
}
@media screen and (max-width: 782px) {
  html {
    margin-top: 63px !important;
  }
}

body {
  font-size: 1rem;
  line-height: 1.2;
  margin-top: 0;
  border-top: 4px solid #c1141e;
}
@media screen and (min-width: 768px) {
  body {
    padding-top: 130px;
  }
  body.logged-in {
    margin-top: -32px;
  }
}

iframe {
  display: block;
}

.wrap,
.wrapper,
.container {
  display: block;
  width: 100%;
  clear: both;
}

.wrapper {
  position: relative;
}
.wrapper.black {
  padding: 50px 0;
  background-color: #000;
  color: #fff;
}
.wrapper.crimson {
  padding: 50px 0;
  background-color: #c1141e;
  color: #fff;
}
.wrapper.darkRed {
  padding: 50px 0;
  background-color: #790001;
  color: #fff;
}
.wrapper.darkGray {
  padding: 50px 0;
  background-color: #333;
  color: #fff;
}
.wrapper.gray {
  padding: 50px 0;
  background-color: #f9f9f9;
  color: #333;
}
.wrapper.carbon {
  -webkit-box-shadow: inset 0px 25px 21px -19px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 25px 21px -19px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 25px 21px -19px rgba(0, 0, 0, 0.25);
  background: linear-gradient(135deg, rgba(0, 0, 0, 0) 18.75%, #000 0 31.25%, rgba(0, 0, 0, 0) 0), repeating-linear-gradient(45deg, #000 -6.25% 6.25%, #121212 0 18.75%);
  background-size: 18px 18px;
  color: #fff;
}
.wrapper.whiteCarbon {
  -webkit-box-shadow: inset 0px 25px 21px -19px rgba(255, 255, 255, 0.25);
  -moz-box-shadow: inset 0px 25px 21px -19px rgba(255, 255, 255, 0.25);
  box-shadow: inset 0px 25px 21px -19px rgba(255, 255, 255, 0.25);
  background: linear-gradient(135deg, rgba(0, 0, 0, 0) 18.75%, #f9f9f9 0 31.25%, rgba(0, 0, 0, 0) 0), repeating-linear-gradient(45deg, #f9f9f9 -6.25% 6.25%, #efefef 0 18.75%);
  background-size: 18px 18px;
  color: #000;
}
.wrapper.win {
  background-color: #3b7044;
  color: #fff;
}
.wrapper.loss {
  background-color: #790001;
  color: #fff;
}
.wrapper.tie {
  background-color: goldenrod;
  color: #444;
}
.wrapper.nopad {
  padding: 0;
}
.wrapper.floatingHeader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  padding-bottom: 0;
}
.wrapper.headerBar {
  background: transparent;
  color: #fff;
  padding: 8px 18px 8px 10px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  display: flex;
  align-items: center;
}
.wrapper.utility {
  display: none;
}
.wrapper.ctaBar {
  padding: 28px 21px 35px 21px;
}
.wrapper.newsletter {
  padding: 50px 0;
  border-top: 1px solid #eee;
}
.wrapper.credits {
  padding: 14px 0;
  font-size: 0.675rem;
  color: #ccc;
}
.wrapper.mainContent, .wrapper.gamedayPrep, .wrapper.regularPage {
  padding: 50px 0;
}
.wrapper.homePage, .wrapper.innerPage {
  padding: 0;
}
.wrapper.footer {
  font-size: 0.723rem;
  padding: 28px;
  color: #fff;
}
.wrapper.aboutTheTeam {
  padding: 100px 0;
  position: relative;
}
.wrapper.aboutTheTeam:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  content: "";
  background: #272727 url(../../../eacc86be315a806b48d4.png) no-repeat center center;
  background-size: 80%;
  height: 100%;
  width: 100%;
  opacity: 0.05;
  z-index: 1;
}
.wrapper.scheduleSearch {
  padding: 14px 0;
}
.wrapper.scheduleApp {
  padding: 0;
  height: 100%;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrapper.scheduleApp.loaded {
  display: block;
}
.wrapper.playerPortalTabs {
  align-items: flex-start;
  min-height: 0;
  padding: 0;
  position: absolute;
  top: -47px;
  left: 0;
  z-index: 2;
}
.wrapper.playerPortalContent {
  padding: 80px 0;
}
@media only screen and (min-width: 768px) {
  .wrapper {
    padding: 0 0 50px 0;
  }
  .wrapper.utility {
    padding: 12px 0;
    display: block;
    border-top: 4px solid #790001;
    font-size: 0.675rem;
  }
  .wrapper.headerBar {
    padding: 32px 0;
  }
  .wrapper.joinUsStep.rightToLeft .container {
    flex-direction: row-reverse;
  }
}

.container {
  margin: 0 auto;
  max-width: 100vw;
  padding: 0 30px;
}
.mainContent .container {
  position: relative;
  margin-top: -120px;
  z-index: 2;
  background-color: #fff;
  min-height: 200px;
  display: flex;
  padding: 50px;
  -webkit-box-shadow: 0px -20px 26px -19px rgba(0, 0, 0, 0.21);
  box-shadow: 0px -20px 26px -19px rgba(0, 0, 0, 0.21);
}
.container.sectionHeader {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .container {
    max-width: 88vw;
    padding: 0;
  }
  .container.small {
    max-width: 60vw;
  }
}
.flexed {
  display: flex;
  flex-direction: column;
}
.flexed div {
  flex: 1;
}
.flexed.spaceBetween {
  justify-content: space-between;
  gap: 21px;
}
@media only screen and (min-width: 768px) {
  .flexed {
    align-items: center;
    flex-direction: row;
  }
  .flexed.spaceBetween {
    gap: 60px;
  }
  .flexed.alignTop {
    align-items: flex-start;
  }
  .flexed.alignLeft {
    text-align: left;
  }
  .flexed.alignRight {
    text-align: right;
  }
}

main {
  min-height: 300px;
}

[data-mobile-nav] {
  display: flex;
  text-align: right;
  justify-content: flex-end;
}
[data-mobile-nav] span {
  font-size: 30px;
  font-weight: 700;
  color: #000;
}
@media only screen and (min-width: 768px) {
  [data-mobile-nav] {
    display: none;
  }
}

.logo {
  display: inline-flex;
  width: auto;
  align-items: center;
}
.logo img {
  max-width: 50px;
}
.logo a {
  display: flex;
  gap: 12px;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .logo {
    position: absolute;
    max-width: 150px;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
  }
  .logo img {
    max-width: 150px;
  }
  .logo h1 {
    display: none;
  }
}

.headerBar header.container.spaceBetween {
  gap: 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .headerBar header.container {
    align-items: center;
  }
  .headerBar header.container.flexed {
    gap: 250px;
  }
  .headerBar header.container > div {
    flex: 1;
  }
}

.topCtaBar {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .topCtaBar .container > div:first-child {
    text-align: right;
  }
  .topCtaBar .container > div:last-child {
    text-align: right;
    flex: 0 0 auto;
  }
}

.primary {
  flex: 1;
}

.secondary {
  flex: 0 0 300px;
}

.loader {
  width: 50px;
  height: 50px;
  margin: 0 auto;
}

.alignCenter ul,
.alignCenter ol {
  max-width: 500px;
  margin: 21px auto;
  text-align: left;
}

.premierSponsorList {
  padding: 0;
  justify-content: center;
  flex: 0 0 70%;
  gap: 35px 0;
}
.premierSponsorList li {
  display: block;
  height: auto;
  text-align: center;
}
.premierSponsorList li a {
  margin: 0 auto;
  display: flex;
  height: auto;
  align-items: center;
  max-width: 60vw;
}
@media only screen and (min-width: 768px) {
  .premierSponsorList {
    gap: 21px;
    flex-wrap: wrap;
  }
  .premierSponsorList li {
    flex: 0 0 200px;
  }
  .premierSponsorList li a {
    width: 150px;
    max-width: 100%;
    height: 100%;
  }
}

.seasonBlock {
  min-height: 500px;
}
.seasonBlock section .seasonMatchBlocks {
  padding: 0;
  margin: 21px 0 60px;
}
@media only screen and (min-width: 900px) {
  .seasonBlock section header {
    text-align: left;
  }
}

#scheduleApp {
  height: 100%;
  width: 100%;
}

.homepageUpcoming .container {
  display: flex;
  gap: 50px;
  flex-direction: column;
}
@media only screen and (min-width: 900px) {
  .homepageUpcoming .container {
    flex-direction: row;
    gap: 100px;
    justify-content: space-between;
  }
  .homepageUpcoming .container > div {
    max-width: 600px;
    width: 600px;
  }
}

.nextGameCard {
  background-color: #eee;
  border: 1px solid #ddd;
  position: relative;
  min-height: 500px;
  overflow: hidden;
}
.nextGameCard .matchBlock {
  position: absolute;
  bottom: 0;
}
.nextGameCard picture img {
  opacity: 0.3;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .nextGameCard picture img {
    opacity: 0.3;
    height: 500px;
    width: auto;
  }
}

.seasonMatchBlocks {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: column;
  gap: 40px;
  margin: 21px auto;
}
.seasonMatchBlocks.spaceBetween {
  justify-content: space-between;
}
@media only screen and (min-width: 900px) {
  .seasonMatchBlocks {
    flex-direction: row;
  }
}

.matchBlock {
  background-color: #222;
  color: #fff;
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.matchBlock a {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
.matchBlock.cancelled:before, .matchBlock.rescheduled:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 2;
  text-align: center;
}
.matchBlock.cancelled:after, .matchBlock.rescheduled:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  font-size: 1.6rem;
  font-family: "Tinos", serif;
  transform: translateY(-50%);
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5px 0;
  text-align: center;
}
.matchBlock.cancelled:after {
  content: "CANCELLED";
  color: #c1141e;
}
.matchBlock.rescheduled:after {
  content: "TO BE RESCHEDULED";
  color: goldenrod;
}
@media only screen and (min-width: 900px) {
  .seasonMatchBlocks .matchBlock {
    flex: 1 0 30%;
    max-width: 30%;
  }
}

.matchBlockDate,
.matchBlockResult {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.matchBlockTitle {
  grid-area: 1/1/2/5;
  background-color: #ccc;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  padding: 0 20px;
  text-align: center;
}

.matchBlockDate {
  grid-area: 2/1/4/2;
  background-color: #fff;
  color: #000;
}

.matchBlockTeamLogo img {
  max-height: 28px;
  max-width: 28px;
}

.matchBlockResult {
  grid-area: 2/4/4/5;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: "Tinos", serif;
}
.matchBlockResult.win, .matchBlockResult.success {
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "Tinos", serif;
  background-color: #3b7044;
}
.matchBlockResult.loss, .matchBlockResult.error {
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "Tinos", serif;
  background-color: #790001;
}
.matchBlockResult.tie, .matchBlockResult.info {
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "Tinos", serif;
  background-color: goldenrod;
}
.matchBlockResult.notPlayed {
  background-color: #f9f9f9;
  color: #000;
}

.matchBlockData {
  grid-area: 2/2/4/4;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.matchBlockOpponents,
.matchBlockScores {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 12px 0;
  font-size: 1.2rem;
  font-size: bold;
  max-height: 54px;
}

.matchBlockOpponents {
  grid-area: 1/1/2/3;
  min-height: 56px;
}

.matchBlockScores {
  grid-area: 2/1/3/3;
}

.rugbyMatchDetails {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
.single-match .rugbyMatchDetails {
  padding: 0 30px;
  grid-template-columns: 1fr 3 fr 1fr;
}
@media only screen and (min-width: 768px) {
  .single-match .rugbyMatchDetails {
    grid-template-columns: repeat(3, 1fr);
  }
}

.rugbyMatchAwayTeam {
  grid-area: 1/1/2/2;
}

.rugbyMatchBoxScore {
  grid-area: 1/2/2/3;
  text-align: center;
  align-self: center;
}
.single-match .rugbyMatchBoxScore {
  font-size: 2rem;
  font-family: "Lato", sans-serif;
}
@media only screen and (min-width: 768px) {
  .single-match .rugbyMatchBoxScore {
    font-size: 6rem;
    font-family: "Lato", sans-serif;
  }
}

.rugbyMatchHomeTeam {
  grid-area: 1/3/2/4;
}

.rugbyMatchAwayTeam img,
.rugbyMatchHomeTeam img {
  max-width: 150px;
  margin: 0 auto;
}

.playerPortalLoginForm .container,
.portalNotAllowed .container {
  min-height: 300px;
  padding: 50px;
  background-color: #fff;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  position: relative;
  top: -50px;
}

#playerPortalApp {
  position: relative;
}

.accountUtility {
  display: flex;
  gap: 14px;
  justify-content: flex-end;
  align-items: center;
}

.pageSection {
  margin-bottom: 40px;
}

.portalSeasonSelector {
  margin-bottom: 21px;
}

.leagueLogo {
  display: block;
  width: 100%;
  margin-bottom: 35px;
  width: 150px;
  margin: 0 auto 35px;
}
@media only screen and (min-width: 768px) {
  .leagueLogo {
    float: right;
  }
}

.miniMatchPoster {
  width: 100%;
  height: 500px;
  position: absolute;
  top: 0;
  bottom: 0;
}

.nextSteps {
  text-align: center;
}

.aboutNav {
  border-bottom: 1px solid #ddd;
}
.aboutNav h3 {
  margin-bottom: 0;
  font-size: 1.2rem;
  color: #790001;
}
.aboutNav.wrapper {
  padding: 10px;
}
.aboutNav .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .aboutNav .container {
    flex-direction: row;
  }
}

/* COLORS */
/* FONTS */
/* BUTTONS */
nav {
  display: block;
  width: 100%;
}
nav ul {
  display: inherit;
  width: inherit;
  margin: 0;
  padding: 0;
}
nav li {
  display: inline-block;
  width: auto;
  text-align: left;
  padding: 0;
}
nav a {
  display: block;
  font-family: "Lato", sans-serif;
  color: #333;
  text-transform: capitalize;
  letter-spacing: 1px;
  cursor: pointer;
}
nav.mainNav, nav.footerUtility {
  text-align: right;
}
nav.mainNav a:hover, nav.footerUtility a:hover {
  color: #c1141e;
}
.utility nav ul {
  display: inline-flex;
  gap: 12px;
  align-items: center;
}
.utility nav li {
  flex: 0 0 auto;
}
.utility nav a {
  font-size: 0.675rem;
  font-weight: 300;
  color: #fff;
}
nav.mainNav ul {
  display: none;
}
nav.footerUtility {
  text-align: left;
}
nav.footerUtility li:first-child {
  margin-left: 0;
}
.playerPortalTabs nav ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.playerPortalTabs nav li {
  flex: 1 1 50%;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
}
.playerPortalTabs nav li:nth-child(odd) {
  border-left: 1px solid #333;
}
.playerPortalTabs nav a {
  padding: 15px 15px 14px;
  font-size: 0.875rem;
  background-color: #fff;
}
nav.socialMedia li {
  margin-right: 5px;
}
nav.socialMedia svg {
  fill: white;
  width: 20px;
}
nav.mobileSocials {
  margin: 21px 0;
}
nav.mobileSocials svg {
  fill: #333;
  width: 30px;
}
.aboutNav nav li {
  margin-left: 14px;
}
@media only screen and (min-width: 768px) {
  nav.mainNav {
    margin: 0 auto;
    max-width: 500px;
  }
  nav.mainNav ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  nav.mainNav li:first-child {
    margin-left: 0;
  }
  nav.mainNav li:last-child {
    margin-right: 0;
  }
  .playerPortalTabs nav ul {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 14px;
    justify-content: center;
    max-width: 800px;
    margin: 0 auto;
  }
  .playerPortalTabs nav li {
    border: 0;
    flex: 1 0 auto;
  }
  .playerPortalTabs nav li:nth-child(odd) {
    border: 0;
  }
  .playerPortalTabs nav li.active a {
    background-color: #fff;
  }
  .playerPortalTabs nav a {
    display: block;
    text-align: center;
    background-color: #f9f9f9;
    padding: 14px 21px;
    font-size: 1rem;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    transition: all 0.3s ease;
  }
  .playerPortalTabs nav a:hover {
    background-color: #ccc;
  }
}

.mobileMenu {
  background-color: #fff;
  position: fixed;
  top: 64px;
  left: -100%;
  width: 100vw;
  height: 100vh;
  padding-bottom: 90px;
  overflow: hidden;
  overflow-y: scroll;
  z-index: 9;
  transition: left 0.3s ease;
}
.mobileMenu.active {
  left: 0;
}
@media only screen and (min-width: 768px) {
  .mobileMenu {
    display: none;
  }
}

.mobileNav li {
  display: block;
  width: 100%;
  border-bottom: 1px solid #eee;
}
.mobileNav li a {
  padding: 14px 21px;
}
.mobileNav li a:hover {
  background-color: #eee;
}

.mobileNavAccount {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  background-color: #eee;
  padding: 21px;
}

.mobileSocials ul {
  padding: 0 0 0 21px;
}
.mobileSocials li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 21px;
}
.mobileSocials li a {
  color: #444;
  font-size: 1.3rem;
}
.mobileSocials li a:hover {
  color: #000;
}

/* COLORS */
/* FONTS */
/* BUTTONS */
table {
  display: table;
  width: 100%;
  padding: 0;
  border-collapse: collapse;
  margin-bottom: 40px;
}
table.invert {
  width: auto;
}

td,
th {
  padding: 10px;
  text-align: left;
}

.invert th {
  text-align: right;
  padding-left: 0;
}

/* COLORS */
/* FONTS */
/* BUTTONS */
form {
  text-align: left;
}
.loginForm form {
  width: 400px;
  margin: 0 auto;
}
form.visual-form-builder {
  margin-top: 40px;
}

fieldset,
.vfb-section {
  border: 0;
  padding: 0;
  margin: 0;
  background-color: tranparent;
}
fieldset legend, fieldset .vfb-legend,
.vfb-section legend,
.vfb-section .vfb-legend {
  display: none;
}

label {
  display: block;
  padding: 0 0 8px 0;
  width: 100%;
  color: #333;
  font-size: 1rem;
  line-height: 22px;
  font-weight: 300px;
}
label mark {
  color: #790001;
  background-color: transparent;
}
#newPlayerFormWrapper label {
  color: #fff;
}

[data-form-msg] {
  position: relative;
  display: none;
  width: 100%;
  text-align: left;
  background-color: #ddd;
  border-radius: 3px;
  color: #fff;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 14px;
  -webkit-box-shadow: 0px 13px 25px -13px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0px 13px 25px -13px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 13px 25px -13px rgba(0, 0, 0, 0.21);
  margin-bottom: 20px;
}
[data-form-msg]:after {
  position: absolute;
  cursor: pointer;
  content: "x";
  color: #fff;
  right: 0px;
  top: 0px;
  width: 30px;
  height: 22px;
  padding-top: 7px;
  text-align: center;
  font-weight: 500;
  font-family: Arial, Helvetica, sans-serif;
}
[data-form-msg].active {
  padding: 8px 12px;
  display: block;
}
[data-form-msg].error {
  background-color: #790001;
}
[data-form-msg].success {
  background-color: #3b7044;
}
[data-form-msg].info {
  background-color: rgb(252, 200, 68);
}

[data-forgot-password] {
  display: block;
  color: #333;
  font-size: 12px;
  line-height: 14px;
  font-weight: 300px;
  margin-top: 22px;
}
[data-forgot-password]:hover {
  color: #000;
}

.formExtras {
  display: flex;
  margin-top: 14px;
  justify-content: flex-end;
  align-items: center;
  gap: 21px;
  font-size: 0.875rem;
}

input,
select,
textarea {
  display: block;
  width: 100%;
  padding: 15px 18px;
  border-radius: 2px;
  border: 1px solid #eee;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  transition: all 0.4s ease;
}
input:focus,
select:focus,
textarea:focus {
  border-color: #790001;
}

textarea {
  min-height: 150px;
}

select {
  background: #fff url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 97% 50%;
  padding-right: 20px;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  appearance: none;
}

.inlineForm {
  display: flex;
  flex-direction: column;
  gap: 21px;
}
.inlineForm > button {
  flex: 0 0 auto;
}
@media only screen and (min-width: 768px) {
  .inlineForm {
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
  }
}

.fieldControl {
  margin-bottom: 21px;
}
.inlineForm .fieldControl {
  width: 100%;
}
.loginForm .fieldControl {
  margin-bottom: 35px;
}

.scheduleSearchForm {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  padding: 0;
}
.scheduleSearchForm select {
  width: 150px;
  margin-left: 21px;
}
@media only screen and (min-width: 768px) {
  .scheduleSearchForm {
    justify-content: flex-end;
  }
}

.vfb-item {
  margin-bottom: 21px;
}
.vfb-item.vfb-error {
  border-color: #790001;
}

.vfb-left-half,
.vfb-right-half,
.fieldControl.half {
  display: block;
}
@media only screen and (min-width: 768px) {
  .vfb-left-half,
  .vfb-right-half,
  .fieldControl.half {
    width: 48%;
    display: inline-block;
    vertical-align: center;
  }
}

@media only screen and (min-width: 768px) {
  .vfb-right-half,
  .fieldControl.half.last {
    float: right;
  }
}

.vfb-item-submit,
.submit {
  text-align: right;
}
.newPlayerForm .vfb-item-submit,
.newPlayerForm .submit {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .newPlayerForm .vfb-item-submit,
  .newPlayerForm .submit {
    flex-direction: row;
  }
}

.vfb-error {
  font-size: 0.875rem;
  color: #790001;
  display: inline-block;
  margin-top: 14px;
}

.disclaimer {
  font-size: 0.675rem;
  line-height: 1.4;
  max-width: 700px;
  text-align: left;
  padding: 14px 0;
}
@media only screen and (min-width: 768px) {
  .disclaimer {
    padding: 0;
  }
}

/* COLORS */
/* FONTS */
/* BUTTONS */
/*
2.479rem/39.67px
2.323rem/37.18px
2.178rem/34.84px
2.041rem/32.65px
1.913rem/30.60px
1.793rem/28.68px
1.68rem /26.88px
1.575rem/25.19px
1.476rem/23.61px
1.383rem/22.13px
1.296rem/20.74px
1.215rem/19.44px
1.138rem/18.22px
1.067rem/17.07px
1rem    /16.00px
0.937rem/15.00px
0.878rem/14.05px
0.823rem/13.17px
0.772rem/12.34px
0.723rem/11.57px
0.678rem/10.84px
*/
li,
a,
a:visited p {
  color: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-family: inherit;
}

p {
  margin: 0;
  line-height: 24px;
}
.heroHomepage p {
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 300;
}
.heroHomepage p b, .heroHomepage p strong {
  color: #c1141e;
}
.sectionHeader p {
  margin: 0 auto 21px;
  text-align: center;
}
.joinUsStepDetails p {
  margin-bottom: 14px;
}
.nextSteps p {
  margin-bottom: 14px;
}
span.strike {
  text-decoration: line-through;
}

a,
a:visited {
  transition: color 0.5s ease;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Tinos", serif;
  margin: 0;
  font-weight: 500;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 14px;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  color: #c1141e;
}
h1 {
  font-size: 2.323rem;
  line-height: 48px;
}
.logo h1 {
  font-size: 0.875rem;
  line-height: 1.2;
  color: #333;
  letter-spacing: 0.03rem;
  margin-bottom: 0;
  margin-top: -4px;
  text-align: left;
}
.heroHomepage h1 {
  font-size: 1.6rem;
  line-height: 1.2;
  margin-bottom: 14px;
}
@media only screen and (min-width: 768px) {
  .heroHomepage h1 {
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 21px;
  }
}

h2 {
  font-size: 2.041rem;
  line-height: 42px;
}
.introBlock h2 {
  position: relative;
  margin-bottom: 28px;
  color: #790001;
}
.introBlock h2:before, .introBlock h2:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 3px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 1px solid #ddd;
  top: calc(100% + 13px);
}
.introBlock h2:after {
  content: "";
  width: 40%;
  top: calc(100% + 17px);
}
.ctaBar h2 {
  margin-bottom: 0;
  font-size: 2rem;
}
@media only screen and (min-width: 768px) {
  .introBlock h2 {
    margin-bottom: 14px;
  }
  .introBlock h2:before, .introBlock h2:after {
    display: none;
  }
}

h3 {
  font-size: 1.793rem;
  line-height: 36px;
}
.seasonBlock h3 {
  font-size: 2.5rem;
  margin-bottom: 21px;
}
.scheduleSearchForm h3 {
  font-size: 1rem;
  margin: 0;
}
.joinUsStepDetails h3 {
  margin-bottom: 14px;
}

h4 {
  font-size: 1.476rem;
  line-height: 34px;
}

h5 {
  font-size: 1.296rem;
  line-height: 28px;
}
.seasonBlock h5 {
  margin: 21px 0;
  color: #f9f9f9;
}

h6 {
  font-size: 1.138rem;
  line-height: 26px;
}

.mainContent h2 {
  text-transform: capitalize;
  color: #790001;
}
.mainContent h3, .mainContent h4, .mainContent h5 {
  font-family: "Lato", sans-serif;
  text-transform: capitalize;
  color: #333;
}

/* COLORS */
/* FONTS */
/* BUTTONS */
.btn {
  font-family: "Lato", sans-serif;
  display: inline-block;
  width: auto;
  padding: 15px 30px;
  border-radius: 2px;
  background-color: #333;
  color: #fff;
  text-transform: capitalize;
  font-weight: 300;
  letter-spacing: 1px;
  border: 0;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn:hover {
  background-color: #000;
  color: #fff;
}
.btn.btnPrimary {
  background-color: #c1141e;
  color: #fff;
}
.btn.btnPrimary:hover {
  background-color: rgb(231.9014084507, 32.0985915493, 43.6478873239);
}
.btn.btnSecondary {
  background-color: #790001;
  color: #fff;
}
.btn.btnSecondary:hover {
  background-color: rgb(172, 0, 1.4214876033);
}
.btn.btnTertiary {
  background-color: rgb(25.5, 25.5, 25.5);
  color: #fff;
}
.btn.btnTertiary:hover {
  background-color: rgb(76.5, 76.5, 76.5);
}
.btn.btnSmall {
  padding: 4px 12px;
}
.btn.btnXSmall {
  font-size: 0.675rem;
  padding: 2px 8px;
}
.btn.btnXSmall .material-symbols-outlined {
  font-size: 1rem;
  font-weight: 700;
}
.btn.btnIcon {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px 4px 8px;
}
.btn[disabled] {
  background-color: #aaa;
  color: #333;
  cursor: not-allowed;
}
.btn[disabled]:hover {
  background-color: #aaa;
  color: #333;
}
.btnGroup {
  margin-top: 21px;
}
.btnGroup .btn {
  margin-bottom: 14px;
}
@media only screen and (min-width: 768px) {
  .btnGroup {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 14px;
  }
}

.ctaGroup .btn {
  margin-bottom: 14px;
  display: block;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .ctaGroup {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 14px;
  }
}

[data-overlay] {
  text-align: center;
  position: absolute;
  top: -32px;
  bottom: -32px;
  left: 0;
  font-size: 40px;
  color: #666;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
[data-overlay].active {
  width: 100%;
  height: 100vh;
  display: table;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.7);
}
[data-overlay].visible {
  opacity: 1;
}
[data-overlay] div {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

[data-popup] {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: 999;
  display: none;
}
[data-popup].active {
  display: table;
  background-color: rgba(0, 0, 0, 0.5);
}
[data-popup] [data-destroy] {
  color: #fff;
  position: absolute;
  right: 0.5%;
  top: 0.85%;
  font-size: 30px;
}
[data-popup] [data-destroy]:hover {
  color: #000;
}
[data-popup] .table-cell {
  vertical-align: middle;
}
[data-popup] .popup-body {
  max-width: 50vw;
  max-height: 50vh;
  margin: 0 auto;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 41px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 41px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 41px 0px rgba(0, 0, 0, 0.25);
  opacity: 0;
}
[data-popup].visible .popup-body {
  opacity: 1;
}
[data-popup] header, [data-popup] footer, [data-popup] .popup-content {
  padding: 12px;
}
[data-popup] header, [data-popup] footer {
  min-height: 50px;
}
[data-popup] header {
  border-bottom: 1px solid #ddd;
}
[data-popup] footer {
  border-top: 1px solid #ddd;
}
[data-popup] .popup-content {
  min-height: 300px;
}

.notice {
  display: none;
  padding: 8px 12px;
  font-size: 0.675rem;
  color: #000;
  background-color: #f9f9f9;
  border-radius: 4px;
  margin-top: 14px;
  line-height: 0.6;
}
.notice.active {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
}
.notice > div:last-child {
  flex: 0 0 40px;
  font-size: 1.4rem;
  text-align: right;
  position: relative;
  top: -2px;
}
.notice.noticeSuccess {
  background-color: #3b7044;
  color: #fff;
}
.notice.noticeError {
  background-color: #790001;
  color: #fff;
}

.hero {
  overflow: hidden;
  display: block;
  color: inherit;
}
.hero.heroHomepage {
  width: 100vw;
  overflow: hidden;
}
.hero video {
  display: block;
  width: auto;
  position: relative;
  left: 50%;
  height: 475px;
}
@media screen and (min-width: 768px) {
  .hero {
    position: relative;
  }
  .hero.heroHomepage {
    height: calc(100vh - 125px);
  }
  .hero picture {
    position: absolute;
    left: auto;
    right: auto;
    top: auto;
    bottom: 0;
    width: 100%;
  }
  .hero picture img {
    display: block;
    width: inherit;
    height: inherit;
  }
}

.heroInner {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  z-index: 2;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .heroInner {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .heroBottom .heroInner {
    align-items: flex-end;
  }
  .heroTop .heroInner {
    align-items: flex-start;
  }
  .heroRight .heroInner {
    justify-content: flex-end;
    text-align: right;
  }
  .heroLeft .heroInner {
    justify-content: flex-start;
    text-align: left;
  }
}

.heroBody {
  color: #fff;
  background-color: #333;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 21px;
  padding: 21px 35px 35px;
  flex-direction: column;
}
.heroBody .btn {
  margin-bottom: 0;
}
.heroBody .ctaGroup .btn {
  margin-bottom: 7px;
}
@media screen and (min-width: 768px) {
  .heroBody {
    gap: 40px;
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    flex-direction: row;
  }
  .heroBody > div {
    flex: 1 0 auto;
  }
}

[data-tab-parent] {
  border: 1px solid #ddd;
  border-top: 0;
}
[data-tab-parent] ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
[data-tab-parent] ul li {
  display: flex;
  flex-grow: 1;
}
[data-tab-parent] ul a {
  text-align: center;
  display: block;
  width: 100%;
  padding: 15px;
  border: 1px solid #ddd;
}
[data-tab-parent] ul a:first-child {
  border-left: 0;
}
[data-tab-parent] ul a:last-child {
  border-right: 0;
}
[data-tab-parent] ul a:hover {
  background-color: #ddd;
}

[data-tab].active {
  min-height: 300px;
}

/* COLORS */
/* FONTS */
/* BUTTONS */
.panel {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 3px;
}

.panelHeader {
  padding: 21px;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 500;
  color: #000;
  font-family: "Tinos", serif;
  border-bottom: 1px solid #eee;
}

.panelBody {
  padding: 21px;
  font-size: 1rem;
  line-height: 1;
  font-weight: 300;
  color: #333;
  font-family: "Lato", sans-serif;
}

.downloadableDocument {
  display: flex;
  border: 1px solid #eee;
  border-radius: 3px;
  align-items: center;
  overflow: hidden;
  transition: all 0.3s ease;
}
.downloadableDocument div {
  flex: 1 1 auto;
  padding: 22px;
  font-size: 0.875rem;
  background-color: #eee;
}
.downloadableDocument span {
  color: #333;
  font-size: 2rem;
  display: block;
}
.downloadableDocument div:first-child {
  flex: 0 0 60px;
  background-color: #fff;
  padding: 14px;
}
.downloadableDocument:hover {
  border: 1px solid #333;
}
.downloadableDocumentGrid {
  display: flex;
  gap: 21px;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}
.downloadableDocumentGrid .downloadableDocument {
  flex: 1;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .downloadableDocumentGrid {
    flex-direction: row;
    align-items: center;
  }
  .downloadableDocumentGrid ul {
    margin: 0;
    padding: 0;
  }
  .downloadableDocumentGrid .downloadableDocument {
    flex: 1 0 31%;
    width: auto;
  }
}

/* COLORS */
/* FONTS */
/* BUTTONS */
.acc {
  display: none !important;
}

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

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

.alignRight {
  text-align: right;
}

.alignCenter {
  text-align: center;
  margin: 0 auto;
}

@-webkit-keyframes flip-vertical-left {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
  }
}
@keyframes flip-vertical-left {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
  }
}
.flip-vertical-left {
  -webkit-animation: flip-vertical-left 1s ease-in-out infinite alternate-reverse;
  animation: flip-vertical-left 1s ease-in-out infinite alternate-reverse;
}

/* ----------------------------------------------
 * Generated by Animista on 2025-3-6 16:56:32
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation rotate-center
 * ----------------------------------------
 */
@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotate-center {
  -webkit-animation: rotate-center 1s ease-in-out 0.3s infinite alternate-reverse both;
  animation: rotate-center 1s ease-in-out 0.3s infinite alternate-reverse both;
}

.matchPosters .container {
  text-align: center;
}
.matchPosters .container > div {
  margin: 90px auto;
}

.nextGameCard {
  width: 600px;
  height: 600px;
  overflow: hidden;
  container-type: inline-size;
}

#instagramSquare {
  width: 1080px;
  height: 1080px;
  overflow: hidden;
  border: 1px solid #ddd;
  container-type: inline-size;
}

#instagramPortrait {
  width: 1080px;
  height: 1350px;
  overflow: hidden;
  container-type: inline-size;
}

#instagramStory {
  width: 1080px;
  height: 1920px;
  overflow: hidden;
  container-type: inline-size;
}

.matchPoster {
  position: relative;
  height: 100%;
  max-height: 100%;
}
.matchPoster picture {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 0;
  z-index: 1;
}
.matchPoster picture img {
  display: block;
  height: 100%;
  width: auto;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.matchPoster .defendTheCove {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 12px 0;
}
.matchPoster .defendTheCove h2 {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1;
}
.matchPoster.angled .matchPosterMainContent {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: 21px;
}
.matchPoster.angled .matchPosterHeaderChunk {
  position: absolute;
  top: 3%;
  width: 42cqw;
  left: 3%;
  display: flex;
  gap: 21px;
  justify-content: space-around;
  align-items: center;
  padding: 0;
  border: 10px solid rgba(193, 20, 30, 0.7);
}
@container (width > 600px) {
  .matchPoster.angled .matchPosterHeaderChunk {
    width: 38cqw;
  }
}
.matchPoster.angled .matchPosterFooterChunk {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 21px;
  background-color: #ddd;
  border-bottom: 5px solid #c1141e;
  display: flex;
  gap: 21px;
  justify-content: space-between;
  align-items: center;
  z-index: 5;
}
@container (width > 600px) {
  .matchPoster.angled .matchPosterFooterChunk {
    min-height: 120px;
  }
}
.matchPoster.angled .matchPosterMainBodyChunk {
  width: 200%;
  left: 20%;
  position: absolute;
  bottom: -575px;
  z-index: 4;
  background-color: #fff;
  height: 600px;
  transform: rotate(-45deg);
  transform-origin: bottom left;
}
.matchPoster.angled .matchPosterMainBodyChunk:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  background-color: #c1141e;
  opacity: 0.9;
  height: 15px;
  width: 100%;
}
.matchPoster.angled .matchPosterMainBodyChunk:after {
  content: "";
  position: absolute;
  top: -15px;
  left: 0;
  background-color: #c1141e;
  opacity: 0.5;
  height: 15px;
  width: 100%;
}
.matchPoster.angled .matchPosterMainBodyChunk .matchPosterMainBodyInner {
  border: 1px solid blue;
  transform: rotate(45deg);
  height: 400px;
  width: 50cqw;
  max-width: 100cqw;
  transform-origin: left top;
}
@container (width > 600px) {}
.matchPoster.angled .matchPosterAtOrVersus {
  font-size: 2rem;
  font-family: "Tinos", serif;
  position: relative;
  left: -4px;
  top: -2px;
}
@container (width > 600px) {
  .matchPoster.angled .matchPosterAtOrVersus {
    font-size: 3rem;
    left: -10px;
  }
}
.matchPoster.angled .matchPostTeamLogo {
  height: auto;
  width: 200px;
  padding: 10px;
  display: flex;
}
.matchPoster.angled .matchPostTeamLogo img {
  align-self: center;
  display: block;
  width: 100%;
  height: auto;
}
@container (width > 600px) {
  .matchPoster.angled .matchPostTeamLogo {
    padding: 28px;
  }
}
.matchPoster.angled .matchPosterSeasonAffiliationLogo {
  flex: 0 0 50px;
}
.matchPoster.angled .matchPosterSeasonAffiliationLogo img {
  width: 50px;
  height: 50px;
}
@container (width > 600px) {
  .matchPoster.angled .matchPosterSeasonAffiliationLogo {
    flex: 0 70px;
  }
  .matchPoster.angled .matchPosterSeasonAffiliationLogo img {
    width: 70px;
    height: 70px;
  }
}
.matchPoster.angled .matchPosterSponsorBlock,
.matchPoster.angled .matchPosterSponsorList {
  display: flex;
  gap: 1%;
  justify-content: space-between;
  align-items: center;
}
.matchPoster.angled .matchPosterSponsorBlock {
  text-align: right;
  flex: 0 0 85%;
  gap: 3%;
}
.matchPoster.angled .matchPosterSponsorBlock div:first-child {
  flex: 0 0 25%;
}
.matchPoster.angled .matchPosterSponsorBlock h3 {
  font-size: 0.875rem;
  line-height: 1.3;
  margin-bottom: 0;
}
@container (width > 600px) {
  .matchPoster.angled .matchPosterSponsorBlock h3 {
    font-size: 1.5rem;
  }
}
.matchPoster.angled .matchPosterSponsorList {
  gap: 0 5%;
  justify-content: space-around;
}
.matchPoster.angled .matchPosterSponsorList > div {
  flex: 0 0 15%;
  height: auto;
}
.matchPoster.classic .matchPosterMainContent {
  border-top: 5px solid #c1141e;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: 21px;
  background-color: rgba(255, 255, 255, 0.3);
}
.matchPoster.classic .matchPosterMainContent.hasHeader {
  padding-top: 50px;
}
.matchPoster.classic .matchPosterLocation {
  font-size: 1.2rem;
  line-height: 1.6;
}
.matchPoster.classic .matchPosterHeaderChunk h1 {
  font-size: 4rem;
  font-weight: 900;
  background-image: linear-gradient(180deg, #C2131C, #780000 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.matchPoster.classic .matchPostBGImg {
  display: none;
}
.matchPoster.classic .matchPostTeamGhostLogo {
  height: 400px;
  width: 400px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.05;
}
.matchPoster.classic .matchPostTeamGhostLogo.left {
  left: -200px;
}
.matchPoster.classic .matchPostTeamGhostLogo.right {
  right: -200px;
}
@container (width > 600px) {
  .matchPoster.classic .matchPostTeamGhostLogo {
    height: 600px;
    width: 600px;
  }
  .matchPoster.classic .matchPostTeamGhostLogo.left {
    left: -300px;
  }
  .matchPoster.classic .matchPostTeamGhostLogo.right {
    right: -300px;
  }
}
.matchPoster.classic .matchPosterTeams {
  display: grid;
  grid-template-columns: repeat(5fr, 1fr);
  grid-template-rows: 1fr 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  max-width: 70cqw;
  margin: 21px auto;
}
.matchPoster.classic .matchPosterTeams .matchPosterTeamLogo.opponent {
  grid-area: 1/1/2/3;
}
.matchPoster.classic .matchPosterTeams .matchPosterAtOrVersus {
  align-self: center;
  grid-area: 1/3/2/4;
  font-size: 2rem;
  font-family: "Tinos", serif;
  position: relative;
}
.matchPoster.classic .matchPosterTeams .matchPosterTeamLogo.home {
  grid-area: 1/4/2/6;
}
.matchPoster.classic .matchPosterTeams .matchPosterOpponentTeamName {
  grid-area: 2/1/3/3;
}
.matchPoster.classic .matchPosterTeams .matchPosterHomeTeamName {
  grid-area: 2/4/3/6;
}
.matchPoster.classic .matchPosterOpponentTeamName,
.matchPoster.classic .matchPosterHomeTeamName {
  font-size: 1.6rem;
  line-height: 1.25;
  font-family: "Tinos", serif;
  text-wrap: balance;
}
.matchPoster.classic .matchPosterFooterChunk {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 21px;
  background-color: #eee;
  border-bottom: 5px solid #c1141e;
  display: flex;
  gap: 21px;
  justify-content: space-between;
  align-items: center;
  z-index: 5;
}
@container (width > 600px) {
  .matchPoster.classic .matchPosterFooterChunk {
    min-height: 120px;
  }
}
.matchPoster.classic .matchPosterTeamLogo img {
  max-width: 100px;
  max-height: 100px;
  margin: 0 auto;
}
.matchPoster.classic .matchPosterSeasonAffiliationLogo {
  flex: 0 0 50px;
}
.matchPoster.classic .matchPosterSeasonAffiliationLogo img {
  width: 50px;
  height: 50px;
}
@container (width > 600px) {
  .matchPoster.classic .matchPosterSeasonAffiliationLogo {
    flex: 0 70px;
  }
  .matchPoster.classic .matchPosterSeasonAffiliationLogo img {
    width: 70px;
    height: 70px;
  }
}
.matchPoster.classic .matchPosterSponsorBlock,
.matchPoster.classic .matchPosterSponsorList {
  display: flex;
  gap: 1%;
  justify-content: space-between;
  align-items: center;
}
.matchPoster.classic .matchPosterSponsorBlock {
  text-align: right;
  flex: 0 0 85%;
  gap: 3%;
}
.matchPoster.classic .matchPosterSponsorBlock div:first-child {
  flex: 0 0 25%;
}
.matchPoster.classic .matchPosterSponsorBlock h3 {
  font-size: 0.875rem;
  line-height: 1.3;
  margin-bottom: 0;
}
@container (width > 600px) {
  .matchPoster.classic .matchPosterSponsorBlock h3 {
    font-size: 1.5rem;
  }
}
.matchPoster.classic .matchPosterSponsorList {
  gap: 0 5%;
  justify-content: space-around;
}
.matchPoster.classic .matchPosterSponsorList > div {
  flex: 0 0 15%;
  height: auto;
}

.playerHeadshot {
  display: block;
  width: 100%;
  margin-bottom: 21px;
}
@media only screen and (min-width: 768px) {
  .playerHeadshot {
    float: right;
    clear: right;
    width: 250px;
    margin-left: 21px;
    margin-bottom: 21px;
  }
}

.matchSeasonHeader {
  text-align: center;
  padding: 21px;
}
.matchSeasonHeader .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.matchSeasonHeader span, .matchSeasonHeader p {
  font-size: 1rem;
  text-transform: uppercase;
  font-family: "Tinos", serif;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .matchSeasonHeader {
    padding: 14px 0;
  }
}

.matchSeasonAffiliation {
  display: flex;
  gap: 21px;
  align-items: center;
  justify-content: flex-start;
}
@media only screen and (min-width: 768px) {
  .matchSeasonAffiliation {
    justify-content: center;
  }
}

.matchPageHeader .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
.matchPageHeader .container > div {
  flex: 0 0 33%;
  text-align: right;
}
.matchPageHeader .container > div:last-child {
  text-align: left;
}
.matchPageHeader .container .matchUpcomingDetails {
  flex: 0 0 25%;
  text-align: center;
}
.matchPageHeader .container .matchFinished {
  flex: 0 0 55%;
}
.matchPageHeader .container h3 {
  margin-bottom: 0;
}
.matchPageHeader .container .matchTeamBlockSmall {
  flex: 0 0 18%;
}
@media only screen and (min-width: 768px) {
  .matchPageHeader .container {
    flex-direction: row;
  }
}

.matchTeamBlock {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.matchTeamBlock > div:first-child {
  flex: 0 0 30%;
}
.matchTeamBlock img {
  max-width: 50vw;
  margin: 0 auto;
}
.matchTeamBlock.matchTeamBlockSmall > div:first-child {
  flex: 0 0 50%;
}
@media only screen and (min-width: 768px) {
  .matchTeamBlock {
    flex-direction: row;
  }
  .matchTeamBlock.matchHomeTeam {
    flex-direction: row-reverse;
  }
  .matchTeamBlock img {
    max-width: 100%;
  }
}

.matchUpcomingDetails {
  font-size: 1.2rem;
}

.matchPageDetails .container {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-direction: column;
}
.matchPageDetails .matchPageLocationBlock, .matchPageDetails .matchPageMainBlock, .matchPageDetails .matchPageLineupBlock {
  flex: 1 0 auto;
}
@media only screen and (min-width: 768px) {
  .matchPageDetails .container {
    flex-direction: row;
  }
  .matchPageDetails .matchPageLocationBlock, .matchPageDetails .matchPageMainBlock, .matchPageDetails .matchPageLineupBlock {
    min-height: 100px;
  }
  .matchPageDetails .matchPageLocationBlock {
    flex: 0 0 20%;
  }
  .matchPageDetails .matchPageLineupBlock {
    flex: 0 0 30%;
  }
}

.matchScoresTable {
  border-collapse: collapse;
}
.matchScoresTable th,
.matchScoresTable td {
  text-align: center;
  padding: 14px 21px;
}
.matchScoresTable thead {
  border-bottom: 1px solid #fff;
}
.matchScoresTable tr td:first-child {
  text-align: right;
  border-right: 1px solid #fff;
  max-width: 120px;
}

.businessExectives,
.operationsExecutives {
  display: flex;
  flex-direction: column;
  gap: 50px 0;
  padding: 50px 0 0 0;
}
@media screen and (min-width: 768px) {
  .businessExectives,
  .operationsExecutives {
    justify-content: space-between;
    gap: 50px;
    align-items: center;
    flex-direction: row;
  }
}

.businessExectives {
  justify-content: center;
}
.executiveProfileBlock {
  flex: 0 0 22%;
  text-align: center;
}
.executiveHeadshot {
  overflow: hidden;
  border: 3px solid #000;
  border-radius: 500px;
  height: 200px;
  width: 200px;
  margin: 0 auto 21px;
  background-color: #ccc;
}

.executiveName h4 {
  font-size: 2rem;
  line-height: 1.4;
}

.executiveTitle h5 {
  font-size: 0.875rem;
  color: #f9f9f9;
  position: relative;
  top: -5px;
}

.sponsorGrid {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
@media only screen and (min-width: 768px) {
  .sponsorGrid {
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    flex-direction: row;
  }
}

.sponsorBlock {
  overflow: hidden;
  position: relative;
}
.sponsorBlock:hover .sponsorBlockDescription {
  top: 0;
}

.sponsorBlockDescription {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 35px;
  color: #fff;
  position: absolute;
  top: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  transition: top 0.3s ease;
}

.sponsorBlock {
  flex: 1 1 32%;
}
.sponsorBlock .sponsorBlockPicture {
  min-height: 25vw;
  display: flex;
  align-items: center;
  padding: 50px 0;
}
.sponsorBlock picture {
  display: block;
  width: 320px;
  margin: 0 auto;
}
.sponsorBlock picture img {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .sponsorBlock {
    min-height: 450px;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    flex-direction: row;
  }
}

.joinUsStep {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.wrapper .joinUsStep {
  padding: 0;
}
.joinUsStep .joinUsStepDetails, .joinUsStep .joinUsStepPicture {
  flex: 1;
}
.joinUsStep .joinUsStepDetails {
  padding: 50px 30px;
  text-align: center;
}
.joinUsStep .joinUsStepDetails .btn {
  display: inline-block;
  width: auto;
  margin-top: 14px;
}
.joinUsStep .joinUsStepPicture {
  width: 100%;
}
.joinUsStep .stepNumber {
  position: absolute;
  opacity: 8%;
  left: 15px;
  top: 5px;
  font-size: 1.8rem;
  font-family: "Tinos", serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .joinUsStep {
    flex-direction: row;
  }
  .joinUsStep.rightToLeft {
    flex-direction: row-reverse;
  }
  .joinUsStep.rightToLeft .joinUsStepDetails {
    text-align: left;
  }
  .joinUsStep .joinUsStepDetails, .joinUsStep .joinUsStepPicture {
    flex: 0 0 50%;
  }
  .joinUsStep .joinUsStepDetails {
    padding: 100px;
    text-align: right;
  }
  .joinUsStep .stepNumber {
    font-size: 3rem;
  }
}

.gamedayPrepBlocks .container {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .gamedayPrepBlocks .container {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
  }
}

.gamedayPrepBlock {
  flex: 0 0 50%;
  padding: 30px;
  text-align: center;
  background-color: #c1141e;
  color: #fff;
  grid-area: 2/1/3/2;
}
.gamedayPrepBlock:first-child {
  grid-area: 1/1/2/2;
  background-color: #000;
}
@media only screen and (min-width: 768px) {
  .gamedayPrepBlock {
    text-align: left;
    padding: 50px;
    grid-area: 1/2/2/3;
  }
  .gamedayPrepBlock:first-child {
    grid-area: 1/1/2/2;
    background-color: #000;
  }
}

.eventBlocks {
  flex-direction: column;
  display: flex;
  gap: 21px;
  margin-top: 50px;
  justify-content: flex-start;
}
@media only screen and (min-width: 768px) {
  .eventBlocks {
    flex-direction: row;
  }
}

.eventBlock {
  flex: 0 0 32%;
  position: relative;
  background-color: #eee;
  overflow: hidden;
}
.eventBlock a {
  display: block;
}
.eventBlock .eventBlockDetails {
  padding: 21px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  position: absolute;
  top: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  transition: top 0.3s ease;
}
.eventBlock a:hover .eventBlockDetails {
  top: 0;
}
@media only screen and (min-width: 768px) {
  .nextEventCard {
    max-width: 600px;
    margin: 0 auto;
  }
}
