/* This section is auto-generated. Please make changes to the original SCSS */
/* + responsive-profile */
.hide-show__visible:before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(100%, rgba(255, 255, 255, 0)), to(#ffffff));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 100%, #ffffff 100%);
  height: 0.5em;
}

.hide-show__paragraph > p {
  margin: 0;
}
.hide-show__paragraph.visible:before {
  height: 0rem;
}
.hide-show__paragraph--enhanced {
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.hide-show__paragraph--enhanced:before {
  background-color: red;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(255, 255, 255, 0)), to(#ffffff));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 10%, #ffffff 100%);
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 4rem;
}

a.hide-show__toggle.hide-show__hidden, a.hide-show__toggle.hide-show__visible {
  color: #006644;
  font-family: "Oswald", sans-serif;
  font-size: 125%;
  text-decoration: none;
}

a.hide-show__toggle .hide-show__icon {
  margin-right: 0.2rem;
  display: inline-block;
  -webkit-transform-origin: center center 0;
          transform-origin: center center 0;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

a.hide-show__toggle.hide-show__visible .hide-show__icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.rp__section {
  border-bottom: 0.1rem solid #e1e1e1;
  margin-bottom: 2em;
  padding-bottom: 2em;
}
.rp__section--sub {
  margin-bottom: 4em;
}
.rp__section--sub:last-child {
  margin-bottom: 0;
}

.rp__header {
  color: #464646;
  font-size: 1.587rem;
  line-height: 1.5;
  font-family: "Zilla Slab", serif;
  font-size: 1.7rem;
}
.rp__header--academic {
  margin-top: 2rem;
  font-weight: bold;
  font-size: 2rem;
}

.rp__header--roomnum,
.rp__header--location {
  display: inline-block;
  font-size: 1.3rem;
}

.rp__header.rp__header--rank {
  margin: 0;
  font-size: 1.7rem;
  color: #464646;
  line-height: 1.3;
  font-family: "Zilla Slab", serif;
}
.rp__header--titles {
  padding: 0;
  margin-bottom: 1.5rem;
  font-size: 1.7rem;
  color: #464646;
  line-height: 1.4;
  margin-top: 0.2rem;
}

.rp__capitalize {
  text-transform: capitalize;
}

.responsive-profile__container .Bio-container {
  line-height: 1.4;
  margin-top: 0;
  max-height: 8rem;
  margin-bottom: 1.5rem;
  font-size: 1.7rem;
}

.responsive-profile__container .typo__header--3 {
  color: #666;
  font-weight: normal;
  margin: 0;
}

.responsive-profile__container .media {
  margin-bottom: 3rem;
  overflow: hidden;
}
.responsive-profile__container .media .media__image--left {
  margin-top: 0.5rem;
}

.responsive-profile__list--no-padding {
  padding-left: 1.6rem;
}

.responsive-profile__list--no-bullets {
  list-style-type: none;
  padding: 0;
}

.responsive-profile__list--spacing {
  margin-bottom: 3em;
}

.responsive-profile__list li {
  padding: 0.5em 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
.responsive-profile__list li strong {
  font-size: 120%;
}

.contact-bar {
  border: 0.1rem solid #e1e1e1;
  background-color: #f4f4f4;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1rem;
  padding: 1.5rem 1rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  z-index: 1;
}
@media screen and (min-width: 48rem) {
  .contact-bar {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.contact-bar:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 0.5rem solid #fff;
  z-index: -5;
}
.contact-bar ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.contact-bar ul a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0.5rem 1rem;
}

.contact-bar li {
  border-right: 0.1rem solid #c1c1c1;
}
.contact-bar li:last-child {
  border: none;
}

.contact-bar__item {
  padding: 0.5rem 1rem;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-item-align: center;
      align-self: center;
}
.contact-bar__item:first-child {
  border: none;
}

.contact-bar__item--email,
.contact-bar__item--video,
.contact-bar__item--phone,
.contact-bar__item--cv {
  font-family: "Oswald", sans-serif;
  font-size: 2.1rem;
  font-weight: bold;
}
.contact-bar__item--email a:link,
.contact-bar__item--video a:link,
.contact-bar__item--phone a:link,
.contact-bar__item--cv a:link {
  text-decoration: none;
}

.contact-bar__item--linkedin,
.contact-bar__item--twitter,
.contact-bar__item--website {
  line-height: 0;
}

.contact-bar__item--line {
  border-left: 0.1rem solid #c1c1c1;
}

.contact-bar__item--tighten-left {
  padding-left: 0.5rem;
}

.contact-bar__item--tighten-right {
  padding-right: 0.5rem;
}

.faculty--division > span,
.Bio-container > span {
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
  font-weight: normal;
  color: #6C6F70;
  padding-bottom: 0.4rem;
}

.responsive-profile__container .typo__header--1 {
  margin-bottom: 0;
}

.responsive-profile__container .typo__header--2 {
  font-weight: bold;
}

.responsive-profile__container .typo__header--3 {
  color: #444;
  font-size: 1.4rem;
  font-weight: normal;
}

.responsive-profile__container .typo__header--4 {
  color: #999;
  font-size: 1.6rem;
  font-style: normal;
  margin: 0 1.2rem 0 0;
}

.responsive-profile__container .typo__header--5 {
  color: #333333;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: bold;
}

.responsive-profile__container .contact-bar {
  border: 0.1rem solid #e1e1e1;
  background-color: #f4f4f4;
  padding: 1.5rem 1rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.responsive-profile__container .contact-bar:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 0.5rem solid #fff;
}

.responsive-profile__container .contact-bar__item {
  padding: 0.5rem 1rem;
  border-right: 0.1rem solid #c1c1c1;
}

.responsive-profile__container .contact-bar__item:last-child {
  border: none;
}

.responsive-profile__container .hide-show__paragraph--enhanced {
  overflow: hidden;
  position: relative;
  -webkit-transition: height 0.3s ease-out;
  transition: height 0.3s ease-out;
  /* max-height: 8rem; */
}

.responsive-profile__container .hide-show__paragraph--enhanced:before {
  background-color: red;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(255, 255, 255, 0)), to(#ffffff));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 10%, #ffffff 100%);
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 4rem;
}

.responsive-profile__container .hide-show__paragraph.visible:before {
  height: 0rem;
}

.responsive-profile__container .rp__section {
  border-bottom: 0.1rem solid #ccc;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}

.responsive-profile__container .img-responsive {
  max-width: 250px;
}

@media (min-width: 31em) {
  .responsive-profile__image {
    margin-right: 0;
    max-height: 100%;
    max-width: 100%;
  }

  .responsive-profile__meta {
    border: none;
    clear: both;
    padding-top: 0;
  }

  .responsive-profile__main-col {
    clear: left;
    float: left;
    width: 66%;
  }

  .responsive-profile__main-col--last {
    float: none;
  }

  .responsive-profile__aside-col {
    clear: right;
    float: right;
    margin-left: 1.6rem;
    width: 30%;
  }

  .responsive-profile__meta-section {
    float: none;
    margin-right: 0;
    width: 100%;
  }
}
/* - responsive-profile */