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

.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%);
}

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

.bottom-info {
    margin-bottom: 3rem;
}

.bottom-info h3 {
    margin-bottom: 0;
}

.bottom-info p {
    margin-bottom: 0;
    margin-top: 0;
}

.bottom-buttons-wrapper {
    margin-top: 1rem;
}

.bottom-buttons-wrapper a.pseudo-button {
    background-color: transparent;
    border: 1px solid #00A0DF;
    color: #00A0DF;
    /*display: block;*/
    padding: 0.75rem 1rem;
    text-align: center;
    text-decoration: none;
    transition: transform 300ms;
}

.bottom-buttons-wrapper a.pseudo-button:hover {
    color: #fff;
    background-color: #00A0DF;
    transform: translateY(-10%);
}

.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%;
}

.enrollment {
    text-align: center;
}

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

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

.logo-pic {
    width: 10%;
    margin-right: 1rem;
}

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

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

.options-button a {
    border: 1px solid #fff;
    color: #fff;
    display: block;
    margin-top: 0;
    padding: 0;
    text-decoration: none;
    transition: transform 300ms;
    width: fit-content;
}

.options-button a:hover {
    border-color: #00A0DF;
    color: #00A0DF;
    transform: translateY(-10%);
}

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

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

.overview-content {
    width: 100%;
}

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

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

p {
    font-size: 16px;
}

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

.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 img {
    width: 100%;
}

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

table {
    border: 2px solid #dddddd;    
    border-collapse: collapse;
    border-spacing: 0;
    width: 80%;
    margin-bottom: 1rem;
}

td {
    border: 1px solid #ebebeb;
    padding: 0.5rem;
}

th {
    text-align: left;
    font-weight: normal;
    border-bottom: 2px solid #dddddd;
    color: #7a7a7a;
    padding: 0.5rem;
}

@media screen and (max-width: 600px) {
    .blue-care-side-nav {
        margin-left: 0;
        width: 100%;
    }
    
    .employer-side-nav {
        display: flex;
        flex-direction: column;
        margin-left: 0.2rem;
        row-gap: 0.75rem;
        width: 100%;
    }
    
    .healthy-side-nav {
        display: flex;
        flex-direction: column;
        row-gap: 0.75rem;
        margin-left: 0.2rem;
        width: 98%;
    }
    
    .overview-body .content-orientation {
        flex-direction: column;
    }
    
    .overview-content .content-margin {
        margin-left: 0;
    }
    
    .overview-body .side-nav {
        margin: 2rem 0;
    }
    
    table {
        border: 2px solid #dddddd;    
        border-collapse: collapse;
        border-spacing: 0;
        width: 100%;
    }
}