/** === GENERAL === */

body .custom-body {
    font-size: 17px;
    color: #002e65;
}

h1 {
    font-size: 62px;
}

h2 { font-weight: bold; }

.bio .heading p,
.masthead .caption p {
    font-size: 24px;
}

.masthead .caption .signoff {
    font-size: 20px;
}

@media screen and (max-width: 992px) {

    h1 {
        font-size: 42px;
    }
}

@media screen and (max-width: 767px) {

    body .custom-body {
        font-size: 15px;
    }

    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 23px;
    }

    .bio .heading p,
    .masthead .caption p {
        font-size: 17px;
    }

    .masthead .caption .signoff {
        font-size: 15px;
    }
}

@media screen and (width: 320px) {
    h2 {
        font-size: 20px;
    }
}

@media screen and (width: 1024px) {
    .second-fold h2 {
        font-size: 23px;
    }
}

a,
a:hover,
a:visited,
a:link,
a:active {
    color: inherit;
}

.second-fold a, .item a { text-decoration: none; }

.nowrap {
    /*white-space: nowrap;*/
}

.nospace {
    margin: 0;
    padding: 0;
}

.nospace_t {
    margin-top: 0;
    padding-top: 0;
}

/** === FOOTER === */

.nus-footer .wrapper {
    padding: 50px 0
}

.nus-footer .nus-social-box .footnav-alt { margin-top: 0;  }
/** === SLIDER === */

.masthead .item {
    max-height: 1050px !important;
}

.masthead .feature_banner {
    position: relative;
    height: 1050px;
}

.masthead .slider1 {
    background: url(/images/default-source/pvo/masthead_1a.jpg) top center no-repeat;
    background-size: cover;
}

.masthead .slider2 {
    background: url(/images/default-source/pvo/masthead_2a.jpg) bottom right no-repeat;
    background-size: cover;
}

.masthead .item img {
    width: 100%;
}

.masthead .caption {
    position: absolute;
    max-width: 650px;
    border-left: 10px solid rgba(250, 250, 250, 0.14);
    margin: 0 0 0 0;
    padding: 0 0 0 20px;
    bottom: 100px;
    left: 60px;
}

.masthead .caption h1 {
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 0;
    padding: 0;
}

.masthead .caption p {
    color: #ef7c00;
}

.masthead .carousel-indicators li,
.masthead .carousel-indicators .active {
    width: 50px;
    height: 20px;
    border-radius: 0;
    border: none;
    margin: 0 3px;
    background-color: transparent !important;
}

.masthead .carousel-indicators li:before,
.masthead .carousel-indicators .active:before {
    background: #dedede;
    content: '';
    height: 3px;
    display: block;
    margin: 0 3px;
}

.masthead .carousel-indicators .active:before {
    background: #666666;
}

.masthead .carousel-indicators li:hover:before {
    background: #666666;
}

@media screen and (max-width: 1920px) {
    .masthead .item {
        max-height: 850px !important;
    }
    .masthead .feature_banner {
        height: 850px;
    }
}

@media screen and (max-width: 767px) {

    .masthead .item {
        max-height: none !important;
    }

    .masthead .feature_banner {
        height: 650px;
    }

    .masthead .slider1 {
        background: url(/images/default-source/pvo/masthead_1a_mobile.jpg) top center no-repeat;
        background-size: cover;
    }
    .masthead .slider2 {
        background: url(/images/default-source/pvo/masthead_2a_mobile.jpg) top right no-repeat;
        background-size: cover;
    }

    .masthead .feature_banner h1 {
        color: white;
        text-transform: uppercase;
        font-weight: bold;
        border-left: 10px solid rgba(0, 0, 0, 0.2);
        margin: 0 0 0 30px;
        padding: 0 20px 0 20px;
        bottom: -4px;
        position: absolute;
        line-height: 1;
    }

    .masthead .caption {
        position: initial;
        border-left: 10px solid rgba(0, 0, 0, 0.2);
        padding: 13px 20px 0 20px;
        margin-left: 30px;
        margin-top: 4px;
    }
}

@media screen and (max-width: 360px) {

    .masthead .feature_banner {
        height: 450px;
    }
}

/** === SECOND FOLD === */

.second-fold {
    background: rgba(18, 71, 148, 1);
    background: -moz-linear-gradient(left, rgba(18, 71, 148, 1) 0%, rgba(67, 185, 199, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(18, 71, 148, 1)), color-stop(100%, rgba(67, 185, 199, 1)));
    background: -webkit-linear-gradient(left, rgba(18, 71, 148, 1) 0%, rgba(67, 185, 199, 1) 100%);
    background: -o-linear-gradient(left, rgba(18, 71, 148, 1) 0%, rgba(67, 185, 199, 1) 100%);
    background: -ms-linear-gradient(left, rgba(18, 71, 148, 1) 0%, rgba(67, 185, 199, 1) 100%);
    background: linear-gradient(to right, rgba(18, 71, 148, 1) 0%, rgba(67, 185, 199, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#124794', endColorstr='#43b9c7', GradientType=1);
    color: white;
    border-top: 12px solid #1d6ba3;
}

.second-fold .col-md-4 {
    padding: 80px 30px;
    max-width: 500px;
    margin: 0 auto;
}

.second-fold .col-md-4.divider {
    padding-left: 0;
    padding-right: 0;
}

.divider>div {
    border-left: 1px solid rgba(250, 250, 250, 0.1);
    border-right: 1px solid rgba(250, 250, 250, 0.1);
    padding: 0 30px;
}

.second-fold h2 {
    margin: 0 0 30px 0;
    text-transform: uppercase;
    background-image: linear-gradient(to right, #ef7c00 0%, #ef7c00 0%);
    background-position: -500px 0;
    transition: background-position 0.3s ease-out;
    background-repeat: no-repeat;
    display: inline-block;
    padding: 0 10px;
}

.second-fold a:hover h2 {
    background-position: 0 0;
}

@media screen and (max-width: 991px) {

    .second-fold {
        background: rgba(18, 71, 148, 1);
        background: -moz-linear-gradient(-45deg, rgba(18, 71, 148, 1) 0%, rgba(67, 185, 199, 1) 100%);
        background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(18, 71, 148, 1)), color-stop(100%, rgba(67, 185, 199, 1)));
        background: -webkit-linear-gradient(-45deg, rgba(18, 71, 148, 1) 0%, rgba(67, 185, 199, 1) 100%);
        background: -o-linear-gradient(-45deg, rgba(18, 71, 148, 1) 0%, rgba(67, 185, 199, 1) 100%);
        background: -ms-linear-gradient(-45deg, rgba(18, 71, 148, 1) 0%, rgba(67, 185, 199, 1) 100%);
        background: linear-gradient(135deg, rgba(18, 71, 148, 1) 0%, rgba(67, 185, 199, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#124794', endColorstr='#43b9c7', GradientType=1);
    }

    .second-fold .col-md-4,
    .divider>div {
        padding: 40px 40px;
        border: none !important;
    }

    .divider>div {
        padding-top: 0;
        padding-bottom: 0
    }

    .divider:before {
        background: rgba(250, 250, 250, 0.1);
        top: 0;
        content: '';
        height: 1px;
        left: 0;
        right: 0;
        position: absolute;
        width: 70%;
        margin: 0 auto;
    }

    .divider:after {
        background: rgba(250, 250, 250, 0.1);
        bottom: 0;
        content: '';
        height: 1px;
        left: 0;
        right: 0;
        position: absolute;
        width: 70%;
        margin: 0 auto;
    }
}

/** === BIO === */

.content {
    margin: 50px auto 100px auto;
    float: none;
}

.content p {
    margin-bottom: 20px;
}


.mail_link,
.mail_link:hover {
    color: inherit;
}

.bio {
    background: url(/images/default-source/pvo/gradient.jpg) top right;
    background-size: cover;
}

.bio .bg {
    height: 640px;
    background: url(/images/default-source/pvo/bio_masthead7.png) left bottom no-repeat;
    background-size: cover;
    position: relative;
}

.bio .heading {
    position: absolute;
    border-left: 10px solid rgba(250, 250, 250, 0.2);
    padding: 0 0 0 20px;
    bottom: 50px;
    left: 500px;
}

.bio h1 {
    font-weight: bold;
    color: white;
}

.bio .heading p {
    color: white;
}

.bio .heading p.title {
    color: #ef7c00
}

.bio .heading p span {
    margin-right: 20px;
}

.square {
    margin-top: -3px;
    margin-right: 6px !important;
    float: left;
    color: white;
}

@media screen and (max-width: 1024px) {

    .bio .heading p span {
        display: block
    }
}

@media screen and (max-width: 991px) {

    .bio .heading {
        left: initial;
        right: 40px;
    }
}

@media screen and (max-width: 767px) {

    .bio {
        background-position: top center;
    }
    .bio .bg {
        height: 680px;
        background-position: -20px bottom;
    }

    .bio .heading {
        border-left: 10px solid rgba(250, 250, 250, 0.2);
        bottom: 40px;
    }

    .bio span {
        display: block;
    }
}

@media screen and (max-width: 480px) {

    .bio .bg {
        height: 480px;
        background-position: -80px bottom;
    }

    .bio .heading {
        padding: 0 0 0 10px;
        border-width: 5px;
        left: 10%;
        right: initial;
    }
}

/** === EDUCATION === */

.academic-cluster .row {
    margin-bottom: 50px;
}

.academic-cluster .row>div {
    padding: 1px;
}

.academic-cluster .item {
    background: #003d7c;
    color: white;
    text-align: center;
    display: table;
    width: 100%;
}

.academic-cluster .item a {
    display: table-cell;
    vertical-align: middle;
    padding: 20px;
}

.academic-cluster .row.schools .item {
    background-color: #003d7c;
}

.academic-cluster .row.executive .item {
    background-color: #ef7c00;
}

.academic-cluster .row.specialist .item {
    background-color: #555555;
}

.academic-cluster .row.resources .item {
    background-color: #999999;
}

.academic-cluster .row .item {
    background-image: linear-gradient(to right, #333 0%, #333 0%);
    background-position: -1000px 0;
    transition: background-position 0.3s ease-out;
    background-repeat: no-repeat;
}

.academic-cluster .row .item:hover {
    background-position: 0 0;
}

@media screen and (min-width: 768px) {
    .academic-cluster .row {
        margin-left: 0; 
        margin-right: 0; 
    }
}

@media screen and (max-width: 767px) {
    .academic-cluster .row .item {
        height: auto !important;
    }

    .academic-cluster {
        padding: 0 30px;
    }
}

.edu-fb {
    padding: 80px 0;
    border-bottom: 12px solid #1d6ba3;
    border-top: none;
}

.edu-fb .row {
    max-width: 800px;
    margin: 0 auto;
}

.edu-fb h1 {
    text-transform: uppercase;
}

.edu .section {
    background: rgba(238, 238, 238, 0.46);
    padding: 20px;
    margin-bottom: 20px;
    margin-right: 20px;
}

.edu .hcenter>div,
.edu .right>div {
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.edu .hcenter>div h2,
.edu .right>div h2 {
    margin-top: 0;
    margin-bottom: 20px;
}

.edu .hcenter {
    float: none;
    margin: 0 auto;
}

.links>div a {
    padding: 20px 20px;
    border: 1px solid white;
    display: block;
    margin: 5px;
}

.links>div a:hover {
    background: white;
    color: #002e65;
}

@media screen and (max-width: 991px) {

    .edu .section {
        margin-right: 0px;
    }
}

@media screen and (max-width: 767px) {

    .links>div a {
        padding: 10px 5px;
        border: 1px solid white;
        display: inline-block;
        margin: 5px;
        width: 100%;
        max-width: 300px
    }
}

/** === STAFF === */

.even,
.odd {
    padding: 20px 0;
    border-top: 1px solid #eee;
}

.even {
    background: #f9f9f9;
}

.staff-contact {
    border: 1px solid #eee;
    padding: 20px;
}

/** === RETURN TO TOP === */
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(7, 38, 70);
    /*//background: rgba(0, 0, 0, 0.7);*/
    width: 44px;
    height: 44px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    display: none;
    text-align: center;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 0px;
    top: 12px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgb(0, 61, 124);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}