.nopadding {
    padding: 0;
}

.nomargin {
    margin: 0;
}

.nomargintop {
    margin-top: 0;
}

.jumbotron {
    max-width: 1024px;
    margin: 0 auto;
    margin-bottom: 0;
    background: none;
}

.jumbotron h2 {
    font-size: 40px;
    margin-bottom: 20px;
    margin-top: 0
}

.jumbotron p {
    font-size: 18px;
    margin-bottom: 0
}

h3 {
    font-size: 20px;
    font-weight: normal
}

@media screen and (max-width: 767px) {

    h3 {
        font-size: 24px;
    }

    #nus-highlights .headline p.small {
        line-height: 2.5;
    }
}

.owl-dots {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-bottom: 20px;
}

a.learn-more,
a.learn-more:visited {
    padding: 6px 18px;
    border-radius: 5px;
    background: transparent;
    color: #fff;
    border-color: #fff;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    transition: all ease 0.2s;
}

a.learn-more:hover {
    color: #376ba5;
    box-shadow: inset 123px 0 0 0 #fff;
}

#nus-highlights,
#president,
#instagram,
#thought-leadership {
    padding-top: 30px;
}

@media screen and (max-width: 767px) {

    #nus-highlights,
    #president,
    #instagram,
    #thought-leadership {
        padding-top: 25px;
    }
}

.visible-non-desktop {
    display: none !important;
}

.visible-desktop {
    display: block !important;
}

@media screen and (max-width: 991px) {

    .visible-non-desktop {
        display: block !important;
    }
    .visible-desktop {
        display: none !important;
    }
}

#feature-banner .headline {
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
    padding: 10px 20px 20px 20px;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.7) 100%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.7) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.7) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0);
}

#feature-banner .headline h1 {
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    font-size: 52px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 1024px) {

    #feature-banner .headline {
        padding-bottom: 15px;
    }
    #feature-banner .headline h1 {
        font-size: 42px;
    }
}

@media screen and (max-width: 767px) {

    #feature-banner .headline {
        padding-bottom: 5px;
    }
    #feature-banner .headline h1 {
        font-size: 22px;
    }
}

#feature-banner .owl-theme .owl-dots .owl-dot span {
    width: 80px;
    height: 3px;
    background: black;
}

#feature-banner .owl-theme .owl-dots .owl-dot.active span,
#feature-banner .owl-theme .owl-dots .owl-dot:hover span {
    background: white;
}

@media screen and (min-width: 992px) {

    #nus-highlights .owl-item {
        width: auto !important;
        float: none;
        display: inline;
    }

    #nus-highlights .owl-stage {
        width: 100% !important
    }
}

#nus-highlights a {
    display: block;
}

#nus-highlights .headline {
    background: white;
    color: #333;
    display: inline-block;
    padding: 20px;
    z-index: 2;
    position: relative;
}

#nus-highlights .headline h3 {
    margin-top: 0;
    color: #616161;
}

#nus-highlights .headline p {
    margin-bottom: 0;
    color: #555555;
}

#nus-highlights .headline .arrow {
    background: url(../images/homepage/gt-arrow.png) 8px top no-repeat;
    padding-left: 38px;
    background-size: 14px 26px;
}

#nus-highlights .img1 .headline,
#nus-highlights .img3 .headline {
    border-right: 1px solid #ddd;
}

#nus-highlights .headline p.small.pull-right {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.nus-orange-text {
    color: #ef7c00;
    opacity: 0.7;
}

#nus-highlights .nav-tabs>li {
    display: inline-block;
    float: none;
}

#nus-highlights .nav-tabs,
#nus-highlights .nav-tabs>li a {

    border: none;
}

#nus-highlights .nav-tabs>li a {
    line-height: 125%;
    font-size: 16px;
    border: 1px solid #f27c36;
    color: #f27c36;
    border-radius: 5px;
    min-width: 110px;
    padding: 10px 20px;
    margin: 0 5px 50px 5px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

#nus-highlights .nav-tabs>li a i {
    font-size: 18px;
}

#nus-highlights .nav-tabs>li.active a,
#nus-highlights .nav-tabs>li a:hover {
    background: rgb(242, 124, 54);
    color: white;
}

#nus-highlights .effect {
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.16), 0 0px 10px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 991px) {

    #nus-highlights .headline {
        position: relative;
        width: 100% !important;
        height: auto !important;
        padding-bottom: 0;
    }

    #nus-highlights .img1 .headline,
    #nus-highlights .img3 .headline {
        border-right: none
    }

    #nus-highlights .headline p.small.pull-right {
        position: initial;
        margin-top: 10px;
    }

    #nus-highlights .owl-dots {
        position: relative;
    }

    #nus-highlights .owl-theme .owl-dots .owl-dot.active span,
    #nus-highlights .owl-theme .owl-dots .owl-dot:hover span {
        background: #ccc;
    }

    #nus-highlights .effect {
        box-shadow: none;
    }
}

#president .caption {
    position: absolute;
    top: 25px;
    right: 0;
    color: #fff;
    background: #376ba5;
    padding: 37px;
    width: 50%;
}

@media screen and (max-width: 991px) {

    #president .caption {
        top: 0;
        height: 284px;
    }
}

@media screen and (max-width: 767px) {

    #president .jumbotron {
        background: #f8f8f8;
        padding-top: 55px;
    }

    #president .caption {
        position: relative;
        width: 100%;
        top: 0;
        text-align: center;
        height: auto;
    }
}

#president a.learn-more:hover {
    color: #376ba5;
}

#instagram .time {
    background: black;
    color: white;
    display: inline-block;
    padding: 3px 9px;
    position: absolute;
    bottom: 0;
    display: none;
}

#instagram .icon.carousel {
    background-image: url(https://www.instagram.com/static/bundles/sprite_core.png/fb48443ec9d3.png);
    background-repeat: no-repeat;
    background-position: -238px -251px;
    height: 47px;
    width: 47px;
    position: absolute;
    z-index: 1;
    right: 0;
}

#instagram .icon.video {
    background-image: url(https://www.instagram.com/static/bundles/sprite_core.png/fb48443ec9d3.png);
    background-repeat: no-repeat;
    background-position: -177px -82px;
    height: 48px;
    width: 48px;
    position: absolute;
    z-index: 1;
    right: 0;
}

#instagram .owl-carousel:before {
    content: "";
    background: url(../images/homepage/instagram-shadow-top.png) top center no-repeat;
    height: 15px;
    width: 100%;
    position: absolute;
    z-index: 1;
    background-size: cover;
}

#instagram .owl-carousel:after {
    content: "";
    background: url(../images/homepage/instagram-shadow-bottom.png) bottom center no-repeat;
    height: 15px;
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0;
    background-size: cover;
}

#thought-leadership .headline {
    color: white;
    padding: 24px;
}

#thought-leadership a.learn-more:hover {
    color: #d26649;
}

#thought-leadership .left-gradient {
    background: #e98f2e;
    background: linear-gradient(to right, #e98f2e, #d36844);
    background: -webkit-linear-gradient(left, #e98f2e, #d36844);
    background: -o-linear-gradient(right, #e98f2e, #d36844);
    background: -moz-linear-gradient(right, #e98f2e, #d36844);
}

#thought-leadership .right-gradient {
    background: #d26649;
    background: linear-gradient(to right, #d26649, #b5366b);
    background: -webkit-linear-gradient(left, #d26649, #b5366b);
    background: -o-linear-gradient(right, #d26649, #b5366b);
    background: -moz-linear-gradient(right, #d26649, #b5366b);
}

@media screen and (max-width: 767px) {

    #thought-leadership .nopadding {
        border-right: none !important;
        border-left: none !important;
    }
}

#nus-highlights .hover,
#thought-leadership .hover,
#instagram .hover {
    display: block;
}


/* Circle */
html.no-touch #nus-highlights .hover,
html.no-touch #thought-leadership .hover {
    position: relative;
    overflow: hidden;
    display: block;
}

html.no-touch #nus-highlights .hover::before,
html.no-touch #thought-leadership .hover::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

html.no-touch #nus-highlights .hover:hover::before,
html.no-touch #thought-leadership .hover:hover::before {
    -webkit-animation: circle 1.2s;
    animation: circle 1.2s;
}

@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}


/* Zoom In */
html.no-touch #instagram .hover {
    position: relative;
    overflow: hidden;
    display: block;
}

html.no-touch #instagram .hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

html.no-touch #instagram .hover:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/* Event */
@media print {
    .newsfeed-events .col-item {
        width: 50%;
    }
}

.newsfeed-events .newsfeed-item {
    display: inline-block;
    margin: 20px 0;
}

.newsfeed-events .newsfeed-cal {
    text-align: center;
    width: 70px;
    float: left;
    display: inline-block;
}

@media print {
    .newsfeed-events .newsfeed-cal {
        border: 1px solid #ddd;
        width: 55px;
    }
}

.newsfeed-events .newsfeed-cal .newsfeed-caldate {
    background: #003d7c;
    color: #ffffff;
    font-size: 36px;
    font-weight: 200;
}

@media print {
    .newsfeed-events .newsfeed-cal .newsfeed-caldate {
        font-size: 22px;
    }
}

.newsfeed-events .newsfeed-cal .newsfeed-calday {
    background: #003d7c;
    color: #ffd2a3;
    font-size: 14px;
    font-weight: 200;
    padding: 3px 0;
    text-transform: uppercase;
}

@media print {
    .newsfeed-events .newsfeed-cal .newsfeed-calday {
        font-size: 12px;
    }
}

.newsfeed-events .newsfeed-details {
    margin-left: 90px;
}

@media print {
    .newsfeed-events .newsfeed-details {
        margin-left: 70px;
    }
}

.newsfeed-events .newsfeed-details .feed-title {
    color: #555555;
    margin-top: 0;
    line-height: 1.2;
    font-weight: 300;
}

.newsfeed-events .newsfeed-details .feed-text {
    color: #999999;
    font-size: 14px;
    font-weight: 300;
}

@media print {
    .newsfeed-events .visible-md-block {
        display: none !important;
    }
}

@media print {
    .newsfeed-events .visible-sm-block {
        display: block !important;
    }
}

.section-home-events.section-footer {
    padding-top: 40px;
    text-align: center;
}

@media print {
    .section-home-events.section-footer {
        padding-top: 20px;
    }
}

.section-footer {
    padding-bottom: 120px;
}