 /*
 Put your custom overlay styles in here
 You can use your northpass color palette in this file

#ffffff
#042f4c
#219dbc
#0c3c5e
#0c3c5e
#ffffff
*/
body {
    font-family: 'Poppins', sans-serif;

}
.card {
    background: #fff;
    border-radius: 12px;
    margin: 1rem;
    transition: box-shadow .2s;
  box-shadow: 0 .2rem .4rem #E8E9EB;
}
.lp-card {
    background: #fff;
    border-radius: 12px;
    margin: 1rem 0;
    transition: box-shadow .2s;
  box-shadow: 0 .2rem .4rem #E8E9EB;
}
.lp-card:hover {
    box-shadow: 0 .8rem 1.6rem rgba(0,0,0,.2);
}
.card:hover {
    box-shadow: 0 .8rem 1.6rem rgba(0,0,0,.2);
}

.np-card-image {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.card-content-container {
    padding: 1.5rem 1rem;
    position: relative;
}

.course-btn {
    font-size: 1rem;
    color: #0C3C5E;
    line-height: 2.1rem;
    font-weight: 500;
    text-decoration: none;
}

.card-description {
    margin: 1rem 0;
}

.course-btn-container {
    font-size: 1rem;
    color: #0C3C5E;
    line-height: 2.1rem;
    font-weight: 500;
}
.course-progress {
    font-size: 0.75rem;
    color: #6d7175;
}
.course-heading {
    font-size: 1.2rem;
    color: #000;
    margin: 1rem 0;
}

.sub-navigation-content-item-link {
    font-size: 16px;
    font-weight: 600;
    color: #0C3C5E;
    text-decoration: none;
}
.card-ribbon {
    background: #0C3C5E;
    color: #fff;
    font-weight: 500;
    padding: 15px 20px;
    border-radius: 50px;
    position: absolute;
    top: -25px;
    right: 15px;
}
.np-homepage-hero-content {
    padding: 36px 24px;
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.hero-headline {
    color: #fff;
}
.np-learning-path-image {
    border-radius: 12px;
}
.category-filter {
    margin-bottom: 10px;
}
.np-homepage-hero-image {
    max-height: unset;
    
}