.elementor-2032 .elementor-element.elementor-element-7ff65e9{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:100px;--padding-bottom:100px;--padding-left:0px;--padding-right:0px;}.elementor-2032 .elementor-element.elementor-element-7ff65e9:not(.elementor-motion-effects-element-type-background), .elementor-2032 .elementor-element.elementor-element-7ff65e9 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://vaughansoccer.com/wp-content/uploads/2024/02/BlueHero4.png");background-position:center center;background-size:cover;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-2032 .elementor-element.elementor-element-01aafbc{text-align:center;}.elementor-2032 .elementor-element.elementor-element-01aafbc .elementor-heading-title{font-family:"Bebas Neue", Sans-serif;font-size:74px;font-weight:900;color:#FFFFFF;}.elementor-2032 .elementor-element.elementor-element-49d9721{--display:flex;--padding-top:70px;--padding-bottom:100px;--padding-left:0px;--padding-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}:root{--page-title-display:none;}@media(max-width:767px){.elementor-2032 .elementor-element.elementor-element-7ff65e9{--padding-top:150px;--padding-bottom:150px;--padding-left:0px;--padding-right:0px;}.elementor-2032 .elementor-element.elementor-element-01aafbc .elementor-heading-title{font-size:75px;}.elementor-2032 .elementor-element.elementor-element-49d9721{--padding-top:70px;--padding-bottom:70px;--padding-left:10px;--padding-right:10px;}}/* Start custom CSS for text-editor, class: .elementor-element-da0c7f5 *//* =========================
   VSC TRYOUT PAGE
========================= */

.vsc-tryouts {
  width: 100%;
  color: #222;
}


/* INTRO */

.vsc-tryouts-header {
  max-width: 1050px;
  margin-bottom: 42px;
}

.vsc-eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  color: #c8202f;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.vsc-tryouts h2 {
  margin: 0 0 20px;
  color: #172548;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.08;
  font-weight: 700;
}

.vsc-tryouts-header p {
  max-width: 1000px;
  margin: 0 0 14px;
  line-height: 1.7;
}

.vsc-intro {
  font-size: 1.08em;
}


/* INFORMATION CARDS */

.vsc-info-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 18px;
  margin-bottom: 18px;
}

.vsc-info-card {
  position: relative;
  overflow: hidden;
  padding: 30px;
  background: #f5f6f8;
  border-top: 4px solid #c8202f;
}

.vsc-card-label {
  display: block;
  margin-bottom: 22px;
  color: #c8202f;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
}

.vsc-info-card h3 {
  margin: 0 0 12px;
  color: #172548;
  font-size: 25px;
  font-weight: 700;
}

.vsc-info-card p {
  margin: 0;
  line-height: 1.65;
}

.vsc-date {
  color: #172548;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35 !important;
}

.vsc-date span {
  color: #777;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}


/* REGISTRATION CTA */

.vsc-registration {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  margin-top: 18px;
  padding: 34px;
  background: #172548;
}

.vsc-registration-content {
  max-width: 700px;
}

.vsc-registration .vsc-eyebrow {
  color: #ffffff;
  opacity: 0.7;
}

.vsc-registration h3 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
}

.vsc-registration p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.65;
}

.vsc-registration-action {
  flex-shrink: 0;
}

.vsc-register-button {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding: 16px 22px;
  background: #c8202f;
  color: #ffffff !important;
  font-weight: 700;
  text-decoration: none !important;
  transition: all 0.2s ease;
}

.vsc-register-button:hover {
  background: #ffffff;
  color: #172548 !important;
  transform: translateY(-2px);
}

.vsc-arrow {
  font-size: 22px;
  line-height: 1;
}


/* IMPORTANT NOTICE */

.vsc-important {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  margin-top: 18px;
  padding: 26px 30px;
  background: #fff5f5;
  border: 1px solid #f2d5d8;
}

.vsc-important-icon {
  display: flex;
  flex: 0 0 38px;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: #c8202f;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
}

.vsc-important-label {
  display: block;
  margin-bottom: 3px;
  color: #c8202f;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.vsc-important h3 {
  margin: 0 0 7px;
  color: #172548;
  font-size: 22px;
  font-weight: 700;
}

.vsc-important p {
  margin: 0;
  line-height: 1.6;
}


/* MOBILE */

@media (max-width: 767px) {

  .vsc-tryouts-header {
    margin-bottom: 30px;
  }

  .vsc-tryouts h2 {
    font-size: 36px;
  }

  .vsc-info-grid {
    grid-template-columns: 1fr;
  }

  .vsc-info-card {
    padding: 24px;
  }

  .vsc-registration {
    flex-direction: column;
    align-items: flex-start;
    padding: 26px;
  }

  .vsc-registration-action,
  .vsc-register-button {
    width: 100%;
  }

  .vsc-register-button {
    justify-content: space-between;
  }

  .vsc-important {
    padding: 22px;
  }

}/* End custom CSS */