:root {
    scroll-behavior: smooth;
}

.table-title {
    border: 1px solid;
    border-bottom: 0;
    text-align: center;
    padding: 0.5rem;
    font-weight: bold;
}

.fsdi-sub-text {
    font-size: 1.5rem;
    margin-top: 0;
}

.fixed-table {
    table-layout: fixed;
    width: 100%;
}
.fixed-table th,
.fixed-table td {
    white-space: normal;
    word-wrap: break-word;
}

.p-bottom-0 {
    padding-bottom: 0px;
}

.p-top-0 {
    padding-top: 0px;
}

.m-top-0 {
    margin-top: 0 !important;
}

.nsw-loader-custom {
    display: none;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    align-items: center;
    justify-content: center;
}

.overflow-hidden {
    overflow: hidden;
}

.img-scale-double {
    transform: scale(1.8);
    transition: transform 0.5s ease;
    width: 100%;
    height: auto;
}

blockquote {
    border-left: 0;
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 0;
    padding: 0;
    max-width: 100%;
}

.nsw-section {
    position: relative;
}

.TopNav--mosaic {
    position: absolute;
    height: 60px !important;
}

@media (min-width: 62rem) {
    :root {
        scroll-padding-top: 50px;
    }

    /* Sticky Menu Style */
    .nsw-main-nav {
        position: sticky;
        top: 0;
        z-index: 1000;
    }

    .nsw-header {
        transition: top 0.3s;
    }

    .stoplight-full-width {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .hide-on-small-screens {
        display: none;
    }
}