.my-univativ-container {
    margin-top: 100px;
}

.my-univativ-h1 {
    font-size: 2rem;
    font-weight: bold;
}

.my-univativ-h2 {
    font-size: 1.5rem;
    font-weight: bold;
}

.my-univativ-h4 {
    font-size: 1.1667rem;
    font-weight: bold;
}

.my-univativ-content {
    margin-top: 90px;
}

ul.my-univativ-navigation {
    list-style-type: none;
    white-space: nowrap;
    font-weight: bold;
    margin-top: 160px;
    padding: 0 60px 0 0;
}

.nav-link-my-univativ {
    color: #001942 !important;
    font-weight: bold;
    white-space: nowrap;
    cursor: pointer;
    padding-left: 0;
    padding-bottom: 3px;
}

.nav-link-my-univativ.current {
    color: #06d6a0 !important;
    text-decoration: none;
}

.button--filled.copy-to-clipboard-button {
    background-color: #f2f2f2 !important;
    color: #001942;
    border: unset !important;
    box-shadow: unset !important;
    width: 272px;
    position: relative;
    height: 38px !important;
    padding: unset !important;
}

.copy-to-clipboard-icon {
    position: absolute;
    top: 0.46rem;
    right: 1rem;
}

.copy-to-clipboard-headline {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
}

.raf-card-text {
    font-size: 1.25rem;
}

.e-academy-card-text {
    font-weight: bold;
    text-align: center;
    position: relative;
    bottom: 60px;
    line-height: 1.2;
    padding: 0 0.5rem;
}

.corporate-benefits-card-text {
    text-align: center;
    position: absolute;
    padding: 0 2rem;
    font-size: 0.8333rem;
    line-height: 1.2;
    top: 208px;
    width: 360px;
}

.corporate-benefits-card-text-title {
    font-weight: bold;
    height: 40px;
    margin-bottom: 0.5rem;
}

@media screen and (min-width: 576px) {
    .e-academy-card-text {
        bottom: 56px;
    }

    .e-academy-collage {
        width: 50% !important;
        height: auto !important;
    }

    .corporate-benefits-card-text {
        width: 70%;
    }
}

@media screen and (min-width: 768px) {
    .e-academy-card-text {
        bottom: 60px;
    }

    .e-academy-collage {
        width: 90% !important;
        height: auto !important;
    }

    .corporate-benefits-card-text {
        width: 100%;
    }
}

@media screen and (min-width: 992px) {
    .my-univativ-h4 {
        font-size: 1.25rem;
    }

    .my-univativ-content {
        margin-top: 160px;
    }

    .nav-link-my-univativ:hover {
        color: #06d6a0 !important;
        text-decoration: none;
    }

    .nav-link-my-univativ.current {
        border-bottom: 3px solid #06d6a0;
    }

    .raf-collage {
        margin-top: -50px;
    }

    .e-academy-card-text {
        bottom: 50px;
    }

    .e-academy-collage {
        width: 70% !important;
        height: auto !important;
    }

    .corporate-benefits-card-text {
        width: 75%;
    }
}

@media screen and (min-width: 1200px) {
    .e-academy-card-text {
        bottom: 54px;
    }

    .e-academy-collage {
        width: 60% !important;
        height: auto !important;
    }

    .corporate-benefits-card-text {
        width: 100%;
    }
}

#newsletter-search-query,
#newsletter-location {
    border: 3px solid #06d6a0;
    border-radius: 0;
}

#newsletter-settings-form .twitter-typeahead {
    display: block !important;
}

#newsletter-settings-form .twitter-typeahead .tt-menu {
    background-color: white;
    width: 100%;
    padding: 10px 16px;
    z-index: 1000;
    cursor: pointer;
    box-shadow: 6px 3px 40px -20px rgba(0, 25, 66, 0.35);
}

#newsletter-settings-form .twitter-typeahead .tt-menu .tt-suggestion {
    padding: 4px 0;
}

#newsletter-settings-form .twitter-typeahead .tt-menu .tt-suggestion.tt-cursor,
#newsletter-settings-form .twitter-typeahead .tt-menu .tt-suggestion:hover {
    font-weight: bold;
}

#newsletter-save-toast {
    background-color: #06d6a0 !important;
    font-size: 0.875rem;
}

#newsletter-settings-form .mdc-form-field {
    align-items: flex-start;
}

#newsletter-settings-form .mdc-form-field > label {
    padding-top: 10px;
}


