/*border radius*/
/*border radius*/
/*border radius*/
/*border radius*/
/*border radius*/
.spinner--primary {
  color: #243855 !important;
}
.spinner--secondary {
  color: #FF7A00;
}

@media (min-width: 992px) {
  .speaker-profile {
    display: flex;
  }
}
.speaker-profile--vertical {
  flex-direction: column;
  overflow: auto;
}
@media (min-width: 992px) {
  .speaker-profile--vertical { /* Track */
    /* Handle */
    /* Handle on hover */
  }
  .speaker-profile--vertical::-webkit-scrollbar {
    width: 8px;
  }
  .speaker-profile--vertical::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .speaker-profile--vertical::-webkit-scrollbar-thumb {
    background: rgba(255, 122, 0, 0.3);
    border-radius: 3px;
  }
  .speaker-profile--vertical::-webkit-scrollbar-thumb:hover {
    background: #243855;
  }
}
.scrollbar--white .speaker-profile--vertical::-webkit-scrollbar-thumb:hover {
  background: #fff;
}
.scrollbar--light .speaker-profile--vertical::-webkit-scrollbar-thumb:hover {
  background: #f5f5f5;
}
.scrollbar--primary .speaker-profile--vertical::-webkit-scrollbar-thumb:hover {
  background: #243855;
}
.scrollbar--accent-2 .speaker-profile--vertical::-webkit-scrollbar-thumb:hover {
  background: #C4C4C4;
}
.scrollbar--dark .speaker-profile--vertical::-webkit-scrollbar-thumb:hover {
  background: #FF7A00;
}
.scrollbar--secondary .speaker-profile--vertical::-webkit-scrollbar-thumb:hover {
  background: #FF7A00;
}
.scrollbar--accent .speaker-profile--vertical::-webkit-scrollbar-thumb:hover {
  background: #FFC845;
}
.scrollbar--accent-3 .speaker-profile--vertical::-webkit-scrollbar-thumb:hover {
  background: #008E9B;
}
@media (min-width: 992px) {
  .speaker-profile--vertical {
    padding-right: 15px;
    overflow: auto;
  }
}
.speaker-profile__image-wrapper {
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  .speaker-profile__image-wrapper {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .speaker-profile__image-wrapper {
    flex: 0 0 45%;
    margin-right: 5%;
  }
}
.speaker-profile__image {
  width: 100%;
  min-height: 55vh;
  background-size: cover;
  background-position: center top;
}
.speaker-profile__image--vertical {
  min-height: 40vh;
  width: 90%;
  margin: auto;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 576px) {
  .speaker-profile__image--vertical {
    background-size: contain !important;
  }
}
@media (min-width: 992px) {
  .speaker-profile__image--vertical {
    height: 100% !important;
    width: 60% !important;
    min-height: 55vh !important;
  }
}
@media (min-width: 576px) {
  .speaker-profile__image {
    width: 50%;
    min-height: 50vh;
    margin: auto;
  }
}
@media (min-width: 992px) {
  .speaker-profile__image {
    min-height: 60vh;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .speaker-profile__image {
    min-height: 75vh;
  }
}
@media screen and (min-width: 1981px) {
  .speaker-profile__image {
    min-height: 55vh;
  }
}
.speaker-profile__info {
  display: flex;
  flex-flow: column;
  flex: 1;
}
.speaker-profile__info--vertical {
  margin: auto;
}
.speaker-profile__heading {
  font-size: 2.5rem;
}
.speaker-profile__work-info {
  display: block;
  margin-bottom: 10px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #C4C4C4;
}
.speaker-profile__bio {
  margin-bottom: 40px;
}
@media (min-width: 576px) {
  .speaker-profile__bio {
    padding: 10px 40px 0 40px;
  }
}
@media (min-width: 992px) {
  .speaker-profile__bio {
    padding: 0;
  }
}
.speaker-profile__social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 41px;
  height: 41px;
  text-decoration: none;
  font-size: 1.6rem;
  background: rgba(36, 56, 85, 0.2);
  border-radius: 4px;
}
.speaker-profile__social:not(:first-of-type) {
  margin-left: 10px;
}
@media (min-width: 768px) {
  .speaker-profile__day {
    text-align: left;
  }
}
.speaker-profile__day .schedule__slot:last-of-type {
  margin-bottom: 0;
}

/*# sourceMappingURL=speaker-profile.css.map */
