.cc-tab-container{
    background: #074e8c;
    height:600px;
    margin-top: 20px;
}
.cc-tab{
    background: #074e8c;
    font-size: 15px;
    color: #fff;
    height: 200px;
    text-align: center;
    letter-spacing: .5px;
    text-transform: uppercase;
    font-family: 'lexia';
    font-weight: 600;
    line-height: 21px;
    opacity: .4;
    position: relative;
    cursor: pointer;
}
cc-tab-menu {
    display: block;
}
.cc-tab span {
    display: block;
}
.cc-tab.active, .cc-tab:hover {
    opacity: 1;
    cursor: pointer;
    background-color: #06447a;
}
.cc-tab.active:after, .cc-tab.active::after {
    content:'';
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -10px;
    width: 0;
    height: 0;
    border-right: solid 10px #fff;
    border-top: solid 10px transparent;
    border-bottom: solid 10px transparent;
}
.cc-sep {
    height:1px;
    width: 100%;
    display: block;
    background-color: #3a6c90;
}
.cc-icon {
    width: 80px;
    margin-top: 25px;
    fill: #f49644;
}
#cc-tab-2 .cc-icon {
    width: 100px;
}
#nus .cc-content-wrapper {
    padding-left:30px;
    padding-bottom: 40px;
    background-color: #fff;
    min-height: 640px;
    border-top: 3px solid #f49644;
}
#nus .cc-content h3, #nus .cc-content h5 {
    margin-top: 40px;
}
#cc-content-2, #cc-content-3{
    display: none;
}
#nus .text-quote .content {
    font-size: 17px;
    font-family: minion-pro;
    color: #084d89;
    line-height: 25px;
    padding: 20px 0;
    color: #333;
    background: url(../images/apos.png) no-repeat top left;
    padding: 10px 5% 0 45px;
}
#nus .text-quote .by {
    margin-top: 50px;
    padding-left: 45px;
    letter-spacing: 1.2px;
    font-weight: 800;
    text-transform: uppercase;
}
#nus .ynus_stantemp .wrapper.detail .col1 ul.teaching-fac {
    list-style: none;
    margin-top: 35px;
    padding-left: 20px;
}
#nus .ynus_stantemp .wrapper.detail .col1 ul.teaching-fac li {
    margin-bottom: 15px;
    width: 100%;
}
#nus .ynus_stantemp .wrapper.detail .col1 ul.teaching-fac li a {
    text-decoration: none;
}
#nus .ynus_stantemp .wrapper.detail .col1 ul.teaching-fac li .img {
    display: inline-block;
    float: left;
    width: 50px;
    height: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 99em;
    -webkit-border-radius: 99em;
    -moz-border-radius: 99em;
    margin-right: 20px;
}
#nus .ynus_stantemp .wrapper.detail .col1 ul.teaching-fac li .info {
    float: left;
}
#nus .ynus_stantemp .wrapper.detail .col1 ul.teaching-fac li h5.name {
    margin-top: 0;
}
#nus .ynus_stantemp .wrapper.detail .col1 ul.teaching-fac li p {
    margin-top: 5px;
}
#nus .ynus_stantemp .wrapper.detail .col2.side-cc {
    width: 100%;
    float: none;
    font-size: 16px;
}
#nus .ynus_stantemp .wrapper.detail .col2.side-cc > ul.sidebarNav {
    width: 100%;
    float: none;
}
#nus .ynus_stantemp .wrapper.detail .col2.side-cc > ul.sidebarNav > li,
#nus .ynus_stantemp .wrapper.detail .col2.side-cc > ul.sidebarNav > li ul.sub-menu {
    width: 100%;
}
#nus .ynus_stantemp .wrapper.detail .col2.side-cc > ul.sidebarNav > li ul.sub-menu > li {
    margin: 0;
}
#nus .ynus_stantemp .wrapper.detail .col2.side-cc > ul.sidebarNav > li ul.sub-menu > li a {
    padding: 10px 0 8px 20px;
    font-family: 'minion pro';
    font-size: 16px;
    line-height: 22px;
    border-bottom: 1px solid #ccc;
    position: relative;
}
#nus .ynus_stantemp .wrapper.detail .col2.side-cc > ul.sidebarNav > li ul.sub-menu > li a:before {
    font-family: 'Linearicons-Free';
    font-size: 10px;
    color: #f49644;
    content: "\e876";
    margin-right: 10px;
    position: absolute;
    left: 0;
}
#nus .ynus_stantemp .wrapper.detail .col2.side-cc > ul.sidebarNav > li ul.sub-menu > li a:hover {
    background: none;
    color: #084d8c;
    opacity: 1;
    border-color: #f49644;
}
#nus a.open-button, #nus .close-button {
    display: none;
}
@media only screen and (max-width: 739px) {
    .cc-tab-container {
        height: auto;
    }
    .cc-tab-menu {
        background: #074e8c;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 99;
        min-height: 390px;
        display: none;
    }
    .cc-tab {
        text-align: left;
        padding-left: 15px;
        height: 100px;
        display: block;
        opacity: .7;
        width: 100%;
    }
    .cc-icon {
        float: left;
        margin-top: 0;
    }
    .cc-tab span {
        float: left;
        padding-top: 30px;
        padding-left: 20px;
    }
    #cc-tab-1 .cc-icon, #cc-tab-3 .cc-icon {
        margin-left: 10px;
        margin-top: 10px;
    }
    #nus .close-button {
        padding: 0 20px 25px;
        background-color: #074e8c;
        opacity: .9;
        display: block;
    }
    #nus a.open-button, #nus .close-button a {
        display: inline-block;
        line-height: 22px;
        margin: 30px 0 0;
        vertical-align: middle;
        text-transform: uppercase;
        font-size: 16px;
        font-family: 'lexia';
        font-weight: 600;
        color: #f49644;
        text-decoration: none;
        position: relative;
        padding-left: 30px;
    }
    #nus .row .close-button a {
        color: #fff;
    }
    #nus a.open-button:after, #nus .close-button a:after {
        font-family: 'Linearicons-Free';
        font-size: 17px;
        content: "\e888";
        position: absolute;
        left: 0;
    }
    #nus .close-button a:after {
        content: "\e889";
    }
    #nus .cc-content-wrapper {
        padding: 0 5%;
    }
    #nus .ynus_stantemp .wrapper.detail .col1 ul.teaching-fac {
        padding-left: 0;
    }
    #nus .ynus_stantemp .wrapper.detail .col1 ul.teaching-fac li .info {
        width: calc(100% - 70px);
    }
}