/* bio page - start */

.content {
    margin: 50px auto;
    float: none;
    color: #002e65;
    font-size: 17px;
}

.content h2{ font-size: 34px;}
    
.content p {
    margin: 0 0 25px;
}
.nospace {
    margin: 0;
    padding: 0;
}

.nospace_t {
    margin-top: 0;
    padding-top: 0;
}

.mail_link,
.mail_link:hover {
    color: inherit;
}

.bio {
    background: url(/images/default-source/upr/biography-pg-masthead.jpg) top right;
    background-size: cover;
    
}

.bio .bg {
    height: 640px;
    background: url(/images/default-source/upr/bio_masthead7.png) left bottom no-repeat;
    background-size: cover;
    position: relative;
}

.bio .heading {
    position: absolute;
    border-left: 10px solid rgba(0, 40, 81, 0.18);
    padding: 0 0 0 20px;
    bottom: 50px;
    left: 500px;
}

.bio h1 {
    font-size: 62px;
    font-weight: bold;
    color: white;
}

.bio .heading p {
    font-size: 20px;
    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: 991px) {
    .content {
        margin: 25px 10px;
    }

    .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;
        right: 30px;
        left: auto;
    }

    .bio h1 {
        font-size: 52px;
    }

    .bio .heading p {
        font-size: 20px;
    }

    .bio span {
        display: block;
    }
}

@media screen and (max-width: 540px) {

    .bio .bg {
        height: 480px;
        background-position: -80px bottom;
    }

    .bio .heading {
        right: 15px;
        padding: 0 0 0 10px;
        border-width: 5px;
    }

    .bio h1 {
        font-size: 36px;
    }

    .bio .heading p {
        font-size: 14px;
    }
}
/* bio page - end */