/* BECOME A MEMBER */
.hero,
.hero>.grid-container,
.hero__body {
    height: auto;
    min-height: calc(var(--screen-height, 100svh) - var(--top-bar-height, var(--top-bar-estimated-height)));
}

.hero--secondary::before {
    opacity: .35;
    z-index: 1;
}

.hero__body {
    padding: var(--spacing-default) 0;
}

.hero__list svg {
    width: var(--unit-20);
    min-width: var(--unit-20);
    height: auto;
}

.become-a-member-video-container {
    position: relative;
}

.become-a-member-video-container::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-black);
    z-index: 1;
    opacity: .35;
}

.become-a-member-video-container svg {
    width: var(--unit-50);
    height: auto;
}


/* LARGE ONLY */
@media (min-width: 64rem) {
    .become-a-member-text {
        column-count: 2;
        column-gap: var(----grid-gap-xy);
    }
}

/* END LARGE ONLY */

/* SMALL ONLY */
@media (max-width: 63.9375rem) {

    .hero__background,
    .hero--secondary::before {
        max-height: 100svh;
    }

    .hero {
        background-color: var(--color-grey-light);
    }
}

/* END SMALL ONLY */
/* END BECOME A MEMBER */
