@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?r3k80u");
  src: url("../fonts/icomoon.eot?r3k80u#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?r3k80u") format("truetype"), url("../fonts/icomoon.woff?r3k80u") format("woff"), url("../fonts/icomoon.svg?r3k80u#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/**
 * @file
 * Project-wide specific helper functions
 */
/**
 * @file
 * Project-wide shortcut mixins
 */
* {
  box-sizing: border-box;
}

html, body {
  font-family: "Helvetica Neue", Helvetica, Arial, "Nimbus Sans L", sans-serif;
  color: #000;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "myriad-pro-condensed", Helvetica, Arial, "Nimbus Sans L", sans-serif;
}

h1 {
  margin: 0 0 1.5rem;
}

h2 {
  line-height: 38px;
  line-height: 1.9rem;
  margin: 0 0 1.5rem;
}

h3 {
  margin: 0 0 1.5rem;
}

h4 {
  margin: 0 0 1.5rem;
}

h5 {
  margin: 0 0 1.5rem;
}

h6 {
  margin: 0 0 1.5rem;
}

p {
  margin: 0 0 1.5rem;
}

ul, ol {
  margin: 0 0 1.5rem;
}

blockquote {
  margin: 0 0 1.5rem;
  padding: 1.5rem;
}
blockquote :last-child {
  margin: 0;
}

a:not([class]) {
  color: #000;
}
a:not([class]):hover, a:not([class]):focus {
  text-decoration: none;
}

::selection {
  background: #000;
  color: #fff;
  /* WebKit/Blink Browsers */
}

::-moz-selection {
  background: #000;
  color: #fff;
  /* Gecko Browsers */
}

nav ul, nav ol {
  margin: 0;
  padding: 0;
}

figure > img {
  display: block;
  height: auto;
  width: 100%;
}

.l-constrained {
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 64em) {
  .l-constrained {
    margin: 0 auto;
    width: 1024px;
  }
  .l-constrained.amenities-container {
    width: 100vw;
    max-width: 1600px;
  }
  .l-constrained.amenities-container:last-of-type h2 {
    margin-top: 90px;
  }
  .l-constrained.amenities-container:last-of-type ul {
    margin: 0 90px;
  }
}

@media screen and (max-width: 768px) {
  .amenities-container:last-of-type h2 {
    margin-top: 60px;
  }
}

.margin-top {
  margin-top: 60px;
}

.arrow-track {
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  background-color: #f39e1e;
  display: none;
  height: 44px;
  line-height: 44px;
  left: 70px;
  margin-left: -55px;
  position: fixed;
  top: 520px;
  width: 520px;
  z-index: 1;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
}
.arrow-track > em {
  color: #fff;
  font-style: normal;
}
.arrow-track:after {
  -moz-transform: scaleX(0.5);
  -ms-transform: scaleX(0.5);
  -webkit-transform: scaleX(0.5);
  transform: scaleX(0.5);
  border: 22px solid transparent;
  border-right-color: #f39e1e;
  border-bottom-color: #f39e1e;
  left: -33px;
  content: "";
  display: block;
  height: 0;
  top: 0;
  position: absolute;
  width: 0;
}
@media (min-width: 67.25em) {
  .arrow-track {
    display: block;
  }
}

[role="banner"] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-top: 120px;
  margin: 0 30px;
  position: relative;
}
@media screen and (max-width: 640px) {
  [role="banner"] {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
[role="banner"] .image-container {
  width: 66.66%;
  margin: 60px 0 0 60px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  [role="banner"] .image-container {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  [role="banner"] .image-container {
    width: 100%;
    margin: 0;
  }
}
[role="banner"] .image-container img {
  width: 100%;
  height: auto;
}
[role="banner"] .site-intro {
  width: 33.33%;
  margin: 0 0 0 60px;
}
@media screen and (max-width: 768px) {
  [role="banner"] .site-intro {
    width: 50%;
    margin: 0;
  }
}
@media screen and (max-width: 640px) {
  [role="banner"] .site-intro {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    margin: 0;
    width: 100%;
  }
  [role="banner"] .site-intro .site-logo {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  [role="banner"] {
    padding-top: 150px;
  }
}
@media (min-width: 42.6875em) {
  [role="banner"] {
    padding-bottom: 33px;
  }
}
[role="banner"] p {
  margin-top: 60px;
}

.bars {
  position: relative;
}
.bars:before, .bars:after {
  content: "";
  display: block;
  height: 98px;
  width: 166px;
  position: absolute;
  z-index: 2;
}
.bars:before {
  background-image: url('../images/bars.svg?1578019376');
  top: 0;
  left: 10px;
}
.bars:after {
  background-image: url('../images/bars-inverted.svg?1578019376');
  bottom: 24px;
  left: 10px;
}

.btn {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-transition-property: "background-color";
  -o-transition-property: "background-color";
  -webkit-transition-property: "background-color";
  transition-property: "background-color";
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  background-color: #f39e1e;
  color: #fff;
  font-size: 18px;
  font-weight: 100;
  letter-spacing: 1px;
  padding: 17px;
  text-decoration: none;
}
.btn:hover {
  background-color: #ff6700;
}

[role="contentinfo"] {
  background-color: #fff;
  border-bottom: 24px solid #f39e1e;
  padding-top: 38px;
  padding-bottom: 116px;
  position: relative;
  z-index: 1;
}
[role="contentinfo"] .email h2,
[role="contentinfo"] .email p,
[role="contentinfo"] .address h2,
[role="contentinfo"] .address p {
  font-size: 24px;
  font-weight: 300;
  font-family: "Helvetica Neue", Helvetica, Arial, "Nimbus Sans L", sans-serif;
  margin: 0 0 10px;
}
[role="contentinfo"] .email,
[role="contentinfo"] .address {
  margin: 0 0 24px;
}
[role="contentinfo"] .btn {
  padding: 0 10px;
}
@media (min-width: 64em) {
  [role="contentinfo"] {
    text-align: center;
  }
  [role="contentinfo"] .email,
  [role="contentinfo"] .address {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    text-align: left;
  }
  [role="contentinfo"] .email h2,
  [role="contentinfo"] .email p,
  [role="contentinfo"] .address h2,
  [role="contentinfo"] .address p {
    font-size: 32px;
  }
}

.dashed-line {
  display: none;
  position: absolute;
}
@media (min-width: 64em) {
  .dashed-line {
    display: block;
  }
}

.dashed-line__horiz {
  background-image: repeating-linear-gradient(90deg, #231f20, #231f20 14px, transparent 14px, transparent 28px);
  height: 1px;
}

.dashed-line__vert {
  background-image: repeating-linear-gradient(0deg, #231f20, #231f20 10px, #fff 10px, #fff 20px);
  width: 1px;
}

.dashed-line__logo-bottom {
  right: 0;
  top: 400px;
  width: calc(100% - ((100% - 1024px) / 2));
}

.dashed-line__logo-left {
  left: 50%;
  margin-left: 0px;
  top: 0;
  height: 1400px;
  z-index: 0;
}

.dashed-line__rendering-top {
  top: 725px;
  right: 0;
  width: 50%;
}

.dashed-line__rendering-bottom {
  top: 772px;
  right: 0;
  width: 50%;
}

.dashed-line__floorplan-lbottom {
  top: 1416px;
  left: 0;
  width: calc(100% - ((100% - 1024px) / 2) - 1024px + 70px);
}

.dashed-line__floorplan-ltop {
  top: 1614px;
  left: 0;
  width: calc( 100% - ((100% - 1024px) / 2) - (1024px / 2) + 304px );
}

.dashed-line__floorplan-rbottom {
  top: 1760px;
  right: 0;
  width: calc(100% - ((100% - 1024px) / 2) - 1024px + 74px);
}

.download-links {
  list-style: none;
  margin: 20px auto;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media screen and (max-width: 768px) {
  .download-links {
    margin: 20px auto 20px 30px;
  }
}
@media screen and (max-width: 640px) {
  .download-links {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px auto;
  }
}
.download-links li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-right: 22px;
  max-width: 300px;
  min-width: 200px;
  padding: 0 15px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .download-links li {
    padding-top: 30px;
    margin: 0 auto;
  }
}
.download-links li h3 {
  background-color: #000;
  color: #fff;
  font-weight: 100;
  font-family: "Helvetica Neue", Helvetica, Arial, "Nimbus Sans L", sans-serif;
  padding: 0 68px;
  text-transform: capitalize;
}
@media screen and (max-width: 640px) {
  .download-links li h3 {
    width: calc(100% + 60px);
    margin-left: -30px;
  }
}
.download-links li .dashed-line__logo-left {
  height: calc(100% + 200px);
  left: auto;
  right: 0;
  top: -60px;
}
.download-links li:last-child {
  margin-left: 0;
}
@media screen and (max-width: 640px) {
  .download-links li:last-child {
    margin: 0 auto;
  }
}
.download-links a {
  display: block;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
}
.download-links a:not(.btn) {
  border-bottom: 1px solid #000;
}
.download-links a:not(.btn):hover {
  border-bottom: 1px solid #f0ab00;
}
.download-links a.btn:hover {
  transform: translatey(5px);
  -webkit-transform: translatey(5px);
  -moz-transform: translatey(5px);
  -o-transform: translatey(5px);
}

.schedule-a-showing {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: black;
  color: #ffffff;
  margin-top: 150px;
  padding: 30px;
  width: 100%;
}
.schedule-a-showing h3 {
  font-size: 23px;
  padding-right: 30px;
  margin-bottom: 0;
  font-weight: 300;
}
@media screen and (max-width: 640px) {
  .schedule-a-showing {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .schedule-a-showing h3 {
    margin-bottom: 15px;
    padding-right: 0px;
  }
}

.floorplans,
.features {
  padding-top: 60px;
  padding-bottom: 118px;
  width: 100vw;
  position: relative;
  z-index: 1;
}
.floorplans .dashed-line__horiz,
.features .dashed-line__horiz {
  margin-bottom: 60px;
}
.floorplans h2,
.features h2 {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-color: #000;
  color: #fff;
  font-size: 28px;
  font-family: "Helvetica Neue", Helvetica, Arial, "Nimbus Sans L", sans-serif;
  font-weight: 100;
  padding: 0 68px 0 120px;
}
@media screen and (max-width: 768px) {
  .floorplans h2,
  .features h2 {
    padding: 0 68px 0 60px;
  }
}
@media screen and (max-width: 640px) {
  .floorplans h2,
  .features h2 {
    font-size: 18px;
    width: calc(100vw - 30px);
    padding: 0;
    text-align: center;
  }
}
.floorplans figure,
.features figure {
  margin: 0 0 24px;
  width: 100%;
}
.floorplans .pre-lease,
.features .pre-lease {
  padding: 0 48px;
}
@media (max-width: 63.9375em) {
  .floorplans .pre-lease,
  .features .pre-lease {
    margin-bottom: -120px;
  }
}
@media (min-width: 64em) {
  .floorplans,
  .features {
    padding-top: 120px;
  }
}

.features {
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .features ul {
    margin-left: 30px;
  }
}
.features #campus-amenities {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 640px) {
  .features #campus-amenities {
    flex-wrap: wrap;
  }
}
.features #campus-amenities .half {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 50%;
  min-width: 300px;
}
.features #campus-amenities .half p.instructions {
  font-size: 14px;
  font-style: italic;
  padding-left: 38px;
}
@media screen and (max-width: 640px) {
  .features #campus-amenities .half {
    width: 100%;
  }
  .features #campus-amenities .half:first-child {
    order: 2;
  }
  .features #campus-amenities .half:last-child {
    order: 1;
    padding-bottom: 30px;
  }
  .features #campus-amenities .half p.instructions {
    display: none;
  }
}
.features #campus-amenities .half:first-child {
  padding-left: 90px;
}
@media screen and (max-width: 768px) {
  .features #campus-amenities .half:first-child {
    padding-left: 0;
  }
}
.features #campus-amenities .half .amenities-list {
  list-style: none;
}
.features #campus-amenities .half .amenities-images-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-transition: opacity ease-in-out;
  -o-transition: opacity ease-in-out;
  -webkit-transition: opacity ease-in-out;
  transition: opacity ease-in-out;
  padding: 0 30px 0 0;
}
.features #campus-amenities .half .amenities-images-container.fixed {
  bottom: 0;
  height: 100vh;
  left: 50vw;
  position: fixed;
  right: 0;
  top: 0;
  width: calc(50vw - 30px);
  z-index: 0;
}
@media screen and (max-width: 640px) {
  .features #campus-amenities .half .amenities-images-container.fixed {
    height: auto;
    left: 0px;
    position: relative;
    width: calc(100% - 30px);
    width: 100%;
  }
}
.features #campus-amenities .half .amenities-images-container .image-container {
  display: inline-block;
  position: relative;
}
.features #campus-amenities .half .amenities-images-container .image {
  width: 100%;
  position: relative;
}
.features #campus-amenities .half .amenities-images-container .image img {
  width: 100%;
  height: auto;
}
.features #campus-amenities .half .amenities-images-container .image.hidden {
  display: none;
}

.preamble {
  margin-top: 37px;
  position: relative;
  z-index: 1;
}
.preamble p {
  font-size: 24px;
  line-height: 36px;
  font-weight: 100;
}
@media (min-width: 64em) {
  .preamble {
    margin-top: 74px;
    padding: 0 446px 0 100px;
  }
  .preamble p {
    font-size: 33px;
    line-height: 49px;
  }
}

.rendering {
  margin-top: 70px;
  position: relative;
  z-index: 1;
}
.rendering figure {
  overflow: hidden;
  *zoom: 1;
  margin: 0;
  position: relative;
}
.rendering figcaption {
  font-size: 16px;
  font-weight: 300;
  margin-top: 16px;
}
@media (min-width: 64em) {
  .rendering figure {
    display: flex;
    align-items: flex-end;
  }
  .rendering figure img {
    float: left;
    width: 75%;
  }
  .rendering figcaption {
    text-shadow: 0 0 85px #fff;
    background: rgba(255, 255, 255, 0.8);
    padding: 30px;
    margin-left: -90px;
    font-size: 20px;
    float: right;
    width: 33.75%;
    margin-top: 0;
    width: 500px;
  }
}
@media (min-width: 80.75em) {
  .rendering figure {
    margin: 0 -124px;
    padding-bottom: 30px;
  }
  .rendering figcaption {
    margin-bottom: -30px;
  }
}

.site-logo {
  display: block;
  margin: 0 auto 32px;
  max-width: 500px;
}

.social-links {
  overflow: hidden;
  *zoom: 1;
  width: 100%;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 640px) {
  .social-links {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
.social-links > li {
  float: left;
}
.social-links > li:not(:last-child) {
  margin-right: 24px;
}
.social-links > li a {
  border-bottom: none;
  display: block;
  text-decoration: none;
  font: 0/0 a;
}
.social-links > li a:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 30px;
  line-height: 30px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  color: #000;
  transition: color 0.1s;
}
.social-links > li a[href*="facebook.com/"]:before {
  content: "\e900";
}
.social-links > li a[href*="twitter.com/"]:before {
  content: "\e902";
}
.social-links > li a[href*="instagram.com/"]:before {
  content: "\e901";
}
.social-links > li a:hover:before {
  color: #ff6700;
}

.footer-inset {
  max-width: 950px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .footer-inset {
    margin: 0 30px;
  }
}
@media screen and (max-width: 640px) {
  .footer-inset {
    text-align: center;
  }
}
.footer-inset a {
  font-size: 16px;
}
.footer-inset .links {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.footer-inset .links > div {
  min-width: 200px;
}
@media screen and (max-width: 640px) {
  .footer-inset .links {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
.footer-inset .schedule-a-showing {
  margin-top: 90px;
}

.two-col,
.amenities-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
}
.two-col li > span,
.amenities-list li > span {
  background-color: #fff;
  display: inline-block;
  font-weight: 300;
  margin-bottom: 11px;
  padding: 4px 10px 4px 40px;
  position: relative;
}
.two-col li > span:before,
.amenities-list li > span:before {
  content: "+";
  position: absolute;
  left: 10px;
  top: 2px;
}
.two-col li.black > span,
.amenities-list li.black > span {
  background-color: #000;
  color: #fff;
}
@media (min-width: 64em) {
  .two-col,
  .amenities-list {
    font-size: 18px;
  }
  .two-col li,
  .amenities-list li {
    width: 47.5%;
  }
  .two-col li:nth-child(odd),
  .amenities-list li:nth-child(odd) {
    float: left;
    clear: left;
  }
  .two-col li:nth-child(even),
  .amenities-list li:nth-child(even) {
    float: right;
    clear: right;
  }
}

.amenities-list li {
  width: 100%;
}
.amenities-list li:nth-child(odd) {
  float: none;
  clear: left;
}
.amenities-list li:nth-child(even) {
  float: none;
  clear: right;
}

.clearfix {
  overflow: hidden;
  *zoom: 1;
}

a {
  text-decoration: none;
}
a:not(.btn) {
  border-bottom: 1px solid #000;
}
a:not(.btn):hover {
  color: #f0ab00;
  border-bottom: 1px solid #f0ab00;
}
a.btn.big-btn {
  padding: 10px 60px;
}
a.btn:hover {
  transform: translatey(5px);
  -webkit-transform: translatey(5px);
  -moz-transform: translatey(5px);
  -o-transform: translatey(5px);
}

.apply-now-button {
  position: fixed;
  top: 10px;
  right: 30px;
  z-index: 10000000;
}
@media screen and (max-width: 768px) {
  .apply-now-button {
    bottom: 0px;
    left: 0;
    right: 0;
    top: auto;
    width: 100%;
  }
  .apply-now-button a {
    width: 100vw;
    text-align: center;
  }
}

p {
  text-shadow: 0 0 85px #fff;
  font-size: 20px;
  font-weight: 300;
}

/*# sourceMappingURL=screen.css.map */
