.blue-care-side-nav a {
    border: 1px solid #00A0DF;
    color: #00A0DF;
    display: block;
    padding: 0.75rem 1rem;
    text-decoration: none;
    transition: transform 300ms;
    text-align: center;
}

.blue-care-side-nav a:hover {
    border-color: #00A0DF;
    color: #00A0DF;
    transform: translateY(-10%);
}

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

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

.border {
    margin-top: 3rem;
    border-bottom: 2px solid #cecece;
}

.card-body {
    padding: 1rem;
    text-align: left;
}

.closed {
    color: #b42518;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
}

.dates {
    margin-top: 0;
    text-align: center;
}

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

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

.enrollment {
    text-align: center;
}

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

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

.medicare-eligible-redirect {
    margin-top: 1rem;
}

.open {
    color: #77b900;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
}

p {
    font-size: 16px;
}

.resources-and-nav {
    margin: 2rem 0;
}

.same-size {
    font-size: 16px;
}

.side-card > button {
    background-color: transparent;
    box-shadow: 0 0px 12px rgba(28, 85, 137, 0.25);
    padding: 0;
    transition: opacity 300ms, transform 300ms;
}

.side-card > button:hover {
    opacity: 0.8;
    transform: translateY(-5%);
}

.side-card img {
    width: 100%;
}

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

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

.special-content {
    width: 90%;
}

.special-content .content-margin {
    margin-left: 3rem;
}

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

@media screen and (max-width: 600px) {
    .blue-care-side-nav {
        width: 100%;
        margin: 0 auto 2rem;
    }
    
    .healthy-side-nav {
        display: flex;
        flex-direction: column;
        row-gap: 0.75rem;
        margin-left: 0.2rem;
        width: 98%;
    }
    
    .options-button {
        margin-bottom: 1rem;
    }
    
    .special-body .content-orientation {
        flex-direction: column;
    }
    
    .special-content {
        width: unset;
    }
    
    .special-content .content-margin {
        margin-left: 0;
    }
    
    .special-body .side-nav {
        margin: 2rem 0;
    }
    
}