﻿.section-background7 {
    clip-path: polygon(0 10vw, 100% 0, 100% 100%, 0 calc(100% - 10vw));
    margin: -15vw 0 -10vw 0;
    padding: 13vw 0;
}

#award-grid {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    border-spacing: 0 15px;
}
    #award-grid tr > th:nth-child(2), #award-grid tr > td:nth-child(2) {
        padding-left: 50px;
        padding-right: 30px;
    }
    #award-grid tr > td, #award-grid tr > th > a {
        color: #26302F;
        text-align:left;
        text-decoration:none;
    }
    #award-grid tr > th > a{
        font-weight:400;
        float:left;
    }
    #award-grid tr >td{
        font-weight: 600;
    }
    #award-grid td label {
        display: none;
        font-weight: 500;
    }
    #award-grid tr > th:nth-child(1) {
        width: 5px;
    }
    #award-grid tr >th:nth-child(2){
        width:65%;
    }
    #award-grid tr > th:nth-child(3) {
        width: 90px;
    }
    #award-grid tr > td:nth-child(2){
        font-size:1rem;
    }
    #award-grid tbody tr:nth-of-type(even) {
        background-color: #EEF5F4;
    }
    #award-grid tbody tr {
        height: 52px;
        background-color: #EFF9F7;
        /*cursor: pointer;*/
    }
    #award-grid > tbody > tr:hover {
        background-color: rgb(48 206 187 / 15%) !important;
    }
    #dir-list {
        display: inline-flex;
        width: 100%;
    }
    #dir-list > div {
        background: url('/img/green-box-rectangle.png') no-repeat, url('/img/black-box-rectangle.png') no-repeat;
        background-position: center;
        position: relative;
        left: 300px;
    }
        #dir-list > div > div {
            background-color: #ffffff;
            display: grid;
            grid-column: 2;
            margin: 50px;
            padding: 15px;
            width: 715px;
        }
    #dir-list h2 {
        grid-column: span 2;
        margin-bottom: 0;
        margin-left: 10px;
    }
    #dir-list ul {
        background-color: #ffffff;
        padding: 0;
        width: 350px;
        list-style: none;
    }

    #dir-list li {
        margin-left: 10px;
    }

    #dir-list ul a {
        text-decoration: none;
        font-size: 1.2rem;
        color: #344645;
    }

        #dir-list ul a:hover {
            color: #0F7771;
        }
#header-scholarship-directory {
    width: 100%;
    max-width: 1150px;
    margin: 15px auto 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.student-slides-container .slick-current, .student-slides-container .slick-current + div + div {
    box-shadow: 0px 5px 45px rgba(15, 119, 113, 0.05);
}

    .student-slides-container .slick-current + div {
        box-shadow: 0px 5px 45px rgba(15, 119, 113, 0.12);
    }
.winners-grid {
    padding-top: 100px;
}
.winners-grid div:nth-child(1) > h2 {
    font-size: 3rem;
    font-weight: 400;
}
.textWithUnderline {
display: flex;
flex-direction: column;
}
.winners-grid #spn-winners {
font-weight: 900;
max-width: fit-content;
}
.directory-item-header {
    margin: 35px 0 25px 0;
    grid-column-start: 1;
    grid-column-end: span 2;
}
img.in-house-rectangle-add {
    margin-top: 30px;
}
@media(max-width:1250px) {
    #dir-list > div{
        position:initial;
        margin:30px auto;
    }
    .directory-item-header {
        grid-column-start: unset;
        grid-column-end: unset;
    }



}
@media(max-width:1000px) {
    #dir-list {
        padding-top: 50px;
    }
    #dir-list > div > div {
        margin:0;
    }
    #dir-list ul {
        width:auto;
    }
    #dir-list > div > div {
        width: auto;
    }
}


@media(max-width:834px) {
   
}

@media(max-width:600px) {
    #dir-list {
        padding-top: 0;
        background-color: #F2FFFE;
    }
    #dir-list > div > div {
        background-color: #F2FFFE;
        display:block;
    }
    #dir-list ul {
        background-color: #F2FFFE;
    }
    #dir-list h4 {
        margin: 0 0 0 10px;
    }
    .section-background6{
        height:auto;
    }
    .sponsored-scholarships > h2 {
        font-size: 2rem;
    }
    .winners-grid {
        position: initial;
    }
    .winners-grid > div:first-child {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 50px;
    }

    .winners-grid div:nth-child(1) > h2 {
        text-align: center;
        font-size: 2rem;
    }

    .textWithUnderline {
        align-items: center;
    }
    .animate-long-underline {
        width: 75%;
    }

    #award-grid tbody tr {
        height: unset;
        margin: 0 5px 25px 5px;
        padding: 5px 0;
        display: flex;
        flex-wrap: wrap;
    }

    #award-grid tr > th:nth-child(2), #award-grid tr > td:nth-child(2) {
        padding-left: unset;
    }
    #award-grid tr > th:nth-child(2) {
        width: 100%;
    }
    #award-grid tr > td:nth-child(2) {
        font-size: 1.25rem;
        width: 100%;
    }
    #award-grid, #award-grid td, #award-grid tr, #award-grid th {
        display: block;
        text-align: left;
        -webkit-border-vertical-spacing: 0;
    }

        #award-grid th, #award-grid td {
            margin: 0;
            padding-left: 25px;
        }

        #award-grid td {
            margin: 10px;
            list-style: none;
            display: list-item;
            padding-left: 0;
        }
        #award-grid td label{
            display:block;
        }
        #award-grid thead {
            display: none;
        }

        #award-grid tr > td:nth-child(1) {
            display:none;
        }

    }