#member-wrapper {
    margin:  0 auto;
}
#member-wrapper input,
#member-wrapper select {
    padding: 9px 10px;
    border-radius: 3px;
    border: 1px solid #cbd6e2;
    font-size: 16px;
    transition: all .15s ease-out;
    background-color: #f5f8fa;
    color: #33475b;
    display: block;
    height: 40px;
    line-height: 22px;
    text-align: left;
    width: 100%;
}
select#job-group {
    padding: 9px 5px;
}
#tabs-wrapper {
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
}
.coaches-tab {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    /*padding: 20px 0 20px;*/
    padding: 0 0 20px;
}
.coaches-tab button {
    width: 220px;
    display: block;
    text-align: center;
    line-height: 55px;
    border-radius: 5px;
    font-size: 20px;
    color: #fff;
    background-color: #054bcc;
    font-weight: 700;
    box-shadow: 0 6px 36px rgb(21 74 132 / 27%);
    margin: 10px;
}
.coaches-tab button:hover,
.coaches-tab button.active
{
    background-color: #158543;
    cursor: pointer;
}
.members-container {
    display: flex;
    flex-wrap: wrap;
}
#member-wrapper .col-item {
    flex: 0 0 50%;
    padding-top: 0;
    padding-bottom: 0;
}
.tab-element-block {
    display: flex;
    flex-wrap: wrap;
}
.profile-thumbnail,
.profile-detail {
    padding: 15px;
}
.profile-thumbnail {
    flex: 1 0 30%;
}
.profile-thumbnail img {
    border: 0;
    box-shadow: 0 6px 38px rgb(24 101 217 / 40%);
    border-radius: 5px;
}
.profile-detail {
    flex: 1 0 70%;
}
.profile-detail h4 {
    font-size: 23px;
    color: #273243;
    margin-bottom: 10px;
}
.profile-detail h5 {
    font-size: 23px;
    color: #273243;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
}
.profile-detail p.description {
    font-size: 14px;
    line-height: 19px;
    color: #3d3d3d;
}
.profile-detail a {
    font-size: 13px;
    color: #1865d9;
    margin-top: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 1px solid #1865d9;
    display: inline-block;
    font-weight: 700;
}



/* Modal Design */
/*.modal-header {*/
/*    border: none !important;*/
/*    position: relative;*/
/*    top: -50px;*/
/*}*/
.modal-body .wrapper {
    padding: 40px 20px 20px 20px;
    /*background: #7a77772b;*/
    background: #ecf4fa;
    margin-top: -64px;
}
.modal-header {
    z-index: 9999 !important;
    border: none !important;
}
.modal-body .container-fluid {
    padding: 20px 30px;
}
h3.modal-name {
    padding-bottom: 4px;
    font-size: 2rem;
    font-weight: bolder;
    color: #515b6d;
    margin-bottom: 0;
}
.modal-thumbnail img {
    order: 0;
    box-shadow: 0 6px 38px rgb(149 153 161 / 85%);
    border-radius: 8px;
    margin-bottom: 20px;
    object-fit: cover;
    width: 100%;
}
h4.modal-jobtitle {
    margin-top: 0;
    padding-bottom: 10px;
    text-transform: none;
    font-size: 2rem;
    font-weight: 400;
    color: #515b6d;
}
.modal-excerpt,
.modal-description,
.container-data-0,
.container-data-1,
.container-data-2 {
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
    color: #3d3d3d;
    line-height: 24px;
}
.modal-description pre {
	font-family: Raleway,sans-serif;
	font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
    color: #3d3d3d;
    line-height: 24px;
	white-space: pre-wrap;
    word-break: break-word;
}
.modal-excerpt {
    color: #515b6d;
    font-size: 19px;
    line-height: 28px;
}
.modal-profile-link {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #158543;
    padding: 10px 50px;
    color: #fff;
    width: 200px;
    border-radius: 3px;
    display: block;
    text-align: center;
    font-weight: 600;
}
.modal-profile-link:hover {
    background: #0f2b44;
    color: #fff;
}
iframe.modal-video {
    width: 100%;
    height: 500px;

}
.bio-video {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
    border-radius: 4px;
    border: 8px solid #cdd0d3;
    margin-top: 5px;
}
.bio-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.bio-container {
    padding: 10px 0 30px;
}
.bio-container h5 {
    font-size: 1.5rem;
    padding-top: 10px;
    /*padding-bottom: 10px;*/
    padding-bottom: 0;
    font-weight: 700;
    color: #515b6d;
    text-transform: uppercase;
}
.title_0,
.title_1,
.title_2 {
    font-weight: bolder;
    font-size: 16px;
    color: #515b6d;
    text-transform: uppercase;
}
.more-about-me .col-lg-4 {
    border-right: 1px solid #e8e8e8;
}
.more-about-me .col-lg-4:last-child {
    border: none;
}
.container-data-0,
.container-data-1,
.container-data-2 {
    color: #3d3d3d;
    font-size: 15px;
}
.hide {
    display: none;
}

#taxonomy-division {
    color: red;
}

/* Media Queries*/
@media screen and (max-width: 991px) {
    iframe.modal-video {
        width: 100%;
        max-height: 300px!important;
    }
    .more-about-me .col-lg-4 {
        border: none;
        padding: 15px;
    }
    #search-query {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 767px) {
    .profile-thumbnail,
    .profile-detail {
        flex-basis: 100%;
    }
    .category-filter {
        width: 100% !important;
    }
}
@media screen and (max-width: 576px) {
    #member-wrapper .col-item {
        flex: 1 0 100%;
        padding: 0;
    }
    .profile-thumbnail,
    .profile-detail {
        flex-basis: 100%;
        padding: 15px 0;
    }
    .members-container {
        padding: 0 10px;
    }
}
@media screen and (max-width: 509px) {
    .coaches-tab {
        justify-content: center;
    }
}