/* JT Staff Profiles Stylesheet */

/* Default Style */
.staff-profiles-default > * {
    padding: 0 8px;
    margin-bottom: 16px;
}

.staff-profiles-default h3 {
    margin: 0 0 8px;
    font-size: 15px;
}

.staff-profiles-default .profile-short-info {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
}

.staff-profiles-default figure, .staff-profiles-default img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.staff-profiles-default figure a {
    text-decoration: none !important;
}
.staff-profiles-default .profile-about {
    padding: 15px;
    font-size: 12px;
    line-height: 20px;
    background: #fafafa;
    border: 1px solid #f0f0f0;
}

.staff-profiles-default .profile-about p {
    margin: 0;
}

.staff-profiles-default figcaption {
    padding: 15px;
}

.staff-profiles-default .profile-social {
    visibility: hidden;
    position: absolute;
    top: 15px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 30%;
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
    padding: 4px;
    border-radius: 50px;
}

.staff-profiles-default > *:hover .profile-social {
    visibility: visible;
    width: 52%;
    height: 30px;
    transition: all .5s ease;
}

.staff-profiles-default .profile-social a {
    color: transparent;
    padding: 0 3px;
    font-size: 12px;
}

.staff-profiles-default > *:hover .profile-social a {
    color: #484848;
    transition: all .6s ease;
}



/* Default 2 */
.staff-profiles-default-2 > * {
    margin-bottom: 16px;
    padding: 0 8px;
}

.staff-profiles-default-2 figure,
.staff-profiles-default-2 img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.staff-profiles-default-2 .staff-info {
    background: #fafafa;
    padding: 10px;
    border: 1px solid #f0f0f0;
}

.staff-profiles-default-2 .staff-info .profile-name {
    position: relative;
    margin: 0 0 16px;
    font-size: 17px;
}
.staff-profiles-default-2 .staff-info .profile-name a {
    text-decoration: none;
}

.staff-profiles-default-2 .staff-short-info {
    font-size: 13px;
    margin: 0;
}

.staff-profiles-default-2 .staff-info .profile-name:after {
    position: absolute;
    content: '';
    width: 40px;
    height: 1px;
    background: #484848;
    left: 0;
    bottom: -8px;
}

.staff-profiles-default-2 .profile-about {
    background: #fff;
    padding: 10px 10px 2px;
    font-size: 12px;
    margin: 10px -10px -10px;
    border-top: 1px solid #f0f0f0;
}

.staff-profiles-default-2 .profile-social {
    visibility: hidden;
    position: absolute;
    top: 180px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 30%;
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
    padding: 4px;
    border-radius: 50px;
}

.staff-profiles-default-2 > *:hover .profile-social {
    visibility: visible;
    width: 52%;
    height: 30px;
    transition: all .5s ease;
}

.staff-profiles-default-2 .profile-social a {
    color: transparent;
    padding: 0 3px;
    font-size: 12px;
}

.staff-profiles-default-2 > *:hover .profile-social a {
    color: #484848;
    transition: all .6s ease;
}




/* Default 2 */
.staff-profiles-2-cols > * {
    margin-bottom: 16px;
    padding: 0 8px;
}

.staff-profiles-2-cols .row {
	margin: 0;
}

.staff-profiles-2-cols .col-md-4 {
    padding: 0;
}

.staff-profiles-2-cols .col-md-8 {
    padding: 0;
}

.staff-profiles-2-cols figure,
.staff-profiles-2-cols img {
    width: 100%;
    height: 181px;
    object-fit: cover;
}

.staff-profiles-2-cols .staff-info {
    background: #fafafa;
    padding: 10px;
    border: 1px solid #f0f0f0;
}

.staff-profiles-2-cols .staff-info .profile-name {
    position: relative;
    margin: 0 0 16px;
    font-size: 17px;
}

.staff-profiles-2-cols .staff-info .profile-name a {
    text-decoration: none;
}

.staff-profiles-2-cols .staff-short-info {
    font-size: 13px;
    margin: 0;
}

.staff-profiles-2-cols .staff-info .profile-name:after {
    position: absolute;
    content: '';
    width: 40px;
    height: 1px;
    background: #484848;
    left: 0;
    bottom: -8px;
}

.staff-profiles-2-cols .profile-about {
    background: #fff;
    padding: 10px 10px 2px;
    font-size: 12px;
    margin: 10px -10px -10px;
    border-top: 1px solid #f0f0f0;
}

.staff-profiles-2-cols .profile-social {
    background: #fff;
    padding: 8px 10px;
    margin: 6px -10px -10px;
    border-top: 1px solid #f0f0f0;
	text-align: right;
}

.staff-profiles-2-cols .profile-social a {
    font-size: 13px;
    padding: 0 5px;
    color: #484848;
}



/* Grid - Overlay */
.staff-profiles-overlay-4-cols > * {
    padding: 0 4px;
}

.staff-profiles-overlay-4-cols figcaption {
    background: rgba(0, 0, 0, 0.7);
}

.staff-profiles-overlay-4-cols figure,
.staff-profiles-overlay-4-cols img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.staff-profiles-overlay-4-cols .profile-name {
    font-size: 18px;
    margin: 0;
}
.staff-profiles-overlay-4-cols .profile-name a {
    text-decoration: none !important;
}

.staff-profiles-overlay-4-cols .profile-short-info {
    font-size: 13px;
    margin: 0;
}

.staff-profiles-overlay-4-cols .profile-social a {
    font-size: 12px;
    padding: 0 4px;
}

.staff-profiles-overlay-4-cols .profile-short-info,
.staff-profiles-overlay-4-cols .profile-social {
    visibility: hidden;
    height: 0;
    color: transparent;
    transition: all .4s ease;
}

.staff-profiles-overlay-4-cols > *:hover .profile-name {
    margin: 0 0 10px;
    transition: all .4s ease;
}

.staff-profiles-overlay-4-cols > *:hover .profile-short-info {
    padding: 10px 0;
    margin: 0 0 10px;
    height: 58px;
    visibility: visible;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    transition: all .4s ease;
}

.staff-profiles-overlay-4-cols > *:hover .profile-social {
    visibility: visible;
    height: 30px;
    transition: all .4s ease;
    color: #fff;
}



/* Rounded Slider */
.staff-profiles-rounded ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.staff-profiles-rounded a {
    text-decoration: none !important;
}
.staff-profiles-rounded figure {
    width: 100%;
    height: 200px;
	border-radius: 50%;
}

.staff-profiles-rounded img {
    width: 100%;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #fff;
    box-shadow: 0 0 2px #ccc;
}

.staff-profiles-rounded {
    margin: 0;
}

.staff-profiles-rounded > * {
    padding: 0;
}

.staff-profiles-rounded figcaption {
    text-align: center;
    margin: 3px;
    padding: 40px 15px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.65);
}

.staff-profiles-rounded li.uk-active figcaption {
    background: rgba(0, 0, 0, 0.4);
}

.staff-profiles-rounded figcaption > * {
    visibility: hidden;
}

.staff-profiles-rounded li.uk-active figcaption > * {
    visibility: visible;
}

.staff-profiles-rounded .profile-name {
    position: relative;
    font-size: 18px;
    margin-bottom: 16px;
}

.staff-profiles-rounded .profile-name:after {
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, 0.7);
    width: 30px;
    height: 1px;
    bottom: -8px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.staff-profiles-rounded .staff-short-info {
    font-size: 14px;
}

.staff-profiles-rounded .profile-social {
    display: none;
    position: absolute;
    bottom: 30px;
    text-align: center;
    font-size: 12px;
    padding: 8px 4px;
}

.staff-profiles-rounded .profile-social a {
    padding: 0 2px;
}

.staff-profiles-rounded .uk-slidenav {
	color: #484848 !important;
}



/* One Column */
.staff-profiles-1-col .row {
    margin: 0 0 10px;
}

.staff-profiles-1-col .row > * {
    padding: 0;
}

.staff-profiles-1-col .col-md-8 {
    padding: 8px 15px;
}

.staff-profiles-1-col figure,
.staff-profiles-1-col img {
    width: 100%;
    height: 78px;
    object-fit: cover;
}

.staff-profiles-1-col .profile-name {
    font-size: 16px;
    margin: 0 0 10px;
}

.staff-profiles-1-col .profile-name a {
    text-decoration: none;
}

.staff-profiles-1-col .staff-short-info {
    font-size: 12px;
}


/* Two Columns Sidebar */

.staff-profiles-2-cols-sidebar > * {
    padding: 3px;
}

.staff-profiles-2-cols-sidebar figure,
.staff-profiles-2-cols-sidebar img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.staff-profiles-2-cols-sidebar .profile-name {
     font-size: 17px;
}

.staff-profiles-2-cols-sidebar .profile-name a {
    text-decoration: none !important;
}

.staff-profiles-2-cols-sidebar .profile-short-info {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.9);
}

.staff-profiles-2-cols-sidebar figcaption {
    margin: 5px;
	text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.6);
}


/* One Column 2 */
.staff-profiles-1-col-2 .row {
    margin: 0 0 10px;
}

.staff-profiles-1-col-2 .row > * {
    padding: 0;
}

.staff-profiles-1-col-2 .col-md-8 {
    padding: 10px 15px;
}

.staff-profiles-1-col-2 figure {
    width: 100%;
    height: 110px;
	border-radius: 50%;
}

.staff-profiles-1-col-2 img {
    width: 100%;
    height: 110px;
	border-radius: 50%;
    object-fit: cover;
}

.staff-profiles-1-col-2 .profile-name {
    font-size: 16px;
    margin: 0 0 10px;
}

.staff-profiles-1-col-2 .profile-name a {
    text-decoration: none;
}

.staff-profiles-1-col-2 .staff-short-info {
    font-size: 12px;
	margin: 0;
}

.staff-profiles-1-col-2 .profile-social {
    padding: 6px 0 0;
}

.staff-profiles-1-col-2 .profile-social a {
    font-size: 12px;
    padding: 0 3px;
    color: #acacac;
    transition: all .4s ease;
}

.staff-profiles-1-col-2 .profile-social a:hover {
    color: #323232;
    transition: all .4s ease;
}



/* Rounded Slider */
.staff-profiles-small-rounded ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.staff-profiles-small-rounded figure {
    height: 220px;
	border-radius: 50%;
	padding: 0 50px;
}

.staff-profiles-small-rounded img {
    height: 220px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #fff;
    box-shadow: 0 0 2px #ccc;
}

.staff-profiles-small-rounded {
    margin: 0;
}

.staff-profiles-small-rounded > * {
    padding: 0;
}

.staff-profiles-small-rounded .profile-name {
    position: relative;
    font-size: 18px;
    margin-bottom: 16px;
}

.staff-profiles-small-rounded a {
    text-decoration: none
}

.staff-profiles-small-rounded .profile-name:after {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.2);
    width: 30px;
    height: 1px;
    bottom: -8px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.staff-profiles-small-rounded .staff-short-info {
    font-size: 14px;
}

.staff-profiles-small-rounded .profile-social {
    font-size: 13px;
    padding: 8px 4px;
}

.staff-profiles-small-rounded .profile-social a {
    padding: 0 4px;
	color: #484848;
}

.staff-profiles-small-rounded .uk-slidenav {
	color: #484848 !important;
}

.staff-profiles-small-rounded .staff-info {
    text-align: center;
}

.staff-profiles-small-rounded .uk-slidenav-next {
	right: 0 !important;
}

.staff-profiles-small-rounded .uk-slidenav-previous {
	left: 0 !important;
}



/* Small Slider 2 */
.staff-profiles-small-slider-2 li {
    padding: 0 20px;
}

.staff-profiles-small-slider-2 a {
    text-decoration: none !important;
}
.staff-profiles-small-slider-2 figure {
    width: 100%;
    height: 230px;
    border-radius: 30px;
    border: 3px solid #fff;
    box-shadow: 0 0 2px #ccc;
}

.staff-profiles-small-slider-2 img {
    width: 100%;
    height: 230px;
    border-radius: 30px;
	object-fit: cover;
}

.staff-profiles-small-slider-2 .profile-name {
    margin: 0;
    font-size: 18px;
}

.staff-profiles-small-slider-2 figure:hover .profile-name {
    margin: 0 0 10px;
}

.staff-profiles-small-slider-2 .staff-short-info {
    font-size: 14px;
    color: transparent;
    visibility: hidden;
    height: 0;
    border-color: transparent;
    transition: all .4s ease;
    margin: 0;
}

.staff-profiles-small-slider-2 figure:hover .staff-short-info {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.8);
    padding: 8px 0;
    margin-bottom: 10px;
    visibility: visible;
    height: 55px;
    transition: all .4s ease;
}

.staff-profiles-small-slider-2 .profile-social {
    font-size: 13px;
    visibility: hidden;
    height: 0;
    transition: all .4s ease;
}

.staff-profiles-small-slider-2 figure:hover .profile-social {
    visibility: visible;
    height: 15px;
    transition: all .4s ease;
}

.staff-profiles-small-slider-2 .profile-social a {
    color: transparent;
    padding: 0 3px;
}

.staff-profiles-small-slider-2 figure:hover .profile-social a {
    color: #fff;
}


/* Grid - Rounded Image */

.staff-profiles-grid-rounded-image > * {
    padding: 0 8px;
    margin: 0 0 30px;
	text-align: center;
}

.staff-profiles-grid-rounded-image figure {
    border-radius: 50%;
    height: 246px;
    width: 100%;
}

.staff-profiles-grid-rounded-image img {
    height: 246px;
    width: 100%;
    object-fit: cover;
    margin: 0 !important;
}

.staff-profiles-grid-rounded-image .staff-info .profile-name {
        font-size: 18px;
}

.staff-profiles-grid-rounded-image .staff-info .profile-name a {
    text-decoration: none;
}

.staff-profiles-grid-rounded-image .staff-short-info {
        font-size: 14px !important;
}

.staff-profiles-grid-rounded-image .profile-social a {
        font-size: 12px;
        display: inline-block;
        padding: 4px 0;
        color: #fff;
        border-radius: 50%;
        border: 1px solid #000;
        background: #000;
        height: 25px !Important;
        width: 25px !important;
        text-align: center;
        transition: all .4s ease;
}

.staff-profiles-grid-rounded-image .profile-social a:hover {
    background: transparent;
    color: #000;
    transition: all .4s ease;
}


/* Slider - Rounded Image 2 */
.staff-profiles-rounded-2 li {
    padding: 0 10px;
    text-align: center;
}

.staff-profiles-rounded-2 figure {
    height: 220px;
    width: 100%;
    border-radius: 50%;
}

.staff-profiles-rounded-2 img {
    height: 220px;
    width: 100%;
    object-fit: cover;
    margin: 0 !important;
}

.staff-profiles-rounded-2 .profile-name {
    font-size: 17px;
    font-weight: 400;
}

.staff-profiles-rounded-2 .profile-name a {
    text-decoration: none;
}

.staff-profiles-rounded-2 .profile-about p {
    font-size: 14px !important;
    font-weight: 200;
    padding: 7px;
}

.staff-profiles-rounded-2 img {
	width: 100%;
	height: 242px;
	object-fit: cover;
}

.staff-profiles-rounded-2 .profile-social a {
    font-size: 15px;
    padding: 5px;
}

.staff-profiles-rounded-2 .profile-social i {
    transition: all 1s ease;
}

.staff-profiles-rounded-2 .profile-social i:hover {
    transform: rotate(360deg);
    transition: all 1s ease;
}

/* Grid 2 Columns Rounded */

.staff-profiles-2-cols-rounded .col-md-8 {
    padding: 16px 10px;
}

.staff-profiles-2-cols-rounded .profile-col {
    margin-bottom: 20px;
}

.staff-profiles-2-cols-rounded figure,
.staff-profiles-2-cols-rounded img {
    border-radius: 50%;
    height: 144px;
    width: 100%;
    margin: 0 !important;
    object-fit: cover;
}

.staff-profiles-2-cols-rounded figure {
    border-radius: 50% !important;
}

.staff-profiles-2-cols-rounded .staff-info {
    padding: 12px 0;
}


.staff-profiles-2-cols-rounded .profile-name {
    text-align: left;
    font-size: 16px;
    margin: 0 0 10px;
}

.staff-profiles-2-cols-rounded .profile-name a {
    text-decoration: none;
}

.staff-profiles-2-cols-rounded .profile-about p {
    text-align: left;
    font-size: 13px !important;
}

.staff-profiles-2-cols-rounded .profile-social {
    text-align: left;
}

.staff-profiles-2-cols-rounded .profile-social a {
    font-size: 14px;
    padding: 4px;
}

/* List */

.staff-profiles-list figure {
    width: 100%;
    height: 220px;
}
.staff-profiles-list img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.staff-profiles-list .row {
    border: 1px solid #f0f0f0;
    margin: 0 0 15px;
}

.staff-profiles-list .row > * {
    padding: 0;
}

.staff-profiles-list .col-md-9 {
    padding: 20px;
}

.staff-profiles-list .profile-name a {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
}

.staff-profiles-list .profile-name {
    position: relative;
    margin: 0 0 10px;
}

.staff-profiles-list .profile-name:after {
    content: '';
    height: 1px;
    width: 50px;
    background: #000;
    position: absolute;
    bottom: -7px;
    left: 0;
    right: 0;
}

.staff-profiles-list .col-md-9 {
    padding: 20px !important;
}

.staff-profiles-list p.staff-short-info {
    font-size: 14px;
    padding-top: 6px;
    margin: 0;
    font-weight: 400;
    font-style: italic;
    color: #3e3e3e;
}

.staff-profiles-list .profile-about {
    font-size: 14px;
    font-weight: 400;
    padding-top: 4px;
    border-bottom: 1px dotted #c7c7c7;
}
.staff-profiles-list .profile-about p {
    margin: 10px 0 15px;
}
.staff-profiles-list .profile-social {
    margin-top: 13px;
}

.staff-profiles-list .profile-social i {
    font-size: 13px;
    color: #57a3ce;
    padding-right: 10px;
	transition: all .4s ease;
}

.staff-profiles-list .profile-social i:hover {
	transition: all .4s ease;
	color: #3d7798;
}


/* Grid - Large Image */

.staff-profiles-grid-large-image figure,
.staff-profiles-grid-large-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.staff-profiles-grid-large-image figcaption {
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.95) 100%); 
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.95) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.95) 100%); 
}

.staff-profiles-grid-large-image > * {
    padding: 7px;
}

.staff-profiles-grid-large-image .profile-name {
    text-align: center;
    font-size: 25px;
    font-weight: 400;
    position: relative;
}

.staff-profiles-grid-large-image .profile-name a {
    text-decoration: none !important;
}

.staff-profiles-grid-large-image .profile-name:after {
    content: '';
    height: 1px;
    width: 50px;
    background: #fff;
    position: absolute;
    bottom: -7px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.staff-profiles-grid-large-image p.profile-short-info {
    text-align: center;
    font-size: 15px;
    font-weight: 300;
    font-style: italic;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #bfbfbf;
}

.staff-profiles-grid-large-image .profile-social {
    text-align: center;
    padding-top: 4px;
}

.staff-profiles-grid-large-image .profile-social a {
    padding: 8px;
    height: 45px;
}


/* Slider - Rounded Image 3 */

.staff-profiles-slider-rounded-img-3 img {
    height: 240px;
    object-fit: cover;
}

.staff-profiles-slider-rounded-img-3 figure {
    width: 23%;
    height: 240px;
    border-radius: 50%;
    float: left;
}

.staff-profiles-slider-rounded-img-3 .profile-info {
    width: 60%;
    float: left;
    padding: 25px 45px 20px;
}

.staff-profiles-slider-rounded-img-3 h3.profile-name {
    font-size: 24px;
    position: relative;
}
.staff-profiles-slider-rounded-img-3 h3.profile-name a {
    text-decoration: none;
}

.staff-profiles-slider-rounded-img-3 h3.profile-name:after {
    position: absolute;
    width: 36px;
    height: 1px;
    background: #000;
    bottom: -5px;
    left: 0;
    right: 0;
    content: '';
}

.staff-profiles-slider-rounded-img-3 .profile-about {
    font-size: 14px;
    font-style: italic;
    padding-top: 7px;
    border-bottom: 1px solid #a5a5a5;
    margin-bottom: 10px;
}

.staff-profiles-slider-rounded-img-3 .profile-social i {
    font-size: 13px;
    color: #000000;
    padding-right: 10px;
    transition: all .4s ease;
}

.staff-profiles-slider-rounded-img-3 .uk-slidenav {
	color: #484848 !important;
}


/* Slider - Rounded Image 4 */

.staff-profiles-slider-rounded-img-4 li {
    padding: 0 10px;
    text-align: center;
}

.staff-profiles-slider-rounded-img-4 {
    margin: 0;
}

.staff-profiles-slider-rounded-img-4 figcaption {
    width: 100%;
    border-radius: 50%;
    text-align: center;
}

.staff-profiles-slider-rounded-img-4 img {
    height: 238px;
    border-radius: 50%;
    object-fit: cover;
}

.staff-profiles-slider-rounded-img-4 figure {
    height: 238px;
    border-radius: 50%;
}

.staff-profiles-slider-rounded-img-4 h3.profile-name {
    font-size: 20px;
    position: relative;
}

.staff-profiles-slider-rounded-img-4 h3.profile-name a {
    text-decoration: none;
}

.staff-profiles-slider-rounded-img-4 h3.profile-name:after {
    position: absolute;
    content: '';
    background: #fff;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 40px;
    height: 1px;
}

.staff-profiles-slider-rounded-img-4 p.staff-short-info {
    font-size: 14px;
    font-style: italic;
    color: rgba(255, 255, 255, 0.81);
    padding-top: 7px;
}

.staff-profiles-slider-rounded-img-4 .staff-info {
    display: block;
    width: 100%;
}


/* Grid - Overlay Text */

.staff-profiles-grid-overlay-text > * {
    margin: 0;
    padding: 7px;
}

.staff-profiles-grid-overlay-text figure,
.staff-profiles-grid-overlay-text img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.staff-profiles-grid-overlay-text .uk-overlay-background {
    background: rgba(251, 251, 251, 0.9);
    color: #000;
    text-align: center;
    padding: 3px;
    margin: 0 25px;
}

.staff-profiles-grid-overlay-text h3.profile-name {
    font-size: 20px;
    position: relative;
}

.staff-profiles-grid-overlay-text h3.profile-name a {
    text-decoration: none;
}

.staff-profiles-grid-overlay-text h3.profile-name:after {
    position: absolute;
    content: '';
    width: 45px;
    height: 1px;
    bottom: -5px;
    background: #000;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.staff-profiles-grid-overlay-text p.profile-short-info {
    font-size: 13px;
    font-style: italic;
    color: rgba(0, 0, 0, 0.67);
}




/* Sidebar - Overlay Text */

.staff-profiles-sidebar-overlay-text > * {
     margin-bottom: 10px;
 }

.staff-profiles-sidebar-overlay-text figcaption {
    text-align: center;
}

.staff-profiles-sidebar-overlay-text figure,
.staff-profiles-sidebar-overlay-text img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.staff-profiles-sidebar-overlay-text .uk-overlay-background {
    background: rgba(251, 251, 251, 0.9);
    color: #000;
    text-align: center;
    padding: 0px;
    margin: 0 25px;
}

.staff-profiles-sidebar-overlay-text h3.profile-name {
    font-size: 18px;
    position: relative;
}

.staff-profiles-sidebar-overlay-text h3.profile-name a {
    text-decoration: none;
}

.staff-profiles-sidebar-overlay-text h3.profile-name:after {
    position: absolute;
    content: '';
    background: #000;
    bottom: -5px;
    width: 40px;
    height: 1px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.staff-profiles-sidebar-overlay-text p.profile-short-info {
    font-size: 13px;
    font-style: italic;
    color: rgba(0, 0, 0, 0.71);
}


/* Grid - 4 Columns */

.staff-profiles-grid-4-cols > * {
    margin: 0;
    padding: 3px;
}


.staff-profiles-grid-4-cols img {
    width:  100%;
    height: 280px;
    object-fit: cover;
}

.staff-profiles-grid-4-cols h3 {
    margin: 0;
}

.staff-profiles-grid-4-cols h3 a {
    font-size: 16px;
    color:  #fff;
    background: #3176b3;
    display: inline-block;
    margin-left: -20px;
    padding: 5px 10px;
    width:  auto;
}



.staff-profiles-grid-4-cols p.profile-short-info {
    font-size:  12px;
    color: rgba(255, 255, 255, 0.9);
    background: #50585f;
    margin: -10px -20px;
    padding: 2px 7px;
    width:  auto;
    display: inline-block;
}

.staff-profiles-grid-4-cols .profile-info {
    padding-bottom: 15px;
}

/* Grid - 4 Columns (2) */

.staff-profiles-grid-4-cols-2 > * {
    margin: 0;
    padding: 3px;
}

.staff-profiles-grid-4-cols-2 div {
    transition: all .3s ease;
}

.staff-profiles-grid-4-cols-2 div:hover {
    margin-top: -10px;
    transition: all .3s ease;
}

.staff-profiles-grid-4-cols-2 img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.staff-profiles-grid-4-cols-2 figcaption {
    text-align: center;
}

.staff-profiles-grid-4-cols-2 h3.profile-name {
    font-size: 17px;
    position: relative;
}

.staff-profiles-grid-4-cols-2 h3.profile-name:after {
    position: absolute;
    content: "";
    width: 35px;
    height: 1px;
    background: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -5px;
}

.staff-profiles-grid-4-cols-2 p.profile-short-info {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.9);
}

.staff-profiles-grid-4-cols-2 .profile-social a {
    font-size: 12px;
    padding: 7px;
    color: #fff;
}

.staff-profiles-grid-4-cols-2 .profile-social {
    background: #3379b7;
    padding: 8px;
    margin: 0px -20px -20px !Important;
}

/* List 2 */

.staff-profiles-list-2 .row {
    margin: 0 0 15px;
}

.staff-profiles-list-2 img {
    width: 100%;
    height: 100px;
    object-fit: cover;
}

.staff-profiles-list-2 h3.profile-name {
    font-size: 20px;
}

.staff-profiles-list-2 .profile-name a {
    color: #000;
}

.staff-profiles-list-2 p.staff-short-info {
    color: rgba(0, 0, 0, 0.8);
	font-size: 14px;
    font-style: italic;
}

.staff-profiles-list-2 .profile-social a {
    color: #347ab7;
    padding: 0 5px;
    font-size: 12px;
}

.staff-profiles-list-2 .row {
    border-bottom:  1px solid #dedede;
}

.staff-profiles-list-2 div:last-child .row {
    border-bottom: 0;
}

.staff-profiles-list-2 .col-md-2 {
    padding: 0;
}
.staff-profiles-list-2 .row > * {
    height: 100%;
    position:  relative;
}
.staff-profiles-list-2 h3 {
    position:  absolute;
    top: 50%;
    margin-top: -0.6em;
}
.staff-profiles-list-2 .staff-short-info {
    position:  absolute;
    top: 50%;
    margin-top: -0.8em;
}
.staff-profiles-list-2 .profile-social {
    position:  absolute;
    top: 50%;
    margin-top: -0.8em;
}


/* Responsive Design */
@media (max-width: 767px) {
	.destinations-grid-2-cols .uk-width-1-2 {
		width: 100% !important;
	}
	.staff-profiles-default > *:hover .profile-social,
	.staff-profiles-default-2 > *:hover .profile-social {
        width: 82%;
	}
	.staff-profiles-overlay-4-cols > * {
	    margin-bottom: 20px;
	}
	.staff-profiles-1-col-2 {
	    text-align: center;
	}
	.staff-profiles-1-col-2 figure {
	    padding: 0 50px;
	}
	.staff-profiles-small-rounded img {
	    height: 130px;
	}
	.staff-profiles-small-slider-2 img {
	    height: 170px;
	}
	.staff-profiles-slider-rounded-img-3 .profile-info {
		width: 100%;
		padding: 25px 0 20px;
	}
	.staff-profiles-slider-rounded-img-3 figure {
		width: 100%;
	}
	.staff-profiles-list-2 figure {
		width:  100%;
	}
	.staff-profiles-list-2 .row {
		padding: 0 0 15px;
	}
    .staff-profiles-list-2 .row > * {
        height: auto;
        position:  relative;
    }
    .staff-profiles-list-2 h3 {
        position:  relative;
        top: 10px;
        margin-top: 0;
    }
    .staff-profiles-list-2 .staff-short-info {
        position:  relative;
        top: 5px;
        margin-top: 0;
    }
    .staff-profiles-list-2 .profile-social {
        position:  relative;
        top: 5px;
        margin-top: 0;
    }
}