.enroll .usc-button {background-color: #0731A1;}

.usc-secondary-cta[data-darker-background]:after {
    background: rgba(0, 0, 0, 0.35);
}

.welcome-series__header {
    background-color: #ee3040;
    line-height: 0;
    padding-top: 6vw;
}

.welcome-series__header video {
    max-width: 100%;
}

.welcome-series__header-text {
    background-color: #f1f2f4;
}

.welcome-series__header-text p {
    color: #0065a4;
    line-height: 1.4;
    font-size: 2rem;
    font-family: Stag Sans Book, sans-serif;
}

.welcome-series__header-buttons {
    margin: 0 auto;
    max-width: 126rem;
    background-color: #f1f2f4;
}

.welcome-series__header-buttons>div {
    text-align: center;
}

.welcome-series__header-buttons>div a {
    width: 70%;
    margin-bottom: 20px;
}

.welcome-enroll__subhead {
    font-size: 2rem;
    line-height: 1.2;
    padding-bottom: 2.5rem;
    font-weight: normal;
}

.welcome-enroll__tag {
    color: #0065a4;
    font-size: 2.2rem;
    letter-spacing: .3rem;
    line-height: 1;
    text-transform: uppercase;
    padding-bottom: 2.5rem;
}

.welcome-enroll__list {
    display: inline-block;
    font-size: 2rem;
    line-height: 1.2;
    text-align: left;
    margin-left: 2rem;
    font-size: 2.8rem;
    margin-top: 2rem;
}
.welcome-enroll__apps .usc-button {
    background-color: white;
    font-family: Brandon Bold;
    color: #0731A1;
    font-size: 15px;
    padding: 1rem 1.5rem;
    border-radius: 25px;
    transition: all .3s;
    border: 1px solid #0731A1;
    text-transform: uppercase;
    text-decoration: none;
}

.welcome-enroll__item {
    font-size: initial;
    list-style-type: disc;
}

.welcome-enroll__badge {
    width: 20px; 
    margin-right: 1rem;
}

.welcome-enroll__ctaLine {
    font-family: Brandon Bold;
    font-size: 30px;
    line-height: 1.4;
    padding: 0 0 1rem;
}

.welcome-feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    font-family: Stag Sans Book, sans-serif;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}

.welcome-feature__img--device {
    background-image: url(/content/dam/uscc-static/assets/images/campaigns/welcome-series/phone-floor.jpg);
}

.welcome-feature__content {
    background-color: #0065a4;
    text-align: center;
    padding: 3rem;
}

.welcome-feature__headline {
    color: #fff;
    text-transform: uppercase;
    font-size: 2.6rem;
    line-height: 1.2;
    letter-spacing: .3rem;
    padding-bottom: 1rem;
    font-family: Stag Sans Book;
}

.welcome-feature__text {
    font-size: 1.8rem;
    line-height: 1.4;
    font-family: Stag Sans Book !important;
}

.welcome-feature__button--red {
    background-color: #ee3040 !important;
}

.welcome-feature__img {
    height: 50vw;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 50%;
}

.welcome-feature__img--accessories {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    background-color: #eff0f2;
    background-position: 50%;
    background-image: url(/content/dam/uscc-static/assets/images/campaigns/welcome-series/accessories.jpg);
    background-size: 60%;
}

.welcome-feature__img--tutorials {
    background-image: url(/content/dam/uscc-static/assets/images/campaigns/welcome-series/woman-couch-phone.jpg);
    background-position: 100% 60%;
}

.welcome-feature__img--international {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    background-image: url(/content/dam/uscc-static/assets/images/campaigns/welcome-series/hand-with-phone.jpg);
}

.welcome-feature__img--highSpeed {
    background-image: url(/content/dam/uscc-static/assets/images/campaigns/welcome-series/boys-couch.jpg);
    background-position: 100% 0;
    background-size: cover;
}

.welcome-feature__content--red {
    background-color: #ee3040;
}

.welcome-feature--secondary .welcome-feature__content {
    color: #fff;
    background-color: #acacac;
    padding: 3rem;
}

.welcome-feature__button--outline {
    border: 1px solid #fff;
}

.welcome-reach {
    color: #fff;
    background-color: #ee3040;
    font-family: Stag Sans Book, sans-serif;
    text-align: center;
}

.welcome-reach__headline {
    color: #fff;
    font-size: 2.6rem;
    line-height: 1;
    letter-spacing: .3rem;
    text-transform: uppercase;
    padding-bottom: 1rem;
}

.welcome-reach__text {
    font-size: 1.8rem !important;
    line-height: 1.4 !important;
    font-family: 'Stag Sans Book', sans-serif !important;
}

.welcome-reach__text a {
    color: #fff !important;
}

.image img {
    width: 50%;
    margin: auto;
    display: block;
    padding: 25px 0;
    max-width: 70rem;
}
.usc-header-content__hero {
    align-items: flex-start;
}
.welcome .usc-typography__header,
.welcome .usc-header-content__title+.usc-header-content__description {
    text-align: left;
}
.usc-header-content__hero__wrapper {
    padding: 0rem 5rem;
}
.usc-header-content__description {
    font-size: 32px !important;
}

@media screen and (max-width: 767px) {
    .usc-header-content__description {
        font-size: 20px !important;
    }
    .usc-header-content {
        padding-top: 0rem !important;
    }
    .usc-header-content__hero__wrapper {
        padding: 10rem 5rem;
    }
    .welcome-enroll__apps .usc-button {
        width: 250px;
    }
    .cta-top-line{
        line-height: 1.2 !important;
        font-size: 25px !important;
        margin: 1rem auto;
    }
}

@media screen and (min-width: 768px) {
    .usc-secondary-cta__wrapper {
        max-width: 58rem;
    }

    .welcome-series__header-buttons>div a {
        width: 80%;
    }

    .welcome-enroll__apps {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding-bottom: 4rem;
        width: 100%;
        display: flex;
        justify-content: space-evenly;
        padding-bottom: 0;
    }


    .welcome-enroll__subhead {
        font-size: 2.6rem;
    }

    .welcome-enroll__tag {
        font-size: 2.6rem;
    }
    .usc-header-content__hero__wrapper {
        padding: 0rem 2rem;
    }

    .welcome-enroll__list {
        font-size: 2.8rem;
    }

    .welcome-enroll__ctaLine {
        font-size: 2rem;
    }

    .welcome-feature {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .welcome-feature__img {
        height: 40vw;
        width: 50%;
        max-width: 63rem;
        height: auto;
    }

    .welcome-feature__container {
        width: 50%;
    }

    .welcome-feature__img {
        width: 50%;
        max-width: 63rem;
        height: auto;
    }

    .welcome-feature__img--accessories {
        -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
        order: 0;
        background-size: 100%;
    }

    .welcome-feature__img--international {
        -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
        order: 0;
    }

    .welcome-reach__headline {
        font-size: 3.2rem;
    }

    .welcome-reach__text {
        font-size: 1.8rem;
        padding-bottom: 1rem;
    }

    .welcome-reach__faq {
        padding-top: 3rem;
        font-size: 2rem;
    }

}


@media screen and (min-width: 992px) {
    .usc-secondary-cta__wrapper {
        max-width: 73rem;
    }

    .welcome-series__header-text p {
        font-size: 2.6rem;
    }

    .welcome-enroll__subhead {
        font-size: 3.2rem;
        padding-bottom: 3rem;
    }

    .welcome-enroll__tag {
        font-size: 3.6rem;
        padding-bottom: 3rem;
    }

    .welcome-enroll__list {
        font-size: 3.2rem;
    }

    .welcome-enroll__ctaLine {
        font-size: 2.6rem;
    }

    .welcome-feature__content {
        padding: 6rem;
    }

    .welcome-feature__headline {
        font-size: 4.4rem;
    }

    .welcome-feature__text {
        font-size: 2.6rem;
    }

    .welcome-feature__img--highSpeed {
        background-size: 110%;
    }

    .welcome-reach__headline {
        font-size: 4rem;
    }

    .welcome-reach__text {
        font-size: 2.2rem;
    }
}
