<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Common styles */
.rounded-img {
    border-radius: 8px;
}

.section-heading {
    display: block !important;
    padding-bottom: 3rem;
}

/* Cover Story Section */
.cover-story-text a {
    color: #000;
}

.cover-story-text a:hover {
    text-decoration: none !important;
}

.link-block {
    opacity: 0;
    display: block;
    position: absolute;
    z-index: 99;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 0px;
}

@media (min-width:992px) {
    #cover-story-container {
        position: relative;
        color: #fff;
    }
    
    .cover-story-img {
        position: relative;
        display: inline-block;
    }
        
    .cover-story-img img {
        display: block;
        width: 100%;
    }
        
    .cover-story-img:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: inline-block;
        background: linear-gradient(to right, rgba(0,0,0,0),rgba(0,0,0,0),rgba(0,0,0,1));
        border-radius: 8px;
    }
        
    .cover-story-text {
        position: absolute;
        top: 20%;
        right: 5%;
        z-index: 2;
    }
        
    .cover-story-text p {
        max-width: 480px;
    }
        
    .cover-story-text a {
        color: #fff;
    }
}

/* Table of Contents */
#toc {
   padding-bottom: 0; 
   padding-top: 0;
}

#toc .section-heading {
    padding-bottom: 0;
}

.toc-container {
    display:flex;
}

.bi-plus-circle-fill, .bi-dash-circle-fill {
    color: #000; 
    font-size: 2.4rem; 
    padding-right: 1rem;
}

.toc-title {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: bold;
    color: #000; 
}

@media screen and (max-width: 767px) {
    .toc-container {
        flex-wrap: wrap;
    }
}


/* President's letter section

.president-letter {
    max-width: 1260px;
    margin-left: auto;
    margin-right: auto;
}
    
.president-title {
    position: relative;
}

.president-title:after {
    content: '';
    width: 90px;
    border-bottom: 6px solid #C8102E;
    position: absolute;
    bottom: 2rem;
    right: 47%;
}
</pre></body></html>