﻿#learning-center #lower-sub-nav .nav-tabs {
    justify-content: left !important;
}

#learning-center .linear-line {
    color: #897449;
    padding: 7px 0;
    margin: 40px 0;
    opacity: 1;
}

#learning-center .card-body {
    background: #F4F4F4;
    box-shadow: 0px 4px 4px 0px #00000040;
    display: flex;
    align-items: center;
    
}

#learning-center .card .card-img-top {
    height: 300px;
    object-fit: cover;
}

#learning-center .card-row {
    /* column-gap: 52px;
    row-gap: 30px;
    justify-content: center; */
}

#learning-center #lower-sub-nav .nav-tabs .nav-item.show .nav-link,
#learning-center #lower-sub-nav .nav-tabs .nav-link.active {
    background-color: #897449;
    border: none;
}

#learning-center #reg-form {
    box-shadow: 0px 4px 4px 0px #00000040;
}

#learning-center #reg-form img {
    height: 96px;
    width: 96px;
}

#learning-center #reg-form .description {
    border-right: 3px solid black;
    height: 100%;
}

@media only screen and (min-width: 1024px) {
    #learning-center .publication-grid {
        padding: 0 80px;
    }

    #learning-center .publication-grid .card {
        flex: 0 0 30%;
    }

    #learning-center .publication-grid {
        display: flex;
        flex-wrap: wrap;
        gap: 40px;
        justify-content: space-between;
    }

    #learning-center .container {
        padding: 0 80px;
    }

    #learning-center h1 {
        font-size: 64px;
    }

    #learning-center .card {
        width: 95%;
    	margin: 0 auto;
    	    height: 100%;
    }

}

#learning-center #reg-form.card {
    width: 500px !important;
}

#learning-center .card-body a {
    color: #000000;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none !important;
}

.content-column {
    background-color: #F2EFDD;
}

.calendar-icon {
    margin-right: 2px;
}

#learning-center .tab-pane h5,
#learning-center .tab-pane h6 {
    font-weight: 600;
}


@media only screen and (min-width: 320px) and (max-width: 480px) { 

.img-lft-2-col { flex-direction:column}
.img-lft-2-col-thumb, .img-lft-2-col-content { width:100%}
.img-lft-2-col-content {padding: 25px 0 !important;}

/* Tab view */
#lower-sub-nav .nav-tabs li.nav-item { width:100%}
#lower-sub-nav .nav.nav-tabs .nav-item .nav-link.active::after {
    bottom: inherit;
    left: 0;
    width: 4px;
    height: 80%;
    top: 10%;
}
}