#doctors_banner {
    min-height: 420px;
    background-color: #06b45c;
    position: relative;
}

#doctors_content {
    padding-top: 20px;
}

.subpage_title {
    overflow: hidden;
    position: relative;
    padding-bottom: 20px;
}

.doctor_wrap {
    padding-bottom: 50px;
}

.doctor {
    border-radius: 3px;
    overflow: hidden;
}

.doctor_content {
    min-height: 100px;
}

.doctor_details {
    border: 1px solid #e2e5f1;
    padding: 20px;
    min-height: 297px;
    position: relative;
}

.doctor_details .doctor_name {
    margin-top: 0;
    position: relative;
}

.doctor_details .position {
    padding: 10px 0;
    min-height: 60px;
    display: block;
}

.doctor_details .social_links {
    padding-top: 10px;
}

.doctor_details {
    min-height: 327px;
}
.social_links {
    padding-left: 0;
    list-style: none;
    font-size: 15px;
    margin: 0;
    position: absolute;
    bottom: 15px;
}

.social_links > li {
    display: inline-block;
}

.social_links > li a {
    color: rgb(127, 140, 141);
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    line-height: 30px;
    border: 1px solid #EDF0F1;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
}

.social_links > li a:hover {
    color: #ffffff;
}

.facebook a:hover {
    background-color: #3b5998;
}

.linkedin a:hover {
    background-color: #3f97c6;
}

.twitter a:hover {
    background-color: #55acee;
}

#mission_attributes {
    line-height: 50px;
}

#mission {
    line-height: 38px;
}

@media (max-width: 768px) {
    .text_medium {
        font-size: 14px;
    }

    .text_xx_large {
        font-size: 26px;
    }

    #doctors_banner {
        min-height: 213px;
    }

    #mission_attributes {
        line-height: 35px;
    }

    #mission {
        margin-top: -5px;
        line-height: 32px;
    }

    .banner_content .spacer {
        padding: 5px 0px;
    }
}