/* LAYOUT
-------------------------------------------------------- */
/* MIXINS
-------------------------------------------------------- */
/* Team Member Block
------------------------------------------------------------ */
.fs-block-team {
  margin-bottom: 64px; }
  .fs-block-team ul {
    padding-left: 0; }
  .fs-block-team .team__item {
    list-style-type: none; }

.team__items {
  margin: 0;
  display: grid;
  grid-gap: 2.5641%;
  grid-template-columns: repeat(2, 1fr); }
  @media (min-width: 600px) {
    .team__items {
      grid-template-columns: repeat(3, 1fr); } }
  @media (min-width: 768px) {
    .team__items {
      grid-template-columns: repeat(4, 1fr); } }

.team__item {
  position: relative;
  margin-bottom: 32px;
  text-align: center; }

.team__link {
  display: block;
  text-decoration: none;
  color: #646464; }

.team__picture {
  position: relative;
  margin-bottom: 16px;
  height: 100%;
  max-height: 434px; }
  .team__picture::after {
    display: block;
    position: absolute;
    top: 0;
    content: " ";
    width: 100%;
    height: 100%;
    background-color: #6A8000;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

.team__punchline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  padding: 16px;
  line-height: 1.25;
  font-size: 21px;
  color: #FFFFFF;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.team__link:hover .team__picture::after,
.team__link:focus .team__picture::after,
.team__link:hover .team__punchline,
.team__link:focus .team__punchline {
  opacity: 1; }

.team__link:hover .team__picture,
.team__link:focus .team__picture {
  -webkit-box-shadow: 0 0 24px #505050;
  box-shadow: 0 0 24px #505050; }

.team__name {
  margin-bottom: 4px;
  line-height: 1.25;
  font-weight: 500;
  font-size: 1.25em; }

.site-id-1 .entry-content .team__link:not(.button),
.site-id-1 .entry-content .team__link:not(.button):hover,
.site-id-1 .entry-content .team__link:not(.button):focus,
.site-id-2 .entry-content .team__link:not(.button),
.site-id-2 .entry-content .team__link:not(.button):hover,
.site-id-2 .entry-content .team__link:not(.button):focus,
.site-id-3 .entry-content .team__link:not(.button),
.site-id-3 .entry-content .team__link:not(.button):hover,
.site-id-3 .entry-content .team__link:not(.button):focus,
.site-id-4 .entry-content .team__link:not(.button),
.site-id-4 .entry-content .team__link:not(.button):hover,
.site-id-4 .entry-content .team__link:not(.button):focus,
.site-id-16 .entry-content .team__link:not(.button),
.site-id-16 .entry-content .team__link:not(.button):hover,
.site-id-16 .entry-content .team__link:not(.button):focus {
  -webkit-box-shadow: none;
  box-shadow: none; }

/*# sourceMappingURL=fs-team.css.map */