/*d5001d*/
/*@primaryColorDark: #8e0013;*/
/*@darkBlue: #7b0111;*/
.blockContainer.white .teamBlock .team .member .info a,
.blockContainer.light_grey .teamBlock .team .member .info a,
.blockContainer.grey .teamBlock .team .member .info a {
  color: #d5001d;
}
.blockContainer.white .teamBlock .team .member .info a:hover,
.blockContainer.light_grey .teamBlock .team .member .info a:hover,
.blockContainer.grey .teamBlock .team .member .info a:hover {
  color: #141414;
}
.blockContainer.primary .teamBlock .intro,
.blockContainer.hex .teamBlock .intro {
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}
.blockContainer.primary .teamBlock .intro .textLink,
.blockContainer.hex .teamBlock .intro .textLink {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blockContainer.primary .teamBlock .intro .textLink i,
.blockContainer.hex .teamBlock .intro .textLink i {
  color: #ffffff;
}
.blockContainer.primary .teamBlock .intro .textLink:hover,
.blockContainer.hex .teamBlock .intro .textLink:hover {
  opacity: .5;
}
.blockContainer.primary .teamBlock .contentWrapper .team .member p,
.blockContainer.hex .teamBlock .contentWrapper .team .member p {
  color: #ffffff;
}
.blockContainer.primary .teamBlock .contentWrapper .team .member .info a,
.blockContainer.hex .teamBlock .contentWrapper .team .member .info a {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blockContainer.primary .teamBlock .contentWrapper .team .member .info a:hover,
.blockContainer.hex .teamBlock .contentWrapper .team .member .info a:hover {
  opacity: .5;
}
.blockContainer.hex_light .teamBlock .intro {
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}
.blockContainer.hex_light .teamBlock .intro .textLink {
  color: #000000;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blockContainer.hex_light .teamBlock .intro .textLink i {
  color: #000000;
}
.blockContainer.hex_light .teamBlock .intro .textLink:hover {
  opacity: .5;
}
.blockContainer.hex_light .teamBlock .contentWrapper .team .member p {
  color: #000000;
}
.blockContainer.hex_light .teamBlock .contentWrapper .team .member .info a {
  color: #000000;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blockContainer.hex_light .teamBlock .contentWrapper .team .member .info a:hover {
  opacity: .5;
}
.teamBlock.aos-animate .intro,
.teamBlock.aos-animate .link,
.teamBlock.aos-animate .team {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.teamBlock.aos-animate .link {
  -webkit-transition-delay: 0.15s;
  -moz-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.teamBlock.aos-animate .team {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.teamBlock .intro {
  border-bottom: 2px solid #d5001d;
  padding-bottom: 40px;
  margin-bottom: 40px;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}
.teamBlock .contentWrapper .contentWrapper {
  padding: 0;
}
.teamBlock .link {
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 20px;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}
.teamBlock .link .textLink {
  line-height: 20px;
}
.teamBlock .team {
  margin-top: 20px;
  width: calc(100% + 20px);
  margin-left: -10px;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}
.teamBlock .team .member {
  width: 33.3333%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 0 10px;
  margin-bottom: 40px;
}
.teamBlock .team .member .memberImage {
  opacity: 1;
  height: 400px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.teamBlock .team .member .memberImage.lazy {
  background-image: none !important;
  background-color: #8e0013;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.teamBlock .team .member .info {
  margin-top: 20px;
}
.teamBlock .team .member .info .memberTitle {
  color: #afafaf;
}
.teamBlock .team .member .info a {
  color: #ffffff;
  font-weight: 600;
  -webkit-transition: color 0.3s 0s ease-out;
  -moz-transition: color 0.3s 0s ease-out;
  -o-transition: color 0.3s 0s ease-out;
  transition: color 0.3s 0s ease-out;
}
.teamBlock .team .member .info a:hover {
  color: #d5001d;
  -webkit-transition: color 0.3s 0s ease-out;
  -moz-transition: color 0.3s 0s ease-out;
  -o-transition: color 0.3s 0s ease-out;
  transition: color 0.3s 0s ease-out;
}
@media all and (max-width: 900px) {
  .teamBlock .team .member {
    width: 50%;
  }
}
@media all and (max-width: 520px) {
  .teamBlock .team .member {
    width: 100%;
  }
}
/*# sourceMappingURL=team_block.css.map */