#resources_header{
    padding: 40px 40px 20px;
}

@media (max-width: 575.98px){
    #resources_header{
        padding: 40px 10px 20px;
    }
}
#resources_header h1{
    font-size: 52px;
    font-weight: 600;
    color: #08324C;
    margin-bottom: 20px;
    letter-spacing: -1.5px;
}
@media (max-width: 575.98px){
    #resources_header h1{
        font-size: 36px;
        font-weight: 600;
    }
}


#nav_header{
    color: #084C32;
    opacity: 0.4;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

#nav_header a{
    text-decoration: underline;
}

#nav_header ol{
    list-style: none;
    padding: 0;
}
#nav_header ol li {
    display: inline;
    padding-left: 10px;
}
#nav_header ol li:first-child{
    padding-left: 0;
}
#nav_header ol li:after {
    content: "\2022";
    position: relative;
    left: 5px;
    top: -2px;
}
#nav_header ol li:last-child:after{
    content: "";
}

#resources_list ul{
    grid-column-gap: 1em;
    grid-row-gap: 0.5em;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    display: grid;
    list-style: none;
}
@media (max-width: 575.98px){
    #resources_list ul{
        grid-template-columns: 1fr;
        padding: 0;
    }
}

#resources_list ul li a{
    height: 100%;
    text-align: center;
    background-color: #e0edeb;
    border-radius: 1em;
    justify-content: center;
    align-items: center;
    padding: 0.6em;
    display: flex;
    min-height: 60px;
    text-decoration: none;
    color: #000;
    font-size: 18px;
}
#resources_list ul li a:hover{
    background-color: #e6f9ef;
    text-decoration: underline;
}

#related_resources{
    width: 1116px;
    margin: 0px auto;
    padding: 40px 0;
    display: grid;
    grid-column-gap: 1em;
    grid-row-gap: 0.5em;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 1199.98px){
    #related_resources{
        width: 936px;
    }
}
@media (max-width: 1139.98px){
    #related_resources{
        width: 866px;
    }
}
@media (max-width: 991.98px){
    #related_resources{
        width: 744px;
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media (max-width: 767.98px){
    #related_resources{
        width: 516px;
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 575.98px){
    #related_resources{
        width: 205px;
        grid-template-columns: 1fr;
    }
}


.related_resource{
    float: left;
    width: 218px;
    height: 256px;
    border-radius: 10px;
    margin-right: 40px;
    text-decoration: none;
    -webkit-box-shadow: 0px 0px 15px 7px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 15px 7px rgba(0,0,0,0.05);
    box-shadow: 00px 0px 15px 7px rgba(0,0,0,0.05);
    border-radius: 15px;
    margin-bottom: 30px;
}
#related_resource1, #related_resource2, #related_resource3{
    width: 218px;
    height: 129px;
    margin-bottom: 0;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.resource_image img{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
    height: 129px;
}
@media (max-width: 575.98px){
    .related_resource{
        height: 211px;
        width: 100%;
        margin-right: 0;
    }
}
a.related_resource:hover p.article_title{
    text-decoration: underline;
}

p.article_category{
    font-size: 10px;
    font-weight: 600;
    color: #08324C;
    opacity: 0.4;
    margin-bottom: 5px;
    text-transform: uppercase;
    padding: 5px 20px 0;
}
@media (max-width: 575.98px){
    p.article_category{
        display: none;
    }
}
p.article_title{    
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
    letter-spacing: -0.5px;
    height: 65px;
    line-height: 1.3;
    padding: 0 20px;
}
p.article_date{
    font-size: 12px;
    font-weight: 500;    
    color: #08324C;
    opacity: 0.4;
    margin-bottom: 0;
    padding: 0 20px;
}
@media (max-width: 575.98px){
    p.article_title{
        top: 33px;
        position: relative;
        height: 60px;
        width: 210px;
        float: left;
        padding: 5px 10px 0 10px;
        font-size: 14px;
    }
    p.article_date{
        position: relative;
        top: -55px;
        width: 180px;
        float: left;
        padding-left: 10px;
    }
}