<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.summer-experience ul {
    text-align: center;
    list-style: inside;

}
.summer-experience ul li {
    margin:0;
    padding:0 1em;
}

.summer-experience .top .icon-modal .title h3 {
font-size:1.875rem;
}

.content .summer-experience ul li::before {content:none;}

.content .two-columns ul {
    column-count:2;
    column-gap: 2rem;
}

body {
    color: black !important;
}

.list-grid {
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
}

.legend .grid {
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: 55px 1fr;
}

.legend .grid .grid&gt;div:nth-child(2) {
    margin-top: -4px;
}

.legend {padding:3em 0 0 0;}

.box {
    width: 40px;
    height: 20px;
    border: 1px solid rgba(0, 0, 0, .2);
}

.gold {
    background: #C99700;
}

.blue {
    background: #0C2340;
}

.light-blue {
    background: #69B3E7;
}

.light-grey {
    background: #BDBEC0;
}

.dark-grey {
    background: #7F8082;
}

.darker-grey {
    background: #535455;
}

.brand-color {
    color: #0c2340;
    font-weight: bold;
}

span.a {
    display: inline;

    width: 100px;
    height: 100px;
    padding: 5px;
    border: 1px solid blue;
    background-color: yellow;
}

.handshake-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 3rem;
}
.handshake-item {
    text-align: center;
    font-size: 1.5rem;
}
.number {
    margin: 0 auto 2rem;
    border: 1px solid #0c2340;
    background: #69B3E7;
    border-radius: 100%;
    font-size: 3.25rem;
    font-weight: 700;
    width: 160px;
    height: 160px;
    display: grid;
    justify-content: center;
    align-items: center;
}

@media screen and (min-width: 901px) {
    body {
        /* background-color: lightgreen; */
    }

    .canvas-container {
        display: grid;
        grid-auto-columns: 1fr;
        grid-template-columns: 1fr 50px 1fr;
        gap: 0px 0px;
    }

}


@media screen and (max-width: 768px) {
    body {
        /* background-color: red; */
    }
    .content .two-columns ul {
        column-count:1;
    }
    .canvas-container {
        /* display: grid;
        grid-auto-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 0px 0px; */
        display: block;
    }

    .degree-container {
        display: block;
    }

    a.degree-title {
        font-size: 1.1em;
        margin: 4em 0;
    }

    .degree-container-1 {
        display: block;
    }

    .degree-title-1 {
        font-size: 1.1em !important;
        margin: 4em 0 !important;
    }

    .list-grid {
        display: block;
    }

    .handshake-container {
    
        grid-template-columns: 1fr;
        grid-gap: 2rem;
    }
}</pre></body></html>