/* line 3, /myapp/app/assets/stylesheets/front/teams.scss */
.team-speakers > .carousel {
  margin-top: 25px;
}

/* line 9, /myapp/app/assets/stylesheets/front/teams.scss */
.show-team-page .featured-videos .arrow-left,
.show-team-page .featured-videos .arrow-right {
  top: 50%;
}
/* line 15, /myapp/app/assets/stylesheets/front/teams.scss */
.show-team-page .team-speakers-wrapper {
  background-color: #5900d0;
  padding-top: 20px;
  margin: 0;
  border-radius: 5px;
}
/* line 20, /myapp/app/assets/stylesheets/front/teams.scss */
.show-team-page .team-speakers-wrapper > div > div > a {
  color: white;
  font-weight: 400;
}
/* line 24, /myapp/app/assets/stylesheets/front/teams.scss */
.show-team-page .team-speakers-wrapper #team-speakers-list {
  margin: 0px;
  margin-top: 20px;
  visibility: hidden;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: visibility 0s, opacity 0.5s linear;
}
/* line 32, /myapp/app/assets/stylesheets/front/teams.scss */
.show-team-page .team-speakers-wrapper #team-speakers-list.show {
  visibility: visible;
  opacity: 1;
  height: inherit;
}
/* line 42, /myapp/app/assets/stylesheets/front/teams.scss */
.show-team-page .team-container .team-detail .left-side {
  margin-right: 20px;
}
/* line 49, /myapp/app/assets/stylesheets/front/teams.scss */
.show-team-page .team-speakers .arrow-left,
.show-team-page .team-speakers .arrow-right {
  top: 56%;
}
/* line 54, /myapp/app/assets/stylesheets/front/teams.scss */
.show-team-page .team-speakers #carousel_speaker_mobile_div {
  height: 400px !important;
}
/* line 57, /myapp/app/assets/stylesheets/front/teams.scss */
.show-team-page .team-speakers #carousel_speaker_mobile_div #carousel_speaker_mobile {
  height: 360px !important;
}
/* line 61, /myapp/app/assets/stylesheets/front/teams.scss */
.show-team-page .team-speakers #carousel_speaker_mobile_div .indicators {
  bottom: 0;
}
/* line 65, /myapp/app/assets/stylesheets/front/teams.scss */
.show-team-page .team-speakers #carousel_speaker_mobile_div .carousel-slider .carousel-item {
  height: inherit !important;
  min-height: unset !important;
}
/* line 72, /myapp/app/assets/stylesheets/front/teams.scss */
.show-team-page .team-speakers #carousel_speaker_mobile_div_single .indicators {
  bottom: 0;
}
/* line 76, /myapp/app/assets/stylesheets/front/teams.scss */
.show-team-page .team-speakers #carousel_speaker_mobile_div_single .carousel-slider .carousel-item {
  height: inherit !important;
  min-height: unset !important;
}
@media screen and (min-width: 993px) {
  /* line 85, /myapp/app/assets/stylesheets/front/teams.scss */
  .show-team-page .team-speakers .arrow-left,
  .show-team-page .team-speakers .arrow-right {
    top: 50%;
  }
}
