:root {
  --peacock-blue-dark: #368180;
  --sherwood-green: #9eb28f;
  --courtyard-green: #597C31;
  --alfresco: #567B8A;
  --bright-gold: #e0d464;
  --mango-punch: #eeaf00;
  --ocre: #AD9001;
  --ocre-dark: #8E7200;
  --babson-green: #006644;
  --babson-green-dk: #045236;
  --summer-nights: #005172;
  --englewood-cliffs: #6c6f70;
  --sweet-daphne: #CCD695;
  --cedar-key: #dad7cb;
  --blue-heather: #c6d3d7;
  --beach-haven: #ede8c4;
  --sweet-daphne-lt: #EEF1DC;
  --blue-heather-lt: #EEF2F3;
  --cedar-key-lt: #F4F3EF;
  --pale-yellow: #F5F7E8;
  --gray: #F4F3EF;
  --medium-gray: #7E8082;
  --darker-gray: #464646;
  --gray-30: #4d4d4d;
  --gray-91: #e8e8e8;
  --gray-94: #efefef;
  --white: #ffffff;
  --black: #000000;
  --font-default: "Zilla Slab", serif;
  --font-headings: "Oswald", sans-serif;
  --font-icons: "Font Awesome 5 Free";
  --line-height: 1.6;
  --ratio-small: 1.15;
  --ratio-large: 1.2755;
  --ratio-all: 1.10;
  --s0: 1.6rem;
  --s1: 1.8rem;
  --s2: 2.1rem;
  --s3: 2.4rem;
  --s4: 2.7rem;
  --s5: 3.2rem;
  --l1: 2.0rem;
  --l1-5: 2.4rem;
  --l2: 2.8rem;
  --l3: 3.2rem;
  --l3-5: 3.6rem;
  --l4: 4.0rem;
  --l5: 5.4rem;
  --l7: 7.0rem;
  --fs--3xs: calc(var( --fs--2xs )/var( --ratio-all ));
  --fs--2xs: calc(var( --fs--xs )/var( --ratio-all ));
  --fs--xs: calc(var( --fs--sm )/var( --ratio-all ));
  --fs--sm: calc(var( --fs--md )/var( --ratio-all ));
  --fs--md: 2.0rem;
  --fs--lg: calc(var( --fs--md )*var(--ratio-all ));
  --fs--xl: calc(var( --fs--lg )*var(--ratio-all ));
  --fs--2xl: calc(var( --fs--xl )*var(--ratio-all ));
  --fs--3xl: calc(var( --fs--2xl )*var(--ratio-all ));
  --fs--4xl: calc(var( --fs--3xl )*var(--ratio-all ));
  --fs--5xl: calc(var( --fs--4xl )*var(--ratio-all ));
  --fs--6xl: calc(var( --fs--5xl )*var(--ratio-all ));
  --fs--7xl: calc(var( --fs--6xl )*var(--ratio-all ));
  --fs--8xl: calc(var( --fs--7xl )*var(--ratio-all ));
  --fs--9xl: calc(var( --fs--8xl )*var(--ratio-all ));
  --fs--10xl: calc(var( --fs--9xl )*var(--ratio-all ));
  --sp0: 0rem;
  --sp-25: 0.2rem;
  --sp-5: 0.4rem;
  --sp1: 0.8rem;
  --sp1-25: 1.0rem;
  --sp1-5: 1.2rem;
  --sp2: 1.6rem;
  --sp2-5: 2.0rem;
  --sp3: 2.4rem;
  --sp4: 3.2rem;
  --sp5: 4.0rem;
  --sp6: 4.8rem;
  --sp7: 5.6rem;
  --sp8: 6.4rem;
  --sp9: 7.2rem;
  --sp10: 8.0rem;
  --sp15: 12.0rem;
  --sp--none: 0rem;
  --sp--xs: 0.2rem;
  --sp--sm: 0.4rem;
  --sp--md: 0.8rem;
  --sp--lg: 1.0rem;
  --sp--xl: 1.2rem;
  --sp--2xl: 1.6rem;
  --sp--2-5xl: 2.0rem;
  --sp--3xl: 2.4rem;
  --sp--4xl: 3.2rem;
  --sp--5xl: 4.0rem;
  --sp--6xl: 4.8rem;
  --sp--7xl: 5.6rem;
  --sp--8xl: 6.4rem;
  --sp--9xl: 7.2rem;
  --sp--10xl: 8.0rem;
  --sp--15xl: 12.0rem;
  --measure-short: 420px;
  --measure-medium: 860px;
  --measure-large: 1000px;
  --measure: var(----measure-medium);
}

/* 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: var(--babson-green);
  font-family: var(--font-headings);
  font-size: 125%;
  text-decoration: none;
  margin: 0 auto;
  display: block;
  text-align: center;
}

a.hide-show__toggle .hide-show__icon {
  margin-left: 0.5rem;
  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 ul li p {
  margin-bottom: 0 !important;
}
.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: var(--font-default);
  font-size: 1.7rem;
}
.rp__header--academic {
  margin-top: 0;
  font-weight: normal;
  font-size: 1.8rem;
  font-family: "Arial", sans-serif;
}

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

.rp__header.rp__header--rank {
  margin: 0;
  font-size: 2.2rem;
  color: #464646;
  line-height: 1.3;
  font-family: "Oswald", sans-serif;
}
.rp__header--titles {
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.7rem;
  color: #464646;
  line-height: 1.4;
  margin-top: 0.2rem;
  list-style: none;
}

.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.6rem;
}

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

.responsive-profile__container .media {
  margin-bottom: 3rem;
  overflow: hidden;
  text-align: center;
  display: block;
  position: relative;
}
@media screen and (min-width: 40em) {
  .responsive-profile__container .media {
    margin-bottom: 3rem;
    overflow: hidden;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 86rem;
    margin: 0 auto;
    margin-bottom: 2rem;
  }
}
.responsive-profile__container .media .media__image--left {
  position: relative;
  border-radius: 100%;
  overflow: hidden;
  text-align: center;
  width: 12rem;
  height: 12rem;
  min-width: 12rem;
  max-width: 12rem;
  margin: 0 auto;
  margin-top: 0.5rem;
  display: block;
  float: none;
  margin-bottom: 1rem;
}
@media screen and (min-width: 40em) {
  .responsive-profile__container .media .media__image--left {
    width: 15.5rem;
    height: 15.5rem;
    min-width: 15.5rem;
    max-width: 15.5rem;
    float: left;
  }
}

.responsive-profile__container .media .media__body {
  padding-left: 0;
  position: relative;
  width: 100%;
  display: block;
}
@media screen and (min-width: 40em) {
  .responsive-profile__container .media .media__body {
    padding-left: 4rem;
    display: block;
  }
}

.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;
  word-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: none;
  background-color: none;
  -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 a svg {
  width: 3rem !important;
  vertical-align: middle;
  fill: #597c31 !important;
}

.contact-bar a[href*=twitter] svg {
  width: 3rem;
  height: 3rem;
  vertical-align: middle;
  fill: #ffffff !important;
  border-radius: 100%;
  background: #597C31;
  padding-top: 7px;
  font-size: 3rem;
}

.contact-bar a[href*=x] svg {
  width: 3rem;
  height: 3rem;
  vertical-align: middle;
  fill: #ffffff !important;
  border-radius: 100%;
  background: #597C31;
  padding-top: 7px;
  font-size: 3rem;
}

.contact-bar:before {
  content: none !important;
  position: unset;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: none;
  z-index: unset;
}
.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: 1.5rem;
}

.contact-bar__item {
  padding-right: 1.5rem;
  -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;
  margin-bottom: 0;
}
.contact-bar__item--email,
.contact-bar__item--video,
.contact-bar__item--phone,
.contact-bar__item--cv {
  font-family: var(--font-headings);
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1;
}
.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--tighten-left {
  padding-left: 0.5rem;
}

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

.Bio-container > span {
  font-family: var(--font-headings);
  font-size: 2rem;
  font-weight: normal;
  color: #6C6F70;
  padding-bottom: 0.4rem;
}

.faculty--division,
.faculty--division > span {
  font-family: "Arial", sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  color: #6C6F70;
  margin-bottom: 1rem;
  text-align: center;
}

.faculty--division > span {
  text-align: left;
}

.responsive-profile__container .typo__header--1 {
  font-size: 3.2rem;
  margin-bottom: 0;
}

@media screen and (min-width: 40em) {
  .responsive-profile__container .typo__header--1 {
    font-size: 4.2rem;
    margin-bottom: 0;
  }
}
.responsive-profile__container .typo__header--2 {
  font-weight: normal;
  font-size: 2.4rem;
}

.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: none;
  background-color: none;
  padding: 1.5rem 0;
  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;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 40em) {
  .responsive-profile__container .contact-bar {
    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;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.responsive-profile__container .contact-bar__item:last-child {
  border: none;
}

.hide-show__container a.hide-show__toggle.hide-show__hidden,
.hide-show__container a.hide-show__toggle.hide-show__visible {
  position: relative;
  width: 110px;
  font-family: "Oswald", sans-serif;
  font-size: 1.8rem;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1.2px;
  font-weight: 500;
  border: 2px solid #ffffff;
  padding: 0.5rem 1rem;
  margin-top: 1rem;
}

.responsive-profile__container .hide-show__container a.hide-show__toggle.hide-show__hidden:hover,
.hide-show__container a.hide-show__toggle.hide-show__visible:hover {
  border: 2px solid #597C31;
  background: #ffffff !important;
  background-color: #ffffff !important;
  font-weight: 500 !important;
}

body #section-content .rp__section .hide-show__container a.hide-show__toggle.hide-show__hidden:hover span.hide-show__label,
body #section-content .rp__section .hide-show__container a.hide-show__toggle.hide-show__visible:hover span.hide-show__label {
  color: #006644 !important;
}

.hide-show__container a.hide-show__toggle.hide-show__hidden img,
.hide-show__container a.hide-show__toggle.hide-show__visible img {
  display: inline-block;
  width: 15px;
  margin-bottom: 4px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

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

.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:not(:where(.rp__section.l-container.case--1)),
.l-hp-first-content-column,
.l-hp-second-content-column {
  position: relative;
  max-width: 86rem;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  background: #fff;
  margin-bottom: 2rem;
  border-bottom: none;
}

.responsive-profile__container .rp__section:not(:where(.rp__section:first-of-type,.rp__section.l-container.case--1)),
.l-hp-first-content-column,
.l-hp-second-content-column {
  -webkit-box-shadow: 0 0 1rem -5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 1rem -5px rgba(0, 0, 0, 0.4);
  border-top: 0.5rem solid #c0cc7f;
  padding: 2rem;
}

.responsive-profile__container .rp__section #bio-text,
.responsive-profile__container .rp__section .l-hp-second-content-column,
.responsive-profile__container .rp__section li,
.responsive-profile__container .rp__section p {
  font-size: 1.6rem !important;
}

@media screen and (min-width: 40em) {
  .responsive-profile__container .rp__section #bio-text,
.responsive-profile__container .rp__section .l-hp-second-content-column,
.responsive-profile__container .rp__section li,
.responsive-profile__container .rp__section p {
    font-size: 2rem !important;
  }

  .rp__section:not(:where(.rp__section:first-of-type,.rp__section.l-container.case--1)),
.l-hp-first-content-column,
.l-hp-second-content-column {
    padding: 3rem;
    margin-top: 3rem;
  }
}
.responsive-profile__container .rp__section a:hover span svg {
  fill: #597C31 !important;
}

.responsive-profile__container .img-responsive {
  width: 12rem !important;
  height: 12rem !important;
  min-width: 12rem;
  max-width: 12rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

@media screen and (min-width: 40em) {
  .responsive-profile__container .img-responsive {
    width: 15.5rem !important;
    height: 15.5rem !important;
    min-width: 15.5rem;
    max-width: 15.5rem;
  }
}
@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%;
  }
}
/*PROFILE LIST PAGE*/
#facprof_list .responsive-profile__container .media {
  position: relative;
  -webkit-box-shadow: 0 0 1rem -5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 1rem -5px rgba(0, 0, 0, 0.4);
  text-align: left;
  padding: 2rem;
  border-top: 0.5rem solid #c0cc7f;
  background: #fff;
  margin-top: 3rem;
  display: block;
  max-width: 114rem;
}

#facprof_list .responsive-profile__container .typo__header--2 {
  font-weight: normal;
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 0.5rem !important;
}

#facprof_list .rp__header.rp__header--rank {
  font-size: 1.8rem;
  text-align: center;
}

#facprof_list .rp__header--titles {
  margin-bottom: 0;
}

.academic-interest {
  text-align: center;
}

#facprof_list .responsive-profile__container .contact-bar {
  border: none;
  background-color: none;
  background: none;
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: stretch;
  align-content: center;
  margin: 0 auto;
  margin-bottom: 1rem;
}

#facprof_list .showmore {
  margin: 0 auto;
}

#facprof_list .showmore a {
  color: #597c31 !important;
  font-family: "Oswald", sans-serif;
  text-decoration: none;
  position: relative;
  display: block;
  width: 100px;
  margin-top: 0 !important;
  font-size: 1.8rem;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-weight: 500;
  border: 2px solid #ffffff;
  padding: 0.5rem 1rem;
  float: right;
  text-align: center;
}

#section-content #facprof_list .showmore a:hover {
  border: 2px solid #597C31;
  background: #ffffff !important;
  color: #006644 !important;
  text-decoration: none;
}

#facprof_list .showmore a img {
  display: inline-block;
  width: 17px;
  margin-bottom: 4px;
}

@media screen and (min-width: 40em) {
  #facprof_list .responsive-profile__container .media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  #facprof_list .responsive-profile__container .typo__header--2,
#facprof_list .rp__header.rp__header--rank,
#facprof_list .rp__header--titles,
#facprof_list .faculty--division,
#facprof_list .academic-interest {
    text-align: left;
  }

  #facprof_list .teaser-contact-bar-and-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  #facprof_list .responsive-profile__container .contact-bar {
    margin: unset;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  #facprof_list .showmore {
    margin: unset;
  }

  #facprof_list .showmore a img {
    display: inline-block;
    width: 17px;
    margin-bottom: 4px;
  }
}
/* - responsive-profile */