.elementor-10900 .elementor-element.elementor-element-6a3fd4c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-10900 .elementor-element.elementor-element-17cc059{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:center;}.elementor-10900 .elementor-element.elementor-element-497b2a2{--display:flex;--min-height:25vh;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--gap:20px 20px;--row-gap:20px;--column-gap:20px;--padding-top:0%;--padding-bottom:0%;--padding-left:8%;--padding-right:8%;}.elementor-10900 .elementor-element.elementor-element-497b2a2:not(.elementor-motion-effects-element-type-background), .elementor-10900 .elementor-element.elementor-element-497b2a2 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-10900 .elementor-element.elementor-element-bfb83ae > .elementor-widget-container{margin:0px 0px -35px 0px;}.elementor-10900 .elementor-element.elementor-element-bfb83ae{text-align:center;}.elementor-10900 .elementor-element.elementor-element-bfb83ae .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:16px;font-weight:300;text-transform:uppercase;font-style:normal;text-decoration:none;line-height:1.5em;letter-spacing:10px;color:#00A550;}.elementor-10900 .elementor-element.elementor-element-5f7fb27{text-align:center;}.elementor-10900 .elementor-element.elementor-element-5f7fb27 .elementor-heading-title{font-family:"Source Sans Pro", Sans-serif;font-size:85px;font-weight:800;text-transform:none;font-style:normal;text-decoration:none;line-height:1em;letter-spacing:0px;color:#FFFFFF;}.elementor-10900 .elementor-element.elementor-element-ba3e6b6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:415px){.elementor-10900 .elementor-element.elementor-element-ba3e6b6{--content-width:1200px;}}@media(max-width:768px){.elementor-10900 .elementor-element.elementor-element-497b2a2{--padding-top:0%;--padding-bottom:0%;--padding-left:5%;--padding-right:5%;}.elementor-10900 .elementor-element.elementor-element-bfb83ae .elementor-heading-title{font-size:14px;}.elementor-10900 .elementor-element.elementor-element-5f7fb27 .elementor-heading-title{font-size:65px;}}@media(max-width:414px){.elementor-10900 .elementor-element.elementor-element-5f7fb27 .elementor-heading-title{font-size:48px;line-height:1em;}}/* Start custom CSS for container, class: .elementor-element-17cc059 *//* ========================================
   FOOTBALL SCHEDULE - STABLE VERSION
   ======================================== */

.schedule-list {
  display: flex;
  flex-direction: column;
  border: 1px solid #dcdcdc;
  background: #ffffff;
  width: 100%;
  box-sizing: border-box;
}

/* Score blocks group */
.score-group {
  display: flex;
  gap: 12px;
  flex-shrink: 0;
}

.score-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.score-label {
  font-size: 12px;
  color: #666;
}

.score {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
/*end score lables*/

.schedule-game {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 350px 150px;
  align-items: center;
  column-gap: 12px;
  row-gap: 8px;

  padding: 16px 18px;
  margin: 0;
  width: 100%;
  box-sizing: border-box;

  background: #ffffff;
  border-bottom: 1px solid #e3e3e3;
  border-radius: 0;
  box-shadow: none;
}

.schedule-game:nth-child(even) {
  background: #f7f7f7;
}

.schedule-game:last-child {
  border-bottom: none;
}

.schedule-game.home {
  border-left: 4px solid #00853f;
}

.schedule-game.away {
  border-left: 4px solid #5f6368;
  background: #f7f7f7;
}

.schedule-game.tbd {
  border-left: 4px solid #bdbdbd;
}

.schedule-left {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  width: 100%;
}

.schedule-logo-wrap {
  width: 64px;
  height: 64px;
  min-width: 64px;
  max-width: 64px;
  min-height: 64px;
  max-height: 64px;
  flex: 0 0 64px;

  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;

  background: #f2f2f2;
  border: 1px solid #dcdcdc;
  border-radius: 0;
  box-sizing: border-box;
}

.schedule-logo {
  display: block;
  width: 44px;
  height: 44px;
  max-width: 44px;
  max-height: 44px;
  object-fit: contain;
}

.schedule-logo-placeholder {
  width: 44px;
  height: 44px;
  background: #e8e8e8;
}

.schedule-main {
  min-width: 0;
  width: 100%;
}

.schedule-topline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  margin-bottom: 4px;

  font-size: 13px;
  line-height: 1.3;
  font-weight: 600;
  color: #666666;
}

.schedule-title {
  margin: 0;
  font-size: 22px;
  line-height: 1.15;
  font-weight: 800;
  color: #111111;
}

.schedule-theme {
  margin-top: 4px;
  min-height: 16px;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 700;
  color: #00853f;
}

.schedule-center {
  text-align: left;
  justify-self: start;
  align-self: center;
  width: 100%;
}

.schedule-badge {
  display: inline-block;
  margin-bottom: 5px;
  padding: 4px 10px;

  background: #00853f;
  color: #ffffff;
  border-radius: 0;

  font-size: 11px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.schedule-game.away .schedule-badge {
  background: #5f6368;
}

.schedule-game.tbd .schedule-badge {
  background: #bdbdbd;
  color: #222222;
}

.schedule-location {
  display: block;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 600;
  color: #555555;
}

.schedule-right {
  justify-self: end;
  align-self: center;
  text-align: right;
  white-space: nowrap;
}

.schedule-result {
  display: inline-block;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 800;
  color: #111111;
}

@media (max-width: 900px) {
  .schedule-game {
    grid-template-columns: minmax(0, 1fr) 125px 80px;
    padding: 15px 16px;
  }

  .schedule-title {
    font-size: 20px;
  }

  .schedule-logo-wrap {
    width: 58px;
    height: 58px;
    min-width: 58px;
    max-width: 58px;
    min-height: 58px;
    max-height: 58px;
    flex: 0 0 58px;
  }

  .schedule-logo {
    width: 40px;
    height: 40px;
    max-width: 40px;
    max-height: 40px;
  }
}

@media (max-width: 700px) {
  .schedule-game {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 14px;
  }

  .schedule-left,
  .schedule-center,
  .schedule-right {
    width: 100%;
  }

  .schedule-right {
    justify-self: start;
    text-align: left;
  }

  .schedule-title {
    font-size: 19px;
  }

/* ========================================
   SCHEDULE - List 6/11/2026
   ======================================== */
.schedule-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.schedule-game {
  display: grid;
  grid-template-columns: 1.6fr 1fr auto;
  align-items: center;
  gap: 20px;
  padding: 18px 22px;
  background: #111;
  border-left: 6px solid #00853f;
  color: #fff;
}

.schedule-left {
  display: flex;
  align-items: center;
  gap: 16px;
}

.schedule-logo-wrap {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.schedule-logo {
  max-width: 64px;
  max-height: 64px;
  object-fit: contain;
}

.schedule-topline {
  font-size: 13px;
  text-transform: uppercase;
  color: #bbb;
  font-weight: 700;
  letter-spacing: .5px;
}

.schedule-title {
  margin: 4px 0 0;
  font-size: 22px;
  color: #fff;
}

.schedule-center {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.schedule-badge {
  width: fit-content;
  padding: 4px 10px;
  background: #00853f;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.schedule-location {
  font-size: 14px;
  color: #ccc;
}

.score-group {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
}

.score-block {
  min-width: 82px;
  padding: 9px 10px;
  text-align: center;
  background: #222;
  border: 1px solid #333;
}

.score-label {
  display: block;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-bottom: 4px;
}

.score {
  display: block;
  font-size: 15px;
  font-weight: 900;
  color: white;
}

.gold-block {
  border-top: 4px solid #d4af37;
}

.gold-block .score-label {
  color: #d4af37;
}

.silver-block {
  border-top: 4px solid #c0c0c0;
}

.silver-block .score-label {
  color: #c0c0c0;
}

.schedule-game.away {
  border-left-color: #777;
}

@media (max-width: 768px) {
  .schedule-game {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .schedule-center {
    align-items: flex-start;
  }

  .score-group {
    justify-content: flex-start;
    width: 100%;
  }

  .score-block {
    flex: 1;
  }

  .schedule-title {
    font-size: 20px;
  }

 @media (max-width: 768px) {
  .schedule-game.away .schedule-title {
    grid-template-columns: 1fr;
    gap: 14px;
    color: #000;
  } 
  
  
  
}
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-6a3fd4c */.vsBlock {
  color: white;
  background-color: #00662B;
  padding:0px 8px 0px 8px;
}

.atBlock {
  color: white;
  background-color: #555555;
  padding:0px 8px 0px 8px;
}/* End custom CSS */