/* line 2, app/assets/stylesheets/insiders/profile.scss */
.profile .profile-header {
  margin-bottom: 70px;
}

/* line 5, app/assets/stylesheets/insiders/profile.scss */
.profile .profile-header h2 {
  margin-bottom: 42px;
}

/* line 10, app/assets/stylesheets/insiders/profile.scss */
.profile .profile-picture {
  margin-bottom: 32px;
}

/* line 14, app/assets/stylesheets/insiders/profile.scss */
.profile .rounded-circle {
  -o-object-fit: cover;
     object-fit: cover;
  width: 300px;
  height: 300px;
}

/* line 20, app/assets/stylesheets/insiders/profile.scss */
.profile .short-summary {
  margin-bottom: 32px;
}

/* line 21, app/assets/stylesheets/insiders/profile.scss */
.profile .short-summary p {
  margin: 0px 10px;
  text-align: center;
}

/* line 28, app/assets/stylesheets/insiders/profile.scss */
.profile .btn-container {
  width: 175px;
  margin: 0 5px;
}

/* line 33, app/assets/stylesheets/insiders/profile.scss */
.profile .subheader {
  font-family: 'Work Sans';
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

/* line 42, app/assets/stylesheets/insiders/profile.scss */
.profile .profile-content {
  padding: 0 10px;
}

/* line 44, app/assets/stylesheets/insiders/profile.scss */
.profile .profile-content p {
  margin-bottom: 48px;
}

/* line 48, app/assets/stylesheets/insiders/profile.scss */
.profile .profile-content .insider-bio {
  margin-bottom: 38px;
}

/* line 53, app/assets/stylesheets/insiders/profile.scss */
.profile .profile-col {
  margin: 0 11px;
}

@media (max-width: 767px) {
  /* line 58, app/assets/stylesheets/insiders/profile.scss */
  .profile .profile-content {
    padding: 0;
  }
  /* line 62, app/assets/stylesheets/insiders/profile.scss */
  .profile .profile-col {
    margin: 0;
  }
}

/* line 67, app/assets/stylesheets/insiders/profile.scss */
.profile .insider-details {
  max-width: 740px;
}

/* line 71, app/assets/stylesheets/insiders/profile.scss */
.profile .choose-your-trip {
  max-width: 363px;
}

/* line 75, app/assets/stylesheets/insiders/profile.scss */
.profile .carousel-item {
  -o-object-fit: cover;
     object-fit: cover;
  height: 560px;
}

@media only screen and (max-width: 769px) {
  /* line 75, app/assets/stylesheets/insiders/profile.scss */
  .profile .carousel-item {
    height: 256px;
  }
}

/* line 83, app/assets/stylesheets/insiders/profile.scss */
.profile .carousel-item img {
  height: 100%;
}

/* line 88, app/assets/stylesheets/insiders/profile.scss */
.profile #insider-profile-carousel {
  margin-bottom: 24px;
}

/* line 92, app/assets/stylesheets/insiders/profile.scss */
.profile .carousel-indicators button {
  width: 8px;
  height: 8px;
  border-radius: 100%;
}

/* line 98, app/assets/stylesheets/insiders/profile.scss */
.profile .carousel-control {
  opacity: 70%;
}

/* line 102, app/assets/stylesheets/insiders/profile.scss */
.profile .carousel-control-prev-icon, .profile .carousel-control-next-icon {
  height: 32px;
  width: 32px;
  background-color: black;
  background-size: 75%, 75%;
  border-radius: 50%;
}

/* line 110, app/assets/stylesheets/insiders/profile.scss */
.profile .carousel-control-prev-icon:hover, .profile .carousel-control-next-icon:hover {
  height: 34px;
  width: 34px;
  transition: all 0.05s ease-in-out;
}

/* line 116, app/assets/stylesheets/insiders/profile.scss */
.profile .social-links {
  margin-bottom: 57px;
}

/* line 119, app/assets/stylesheets/insiders/profile.scss */
.profile .social-links .instagram-logo {
  width: 30px;
}

/* line 125, app/assets/stylesheets/insiders/profile.scss */
.profile .trips {
  position: sticky;
  top: 116px;
}

/* line 129, app/assets/stylesheets/insiders/profile.scss */
.profile .trips .trip-card {
  height: 184px;
  position: relative;
  text-align: center;
  overflow: hidden;
  margin-bottom: 56px;
}

/* line 138, app/assets/stylesheets/insiders/profile.scss */
.profile .trips .trip-image {
  width: 100%;
}

/* line 142, app/assets/stylesheets/insiders/profile.scss */
.profile .trips .trip-image > img {
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform .5s ease;
}

/* line 148, app/assets/stylesheets/insiders/profile.scss */
.profile .trips .trip-image > img:hover {
  transform: scale(1.2);
}

/* line 152, app/assets/stylesheets/insiders/profile.scss */
.profile .trips .trip-banner-caption {
  position: absolute;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  width: 200px;
}
