/**
* Theme Name: wsc
* Theme URI: http://wildsalmoncenter.org
* Author: Automattic
* Author URI: http://findsubstance.com
* License: GNU General Public License v2.0
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
* Description: A theme of Substance.
* Version: 0.1.0
* Text Domain: wsc
* Tags:
*/

#timeline-embed {
	z-index:1;
}
.directors-board {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.directors-board .item {
  width: 32%;

}
@media screen and (max-width: 767px) {
.directors-board .item {
  width: 100%;

}
}
.directors-board .item .item-img {
  height: 246px;
  width: auto;
  position: relative;
}

.directors-board .item .item-img img {
  height: 246px;
  width: 100%;
  object-fit: cover;
}
.directors-board .item .item-img:after {
    content: '';
    position: absolute;
    top: .5em;
    right: .5em;
    bottom: .5em;
    left: .5em;
    z-index: 1;
    pointer-events: none;
    border: 1px solid #fff;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
}
.directors-board .item:hover .item-img:after {
  top: .25em;
    right: .25em;
    bottom: .25em;
    left: .25em;
}
@media screen and (max-width: 767px) {
.directors-board .item .item-img {
  height: 530px;
}
.directors-board .item .item-img img {
height: 530px;
width: 100%;
    object-fit: cover;
}
}
figcaption {
	text-align: center;
	font-family: Verlag A,Verlag B,sans-serif;
    font-style: normal;
    font-weight: 400;
    font-weight: 300;
    font-size: .8888888889em;
    line-height: 1.125;
    text-align: left;
}
hr {
	border: 0 !important;
}
h2{
	font-size: 36px;
}
@media screen and (min-width: 48em) {
	blockquote:before {
		margin-right: 1.896104% !important;
        padding-right: 2.896104% !important;
	}
	blockquote {
		padding: 0 6.1081081081% !important;
	}
}
/**
