/*  SECTIONS  */

.section-mentorship {
  clear: both;
  padding: 0px;
  margin: 0px;
}


/*  COLUMN SETUP  */

.col-mentorship {
  display: block;
  float: left;
  margin: 1% 0 1% 5.6%;
}

.col-mentorship.span_1_of_2-mentorship {
  margin: 1% 0 1% 1.6%;
}

.col-mentorship:first-child {
  margin-left: 2%;
}

.col-mentorship.span_1_of_2-mentorship:first-child {
  margin-left: 0%;
}


/*  GROUPING  */

.group-mentorship:before,
.group-mentorship:after {
  content: "";
  display: table;
}

.group-mentorship:after {
  clear: both;
}

.group-mentorship {
  zoom: 1;
  /* For IE 6/7 */
}


/*  GRID OF THREE  */

.span_3_of_3-mentorship {
  width: 100%;
}

.span_2_of_3-mentorship {
  width: 66.1%;
}

.span_1_of_3-mentorship {
  /* width: calc(32.2% - 42px); */
  width: 28.2%;
  text-align: center;
  padding: 0;
  margin-top: 0;
}


/*  GRID OF TWO  */

.span_2_of_2-mentorship {
  width: 100%;
}

.span_1_of_2-mentorship {
  width: 49.2%;
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
  .col-mentorship {
    margin: 1% 0 1% 0%;
  }

  .span_3_of_3-mentorship,
  .span_2_of_3-mentorship,
  .span_1_of_3-mentorship {
    width: 100%;
  }

  .span_2_of_2-mentorship,
  .span_1_of_2-mentorship {
    width: 100%;
  }
}

/*  MENTORSHIP STYLES */

.col-mentorship {
  text-align: center;
}

.card-top {
  background: #F9F9FA;
  border-left: 1px solid #8493A6 !important;
  border-right: 1px solid #8493A6 !important;
  border-top: 1px solid #8493A6 !important;
  border-radius: 6px;
}

.badge {
  margin-bottom: -10px;
  margin-top: -10px;
  background: #F9F9FA;
  height: 20px;
  border-left: 1px solid #8493A6 !important;
  border-right: 1px solid #8493A6 !important;
}

.card-bottom {
  border: 1px solid #8493A6 !important;
  background: #EAEBEE;
  padding: 20px;
  border-top: 1px solid #ced2da;
}

.ribbon {
  width: 125px;
  height: 125px;
  overflow: hidden;
  position: absolute;
}

.ribbon-top-left span {
  right: -25px;
  top: 35px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.ribbon span {
  position: absolute;
  display: block;
  width: 200px;
  background-color: #454d57;
  color: #fff;
  text-align: center;
  font-size: 14px;
}

.mentorship-logo {
  margin: 20px 0 0 0;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
  background-color: #fff;
  border: 1px solid #707070;
}

.mentorship-name-field {
  margin-top: 0;
  min-height: 40px;
  line-height: 20px;
}

.mentorship-name {
  color: #000 !important;
  font-size: 16px !important;
  text-align: center;
  font-weight: 700;
  word-break: break-word;
  text-decoration: none;
}

.mentorship-desc {
  color: #818181;
  font-size: 12px;
  line-height: 16px;
  padding: 0 20px 20px 20px;
  min-height: 70px;
}

.req-skills {
  text-align: left;
  line-height: 12px;
}

.left-btn {
  background-color: #fff;
  border: 1px solid #8493a6 !important;
  box-shadow: none;
  color: #5a5656;
  font-size: 14px;
  height: 25px;
  padding: 5px 5px 5px 10px;
  border-radius: 18px 0 0 18px;
  text-decoration: none;
  margin-right: -5px;
}

.left-btn.active,
.right-btn.active {
  background-color: #189aca;
  color: #fff;
}

.right-btn {
  border-radius: 0 18px 18px 0;
  background-color: #fff;
  border: 1px solid #8493a6 !important;
  box-shadow: none;
  color: #5a5656;
  text-decoration: none;
  font-size: 14px;
  height: 25px;
  padding: 5px 10px 5px 5px;
}

:focus {
  outline: none;
}

.flex {
  margin: 0 0 10px 0;
}

.bottom-title {
  font-size: 12px;
  text-align: left;
  color: #5a5656;
  text-transform: capitalize;
  font-weight: 700;
  opacity: .8;
  margin: 0;
  padding: 0;
  line-height: 14px;
}

.skills-bubble {
  color: #5a5656;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  background: #fff;
  border-radius: 7px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 5px;
  margin: 5px 0 0 5px;
  display: inline-block;
}

.bottom-portion {
  margin-top: 15px;
}

.apply-donate {
  width: 180px;
  line-height: 20px;
  color: #189aca !important;
  font-size: 14px !important;
  font-weight: 600;
  font-style: normal;
  text-decoration: none !important;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  padding: 5px;
  cursor: pointer;
  border: 1px solid #189aca !important;
  display: inline-block;
}

.mentors-img,
.mentee-img {
  width: 25px;
  margin-left: -5px;
  background-color: #ffffff;
  border: 1px solid #707070 !important;
}


.term-1,
.term-2 {
  color: #5a5656;
  font-size: 8px;
  line-height: 16px;
  font-weight: 600;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  background: #fff;
  border-radius: 5px;
  padding: 10px 5px;
}

.term-date-1 div:first-child {
  font-size: 9px;
}

.mentors,
.mentees {
  text-align: left;
  float: left;
  padding: 5px 0;
  margin-left: 5px;
}

.mentors.plus {
  padding: 0 !important;
  line-height: 26px;
}

.plus {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  font-weight: 600;
  background-color: #fff;
  cursor: default;
  display: inline-block;
  float: left;
  margin-top: 5px;
  margin-left: -5px;
}

.mentors img,
.mentees img {
  border-radius: 50%;
}

.funding-text {
  font-weight: 700;
  font-size: small;
  text-align: left;
  color: #189aca;
}

.footer {
  padding: 25px 0;
  background: #F9F9FA;
  border-left: 1px solid #8493A6 !important;
  border-right: 1px solid #8493A6 !important;
  border-bottom: 1px solid #8493A6 !important;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.display-none {
  display: none;
}

.display {
  display: block;
}
