h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 200;
    line-height: 1.1;
    color: inherit;
}

/***************
	NUS - BANNER
***************/
.nus-banner {
    padding: 0;
    margin: 0;
    background: #003d7c;
}

.nus-banner img {
    width: 100%;
}

.nus-banner .btn-primary {
    background: #ef7c00;
    border-color: #ff6600;
}

.nus-banner .carousel .item {
    height: 500px;
    background: #003d7c;
}

.nus-components {
    margin-top: 0px;
    margin-bottom: 11px;
}

@media screen and (max-width: 1017px) {
    .nus-components {
        margin-top: 20px !important;
    }
}

@media screen and (max-width:767px) {
    .nus-banner {
        margin-bottom: 30px;
    }
}

.nus-components.item-page2 {
    min-height: 500px;
}

.nus-components div[class*="col-"] {
    margin-bottom: 30px;
}

.nus-components .page-header {
    margin-top: 0;
}

.nus-components h2 {
    margin: 0 0 20px 0;
    color: #003062;
    font-weight: bold;
}

.nus-components .table2 {
    border: 0;
}

.nus-components h3 {
    margin: 0 0 20px 0;
    color: #003062;
    font-weight: bold;
    font-size: 22px;
}

/***********************************
	FEATURED - ARTICLES - HOMEPAGE
************************************/
.nus-featured-articles {
    margin: 40px 0;
}

.nus-featured-articles img {
    width: 100%;
}

.nus-featured-articles .row>div {
    margin: 0 0 20px 0;
}

@media screen and (max-width:767px) {
    .nus-featured-articles {
        margin: 0 0 40px 0;
    }

    .nus-featured-articles .intro-image {
        text-align: center;
    }

    .nus-featured-articles img {
        width: inherit;
    }

    .nus-components {
        margin-top: 20px;
    }
}

/***********************************
	FEATURETTE
***********************************/
.featurette-heading {
    font-size: 50px;
}

.featurette-divider {
    margin: 80px 0;
}

.featurette {
    vertical-align: middle;
}

.featurette-image {
    max-width: 100%;
}

@media screen and (max-width:991px) {
    .featurette {
        text-align: center;
    }
}

/**********************************
	MASTHEAD
**********************************/
.nus-jumbotron {
    background: transparent;
    text-align: center;
    border-radius: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

.nus-footer .module-inner .custom {
    margin-bottom: 1em;
}

@media screen and (min-width: 1280px) {
    .nus-footer .navigator>.col-md-2:nth-child(3) {
        width: 260px;
        padding-right: 0;
    }

    .nus-footer .navigator>.col-md-2:nth-child(4) {
        width: 117px;
        padding-right: 0;
    }

}

.nus-social-box .module-ct .wechat-block {
    position: absolute;
    top: -102px;
    left: 72px;
    background: rgba(245, 130, 32, 0.75);
    padding: 1em;
    text-align: center;
    display: none;
}

.nus-footer .nus-social-box .module-ct .wechat-block .textbox {
    font-size: 12px;
    color: #FFFFFF;
    line-height: 15px;
    margin-bottom: 0.5em;
}

#wechatLink:focus,
#wechatLink:active,
#wechatLink:visited,
.footer-icons:focus,
.footer-icons:active,
.footer-icons:visited {
    background-color: #FFFFFF !important;
}

.nus-footer .nus-social-box .module-ct .wechat-block:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-top-color: rgba(245, 130, 32, 0.75);
    border-width: 12px;
    margin-left: -12px;
}

.nus-search-box.collapse.show {
    display: block;
    visibility: visible;
}

.fade.show {
    opacity: 1;
}

.collapse.show {
    display: block;
    visibility: visible;
}

.override-tab-pane.show {
    visibility: visible;
}