 

.container-fluid .row-fluid .rr-employee_profile.page-center {
    margin-top: 50px!important;
}
.employee_bottom .span7 {
    padding-bottom: 50px;
}
.employee_top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.employee_photo {
    float: right!important;
    -ms-flex-order: 2;
    order: 2;
    width: 65%;
    background-size: cover;
    background-repeat: no-repeat;
    position:relative;
}
.employee_photo a.video-popup {
    position: absolute;
    right: 0;
    background: rgba(0,0,0,.5);
    color: #fff;
    padding: 12px 15px;
    /* font-size: 25.13px; */
    cursor:pointer;
}
.employee_photo a.video-popup:before {
    content: "\25B6";
    padding-right: 9px;
}
.employee_photo a.video-popup:hover {
    text-decoration:none;
    background:#000;
    transition:all .3s ease-in-out;
}

.employee_photo img{
    visibility: hidden;
}

.employee_intro {
    -ms-flex-order: 1;
    order: 1;
    width: 33%;
    margin-right: 2%;
    float: left!important;
    background-color: #004c4e;
    color: white;
    padding: 40px 30px;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    margin-left: 0!important;

}
.employee_intro h2 {
    margin: 0;
}
.employee_intro .employee-job_title {
    margin-top: 0;
}

.employee_bottom {
    clear: both;
    padding-top: 20px;

}
.employee_contact .side-column-body {
    font-size: 16px;
    color:#231f20;
}

/*.side-column-footer {
    padding: 0 25px;
    background-color: #f3f1eb;
    height: 54px;
    border-top: 1px solid #ebe9e3;*/
}

.side-column-footer {
    padding: 0 25px;
    height: 54px;
}

.employee_connect {
    margin-top: 15px;
}

.employee_connect p {
    float: left;
    line-height: 52px;
    margin: 0;
    font-size: 19px;
    color:#fff;
}

.employee_connect p a {
    color: #fff;
}

.employee_connect div {
    float: right;
}
.employee_connect div p {
    font-size: 26px;
    line-height: 52px;
}

.employee_connect div p a {
    margin: 0 4px;
}


html.flexbox .employee_listing {
    display: flex!important;
    flex-flow: row wrap;
    align-items: stretch;
}




/* LISTING */
/* 3-Up Link Module *//*
.container-fluid .row-fluid .employee_listing.page-center {
    text-align: center;  
    max-width: 1150px; 
    margin-top: 60px;
}
.employee_item {
    width: 260px;
    display: inline-block;
    margin: 7px 6px;    
}
.employee_image {
    width: 100%;
    height: 260px;
    background-repeat: no-repeat;
    background-size: cover;
}
.employee_info {
    background-color: #004c4e;
    color: white;
    height: 125px;
    width: 100%;
    display: table;
    text-align: left;
}
.employee_info > div {
    display: table-cell;
    vertical-align: middle;
    padding: 10px 30px;
}
.employee_info h2 {
    margin: 0;
    line-height: 1.25em;
}
.employee_info .employee-job_title {
    margin: 0;
}
.employee_meta {
    display: none;
}
*/
@media (max-width: 899px) {
    .employee_connect p {
       font-size: 18px;
       color:#fff;
    }
    .employee_connect div p {
       font-size: 20px;
       color:#231f20;
    }
}
@media (max-width: 767px) {
    .employee_top {
        flex-direction: column;
    }
    .employee_photo {
        float: none;
        width: 100%;
        margin: 0 0 25px;
        order: 1;        
        -ms-flex-order: 1;

    }
    .employee_intro {
        order: 2;
        -ms-flex-order: 2;
        float: none;
        width: 100%;
    }
    .rr-select {
        margin-bottom: 15px;
    }
 
}