.instructor-wrapper {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    vertical-align: top;
}

.bio-modal {
    display: none;
    position: fixed;
    z-index: 40;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.98);
    color: #000;
    padding: 50px;
    text-align: left;
    overflow-y: auto;
}

.bio-modal-image-placeholder {
    height: 200px;
    width: 100%;
    background: grey;
    margin-bottom: 25px;
}

.bio-modal-left, .bio-modal-right {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.instructor, .group-event {
    display: inline-block;
    background: #e0e0e0;
    padding: 26px;
}

.instructor {
    position: relative;
    vertical-align: top;
    width: 85%;
    max-width: 360px;
}

.instructor-image {
    width: 200px;
    border: 1px solid;
    margin: auto;
    margin-bottom: 20px;
    font-size: 0;
}

.instructor-image img {
    width: 100%;
}

.instructor-name, .instructor-title {
    color: #4A4A4A;
    font-size: 25px;
    text-transform: uppercase;
}

.instructor-title {
    color: #4A4A4A;
    font-size: 20px;
    text-transform: uppercase;
}

.instructor-blurb {
    font-size: 16px;
    max-width: 360px;
    margin-top: 10px;
}

.instructor-view-profile {
    cursor: pointer;
    width: 150px;
    display: block;
    margin: auto;
    text-align: center;
    padding: 8px 0;
    font-size: 18px;
    background-color: #E37200;
    color: #fff;
    margin-top: 30px;
    box-shadow: 2px 2px 4px black;
    transition: all 0.5s;
}

/*.instructor-view-profile {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
}*/

.bio-modal-certifications-title, .bio-modal-title, .bio-modal-name {
    color: #e4e4e4;
    font-size: 25px;
    text-transform: uppercase;
    color: #E37200;
}

.bio-modal-certifications-title, .bio-modal-title {
    font-size: 20px;
}

.bio-modal-bio {
    margin-top: 15px;
}

.instructor-wrapper {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

.close-bio-modal {
    cursor: pointer;
    font-size: 30px;
    position: absolute;
    right: 10px;
    top: 10px;
    transition: color .3s;
}

@media (min-width: 992px) {
    .instructor-wrapper {
        width: 49%;
    }

    .instructor.float-right {
        float: right;
    }

    .instructor.left {
        margin-right: 10%;
    }
}

@media (min-width: 1200px) {
    .bio-modal-image {
        margin-right: 50px;
        margin-bottom: 20px;
    }

    .bio-modal-left {
        width: calc(100% - 345px);
    }

    .bio-modal-right {
        width: 100%;
    }
}







