@charset "utf-8";
/*!
 * Web Experience Toolkit (WET) / Boîte à outils de l'expérience Web (BOEW)
 * wet-boew.github.io/wet-boew/License-en.html / wet-boew.github.io/wet-boew/Licence-fr.html
 * v4.0.27-development - 2017-10-12
 *
 */
.chair-body h3 {
	font-size: 32px;
}
.caption, .cstm-lnhght {
	line-height: 1.2;
}
.org-hdr {
  background-color: #000000;
  color: #ffffff;
  padding: 10px;
}
.org-dir-hdr {
  background-color: #EDEDED;
  color: #000000;
  padding: 10px;
}
.chair-body {
  /*padding: 10px;*/
  background-color: #D9D9D9;
  display: inline-block;
}
.chair-body blockquote {
  border-left: 2px solid #000000;
}
.panel-slide-out {
  transform: translate(100%, 0) !important;
  transition: all 300ms;
}
.panel-slide-in {
  transform: translate(0, 0) !important;
  transition: all 300ms;
}
#mugshots-comm.wb-slide-left, #mugshots-snrmngmnt.wb-slide-left, #mugshots-dir.wb-slide-left, #mugshots-sm.wb-slide-left {
  transform: translate(-50%, 0);
  transition: all 300ms;
}
#mugshots-comm.wb-slide-back, #mugshots-snrmngmnt.wb-slide-back, #mugshots-dir.wb-slide-back, #mugshots-sm.wb-slide-back {
  transform: translate(0, 0);
  transition: all 300ms;
}
/*#mugshotsDir.wb-slide-left {
  transform: translate(-50%, 0);
  transition: all 300ms;
}
#mugshotsDir.wb-slide-back {
  transform: translate(0, 0);
  transition: all 300ms;
}
.overlay-lnk {
  text-decoration: none;
}*/
.mugshot a.btn {
  color: white;
}
.mugshot a:focus, .mugshot a:hover {
  transition: opacity 0.3s;
  opacity: 0.5;
}
.bioFigure figcaption {
  color: white;
  padding-bottom: 15px;
}
.navyBG {
  background-color: #1F2A44;
}
.tealBG {
  background-color: #1F2A44;
}
.oliveBG {
  background-color: #76881d;
}
.orangeBG {
  background-color: #BE4D00;
}
.pinkBG {
  background-color: #AC145A;
}
.blueBG {
  background-color: #1D428A;
}
.quotation {
  position: absolute;
  margin-left: -15px;
  margin-top: -5px;
}
/*@media screen and (max-width: 767px) {
  .chair-body blockquote {
    margin-top: 30px;
    ;
  }
}*/
/*@media screen and (min-width: 992px) {
  #wb-info > .container > ::before {
    background-color: #eee !important;
  }
}*/