/********************************************************************
	Staff Single & Archive CSS
********************************************************************/

.staff-archive .content {
	width: 100%;
}

.staff-archive h1.archive-title {
	font-size: 42px;
    font-weight: 600;
    letter-spacing: -0.5px;
}

.staff-archive h1.archive-title::after {
    border-bottom: 1px solid #000;
    content: "";
    display: block;
    margin-bottom: 40px;
    padding-bottom: 40px;
    width: 2.5%;
}

.staff-archive .content .uk-card-media-top img {
	display: block;
	object-fit: cover;
  object-position: top;
  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: 15px;
	width: 100%;
}

.entry-content ul > li {
  list-style-type: none;
  border-bottom: none !important;
}

/*********** Staff Filter *************/

.staff-archive div#cs-filter {
    margin-bottom: 60px;
}

div#cs-filter .uk-subnav-pill>.uk-active>a {
    background-color: #e3382e;
    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 ul.uk-grid-small li {
	list-style-type: none;
}

.staff_template .uk-card-body {
	padding: 0 0 20px;
}

.staff_template img.stf_img {
  object-fit: cover;
  object-position: top;
  height: 300px;
  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;
  padding: 0 20px;
}

.staff_template span.job-title {
  display: block;
  color: #666;
  font-size: 15px;
  margin-bottom: 20px;
  padding: 0 20px;
  width: 100%;
}

.staff_template .uk-card-body .uk-button:hover {
  border: 1px solid #000;
}

/*********** Module *******************/
.staff_template img.mod_img {
  display: block;
  margin-bottom: 24px;
  width: 100%;
}
