.side-nav h4{
    margin-top: 0;
}

p#bread-crumb{
    font-size: 14px;
    margin-top: 0;
}

.wrapper {
    margin: 2rem auto;
    width: 90%;
}

p{
    font-size: 16px;
}

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

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

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

.description {
    margin-top: 0.5rem;
}

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

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

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

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

.hipaa-code-set-body {
    width: 100%;
}

.hipaa-code-set-body .content-margin {
    margin-left: 3rem;
}

.hipaa-code-set-body > .content-margin > h1 {
    margin: 0.5rem 0;
}

li {
    margin-bottom: 2rem;
}

ul {
    margin-left: 1rem;
}

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

.blue-care-side-nav a {
    border: 1px solid #fff;
    color: #fff;
    display: block;
    margin-top: 1.5rem;
    padding: 0.75rem 1rem;
    text-decoration: none;
    transition: transform 300ms;
    width: fit-content;
}

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

ul {
    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;
}

@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;
    }
    
    .explore {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-bottom: 3rem;
    }

    .hipaa-code-set-body .content-orientation {
        flex-direction: column;
    }
    
    .hipaa-code-set-body .content-margin {
        margin-left: 0;
    }
    
    .hipaa-code-set-body .side-nav {
        margin: 2rem 0;
    }
    
    .workplace-card > p {
        margin-left: 1rem;
        padding-bottom: 1rem;
    }
}

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

    .hipaa-code-set-body .content-orientation {
        flex-direction: column;
    }
    
    .hipaa-code-set-body .content-margin {
        margin-left: 0;
    }
    
    .hipaa-code-set-body .side-nav {
        margin: 2rem 0;
    }
    
    .workplace-card > p {
        margin-left: 1rem;
        padding-bottom: 1rem;
    }
}