/********************************************************************
	Staff Single & Archive CSS
********************************************************************/

.staff-archive .content,
.staff-archive .full-width-content .content {
  padding: 60px;
	width: 100%;
}

.staff-archive h1.archive-title {
  color: #fff;
	font-size: 42px;
  font-weight: 600;
  letter-spacing: -0.5px;
}

.staff-member .uk-card-default .uk-card-title {
  margin-bottom: 5px;
  line-height: 1em;
}

.staff-archive .content .uk-card-media-top img {
	display: block;
	object-fit: contain;
  object-position: center;
	height: 300px;
	width: 100%;
}

.staff-archive .staff-member .uk-card-body {
	padding: 20px 30px 30px;
}

.staff-member .uk-card-body strong.pos-title {
	display: block;
	font-size: 14px;
	margin-bottom: 10px;
	width: 100%;
}

.staff-member .uk-card-body .co-title {
	display: block;
	font-size: 13px;
  font-weight: 400;
	width: 100%;
}

.staff-member .uk-card-body a.email {
  margin-left: 15px;
}

/*********** Staff Filter *************/

.staff-archive div#cs-filter {
    margin-bottom: 60px;
}

div#cs-filter .uk-subnav-pill > li > a {
  font-size: 18px;
  font-weight: 600;
}

div#cs-filter .uk-subnav-pill>.uk-active>a {
    background-color: #2DA9DE;
    color: #fff;
}

@media only screen and (max-width: 860px) {

}

@media only screen and (max-width: 700px) {
	
}

@media only screen and (max-width: 480px) {
	
}

/********************************************************************
	Staff Template CSS
********************************************************************/
.staff_template .content {
	width: 100%;
}

.staff_template ul.uk-grid-small li {
	list-style-type: none;
}

.staff_template .uk-card-body {
	padding: 0 0 30px;
}

.staff_template img.stf_img {
  object-fit: cover;
  height: 260px;
  width: 100%;
  margin-bottom: 20px;
}

.staff_template .entry-content ol, 
.staff_template .entry-content ul {
	padding-left: 0;
}

.staff_template h3.related-entry-title {
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 10px;
}

.staff_template span.job-title {
  display: block;
  color: #666;
  font-size: 15px;
  margin-bottom: 20px;
  width: 100%;
}

/*********** Module *******************/
.staff_template img.mod_img {
  display: block;
  margin-bottom: 24px;
  width: 100%;
}

@media only screen and (max-width: 1023px) {

  .staff-main-container .uk-child-width-1-2>* {
    width: 50% !important;
  }

}

@media only screen and (max-width: 860px) {

  .staff-main-container .wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .header-hero .color-overlay {
    background-color: rgba(0, 0, 0, .5);
    padding: 80px 0 80px;
  }

  .staff-archive .content, 
  .staff-archive .full-width-content .content {
    padding: 40px 0 0;
  }

}

@media only screen and (max-width: 500px) {

  .after-entry, .archive-description, .author-box, .comment-respond, .entry-comments, .entry-pings {
    padding: 0;
    margin-bottom: 5%;
  }

  .staff-main-container .uk-child-width-1-2>* {
    width: 100% !important;
  }

  .staff-archive .site-inner .uk-subnav-pill>*>:first-child {
    padding: 5px 5px;
    background: 0 0;
    color: #999;
    font-size: 12px;
}


}


