/*inresidence.css*/


body > .module.container {
  max-width: 100%;
  overflow: auto;
  padding: 0; }
  .full-width section {
    overflow: auto; }

.full-width {
  max-width: 100%;
  padding: 0;
}

.noscroll {
  overflow: hidden;
}

@font-face {
  font-family: 'AmplitudeWide Light';
  src: url(../fonts/64ab63b9-09e6-4795-8317-34608371deed-3.woff) format("woff");
  font-style: normal;
  font-weight: 400;
}

.in-residence-wrapper .in-residence {
  position: relative;
}

.in-residence-wrapper .nowrap {
  white-space: nowrap;
}

.in-residence-wrapper .inner {
  max-width: 850px;
  margin: 0 auto;
  width: 80%;
}

.in-residence-wrapper .w-33,
.in-residence-wrapper .w-50 {
  width: 100%;
}

.in-residence-wrapper .anchor-tag-small {
  position: absolute;
  top: 0px;
}

.in-residence-wrapper .anchor-tag-large {
  position: absolute;
  top: -60px;
}

.in-residence-wrapper .arrow {
  border: 3px white solid;
  bottom: 30px;
  height: 48px;
  left: 50%;
  margin-left: -24px;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 48px;
  -webkit-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
}

.in-residence-wrapper .arrow-right {
  border-left: transparent;
  border-bottom: transparent;
}

.in-residence-wrapper .arrow-left {
  border-right: transparent;
  border-top: transparent;
}

@media (min-width: 481px) {
  .in-residence-wrapper .w-50 {
    float: left;
    width: 50%;
  }
  .in-residence-wrapper .w-33 {
    float: left;
    width: calc(100% / 3);
  }
}

@media (min-width: 769px) {
  .in-residence-wrapper .inner {
    width: 100%;
  }
}

.in-residence-wrapper h2,
.in-residence-wrapper h3 {
  font-family: "AmplitudeWide Light", Amplitude-Light, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.in-residence-wrapper h2 {
  font-family: "AmplitudeWide Light", Amplitude-Light, Arial, sans-serif;
  letter-spacing: -1.6px;
  margin: 0;
  border-top: none;
  padding: 0;
  font-size: 45px;
  color: white;
  text-transform: none;
}

.in-residence-wrapper h2:after, .in-residence-wrapper h2:before {
  width: 0;
  left: 0;
  right: 0;
  margin: 0;
  border: none;
}

.in-residence-wrapper h3 {
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 0;
}

.in-residence-wrapper h3.section-title {
  color: white;
  font-size: 20px;
  text-align: center;
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
}

.in-residence-wrapper p {
  font-family: "AmplitudeWide Light", Amplitude-Light, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  padding: 0 0 20px;
  font-size: 15px;
  line-height: 25px;
}

.in-residence-wrapper li {
  -webkit-font-smoothing: antialiased;
}

.in-residence-wrapper a {
  -webkit-font-smoothing: antialiased;
}

.in-residence-wrapper a:hover {
  text-decoration: none;
}

@media (min-width: 769px) {
  .in-residence-wrapper h3 {
    font-size: 21px;
    margin-bottom: 60px;
  }
  .in-residence-wrapper h3.section-title {
    font-size: 24px;
  }
  .in-residence-wrapper p {
    line-height: 25px;
    font-size: 21px;
  }
}

.in-residence-wrapper .hanging-header {
  display: none;
}

.in-residence-wrapper .mobile-header {
  height: 63px;
  width: 100%;
  position: absolute;
  z-index: 9999;
  background: #221a16;
  display: block;
  cursor: pointer;
  top: -12px;
  -webkit-transition: top 0.3s ease-in-out;
  transition: top 0.3s ease-in-out;
}

.in-residence-wrapper .mobile-header.is-visible {
  top: -12px;
}

.in-residence-wrapper .mobile-header.is-visible.fixed {
/*  position: fixed;*/
  top: 0;
}

.in-residence-wrapper .mobile-header .button {
  width: 60px;
  height: 40px;
}

.in-residence-wrapper .mobile-header .title {
  position: absolute;
  color: white;
  font-size: 20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: "AmplitudeWide Light", Amplitude-Light, Arial, sans-serif;
  left: 50%;
  top: 16px;
  -webkit-font-smoothing: antialiased;
}

.in-residence-wrapper .mobile-header .title .IR-logo {
  height: 25px;
  margin: 6px 0 0;
}

.in-residence-wrapper .mobile-header .bar {
  background: white;
  position: relative;
  width: 22px;
  margin: 4px 0;
  top: 19px;
  height: 3px;
  left: 20px;
}

.in-residence-wrapper .mobile-nav {
  background: #241b17;
  opacity: 0;
  position: fixed;
  top: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  z-index: 99999;
}

.in-residence-wrapper .mobile-nav.closed {
  display: none;
}

.in-residence-wrapper .mobile-nav.open {
  opacity: 1;
}

.in-residence-wrapper .mobile-nav ul {
  list-style: none;
  margin: 0 auto;
  max-width: 850px;
  padding: 0;
  text-align: left;
}

.in-residence-wrapper .mobile-nav li {
  margin-left: -10px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out, margin-left 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, margin-left 0.3s ease-in-out;
}

.in-residence-wrapper .mobile-nav li a {
  color: white;
  font-family: "AmplitudeWide Light", Amplitude-Light, Arial, sans-serif;
  font-size: 39px;
  line-height: 49px;
  text-align: center;
}

.in-residence-wrapper .mobile-nav li.active {
  opacity: 1;
  margin-left: 0;
}

.in-residence-wrapper .mobile-nav .center-title {
  left: 0;
  margin: 16px;
  position: absolute;
  top: 70px;
  width: 70%;
}

.in-residence-wrapper .mobile-nav .close {
  cursor: pointer;
  height: 25px;
  left: 40px;
  margin-left: -20px;
  margin-top: -10px;
  opacity: 1;
  position: fixed;
  top: 0;
  top: 30px;
  width: 25px;
  z-index: 9999;
}

@media (min-width: 769px) {
  .in-residence-wrapper .hanging-header {
    background-color: #373737;
    display: block;
    font-family: "AmplitudeWide Light", Amplitude-Light, Arial, sans-serif;
    height: 64px;
    left: 0;
    padding: 14px 30px 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000;
  }
  .in-residence-wrapper .hanging-header .residence-title {
    float: left;
    padding-top: 5px;
  }
  .in-residence-wrapper .hanging-header .residence-title img {
    margin-top: 5px;
    width: 165px;
    height: 22px;
  }
  .in-residence-wrapper .hanging-header .residence-title a {
    color: white;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
  .in-residence-wrapper .hanging-header .residence-title a:hover {
    opacity: 0.5;
  }
  .in-residence-wrapper .hanging-header nav {
    float: right;
    padding: 2px 0 0;
  }
  .in-residence-wrapper .hanging-header ul {
    list-style: none;
  }
  .in-residence-wrapper .hanging-header ul li {
    display: inline-block;
    font-size: 16px;
    padding: 0 4px;
  }
  .in-residence-wrapper .hanging-header ul a {
    color: white;
    display: block;
    padding: 2px 10px 6px;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
  .in-residence-wrapper .hanging-header ul a:hover {
    opacity: 0.5;
  }
  .in-residence-wrapper .hanging-header ul a.border {
    border-radius: 4px;
    border: 1px solid #aeadae;
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
  }
  .in-residence-wrapper .hanging-header ul a.border:hover {
    opacity: 1;
    color: #373737;
    background-color: white;
  }

  .in-residence-wrapper .mobile-header {
    display: none;
  }
}

@media (min-width: 900px) {
  .in-residence-wrapper .hanging-header ul li {
    padding: 0 15px;
  }
  .in-residence-wrapper .hanging-header ul a {
    padding: 2px 10px 6px;
  }
}

.in-residence-wrapper .intro {
  height: calc(100vh - 64px);
  overflow: hidden;
  position: relative;
  width: 100%;
}



.in-residence-wrapper .intro h2 {
  font-size: 28px;
  border: 0;
}

.in-residence-wrapper .intro > video,
.in-residence-wrapper .intro > img {
  position: absolute;
  height: auto;
  width: 100%;
}

audio, canvas, progress, video {
    display: inline-block;
    height: 100%;
    vertical-align: baseline;
}

.in-residence-wrapper .intro > video.landscape,
.in-residence-wrapper .intro > img.landscape {
  left: 0;
  height: auto;
  width: 100%;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
 
}

.in-residence-wrapper .intro > video.portrait,
.in-residence-wrapper .intro > img.portrait {
  left: 50%;
  height: 101%;
  top: 0;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  width: auto;
}

.in-residence-wrapper .intro-text {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  max-width: 270px;
  width: 100%;
  text-align: center;
}

.in-residence-wrapper .intro-logo {
  margin-bottom: 50px;
  width: 280px;
}

.in-residence-wrapper .intro .continue {
  display: none;
}

@media (min-width: 481px) {
  .in-residence-wrapper .intro h2 {
    font-size: 30px;
  }
  .in-residence-wrapper .intro-logo {
    width: auto;
    margin-bottom: 60px;
  }
  .in-residence-wrapper .intro-text {
    max-width: 800px;
  }
  .in-residence-wrapper .intro .continue {
    -webkit-animation: arrow-guide 2s infinite;
            animation: arrow-guide 2s infinite;
    border: 3px white solid;
    border-left: transparent;
    border-top: transparent;
    bottom: 30px;
    display: block;
    height: 48px;
    left: 50%;
    margin-left: -24px;
    position: absolute;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 48px;
  }
}

@media (min-width: 769px) {
  .in-residence-wrapper .intro h2 {
    font-size: 45px;
  }
}


@-webkit-keyframes arrow-guide {
  0% {
    bottom: 60px;
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    bottom: 30px;
    opacity: 0;
  }
}

@keyframes arrow-guide {
  0% {
    bottom: 60px;
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    bottom: 30px;
    opacity: 0;
  }
}

.in-residence-wrapper .overview-section {
  color: white;
  font-family: "AmplitudeWide Light", Amplitude-Light, Arial, sans-serif;
  font-size: 16px;
  overflow: hidden;
  padding-bottom: 0px;
  position: relative;
  text-align: center;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
  -webkit-font-smoothing: antialiased;
}

.in-residence-wrapper .overview-section.active-overview {
  background-color: #373737;
}

.in-residence-wrapper .overview-section.active-value {
  background-color: #00477b;
}

.in-residence-wrapper .overview-section.active-process {
  background-color: #005571;
}

.in-residence-wrapper .overview-section a {
  border-bottom: 1px solid white;
  color: white;
}

.in-residence-wrapper .overview-section p {
  margin-bottom: 0;
  padding-bottom: 11px;
}

.in-residence-wrapper .overview-section ul {
  border: 0;
  display: inline-block;
}

.in-residence-wrapper .overview-section ul a {
  border: 0;
  color: white;
  outline: transparent;
  opacity: 0.5;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.in-residence-wrapper .overview-section ul a:hover, .in-residence-wrapper .overview-section ul a:active, .in-residence-wrapper .overview-section ul a:focus {
  background: transparent;
  border: 0;
  color: white;
  opacity: 1;
}

.in-residence-wrapper .overview-section ul li.active a {
  background: transparent;
  opacity: 1;
}

.in-residence-wrapper .overview-section > ul {
  position: absolute;
  left: 50%;
  top: 25px;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  width: 100%;
}

.in-residence-wrapper .overview-section > ul a {
  padding: 5px 0px;
  margin: 0 22px;
  opacity: 1;
}

.in-residence-wrapper .overview-section > ul a:hover, .in-residence-wrapper .overview-section > ul a:active, .in-residence-wrapper .overview-section > ul a:focus {
  border-bottom: 2px solid white;
}

.in-residence-wrapper .overview-section > ul li {
  display: inline-block;
  float: none;
}

.in-residence-wrapper .overview-section > ul li.active a {
  border-bottom: 2px solid white;
}

.in-residence-wrapper .overview-section .process-arrow {
  margin-top: 15px;
  width: 38px;
}

.in-residence-wrapper .overview-section svg {
  height: 100%;
  width: 100%;
  max-width: 38px;
  max-height: 38px;
}

.in-residence-wrapper .overview-section svg path,
.in-residence-wrapper .overview-section svg polygon {
  fill: white;
}

.in-residence-wrapper .overview-section .tab-content > div {
  padding-top: 85px;
}

.in-residence-wrapper .overview-section #overview .inner {
  width: 90%;
}

.in-residence-wrapper .overview-section #overview img {
  margin-bottom: 30px;
  width: 100%;
}

.in-residence-wrapper .overview-section #value .inner {
  width: 90%;
}

.in-residence-wrapper .overview-section .arrow-value {
  margin: 30px 0;
}

.in-residence-wrapper .overview-section .arrow-value svg {
  max-width: none;
  max-height: none;
  width: 280px;
}

.in-residence-wrapper .overview-section .arrow-value svg polygon {
  fill: white;
}

.in-residence-wrapper .overview-section .arrow-desktop {
  display: none;
}


.in-residence-wrapper .overview-section .left-column,
.in-residence-wrapper .overview-section .right-column {
  width: 100%;
}

.in-residence-wrapper .overview-section .left-column h3,
.in-residence-wrapper .overview-section .right-column h3 {
  display: inline-block;
  margin: 0;
  padding: 0 3px 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.in-residence-wrapper .overview-section .column-title {
  margin-bottom: 20px;
}

.in-residence-wrapper .overview-section .column-table {
  text-align: left;
  display: table;
  width: 100%;
}

.in-residence-wrapper .overview-section .column-table svg {
  max-width: 38px;
  max-height: 38px;
}

.in-residence-wrapper .overview-section .column-table svg path {
  fill: white;
}

.in-residence-wrapper .overview-section .column-cell {
  display: table-cell;
  vertical-align: middle;
  height: 58px;
  width: calc(100% - 38px);
  padding-left: 20px;
}

.in-residence-wrapper .overview-section .column-cell.icon-cell {
  padding-left: 0;
  width: 38px;
}

.in-residence-wrapper .overview-section .mobile-process {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

.in-residence-wrapper .overview-section .mobile-process li {
  border-bottom: 1px solid white;
  margin-bottom: 20px;
}

.in-residence-wrapper .overview-section .mobile-process li > div {
  display: inline-block;
  vertical-align: top;
}

.in-residence-wrapper .overview-section .mobile-process li .box-icon {
  width: 60px;
}

.in-residence-wrapper .overview-section .mobile-process li .box-icon svg {
  margin-top: 10px;
}

.in-residence-wrapper .overview-section .mobile-process li .box-text {
  width: calc(100% - 65px);
}

@media (min-width: 481px) {
  .in-residence-wrapper .overview-section {
    font-size: 18px;
  }
  .in-residence-wrapper .overview-section p {
    font-size: 18px;
  }
  .in-residence-wrapper .overview-section > ul a {
    margin: 0 40px;
  }
  .in-residence-wrapper .overview-section .tab-content > div {
    padding-top: 80px;
  }
  .in-residence-wrapper .overview-section .column-table svg {
    max-width: 50px;
    max-height: 50px;
  }
  .in-residence-wrapper .overview-section .column-cell {
    height: 70px;
    width: calc(46% - 50px);
  }
  .in-residence-wrapper .overview-section .column-cell.icon-cell {
    width: 50px;
  }
  .in-residence-wrapper .overview-section .arrow-value {
    float: left;
    height: 385px;
    margin-top: 75px;
    position: relative;
    text-align: center;
    -webkit-transform: none;
            transform: none;
    width: 8%;
  }
  .in-residence-wrapper .overview-section .arrow-value svg {
    height: 385px;
    width: auto;
  }

 .in-residence-wrapper .overview-section .arrow-desktop {
    display: block;
  }
  .in-residence-wrapper .overview-section .arrow-mobile {
    display: none;
  }

  .in-residence-wrapper .overview-section .left-column,
  .in-residence-wrapper .overview-section .right-column {
    float: left;
    width: 46%;
  }
  .in-residence-wrapper .overview-section .right-column {
    padding-left: 20px;
  }
  .in-residence-wrapper .overview-section #process .nav-tabs {
    margin: 55px 0;
  }
  .in-residence-wrapper .overview-section #process .inner {
    width: 90%;
  }
  .in-residence-wrapper .overview-section #process .inner p {
    padding-left: 75px;
    padding-right: 75px;
  }
  .in-residence-wrapper .overview-section #process .inner .tab-content div {
    padding-top: 0;
  }
}

@media (min-width: 769px) {
  .in-residence-wrapper .overview-section {
    font-size: 21px;
  }

  .in-residence-wrapper .overview-section .nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
  .in-residence-wrapper .overview-section > ul a {
    margin: 0 50px;
  }

  .in-residence-wrapper .overview-section p {
    font-size: 21px;
  }
  .in-residence-wrapper .overview-section .arrow-value {
    width: 10%;
  }
  .in-residence-wrapper .overview-section .left-column,
  .in-residence-wrapper .overview-section .right-column {
    float: left;
    width: 45%;
  }
  .in-residence-wrapper .overview-section #overview .inner {
    padding: 0 50px;
    width: 80%;
  }
  .in-residence-wrapper .overview-section #value .inner,
  .in-residence-wrapper .overview-section #process .inner {
    width: 80%;
  }
}

.in-residence-wrapper .carousel {
  position: relative;
}

.in-residence-wrapper .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  text-align: center;
}

.in-residence-wrapper .item img {
  width: 100%;
  height: auto;
}

.in-residence-wrapper .carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out opacity;
  transition: .6s ease-in-out opacity;
  left: 0;
}

.in-residence-wrapper .carousel-inner > .item > img,
.in-residence-wrapper .carousel-inner > .item > a > img {
  line-height: 1;
}

.in-residence-wrapper .carousel-inner > .active,
.in-residence-wrapper .carousel-inner > .next,
.in-residence-wrapper .carousel-inner > .prev {
  display: block;
}

.in-residence-wrapper .carousel-inner > .active {
  left: 0;
}

.in-residence-wrapper .carousel-inner > .next,
.in-residence-wrapper .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.in-residence-wrapper .carousel-inner > .next,
.in-residence-wrapper .carousel-inner > .prev {
  opacity: 0;
  z-index: 2;
}

.in-residence-wrapper .carousel-inner > .next.left,
.in-residence-wrapper .carousel-inner > .prev.right {
  opacity: 1;
  z-index: 1;
}

.in-residence-wrapper .carousel-inner > .active.right,
.in-residence-wrapper .carousel-inner > .active.left {
  opacity: 0;
  z-index: 2;
}

.in-residence-wrapper .carousel-control {
  position: absolute;
  top: -15px;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  z-index: 10;
}

.in-residence-wrapper .carousel-control.right {
  right: 0;
  left: auto;
}



.in-residence-wrapper .carousel-control:hover,
.in-residence-wrapper .carousel-control:focus {
  outline: 0;
}

.in-residence-wrapper .carousel-control:hover span {
  border-color: #4f617f;
}

.in-residence-wrapper .carousel-control .icon-prev,
.in-residence-wrapper .carousel-control .icon-next {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

.in-residence-wrapper .carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}

.in-residence-wrapper .carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}

.in-residence-wrapper .carousel-control .icon-prev,
.in-residence-wrapper .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}

.in-residence-wrapper .carousel-indicators {
  position: relative;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
  margin-bottom: 0;
}

.in-residence-wrapper .carousel-indicators li {
  background-color: white;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 3px;
  text-indent: -999px;
  cursor: pointer;
  border-radius: 10px;
}

.in-residence-wrapper .carousel-indicators .active {
  width: 14px;
  height: 14px;
  background-color: #4f617f;
}

.in-residence-wrapper .carousel-caption {
  padding-top: 30px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.in-residence-wrapper .carousel-caption h3 {
  margin-bottom: 20px;
}

.in-residence-wrapper .carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 769px) {
  .in-residence-wrapper .carousel-control {
    top: 275px;
    left: -80px;
    -webkit-transform: none;
            transform: none;
  }
  .in-residence-wrapper .carousel-control.right {
    right: -80px;
  }
  .in-residence-wrapper .carousel-control .icon-prev,
  .in-residence-wrapper .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .in-residence-wrapper .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .in-residence-wrapper .carousel-control .icon-next {
    margin-right: -15px;
  }
  .in-residence-wrapper .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 20px;
  }
}

.in-residence-wrapper .residents-section {
  background-color: #83a4c4;
  padding-bottom: 50px;
  overflow: hidden;
  padding-top: 40px;
  position: relative;
}

.in-residence-wrapper .residents-section .section-title {
  margin-bottom: 40px;
}

.in-residence-wrapper .residents-section .inner {
  width: 90%;
}

.in-residence-wrapper .residents-section h3 a {
  color: white;
  border-bottom: 1px solid white;
}

@media (min-width: 481px) {
  .in-residence-wrapper .residents-section p {
    font-size: 18px;
  }
}

@media (min-width: 769px) {
  .in-residence-wrapper .residents-section p {
    font-size: 21px;
  }
  .in-residence-wrapper .residents-section .inner {
    padding: 0 50px;
    width: 80%;
  }
}

.in-residence-wrapper a[data-toggle='collapse'],
.in-residence-wrapper a.collapsed[data-toggle='collapse'] {
  background: transparent;
}

.in-residence-wrapper .accordion.bottom-border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.in-residence-wrapper .accordion-padding {
  padding-bottom: 40px;
}

.in-residence-wrapper .accordion .accordion-button {
  color: white;
  cursor: pointer;
  display: block;
  position: relative;
  padding: 28px 0;
  font-size: 21px;
  text-decoration: none;
  font-family: "AmplitudeWide Light", Amplitude-Light, Arial, sans-serif;
}

.in-residence-wrapper .accordion-plus-sign {
  display: inline-block;
  overflow: hidden;
  position: absolute;
  top: auto;
  bottom: 24px;
  right: 2px;
  height: 22px;
  width: 22px;
  z-index: 1;
}

.in-residence-wrapper .accordion-plus-sign:before, .in-residence-wrapper .accordion-plus-sign:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: white;
}

.in-residence-wrapper .accordion-plus-sign:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.in-residence-wrapper .accordion-reveal {
  height: 0;
  overflow: hidden;
}

.in-residence-wrapper .accordion :not(.collapsed) .accordion-plus-sign:before {
  display: none;
}

.in-residence-wrapper .accordion-navigation {
  background-color: #373737;
}

.in-residence-wrapper .accordion-navigation a span {
  padding-bottom: 6px;
}

.in-residence-wrapper .accordion-navigation a:not(.collapsed) span {
  border-bottom: 1px solid white;
}

.in-residence-wrapper .accordion-navigation a[data-toggle='collapse'], .in-residence-wrapper .accordion-navigation a.collapsed[data-toggle='collapse'] {
  border-top: 1px solid #808080;
  text-align: center;
  padding: 10px 0;
}

.in-residence-wrapper .accordion-navigation a[data-toggle='collapse'].no-border, .in-residence-wrapper .accordion-navigation a.collapsed[data-toggle='collapse'].no-border {
  border: 0;
}

@media (min-width: 481px) {
  .in-residence-wrapper .accordion-plus-sign {
    bottom: 22px;
    right: 2px;
    height: 36px;
    width: 36px;
    z-index: 1;
  }
}

.in-residence-wrapper .partners-wrapper {
  position: relative;
}

.in-residence-wrapper .partners.section-title {
  color: black;
  position: absolute;
  left: 50%;
  margin-top: 10px;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  -webkit-font-smoothing: initial;
}

.in-residence-wrapper .mosaic-section {
  overflow: hidden;
  background-color: #808080;
}

.in-residence-wrapper .mosaic-section .mosaic-tile {
  cursor: pointer;
  float: left;
  height: 50vw;
  opacity: 0;
  position: relative;
  width: 50%;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.in-residence-wrapper .mosaic-section .mosaic-tile.active .tile-bio {
  position: fixed;
  opacity: 1;
  z-index: 10;
}

.in-residence-wrapper .mosaic-section .mosaic-tile.block .tile-bio {
  display: block;
}

.in-residence-wrapper .mosaic-section .mosaic-tile.revealed {
  opacity: 1;
}

.in-residence-wrapper .mosaic-section .overlay-content {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  left: calc(100% / 6);
  padding: 30px 0;
  position: absolute;
  top: 50%;
  width: calc(100% / 6 * 4);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.in-residence-wrapper .mosaic-section .overlay-name p {
  margin: 0;
  padding: 0;
}

.in-residence-wrapper .mosaic-section .tile-name {
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  height: 100%;
  opacity: 0;
  padding-top: 50%;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1;
  font-family: "AmplitudeWide Light", Amplitude-Light, Arial, sans-serif;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.in-residence-wrapper .mosaic-section .tile-bio {
  color: white;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  font-size: 3.5vw;
  line-height: 1.6em;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  display: none;
  z-index: -1;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.in-residence-wrapper .mosaic-section .tile-bio.scrollable {
  overflow-y: scroll;
}

.in-residence-wrapper .mosaic-section .tile-bio.scrollable .overlay-content {
  margin: 30px 0;
  top: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.in-residence-wrapper .mosaic-section .tile-bio p {
  font-size: 3.5vw;
  line-height: 1.6em;
}

.in-residence-wrapper .mosaic-section .tile-bio ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.in-residence-wrapper .mosaic-section .tile-bio a {
  font-family: "AmplitudeWide Light", Amplitude-Light, Arial, sans-serif;
  color: white;
}

.in-residence-wrapper .mosaic-section .tile-bio .close {
  position: fixed;
  z-index: 9999;
  opacity: 1;
  width: 25px;
  height: 25px;
  margin-top: 30px;
  margin-left: -20px;
  right: 30px;
  left: auto;
}

.in-residence-wrapper .mosaic-section .tile-1 {
  overflow: hidden;
}

.in-residence-wrapper .mosaic-section .tile-1:after { 
  background: url(/content/dam/jpm/cib/complex/content/technology/in-residence/mosaic/tile-16.jpg) center center no-repeat;
  background-size: cover;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}

.in-residence-wrapper .mosaic-section .tile-2 {
  overflow: hidden;
}

.in-residence-wrapper .mosaic-section .tile-2:after {
  background: url(/content/dam/jpm/cib/complex/content/technology/in-residence/mosaic/tile-2.jpg) center center no-repeat;
  background-size: cover;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}

.in-residence-wrapper .mosaic-section .tile-3 {
  overflow: hidden;
}

.in-residence-wrapper .mosaic-section .tile-3:after {
  background: url(/content/dam/jpm/cib/complex/content/technology/in-residence/mosaic/tile-3.jpg) center center no-repeat;
  background-size: cover;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}

.in-residence-wrapper .mosaic-section .tile-4 {
  overflow: hidden;
} 

.in-residence-wrapper .mosaic-section .tile-4:after {
  background: url(/content/dam/jpm/cib/complex/content/technology/in-residence/mosaic/tile-4.jpg) center center no-repeat;
  background-size: cover;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}

.in-residence-wrapper .mosaic-section .tile-5 {
  overflow: hidden;
}

.in-residence-wrapper .mosaic-section .tile-5:after {
  background: url(/content/dam/jpm/cib/complex/content/technology/in-residence/mosaic/tile-11.jpg) center center no-repeat;
  background-size: cover;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}

.in-residence-wrapper .mosaic-section .tile-6 {
  overflow: hidden;
}

.in-residence-wrapper .mosaic-section .tile-6:after {
  background: url(/content/dam/jpm/cib/complex/content/technology/in-residence/mosaic/tile-19.jpg) center center no-repeat;
  background-size: cover;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}

.in-residence-wrapper .mosaic-section .tile-7 {
  overflow: hidden;
}

.in-residence-wrapper .mosaic-section .tile-7:after {
  background: url(/content/dam/jpm/cib/complex/content/technology/in-residence/mosaic/tile-7.jpg) center center no-repeat;
  background-size: cover;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}

.in-residence-wrapper .mosaic-section .tile-8 {
  overflow: hidden;
}

.in-residence-wrapper .mosaic-section .tile-8:after {
  background: url(/content/dam/jpm/cib/complex/content/technology/in-residence/mosaic/tile-14.jpg) center center no-repeat;
  background-size: cover;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}

.in-residence-wrapper .mosaic-section .tile-9 {
  overflow: hidden;
}

.in-residence-wrapper .mosaic-section .tile-9:after {
  background: url(/content/dam/jpm/cib/complex/content/technology/in-residence/mosaic/tile-6.jpg) center center no-repeat;
  background-size: cover;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}

.in-residence-wrapper .mosaic-section .tile-10 {
  overflow: hidden;
}

.in-residence-wrapper .mosaic-section .tile-10:after {
  background: #b6ada4;
  background-size: cover;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}

.in-residence-wrapper .mosaic-section .tile-11 {
  overflow: hidden;
}

.in-residence-wrapper .mosaic-section .tile-11:after {
  background: url(/content/dam/jpm/cib/complex/content/technology/in-residence/mosaic/tile-11.jpg) center center no-repeat;
  background-size: cover;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}

.in-residence-wrapper .mosaic-section .tile-12 {
  overflow: hidden;
}

.in-residence-wrapper .mosaic-section .tile-12:after {
  background: url(/content/dam/jpm/cib/complex/content/technology/in-residence/mosaic/tile-12.jpg) center center no-repeat;
  background-size: cover;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}

.in-residence-wrapper .mosaic-section .tile-13 {
  overflow: hidden;
}

.in-residence-wrapper .mosaic-section .tile-13:after {
  background: url(/content/dam/jpm/cib/complex/content/technology/in-residence/mosaic/tile-13.jpg) center center no-repeat;
  background-size: cover;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}

.in-residence-wrapper .mosaic-section .tile-14 {
  overflow: hidden;
}

.in-residence-wrapper .mosaic-section .tile-14:after {
  background: url(/content/dam/jpm/cib/complex/content/technology/in-residence/mosaic/tile-14.jpg) center center no-repeat;
  background-size: cover;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}

.in-residence-wrapper .mosaic-section .tile-15 {
  overflow: hidden;
}

.in-residence-wrapper .mosaic-section .tile-15:after {
  background: url(/content/dam/jpm/cib/complex/content/technology/in-residence/mosaic/tile-15.jpg) center center no-repeat;
  background-size: cover;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}

.in-residence-wrapper .mosaic-section .tile-16 {
  overflow: hidden;
}

.in-residence-wrapper .mosaic-section .tile-16:after {
  background: url(/content/dam/jpm/cib/complex/content/technology/in-residence/mosaic/tile-16.jpg) center center no-repeat;
  background-size: cover;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}

.in-residence-wrapper .mosaic-section .tile-17 {
  overflow: hidden;
}

.in-residence-wrapper .mosaic-section .tile-17:after {
  background: url(/content/dam/jpm/cib/complex/content/technology/in-residence/mosaic/tile-17.jpg) center center no-repeat;
  background-size: cover;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}

.in-residence-wrapper .mosaic-section .tile-18 {
  overflow: hidden;
}

.in-residence-wrapper .mosaic-section .tile-18:after {
  background: url(/content/dam/jpm/cib/complex/content/technology/in-residence/mosaic/tile-18.jpg) center center no-repeat;
  background-size: cover;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}

.in-residence-wrapper .mosaic-section .tile-19 {
  overflow: hidden;
}

.in-residence-wrapper .mosaic-section .tile-19:after {
  background: url(/content/dam/jpm/cib/complex/content/technology/in-residence/mosaic/tile-19.jpg) center center no-repeat;
  background-size: cover;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}

.in-residence-wrapper .mosaic-section .tile-20 {
  overflow: hidden;
}

.in-residence-wrapper .mosaic-section .tile-20:after {
  background: url(/content/dam/jpm/cib/complex/content/technology/in-residence/mosaic/tile-20.jpg) center center no-repeat;
  background-size: cover;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}

@media (min-width: 481px) {
  .in-residence-wrapper .mosaic-section .overlay-name {
    margin-bottom: 10px;
  }
  .in-residence-wrapper .mosaic-section .overlay-name p {
    margin: 0;
    padding: 0;
  }
  .in-residence-wrapper .mosaic-section .overlay-name .desc {
    font-size: 2.5vw;
  }
  .in-residence-wrapper .mosaic-section .tile-bio {
    font-size: 2.5vw;
  }
  .in-residence-wrapper .mosaic-section .tile-bio p {
    font-size: 2.5vw;
  }
}

@media (min-width: 769px) {
  .in-residence-wrapper .partners.section-title {
    margin-top: 40px;
  }
  .in-residence-wrapper .mosaic-section {
    height: 65.95vw;
    position: relative;
  }
  .in-residence-wrapper .mosaic-section:hover .mosaic-tile.revealed {
    opacity: 0.3;
  }
  .in-residence-wrapper .mosaic-section .mosaic-tile {
    cursor: pointer;
    float: none;
    position: absolute;
  }
  .in-residence-wrapper .mosaic-section .mosaic-tile.revealed:hover:not(.active) {
    opacity: 1;
  }
  .in-residence-wrapper .mosaic-section .mosaic-tile.revealed:hover:not(.active) .tile-name {
    opacity: 1;
  }
  .in-residence-wrapper .mosaic-section.overlay-active .mosaic-tile {
    opacity: 0.3;
  }
  .in-residence-wrapper .mosaic-section.overlay-active .mosaic-tile.active {
    opacity: 1;
  }
  .in-residence-wrapper .mosaic-section .overlay-name {
    margin-bottom: 10px;
  }
  .in-residence-wrapper .mosaic-section .overlay-name .desc {
    font-size: 1.2vw;
  }
  .in-residence-wrapper .mosaic-section .tile-bio {
    font-size: 1.6vw;
  }
  .in-residence-wrapper .mosaic-section .tile-bio p {
    font-size: 1.6vw;
  }
  .in-residence-wrapper .mosaic-section .tile-bio a {
    font-size: 1.2vw;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .in-residence-wrapper .mosaic-section .tile-bio a:hover {
    opacity: 0.5;
  }
  .in-residence-wrapper .mosaic-section .tile-bio .close {
    position: fixed;
    cursor: pointer;
    z-index: 9999;
    opacity: 1;
    width: 25px;
    height: 25px;
    top: 50%;
    left: 60px;
    margin-top: -10px;
    margin-left: -20px;
  }
  .in-residence-wrapper .mosaic-section .tile-portrait {
    height: 50%;
    width: calc(100% / 6);
  }
  .in-residence-wrapper .mosaic-section .tile-portrait .tile-name {
    padding-top: calc(100% - 12px);
  }
  .in-residence-wrapper .mosaic-section .tile-landscape {
    height: 25%;
    width: calc(100% / 3);
  }
  .in-residence-wrapper .mosaic-section .tile-landscape .tile-name {
    padding-top: calc(25% - 12px);
  }
  .in-residence-wrapper .mosaic-section .tile-square {
    height: 50%;
    width: calc(100% / 3);
  }
  .in-residence-wrapper .mosaic-section .tile-square .tile-name {
    padding-top: calc(50% - 12px);
  }
  .in-residence-wrapper .mosaic-section .tile-square.tile-small {
    height: 25%;
    width: calc(100% / 6);
  }
  .in-residence-wrapper .mosaic-section .tile-1 {
    left: 0;
    top: 0;
  }
  .in-residence-wrapper .mosaic-section .tile-2 {
    left: calc(100% / 6);
    top: 0;
  }
  .in-residence-wrapper .mosaic-section .tile-3 {
    left: 50%;
    top: 0;
  }
  .in-residence-wrapper .mosaic-section .tile-4 {
    left: calc(100% / 3 * 2);
    top: 0;
  }
  .in-residence-wrapper .mosaic-section .tile-5 {
    left: calc(100% / 6 * 5);
    top: 0;
  }
  .in-residence-wrapper .mosaic-section .tile-6 {
    left: 0;
    top: 50%;
  }
  .in-residence-wrapper .mosaic-section .tile-7 {
    left: calc(100% / 3);
    top: 50%;
  }
  .in-residence-wrapper .mosaic-section .tile-8 {
    left: calc(100% / 3 * 2);
    top: 25%;
  }
  .in-residence-wrapper .mosaic-section .tile-9 {
    left: calc(100% / 3 * 2);
    top: 75%;
  }
  .in-residence-wrapper .mosaic-section .tile-10 {
    left: calc(100% / 6 * 5);
    top: 75%;
  }
  .in-residence-wrapper .mosaic-section .tile-11 {
    left: 0;
    top: 0;
  }
  .in-residence-wrapper .mosaic-section .tile-12 {
    left: calc(100% / 6);
    top: 0;
  }
  .in-residence-wrapper .mosaic-section .tile-13 {
    left: calc(100% / 3);
    top: 0;
  }
  .in-residence-wrapper .mosaic-section .tile-14 {
    left: 50%;
    top: 0;
  }
  .in-residence-wrapper .mosaic-section .tile-15 {
    left: calc(100% / 6 * 5);
    top: 0;
  }
  .in-residence-wrapper .mosaic-section .tile-16 {
    left: 0;
    top: 25%;
  }
  .in-residence-wrapper .mosaic-section .tile-17 {
    left: 0;
    top: 75%;
  }
  .in-residence-wrapper .mosaic-section .tile-18 {
    left: calc(100% / 6);
    top: 75%;
  }
  .in-residence-wrapper .mosaic-section .tile-19 {
    left: calc(100% / 3);
    top: 50%;
  }
  .in-residence-wrapper .mosaic-section .tile-20 {
    left: calc(100% / 3 * 2);
    top: 50%;
  }
}

.in-residence-wrapper .faq-section {
  background: #b6ada4;
  padding-bottom: 20px;
  padding-top: 30px;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

.in-residence-wrapper .faq-section.active > .accordion-reveal {
  height: 100%;
  overflow: initial;
}

.in-residence-wrapper .faq-section ul {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}

.in-residence-wrapper .faq-section ul li {
  font-size: 16px;
  margin: 20px 0 0;
  font-family: "AmplitudeWide Light", Amplitude-Light, Arial, sans-serif;
}

.in-residence-wrapper .faq-section ul li a {
  color: white;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.in-residence-wrapper .faq-section ul li a:focus {
  text-decoration: none;
}

.in-residence-wrapper .faq-section ul li a:hover {
  opacity: 0.5;
}

.in-residence-wrapper .faq-section .section-title {
  color: white;
  text-align: center;
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
}

.in-residence-wrapper .faq-section .pop-up-wrapper.active .overlay {
  position: fixed;
  opacity: 1;
  z-index: 999;
}

.in-residence-wrapper .faq-section .pop-up-wrapper.block .overlay {
  display: block;
}

.in-residence-wrapper .faq-section .pop-up-wrapper.revealed {
  opacity: 1;
}

.in-residence-wrapper .faq-section .overlay {
  color: white;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  font-size: 3.5vw;
  line-height: 1.6em;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  display: none;
  z-index: -1;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.in-residence-wrapper .faq-section .overlay.scrollable {
  overflow-y: scroll;
}

.in-residence-wrapper .faq-section .overlay.scrollable .overlay-content {
  margin: 30px 0;
  top: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.in-residence-wrapper .faq-section .overlay p {
  font-size: 3.5vw;
  line-height: 1.6em;
}

.in-residence-wrapper .faq-section .overlay ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.in-residence-wrapper .faq-section .overlay a {
  font-family: "AmplitudeWide Light", Amplitude-Light, Arial, sans-serif;
  color: white;
}

.in-residence-wrapper .faq-section .overlay .close {
  position: fixed;
  z-index: 9999;
  opacity: 1;
  width: 25px;
  height: 25px;
  margin-top: 30px;
  margin-left: -20px;
  right: 30px;
  left: auto;
}

.in-residence-wrapper .faq-section .overlay-content {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  left: calc(100% / 6);
  padding: 30px 0;
  position: absolute;
  top: 50%;
  width: calc(100% / 6 * 4);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 481px) {
  .in-residence-wrapper .faq-section {
    padding-top: 60px;
  }
  .in-residence-wrapper .faq-section h3 {
    margin-bottom: 40px;
  }
  .in-residence-wrapper .faq-section ul li {
    font-size: 21px;
  }
  .in-residence-wrapper .faq-section .overlay {
    font-size: 2.5vw;
  }
  .in-residence-wrapper .faq-section .overlay p {
    font-size: 2.5vw;
  }
}

@media (min-width: 769px) {
  .in-residence-wrapper .faq-section {
    position: relative;
  }
  .in-residence-wrapper .faq-section .overlay {
    font-size: 1.6vw;
  }
  .in-residence-wrapper .faq-section .overlay p {
    font-size: 1.6vw;
  }
  .in-residence-wrapper .faq-section .overlay a {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    white-space: nowrap;
  }
  .in-residence-wrapper .faq-section .overlay a:hover {
    opacity: 0.5;
  }
  .in-residence-wrapper .faq-section .overlay .close {
    position: fixed;
    cursor: pointer;
    z-index: 9999;
    opacity: 1;
    width: 25px;
    height: 25px;
    top: 50%;
    left: 60px;
    margin-top: -10px;
    margin-left: -20px;
  }
}

.in-residence-wrapper .application-section {
  background: #373737;
  padding-top: 30px;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

.in-residence-wrapper .application-section form {
  overflow: hidden;
}

.in-residence-wrapper .application-section.active > .accordion-reveal {
  height: 100%;
  overflow: initial;
}

.in-residence-wrapper .application-section .accordion-padding {
  padding-bottom: 50px;
}

.in-residence-wrapper .application-section a {
  color: white;
}

.in-residence-wrapper .application-section h2 {
  border: 0;
  font-size: 28px;
  color: white;
  margin-top: 25px;
  text-align: left;
  text-transform: none;
}

.in-residence-wrapper .application-section h2.solution {
  margin: 40px 0 45px;
}

.in-residence-wrapper .application-section label {
  color: #aeadae;
  font-size: 18px;
  white-space: normal !important; 
  min-width: 100%;
  -webkit-font-smoothing: antialiased;
  font-family: "AmplitudeWide Light", Amplitude-Light, Arial, sans-serif;
}

.in-residence-wrapper .application-section .italic-text {
  color: #4d4c4c;
  font-style: italic;
  padding-top: 0;
}

.in-residence-wrapper .application-section p {
  font-size: 18px;
  color: #aeadae;
}

.in-residence-wrapper .application-section .form-download-link {
  margin-top: -40px;
}

.in-residence-wrapper .application-section .disclosure-text {
  line-height: 22px;
}

.in-residence-wrapper .application-section .last-paragraph {
  margin-bottom: 80px;
}

.in-residence-wrapper .application-section input {
  font-size: 18px;
  color: white;
}

.in-residence-wrapper .application-section textarea {
  border: 1px solid #808080;
  border-radius: 2px;
  background-color: #4d4c4c;
  color: white;
  display: block;
  font-size: 16px;
  width: 100%;
  margin: 0 auto 25px;
  outline: none;
  overflow: hidden;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
 
  resize: none;
}

.in-residence-wrapper .application-section textarea.one-line {
  height: 40px;
}

.in-residence-wrapper .application-section textarea.two-line {
  height: 95px;
}

.in-residence-wrapper .application-section textarea.three-line {
  height: 135px;
}

.in-residence-wrapper .application-section .text-group {
  display: table;
  width: 100%;
  padding: 12px 0 8px;
}

.in-residence-wrapper .application-section .text-group label {
  width: 1px;
  white-space: nowrap;
  padding-right: 10px;
  vertical-align: bottom;
}

.in-residence-wrapper .application-section .text-group input {
  border: 1px solid #808080;
  border-radius: 2px;
  background-color: #4d4c4c;
  display: table-cell;
  padding: 3px 5px;
  vertical-align: bottom;
  width: 100%;
}

.in-residence-wrapper .application-section .text-group input:focus {
  outline: 0;
}

.in-residence-wrapper .application-section .checkbox-group {
  display: table;
  width: 100%;
  height: 70px;
}

.in-residence-wrapper .application-section .checkbox-group .checkbox-wrapper {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  width: 46px;
}

.in-residence-wrapper .application-section .checkbox-group > label {
  font-size: 17px;
  display: table-cell;
  vertical-align: middle;
}

.in-residence-wrapper .application-section .checkbox-group input {
  visibility: hidden;
  height: 20px;
}

.in-residence-wrapper .application-section .checkbox-group input:checked + label:after {
  opacity: 1;
}

.in-residence-wrapper .application-section .checkbox-group .checkbox-button {
  cursor: pointer;
  height: 28px;
  position: absolute;
  width: 28px;
  left: 0;
  border: 1px solid white;
}

.in-residence-wrapper .application-section .checkbox-group .checkbox-button:after {
  content: '';
  width: 21px;
  height: 9px;
  position: absolute;
  top: 6px;
  left: 3px;
  border: 2px solid white;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.in-residence-wrapper .application-section .checkbox-group .checkbox-button:hover:after {
  opacity: 0.3;
}

.in-residence-wrapper .application-section .i_agree {
  width: auto;
}

.in-residence-wrapper .application-section .i_agree label {
  padding-right: 10px;
}

.in-residence-wrapper .application-section button {
  background: transparent;
  border: 1px solid #aeadae;
  color: #aeadae;
  display: block;
  margin: 60px auto;
  padding: 10px 20px;
  text-align: center;
}

.in-residence-wrapper .application-section .form-paragraph {
  margin-top: 30px;
}

.in-residence-wrapper .application-section .row {
  margin: 0 -15px;
}

@media (min-width: 481px) {
  .in-residence-wrapper .application-section {
    padding-top: 60px;
  }
  .in-residence-wrapper .application-section h3 {
    margin-bottom: 60px;
  }
}

.in-residence-wrapper .footer-section {
  background: #4d4c4c;
  padding-bottom: 40px;
  padding-top: 30px;
  position: relative;
}

.in-residence-wrapper .footer-section img {
  display: block;
  margin: 0 auto 20px;
}

.in-residence-wrapper .footer-section h3 {
  color: white;
  text-align: center;
  margin-bottom: 20px;
}

.in-residence-wrapper .footer-section h3 a {
  color: white;
  border-color: transparent;
  -webkit-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
}

.in-residence-wrapper .footer-section h3 a:hover {
  border-bottom: 1px solid white;
}

@media (min-width: 769px) {
  .in-residence-wrapper .footer-section {
    padding-top: 60px;
    padding-bottom: auto;
  }
}



