.research-well {
    display: flex;
    margin-bottom: 30px;
    padding: 25px 0px 45px 0px;
    width: 100%;
    background: url("/National_Library/oe_/https://igem.temple.edu/images/research/research-bg.jpg");
    background-size: cover;
    border-bottom: 10px solid #45c1cb;
}
.research-well h1 {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 26px;
    font-weight: 400;
    color: #fff;
    margin: 45px 0 10px 0;
    padding: 0;
    letter-spacing: 1px;
}
.research-well h1:after {
    content: "";
    display: block;
    width: 350px;
    height: 4px;
    margin: 10px 0px 10px 0px;
    background-color: Crimson;
}
.research-well p {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #eee;
    line-height: 1.5;
    padding-right: 40px;
}
.research-well-image {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px 45px 0px 0px;
}
.research-well-image img {
    width: 100%;
}
.research-overview-detail-wrapper {
    padding: 25px 0px 45px 0px;
}
.research-statement {
    font-family: "Montserrat", sans-serif;
    width: 255px;
    font-size: 20px;
    font-weight: 600;
    padding: 12px 25px 30px 0px;
    color: #888;
    border-right: 2px solid #45c1cb;
}
.research-project {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 25px;
    line-height: 1.65;
    padding: 10px 45px 0px 0px;
}
.pink-text {
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 14px;
    margin: 5px 0px 5px 0px;
    letter-spacing: 0.5px;
    color: Crimson;
}
.mentoring-wrapper {
    padding-top: 90px;
    padding-right: 80px;
    padding-left: 80px;
}
.mentoring-title {
    margin-bottom: 20px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 26px;
    font-weight: 400;
    text-transform: uppercase;
    color: Crimson;
}
.upper {
    padding: 0px 0px 35px 0px;
}
.upper p:not(.mentoring-title) {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.65;
    color: #555;
}
.upper a {
    color: #000; /*#337ab7*/
    font-weight: 600;
}
.upper a:hover {
    color: Crimson;
    text-decoration: none;
}
.area-wrapper {
    padding-top: 90px;
    padding-bottom: 80px;
}
.area-header {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 28px;
    font-weight: 400;
    text-transform: uppercase;
}
.area-text {
    padding-top: 40px;
}
.area-content {
    font-size: 15px;
    line-height: 27px;
}
.sub-area {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 50px;
    text-transform: uppercase;
}
.phyloanalytics {
    color: #FAAE43;  
}
.phylogenomics {
    color: #6596AF;
}
.phylomedicine {
    color: Crimson;
}
.phylotools {
    color: #898A63;
}
.people, .person-wrapper, .person-image {
    padding-right: 0px;
    padding-left: 0px;
}
.people {
    padding-bottom: 80px;
}
.people-header {
    margin-bottom: 30px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 21px;
    font-weight: 400;
    text-transform: uppercase;
    color: Crimson;
}
.person-wrapper {
    margin-bottom: 30px;
}
.person-image {
    text-align: center;
}
.person-image img {
    height: 100px;
    width: 100px;
    border-radius: 100%;
}
.person-info {
    padding: 15px 0px 0px 0px;
    font-size: 18px;
}
.person-name {
    color: Crimson;
    margin: 0;
}
.person-department {
    font-size: 14px;
    margin: 0;
}
.person-email {
    font-size: 10px;
    font-weight: 600;
    color: #000000;
}
.person-email:hover {
    text-decoration: none;
    color: Crimson;
}