header {
    position: relative;
}

.hide {
    display: none;
}

.tab-content {
    padding: 25px;
}

.tab-content-au {
    padding: 25px;
    margin-left: 200px;;
}

#alumni-tabs>a, #alumni-tabs>a.nav-link, #scholarships-tabs>a, #scholarships-tabs>a.nav-link, #material-tabs>a, #material-tabs>a.nav-link {
    position: relative;
    display: inline-block;
    text-decoration: none;
    padding: 40px 20px 13.5px!important;
    font-family: NimbusSans!important;
    font-size: 19px!important;
    font-weight: 600;
    color: #424f5a;
    text-align: center;
    line-height: normal!important;
}

#alumni-tabs, #scholarships-tabs {
    position: relative;
    display: block;
    padding: 0;
}

#alumni-tabs>a.active {
    font-weight: 700;
    outline: none;
    color: var(--pumpkin-orange);
}

#alumni-tabs>a:not(.active):hover {
    background-color: inherit;
    color: var(--pumpkin-orange);
}

#alumni-tabs>a.active {
    border-bottom: solid 4px var(--pumpkin-orange);
}

#scholarships-tabs>a.active {
    font-weight: 700;
    outline: none;
    color: var(--marine);
}

#scholarships-tabs>a:not(.active):hover {
    background-color: inherit;
    color: var(--marine);
}

#scholarships-tabs>a.active {
    border-bottom: solid 4px var(--marine);
}

#material-tabs {
    position: relative;
    display: block;
    padding: 0;
    /*border-bottom: 1px solid #e0e0e0; */
}

#material-tabs>a.active {
    font-weight: 700;
    outline: none;
    color: #f58400;
}

#material-tabs>a:not(.active):hover {
    background-color: inherit;
    color: #f58400;
}

.tab-indicator {
    position: absolute;
    z-index: 10;
    bottom: 0;
    height: 3px;
    background: #f58400;
    display: block;
    left: 0;
    transition: left .2s ease;
    -webkit-transition: left .2s ease;
}

#tab1-tab.active~span.tab-indicator {
    left: 0;
    width: 200px;
}

#tab2-tab.active~span.tab-indicator {
    left: 190px;
    width: 140px;
}

#tab3-tab.active~span.tab-indicator {
    left: 330px;
    width: 240px;
}

#material-tabs>a.active {
    border-bottom: solid 4px var(--pumpkin-orange);
}

nav#material-tabs {
    height: auto!important;
}

@media all and (max-width: 767px) {
    .show-on-large-only {
        display: none!important;
    }
    
    .hide-on-large {
        display: block!important;
    }
    
    .hide-on-mobile {
        display: none!important;
    }
    
    .show-on-medium-only {
        display: none!important;
    }
    
    .show-on-small-only {
        display: block!important;
    }
    
    .sticky-top.sticky-header.sidebar {
        top: 118px;
        background-color: white;
        margin-right: -10px;
        margin-left: -10px;
        z-index: 1019;
    }
}

@media only screen and (max-width: 520px) {
    .nav-tabs#material-tabs>li>a {
        font-size: 11px;
    }
}

@media all and (min-width: 768px) and (max-width: 1365px) {
    .show-on-large-only {
        display: none!important;
    }
    
    .hide-on-large {
        display: block;
    }
    
    .show-on-medium-only {
        display: block!important;
    }
    
    .show-on-small-only {
        display: none!important;
    }
    
    .container.main-wrapper {
        margin-top: 109px!important;
    }
    
    .sticky-top.sticky-header.sidebar {
        top: 150px;
        background-color: white;
        margin-right: -10px;
        margin-left: -10px;
        z-index: 1019;
    }
}

@media all and (min-width: 1366px) {
    .show-on-large-only {
        display: block;
    }
    
    .hide-on-large {
        display: none!important;
    }
    
    .show-on-medium-only {
        display: none!important;
    }
    
    .show-on-small-only {
        display: none!important;
    }
    
    .sticky-header {
        top: 89px!important;
        background-color: white;
        margin-right: -10px;
        margin-left: -10px;
        z-index: 1019;
    }
}