﻿h2 {
    padding-bottom: 12px;
}

.s-intro-paragraph {
    margin-top: 15px;
}

.bio-hero {
    position: relative;
    background: #3f534e;
}

.bio-hero-image {
display:none;
}
.bio-hero-image__mobile {
    display:flex;
    width:100%;
}

.locationItem .phone {
    padding-top: 8px;
}

.bio-extra-padding-bottom {margin-bottom:60px;}

.bio-hero-info__wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    background: #3f534e;
    padding: 20px;
    border-bottom: solid 2px #FBF9F3;
}
.bio-hero-info {
    position: relative;
    width: 100%;
    color: #FBF9F3;
}
        .bio-hero-info h1 {
            font-size: 40px;
            margin-bottom: 10px;
            color: #FBF9F3;
        }
        .bio-hero-info h2 {
            font-size: 24px;
            margin-bottom: 20px;
            color: #FBF9F3;
        }
    .bio-hero-info > div {
        line-height: 20px;
        margin: 15px 0;
    }
        .bio-hero-info .location {
            font-size: 18px;
           }

    .bio-hero-info .locationItem {
        font-size: 18px;
        padding-bottom: 32px;
    }

    .bio-hero-info a, .bio-hero-info a:visited {
        color: #FBF9F3;
        display: inline-block;
    }
    .bio-hero-info i:before {
        font-size: 28px;
        font-weight: 400;
        padding: 5px 10px 0 0;
    }

.bio-sidebar {
    line-height:1.5;
}

    .bio-sidebar ul {
        padding-left: 1.2em;
    }

#bio-expander-body__edu > div, #bio-expander-body__bar > div, #bio-expander-body__court > div {
    padding: 4px 0;
}

.bio-sidebar h2:first-child {
    margin: 0 0 10px 0;
}
.bio-sidebar h2 {
    margin: 40px 0 10px 0;
}

    .bio-sidebar > div a {
        color: #3F534E;
        display: block;
        padding: 4px 0;
    }


.bio-expander-btn {
    display: inline-block;
    width: 100%;
    text-align: left;
    padding: 15px 30px 15px 0;
    cursor: pointer;
    position: relative;
    font-size: 24px;
    font-weight: bold;
    color: #3F534E;
    font-family: "HarmoniaSans", sans-serif;
}

    .bio-expander-btn .fa-minus {
        position: absolute;
        right: 0;
        top: calc(50% - 12px);
        display: none;
    }

    .bio-expander-btn .fa-plus {
        position: absolute;
        right: 0;
        top: calc(50% - 12px);
    }

    .bio-expander-btn[aria-expanded=true] .fa-minus {
        display: inline-block;
    }

    .bio-expander-btn[aria-expanded=true] .fa-plus {
        display: none;
    }


.bio-expander-body {
    padding-bottom: 15px;
    display: none;
}

.bio-client-results ul {list-style:none;}
.bio-client-results li {
    border-bottom: solid 1px #3F534E;
    padding-bottom:12px;
    margin-bottom:12px;
}
.bio-client-results ul li:last-child {
    border-bottom: none;
}


@media only screen and (min-width: 768px) {
    .bio-hero-image {
        display: block;
        -webkit-mask-image: linear-gradient(to left, transparent 5%, #ffffff 30%);
        mask-image: linear-gradient(to left, transparent 5%, #ffffff 30%);
    }
        .bio-hero-image__mobile {
            display:none;
        }

    .bio-hero {
        height: 500px;
        overflow: hidden;
        background:#fff;
    }
    .bio-hero-image-wrap {

    }
    .bio-hero-info__wrap {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
        padding: 0 5vw;
        width: 55vw;
        border-bottom: none;
        position: absolute;
        right: 0;
        top: 0;
        background: rgba(63,83,78,.85);
    }
}


@media only screen and (min-width: 1366px) {
    .bio-hero {
        height: 590px;
    }
    .bio-hero-info__wrap {
        padding: 0 10vw;
    }
}

    @media only screen and (min-width: 1900px) {
        .bio-hero-info {
            width: 60%;
        }
    }