.resources-container, .r-container{
    padding: 1rem 40px;
}

.resources-container .main-download{
    margin: 2rem auto;
    width:100%;
    height:200px;
    color:#fff;
    padding: 1rem;
    background-color: #002549;
    position: relative;
}
.resources-container .main-download h1{
    font-size:18px;
}

.resources-container .main-download svg{
    position: absolute;
    bottom: 1rem;
    right:1rem;
}
.resources-container .main-download svg path{
    fill:#fff;
}

h1.resource-heading{
    margin-top: 0;
    font-size: 2rem;
    font-weight: 600;
}

 .resources-card{
    margin: 1rem;
    color:#000;
    background-color: #fff;
    border: 1px solid #e6e7e8;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;

}

.resources-card .card-title{
    font-weight: 600;
}

.resources-card .card-body{
    padding: 1rem;
}

.resource-group-heading{
    width: 100%;
    display: flex;   
}

.r-group-heading{
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 600;

}

#resource-downloads-page .resources-container .card-img-top {
    width: 100%;
    height: 200px!important;
    object-fit: cover;
}
.resources-card{
    position: relative;
}

.resources-container .line{
    border-top:1px solid #000;
    flex-grow:1;
    margin-top: 3.75rem;
    
    margin-left: 2rem;

}

.resources-card .icons{
    margin-top: 2rem;
    height: 30px; 
    
}

.resources-card .icons .view{
    position: absolute; 
    bottom: 10px;
    left:10px;
    
}

.resources-card .icons .download{
    position: absolute; 
    bottom: 10px;
    right:10px;
    
}

#resource-details-content img{
    width:100%;
    margin-bottom: 30px;
}




.resources-container h2{
    color:#000!important;
}

.r-intro{
    text-align: center;
    margin-bottom: 2rem;
}

.r-container .link-card{
    padding: 2rem;
    background-color: #f5f5f5;
    margin-right: 2rem;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

@media (max-width: 991.98px) { 
    .r-container .link-card{
        margin-right:0;
    }
}

.r-container .link-card ul li{
    list-style: none;
    margin-bottom: 1rem;
}
.r-container .link-card .heading{
    font-size: 2rem;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 2rem;
}

.r-container .link-card ul{
    padding-left: 0;
    margin-top: 2rem;
}

.r-container .link-card ul li a{
    color: #41A336;
    font-weight: 600;
    
}

.form-card{
    background-color: #f5f5f5;
    padding:2rem;
    margin-top:2rem;
    
}

.form-card input.form-control{
    border-radius: 0!important;
    border:none!important;
    border-bottom: 1px solid #000!important;
    box-shadow: none!important;
}

.form-card a{
    color: #41A336;
    font-weight: 600;
}
.form-card .heading{
    font-size: 2rem;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 2rem;
}

.form-card .form-group  {
    margin-left:0!important;
    margin-right: 0!important;
    max-width: 300px;
}

.form-card .btn{
    border-radius: 0;
    background-color:#41A336;
    border:none;
    color: #fff;
    margin-bottom: 2rem;
    margin-top:2rem;
    font-weight: 600;
}

.form-card p.pw-forgot a{
    font-size: 12px;
}

#resource-details .download a{
    color:#41A336;
    font-size: 2rem;
    text-decoration: none;
}
#resource-details .download svg path{
    fill:#41A336;
}

#resource-details .download svg{
    margin-top: 2rem;
    margin-right: 1rem;
}

.form-card.register-form button, .form-card.login-form button{
    background-color: #41A336;
    border:none;
    color:#fff;
    padding: 5px 20px;
    font-size: 18px;
    /* margin-top: 30px; */
}

.form-card.register-form .form-group, .form-card.login-form .form-group {
    margin-top: 30px;
}