@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
body {
    font-family: "Roboto",Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    overflow-x: hidden;
}

h5 {
    font-size: 14px;
}


.nms-15 {
    margin-left: -15px;
}

.nme-15 {
    margin-right: -15px;
}

.nmx-15 {
    margin-left: -15px;
    margin-right: -15px;
}

.hidden {
    display: none !important;
    visibility: hidden !important
}

.btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad
    }

    .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
        background-image: none
    }

    .btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
        background-color: #fff;
        border-color: #ccc
    }

    .btn-default .badge {
        color: #fff;
        background-color: #333
    }
/* Navbar styling start */

.nav > li {
    position: relative;
    display: block;
}

    .nav > li > a {
        position: relative;
        display: block;
    }

        .nav > li > a:hover, .nav > li > a:focus {
            text-decoration: none;
        }

.nus-quicklinks ul.box > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
    text-decoration: none;
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

.nus-main-nav {
    min-height: 50px;
    padding-top: 0;
    padding-bottom: 0;
}

    .nus-main-nav .container #container {
        height: 50px;
    }

        .nus-main-nav .container #container .nus-megamenu {
            height: 100%;
        }

            .nus-main-nav .container #container .nus-megamenu .navbar-nav {
                flex-direction: row;
                height: 100%;
            }

                .nus-main-nav .container #container .nus-megamenu .navbar-nav .dropdown {
                    height: 100%;
                }

                    .nus-main-nav .container #container .nus-megamenu .navbar-nav .dropdown .dropdown-menu {
                        position: absolute;
                        top: 96%;
                        left: 0;
                        z-index: 1000;
                        display: none;
                        float: left;
                        min-width: 160px;
                        padding: 5px 0;
                        margin: 2px 0 0;
                        font-size: 14px;
                        text-align: left;
                        list-style: none;
                        background-color: #fff;
                        -webkit-background-clip: padding-box;
                        background-clip: padding-box;
                        border: 1px solid #ccc;
                        border: 1px solid rgba(0,0,0,.15);
                        border-radius: 4px;
                        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
                        box-shadow: 0 6px 12px rgba(0,0,0,.175)
                    }

                        .nus-main-nav .container #container .nus-megamenu .navbar-nav .dropdown .dropdown-menu .col-lg-3 {
                            border-right: none !important;
                        }

.nus-megamenu a {
    text-decoration: none;
}

.nus-megamenu .navbar-nav > li > a {
    height: 100%;
    display: block;
    text-decoration: none;
}

.nus-main-nav .container #container .nus-megamenu .nav li a span {
    height: 100%;
    display: flex;
    align-items: center;
}

.nus-megamenu .navbar-nav > li > a:hover span::after,
.nus-megamenu .navbar-nav > li.active > a span::after {
    /*        content: "";
        box-shadow: inset 0 -3px 0 #ef7c00;
        border-bottom: 3px solid #ef7c00;
        width: 100%;
        float: left;
        margin-top: -3px;*/
    display: none;
}

#nus-sidebar-off-canvas .body .nus-module .nav-pills {
    flex-direction: column;
}

#nus-sidebar-off-canvas .nav > li > a {
    padding: 15px 35px;
}

.nus-mobile-nav a {
    text-decoration: none;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2
}

/* Navbar styling end */

/* Feature banner start */
#feature-banner {
    padding-left: 0;
    padding-right: 0;
}

.fade.in {
    opacity: 1;
}
/*Feature banner end */

/* Jumbotron start */

.jumbotron {
    padding: 30px 15px;
    margin-bottom: 30px;
    color: inherit;
    /*    background-color: #eee*/
}

    .jumbotron h1, .jumbotron .h1 {
        color: inherit
    }

    .jumbotron p {
        margin-bottom: 15px;
        font-size: 21px;
        font-weight: 200
    }

    .jumbotron > hr {
        border-top-color: #d5d5d5
    }

.container .jumbotron, .container-fluid .jumbotron {
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding: 48px 0
    }

    .container .jumbotron, .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px
    }

    .jumbotron h1, .jumbotron .h1 {
        font-size: 63px
    }
}

/* Jumbotron end*/

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto
}

#nus-highlights .tab-content .tab-pane .col-md-6 {
    width: 100% !important;
}

.staffawards .leaderboard {
    padding-left: 0;
    padding-right: 0;
}

.latest .sfitemsListTitleDateTmb {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

@media(min-width:768px) {
    .latest .sfitemsListTitleDateTmb {
        flex-direction: row;
    }
}

.our-people .story-lists {
    padding-left: 0;
    padding-right: 0;
}

@media(min-width:768px) {
    .our-people .story-lists .bxslider {
        display: flex;
    }
}

.nus-quicklinks .nav-pills {
    flex-direction: row;
}

.nav-pills {
    flex-direction: column;
}

#nus-sidebar-off-canvas .nav > li > a {
    display: block;
    text-decoration: none;
}

.faicon.fa-search {
    text-decoration: none;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
}

.nav.level2 {
    flex-direction: column;
}

/* Bootstrap class overrides start */
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

a {
    text-decoration: none;
}

.img-circle {
    border-radius: 50%;
}

.container {
    width: 100%;
    /*    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto*/
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container, .container-lg {
        max-width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1170px;
    }
}

hr {
    opacity: 1;
}

#myModal .btn:hover {
    color: #FFF;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-backdrop {
    background-color: initial;
    z-index: initial;
}

.border-collapse-initial {
    border-collapse: initial !important;
}

.panel-heading {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
}

    .panel-heading .panel-title {
        margin-bottom: 0;
    }

.panel-group .panel + .panel {
    margin-top: 5px;
}

.panel-group .panel-heading + .panel-collapse > .panel-body {
    padding: 1rem;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
    border: 1px solid #ddd;
}


/*.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}*/

/* Bootstrap class overrides end */
