﻿
.expert-card {
    height: 475px;
    max-height: 475px;
    width: 96%;
}


.expert-thumbnail {
    height: 40px;
    width: 40px;
}

.fading-text {
    font-size: .75em;
    height: 180px;
    max-height: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    content: "";
    background: -webkit-linear-gradient(top,#000 55%, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fading-text-b3 {
    font-size: .9em;
    height: 180px;
    max-height: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    content: "";
    background: -webkit-linear-gradient(top,#000 55%, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.expert-info-grid {
    height: 300px;
    max-height: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.kaigie-expert-name {
    font-size: .8em !important;
}

.primary-specialty {
    font-size: .8em !important;
    font-weight: 500;
}

.expert-footer {
    position: absolute;
    bottom: 0;
    margin-left: 1.25em;
    margin-right: 1.25em;
    padding-top: 15px;

    z-index: 20;
    width:94%;
}

.expert-address {
    font-size: .78em !important;
    margin-bottom: 0px;
}

.text-75 {
    font-size: .75em !important;
}

.expert-heading {
    background-color: #f8f9fa;
    width:100%;
    height:100px;
    max-height:100px;
}

.hcp-dropdown {
    font-size:1rem;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 767px) and (orientation : portrait) {
    .phone-margins {
        width: 99% !important;
        margin-left: .5% !important;
        margin-right: .5% !important;
        justify-content: center !important;
    }

    .expert-card {
        height: 450px;
        max-height: 450px;
        width: 95% !important;
        -webkit-align-self: center; /* Safari 7.0+ */
        align-self: center;
    }

    .portrait-width {
        /*width: 320px;*/
    }
}
