@import 'form.css';
.background-image-defaults {
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.pill-button {
  display: block;
  padding: 0.2em 0.8em;
  text-transform: uppercase;
}
.primary-pill-button {
  display: block;
  padding: 0.2em 0.8em;
  text-transform: uppercase;
  color: #769776;
  background-color: #FFFFFF;
}
.brownstone {
  font-weight: 400;
  -webkit-font-smoothing: subpixel-antialiased;
}
.brownstone-light {
  font-family: 'Courier New', Courier, Calibri, Arial, Roboto, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: subpixel-antialiased;
}
.brownstone-hole {
  font-family: 'Courier New', Courier, Calibri, Arial, Roboto, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: subpixel-antialiased;
}
.brownstone-thin {
  font-family: 'Courier New', Courier, Calibri, Arial, Roboto, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: subpixel-antialiased;
}
.content-box {
  position: relative;
  background-color: #769776;
  color: #FFFFFF;
  padding: 28px;
  padding-top: 60px;
}
.content-box .close-button {
  display: block;
  position: absolute;
  top: 28px;
  left: 28px;
  line-height: 1em;
  font-size: 2em;
  padding: 0em 0.2em;
  cursor: pointer;
  font-weight: 200;
  background-image: url('/img/icons/close.png');
  background-repeat: no-repeat;
  background-size: 23px;
}
.icon-link {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-size: auto;
  display: block;
  overflow: hidden;
}
* {
  /* using border-box, padding included in width / height */
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  -webkit-touch-callout: none;
  /* prevent callout to copy image, etc when tap to hold */
  -webkit-text-size-adjust: none;
  /* prevent webkit from resizing text to fit */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* prevent tap highlight color / shadow */
  -webkit-user-select: text;
  /* prevent copy paste, to allow, change 'none' to 'text' */
}
html,
body {
  width: 1024px;
  height: 768px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  background-color: #769776;
}
body {
  font-size: 20px;
  font-family: "din-condensed-web", Helvetica, Arial;
  font-weight: 100;
  -webkit-font-smoothing: subpixel-antialiased;
}
.gallery .content-container {
  background-color: #fff;
}
.gallery .content-container h1 {
  color: #496f4d;
  font-family: "din-condensed-web", Helvetica, Arial;
  letter-spacing: 5px;
  font-weight: 400;
  text-decoration: none;
  font-size: 1.5em;
}
a {
  color: inherit;
  text-decoration: none;
}
h1,
h2 {
  font-size: 1.6em;
}
.thrive-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  background-color: #769776;
  color: #FFFFFF;
}
.content-container {
  width: 100%;
  height: 692px;
  position: relative;
  padding: 1em 4em;
}
.content-container h1 {
  color: #fff;
  font-weight: normal;
  font-family: "din-condensed-web", Helvetica, Arial;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #496f4d;
  margin-bottom: 15px;
}
.masthead,
.footer {
  z-index: 2;
}
.home .thrive-container,
.thanks .thrive-container,
.register .thrive-container {
  background-color: #769776;
  color: #FFFFFF;
}
.home .content-container,
.thanks .content-container,
.register .content-container {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
  background-image: url(../img/bg/thrive-text-bg-trimmed.png);
}
.thrive-footer-nav {
  width: 90%;
}
.thrive-footer-nav li {
  display: block;
  text-align: left;
  float: left;
  height: 100%;
  text-transform: uppercase;
}
.thrive-footer-nav li:not(:first-child) {
  margin-left: 65px;
}
.thrive-footer-nav li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0.8em;
  background-size: 44% auto;
  background-position: center top;
  letter-spacing: 3px;
  font-weight: 100;
  color: #FFFFFF;
}
a[href='/floorplans'] {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-size: auto;
  display: block;
  overflow: hidden;
  overflow: visible;
}
a[href='/floorplates'] {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-size: auto;
  display: block;
  overflow: hidden;
}
a[href='/viewlines'] {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-size: auto;
  display: block;
  overflow: hidden;
}
a[href='/gallery'] {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-size: auto;
  display: block;
  overflow: hidden;
}
a[href='/siteplan'] {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-size: auto;
  display: block;
  overflow: hidden;
}
.masthead-action {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-size: auto;
  display: block;
  overflow: hidden;
  background-image: url('../img/icons/masthead-back.png');
}
.content-modal {
  position: relative;
  background-color: #769776;
  color: #FFFFFF;
  padding: 28px;
  padding-top: 60px;
  position: absolute;
  top: 60%;
  left: 20%;
  width: 60%;
  height: auto;
  opacity: 0;
}
.content-modal .close-button {
  display: block;
  position: absolute;
  top: 28px;
  left: 28px;
  line-height: 1em;
  font-size: 2em;
  padding: 0em 0.2em;
  cursor: pointer;
  font-weight: 200;
  background-image: url('/img/icons/close.png');
  background-repeat: no-repeat;
  background-size: 23px;
}
.content-modal.modal-visible {
  opacity: 1;
}
.content-modal.modal-anim-in {
  -webkit-animation: kf-modal-in 0.4s ease-out;
}
.content-modal.modal-anim-out {
  -webkit-animation: kf-modal-out 0.3s ease-out;
}
.content-modal p {
  color: #fff;
}
@-webkit-keyframes kf-modal-in {
  0% {
    -webkit-transform: translate3d(0, 20%, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes kf-modal-out {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, -10%, 0);
    opacity: 0;
  }
}
.masthead {
  width: 100%;
  height: 76px;
  line-height: 76px;
  position: relative;
  background-color: #769776;
  border-bottom: 1px solid #414141;
  color: #FFFFFF;
  z-index: 2;
  padding: 0 1em;
}
.masthead-action {
  background-size: 100% auto;
  background-repeat: no-repeat;
  display: block;
  text-align: center;
  cursor: pointer;
  padding: 0 1em;
  height: 76px;
  line-height: 76px;
  width: 3em;
  float: left;
  background-size: 50% auto;
  background-position: center;
  position: relative;
  font-weight: bold;
}
.masthead-action.page-indicator {
  background-size: 29px;
}
.masthead-action.close-button {
  background-image: url(../img/icons/close.png);
  background-size: 23px;
  z-index: 5;
}
.masthead-action.select-asset {
  background-size: 23px;
  background-image: url(../img/icons/add-floorplan.png);
}
.masthead-action.select-asset.inactive {
  opacity: 0.4;
}
.masthead-action.select-asset.selected {
  background-image: url(../img/icons/remove-floorplan.png);
}
.masthead-action.email {
  background-size: 60% auto;
  background-image: url(../img/icons/email.png);
}
.masthead-action.email[data-selected-count]:before {
  content: attr(data-selected-count);
  display: block;
  position: absolute;
  font-size: 0.6em;
  width: 1.4em;
  height: 1.4em;
  line-height: 1.4em;
  border-radius: 1.4em;
  background-color: #fff;
  color: #769776;
  top: 1.4em;
  right: 0;
}
.masthead-action.register {
  display: block;
  padding: 0.2em 0.8em;
  text-transform: uppercase;
  color: #769776;
  background-color: #FFFFFF;
  display: inline-block;
  width: auto;
  height: auto;
  line-height: 1em;
  font-size: 0.7em;
  margin: 1.9em 1em 0 0;
  font-family: "din-condensed-web", Helvetica, Arial;
  letter-spacing: 3px;
  font-weight: 300;
  background-color: transparent;
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
  background-image: none;
}
.masthead-left-actions {
  float: left;
}
.masthead-right-actions {
  float: right;
}
.submenu {
  padding: 0;
  list-style-type: none;
  display: block;
  height: 68%;
}
.submenu li,
.submenu li a {
  display: block;
  height: 1.8em;
  line-height: 1.8em;
  letter-spacing: 0px;
}
.submenu.first-level-menu li:before,
.submenu.second-level-menu li:before {
  background-size: 100% auto;
  background-repeat: no-repeat;
  content: ' ';
  display: block;
  float: left;
  width: 1.3em;
  height: 100%;
  background-image: url(../img/bullet.svg);
  background-size: auto 40%;
  background-position: left center;
}
.submenu.first-level-menu li a,
.submenu.second-level-menu li a {
  margin-left: 2em;
}
.level-name {
  border-bottom: 1px solid #FFFFFF;
  overflow: visible;
}
.menu-back-link {
  overflow: visible;
}
.gallery-nav {
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  font-size: 3em;
  top: -40px;
  height: 100%;
  width: 42px;
  overflow: hidden;
  color: transparent;
  background-size: 50% auto;
  background-position: center;
  cursor: pointer;
  z-index: 6;
}
.gallery-nav.next {
  right: 0px;
  background-image: url(../img/nav-arrow-right.png);
}
.gallery-nav.previous {
  left: 0px;
  background-image: url(../img/nav-arrow-left.png);
}
.gallery-nav-w {
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  font-size: 3em;
  top: -40px;
  height: 100%;
  width: 42px;
  overflow: hidden;
  color: transparent;
  background-size: 50% auto;
  background-position: center;
  cursor: pointer;
  z-index: 6;
}
.gallery-nav-w.next {
  right: 0px;
  background-image: url(../img/nav-arrow-right.png);
}
.gallery-nav-w.previous {
  left: 0px;
  background-image: url(../img/nav-arrow-left.png);
}
.gallery-nav-w.next {
  right: 0px;
  background-image: url(../img/nav-arrow-right-w.png);
}
.gallery-nav-w.previous {
  left: 0px;
  background-image: url(../img/nav-arrow-left-w.png);
}
.content-container .swipe-container {
  background-color: #769776;
  position: absolute;
  top: 0;
  left: 0;
  width: 1024px;
  height: 768px;
  overflow: hidden;
  z-index: 4;
  -webkit-backface-visibility: hidden;
}
.content-container .swiper-wrapper {
  height: 100%;
}
.content-container .swiper-slide {
  width: 1024px;
  display: block;
  height: 100%;
  pointer-events: none;
  float: left;
  background-color: #fff;
  background-image: url('/img/loader.gif');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 4%;
}
.content-container .slide-img {
  display: block;
  margin: 1% 0 0 1%;
  width: 98%;
  height: auto;
  pointer-events: none;
}
.gallery-image-container {
  float: left;
}
.home .content-container {
  padding-top: 240px;
}
.home .content-container.init-entry {
  background-position: top center;
  background-image: url(../img/bg/thrive-text-bg-full.png);
  height: 768px;
}
.home .thrive-entry,
.home .flourish-entry {
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 372px;
  height: 226px;
  margin: 0 auto;
  background-position: left top;
  position: relative;
  cursor: pointer;
}
.home .thrive-entry .thrive-entry-button,
.home .flourish-entry .thrive-entry-button {
  position: fixed;
  font-size: 24px;
  bottom: 60px;
  left: 60px;
  color: #FFFFFF;
  background-color: transparent;
  font-family: 'Source Serif Pro', serif;
  text-transform: none;
  font-style: italic;
}
.home .home-footer {
  position: absolute;
  width: 100%;
  height: 124px;
  bottom: -10px;
  left: 29px;
  color: #FFFFFF;
  visibility: hidden;
  z-index: 2;
}
.home .home-footer .thrive-footer-nav {
  width: 90%;
  padding-left: 5%;
}
.home .home-footer.footer-anim-in {
  -webkit-animation: footer-in 0.4s ease-out;
}
.home .home-footer.footer-anim-out {
  -webkit-animation: footer-in 0.4s reverse ease-out;
}
.home .home-footer.visible {
  visibility: visible;
}
.home .thrive-entry-modal h1 {
  font-size: 2em;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #496f4d;
}
.home .thrive-entry-modal p {
  font-size: 1.2em;
  width: 22em;
  font-family: 'din-condensed-web', sans-serif;
}
.home .thrive-entry-modal .icon {
  background-size: 100% auto;
  background-repeat: no-repeat;
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  margin: 0 0.4em 0px;
}
.home .thrive-entry-modal .add-floorplan-icon {
  background-image: url(../img/icons/add-floorplan.png);
}
.home .thrive-entry-modal .email-icon {
  padding-top: 15px;
  background-image: url(../img/icons/email.png);
}
@-webkit-keyframes footer-in {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    visibility: visible;
  }
}
.gallery .content-container .thumbnail-gallery-container {
  width: 100%;
  height: 566px;
  overflow: scroll;
  position: relative;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
}
.gallery .content-container .thumbnail-gallery-container::-webkit-scrollbar {
  display: none;
}
.gallery .content-container .thumbnail-gallery {
  height: 100%;
  width: 2280px;
}
.gallery .content-container .thumbnail-gallery .thumbnail {
  width: 360px;
  margin-right: 20px;
  overflow: hidden;
  cursor: pointer;
}
.gallery .content-container .thumbnail-gallery .thumbnail img {
  display: block;
  height: 243px;
  width: auto;
}
.gallery .content-container .thumbnail-gallery .thumbnail .caption {
  display: block;
  height: 20px;
  line-height: 20px;
  font-size: 0.65em;
  color: #496f4d;
}
.gallery .content-container .gallery-type-toggle {
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: 999;
  position: absolute;
  top: 45px;
  right: 80px;
  width: 60px;
  height: 26px;
  cursor: pointer;
}
.gallery .content-container .gallery-type-toggle[data-current='thumb'] {
  background-image: url(../img/icons/gallery-toggle-thumb.png);
}
.gallery .content-container .gallery-type-toggle[data-current='full'] {
  background-image: url(../img/icons/gallery-toggle-full.png);
}
.gallery .content-container .gallery-close {
  display: block;
  top: 28px;
  left: 28px;
  line-height: 1em;
  font-size: 2em;
  padding: 0em 0.2em;
  cursor: pointer;
  font-weight: 200;
  background-image: url('/img/icons/close.png');
  background-repeat: no-repeat;
  background-size: 23px;
  z-index: 5;
  position: absolute;
  top: 0;
  left: 5px;
  width: 30px;
  height: 30px;
}
#registration {
  font-size: 0.9em;
  width: 72%;
  top: 64%;
  left: 14%;
}
#registration h1,
#registration h2 {
  font-weight: 400;
  margin-bottom: 0.5em;
  font-family: "din-condensed-web", Helvetica, Arial;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #496f4d;
}
#registration h1 small {
  font-size: 0.6em;
  display: block;
  margin-top: 0.2em;
}
#registration h2 {
  font-family: "din-condensed-web", Helvetica, Arial;
  text-transform: uppercase;
  font-size: 0.9em;
  padding: 0.6em 0;
  margin-top: 0.6em;
  border-top: 1px solid #FFFFFF;
}
#registration > label,
#registration > input:not([type='submit']),
#registration > select {
  font-weight: 100;
  text-transform: none;
  letter-spacing: 0px;
}
#registration > input:not([type='submit']),
#registration > select {
  display: block;
  padding: 0.2em 0.8em;
  text-transform: uppercase;
  text-transform: none;
  color: #404041;
}
#registration > label {
  color: #fff;
  display: block;
  width: 100%;
  clear: both;
  margin: 0.8em 0 0.2em;
  text-align: left;
}
#registration > input:not([type='submit']) {
  width: 49%;
  margin-bottom: 2%;
}
#registration > input:not([type='submit']):nth-child(2n+1) {
  float: right;
}
#registration > .custom-submit {
  border-radius: 0;
  display: block;
  width: 100%;
  float: none;
  height: 2em;
  line-height: 2em;
  padding: 0;
  background-color: #496f4d;
  letter-spacing: 3px;
  font-weight: 200;
  font-family: "din-condensed-web", Helvetica, Arial;
}
#registration .transparent-overlay {
  display: block;
}
.registration-selected-assets {
  font-size: 0.8em;
  margin-top: 0.4em;
  padding: 0.4em;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}
.registration-selected-assets a {
  display: inline-block;
  position: relative;
  padding-left: 1.2em;
}
.registration-selected-assets a:before {
  background-size: 100% auto;
  background-repeat: no-repeat;
  content: ' ';
  display: block;
  position: absolute;
  width: 0.9em;
  height: 100%;
  top: 0;
  left: 0;
  background-position: 0px 3px;
  background-image: url(../img/icons/close.png);
}
.thanks .content-container {
  padding-top: 6em;
}
.registration-thanks {
  position: relative;
  background-color: #769776;
  color: #FFFFFF;
  padding: 28px;
  padding-top: 60px;
  width: 85%;
  margin: 0 auto;
  border-color: #fff;
  z-index: 5;
}
.registration-thanks .close-button {
  display: block;
  position: absolute;
  top: 28px;
  left: 28px;
  line-height: 1em;
  font-size: 2em;
  padding: 0em 0.2em;
  cursor: pointer;
  font-weight: 200;
  background-image: url('/img/icons/close.png');
  background-repeat: no-repeat;
  background-size: 23px;
}
.registration-thanks h1 {
  font-size: 24px;
  top: 665px;
  left: 60px;
  color: #FFFFFF;
  font-family: 'Source Serif Pro', serif;
  text-transform: none;
  font-style: italic;
  letter-spacing: 0;
  font-weight: 200;
  margin-bottom: 0;
}
.registration-thanks .logotype {
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 400px;
  height: 200px;
  background-image: url(../img/logotype/prosper-logotype-w.png);
}
.transparent-overlay {
  display: none;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  z-index: 2;
}
.thanks .transparent-overlay {
  display: block;
}
/*# sourceMappingURL=custom.css.map */