.mentor-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  pointer-events: none;
}

.mentor-overlay-top {
  flex: 1;
  background-color: rgba(0, 0, 0, 0.5);
}

.mentor-overlay-bottom {
  flex: 1;
  background-color: #ffffff;
  pointer-events: auto;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 16px;
  padding-bottom: max(16px, env(safe-area-inset-bottom));
  padding-bottom: max(16px, constant(safe-area-inset-bottom));
}
.mentor-overlay-bottom .container {
  width: 100%;
}
.mentor-overlay-bottom .overlay-flex {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .mentor-overlay-bottom .overlay-flex {
    flex-direction: column;
  }
}

.mentor-overlay-image .image {
  width: 100%;
  height: 240px;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
}
.mentor-overlay-image img {
  width: 260px;
  margin-top: 30px;
}

.mentor-overlay-text {
  padding: 20px;
}
.mentor-overlay-text .heading {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 28px;
  line-height: 140%;
  letter-spacing: 0px;
  text-align: center;
}
.mentor-overlay-text .description {
  font-family: "Source Serif Pro", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  text-align: center;
}

/* Prevent scrolling when overlay is shown */
body.overlay-active {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
  height: 100dvh;
}

.mentor-profile-layout p.title {
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 10px;
  color: #7B7B7B;
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
}
.mentor-profile-layout input#favorite {
  display: none;
}
.mentor-profile-layout .fa-heart-o {
  color: #fb825c;
  cursor: pointer;
}
.mentor-profile-layout .fa-heart {
  color: #fb825c;
  cursor: pointer;
}
.mentor-profile-layout .heart {
  margin: 15px 10px;
  background: #f8f6f1;
  border-radius: 50%;
}
.mentor-profile-layout .heart span i {
  font-size: 20px;
  padding: 10px;
}
.mentor-profile-layout .favorite-response-msg {
  margin-left: 20px;
  margin-right: 20px;
  text-align: center;
}
.mentor-profile-layout .info-background {
  background-image: url("../images/mentor_profile_background.png");
  background-size: cover;
  background-position: center center;
  margin-top: 40px;
}
.mentor-profile-layout .info-background .back-link {
  position: absolute;
  top: -40px;
  color: #262626;
  font-size: 14px;
  padding-left: 13px;
}
.mentor-profile-layout .info-background .back-link:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  height: 10px;
  width: 10px;
  background-image: url("../images/back_chevron_black.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.mentor-profile-layout .info-background .back-link:hover {
  color: #4FA3FD;
}
.mentor-profile-layout .info-background .back-link:hover:before {
  background-image: url("../images/chevron_left_blue.png");
}
.mentor-profile-layout .info-background .image {
  position: relative;
  height: 274px;
  width: 321px;
  background-size: cover;
  background-position: center center;
  margin: 32px 0;
}
.mentor-profile-layout .info-background .image .sponsorship-indicator {
  content: url("../images/sponsorship-icon.png");
  background-size: contain;
  position: absolute;
  margin-left: 9px;
  padding-top: 8px;
  width: 20px;
}
.mentor-profile-layout .info-background .image .new-mentor-indicator {
  content: url("../images/new-mentor-icon.png");
  background-size: contain;
  position: absolute;
  margin-left: 9px;
  padding-top: 8px;
  width: 20px;
}
.mentor-profile-layout .info-background .image .association-icons {
  position: absolute;
  bottom: 12px;
  right: 12px;
  height: 36px;
  min-width: 36px;
}
.mentor-profile-layout .info-background .image .association-icons .association-icon {
  display: inline-block;
  height: 36px;
  width: 36px;
}
.mentor-profile-layout .info-background .image .association-icons .association-icon.vdu-icon {
  height: 36px;
  width: 84px;
}
.mentor-profile-layout .info-background .image .association-icons .vgtu-icon {
  width: 72px;
}
.mentor-profile-layout .info-background .image .association-icons .mru-icon {
  width: 87px;
}
.mentor-profile-layout .info-background .image .association-icons .wow-icon {
  height: 30px;
  width: 45px;
}
.mentor-profile-layout .info-background .image .association-icons div ~ div {
  margin-left: 10px;
}
.mentor-profile-layout .info-background .info {
  margin-top: 32px;
  margin-left: 10px;
  font-size: 20px;
  margin-bottom: 32px;
}
.mentor-profile-layout .info-background .info p {
  line-height: 18px;
}
.mentor-profile-layout .info-background .info .full-name {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 32px;
}
.mentor-profile-layout .info-background .info .position {
  font-family: "Source Sans Pro", sans-serif;
  color: #000;
}
.mentor-profile-layout .info-background .info .organization {
  margin-bottom: 15px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
}
.mentor-profile-layout .info-background .board {
  min-height: 364px;
  margin-top: -16px;
  margin-bottom: -16px;
  padding-top: 30px;
  background-color: #fff;
  border: 1px solid #E0D9CA;
  text-align: center;
  color: #7B7B7B;
  font-size: 14px;
  height: auto;
}
.mentor-profile-layout .info-background .board .board-heading {
  font-size: 14px;
  margin-bottom: 0;
  color: #7B7B7B;
}
.mentor-profile-layout .info-background .board .bottom-link {
  display: block;
  color: #7B7B7B;
  max-width: 163px;
  margin: auto;
  line-height: 25px;
  text-decoration: underline;
}
.mentor-profile-layout .info-background .board .btn {
  min-width: 150px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  height: 44px;
  padding: 12px;
  text-transform: uppercase;
  background-color: #0075CF;
  color: #fff;
  border-radius: 22px;
  letter-spacing: 1px;
  margin-top: 15px;
  box-shadow: none;
}
.mentor-profile-layout .info-background .board .btn:hover {
  background-color: #2189E6;
}
.mentor-profile-layout .info-background .board .btn.btn-reserve {
  color: #2189E6;
  background-color: #F5F5F5;
  margin-top: 15px;
}
.mentor-profile-layout .info-background .board .btn.btn-reserve:hover {
  background-color: #D8D8D8;
}
.mentor-profile-layout .info-background .board .taken {
  color: #000;
  margin-top: 30px;
  margin-bottom: 0;
}
.mentor-profile-layout .info-background .board .internal {
  color: #000;
  margin: 30px auto 0 auto;
  padding: 0 7px 0 7px;
  font-size: 12px;
  line-height: 1.2;
  max-width: 320px;
}
.mentor-profile-layout .info-background .board .internal.internal-only {
  color: #78003f;
}
.mentor-profile-layout .info-background .board .mentor-available-date {
  font-size: 14px;
  color: #7B7B7B;
}
.mentor-profile-layout .info-background .board .rating {
  min-height: 19px;
  margin-bottom: 20px;
}
.mentor-profile-layout .info-background .board .rating span {
  background-image: url("../images/gold_star.png");
  display: inline-block;
  height: 10px;
  width: 11px;
  background-size: cover;
  background-position: center center;
}
.mentor-profile-layout .info-background .board .city {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  color: #000;
}
.mentor-profile-layout .info-background .board .contact-icons {
  margin: 10px 0 30px 0;
}
.mentor-profile-layout .info-background .board .contact-icons .contact {
  margin-bottom: 12px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.mentor-profile-layout .info-background .board .contact-icons .contact .icon {
  margin: 0 5px;
  max-height: 20px;
  max-width: 20px;
}
.mentor-profile-layout .info-background .board .contact-icons .contact .icon.inperson {
  content: url("../images/inperson.png");
}
.mentor-profile-layout .info-background .board .contact-icons .contact .icon.inonline {
  content: url("../images/inonline.png");
}
.mentor-profile-layout .info-background .board .contact-icons .language {
  color: #2189e6;
  font-size: 14px;
  padding: 0 5px;
}
.mentor-profile-layout .info-background .board .contact-icons .profile-languages {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.mentor-profile-layout .info-background .area {
  color: #7B7B7B;
  font-size: 20px;
}
.mentor-profile-layout .info-background .city {
  font-family: "Source Sans Pro", sans-serif;
  text-align: center;
  font-weight: 400;
  font-size: 20px;
}
.mentor-profile-layout .info-background .organization {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
}
.mentor-profile-layout .about-container {
  margin-top: 40px;
  padding-bottom: 40px;
}
.mentor-profile-layout .about-container .title {
  margin-bottom: 10px;
}
.mentor-profile-layout .about-container .title.title-courses {
  margin-bottom: -15px;
}
.mentor-profile-layout .about-container .description .content,
.mentor-profile-layout .about-container .description-mobile .content {
  overflow: hidden;
  max-height: 90px;
  transition: max-height 0.25s ease-in;
  display: block;
  margin-bottom: 10px;
  font-family: "Source Serif Pro", serif;
  user-select: none;
}
.mentor-profile-layout .about-container .description .show-more,
.mentor-profile-layout .about-container .description-mobile .show-more {
  color: #4FA3FD;
  font-weight: 100;
  padding-left: 15px;
  cursor: pointer;
  display: none;
}
.mentor-profile-layout .about-container .description .show-more:before,
.mentor-profile-layout .about-container .description-mobile .show-more:before {
  content: "+";
  position: absolute;
  left: 15px;
}
.mentor-profile-layout .about-container .description .show-more.less:before,
.mentor-profile-layout .about-container .description-mobile .show-more.less:before {
  content: "-";
}
.mentor-profile-layout .about-container .description .show-more-mobile,
.mentor-profile-layout .about-container .description-mobile .show-more-mobile {
  color: #4FA3FD;
  font-weight: 100;
  padding-left: 15px;
  cursor: pointer;
  display: none;
}
.mentor-profile-layout .about-container .description .show-more-mobile:before,
.mentor-profile-layout .about-container .description-mobile .show-more-mobile:before {
  content: "+";
  position: absolute;
  left: 15px;
}
.mentor-profile-layout .about-container .description .show-more-mobile.less:before,
.mentor-profile-layout .about-container .description-mobile .show-more-mobile.less:before {
  content: "-";
}
.mentor-profile-layout .about-container .about-info {
  margin: 20px 0 20px 0;
}
.mentor-profile-layout .about-container .about-info .about-info-item {
  color: #7B7B7B;
  font-size: 16px;
  margin: 7px 0 7px 0;
}
.mentor-profile-layout .mentor-partner-wrapper {
  border-top: 2px solid #E0D9CA;
  padding-top: 10.5px;
  padding-bottom: 19.5px;
}
.mentor-profile-layout .mentor-partner-wrapper .partner-mentor {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.mentor-profile-layout .mentor-partner-wrapper .partner-mentor__image {
  max-width: 200px;
  margin-top: 16px;
  margin-bottom: 8px;
}
.mentor-profile-layout .mentor-partner-wrapper .partner-mentor__href {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
}
.mentor-profile-layout .mentor-partner-wrapper .partner-mentor__description {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
}
.mentor-profile-layout .blog-wrapper {
  border-top: 2px solid #E0D9CA;
  padding-top: 10.5px;
  padding-bottom: 19.5px;
}
@media (min-width: 768px) {
  .mentor-profile-layout .blog-wrapper .blog-container .blogPosts > a:nth-child(even) > .blog-post {
    padding-left: 30px;
  }
  .mentor-profile-layout .blog-wrapper .blog-container .blogPosts > a:nth-child(odd) > .blog-post {
    padding-right: 30px;
  }
}
.mentor-profile-layout .blog-wrapper .blog-container .blog-post {
  max-width: 370px;
}
@media (max-width: 767.92px) {
  .mentor-profile-layout .blog-wrapper .blog-container .blog-post {
    max-width: 100%;
    padding-bottom: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .mentor-profile-layout .blog-wrapper .blog-container .blog-post {
    max-width: 330px;
  }
}
.mentor-profile-layout .blog-wrapper .blog-container .blog-post:hover .post-title {
  color: #2082d9;
}
.mentor-profile-layout .blog-wrapper .blog-container .more {
  padding-top: 15px;
}
.mentor-profile-layout .blog-wrapper .blog-container .get-more {
  color: #4FA3FD;
  font-weight: 100;
  padding-left: 15px;
  cursor: pointer;
}
.mentor-profile-layout .blog-wrapper .blog-container .get-more:before {
  content: "+";
  position: absolute;
  left: 15px;
}
.mentor-profile-layout .blog-wrapper .blog-container .get-more.fetching:before {
  font-family: "FontAwesome";
  content: "\f110";
  font-size: 14px;
  top: 2px;
  animation-name: spin;
  animation-duration: 4000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.mentor-profile-layout .blog-wrapper .blog-container .title {
  margin-bottom: 22.7px;
}
.mentor-profile-layout .blog-wrapper .blog-container .blogPosts {
  max-width: 750px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.mentor-profile-layout .blog-wrapper .blog-container .blogPosts > a {
  flex: 50%;
}
@media (max-width: 767.98px) {
  .mentor-profile-layout .blog-wrapper .blog-container .blogPosts > a {
    flex: 100%;
  }
}
.mentor-profile-layout .blog-wrapper .blog-container .blogPosts .post-title {
  font-size: 18px;
  font-weight: bold;
  color: #262626;
  margin-bottom: 6.8px;
}
.mentor-profile-layout .blog-wrapper .blog-container .blogPosts .read-more {
  font-size: 14px;
  font-weight: 600;
  color: #4fa3fd;
}
.mentor-profile-layout .blog-wrapper .blog-container .col-md-offset-1 {
  margin-left: 29.5px;
}
.mentor-profile-layout .courses-section {
  background-color: #F8F6F1;
}
.mentor-profile-layout .courses-section .negative-margin-section {
  margin-top: -25px;
  margin-bottom: -30px;
}
.mentor-profile-layout .courses-section .course-item {
  display: inline-block;
  width: 100%;
  margin: 13px auto;
}
.mentor-profile-layout .courses-section .course-item .course-date {
  line-height: unset;
}
.mentor-profile-layout .courses-section .course-item .course-date .month {
  font-size: 14px;
  font-weight: 600;
  color: #2a2828;
}
.mentor-profile-layout .courses-section .course-item .course-date .day {
  font-size: 36px;
  color: #4FA3FD;
  line-height: 36px;
}
.mentor-profile-layout .courses-section .course-item .course-info {
  background: #fff;
  position: relative;
  padding: 15px 0;
  border: solid 1px transparent;
  border-top: none;
  border: solid 1px #E0D9CA;
  height: 122px;
}
.mentor-profile-layout .courses-section .course-item .course-info .badge {
  height: 20px;
  border-radius: 5px 0 0 5px;
  box-shadow: -1px 1px 0 0 rgba(0, 0, 0, 0.07);
  display: inline-block;
  position: absolute;
  top: 20px;
  right: -4px;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 1.42px;
  text-align: center;
  color: #F8F8F8;
  line-height: 20px;
  text-transform: uppercase;
  padding: 0 12px;
}
.mentor-profile-layout .courses-section .course-item .course-info .badge.course {
  background-color: #84CF36;
}
.mentor-profile-layout .courses-section .course-item .course-info .badge.consultation {
  background-color: #FB825C;
}
.mentor-profile-layout .courses-section .course-item .course-info .badge.product {
  background-color: #2189E6;
}
.mentor-profile-layout .courses-section .course-item .course-info p {
  font-family: "Source Sans Pro", sans-serif;
  margin-bottom: 0;
}
.mentor-profile-layout .courses-section .course-item .course-info .hover-excerpt {
  display: none;
  font-size: 14px;
  line-height: 18px;
  height: 38px;
  overflow: hidden;
}
.mentor-profile-layout .courses-section .course-item .course-info .title, .mentor-profile-layout .courses-section .course-item .course-info .price {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  max-height: 52px;
  overflow: hidden;
}
.mentor-profile-layout .courses-section .course-item .course-info .title {
  margin: 0;
  color: #000;
  text-transform: none;
}
.mentor-profile-layout .courses-section .course-item .course-info .price {
  display: block;
  color: #262626;
}
.mentor-profile-layout .courses-section .course-item .course-info .organizer {
  font-size: 14px;
  line-height: 20px;
  color: #262626;
}
.mentor-profile-layout .courses-section .course-item .course-info .meeting-details {
  line-height: 22px;
  font-size: 14px;
  color: #262626;
}
.mentor-profile-layout .courses-section .course-item .course-info .meeting-details .bullet {
  padding: 0 3px;
}
.mentor-profile-layout .courses-section .course-item .course-info:hover {
  border: solid 1px #89c2ff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.mentor-profile-layout .courses-section .course-item .course-info:hover .hover-excerpt {
  display: inline-block;
}
.mentor-profile-layout .courses-section .course-item .course-info:hover .title, .mentor-profile-layout .courses-section .course-item .course-info:hover .organizer, .mentor-profile-layout .courses-section .course-item .course-info:hover .meeting-details {
  display: none;
}
.mentor-profile-layout .feedback-wrapper {
  border-top: 2px solid #E0D9CA;
  padding-top: 40px;
}
.mentor-profile-layout .feedback-wrapper .title {
  margin-bottom: 10px;
}
.mentor-profile-layout .feedback-wrapper .comment-info {
  margin-bottom: 10px;
}
.mentor-profile-layout .feedback-wrapper .comment-info .star {
  background-image: url("../images/gold_star.png");
  display: inline-block;
  height: 10px;
  width: 11px;
  background-size: cover;
  background-position: center center;
}
.mentor-profile-layout .feedback-wrapper .comment-info .name {
  padding-right: 5px;
}
.mentor-profile-layout .feedback-wrapper .comment {
  margin-bottom: 50px;
}
.mentor-profile-layout.vu-profile .info-background {
  background-color: #F0F0F0;
  background-image: none;
  margin-top: 0;
}
.mentor-profile-layout.vu-profile .info-background .vu-bar {
  height: 52px;
  background-color: #78003f;
}
.mentor-profile-layout.vu-profile .info-background .back-link {
  color: #fff;
  top: -35px;
}
.mentor-profile-layout.vu-profile .info-background .back-link:before {
  background-image: url("../images/chevron_left.png");
}
.mentor-profile-layout.vu-profile .info-background .back-link:hover {
  color: #4FA3FD;
}
.mentor-profile-layout.vu-profile .info-background .back-link:hover:before {
  background-image: url("../images/chevron_left_blue.png");
}
.mentor-profile-layout.vu-profile .info-background .back-link:hover::before {
  color: #4FA3FD;
}
.mentor-profile-layout.vu-profile .info-background .position {
  font-family: "Source Sans Pro", sans-serif;
  color: #e64164;
}
.mentor-profile-layout.vu-profile .info-background .board .rating span {
  background-image: url("../images/red_star.png");
}
.mentor-profile-layout.vu-profile .info-background .board .contact-icons {
  margin: 10px 0 30px 0;
}
.mentor-profile-layout.vu-profile .info-background .board .contact-icons .contact {
  margin-bottom: 12px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.mentor-profile-layout.vu-profile .info-background .board .contact-icons .contact .icon {
  margin: 0 5px;
  max-height: 20px;
  max-width: 20px;
}
.mentor-profile-layout.vu-profile .info-background .board .contact-icons .contact .icon.inperson {
  content: url("../images/inperson.png");
}
.mentor-profile-layout.vu-profile .info-background .board .contact-icons .contact .icon.inonline {
  content: url("../images/inonline.png");
}
.mentor-profile-layout.vu-profile .info-background .board .contact-icons .language {
  color: #2189e6;
  font-size: 14px;
}
.mentor-profile-layout.vu-profile .info-background .board .contact-icons .profile-languages {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.mentor-profile-layout.vu-profile .footer-mentor-section {
  background-color: #F0F0F0;
}
.mentor-profile-layout.vu-profile .info-background .btn, .mentor-profile-layout.vu-profile .footer-mentor-section .btn {
  background-color: #78003f;
  color: #fff;
}
.mentor-profile-layout.vu-profile .feedback-wrapper .feedback-container .comment-info .star {
  background-image: url("../images/red_star.png");
}
.mentor-profile-layout.mru-profile .info-background {
  background-color: #F0F0F0;
  background-image: none;
  margin-top: 0;
}
.mentor-profile-layout.mru-profile .info-background .mru-bar {
  height: 52px;
  background-color: #FF6432;
}
.mentor-profile-layout.mru-profile .info-background .back-link {
  font-weight: bold;
  color: #fff;
  top: -35px;
}
.mentor-profile-layout.mru-profile .info-background .back-link:before {
  background-image: url("../images/chevron_left.png");
}
.mentor-profile-layout.mru-profile .info-background .back-link:hover:before {
  background-image: url("../images/chevron_left.png");
}
.mentor-profile-layout.mru-profile .info-background .back-link:hover::before {
  color: #fff;
}
.mentor-profile-layout.mru-profile .info-background .board .contact-icons {
  margin: 10px 0 30px 0;
}
.mentor-profile-layout.mru-profile .info-background .board .contact-icons .contact {
  margin-bottom: 12px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.mentor-profile-layout.mru-profile .info-background .board .contact-icons .contact .icon {
  margin: 0 5px;
  max-height: 20px;
  max-width: 20px;
}
.mentor-profile-layout.mru-profile .info-background .board .contact-icons .contact .icon.inperson {
  content: url("../images/inperson.png");
}
.mentor-profile-layout.mru-profile .info-background .board .contact-icons .contact .icon.inonline {
  content: url("../images/inonline.png");
}
.mentor-profile-layout.mru-profile .info-background .board .contact-icons .language {
  color: #2189e6;
  font-size: 14px;
}
.mentor-profile-layout.mru-profile .info-background .board .contact-icons .profile-languages {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.mentor-profile-layout.mru-profile .footer-mentor-section {
  background-color: #F0F0F0;
}
.mentor-profile-layout.mru-profile .info-background .btn, .mentor-profile-layout.mru-profile .footer-mentor-section .btn {
  background-color: #FF6432;
  color: #fff;
}
.mentor-profile-layout.mru-profile .feedback-wrapper .feedback-container .comment-info .star {
  background-image: url("../images/red_star.png");
}

@media (max-width: 991px) {
  .mentor-profile-layout .fav-section {
    margin-left: 20%;
  }
  .mentor-profile-layout .btn {
    font-weight: 600;
    text-transform: uppercase;
    background-color: #2189E6;
    color: #fff;
    padding: 12px 24px;
    border-radius: 22px;
    letter-spacing: 1px;
    display: block;
    width: 100%;
    box-shadow: none;
    margin-top: 14px;
    height: 43px;
  }
  .mentor-profile-layout .btn:hover {
    background-color: #2189E6;
  }
  .mentor-profile-layout .btn.btn-reserve {
    color: #4FA3FD;
    background-color: #F5F5F5;
    margin-top: 15px;
    line-height: 25px;
  }
  .mentor-profile-layout .btn.btn-reserve:hover {
    background-color: #D8D8D8;
  }
  .mentor-profile-layout .info-background {
    margin-left: 0;
  }
  .mentor-profile-layout .info-background .contact-mentor {
    margin-top: 16px;
    background: white;
    border: solid 1px #E0D9CA;
  }
  .mentor-profile-layout .info-background .image {
    height: 274px;
    width: 321px;
    background-size: cover;
    background-position: center center;
    margin: 32px auto;
  }
  .mentor-profile-layout .info-background .full-name {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 32px;
  }
  .mentor-profile-layout .info-background .position {
    font-family: "Source Sans Pro", sans-serif;
    color: #000;
    margin-top: 10px;
  }
  .mentor-profile-layout .info-background .bottom-link {
    display: block;
    color: #7B7B7B;
    max-width: 163px;
    margin: auto;
  }
  .mentor-profile-layout .info-background .taken {
    color: #000;
    margin-top: 30px;
    margin-bottom: 0;
  }
  .mentor-profile-layout .info-background .mentor-available-date {
    text-align: center;
    font-size: 14px;
    color: #7B7B7B;
  }
  .mentor-profile-layout .info-background .rating {
    margin: 20px 0;
  }
  .mentor-profile-layout .info-background .rating p {
    text-align: center;
  }
  .mentor-profile-layout .info-background .rating p .text {
    margin-right: 10px;
  }
  .mentor-profile-layout .info-background .rating p .star {
    background-image: url("../images/gold_star.png");
    display: inline-block;
    height: 10px;
    width: 11px;
    background-size: cover;
    background-position: center center;
  }
  .mentor-profile-layout .info-background .contact-icons {
    margin: 10px 0 30px 0;
  }
  .mentor-profile-layout .info-background .contact-icons .contact {
    margin-bottom: 12px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
  .mentor-profile-layout .info-background .contact-icons .contact .icon {
    margin: 0 5px;
    max-height: 20px;
    max-width: 20px;
  }
  .mentor-profile-layout .info-background .contact-icons .contact .icon.inperson {
    content: url("../images/inperson.png");
  }
  .mentor-profile-layout .info-background .contact-icons .contact .icon.inonline {
    content: url("../images/inonline.png");
    margin-left: 8px;
  }
  .mentor-profile-layout .info-background .contact-icons .language {
    color: #2189e6;
    font-size: 14px;
  }
  .mentor-profile-layout .info-background .contact-icons .profile-languages {
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
  .mentor-profile-layout .courses-section .course-item .course-info {
    height: 185px;
    padding-top: 55px;
  }
  .mentor-profile-layout .footer-mentor-section {
    padding: 20px 0;
    background-color: #F8F6F1;
    margin-bottom: 20px;
  }
  .mentor-profile-layout .footer-mentor-section .btn {
    margin-bottom: 20px;
  }
  .mentor-profile-layout .footer-mentor-section .bottom-link {
    display: block;
    text-align: center;
    color: #7B7B7B;
    text-decoration: underline;
  }
  .vu-profile .info-background .contact-icons {
    margin: 10px 0 30px 0;
  }
  .vu-profile .info-background .contact-icons .contact {
    margin-bottom: 12px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
  .vu-profile .info-background .contact-icons .contact .icon {
    margin: 0 5px;
    max-height: 20px;
    max-width: 20px;
  }
  .vu-profile .info-background .contact-icons .contact .icon.inperson {
    content: url("../images/inperson.png");
  }
  .vu-profile .info-background .contact-icons .contact .icon.inonline {
    content: url("../images/inonline.png");
  }
}
.mentor-profile-layout .mentor-public-links {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.mentor-profile-layout .linked-in-link {
  font-size: 16px;
  font-weight: 600;
  color: #0077B5;
  display: inline-block;
}
.mentor-profile-layout .linked-in-link .linked-in-icon {
  background-image: url("../images/linkedin-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 17px;
  height: 17px;
}
.mentor-profile-layout .linked-in-link .linked-in-text {
  vertical-align: text-bottom;
}
.mentor-profile-layout .spotify-link {
  margin-left: 20px;
  content: url("../images/spotify-podcast-badge.png");
}
.mentor-profile-layout .available-badge {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  color: #F8F8F8;
  border-radius: 4px;
  background-color: #7cca2c;
  text-transform: uppercase;
  min-width: 66px;
  width: fit-content;
  padding: 0 5px;
  height: 16px;
  margin: auto;
}
