body.single-peopletwo .entry-thumbnail {
  display: none; }

/* Page Layout======================== */
#bio-image {
  float: left;
  display: block;
  width: 99%;
  /* hack to make firefox behave correctly */ }

#bio-image img {
  display: block;
  clear: both;
  max-width: 300px;
  margin: 0 0 20px; 
  width: 100%;
}

p.link-web a, p.link-cv a, p.link-mail a {
  background: url(images/html.png) no-repeat;
  padding-left: 20px; }

p.link-cv a {
  background: url(images/pdf.png) no-repeat; }

p.link-mail a {
  background: url(images/email.png) no-repeat; }

/* Gallery Layout======================== */
.people {
  width: 100%;
  float: left;
  clear: both; }


.person {
  width: 45%;
  float: left;
  display: block;
  margin: 10px 2.5% 0 0;
  
}
@media (min-width: 920px) {
    .person {
      width: 22%; } 
}
.person a {
    color: #58595b; }
.person-image {
  max-height: 280px;
  min-height: 200px;
  overflow: hidden;
  position: relative;

}
.person-image img {
    width: 100%;
	vertical-align: middle;
    max-width: 100%;
	min-height: 200px;
	overflow-y: hidden;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    clear: both;
    margin: 0!important;
    margin-bottom: 0.5em; 
	z-index: 1;
    object-fit: cover;
}

.gal_name {
  position: absolute;
  font-weight: bold;
  left: 0;
  bottom: 0;
  float: left;
  line-height: 1;
  font-size: 1em; 
  width: 100%;
  margin-top: -20px;
  background: rgba(0, 108, 147, .7);
  z-index: 1;
  padding: 15px 10px;
  color: rgb(255, 255, 255)
}
.gal_name:hover {
  background: rgba(0, 108, 147, .9);
}

.gal_title {
  width: 100%;
  float: left;
  font-size: .9em;
  line-height: 1.3em; 
  margin-top: 5px;
  padding-left: 10px;
}
.gal_research {
  width: 100%;
  float: left;
  font-size: .9em;
  line-height: 1.3em; 
  margin-top: 5px;
  padding-left: 10px;
}
.gal_profile {
  width: 100%;
  float: left;
  font-size: .9em;
  line-height: 1.3em; 
  margin-top: 5px;
  padding-left: 15px;
  position: relative;
}
.gal_profile::before {
    content:"";
    border-style: solid;
    border-width: 6px 6px 6px 6px;
    border-color: transparent transparent transparent #ff8200 ;
    position: absolute;
    left: 5px;
	top: 3px;
}

.svg-icon-tw, .svg-icon-li, .svg-icon-fb {
  width: 15px;
  height: 15px;
  display: inline-block; }

.person_content {
  width: 60%;
  float: left;
  margin-right: 10%; }
  @media (max-width: 768px) {
	.person_content {
		width: 100%;
		float: none;	
		}
}

.person_content h3 {
    margin-top: 0;
    margin-bottom: 36px; }

.person_sidebar {
  width: 30%;
  float: left; }
  @media (max-width: 768px) {
	.person_sidebar {
		width: 100%;
		float: none;		
	}
}
/*
 CSS for the main interaction
*/
.tabset > input[type="radio"] {
  position: absolute;
  left: -200vw;
}

.tabset .tab-panel {
  display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
  display: block;
}

/*
 Styling
*/
body {
  font: 16px/1.5em;
  color: #333;
  font-weight: 400;
}

.tabset > label {
  position: relative;
  display: inline-block;
  padding: 15px 15px 20px;
  border: 1px solid transparent;
  border-bottom: 0;
  cursor: pointer;
  font-weight: 600;
  margin-bottom: 0px;
}

.tabset > label::after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 15px;
  width: 22px;
  height: 4px;
  background: #58595b;
}

.tabset > label:hover,
.tabset > input:focus + label {
  color: #333;
}

.tabset > label:hover::after,
.tabset > input:focus + label::after,
.tabset > input:checked + label::after {
  background: #ff8200;
}

.tabset > input:checked + label {
  border-color: #ccc;
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
}

.tab-panels {
	margin-top: 0px;
}

.tab-panel {
  padding: 30px 0;
  border-top: 1px solid #ccc;
}
.gal_button {
	display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-image: none;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    background-color: #58595B;
    color: #E0E0E0;
	text-decoration: none;
	height: 40px!important;
    line-height: 40px!important;
    border-radius: 40px!important;
    font-size: 14px!important;
    font-weight: 700!important;
    background-color: #fff!important;
    color: #333!important;
    padding: 0 64px 0 18px!important;
    position: relative!important;
    z-index: 0;
	margin: 10px 10px;
}
.gal_button::after {
    font-family: FontAwesome;
    content: "\f08e";
    color: #fff!important;
    font-style: normal;
    font-size: 12px;
    speak: none;
    font-weight: 400;
    display: block;
    position: absolute;
    right: 0px;
    top: -1px;
    height: 40px!important;
    width: 40px!important;
    background-color: #ff8200;
    border-top-right-radius: 40px!important;
    border-bottom-right-radius: 40px!important;
}
.gal_button:hover {
	-webkit-box-shadow: 0 2px 5px rgba(51,51,51,.29);
    box-shadow: 0 2px 5px rgba(51,51,51,.29);
	transform: .25s;
	text-decoration: none;
}
.gal_globe::after {
    background-color: #006c93!important;
}
@media (min-width: 920px) {
    br.none {
        clear: none !important;
        display: none !important;
    }
    br.none:after {
        clear: none !important;
    }
    p.none {
        margin: 0rem !important;
    }
}
@media (min-width: 768px) {
    .person-image img {
        object-fit: cover;
    }
}