.benefit-text {
    color: #fff;
}

.benefit-text p {
    color: #fff;
}

.blue {
    color: #24ace6;
}

.blue-card {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 3rem;
}

.button-width {
    width: 90%;
    font-size: 16px;
}

.button-orientation {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}

.button-special {
    margin-top: 1.5rem;
}

.card-background {
    background-color: #eaeff4;
    height: 100%;
}

.card-background h3 {
    margin-left: 1rem;
}

.card-background p {
    margin-left: 1rem;
    max-width: 90%;
    margin-bottom: 1.8em;
}

.card-grid {
    display: flex;
    flex-direction: row;
    margin-bottom: 3rem;
    justify-content: space-between;
}

.card-grid a {
    margin-bottom: 2rem;
}

.card-grid > .flex-col a {
    text-decoration: none;
}

.center-text {
    text-align: center;
}

.cov-option {
    display: flex;
    flex-direction: column;
    width: 30%;
}

.employer-side-nav {
    display: flex;
    flex-direction: column;
    margin-left: 3rem;
    row-gap: 0.75rem;
    width: 25%;
}

.employer-side-nav h4 {
    margin: 2rem 0 0;
}

.explore {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 4rem;
    margin-top: 3rem;
}

.first-paragraph {
    max-width: 60%;
}

.flex-col {
    display: flex;
    flex-direction: column;
    width: 47%;
}

.healthy-worksite-body {
    margin: 3rem auto 5rem;
    width: 95%;
}

.healthy-worksite-body .main-article-image {
    width: 100%;
}

.healthy-worksite-content {
    width: 100%;
}

.healthy-worksite-content .content-margin {
    margin-left: 3rem;
}

.healthy-worksite-content > .content-margin > h1 {
    margin: 0.5rem 0;
}

.healthy-worksite-body .side-nav > h4 {
    margin-top: 0;
}

.option-1 {
    border-left: 10px solid #00a0df;
}

.option-2 {
    border-left: 10px solid #f1a903;
}

.option-3 {
    border-left: 10px solid #7ab605;
}

.option-4 {
    border-left: 10px solid #0098a8;
}

.option-5 {
    border-left: 10px solid #cb0961;
}

.option-6 {
    border-left: 10px solid #ff7811;
}

.option-7 {
    border-left: 10px solid #0024a5;
}

.option-8 {
    border-left: 10px solid #b4179a;
}

p {
    font-size: 16px;
}

.person {
    width: 20%;
    height: 20%;
}

video{
    padding-left: 1rem;
}

.workplace-card {
    width: 100%;
    height: 100%;
    margin-bottom: 2rem;
}

.workplace-card > h3 {
    margin-left: 1rem;
    margin-top: 0;
}

.workplace-card > p {
    margin-left: 1rem;
    font-size: 16px;
}

@media screen and (max-width: 600px) {
    .card-grid {
        display: flex;
        flex-direction: column;
    }
    
    .card-grid a {
        margin-bottom: 0;
    }
    
    .cov-option {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-bottom: 1rem;
    }
    
    .employer-side-nav {
        width: 100%;
        margin: 0 auto 2rem;
    }
    
    .explore {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-bottom: 3rem;
    }

    .first-paragraph {
        max-width: 100%;
    }
    
    .flex-col {
        display: flex;
        flex-direction: column;
        width: 94%;
    }
    
    .healthy-worksite-body .content-orientation {
        flex-direction: column;
    }
    
    .healthy-worksite-content .content-margin {
        margin-left: 0;
    }
    
    .healthy-worksite-body .side-nav {
        margin: 2rem 0;
    }
    
    video{
        padding-left: 0;
    }
    
    .workplace-card > p {
        margin-left: 1rem;
        padding-bottom: 1rem;
    }
}

@media screen and (max-width: 900px) {
    .blue-card {
        display: flex;
        flex-direction: column-reverse;
    }
    .blue-card h3{
        margin-left: 2rem;
    }
    .blue-card p{
        margin-left: 2rem;
        margin-right: 2rem;
    }
    .card-grid {
        display: flex;
        flex-direction: column;
    }
    
    .card-grid a {
        margin-bottom: 0;
    }
    
    .cov-option {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-bottom: 1rem;
    }
    
    .employer-side-nav {
        width: 100%;
        margin: 0 auto 2rem;
    }
    
    .explore {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-bottom: 3rem;
    }

    .first-paragraph {
        max-width: 100%;
    }
    
    .flex-col {
        display: flex;
        flex-direction: column;
        width: 94%;
    }
    
    .healthy-worksite-body .content-orientation {
        flex-direction: column;
    }
    
    .healthy-worksite-content .content-margin {
        margin-left: 0;
    }
    
    .healthy-worksite-body .side-nav {
        margin: 2rem 0;
    }
    
    .person {
        width: 75%;
    }
    
    video{
        padding-left: 0;
    }
    
    .workplace-card > p {
        margin-left: 1rem;
        padding-bottom: 1rem;
    }
}