@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700|Open+Sans:400,600,700&display=swap);
/*** COLOURS ***/
/*** SIZES ***/
/*** DOTDOTDOT ***/
/*** FONTS ***/
.coachesBlock {
  margin: 100px 0;
  background: #f8f8f8;
  position: relative;
}
.coachesBlock.aos-animate .cols {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}
.coachesBlock .intro {
  margin-bottom: 50px;
}
.coachesBlock .cols {
  text-align: center;
  width: calc(100% + 40px);
  margin-left: -20px;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0.45s, visibility 0.3s 0.45s, transform 0.3s 0.45s;
  -moz-transition: opacity 0.3s 0.45s, visibility 0.3s 0.45s, transform 0.3s 0.45s;
  -ms-transition: opacity 0.3s 0.45s, visibility 0.3s 0.45s, transform 0.3s 0.45s;
  -o-transition: opacity 0.3s 0.45s, visibility 0.3s 0.45s, transform 0.3s 0.45s;
  transition: opacity 0.3s 0.45s, visibility 0.3s 0.45s, transform 0.3s 0.45s;
}
.coachesBlock .cols .col {
  text-align: left;
  padding: 20px;
  width: 33.3333%;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.coachesBlock .cols .col ul,
.coachesBlock .cols .col ol {
  margin-bottom: 24px;
}
.coachesBlock .cols .col ul:last-child,
.coachesBlock .cols .col ol:last-child {
  margin-bottom: 0;
}
.coachesBlock .cols .col li {
  color: #134053;
  padding-left: 10px;
  margin-left: 15px;
}
.coachesBlock .coaches {
  width: calc(100% + 20px);
  margin-left: -10px;
  display: flex;
  flex-wrap: wrap;
}
.coachesBlock .coaches .coach {
  flex-grow: 0;
  width: 33.3333%;
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
  margin-bottom: 20px;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0.3s, visibility 0.3s 0.3s, transform 0.3s 0.3s;
  -moz-transition: opacity 0.3s 0.3s, visibility 0.3s 0.3s, transform 0.3s 0.3s;
  -ms-transition: opacity 0.3s 0.3s, visibility 0.3s 0.3s, transform 0.3s 0.3s;
  -o-transition: opacity 0.3s 0.3s, visibility 0.3s 0.3s, transform 0.3s 0.3s;
  transition: opacity 0.3s 0.3s, visibility 0.3s 0.3s, transform 0.3s 0.3s;
}
.coachesBlock .coaches .coach.aos-animate {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}
.coachesBlock .coaches .coach .innerCoach {
  background: #fff;
  position: relative;
  height: 100%;
  padding-bottom: 54px;
}
.coachesBlock .coaches .coach .innerCoach .image {
  padding-bottom: 100%;
  height: 0;
  position: relative;
  background-image: url('../../img/coaches/no-picture.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.coachesBlock .coaches .coach .innerCoach .image .innerImage {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.coachesBlock .coaches .coach .innerCoach .image .triangle {
  height: auto;
  left: auto;
  position: absolute;
  top: 50%;
  width: 27px;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.coachesBlock .coaches .coach .innerCoach .image .triangle svg {
  width: 100%;
}
.coachesBlock .coaches .coach .innerCoach .image .triangle svg path {
  fill: #f8f8f8;
}
.coachesBlock .coaches .coach .innerCoach .coachContent {
  padding: 15px 20px;
}
.coachesBlock .coaches .coach .innerCoach .coachContent .coachName {
  color: #fbbc43;
  margin-bottom: 0;
}
.coachesBlock .coaches .coach .innerCoach .coachContent .divider {
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  margin: 15px 0;
}
.coachesBlock .coaches .coach .innerCoach .coachContent .location {
  color: #134053;
}
.coachesBlock .coaches .coach .innerCoach .coachContent .location .label {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  opacity: 0.6;
}
.coachesBlock .coaches .coach .innerCoach .buttons {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.coachesBlock .coaches .coach .innerCoach .buttons .button {
  width: 100%;
  border-radius: 5px;
  border: none;
  line-height: 24px;
  padding: 15px 20px;
}
@media all and (max-width: 1024px) {
  .coachesBlock .coaches .coach {
    width: 50%;
  }
}
@media all and (max-width: 900px) {
  .coachesBlock .cols .col {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 24px;
  }
  .coachesBlock .cols .col .emptyRow {
    display: none;
  }
}
@media all and (max-width: 768px) {
  .coachesBlock {
    margin: 50px 0;
  }
}
@media all and (max-width: 500px) {
  .coachesBlock .coaches .coach {
    width: 100%;
  }
}
/*# sourceMappingURL=coaches_block.css.map */