/* ISI 1314 Specific Styles */

/* Fix for expanded ISI content scrolling */
.sec-innercontent.Newactive .scroll-content {
    height: auto !important;
    max-height: 80vh !important;
    overflow-y: auto !important;
    padding-right: 15px;
}

.sec-innercontent.Newactive .scroll-content::-webkit-scrollbar {
    width: 8px;
}

.sec-innercontent.Newactive .scroll-content::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.sec-innercontent.Newactive .scroll-content::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.sec-innercontent.Newactive .scroll-content::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.arrow-navstrip.sticky-nav ~ .content-wrapper .scroll-content {
    height: auto !important;
    max-height: none !important;
    overflow-y: auto !important;
}