.elementor-12490 .elementor-element.elementor-element-ac95b29{--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;}/* Start custom CSS for html, class: .elementor-element-29a9bcc */.staley-athletics-page {
  background: #f3f5f7;
  color: #151515;
  font-family: Arial, Helvetica, sans-serif;
}

.staley-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

/* HERO */
.staley-hero {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: flex-end;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;

  /* REPLACE THIS URL WITH YOUR OWN HERO IMAGE */
  background-image:
    linear-gradient(rgba(0,0,0,.42), rgba(0,0,0,.72)),
    url('https://www.staging.staleystrongfootball.com/wp-content/uploads/2026/03/youthFooball-banner.webp');
}

.staley-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.68) 0%, rgba(0,133,63,.20) 100%);
}

.staley-hero-inner {
  position: relative;
  z-index: 2;
  color: #fff;
  padding-top: 90px;
  padding-bottom: 50px;
}

.staley-branding {
  display: inline-block;
  margin-bottom: 14px;
  padding: 7px 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.18);
}

.staley-hero h1 {
  margin: 0 0 8px;
  font-size: 72px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
}

.staley-hero-subtitle {
  margin: 0 0 14px;
  font-size: 22px;
  font-weight: 700;
  color: #8ef0b5;
}

.staley-hero-copy {
  max-width: 820px;
  margin: 0 0 12px;
  font-size: 17px;
  line-height: 1.8;
}

.staley-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

/* BUTTONS */
/* BUTTON WRAP */
.fbpage-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

/* BASE BUTTON */
a.fbpage-btn,
.fbpage-register-bar a.fbpage-btn,
.fbpage-actions a.fbpage-btn {
  appearance: none !important;
  -webkit-appearance: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 13px 20px !important;
  min-height: 46px !important;
  border-radius: 3px !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  letter-spacing: .4px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  border: 2px solid transparent !important;
  box-shadow: none !important;
  cursor: pointer !important;
  transition: all .2s ease !important;
}

/* GREEN BUTTON */
a.fbpage-btn.fbpage-btn-main,
.fbpage-register-bar a.fbpage-btn.fbpage-btn-main,
.fbpage-actions a.fbpage-btn.fbpage-btn-main {
  background: #00853f !important;
  color: #ffffff !important;
  border-color: #00853f !important;
}

a.fbpage-btn.fbpage-btn-main:hover,
.fbpage-register-bar a.fbpage-btn.fbpage-btn-main:hover,
.fbpage-actions a.fbpage-btn.fbpage-btn-main:hover {
  background: #006d34 !important;
  color: #ffffff !important;
  border-color: #006d34 !important;
}

/* OUTLINE / DARK HERO BUTTON */
a.fbpage-btn.fbpage-btn-alt,
.fbpage-actions a.fbpage-btn.fbpage-btn-alt {
  background: transparent !important;
  color: #ffffff !important;
  border-color: rgba(255,255,255,.45) !important;
}

a.fbpage-btn.fbpage-btn-alt:hover,
.fbpage-actions a.fbpage-btn.fbpage-btn-alt:hover {
  background: rgba(255,255,255,.10) !important;
  color: #ffffff !important;
  border-color: rgba(255,255,255,.70) !important;
}

/* OPTIONAL: if theme adds weird visited colors */
a.fbpage-btn:visited,
a.fbpage-btn:active,
a.fbpage-btn:focus {
  color: inherit !important;
  text-decoration: none !important;
}

/* MOBILE */
@media (max-width: 768px) {
  .fbpage-actions {
    gap: 10px;
  }

  a.fbpage-btn,
  .fbpage-register-bar a.fbpage-btn,
  .fbpage-actions a.fbpage-btn {
    width: auto !important;
  }
}

/* SPORT NAV */
.staley-sport-nav {
  background: #111;
  border-top: 4px solid #00853f;
  border-bottom: 1px solid #252525;
}

.staley-sport-nav-inner {
  display: flex;
  flex-wrap: wrap;
}

.staley-sport-nav a {
  display: inline-block;
  padding: 16px 18px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border-right: 1px solid #252525;
}

.staley-sport-nav a:hover {
  background: #00853f;
}

/* LAYOUT */
.staley-main-grid {
  display: grid;
  grid-template-columns: minmax(0, 2.4fr) minmax(280px, .9fr);
  gap: 28px;
  padding-top: 28px;
  padding-bottom: 42px;
}

.staley-primary-column {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.staley-sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* PANELS */
.staley-panel,
.staley-sidebar-card {
  background: #fff;
  border: 1px solid #e2e6ea;
  box-shadow: 0 4px 14px rgba(0,0,0,.05);
}

.staley-dark-panel {
  background: #111;
  color: #fff;
  border-color: #1f1f1f;
}

.staley-panel-topline {
  height: 5px;
  background: #00853f;
}

.staley-panel-header {
  padding: 22px 24px 0;
}

.staley-panel-body {
  padding: 18px 24px 24px;
}

.staley-panel-kicker {
  display: block;
  margin-bottom: 8px;
  color: #00853f;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .9px;
}

.staley-dark-panel .staley-panel-kicker {
  color: #7ff0ae;
}

.staley-panel h2 {
  margin: 0;
  font-size: 34px;
  line-height: 1.15;
}

.staley-panel-body p {
  font-size: 16px;
  line-height: 1.8;
}

/* BELIEFS */
.staley-standard-banner {
  margin-bottom: 22px;
  padding: 18px 20px;
  background: linear-gradient(90deg, #00853f 0%, #0d6b39 100%);
  color: #fff;
  font-size: 28px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.staley-beliefs-grid,
.staley-values-grid,
.staley-session-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 16px;
}

.staley-belief {
  padding: 18px;
  background: #1a1a1a;
  border-left: 4px solid #00853f;
  font-size: 15px;
  line-height: 1.7;
}

/* CARDS */
.staley-value-card,
.staley-session-card {
  padding: 20px;
  background: #f7f9fb;
  border-left: 4px solid #00853f;
}

.staley-value-card h3,
.staley-session-card h3,
.staley-sidebar-card h3 {
  margin-top: 0;
  margin-bottom: 10px;
}

.staley-value-card p,
.staley-session-card p {
  margin: 0 0 6px;
  line-height: 1.7;
}

.staley-alert {
  margin: 18px 0 22px;
  padding: 14px 16px;
  background: #eef8f2;
  border-left: 4px solid #00853f;
  line-height: 1.7;
}

.staley-date-block {
  margin-bottom: 22px;
}

.staley-date-title {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  color: #00853f;
}

.staley-register-bar {
  margin-top: 8px;
  padding: 18px 20px;
  background: #111;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

/* TIMELINE */
.staley-timeline {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.staley-row {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 16px;
  padding: 18px;
  background: #f7f9fb;
  border-left: 4px solid #00853f;
}

.staley-row-date {
  color: #00853f;
  font-weight: 800;
  line-height: 1.6;
}

.staley-row-content {
  line-height: 1.8;
}

/* SIDEBAR */
.staley-sidebar-card {
  padding: 22px;
}

.staley-sidebar-card ul {
  margin: 0;
  padding-left: 18px;
}

.staley-sidebar-card li {
  margin-bottom: 10px;
  line-height: 1.6;
}

.staley-sidebar-card a,
.staley-panel a {
  color: #00853f;
  font-weight: 700;
  text-decoration: none;
}

.staley-sidebar-card a:hover,
.staley-panel a:hover {
  text-decoration: underline;
}

.staley-side-btn {
  display: block;
  margin-bottom: 10px;
  padding: 12px 14px;
  background: #111;
  color: #fff !important;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .4px;
  border-left: 4px solid #00853f;
}

.staley-side-btn:hover {
  background: #00853f;
}

/* MOBILE */
@media (max-width: 980px) {
  .staley-main-grid {
    grid-template-columns: 1fr;
  }

  .staley-sidebar {
    order: -1;
  }

  .staley-hero h1 {
    font-size: 54px;
  }
}

@media (max-width: 768px) {
  .staley-beliefs-grid,
  .staley-values-grid,
  .staley-session-grid {
    grid-template-columns: 1fr;
  }

  .staley-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .staley-register-bar {
    flex-direction: column;
    align-items: flex-start;
  }

  .staley-hero {
    min-height: 400px;
  }

  .staley-hero h1 {
    font-size: 40px;
  }

  .staley-hero-subtitle {
    font-size: 18px;
  }

  .staley-sport-nav a {
    padding: 14px;
    font-size: 13px;
  }
  
.youthfb-back-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
  width: 48px;
  height: 48px;
  display: none;
  align-items: center;
  justify-content: center;
  background: #00853f !important;
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  border-radius: 50%;
  box-shadow: 0 6px 16px rgba(0,0,0,.25);
  transition: all .25s ease;
}

.youthfb-back-top:hover {
  background: #006d34 !important;
  color: #ffffff !important;
  transform: translateY(-3px);
}

@media (max-width: 768px) {
  .youthfb-back-top {
    right: 14px;
    bottom: 14px;
  }
}
}/* End custom CSS */