﻿.author-box-1 {
    background-color: #d3e7ee;
    padding: 24px 20px 24px 132px;
    position: relative;
}

@media screen and (max-width: 479px) {
    .author-box-1 {
        padding: 28px 20px 27px 20px;
    }
}

.author-box-1 .author-photo {
    background-color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 95px;
    height: 95px;
    overflow: hidden;
    position: absolute;
    left: 20px;
    top: 22px;
}

@media screen and (max-width: 479px) {
    .author-box-1 .author-photo {
        display: none;
    }
}

.author-box-1 .author-name {
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 2%;
}

.author-box-1 .author-description {
    min-height: 55px;
    color: #6f6f6f;
    font-size: 15px;
    font-family: inherit;
}

.jobPosition {
    font-size: 16px;
    color: #3f86ea;
    font-weight: 500;
}

.publications {
    font-size: 15px;
    color: #8e8e8e;
    font-weight: 500;
}

.publications span {
    text-decoration: underline;
    color: #ff341b;
    font-weight: 500;
}

.author-box-3 .author-description {
    font-size: 15px;
}

.author-box-1 .author-description,
.author-box-3 .author-description {
    color: #6f6f6f;
    font-weight: 500;
    overflow: hidden;
}

.sharedMail {
    color: #f03e60;
}

.sharedMail:hover {
    color: #f03e60;
    text-decoration: underline;
}
