html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: #000;
    color: #f8fafc;
}

.row {
    max-width: 95rem;
}

a {
    transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.showcase-page {
    min-height: 100vh;
    background: #000;
}

.showcase-top-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    background: #1a1a1a;
    border-bottom: 1px solid rgba(255,255,255,.08);
    box-shadow: 0 10px 30px rgba(0,0,0,.24);
}

.showcase-top-header img {
    display: block;
    width: auto;
    height: 46px;
}

.landing-shell {
    overflow: hidden;
    background: #1a1a1a;
    border: 1px solid rgba(255,255,255,.10);
    box-shadow: 0 25px 55px rgba(0,0,0,.46);
}

.landing-hero {
    position: relative;
    min-height: 560px;
    overflow: hidden;
    border-bottom: 1px solid rgba(255,255,255,.10);
    background: #050505;
}

.hero-slides, .hero-slide {
    position: absolute;
    inset: 0;
}

.hero-slides {
    z-index: 0;
}

.hero-slide {
    opacity: 0;
    background-position: center center;
    background-size: cover;
    transform: scale(1.025);
    transition: opacity 1s ease, transform 7s ease;
}

.hero-slide.active {
    opacity: 1;
    transform: scale(1);
}

.hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
    linear-gradient(90deg,
        rgba(0,0,0,.90) 0%,
        rgba(0,0,0,.72) 36%,
        rgba(0,0,0,.22) 68%,
        rgba(0,0,0,.08) 100%
    ),
    linear-gradient(0deg, rgba(0,0,0,.35), transparent 45%);
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 670px;
    padding: 76px 44px 70px;
}

.hero-content h1, .hero-content p, .hero-content .hero-actions, .hero-content .hero-kicker, .hero-content .accent-line {
    position: relative;
    z-index: 3;
}

.hero-dots {
    position: absolute;
    left: 44px;
    bottom: 24px;
    z-index: 3;
    display: flex;
    gap: 9px;
}

.hero-dot {
    width: 28px;
    height: 4px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 99px;
    background: rgba(255,255,255,.32);
    cursor: pointer;
    transition: width .2s ease, background .2s ease;
}

.hero-dot.active {
    width: 42px;
    background: #22d3ee;
}

.hero-kicker {
    color: #cbd5e1;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .18em;
}

.hero-kicker span {
    color: #22d3ee;
}

.landing-hero h1 {
    margin: 14px 0 18px;
    color: #fff;
    font-size: 64px;
    font-weight: 900;
    line-height: .94;
    letter-spacing: -.045em;
    text-transform: uppercase;
    text-shadow: 0 8px 30px rgba(0,0,0,.50);
}

.landing-hero h1 span {
    color: #22d3ee;
}

.accent-line, .center-accent {
    display: block;
    height: 4px;
    background: #ef233c;
    border-radius: 99px;
}

.accent-line {
    width: 86px;
    margin: 0 0 22px;
}

.accent-line.small {
    width: 58px;
    height: 3px;
    margin-bottom: 18px;
}

.center-accent {
    width: 64px;
    height: 3px;
    margin: 14px auto 0;
}

.landing-hero p {
    max-width: 580px;
    margin-bottom: 0;
    color: #d6dee8;
    font-size: 16px;
    line-height: 1.75;
}

.hero-actions {
    margin-top: 30px;
}

.cta-primary, .cta-secondary, .cta-outline {
    margin: 0 10px 10px 0;
    padding: 14px 23px !important;
    border-radius: 14px !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    text-transform: uppercase;
    letter-spacing: .07em;
}

.cta-primary {
    color: #031018 !important;
    background: #22d3ee !important;
    border: 1px solid #22d3ee !important;
}

.cta-primary:hover {
    background: #67e8f9 !important;
    border-color: #67e8f9 !important;
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(34,211,238,.24);
}

.cta-secondary, .cta-outline {
    color: #fff !important;
    background: rgba(0,0,0,.24) !important;
    border: 1px solid rgba(255,255,255,.28) !important;
}

.cta-secondary:hover, .cta-outline:hover {
    background: rgba(255,255,255,.09) !important;
    border-color: #22d3ee !important;
    transform: translateY(-2px);
}

.landing-section, .video-section, .college-prospector-section {
    padding: 46px 40px;
    border-bottom: 1px solid rgba(255,255,255,.10);
}

.split-section {
    background: radial-gradient(circle at top right, rgba(34,211,238,.12), transparent 30%), rgba(255,255,255,.025);
}

.video-section, .college-prospector-section {
    background: radial-gradient(circle at top right, rgba(34,211,238,.10), transparent 30%),rgba(255,255,255,.025);
}

.section-heading {
    max-width: 850px;
    margin: 0 auto 30px;
    text-align: center;
}

.section-heading h2, .section-copy h2, .college-intro h2 {
    margin: 0;
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    line-height: 1.15;
    text-transform: uppercase;
    letter-spacing: -.025em;
}

.section-heading p, .section-copy p, .college-intro p {
    color: #cbd5e1;
    font-size: 15px;
    line-height: 1.75;
}

.section-copy {
    padding: 18px 24px 18px 0;
}

.plans-section .section-heading {
    max-width: 780px;
    margin-right: auto;
    margin-left: auto;
}

.plans-section .section-heading p,  {
    margin: 18px auto 0;
    color: #aebbc9;
    font-size: 15px;
    line-height: 1.7;
    text-align: center;
}

.section-eyebrow {
    margin-bottom: 9px;
    color: #22d3ee;
    font-size: 11px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .16em;
}

.pricing-row {
    display: flex;
    flex-wrap: wrap;
    margin-top: 38px;
}

.pricing-row > .columns {
    display: flex;
}

.pricing-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 650px;
    padding: 30px;
}

.pricing-card-free {
    background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.025));
}

.pricing-card-pro {
    border-color: rgba(34,211,238,.27);
    background: linear-gradient(145deg, rgba(34,211,238,.055), rgba(255,255,255,.035));
}

.pricing-card-elite {
    border-color: rgba(34,211,238,.55);
    background: linear-gradient(145deg, rgba(34,211,238,.11), rgba(255,255,255,.035));
    box-shadow: 0 0 38px rgba(34,211,238,.13);
}

.plan-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin-bottom: 22px;
    color: #22d3ee;
    font-size: 20px;
    background: rgba(34,211,238,.09);
    border: 1px solid rgba(34,211,238,.27);
    border-radius: 50%;
}

.pricing-card-free .plan-icon {
    color: #cbd5e1;
    background: rgba(255,255,255,.05);
    border-color: rgba(255,255,255,.12);
}

.pricing-card h3 {
    margin-bottom: 12px;
}

.pricing-card ul {
    flex: 1 1 auto;
    margin-bottom: 28px;
}

.pricing-card li strong {
    color: #fff;
}

.pricing-card .button {
    margin-top: auto;
    margin-bottom: 0;
}

.plan-note {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    max-width: 900px;
    margin: 18px auto 0;
    padding: 18px 20px;
    background: rgba(34,211,238,.055);
    border: 1px solid rgba(34,211,238,.16);
    border-radius: 16px;
}

.plan-note > i {
    flex: 0 0 auto;
    margin-top: 3px;
    color: #22d3ee;
}

.plan-note p {
    margin: 0;
    color: #94a3b8;
    font-size: 12px;
    line-height: 1.7;
}

@media only screen and (max-width: 64em) {
    .pricing-row {
        display: block;
    }

    .pricing-row > .columns {
        display: block;
    }

    .pricing-card {
        min-height: 0;
    }
}

@media only screen and (max-width: 40em) {
    .plans-section .section-heading p {
        font-size: 14px;
    }

    .pricing-card {
        padding: 24px;
    }

    .plan-note {
        display: block;
        text-align: center;
    }

    .plan-note > i {
        margin-bottom: 10px;
    }
}

.youtube-frame {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 56.25%;
    background: #090909;
    border: 1px solid rgba(255,255,255,.11);
    border-radius: 24px;
    box-shadow: 0 18px 42px rgba(0,0,0,.34);
}

.youtube-frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

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

.feature-card, .content-card {
    height: calc(100% - 24px);
    min-height: 240px;
    margin-bottom: 24px;
    padding: 26px 20px;
    text-align: center;
    background: rgba(255,255,255,.045);
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 24px;
}

.feature-card.no-height {
    min-height: 0;
}

.feature-card:hover {
    background: rgba(34,211,238,.075);
    border-color: rgba(34,211,238,.34);
    transform: translateY(-4px);
    box-shadow: 0 18px 36px rgba(0,0,0,.24);
}

.feature-card i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    margin-bottom: 18px;
    color: #22d3ee;
    font-size: 24px;
    border-radius: 50%;
    background: rgba(34,211,238,.09);
    border: 1px solid rgba(34,211,238,.30);
}

.feature-card h3, .content-card h3 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 900;
}

.content-card h3 {
    text-align: left;
}

.feature-card p, .content-card p {
    margin-bottom: 0;
    color: #aebbc9;
    font-size: 14px;
    line-height: 1.65;
}

.tier-card {
    min-height: 100%;
    margin-bottom: 24px;
    padding: 0px 24px;
    border-radius: 24px;
    border: 1px solid rgba(255,255,255,.1);
    background: rgba(255,255,255,.05);
}

.tier-card.fix-pad {
    padding: 0px;
    padding: 24px;
}

.tier-card {
    border-color: rgba(34,211,238,.18);
}
        
.tier-card.featured { 
    border-color: rgba(34,211,238,.45);
    box-shadow: 0 0 30px rgba(34,211,238,.12);
}
       
.tier-label {
    display: inline-block;
    margin-bottom: 14px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(34,211,238,.12);
    color: #22d3ee;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .12em;
}

.tier-card h3 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 19px;
    font-weight: 900;
}

.tier-card li {
    color: #cbd5e1;
    font-size: 14px;
    line-height: 1.65;
}

.tier-logo-wrap {
    float: left;
    clear: both;
    position: relative;
    left: 50%;
}

.tier-logo {
    float: left;
    position: relative;
    left: -50%;
}

.tier-logo img {
	width: 300px;
}

.clean-list { 
    margin: 16px 0 0;
    list-style: none;
}

.clean-list li {
    margin-bottom: 12px;
    padding: 14px 16px;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,.1);
    background: rgba(255,255,255,.05);
    text-align: left;
}

.college-intro {
    padding-right: 28px;
}

.college-brand {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 22px;
}

.college-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    color: #22d3ee;
    font-size: 24px;
    border: 1px solid rgba(34,211,238,.34);
    border-radius: 50%;
    background: rgba(34,211,238,.09);
}

.college-brand-logo {
    display: block;
    max-width: 100%;
    width: 520px;
    height: auto;
    margin-bottom: 8px;
}

.college-small {
    color: #94a3b8;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .14em;
}

.college-name {
    color: #fff;
    font-size: 23px;
    font-weight: 900;
    line-height: 1;
}

.college-grid {
    display: flex;
    flex-wrap: wrap;
}

.college-feature {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    min-height: 175px;
    margin-bottom: 24px;
    padding: 22px;
    background: rgba(255,255,255,.045);
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 22px;
}

.college-feature:hover {
    background: rgba(34,211,238,.07);
    border-color: rgba(34,211,238,.30);
    transform: translateY(-3px);
}

.college-feature > i {
    flex: 0 0 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    color: #22d3ee;
    border-radius: 50%;
    background: rgba(34,211,238,.09);
    border: 1px solid rgba(34,211,238,.25);
}

.college-feature h3 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 17px;
    font-weight: 900;
    line-height: 1.25;
}

.college-feature p {
    margin-bottom: 0;
    color: #aebbc9;
    font-size: 13px;
    line-height: 1.65;
}

.plans-section {
    background: rgba(0,0,0,.10);
}

.pricing-card {
    position: relative;
    min-height: 520px;
    margin-bottom: 24px;
    padding: 30px;
    background: rgba(255,255,255,.045);
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 26px;
}

.pricing-card.featured {
    border-color: rgba(34,211,238,.48);
    background: linear-gradient(145deg, rgba(34,211,238,.085), rgba(255,255,255,.035));
    box-shadow: 0 0 34px rgba(34,211,238,.11);
}

.popular-tag {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 7px 11px;
    color: #031018;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .09em;
    background: #22d3ee;
    border-radius: 999px;
}

.pricing-card h3 {
    margin: 0 0 14px;
    color: #fff;
    font-size: 30px;
    font-weight: 900;
}

.price {
    margin-bottom: 15px;
    color: #fff;
    font-size: 36px;
    font-weight: 900;
    line-height: 1;
}

.price span {
    color: #94a3b8;
    font-size: 13px;
    font-weight: 700;
}

.pricing-card > p {
    color: #aebbc9;
    line-height: 1.65;
}

.pricing-card ul {
    margin: 24px 0;
    list-style: none;
}

.pricing-card li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 22px;
    color: #cbd5e1;
    font-size: 14px;
    line-height: 1.55;
}

.pricing-card li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #22d3ee;
    font-weight: 900;
}

.directory-tools {
    display: flex;
    gap: 12px;
    margin-bottom: 26px;
}

.directory-tools input, .directory-tools select {
    height: 50px;
    margin-bottom: 0;
    padding: 0 16px;
    color: #fff;
    background: #0f0f0f;
    border: 1px solid rgba(255,255,255,.11);
    border-radius: 15px;
    box-shadow: none;
}

.directory-tools input {
    flex: 1 1 auto;
}

.directory-tools select {
    flex: 0 0 215px;
}

.directory-tools input:focus, .directory-tools select:focus {
    color: #000;
    border-color: #22d3ee;
    box-shadow: 0 0 0 3px rgba(34,211,238,.12);
}

.directory-tools input[type="text"]:focus {
    color: #000;
}

.directory-tools input[type="select"]:focus {
    color: #fff;
}

.player-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 18px;
    margin-bottom: 28px;
}

.player-card {
    display: block;
    padding: 0; /*22px;*/
    text-align: center;
    background: rgba(255,255,255,.045);
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 24px;
}

.player-card:hover {
    background: rgba(34,211,238,.075);
    border-color: rgba(34,211,238,.34);
    transform: translateY(-4px);
    box-shadow: 0 18px 36px rgba(0,0,0,.24);
}

.player-headshot {
    width: 112px;
    height: 112px;
    margin: 0 auto 16px;
    overflow: hidden;
    border-radius: 50%;
    border: 3px solid rgba(255,255,255,.15);
    background: #111827;
}

.player-headshot img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.player-list-name {
    color: #fff;
    font-size: 17px;
    font-weight: 900;
}

.player-list-school {
    margin-top: 4px;
    color: #94a3b8;
    font-size: 13px;
}

.player-list-sport {
    margin-top: 10px;
    color: #22d3ee;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .12em;
}

.player-list-class {
    margin-top: 3px;
    color: #cbd5e1;
    font-size: 12px;
}

.player-no-results {
    display: none;
    max-width: 700px;
    margin: 50px auto;
    padding: 50px 40px;
    text-align: center;
    background: linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,.015));
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 18px;
    box-shadow: 0 20px 45px rgba(0,0,0,.30);
}

.player-no-results i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    margin-bottom: 24px;
    font-size: 34px;
    color: #22d3ee;
    background: rgba(34,211,238,.08);
    border: 2px solid rgba(34,211,238,.18);
    border-radius: 50%;
}

.player-no-results h3 {
    margin: 0 0 15px;
    color: #fff;
    font-size: 30px;
    font-weight: 800;
}

.player-no-results p {
    max-width: 480px;
    margin: 0 auto 30px;
    color: #94A3B8;
    font-size: 16px;
    line-height: 1.8;
}

.player-no-results .button {
    margin: 0;
}

.landing-disclaimer {
    padding: 55px 40px;
    background: #111;
    border-top: 1px solid rgba(255,255,255,.08);
    border-bottom: 1px solid rgba(255,255,255,.08);
}

.landing-disclaimer .columns {
    max-width: 900px;
}

.landing-disclaimer p {
    margin-bottom: 15px; /*18px;*/
    color: #94a3b8;
    font-size: 13px;
    line-height: 1.7;
    text-align: center;
}

.landing-disclaimer p:last-child {
    margin-bottom: 0;
}

.profile-footer {
    padding: 44px 40px 36px;
    text-align: center;
    background: #151515;
}

.footer-logo img{
    height: 60px;
    width: auto;
    opacity: .95;
    transition: .25s;
}

.footer-logo img:hover{
    opacity: 1;
    transform: scale(1.03);
}

.footer-social { 
    margin-bottom: 30px;
}

.footer-social a {
    display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px;
    margin: 0 6px 10px; border-radius: 50%; background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.1); color: #cbd5e1; font-size: 17px;
}

.footer-social a:hover { 
    color: #fff;
    background: #22d3ee;
    border-color: #22d3ee; }

.footer-links {
    margin-bottom: 20px;
    color: #64748b;
    font-size: 14px;
}

.footer-links span {
    margin: 0 10px;
}

.footer-links a {
    color :#94a3b8;
    text-decoration:none;
    transition:.2s;
}

.footer-links a:hover {
    color: #fff;
}

.footer-copyright {
    color:#64748b;
    font-size:13px;
}

@media only screen and (max-width: 64em) {
    .landing-hero {
        min-height: 510px;
        background-position: 60% center;
    }

    .hero-content {
        padding: 58px 28px;
    }

    .landing-hero h1 {
        font-size: 50px;
    }

    .landing-section, .video-section, .college-prospector-section {
        padding: 36px 24px;
    }

    .section-copy, .college-intro {
        padding-right: 0;
        margin-bottom: 24px;
    }

    .player-card-grid {
        grid-template-columns: repeat(2, minmax(0,1fr));
    }
}

@media only screen and (max-width: 40em) {
    .showcase-top-header {
        height: 64px;
    }

    .showcase-top-header img {
        height: 38px;
    }

    .landing-hero {
        min-height: 560px;
        background-position: 68% center;
    }

    .hero-overlay {
        background: linear-gradient(90deg,rgba(0,0,0,.93) 0%,rgba(0,0,0,.79) 55%,rgba(0,0,0,.30) 100%), linear-gradient(0deg, rgba(0,0,0,.42), transparent 45%);
    }

    .hero-content {
        padding: 42px 19px;
    }

    .landing-hero h1 {
        font-size: 39px;
    }

    .landing-hero p {
        font-size: 14px;
    }

    .landing-section, .video-section, .college-prospector-section {
        padding: 30px 18px;
    }

    .section-heading h2, .section-copy h2, .college-intro h2 {
        font-size: 25px;
    }

    .directory-tools {
        display: block;
    }

    .directory-tools input, .directory-tools select {
        width: 100%;
        margin-bottom: 12px;
    }

    .player-card-grid {
        grid-template-columns: 1fr;
    }

    .feature-card, .pricing-card {
        min-height: auto;
    }

    .profile-footer {
        padding: 36px 18px 30px;
    }

    .footer-social a span {
        display: none;
    }

    .footer-social a {
        justify-content: center;
        width: 42px;
        height: 42px;
        padding: 0;
        border-radius: 50%;
    }
}

@media only screen and (max-width:40em) {
    .landing-disclaimer {
        padding: 40px 20px;
    }

    .landing-disclaimer p {
        font-size: 11px;
    }
}
  
@media only screen and (max-width:40em) {
    .player-no-results {
        margin: 35px auto;
        padding: 35px 25px;
    }

    .player-no-results i {
        width: 65px;
        height: 65px;
        font-size: 28px;
    }

    .player-no-results h3 {
        font-size: 24px;
    }

    .player-no-results p {
        font-size: 14px;
    }
}

/* Header actions and hidden menu */
.header-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-logo a {
    display: block;
}

.header-logo img {
    display: block;
    /*width: auto;
    height: 46px;*/
    width: 220px;
    height: 70px;
}

.header-actions {
    position: absolute;
    right: 28px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.header-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 50%;
}

.header-icon:hover, .header-icon:focus {
    color: #031018;
    background: #22d3ee;
    border-color: #22d3ee;
    transform: translateY(-2px);
    outline: none;
    box-shadow: 0 9px 20px rgba(34,211,238,.22);
}

.slide-menu {
    position: fixed;
    top: 0;
    right: -340px;
    z-index: 2000;
    width: 320px;
    max-width: 88vw;
    height: 100vh;
    overflow-y: auto;
    background: #111;
    border-left: 1px solid rgba(255,255,255,.08);
    box-shadow: -20px 0 45px rgba(0,0,0,.35);
    transition: right .30s ease;
}

.slide-menu.open {
    right: 0;
}

.menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px;
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    border-bottom: 1px solid rgba(255,255,255,.08);
}

.menu-header a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    color: #fff;
    font-size: 22px;
    text-decoration: none;
    border-radius: 50%;
}

    .menu-header a:hover,
    .menu-header a:focus {
      color: #031018;
      background: #22d3ee;
      outline: none;
    }

    .slide-menu ul {
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .slide-menu li {
      margin: 0;
      border-bottom: 1px solid rgba(255,255,255,.05);
    }

    .slide-menu li a {
      display: block;
      padding: 18px 24px;
      color: #cbd5e1;
      font-size: 15px;
      font-weight: 700;
      text-decoration: none;
    }

    .slide-menu li a:hover,
    .slide-menu li a:focus {
      color: #22d3ee;
      background: rgba(34,211,238,.10);
      outline: none;
    }

    .menu-overlay {
      position: fixed;
      inset: 0;
      z-index: 1500;
      opacity: 0;
      visibility: hidden;
      background: rgba(0,0,0,.62);
      transition: opacity .25s ease, visibility .25s ease;
    }

    .menu-overlay.open {
      opacity: 1;
      visibility: visible;
    }

    body.menu-open {
      overflow: hidden;
    }

    @media only screen and (max-width: 40em) {
      .header-actions {
        right: 14px;
        gap: 8px;
      }

      .header-logo img {
        height: 38px;
      }

      .header-icon {
        width: 39px;
        height: 39px;
        font-size: 16px;
      }

      .slide-menu {
        width: 300px;
      }
    }

/* ==========================================================
   Full Athlete Directory Page
========================================================== */

.athlete-directory-page {
    min-height: 100vh;

    background:
        radial-gradient(
            circle at 75% 8%,
            rgba(34, 211, 238, .055),
            transparent 30%
        ),
        #000;
}


/* ==========================================================
   Directory Header
========================================================== */

.directory-page-header {
    padding: 64px 30px;

    background:
        linear-gradient(
            90deg,
            rgba(0, 0, 0, .96),
            rgba(8, 17, 24, .93)
        );

    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.directory-page-header .row {
    max-width: 1400px;
}

.directory-page-eyebrow {
    margin-bottom: 10px;

    color: #22d3ee;

    font-size: 11px;
    font-weight: 900;

    text-transform: uppercase;
    letter-spacing: .16em;
}

.directory-page-header h1 {
    margin: 0;

    color: #fff;

    font-size: 46px;
    font-weight: 900;

    line-height: 1.08;
    letter-spacing: -.035em;
}

.directory-page-header p {
    max-width: 650px;

    margin: 13px 0 0;

    color: #94a3b8;

    font-size: 16px;
    line-height: 1.7;
}


/* ==========================================================
   Directory Layout
========================================================== */

.full-player-directory {
    padding: 50px 30px 80px;
}

.directory-layout {
    max-width: 1400px;
}


/* ==========================================================
   Filter Sidebar
========================================================== */

.directory-filter-panel {
    position: sticky;
    top: 105px;

    overflow: hidden;

    padding: 24px;

    background:
        linear-gradient(
            160deg,
            rgba(255, 255, 255, .045),
            rgba(255, 255, 255, .018)
        );

    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 20px;

    box-shadow: 0 20px 45px rgba(0, 0, 0, .28);
}

.filter-panel-header {
    display: flex;

    align-items: flex-end;
    justify-content: space-between;

    gap: 15px;

    margin-bottom: 24px;
    padding-bottom: 20px;

    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.filter-panel-eyebrow {
    display: block;

    margin-bottom: 3px;

    color: #22d3ee;

    font-size: 9px;
    font-weight: 900;

    text-transform: uppercase;
    letter-spacing: .14em;
}

.filter-panel-header h2 {
    margin: 0;

    color: #fff;

    font-size: 23px;
    font-weight: 900;
}

.clear-filter-button {
    padding: 0;

    color: #64748b;

    font-size: 11px;
    font-weight: 800;

    background: none;
    border: 0;

    cursor: pointer;
}

.clear-filter-button:hover,
.clear-filter-button:focus {
    color: #22d3ee;

    background: none;
    outline: none;
}

.directory-filter-group {
    margin-bottom: 22px;
}

.directory-filter-group:last-of-type {
    margin-bottom: 0;
}

.directory-filter-group label {
    display: block;

    margin-bottom: 9px;

    color: #cbd5e1;

    font-size: 11px;
    font-weight: 900;

    text-transform: uppercase;
    letter-spacing: .08em;
}

.directory-filter-group input,
.directory-filter-group select {
    width: 100%;
    height: 48px;

    margin: 0;

    color: #fff;

    font-size: 13px;

    background-color: #0d0f12;

    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 12px;

    box-shadow: none;
}

.directory-filter-group select {
    padding-right: 35px;
}

.directory-filter-group input::placeholder {
    color: #64748b;
}

.directory-filter-group input:focus,
.directory-filter-group select:focus {
    color: #fff;

    background-color: #0d0f12;

    border-color: #22d3ee;

    box-shadow: 0 0 0 3px rgba(34, 211, 238, .10);

    outline: none;
}

.directory-search-field {
    position: relative;
}

.directory-search-field > i {
    position: absolute;
    top: 50%;
    left: 15px;
    z-index: 2;

    color: #64748b;

    transform: translateY(-50%);

    pointer-events: none;
}

.directory-search-field input {
    padding-right: 42px;
    padding-left: 42px;
}

.clear-search-button {
    position: absolute;
    top: 50%;
    right: 11px;
    z-index: 2;

    width: 28px;
    height: 28px;

    padding: 0;

    color: #94a3b8;

    background: transparent;
    border: 0;
    border-radius: 50%;

    transform: translateY(-50%);

    cursor: pointer;
}

.clear-search-button:hover,
.clear-search-button:focus {
    color: #fff;

    background: rgba(255, 255, 255, .07);

    outline: none;
}

.directory-filter-toggle,
.mobile-filter-apply {
    display: none;
}


/* ==========================================================
   Results Header
========================================================== */

.directory-results-header {
    margin-bottom: 22px;
    padding-bottom: 18px;

    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.results-label {
    display: block;

    margin-bottom: 4px;

    color: #22d3ee;

    font-size: 10px;
    font-weight: 900;

    text-transform: uppercase;
    letter-spacing: .13em;
}

.directory-results-summary h2 {
    margin: 0;

    color: #fff;

    font-size: 26px;
    font-weight: 900;
}


/* ==========================================================
   Active Filters
========================================================== */

.active-player-filters {
    display: flex;

    align-items: center;
    flex-wrap: wrap;

    gap: 9px;

    margin-bottom: 22px;
}

.active-filters-label {
    color: #64748b;

    font-size: 11px;
    font-weight: 800;

    text-transform: uppercase;
    letter-spacing: .07em;
}

#activePlayerFilterList {
    display: flex;

    flex-wrap: wrap;

    gap: 7px;
}

.active-filter-tag {
    display: inline-flex;

    align-items: center;

    gap: 8px;

    padding: 7px 10px;

    color: #67e8f9;

    font-size: 11px;
    font-weight: 700;

    background: rgba(34, 211, 238, .08);

    border: 1px solid rgba(34, 211, 238, .18);
    border-radius: 99px;
}

.active-filter-tag button {
    padding: 0;

    color: inherit;

    background: none;
    border: 0;

    cursor: pointer;
}

.active-filter-tag button:hover,
.active-filter-tag button:focus {
    color: #fff;

    background: none;
    outline: none;
}


/* ==========================================================
   Expanded Player Grid
========================================================== */

.full-player-directory .player-card-grid {
    display: grid;

    grid-template-columns: repeat(3, minmax(0, 1fr));

    gap: 20px;
}

.full-player-directory .player-card {
    position: relative;

    display: flex;
    flex-direction: column;

    min-width: 0;
    min-height: 100%;

    overflow: hidden;

    color: inherit;
    text-decoration: none;

    background:
        linear-gradient(
            160deg,
            rgba(255, 255, 255, .05),
            rgba(255, 255, 255, .018)
        );

    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 18px;

    box-shadow: 0 16px 34px rgba(0, 0, 0, .24);

    transition:
        transform .25s ease,
        border-color .25s ease,
        box-shadow .25s ease;
}

.full-player-directory .player-card:hover,
.full-player-directory .player-card:focus {
    color: inherit;

    transform: translateY(-5px);

    border-color: rgba(34, 211, 238, .42);

    box-shadow:
        0 22px 42px rgba(0, 0, 0, .34),
        0 0 28px rgba(34, 211, 238, .07);

    outline: none;
}


/* ==========================================================
   Circular Player Headshots
========================================================== */

.full-player-directory .player-headshot {
    position: relative;

    flex: 0 0 auto;

    width: 150px;
    height: 150px;

    margin: 24px auto 0;

    overflow: hidden;

    background: #111827;

    border: 4px solid rgba(34, 211, 238, .20);
    border-radius: 50%;

    box-shadow:
        0 14px 30px rgba(0, 0, 0, .35),
        0 0 0 1px rgba(255, 255, 255, .05);
}

.full-player-directory .player-headshot img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;

    border-radius: 50%;

    transition: transform .35s ease;
}

.full-player-directory .player-card:hover .player-headshot img,
.full-player-directory .player-card:focus .player-headshot img {
    transform: scale(1.04);
}


/* ==========================================================
   Player Card Content
========================================================== */

.full-player-directory .player-card-content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;

    padding: 22px 20px 20px;

    text-align: center;
}

.full-player-directory .player-list-name {
    margin-bottom: 6px;

    color: #fff;

    font-size: 21px;
    font-weight: 900;

    line-height: 1.2;
}

.full-player-directory .player-list-school {
    min-height: 38px;

    /*margin-bottom: 15px;*/

    color: #94a3b8;

    font-size: 13px;
    line-height: 1.45;
}

.full-player-directory .player-card-details {
    display: flex;

    align-items: center;
    justify-content: center;
    flex-wrap: wrap;

    gap: 7px;

    margin-bottom: 12px;
}

.full-player-directory .player-list-sport {
    display: inline-flex;

    align-items: center;

    padding: 6px 9px;

    color: #22d3ee;

    font-size: 10px;
    font-weight: 900;

    text-transform: uppercase;
    letter-spacing: .045em;

    background: rgba(34, 211, 238, .08);

    border: 1px solid rgba(34, 211, 238, .16);
    border-radius: 99px;
}

.full-player-directory .player-list-position {
    min-height: 0;

    margin-bottom: 4px;

    color: #cbd5e1;

    font-size: 12px;
    font-weight: 800;

    line-height: 1.45;

    text-transform: uppercase;
    letter-spacing: .06em;
}


/* ==========================================================
   Player Card Footer
========================================================== */

.full-player-directory .player-card-footer {
    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 12px;

    width: 100%;

    margin-top: 15px;
    padding-top: 15px;

    color: #64748b;

    font-size: 10px;
    text-align: left;

    border-top: 1px solid rgba(255, 255, 255, .07);
}

.full-player-directory .player-list-location {
    min-width: 0;

    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;
}

.full-player-directory .player-list-location i {
    margin-right: 4px;
}

.full-player-directory .view-player-profile {
    flex: 0 0 auto;

    color: #22d3ee;

    font-weight: 900;

    text-transform: uppercase;
    letter-spacing: .04em;
}

.full-player-directory .view-player-profile i {
    margin-left: 4px;

    transition: transform .2s ease;
}

.full-player-directory .player-card:hover .view-player-profile i,
.full-player-directory .player-card:focus .view-player-profile i {
    transform: translateX(3px);
}


/* ==========================================================
   No Search Results
========================================================== */

.player-no-results {
    display: none;

    max-width: 700px;

    margin: 50px auto;

    padding: 50px 40px;

    text-align: center;

    background:
        linear-gradient(
            180deg,
            rgba(255, 255, 255, .03),
            rgba(255, 255, 255, .015)
        );

    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 18px;

    box-shadow: 0 20px 45px rgba(0, 0, 0, .30);
}

.player-no-results > i {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    width: 80px;
    height: 80px;

    margin-bottom: 24px;

    color: #22d3ee;

    font-size: 34px;

    background: rgba(34, 211, 238, .08);

    border: 2px solid rgba(34, 211, 238, .18);
    border-radius: 50%;
}

.player-no-results h3 {
    margin: 0 0 15px;

    color: #fff;

    font-size: 30px;
    font-weight: 800;
}

.player-no-results p {
    max-width: 480px;

    margin: 0 auto 30px;

    color: #94a3b8;

    font-size: 16px;
    line-height: 1.8;
}

.player-no-results .button {
    margin: 0;
}


/* ==========================================================
   Pagination
========================================================== */

.player-pagination {
    display: flex;

    align-items: center;
    justify-content: center;
    flex-wrap: wrap;

    gap: 7px;

    margin-top: 42px;
}

.player-pagination button {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    min-width: 40px;
    height: 40px;

    padding: 0 12px;

    color: #94a3b8;

    font-size: 12px;
    font-weight: 800;

    background: rgba(255, 255, 255, .035);

    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 10px;

    cursor: pointer;
}

.player-pagination button:hover,
.player-pagination button:focus,
.player-pagination button.active {
    color: #031018;

    background: #22d3ee;

    border-color: #22d3ee;

    outline: none;
}

.player-pagination button:disabled {
    opacity: .35;

    cursor: default;
}

.player-pagination button:disabled:hover,
.player-pagination button:disabled:focus {
    color: #94a3b8;

    background: rgba(255, 255, 255, .035);

    border-color: rgba(255, 255, 255, .08);
}

.player-pagination > span {
    color: #64748b;
}

/* ==========================================================
   Foundation 5 Reveal Modal
   Showcase Dark Player Profile Theme
========================================================== */


/* ==========================================================
   Modal Background / Overlay
========================================================== */

.reveal-modal-bg {
    position: fixed;
    z-index: 1004;

    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: none;

    background: rgba(0, 0, 0, .88);

    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}


/* ==========================================================
   Modal Container
========================================================== */

.reveal-modal {
    position: absolute;
    z-index: 1005;

    visibility: hidden;

    width: 80%;
    max-width: 820px;

    margin: 0 auto;
    padding: 0;

    color: #e2e8f0;

    background: #1a1a1a;

    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 18px;

    box-shadow:
        0 30px 80px rgba(0, 0, 0, .70),
        0 0 0 1px rgba(34, 211, 238, .025);

    overflow: hidden;
}

.reveal-modal.open {
    visibility: visible;
}


/* ==========================================================
   Modal Heading
========================================================== */

.reveal-modal > h1,
.reveal-modal > h2,
.reveal-modal > h3,
.reveal-modal > h4 {
    margin: 0;

    padding: 22px 70px 22px 24px;

    color: #fff;

    font-size: 22px;
    font-weight: 900;
    line-height: 1.25;

    background:
        linear-gradient(
            90deg,
            rgba(34, 211, 238, .055),
            rgba(34, 211, 238, 0)
        );

    border-bottom: 1px solid rgba(255, 255, 255, .08);
}


/* Cyan Accent Line */

.reveal-modal > h1:before,
.reveal-modal > h2:before,
.reveal-modal > h3:before,
.reveal-modal > h4:before {
    display: inline-block;

    width: 4px;
    height: 20px;

    margin-right: 11px;

    content: "";

    vertical-align: -3px;

    background: #22d3ee;

    border-radius: 999px;
}


/* ==========================================================
   Close Button
========================================================== */

.reveal-modal .close-reveal-modal {
    position: absolute;
    z-index: 10;

    top: 14px;
    right: 15px;

    display: flex;

    align-items: center;
    justify-content: center;

    width: 40px;
    height: 40px;

    margin: 0;
    padding: 0;

    color: #64748b;

    background: rgba(255, 255, 255, .035);

    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 50%;

    cursor: pointer;

    text-decoration: none;

    transition:
        color .2s ease,
        background-color .2s ease,
        border-color .2s ease,
        transform .2s ease;
}


/* Font Awesome X */

.reveal-modal .close-reveal-modal i {
    display: block;

    margin: 0;
    padding: 0;

    font-size: 18px;
    line-height: 1;

    pointer-events: none;
}


/* Close Button Hover */

.reveal-modal .close-reveal-modal:hover,
.reveal-modal .close-reveal-modal:focus {
    color: #fff;

    background: rgba(248, 113, 113, .12);

    border-color: rgba(248, 113, 113, .30);

    transform: rotate(90deg);

    outline: none;
}


/* ==========================================================
   Modal Body
========================================================== */

.reveal-modal-body {
    padding: 26px 24px 28px;
}

.reveal-modal-body p {
    margin: 0 0 16px;

    color: #94a3b8;

    font-size: 14px;
    line-height: 1.7;
}

.reveal-modal-body p:last-child {
    margin-bottom: 0;
}

.reveal-modal-body h3,
.reveal-modal-body h4,
.reveal-modal-body h5,
.reveal-modal-body h6 {
    margin-top: 0;

    color: #fff;

    font-weight: 900;
}

.reveal-modal-body a {
    color: #22d3ee;

    text-decoration: none;
}

.reveal-modal-body a:hover,
.reveal-modal-body a:focus {
    color: #67e8f9;
}


/* ==========================================================
   Lists
========================================================== */

.reveal-modal-body ul,
.reveal-modal-body ol {
    margin: 0 0 18px 20px;

    color: #94a3b8;

    font-size: 14px;
    line-height: 1.7;
}

.reveal-modal-body li {
    margin-bottom: 6px;
}


/* ==========================================================
   Forms
========================================================== */

.reveal-modal label {
    display: block;

    margin-bottom: 7px;

    color: #e2e8f0;

    font-size: 12px;
    font-weight: 800;
}

.reveal-modal input[type="text"],
.reveal-modal input[type="email"],
.reveal-modal input[type="password"],
.reveal-modal input[type="tel"],
.reveal-modal input[type="number"],
.reveal-modal input[type="url"],
.reveal-modal select,
.reveal-modal textarea {
    width: 100%;

    color: #fff;

    background: #101010;

    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 10px;

    box-shadow: none;

    transition:
        border-color .2s ease,
        box-shadow .2s ease,
        background-color .2s ease;
}

.reveal-modal input[type="text"],
.reveal-modal input[type="email"],
.reveal-modal input[type="password"],
.reveal-modal input[type="tel"],
.reveal-modal input[type="number"],
.reveal-modal input[type="url"],
.reveal-modal select {
    height: 46px;
}

.reveal-modal textarea {
    min-height: 120px;

    resize: vertical;
}

.reveal-modal input[type="text"]:focus,
.reveal-modal input[type="email"]:focus,
.reveal-modal input[type="password"]:focus,
.reveal-modal input[type="tel"]:focus,
.reveal-modal input[type="number"]:focus,
.reveal-modal input[type="url"]:focus,
.reveal-modal select:focus,
.reveal-modal textarea:focus {
    color: #fff;

    background: #101010;

    border-color: #22d3ee;

    box-shadow:
        0 0 0 3px rgba(34, 211, 238, .08);

    outline: none;
}

.reveal-modal input::placeholder,
.reveal-modal textarea::placeholder {
    color: #475569;
}


/* ==========================================================
   Buttons
========================================================== */

.reveal-modal .button {
    margin-bottom: 0;

    font-weight: 900;

    border-radius: 9px;

    transition:
        color .2s ease,
        background-color .2s ease,
        border-color .2s ease,
        transform .2s ease;
}


/* Primary */

.reveal-modal .button.primary,
.reveal-modal .modal-primary-button {
    color: #031018;

    background: #22d3ee;

    border: 1px solid #22d3ee;
}

.reveal-modal .button.primary:hover,
.reveal-modal .button.primary:focus,
.reveal-modal .modal-primary-button:hover,
.reveal-modal .modal-primary-button:focus {
    color: #031018;

    background: #67e8f9;

    border-color: #67e8f9;

    transform: translateY(-1px);
}


/* Secondary */

.reveal-modal .button.secondary,
.reveal-modal .modal-secondary-button {
    color: #e2e8f0;

    background: rgba(255, 255, 255, .045);

    border: 1px solid rgba(255, 255, 255, .11);
}

.reveal-modal .button.secondary:hover,
.reveal-modal .button.secondary:focus,
.reveal-modal .modal-secondary-button:hover,
.reveal-modal .modal-secondary-button:focus {
    color: #fff;

    background: rgba(255, 255, 255, .09);

    border-color: rgba(255, 255, 255, .20);
}


/* ==========================================================
   Modal Footer
========================================================== */

.reveal-modal-footer {
    display: flex;

    align-items: center;
    justify-content: flex-end;

    gap: 10px;

    padding: 18px 24px;

    background: rgba(0, 0, 0, .18);

    border-top: 1px solid rgba(255, 255, 255, .07);
}


/* ==========================================================
   Tables
========================================================== */

.reveal-modal .table-wrapper {
    overflow-x: auto;

    margin-bottom: 20px;

    background: rgba(0, 0, 0, .15);

    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 12px;

    -webkit-overflow-scrolling: touch;
}

.reveal-modal table {
    width: 100%;

    margin: 0;

    background: transparent;

    border: 0;

    border-collapse: collapse;
}

.reveal-modal table thead {
    background: rgba(0, 0, 0, .25);
}

.reveal-modal table th {
    padding: 12px;

    color: #94a3b8;

    font-size: 10px;
    font-weight: 900;

    text-align: left;
    text-transform: uppercase;

    letter-spacing: .04em;

    background: transparent;

    border-bottom:
        1px solid rgba(255, 255, 255, .08);
}

.reveal-modal table td {
    padding: 12px;

    color: #e2e8f0;

    font-size: 12px;

    background: transparent;

    border-bottom:
        1px solid rgba(255, 255, 255, .055);
}

.reveal-modal table tbody tr {
    background: transparent;
}

.reveal-modal table tbody tr:nth-child(even) {
    background: rgba(255, 255, 255, .018);
}

.reveal-modal table tbody tr:hover {
    background: rgba(34, 211, 238, .025);
}

.reveal-modal table tbody tr:last-child td {
    border-bottom: 0;
}


/* ==========================================================
   Optional Message / Info Box
========================================================== */

.reveal-modal-message {
    display: flex;

    align-items: flex-start;

    margin-bottom: 20px;
    padding: 15px 16px;

    color: #94a3b8;

    font-size: 12px;
    line-height: 1.6;

    background: rgba(34, 211, 238, .055);

    border: 1px solid rgba(34, 211, 238, .15);
    border-radius: 11px;
}

.reveal-modal-message > i {
    flex: 0 0 auto;

    margin: 3px 10px 0 0;

    color: #22d3ee;
}


/* ==========================================================
   Optional Content Cards
========================================================== */

.reveal-modal-card {
    margin-bottom: 14px;
    padding: 16px;

    background: #111;

    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 12px;
}

.reveal-modal-card:last-child {
    margin-bottom: 0;
}

.reveal-modal-card h4 {
    margin: 0 0 7px;

    color: #fff;

    font-size: 14px;
    font-weight: 900;
}

.reveal-modal-card p {
    margin: 0;

    color: #94a3b8;

    font-size: 12px;
    line-height: 1.6;
}


/* ==========================================================
   Modal Sizes
========================================================== */

.reveal-modal.modal-small {
    max-width: 520px;
}

.reveal-modal.modal-medium {
    max-width: 720px;
}

.reveal-modal.modal-large {
    max-width: 1000px;
}


/* ==========================================================
   Responsive
========================================================== */

@media only screen and (max-width: 40em) {

    .reveal-modal {
        top: 20px !important;
        left: 4% !important;

        width: 92%;

        margin-left: 0 !important;

        border-radius: 15px;
    }


    /* Heading */

    .reveal-modal > h1,
    .reveal-modal > h2,
    .reveal-modal > h3,
    .reveal-modal > h4 {
        padding:
            19px
            62px
            19px
            18px;

        font-size: 19px;
    }

    .reveal-modal > h1:before,
    .reveal-modal > h2:before,
    .reveal-modal > h3:before,
    .reveal-modal > h4:before {
        height: 18px;

        margin-right: 9px;
    }


    /* Close Button */

    .reveal-modal .close-reveal-modal {
        top: 11px;
        right: 11px;

        width: 38px;
        height: 38px;
    }

    .reveal-modal .close-reveal-modal i {
        font-size: 17px;
    }


    /* Body */

    .reveal-modal-body {
        padding: 21px 18px 23px;
    }

    .reveal-modal-body p,
    .reveal-modal-body ul,
    .reveal-modal-body ol {
        font-size: 13px;
    }


    /* Footer */

    .reveal-modal-footer {
        align-items: stretch;
        flex-direction: column;

        padding: 16px 18px;
    }

    .reveal-modal-footer .button {
        width: 100%;
    }


    /* Tables */

    .reveal-modal .table-wrapper {
        overflow-x: auto;
    }

}

/* ==========================================================
   Tablet
========================================================== */

@media only screen and (max-width: 64em) {
    .directory-page-header {
        padding: 48px 25px;
    }

    .directory-page-header h1 {
        font-size: 38px;
    }

    .full-player-directory {
        padding-right: 20px;
        padding-left: 20px;
    }

    .full-player-directory .player-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .full-player-directory .player-headshot {
        width: 140px;
        height: 140px;
    }
}


/* ==========================================================
   Mobile
========================================================== */

@media only screen and (max-width: 40em) {
    .directory-page-header {
        padding: 36px 20px;

        text-align: center;
    }

    .directory-page-header h1 {
        font-size: 32px;
    }

    .directory-page-header p {
        font-size: 14px;
    }

    .full-player-directory {
        padding: 25px 15px 60px;
    }

    .directory-filter-toggle {
        display: flex;
        align-items: center;
        width: 100%;
        margin-bottom: 18px;
        padding: 15px 17px;
        color: #fff;
        font-size: 13px;
        font-weight: 800;
        text-align: left;
        background: #15181c;
        border: 1px solid rgba(255, 255, 255, .10);
        border-radius: 13px;
        cursor: pointer;
    }

    .directory-filter-toggle:hover,
    .directory-filter-toggle:focus {
        color: #fff;
        background: #1a1e23;
        outline: none;
    }

    .directory-filter-toggle > i:first-child {
        margin-right: 9px;
        color: #22d3ee;
    }

    .filter-toggle-arrow {
        margin-left: auto;
    }

    .directory-filter-panel {
        position: static;
        display: none;
        margin-bottom: 24px;
    }

    .directory-filter-panel.open {
        display: block;
    }

    .mobile-filter-apply {
        display: block;
        margin: 24px 0 0;
    }

    .directory-results-header {
        margin-bottom: 18px;
        padding-bottom: 16px;
    }

    .directory-results-summary h2 {
        font-size: 23px;
    }

    .active-player-filters {
        align-items: flex-start;
    }

    .active-filters-label {
        width: 100%;
    }

    .full-player-directory .player-card-grid {
        grid-template-columns: 1fr;
    }

    .full-player-directory .player-headshot {
        width: 150px;
        height: 150px;
        margin-top: 22px;
    }

    .full-player-directory .player-card-content {
        padding-right: 18px;
        padding-left: 18px;
    }

    .full-player-directory .player-card-footer {
        gap: 8px;
    }

    .player-no-results {
        margin: 35px auto;
        padding: 35px 25px;
    }

    .player-no-results > i {
        width: 65px;
        height: 65px;
        font-size: 28px;
    }

    .player-no-results h3 {
        font-size: 24px;
    }

    .player-no-results p {
        font-size: 14px;
    }
}

/* ==========================================================
   Small Mobile
========================================================== */

@media only screen and (max-width: 24em) {
    .full-player-directory .player-headshot {
        width: 135px;
        height: 135px;
    }

    .full-player-directory .player-card-footer {
        display: block;

        text-align: center;
    }

    .full-player-directory .player-list-location {
        display: block;

        margin-bottom: 10px;
    }

    .full-player-directory .view-player-profile {
        display: block;
    }
}