@import url(../fonts/fonts.css);

/*
	font-family: 'NHaasGroteskTXStd-55Rg';
	font-family: 'NHaasGroteskTXStd-56It';
	font-family: 'NHaasGroteskTXStd-65Md';
	font-family: 'NHaasGroteskTXStd-66MdIt';
	font-family: 'NHaasGroteskTXStd-75Bd';
	font-family: 'NHaasGroteskTXStd-76BdIt';
*/
html {
  -webkit-text-size-adjust: 100%;
}

body,
html {
  min-height: 100%;
}

body {
  background: #b5b6b7;
  color: #fff;
  font-family: "NHaasGroteskTXStd-55Rg", Helvetica, Arial, Sans-Serif;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  font-size: 14px;
  margin: 0;
  overflow-x: hidden;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.section-wrap p,
.section-wrap ul,
.section-wrap ol,
.section-wrap table,
.section-wrap td,
.section-wrap > .section-wrap-inner > * {
  font-size: 13.5px;
}

a {
  color: #fff;
  outline: none;
}

a.tel {
}

a:hover {
}

a:active {
  color: #;
}

a:focus {
  color: #;
}

a img {
  border: 0;
}

h1,
h2,
h3,
h4,
#homepage-logo-tagline-placeholder {
  font-family: "NHaasGroteskTXStd-65Md";
  margin: 0;
  padding: 0;
}

h1 {
  display: none;
}

h2 {
  font-size: 28px;
  margin-bottom: 20px;
}

@media screen and (min-width: 800px) {
  h2 {
    line-height: 38px;
  }
}

h2:last-child {
  margin-bottom: 0;
}

h3 {
  font-size: 24px;
  padding-top: 20px;
  margin-bottom: 20px;
}

h3:first-child {
  padding-top: 0;
}

h4 {
  font-size: 18px;
}

p {
  line-height: 140%;
  margin: 0 0 20px 0;
  padding: 0;
}

em {
}

iframe {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  border-width: 0px !important;
}

cite,
.slide .caption {
  display: block;
  font-size: 15px;
  font-family: "NHaasGroteskTXStd-65Md";
  font-style: normal;
  font-weight: normal;
  line-height: 128%;
  margin-top: 7px;
}

.slide .caption {
  margin-top: 10px;
  opacity: 0;
  transition: opacity 0.5s linear;
  -webkit-transition: opacity 0.5s linear;
}

.slide.slick-current .caption {
  opacity: 1;
  transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
}

.full-bleed .slide .caption {
  margin-left: 15px;
}

@media screen and (max-width: 1500px) {
  h3 {
    font-size: 22px;
  }
}

@media screen and (max-width: 800px) {
  body,
  .section-wrap p,
  .section-wrap ul,
  .section-wrap ol,
  .section-wrap table,
  .section-wrap td,
  .section-wrap > .section-wrap-inner > * {
    font-size: 12px;
  }

  h2 {
    font-size: 18px;
    letter-spacing: -1px;
  }

  cite,
  .slide .caption {
    font-size: 11px;
    line-height: 120%;
    margin-top: 0;
  }

  .slide .caption {
    margin-top: 10px;
  }

  .full-bleed .slide .caption {
    margin-left: 10px;
  }

  cite br {
    content: " ";
  }

  cite br:after {
    content: " ";
  }
}

@media screen and (max-width: 450px) {
}

.accessibility {
  display: none;
}

/* ----------------------------------------------------------------------------------------------------------------------- */
/* Header ---------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.header {
  position: relative;
  z-index: 20;
}

.logo {
  left: 40px;
  position: fixed;
  top: 40px;
  transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  z-index: 10;
}

.logo img {
  display: block;
  height: 241px;
  transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  width: 245px;
}

@media screen and (max-width: 1500px) {
  .logo img {
    height: 211px;
    width: 214px;
  }
}

@media screen and (max-width: 1200px) {
  .logo img {
    height: 211px;
    width: 214px;
  }
}

.logo {
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  transition: top 0.2s ease;
}

.logo img {
  transition: all 0.2s ease;
}

.scrolled .logo {
  background-image: url(../images/template/one-un-park-logo-white.svg);
  top: 10px;
}

.scrolled .logo img {
  height: 63px;
  opacity: 0;
  width: 64px;
}

.header {
  height: 84px;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.scrolled .header {
  background: #000;
}

.scrolled.nav-inactive #nav-icon span {
  background: #fff;
}

.scrolled.nav-inactive .primary-navigation-wrap ul li a {
  color: #fff;
}

.scrolled.nav-inactive .primary-navigation-wrap ul li:hover > a {
  border-color: #fff;
}

@media screen and (max-width: 750px) {
  body {
    padding-top: 84px;
  }

  .viewing-page-home {
    padding-top: 0;
  }

  .header {
    background: #000;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    height: 84px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 50;
  }

  .viewing-page-home .header {
    background: none;
    box-shadow: none;
    height: auto;
    -webkit-transition: background 0.2s ease;
    transition: background 0.2s ease;
  }

  .viewing-page-home.scrolled .header {
    background: #000;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    height: 84px;
    position: fixed;
  }

  .logo {
    height: auto;
    left: 25px;
    top: 13px;
  }

  .viewing-page-home .section-wrap.full-bleed.intro-image:after {
    background: -moz-linear-gradient(
      top,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 1) 100%
    );
    background: -webkit-linear-gradient(
      top,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 1) 100%
    );
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.65;
    position: absolute;
    right: 0;
    top: 0;
  }

  .viewing-page-home .logo {
    background: url(../images/template/one-un-park-logo-white.svg) 50% 50%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    top: 25px;
    -webkit-transition: top 0.2s ease;
    transition: top 0.2s ease;
  }

  .viewing-page-home.scrolled .logo {
    top: 13px;
  }

  .viewing-page-home .logo img {
    opacity: 0;
  }

  .logo img {
    height: 58px;
    width: 59px;
  }

  .viewing-page-home .logo img {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    height: 154px;
    width: 156px;
  }

  .viewing-page-home.scrolled .logo img {
    opacity: 1;
    height: 58px;
    width: 59px;
  }

  .viewing-page-home #nav-icon span {
    background: #fff;
  }

  .viewing-page-home.scrolled #nav-icon span {
    background: #000;
  }
}

/* ----------------------------------------------------------------------------------------------------------------------- */
/* Nav Toggle ------------------------------------------------------------------------------------------------------------ */
/* ----------------------------------------------------------------------------------------------------------------------- */
.nav-toggle {
  animation: 0;
  -webkit-animation: 0;
  cursor: pointer;
  display: block;
  height: 29px;
  right: 40px;
  position: fixed;
  top: 40px;
  transition: top 0.2s ease;
  width: 42px;
  z-index: 15;
}

.scrolled .nav-toggle {
  top: 27px;
}

#nav-icon-wrap {
}

#nav-icon {
  cursor: pointer;
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  width: 42px;
}

#nav-icon span {
  background: #fff;
  display: block;
  height: 2px;
  left: 0;
  opacity: 1;
  position: absolute;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  width: 100%;
}

body.inside-page #nav-icon span {
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

body.scrolled.inside-page #nav-icon span {
  box-shadow: none;
}

body.nav-active #nav-icon span {
  background: #fff;
}

#nav-icon span:nth-child(1) {
  top: 0px;
}

#nav-icon span:nth-child(2),
#nav-icon span:nth-child(3) {
  top: 13px;
}

#nav-icon span:nth-child(4) {
  top: 27px;
}

.nav-active .nav-toggle #nav-icon span:nth-child(1) {
  left: 50%;
  top: 18px;
  width: 0%;
}

.nav-active .nav-toggle #nav-icon span:nth-child(2) {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.nav-active .nav-toggle #nav-icon span:nth-child(3) {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.nav-active .nav-toggle #nav-icon span:nth-child(4) {
  left: 50%;
  opacity: 0;
  top: 18px;
  width: 0%;
}

body.nav-active {
  overflow: hidden;
}

/* ----------------------------------------------------------------------------------------------------------------------- */
/* Primary Navigation ---------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.primary-navigation-wrap {
  background: #b5b6b7;
  bottom: 0;
  font-family: "NHaasGroteskTXStd-65Md";
  opacity: 0;
  padding: 40px 30px;
  position: fixed;
  right: -500px;
  top: 0;
  transition: right 0.3s ease, opacity 0.3s linear, box-shadow 0.3s linear;
  z-index: 14;
  width: 300px;
}

.nav-active .primary-navigation-wrap {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  opacity: 1;
  right: 0;
}

.primary-navigation-wrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.primary-navigation-wrap ul li {
  display: block;
  margin: 0 0 10px 0;
}

.primary-navigation-wrap ul li.link-contact {
  margin-bottom: 40px;
}

.primary-navigation-wrap ul li a {
  font-size: 26px;
  text-decoration: none;
}

.primary-navigation-wrap ul li:hover > a,
.primary-navigation-wrap ul li.selected > a {
  border-bottom: 2px solid #fff;
}

.primary-navigation-wrap ul li.link-watch-the-film {
  margin-top: 40px;
}

.primary-navigation-wrap ul li.link-watch-the-film a {
  margin-left: 40px;
  min-height: 34px;
  position: relative;
}

.primary-navigation-wrap ul li.link-watch-the-film a:before {
  background: url(../images/icons/nav-video-play-button.svg) 0 50% no-repeat;
  background-size: 34px auto;
  content: "";
  height: 34px;
  left: -40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
}

.quick-links {
  position: fixed;
  right: 117px;
  top: 35px;
  transition: all 0.2s ease;
}

body.nav-active .quick-links {
  opacity: 0;
  visibility: hidden;
}

body.scrolled .quick-links {
  top: 31px;
}

.quick-links a {
  display: inline-block;
  font-family: "NHaasGroteskTXStd-65Md";
  font-size: 16px;
  margin-left: 25px;
  text-decoration: none;
  transition: color 0.2s ease;
}

.additional-links {
  bottom: 30px;
  opacity: 0;
  position: fixed;
  right: 40px;
  transition: all 0.2s ease;
  visibility: hidden;
  z-index: 12;
}

.scrolled.near-bottom .additional-links {
  opacity: 1;
  visibility: visible;
}

.additional-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.additional-links ul li {
  display: inline-block;
  position: relative;
  vertical-align: top;
}

.additional-links ul li.sub > a {
  white-space: nowrap;
}

.additional-links ul li.sub > ul {
  min-width: 170px;
  opacity: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
}

@media screen and (min-width: 1100px) {
  .additional-links ul li.sub:hover > a {
    opacity: 0;
    z-index: -1;
    visibility: hidden;
  }

  .additional-links ul li.sub:hover > ul {
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (max-width: 1100px) {
  .additional-links ul li.sub.clicked > a {
    opacity: 0;
    z-index: -1;
    visibility: hidden;
  }

  .additional-links ul li.sub.clicked > ul {
    opacity: 1;
    visibility: visible;
  }
}

.additional-links ul li.sub > ul li:last-child a {
  margin: 0;
}

.additional-links ul li.sub > ul li:first-child:after {
  content: " / ";
}

.footer-address {
  opacity: 0;
  padding: 0 0 30px 40px;
  -webkit-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
}

body.near-bottom .footer-address,
.viewing-page-contact .footer-address,
.viewing-page-availability .footer-address {
  opacity: 1;
}

.viewing-page-availability {
  padding-bottom: 0;
}

@media screen and (min-width: 550px) {
  .viewing-page-availability #page-content-wrap {
    box-sizing: border-box;
    min-height: 100vh;
    padding-bottom: 150px;
    position: relative;
  }
}

.viewing-page-availability .footer-address {
  margin-top: 50px;
}

@media screen and (min-width: 1024px) {
  .viewing-page-availability .footer-address {
    bottom: 0;
    position: absolute;
  }
}

.social-media-wrap {
  margin-bottom: 5px;
  opacity: 0;
  text-align: right;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  visibility: hidden;
}

.near-bottom .social-media-wrap {
  opacity: 1;
  visibility: visible;
}

.social-media-wrap a {
  margin-left: 5px;
  display: inline-block;
}

.social-media-wrap img {
  height: 26px;
}

.social-media-wrap a:hover {
  opacity: 0.7;
}

.footer-address {
  padding-top: 5px;
}

.viewing-page-contact .address .social-media-wrap a {
  margin: 0 2px;
}

.viewing-page-contact .footer-address {
  display: none;
}

@media screen and (max-width: 1100px) {
  .social-media-wrap a {
    margin: 0 7px 0 0;
  }

  .viewing-page-contact.nav-active .social-media-wrap {
    display: block;
  }
}

.additional-links li a {
  color: #fff;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  display: inline-block;
  font-family: "NHaasGroteskTXStd-65Md";
  margin-left: 20px;
  font-size: 16px;
  text-decoration: none;
  vertical-align: top;
}

body.viewing-page-home .additional-links li a {
  color: #fff;
}

body.viewing-page-home.scrolled .additional-links li a {
  color: #fff;
}

@media screen and (min-width: 1100px) {
  .additional-links li a:hover {
    border-bottom: 2px solid #fff;
  }
}

@media screen and (max-width: 1500px) {
  .additional-links {
    padding: 0 20px 30px;
    position: static;
    text-align: right;
  }

  .additional-links li a {
    font-size: 14px;
  }
}

@media screen and (max-width: 1100px) {
  .primary-navigation-wrap {
    bottom: 0;
    left: 0;
    overflow: hidden;
    opacity: 0;
    padding: 40px 30px;
    position: fixed;
    right: 0;
    text-align: left;
    top: 0;
    visibility: hidden;
  }

  body.nav-active .primary-navigation-wrap {
    opacity: 1;
    transition: opacity 0.4s ease;
    -webkit-transition: opacity 0.4s ease;
    visibility: visible;
  }

  .primary-navigation-wrap ul {
    display: block;
    float: none;
    text-align: left;
    vertical-align: middle;
  }

  .primary-navigation-wrap ul li {
    margin: 0 0 8px 0;
    display: block;
  }

  .primary-navigation-wrap ul li a {
    font-size: 26px;
    color: #000;
  }

  .primary-navigation-wrap ul li:hover > a,
  .primary-navigation-wrap ul li.selected > a {
    border-bottom: 0;
  }
}

.viewing-page-contact .social-media-wrap {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 750px) {
  .additional-links,
  .social-media-wrap {
    margin-bottom: 20px;
    margin-top: 30px;
    position: static;
    text-align: center;
  }

  .additional-links {
    text-align: left;
  }

  .additional-links li {
    text-align: left;
  }

  .nav-toggle {
    top: 27px;
  }

  .quick-links {
    top: 21px;
  }

  .quick-links a {
    color: #fff;
  }
}

@media screen and (max-width: 500px) {
  .quick-links {
    display: none;
  }
}

@media screen and (max-width: 320px) {
  .primary-navigation-wrap ul li a,
  .additional-links ul ul li,
  .additional-links li a {
    font-size: 22px;
  }
}

/* ----------------------------------------------------------------------------------------------------------------------- */
/* Main Content Wrap ----------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.wrapper {
}

.main-content,
.footer-address {
  opacity: 0;
  -webkit-transition: transform 0.5s ease, opacity 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease;
}

body.slide-in .main-content {
  opacity: 0;
  transform: translateY(50px);
}

body.viewing-page-contact.slide-in .main-content {
  transform: none;
}

body.loaded .main-content,
body.loaded .footer {
  opacity: 1;
}

body.slide-away .main-content,
body.slide-away .footer-address {
  opacity: 0;
  transform: translateY(-75px);
}

body.slide-away .social-media-wrap {
  opacity: 0;
}

body.viewing-page-availability.slide-in .main-content,
body.viewing-page-availability.slide-in .footer-address,
body.viewing-page-availability.slide-away .main-content,
body.viewing-page-availability.slide-away .footer-address {
  transform: none;
}

body.viewing-page-availability .main-content,
body.viewing-page-press .main-content,
body.viewing-page-privacy .main-content,
body.viewing-page-contact .main-content{
  padding-top: 255px;
}

body.viewing-page-legal .main-content {
  padding-top: 150px;
}

body.viewing-page-watch-the-film .main-content,
body.viewing-page-field-of-light .main-content,
body.viewing-page-fireworks .main-content,
body.viewing-page-team .main-content,
body.viewing-page-contact-form .main-content  {
  padding-top: 350px;
}

body.viewing-page-field-of-light {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
}

body.viewing-page-field-of-light .main-content {
  padding-top: 104px;
  padding-bottom: 104px;
}

@media (min-width: 1280px) {
  body.viewing-page-field-of-light .footer-address {
    bottom: 0;
    position: fixed;
  }
}

@media screen and (max-width: 750px) {
  body.viewing-page-legal .main-content,
  body.viewing-page-watch-the-film .main-content,
  body.viewing-page-field-of-light .main-content,
  body.viewing-page-fireworks .main-content,
  body.viewing-page-team .main-content {
    padding-top: 40px;
  }
}

@media screen and (max-width: 550px) {
  body.viewing-page-availability .main-content,
  body.viewing-page-watch-the-film .main-content,
  body.viewing-page-field-of-light .main-content,
  body.viewing-page-fireworks .main-content,
  body.viewing-page-team .main-content,
  body.viewing-page-legal .main-content,
  body.viewing-page-press .main-content,
  body.viewing-page-privacy .main-content,
  body.viewing-page-contact .main-content,
  body.viewing-page-contact-form .main-content {
    padding-top: 56px;
  }

  .additional-links,
  .social-media-wrap,
  .footer-address {
    opacity: 1;
    visibility: visible;
  }

  .footer-address {
    padding: 0 0 30px;
    text-align: center;
  }
}

/* ----------------------------------------------------------------------------------------------------------------------- */
/* Form ------------------------------------------------------------------------------------------------------------------ */
/* ----------------------------------------------------------------------------------------------------------------------- */
#main-submission-form {
}

body.viewing-page-contact .content-block.col-3,
body.viewing-page-contact .content-block.col-2-3 {
  vertical-align: top;
}

@media screen and (max-width: 750px) {
  body.viewing-page-contact {
    padding-bottom: 100px;
  }

  body.viewing-page-contact .main-content {
    padding-top: 40px;
  }

  #main-submission-form {
    padding-top: 0;
  }
}

#main-submission-form #loading {
  background: #fff;
  bottom: 0;
  left: 0;
  opacity: 0.7;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}

label,
input,
select,
textarea {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-family: "NHaasGroteskTXStd-55Rg", Helvetica, Arial, Sans-Serif;
}

textarea,
input,
button {
  outline: none;
}

.form-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

body.show-form .form-inner {
  opacity: 1;
  transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
}

body.form-submitted .form-inner {
  opacity: 0;
}

form h2 {
  font-size: 28px;
  font-family: "NHaasGroteskTXStd-75Bd", Helvetica, Arial, Sans-Serif;
  font-weight: normal;
  margin-bottom: 40px;
  text-align: right;
  width: 100%;
}

@media screen and (max-width: 1500px) {
  form h2 {
    font-size: 22px;
  }
}

@media screen and (max-width: 750px) {
  form h2 {
    font-size: 18px;
    letter-spacing: 0;
    text-align: center;
  }
}

.field-wrap {
  margin-bottom: 35px;
  position: relative;
}

@media screen and (min-width: 700px) {
  .field-wrap,
  .submit-wrap {
    width: calc(50% - 20px);
  }
}

@media screen and (max-width: 700px) {
  .field-wrap {
    margin-bottom: 25px;
  }

  .field-wrap.first.email,
  .field-wrap.last.phone,
  .field-wrap.first.address-field-wrap,
  .field-wrap.how-did-you-hear-field-wrap,
  .field-wrap.other-field-wrap,
  .field-wrap.broker-info {
    float: none;
    width: auto;
  }

  .field-wrap.last.city {
    float: left;
  }

  .field-wrap.state,
  .field-wrap.zip,
  .field-wrap.country {
    float: right;
    width: 47%;
  }

  .field-wrap.zip {
    float: left;
    width: 47%;
  }
}

.field-wrap label {
  display: none;
}

.field-wrap input[type="text"],
.field-wrap textarea,
.field-wrap select {
  background: none;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
  color: #fff;
  font-family: "NHaasGroteskTXStd-55Rg", Helvetica, Arial, Sans-Serif;
  font-size: 18px;
  font-weight: normal;
  outline: none;
  padding: 3px 6px;
  width: 100%;
}

.field-wrap input[type="text"].error,
.field-wrap textarea.error,
.field-wrap select.error {
  border: 1px solid pink;
}

.field-wrap select {
  -webkit-appearance: none;
  border-radius: 0;
  display: block;
  padding: 3px;
}

.field-wrap .select-wrap {
  position: relative;
}

.field-wrap .select-wrap:after {
  background: url(../images/icons/small-white-arrow-down-2.svg) 100% 50%
    no-repeat;
  background-size: auto 7px;
  bottom: 0;
  content: "";
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  z-index: 1;
}

.field-wrap.full select {
  background-position: 97% 50%;
}

.field-wrap select option {
  color: #000;
}

.field-wrap.are-you-a-broker {
  display: flex;
}

.field-wrap.are-you-a-broker .label {
  display: block;
  font-family: "NHaasGroteskTXStd-55Rg", Helvetica, Arial, Sans-Serif;
  font-size: 18px;
  font-weight: normal;
  margin-top: 2px;
  margin-right: 40px;
  white-space: nowrap;
}

.field-wrap.are-you-a-broker .option {
  cursor: pointer;
  display: inline-block;
  font-family: "NHaasGroteskTXStd-55Rg", Helvetica, Arial, Sans-Serif;
  font-size: 18px;
  font-weight: normal;
  margin-right: 10px;
  white-space: nowrap;
}

.field-wrap.are-you-a-broker .option:last-of-type {
  margin-right: 0;
}

.field-wrap.are-you-a-broker .option:after {
  content: "";
  height: 13px;
  border: 1px solid #fff;
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
  width: 13px;
}

.field-wrap.are-you-a-broker .option.checked:after {
  background: #fff;
}

.field-wrap.are-you-a-broker .option input[type="radio"] {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

.error-msg {
  font-size: 10px;
  position: absolute;
  color: pink;
  bottom: -16px;
}

.form-lower {
  max-width: 730px;
}

.submit-wrap {
  position: relative;
  text-align: right;
}

@media (min-width: 1000px) {
  .submit-wrap {
    margin-top: -10px;
  }
}

.submit-wrap .submit {
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 0;
  color: #bcbec0;
  cursor: pointer;
  font-family: "NHaasGroteskTXStd-55Rg", Helvetica, Arial, Sans-Serif;
  font-size: 18px;
  font-weight: normal;
  padding: 10px 22px;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}

.submit-wrap .submit:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}

body.show-thank-you .submit-wrap .submit {
  opacity: 0;
  visibility: hidden;
}

.thank-you {
  color: #fff;
  opacity: 0;
  position: absolute;
  left: 0;
  font-family: "NHaasGroteskTXStd-75Bd", Helvetica, Arial, Sans-Serif;
  font-size: 17px;
  margin-top: 3px;
  transition: all 1s linear;
  -webkit-transition: all 1s linear;
  visibility: hidden;
  z-index: -2;
}

body.show-thank-you .thank-you {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

body.show-overlay:before {
  background: #fff;
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  backdrop-filter: blur(5px);
  z-index: 1001;
}

body.show-overlay .form,
body.show-overlay .footer {
  opacity: 0.3;
}

body.show-overlay .thank-you-message {
  display: block;
  font-size: 18px;
}

.overlay-content {
  background: #b5b6b7;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
  left: 50%;
  max-height: calc(100vh - 60px);
  max-width: calc(100vw - 60px);
  opacity: 0;
  -webkit-overflow-scrolling: touch;
  padding: 75px 100px;
  pointer-events: none;
  position: fixed;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
  width: 1252px;
  z-index: 1002;
}

.overlay-content.thank-you-message {
  background: #b5b6b7;
  padding: 75px 50px;
  width: 800px;
}

.overlay-content.show {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.5s linear, visibility 0.5s linear;
  visibility: visible;
}

.overlay-content p,
.overlay-content ul {
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0;
  text-align: justify;
}

.overlay-content p a,
.overlay-content ul a {
  border-bottom: 1px solid;
  color: #000;
  text-decoration: none;
}

.overlay-content h3 {
  margin-bottom: 30px;
}

.overlay-content h3:not(:nth-child(2)) {
  margin-top: 60px;
}

.close-overlay-link {
  background-image: url(../images/icons/close-x.svg);
  color: transparent;
  cursor: pointer;
  font-size: 0;
  height: 20px;
  position: absolute;
  right: 30px;
  text-indent: -9999px;
  top: 30px;
  width: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
}

.close-overlay-link:hover {
  opacity: 0.7;
}

.cb {
  clear: both;
}

.viewing-page-contact .address {
  line-height: 170%;
  margin: 0;
  text-align: center;
}

.viewing-page-contact .address a {
  display: inline-block;
  margin: 0 10px 0 0;
  text-decoration: none;
}

.viewing-page-contact .address a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 800px) {
  .submit-wrap {
    padding-top: 20px;
    text-align: center;
  }
}

@media screen and (max-width: 700px) {
  .thank-you {
    right: 0;
    text-align: center;
  }

  .viewing-page-contact .address {
    margin: 40px 0 80px 0;
    text-align: center;
  }
}

@media screen and (max-width: 550px) {
  .submit-wrap {
    margin-bottom: 40px;
    padding: 0;
  }

  .submit-wrap .submit {
    display: block;
    width: 100%;
  }
}

.viewing-page-contact .additional-links {
  opacity: 1;
  visibility: visible;
  text-align: center;
}

@media (min-width: 1201px) {
  .viewing-page-contact .additional-links {
    max-width: 1140px;
  }
}

@media (max-width: 750px) {
  .viewing-page-contact .additional-links {
    text-align: center;
  }
}

@media (max-width: 1200px) {
  .viewing-page-contact .additional-links > ul {
    margin-right: 34px;
  }
}

@media (min-width: 1000px) {
  .viewing-page-contact .social-media-wrap {
    margin-top: -75px;
  }

  .viewing-page-contact .additional-links > ul {
    margin-top: 10px;
  }
}

/* ----------------------------------------------------------------------------------------------------------------------- */
/* Legal ----------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */

.privacy-policy{
	margin-top: 6em;
}

.privacy-policy .section-wrap p,
.section-wrap ul,
.section-wrap ol,
.section-wrap table,
.section-wrap td,
.section-wrap > .section-wrap-inner > * {
  font-size: 16px;
}

.privacy-policy h2 {
  text-align: center;
}

.privacy-policy ul {
  list-style-position: outside;
  padding-inline-start: 50px;
  padding-bottom: 6px;
}

.privacy-policy li {
  padding-inline-start: 25px;
  margin-top: 10px;
}

.privacy-policy .page-section {
  display: flex !important;
}

@media screen and (max-width: 800px) {
    h2 {
        font-size: 28px;
        letter-spacing: -1px;
    }
}

@media (max-width: 890px) {
  .privacy-policy ul {
    padding-inline-start: 30px;
  }

  .privacy-policy li {
    padding-inline-start: 0px;
  }
}

/* ----------------------------------------------------------------------------------------------------------------------- */
/* Footer ---------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.footer-ada-notice {
  left: calc(50% - 260px);
  margin-bottom: 20px;
  position: absolute;
  width: 520px;
}

@media screen and (max-width: 1220px) {
  .footer-ada-notice {
    left: auto;
    margin-bottom: 20px;
    padding: 0 40px;
    position: static;
    width: auto;
  }
}

/* ----------------------------------------------------------------------------------------------------------------------- */
/* Buttons --------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------------------------------------------------- */
/* Miscellaneous --------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.dn {
  display: none;
}

.tac {
  text-align: center;
}

.smt {
  margin-top: 15px;
}

.cb {
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}

.clear:after {
  clear: both;
  content: "";
  display: table;
}

/* ----------------------------------------------------------------------------------------------------------------------- */
/* Global Animations ----------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* ----------------------------------------------------------------------------------------------------------------------- */
/* Alerts ---------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.good-alert,
.bad-alert {
  background: #e7ffe6;
  border: 1px solid #beffbb;
  color: #000000;
  margin: 10px 0;
  position: relative;
  z-index: 10000;
}

.alert-inside {
  margin: 0 auto;
  font-size: 18px;
  padding: 20px 25px 20px 10px;
}

.bad-alert {
  background: #ffe6e6;
  border: 1px solid #ffbbbb;
}

.close-it {
  background: url(../../admin/images/icons/hide.png) 0 0 no-repeat;
  height: 20px;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 56px;
}

.close-it span {
  display: none;
}

.good-alert.fixed,
.bad-alert.fixed {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  left: 0;
  margin: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000;
}

.good-alert.fixed .alert-inside,
.bad-alert.fixed .alert-inside {
  margin: 0 auto;
  position: relative;
  width: 960px;
}

/* ----------------------------------------------------------------------------------------------------------------------- */
/* Global Layouts -------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.section-wrap {
  font-size: 0;
}

/*
.section-wrap:nth-child(n+2) .section-wrap-inner {
	opacity: 0;
	transform: translateY(90px);
	transition: opacity 1s ease, transform 1s ease;
	-webkit-transition: opacity 1s ease, transform 1s ease;
}

.section-wrap.in-view .section-wrap-inner {
	opacity: 1;
	transform: translateY(0);
}
*/

.section-wrap:last-of-type p:last-of-type {
  margin-bottom: 0;
}

.content-block {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  margin-bottom: 25px;
  text-align: left;
  vertical-align: top;
}

.content-block.align-bottom {
  vertical-align: bottom;
}

.section-wrap-inner:after,
.content-block:after {
  content: "";
  clear: both;
  display: table;
}

.content-block img {
  height: auto !important;
  max-width: 100%;
}

@media only screen and (min-width: 751px) {
  .content-block.col-4,
  .content-block.col-3-4,
  .content-block.col-5,
  .content-block.col-2-5,
  .content-block.col-4-5 {
    display: inline-block;
    margin-left: 0.9%;
    margin-right: 0.9%;
    width: 48.2%;
  }
}

@media only screen and (min-width: 751px) {
  .content-block.col-1 {
    margin-left: 2.9%;
    margin-right: 2.9%;
  }

  .full-bleed .content-block.col-1 {
    margin: 0;
  }

  .content-block.col-2 {
    display: inline-block;
    margin-left: 2.9%;
    margin-right: 2.9%;
    width: 44.2%;
  }

  .team-intro-section {
    margin-bottom: 40px;
  }

  .team-intro-section .section-wrap-inner {
    display: flex;
  }

  .team-intro-section .content-block.col-2 {
    padding-bottom: 8px;
    vertical-align: bottom;
  }

  .team-intro-section .content-block.col-2:first-child img {
    display: block;
  }

  .lower-team-section .content-block.col-2 {
    padding-bottom: 0 !important;
    padding-right: 8%;
  }

  .lower-team-section .image-wrap {
    height: 58px;
    line-height: 58px;
  }

  .lower-team-section .image-wrap img {
    display: inline-block;
    vertical-align: middle;
  }

  .content-block.col-3 {
    display: inline-block;
    margin-left: 2.5%;
    margin-right: 2.5%;
    width: 28.3%;
    vertical-align: bottom;
  }

  .content-block.col-2-3 {
    display: inline-block;
    margin-left: 0.9%;
    margin-right: 0.9%;
    width: 64.7%;
    vertical-align: bottom;
  }

  .content-block.col-2 cite,
  .content-block.col-2-3 cite {
    position: absolute;
  }

  .content-block.col-4 {
    width: 23.1%;
  }

  .content-block.col-3-4 {
    width: 63.1%;
  }

  .content-block.col-5 {
    width: 18.15%;
  }

  .content-block.col-2-5 {
    margin-left: 2.9%;
    margin-right: 2.9%;
    width: 34.2%;
  }

  .content-block.col-3-5 {
    display: inline-block;
    margin-left: 2.9%;
    margin-right: 2.9%;
    width: 44.2%;
  }

  .content-block.col-4-5 {
    margin-left: 2.9%;
    margin-right: 2.9%;
    width: 74.1%;
  }
}

@media screen and (max-width: 750px) {
  .content-block {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
}

.section-wrap {
}

.section-wrap-inner {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0 auto;
  max-width: 1500px;
  padding: 0 40px 45px 40px;
}

.after-intro-image-section-wrap .section-wrap-inner {
  padding-bottom: 36px;
}

@media screen and (min-width: 800px) {
  .section-wrap.next-page-link-section .section-wrap-inner {
    margin-top: -47px;
    padding-bottom: 37px;
  }
}

.section-wrap.full-bleed {
  padding-bottom: 115px;
}

.section-wrap.intro-image.full-bleed {
  padding-bottom: 58px;
}

.section-wrap.full-bleed .section-wrap-inner {
  max-width: none;
  padding: 0;
}

.section-wrap.full-bleed .content-block {
  background-position: 50% 67%;
  background-repeat: no-repeat;
  /* background-size: 150% auto; */
  background-size: cover;
  overflow: inherit;
  position: relative;
}

.section-wrap.full-bleed cite {
  bottom: -30px;
  left: 10px;
  position: absolute;
}

.viewing-page-architecture .section-wrap.full-bleed .content-block {
  background-position: 50% 25%;
}

.section-wrap.full-bleed.intro-image .content-block {
  background-size: 100% auto;
}

@media screen and (max-width: 750px) {
  .section-wrap.full-bleed.intro-image {
    padding-bottom: 0;
  }

  .section-wrap.full-bleed.intro-image .content-block {
    background-size: cover;
  }

  .after-intro-image-section-wrap .section-wrap-inner {
    padding-bottom: 0;
  }
}

.section-wrap.full-bleed.has-slick-gallery .content-block {
  height: auto;
}

.section-wrap.full-bleed img {
  opacity: 0;
  display: block;
  max-width: 100%;
}

.section-wrap.full-bleed.intro-image .section-wrap-inner {
  overflow: hidden;
  position: relative;
}

.section-wrap.full-bleed.intro-image .section-wrap-inner p {
  margin: 0;
}

@media screen and (min-width: 1100px) {
  .section-wrap.full-bleed.intro-image .content-block.col-1 {
    /*
		-webkit-animation: image_anim 60s linear infinite;
		animation: image_anim 60s linear infinite;
		*/
    overflow: hidden;
    position: relative;
  }
}

.section-wrap.full-bleed.intro-image.has-caption {
  margin-bottom: 80px;
}

.section-wrap.full-bleed.intro-image.has-caption .section-wrap-inner,
.section-wrap.full-bleed.intro-image.has-caption .content-block.col-1 {
  overflow: inherit;
}

.zoom-image-wrap {
  background: none !important;
  display: inline-block;
  overflow: hidden;
  position: relative;
}

.zoom-image-wrap img {
  -webkit-animation: image_anim2 60s linear infinite;
  animation: image_anim2 60s linear infinite;
  display: block;
  height: auto !important;
  width: 100%;
}

@-webkit-keyframes image_anim {
  0% {
    background-size: 100% auto;
  }
  50% {
    background-size: 120% auto;
  }
  100% {
    background-size: 100% auto;
  }
}
@keyframes image_anim {
  0% {
    background-size: 100% auto;
  }
  50% {
    background-size: 120% auto;
  }
  100% {
    background-size: 100% auto;
  }
}

@-webkit-keyframes image_anim2 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes image_anim2 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes image_anim3 {
  0% {
    background-position: 50% 0;
  }
  50% {
    background-position: 50% 100%;
  }
  100% {
    background-position: 50% 0;
  }
}
@keyframes image_anim3 {
  0% {
    background-position: 50% 0;
  }
  50% {
    background-position: 50% 100%;
  }
  100% {
    background-position: 50% 0;
  }
}

.section-wrap.full-bleed .slide {
  outline: none;
  height: 100%;
  width: 100%;
}

.section-wrap.full-bleed .slide .image {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.next-section-link-wrap {
  margin-top: 80px;
  margin-bottom: 0;
}

.next-section-link {
  background: url(../images/icons/small-white-arrow-down-2.svg) 100% 50%
    no-repeat;
  background-size: 20px auto;
  display: inline-block;
  font-family: "NHaasGroteskTXStd-65Md", Helvetica, Arial, Sans-Serif;
  font-size: 22px;
  padding-right: 30px;
  text-decoration: none;
}

@media screen and (max-width: 1250px) {
  .next-section-link {
    font-size: 18px;
  }
}

@media screen and (max-width: 1100px) {
  .next-section-link-wrap {
    margin-top: 20px;
  }

  .next-section-link {
    font-size: 15px;
  }
}

.next-section-link strong {
  border-bottom: 2px solid #000;
  display: inline-block;
  padding-bottom: 3px;
}

.next-section-link:hover {
  opacity: 0.7;
  text-decoration: none;
}

.slick-prev,
.slick-next {
  background: none;
  /*
	background: url(/assets/images/icons/white-arrow-left.svg) 20% 50% no-repeat;
	background-size: 40px auto;
	*/
  border: 0;
  bottom: 0;
  cursor: pointer;
  left: 0;
  margin: 0;
  outline: none;
  padding: 0;
  position: absolute;
  text-indent: -9999px;
  top: 0;
  width: 50%;
  z-index: 50;
}

.slick-next {
  background: none;
  /*
	background-image: url(/assets/images/icons/white-arrow-right.svg);
	background-position: 80% 50%;
	*/
  left: auto;
  right: 0;
}

#slider-cursor {
  background: url(../images/icons/arrow-cursor-left.svg) 50% 50% no-repeat;
  background-size: 100% auto;
  height: 122px;
  width: 85px;
  margin: -61px 0 0 -42.5px;
  position: fixed;
  pointer-events: none;
  cursor: none;
}
#slider-cursor.right {
  background-image: url(../images/icons/arrow-cursor-right.svg);
}

@media screen and (max-width: 1500px) {
  #slider-cursor {
    height: 98px;
    margin: -49px 0 0 -34px;
    width: 68px;
  }
}

.slick-prev:hover,
.slick-next:hover {
  opacity: 0.7;
}

@media screen and (max-width: 550px) {
  .next-section-link {
    font-size: 14px;
  }

  .next-section-link .icon {
    margin-top: 20px;
  }
}

.content-block.col-3.intro-blurb {
  margin: 0 22% 30px 23%;
  width: 34%;
}

@media screen and (max-width: 1200px) {
  .content-block.col-3.intro-blurb {
    margin: 0 15% 70px 15%;
  }
}

@media screen and (max-width: 1200px) {
  .content-block.col-3.intro-blurb {
    margin: 0 5% 70px 5%;
  }
}

@media screen and (max-width: 600px) {
  .content-block.col-3.intro-blurb {
    margin: 0 0 20px 0;
    padding-top: 0 !important;
    width: auto;
  }
}

@media screen and (max-width: 750px) {
  .slick-prev,
  .slick-next {
    display: none !important;
  }

  .section-wrap-inner {
    padding: 0 30px;
  }

  .section-wrap.full-bleed {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .section-wrap.mobile-25vh-height .content-block,
  .section-wrap.mobile-25vh-height .slide,
  .section-wrap.mobile-25vh-height .slide .image {
    height: 34vh;
  }

  .content-block,
  .content-block.col-3.intro-blurb {
    margin: 45px 0;
  }

  .content-block.col-3.intro-blurb {
    margin: 45px 0 0 0;
  }

  .image-p {
    margin-top: 45px;
  }

  .viewing-page-home .content-block,
  .viewing-page-home .content-block.col-3.intro-blurb {
    margin: 25px 0;
  }

  .viewing-page-home .content-block h3 {
    padding-top: 0;
    margin-top: 25px;
  }

  .content-block:last-of-type {
    margin-bottom: 0;
  }

  p:last-of-type {
    margin-bottom: 0;
  }

  .section-wrap:first-of-type .content-block {
    margin-top: 0;
  }

  .section-wrap:last-of-type {
    padding-bottom: 55px;
  }

  .mobile-full-bleed .section-wrap-inner {
    padding: 0;
  }

  .mobile-full-bleed .section-wrap-inner cite {
    padding: 0 30px;
  }
}

/* ----------------------------------------------------------------------------------------------------------------------- */
/* Homepage -------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.image-intro.video {
  position: relative;
}

.image-intro.video .video-wrap {
  background: black 50% 50% no-repeat;
  background-size: cover;
  pointer-events: none;
  position: relative;
  overflow: hidden;
}

body.viewing-page-home .image-intro.video .video-wrap {
  top: 0;
  position: absolute;
  height: 100% !important;
  left: 0;
  width: 100%;
  z-index: 0;
}

.homepage-video-placeholder {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.homepage-video-placeholder video {
  height: 100vh;
  min-height: 100vh;
  object-fit: cover;
  width: 100%;
}

.mute-button {
  cursor: pointer;
  height: 50px;
  width: 77px;
  bottom: 50px;
  position: absolute;
  right: 150px;
  transition: transform 0.15s ease;
  z-index: 11;
}

.mute-button:hover {
  transform: scale(1.1);
}

.mute-button svg path {
  transition: stroke 0.15s ease;
}

.mute-button.unmuted svg path {
  stroke: #156ff8;
}

.mute-button svg {
  display: block;
  height: 100%;
  width: 100%;
}

.video-spinner {
  animation: rotation 0.8s ease infinite;
  -webkit-animation: rotation 0.8s ease infinite;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.25);
  border-top-color: rgba(0, 0, 0, 0.5);
  height: 4rem;
  left: calc(50% - 2rem);
  position: absolute;
  top: calc(50% - 2rem);
  width: 4rem;
  z-index: 100;
}

@-webkit-keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.immediate-occupancy-tag {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  left: 40px;
  position: fixed;
  top: 360px;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  z-index: 10;
}

.scrolled .immediate-occupancy-tag {
  opacity: 0;
}

@media screen and (max-width: 1500px) {
  .immediate-occupancy-tag {
    top: 320px;
  }
}

@media screen and (max-width: 1330px) {
  .immediate-occupancy-tag {
    top: 265px;
  }
}

@media screen and (max-width: 750px) {
  .immediate-occupancy-tag {
    font-size: 16px;
    left: 25px;
    top: 190px;
  }
}

@media screen and (min-width: 1100px) {
  body.viewing-page-home .intro-image:before {
    background: -moz-linear-gradient(
      top,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 0) 100%
    );
    background: -webkit-linear-gradient(
      top,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 0) 100%
    );
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 0) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
    content: "";
    height: 140px;
    left: 0;
    opacity: 0.4;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
  }

  body.viewing-page-home .intro-image:after {
    background: -moz-linear-gradient(
      top,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 1) 100%
    );
    background: -webkit-linear-gradient(
      top,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 1) 100%
    );
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
    bottom: 0;
    content: "";
    height: 300px;
    left: 0;
    opacity: 0.7;
    position: absolute;
    right: 0;
    z-index: 5;
  }
}

body.viewing-page-home.loaded .header {
  opacity: 1;
}

@media screen and (min-width: 1330px) {
  body.viewing-page-home .logo {
    position: fixed;
    transform-origin: left top;
    transform: scale(1.25);
    transition: none;
    -webkit-transition: none;
  }

  body.loaded.viewing-page-home .logo {
    transition: all 0.75s ease;
    -webkit-transition: all 0.75s ease;
  }

  body.scrolled.viewing-page-home .logo {
    transform: scale(1);
    transition: all 0.75s ease;
    -webkit-transition: all 0.75s ease;
  }
}

body.viewing-page-home .content-block.col-3 {
  vertical-align: top;
}

.homepage-content-wrap h2 {
  font-size: 25px;
}

.homepage-content-wrap h3 {
  font-family: "NHaasGroteskTXStd-55Rg", Helvetica, Arial, Sans-Serif;
  font-size: 16px;
}

@media (max-height: 630px) {
  .homepage-content-wrap h2 {
    font-size: 20px;
    line-height: 25px;
  }

  .homepage-content-wrap h3 {
    font-size: 18px;
  }
}

#homepage-logo-tagline-placeholder,
body.viewing-page-home h1 {
  bottom: 50px;
  font-size: 26px;
  font-weight: bold;
  left: 40px;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: left;
  transition: all 0.5s ease;
  z-index: 11;
}

.mobile-menu-message {
  bottom: 30px;
  font-size: 16px;
  font-weight: bold;
  left: 30px;
  position: absolute;
  z-index: 11;
}

#homepage-logo-tagline-placeholder {
  opacity: 0;
  visibility: hidden;
}

body.viewing-page-home h1 {
  bottom: 30px;
}

body.close-to-homepage-h1.viewing-page-home h1 {
  bottom: auto;
  top: 162px;
  position: fixed;
  transition: none;
  -webkit-transition: none;
}

@media screen and (max-width: 1500px) {
  body.close-to-homepage-h1.viewing-page-home h1 {
    top: 148px;
  }

  #homepage-logo-tagline-placeholder,
  body.viewing-page-home h1 {
    font-size: 23px;
  }
}

@media screen and (max-width: 750px) {
  body.close-to-homepage-h1.viewing-page-home h1 {
    top: 85px;
  }
  body.scrolled.viewing-page-home h1 {
    opacity: 0;
  }
}

body.scrolled.viewing-page-home h1 span {
  opacity: 0;
  transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
}

body.viewing-page-home .logo {
  position: fixed;
}

@media screen and (min-width: 751px) {
  body.scrolled.viewing-page-home .logo {
    transform: scale(1);
    transition: all 0.75s ease;
    -webkit-transition: all 0.75s ease;
  }
}

body.viewing-page-home .section-wrap.full-bleed .slide {
  animation: 0;
  -webkit-animation: 0;
  height: 100vh;
}

body.viewing-page-home
  .section-wrap.full-bleed.intro-image
  .content-block.col-1 {
  animation: 0;
  -webkit-animation: 0;
}

body.viewing-page-home .section-wrap.full-bleed .slick-arrow {
  display: none !important;
}

.image-intro.video .text-overlay {
  padding-left: 50px;
  padding-top: 10px;
  padding-right: 25px;
}

@media (max-width: 750px) {
  .image-intro.video .text-overlay {
    padding-left: 25px;
  }
}

body.viewing-page-home .image-intro.video .text-overlay,
body.viewing-page-home .intro-image .gallery-footer {
  bottom: 25px;
  color: #fff;
  left: 25px;
  padding: 0;
  position: absolute;
  z-index: 7;
}

body.viewing-page-home .image-intro.video .text-overlay h2,
body.viewing-page-home .intro-image .gallery-footer h2 {
  margin-bottom: 0;
}

body.viewing-page-home .image-intro.video .text-overlay h3 a,
body.viewing-page-home .intro-image .gallery-footer h3 a {
  color: #fff;
  text-decoration: underline;
}

body.viewing-page-home .image-intro.video .text-overlay p a,
body.viewing-page-home .intro-image .gallery-footer p a {
  background: url(../images/icons/white-arrow-down.svg) 100% 50% no-repeat;
  background-size: 20px auto;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  height: 30px;
  line-height: 30px;
  padding-right: 30px;
  text-decoration: none;
}

/*
@media screen and (min-width: 1400px) {
	body.viewing-page-home .intro-image .gallery-footer h2 {
		font-size: 48px;
		line-height: 60px;
	}
}
*/

@media screen and (max-width: 1024px) {
  body.viewing-page-home .image-intro.video .text-overlay h3,
  body.viewing-page-home .intro-image .gallery-footer h3 {
    font-size: 16px;
  }
}

@media screen and (max-width: 800px) {
  body.viewing-page-home .image-intro.video .text-overlay h2,
  body.viewing-page-home .intro-image .gallery-footer h2 {
    font-size: 16px;
    line-height: 23px;
    padding-right: 25px;
  }

  body.viewing-page-home .image-intro.video .text-overlay h3,
  body.viewing-page-home .intro-image .gallery-footer h3 {
    font-size: 12px;
    margin: 15px 0 15px;
    padding-right: 25px;
  }

  body.viewing-page-home .image-intro.video .text-overlay h3 br,
  body.viewing-page-home .image-intro.video .text-overlay h3 br:before,
  body.viewing-page-home .intro-image .gallery-footer h3 br,
  body.viewing-page-home .intro-image .gallery-footer h3 br:before {
    content: " ";
    margin-bottom: 20px;
  }

  body.viewing-page-home .image-intro.video .text-overlay p a,
  body.viewing-page-home .intro-image .gallery-footer p a {
    font-size: 14px;
  }
}

@media screen and (max-width: 550px) {
  body.viewing-page-home .image-intro.video .text-overlay,
  body.viewing-page-home .intro-image .gallery-footer {
    bottom: 50px;
  }
}

@media screen and (max-width: 320px) {
  body.viewing-page-home .image-intro.video .text-overlay h2,
  body.viewing-page-home .intro-image .gallery-footer h2 {
    padding-right: 20px;
  }
}

body.viewing-page-home .section-wrap-inner {
  max-width: 1290px;
}

body.viewing-page-home .section-wrap-inner a {
  text-decoration: none;
}

@media screen and (min-width: 700px) {
  #homepage-availability-wrap {
    padding-top: 20px;
  }
}

#homepage-availability-wrap h3 {
  padding-top: 20px;
}

@media screen and (max-width: 900px) {
  body.viewing-page-home h1 {
    letter-spacing: -1px;
    font-size: 17px;
    left: 30px;
    bottom: 20px;
  }
}

@media screen and (min-width: 700px) {
  body.viewing-page-home .mobile-image-wrap {
    background: none !important;
  }

  body.viewing-page-home .homepage-section-link {
    display: none;
  }
}

@media screen and (max-width: 700px) {
  body.viewing-page-home
    .section-wrap.full-bleed.intro-image
    .slide:nth-child(1)
    .image {
    background-position: 40% 50%;
  }

  body.viewing-page-home
    .section-wrap.full-bleed.intro-image
    .slide:nth-child(2)
    .image {
    background-position: 53% 50%;
  }

  body.viewing-page-home
    .section-wrap.full-bleed.intro-image
    .section-wrap-inner
    .content-block {
    margin-bottom: 0;
  }

  body.viewing-page-home h1 {
    letter-spacing: -1px;
  }

  body.viewing-page-home .mobile-image-wrap {
    display: block;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 205px;
  }

  #homepage-lower-section .content-block:first-of-type .mobile-image-wrap {
    background-position: 50% 100%;
  }

  #homepage-lower-section
    .content-block:last-of-type
    .mobile-image-wrap:last-of-type {
    background-position: 50% 12%;
  }

  body.viewing-page-home .mobile-image-wrap img {
    display: none;
  }

  #homepage-availability-wrap {
    margin-bottom: 50px;
  }

  .viewing-page-home .content-block,
  .viewing-page-home .content-block.col-3.intro-blurb {
    margin: 50px 0;
  }

  .viewing-page-home .content-block h3 {
    margin-bottom: 12px;
    margin-top: 50px;
  }

  .big-on-mobile p {
    font-family: "NHaasGroteskTXStd-65Md";
    font-size: 18px;
    letter-spacing: -1px;
    line-height: 130%;
    font-weight: bold;
  }

  .homepage-section-link {
    margin-top: -10px;
  }

  .homepage-section-link a {
    background: url(../images/icons/small-white-arrow-down-2.svg) 100% 50%
      no-repeat;
    background-size: 13px auto;
    display: inline-block;
    font-family: "NHaasGroteskTXStd-75Bd", Helvetica, Arial, Sans-Serif;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0;
    padding-right: 18px;
    text-decoration: none !important;
  }

  .homepage-section-link a span {
    border-bottom: 1px solid #000;
  }
}

@media screen and (max-width: 550px) {
  body.viewing-page-home h3 a {
    letter-spacing: -1px;
  }
}

/* ----------------------------------------------------------------------------------------------------------------------- */
/* Architecture ---------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
@media only screen and (min-width: 751px) {
  .content-block.col-2.drawing-block {
    padding-left: 2%;
    margin-right: 0;
    padding-top: 95px;
    width: 51%;
  }

  .content-block.col-2.drawing-block .image-p {
    margin-top: 105px;
  }

  .section-wrap.architecture-team-info-section .content-block:nth-child(2) {
    padding-top: 100px;
    padding-left: 2%;
  }

  .section-wrap.architecture-team-info-section .content-block:nth-child(3) {
    margin-left: 8.75%;
    margin-right: 0;
    margin-top: 60px;
  }

  .section-wrap.architecture-team-info-section .content-block:nth-child(4) {
    margin-top: -130px;
    margin-left: 7.5%;
    margin-right: 0;
  }
}

@media screen and (max-width: 600px) {
  #architecture-tower-image {
    display: block;
    margin: 0 auto -5px auto;
    max-width: 65%;
  }

  #architecture-solow-building {
    margin: 0;
  }

  #architecture-solow-building,
  #architecture-sheldon-solow img,
  #architecture-sheldon-solow cite {
    float: left;
    max-width: 48%;
  }

  #architecture-solow-building cite {
    white-space: nowrap;
  }

  #architecture-sheldon-solow img,
  #architecture-sheldon-solow cite {
    float: right;
  }

  #architecture-sheldon-solow .spacer,
  #architecture-sheldon-solow cite {
    display: none;
  }

  #architecture-sheldon-solow .clear-paragraph {
    clear: both;
    padding-top: 40px !important;
  }

  #architecture-sheldon-solow cite:after {
    content: "";
    clear: both;
    display: table;
  }
}

/* ----------------------------------------------------------------------------------------------------------------------- */
/* Residences ------------------------------------------------------------------------------------------------------------ */
/* ----------------------------------------------------------------------------------------------------------------------- */
.features h2 {
  font-size: 28px;
  letter-spacing: 0;
}

@media only screen and (min-width: 751px) {
  .viewing-page-residences .content-block.col-2-5.kitchen-block {
    float: right;
    margin-right: 80px;
  }

  .viewing-page-residences .content-block.col-3-5.master-baths {
    float: left;
    margin-top: 80px;
  }

  .viewing-page-residences .content-block.col-2-5.features {
    float: right;
    clear: right;
    margin-right: 80px;
    margin-top: 100px;
  }

  .viewing-page-residences .content-block.col-3.home-automation {
    float: left;
    clear: left;
    margin-top: 60px;
    margin-bottom: 80px;
    margin-left: 13%;
    width: 33%;
  }
}

.viewing-page-residences .features ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.viewing-page-residences .features > ul {
  border-top: 1px solid #000;
}

.viewing-page-residences .features > ul > li {
  background: url(../images/icons/plus.svg) 98% 10px no-repeat;
  background-size: 20px auto;
  border-bottom: 1px solid #000;
}

.viewing-page-residences .features > ul > li.selected {
  background: url(../images/icons/minus.svg) 98% 20px no-repeat;
  background-size: 20px auto;
}

.viewing-page-residences .features > ul > li > .clicker {
  cursor: pointer;
  display: block;
  font-family: "NHaasGroteskTXStd-65Md";
  font-size: 18px;
  padding: 10px 0;
}

.viewing-page-residences .features > ul > li > ul {
  position: relative;
  max-height: 0px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  visibility: hidden;
}

.viewing-page-residences .features > ul > li.selected > ul {
  max-height: 700px;
  visibility: visible;
  padding: 10px 0;
}

.viewing-page-residences .features > ul > li > ul > li {
  margin-bottom: 20px;
}

.views-slider-mobile-nav {
  display: none;
}

@media screen and (max-width: 800px) {
  .features {
    padding: 0 25px;
  }

  .features h2 {
    letter-spacing: -1px;
  }

  .viewing-page-residences .features > ul > li > ul > li {
    margin-bottom: 12px;
  }

  .viewing-page-residences .caption {
    display: none;
  }

  .views-slider-mobile-nav {
    display: block;
    list-style: none;
    margin: 15px 0 0 0;
    padding: 0;
    text-align: center;
  }

  .views-slider-mobile-nav li {
    display: inline-block;
    margin: 0 8px;
  }

  .views-slider-mobile-nav li a {
    border: 1px solid #000;
    padding: 5px 10px;
    display: inline-block;
    text-decoration: none;
  }

  .views-slider-mobile-nav li.selected a {
    background: #000;
    color: #fff;
  }
}

/* ----------------------------------------------------------------------------------------------------------------------- */
/* Neighborhood ---------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.neighborhood-wrap {
}

.map-container {
  background: rgba(0, 0, 0, 0.1);
  height: 700px;
}

@media screen and (max-width: 800px) {
  .neighborhood-wrap {
    padding-top: 50px;
  }

  .map-container {
    height: 400px;
  }
}

.custom-marker {
  background: #000;
  border-radius: 100%;
  color: #fff;
  font-size: 10px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  width: 20px;
}

.custom-marker.main-location {
  border-radius: 0;
  width: 40px;
  height: 120px;
  line-height: 120px;
  background: url(../images/icons/building-icon.svg) 5px 3px no-repeat;
  background-size: 30px auto;
  transition: all 0.5s ease;
}

.custom-marker.main-location.zoom-level-15 {
  background-position: 13px 66px;
  background-size: 13px auto;
}

.custom-marker.main-location.zoom-level-17 {
  background-position: 0 0;
  background-size: 60px auto;
  height: 233px;
  width: 60px;
}

.location-list {
  margin: 90px 0 30px 0;
  -webkit-column-count: 5;
  -moz-column-count: 5;
  column-count: 5;
}

#neighborhood-video-section {
  padding-bottom: 10px;
}

.marker-content {
}

.marker-content h3 {
  font-size: 15px;
  margin: 0 0 5px 0;
}

.marker-content a {
  text-decoration: none;
}

.marker-content a:hover {
  opacity: 0.7;
}

#mobile-location-list {
  background: none;
  background: url(../images/icons/small-white-arrow-down-2.svg) 100% 50%
    no-repeat;
  border: 0;
  border-bottom: 1px solid #000;
  border-radius: 0;
  -webkit-border-radius: 0;
  display: block;
  font-size: 16px;
  font-family: "NHaasGroteskTXStd-65Md";
  font-style: normal;
  padding: 8px 0;
  width: 100%;
}

@media screen and (max-width: 1100px) {
  .location-list {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
}

.location-list h3,
.location-list li,
.location-category-wrap.cat-2,
.location-category-wrap.cat-3,
.location-category-wrap.cat-4,
.location-category-wrap.cat-9 {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

.location-list ul {
  -webkit-column-break-before: avoid;
  page-break-before: avoid;
  break-before: avoid;
}

.location-list h3 {
  -webkit-column-break-after: avoid;
  page-break-after: avoid;
  break-after: avoid;
}

.location-list h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.location-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.location-list ul li {
  margin-bottom: 11px;
}

@media screen and (min-width: 1101px) {
  .location-list ul li.location-31 {
    padding-top: 32px;
  }
}

.location-list ul li a {
  text-decoration: none;
}

.location-list ul li a:hover {
  text-decoration: underline;
}

.location-category-wrap {
  margin-bottom: 20px;
}

@media screen and (max-width: 650px) {
  .location-list {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    margin: 30px 0 100px 0;
    padding: 0;
  }

  .location-category-wrap {
    border-bottom: 1px solid #000;
    padding: 10px 0;
  }

  .location-category-wrap h3 {
    margin: 0;
    position: relative;
  }

  .location-category-wrap h3 .toggler {
    background: url(../images/icons/plus.svg) 50% 50% no-repeat;
    background-size: 100% auto;
    height: 25px;
    position: absolute;
    right: 0px;
    top: 0;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    width: 25px;
  }

  .location-category-wrap h3.active .toggler {
    transform: rotate(45deg);
  }

  .location-list ul {
    padding-top: 10px;
    display: none;
  }
}

.location-grid {
}

.location-grid-item,
#grid-sizer {
  margin-bottom: 30px;
  width: 30%;
}

#gutter-sizer {
  width: 5%;
}

@media screen and (max-width: 850px) {
  .location-grid-item,
  #grid-sizer {
    width: 47%;
  }
}

@media screen and (max-width: 550px) {
  .location-grid-item,
  #grid-sizer {
    margin-bottom: 50px !important;
    width: 100%;
  }

  #gutter-sizer {
    width: 0;
  }
}

.location-grid-item .image {
  background-size: cover;
}

.location-grid-item .image img {
  max-width: 100%;
  opacity: 0;
}

.location-grid-item .info {
  display: block;
  font-size: 16px;
  font-family: "NHaasGroteskTXStd-65Md";
  font-style: normal;
  margin-top: 7px;
}

/* ----------------------------------------------------------------------------------------------------------------------- */
/* Availability ---------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.availability-wrap {
  max-width: 1400px;
  margin: 0 auto 150px auto;
  padding: 0 100px;
}

.availability-wrap h2 {
  text-align: right;
  margin-bottom: 50px;
}

@media (max-width: 750px) {
  body.viewing-page-availability .main-content {
    padding-top: 50px;
  }

  .availability-wrap h2 {
    text-align: center;
  }
}

.availability-table {
  border-bottom: 1px solid #000;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

.availability-table th {
  font-size: 13px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 10px;
  opacity: 0;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  visibility: hidden;
}

.availability-table.rows-displayed th {
  opacity: 1;
  visibility: visible;
}

.availability-table th.last {
  width: 100px;
  text-align: right;
}

.availability-table td {
  text-align: center;
}

.availability-table td:first-child {
  text-align: left;
  width: 30%;
}

.availability-table td:last-child {
  text-align: right;
}

.availability-table td.label {
  border-top: 1px solid #000;
  font-family: "NHaasGroteskTXStd-65Md";
  font-size: 23px;
  padding: 12px 0;
  position: relative;
  text-align: left;
}

.availability-table td.label .toggler {
  background: url(../images/icons/plus.svg) 50% 50% no-repeat;
  background-size: 100% auto;
  height: 25px;
  position: absolute;
  right: 10px;
  top: 10px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  width: 25px;
}

.availability-table tr.active td.label .toggler {
  transform: rotate(45deg);
}

.availability-table tr.unit-row {
  cursor: pointer;
}

.availability-table tr.unit-row > td {
  cursor: pointer;
}

.availability-table tr.info-row td {
  display: none;
  padding: 3px 0;
}

.availability-table tr.info-row.last td {
  padding-bottom: 20px;
}

.availability-table tr.info-row td:last-child {
  padding-right: 10px;
}

.availability-table .view-details-link img {
  width: 28px;
}

.availability-table .download-pdf-link-text {
  text-decoration: none;
  text-transform: uppercase;
}

.availability-table .download-pdf-link-text:hover {
  text-decoration: underline;
}

.availability-table .download-pdf-link {
  text-decoration: none;
}

.availability-table .download-pdf-link img {
  width: 20px;
}

@media screen and (max-width: 1100px) {
  .availability-wrap {
    margin: 0 30px 100px 30px;
    padding: 0;
  }
}

@media screen and (min-width: 650px) {
  .mobile-only {
    display: none !important;
  }
}

@media screen and (max-width: 650px) {
  .content-block img.narrower-mobile-image {
    display: block;
    margin: 0 auto;
    max-width: 85%;
  }

  .mobile-hide {
    display: none !important;
  }

  .availability-wrap {
    margin: 0 15px;
  }

  .availability-table th {
    font-size: 9px;
    letter-spacing: 0;
  }

  .availability-table th.last {
    width: 60px;
  }

  .availability-table td.label {
    font-size: 14px;
  }

  .availability-table tr.info-row td {
    font-size: 13px;
    padding: 7px 0;
  }

  .availability-table td:first-child {
    width: auto;
  }

  .availability-table td.no-wrap {
    white-space: nowrap;
  }

  .availability-table .view-details-link {
    display: none;
  }

  .availability-table .download-pdf-link img {
    width: 13px;
  }
}

/* ----------------------------------------------------------------------------------------------------------------------- */
/* Team ------------------------------------------------------------------------------------------------------------------ */
/* ----------------------------------------------------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------------------------------------------------- */
/* Press ----------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
body.viewing-page-press {
  padding-top: 0;
}

@media (max-width: 750px) {
  body.viewing-page-press .main-content {
    padding-top: 130px;
  }
}

@media (min-width: 751px) {
  body.viewing-page-press {
    padding-top: 100px;
  }
}

.news-wrap .col-3 {
  margin-bottom: 100px;
  vertical-align: top;
}

.news-wrap .col-3 .source {
  font-family: "NHaasGroteskTXStd-65Md";
  margin-bottom: 10px;
  text-transform: uppercase;
}

.news-wrap .col-3 img {
  width: 100%;
}

.news-wrap .col-3 .date {
  margin: 15px 0;
}

.news-wrap .col-3 h2 {
  font-size: 19px;
  line-height: 27px;
}

.news-wrap .col-3 .abstract a {
  text-decoration: none;
}

.news-wrap .col-3 .abstract a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 700px) {
  .news-wrap .col-3 {
    margin-bottom: 50px;
  }

  .news-wrap .col-3 .source {
    font-size: 14px;
    letter-spacing: 1px;
  }

  .news-wrap small {
    letter-spacing: 1px;
  }
}

/* ----------------------------------------------------------------------------------------------------------------------- */
/* ADA Toggler ----------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.ada-toggler {
  bottom: 50px;
  height: 50px;
  position: absolute;
  left: 50px;
  transition: transform 0.15s ease;
  width: 50px;
  z-index: 11;
}

body.viewing-page-field-of-light .ada-toggler,
.intro-image .ada-toggler {
  left: auto;
  right: 50px;
}

body.viewing-page-field-of-light .ada-toggler {
  bottom: 70px;
  position: fixed;
}

.intro-image .with-text .ada-toggler {
  bottom: 100px;
}

body.viewing-page-home .intro-image .with-text .ada-toggler {
  bottom: 50px;
}

@media (max-width: 550px) {
  tipsy {
    display: none !important;
  }

  .ada-toggler {
    bottom: 25px;
    left: 25px;
  }

  .intro-image .ada-toggler {
    left: auto;
    right: 25px;
  }

  .intro-image .with-text .ada-toggler {
    bottom: 75px;
  }

  .mute-button {
    right: 100px;
  }

  .mute-button,
  body.viewing-page-home .intro-image .with-text .ada-toggler {
    bottom: 25px;
  }
}

.ada-toggler:hover {
  transform: scale(1.1);
}

.ada-toggler svg {
  display: block;
  height: 100%;
  width: 100%;
}

.ada-toggler #Path_22 {
  transition: fill 0.15s ease;
}

body.ada-mode .ada-toggler #Path_22 {
  fill: #156ff8;
}

body.ada-mode {
  background: #fff;
  color: #000;
  font-size: 18px;
}

body.ada-mode a {
  color: blue;
  text-decoration: underline !important;
}

body.ada-mode .quick-links a {
  color: #fff;
}

body.ada-mode .primary-navigation-wrap {
  background: #fff;
}

body.ada-mode .quick-links a,
body.ada-mode .section-wrap p,
body.ada-mode .section-wrap ul,
body.ada-mode .section-wrap ol,
body.ada-mode .section-wrap table,
body.ada-mode .section-wrap td,
body.ada-mode .section-wrap > .section-wrap-inner > *,
body.ada-mode cite,
body.ada-mode .slide .caption,
body.ada-mode .additional-links li a,
.location-grid-item .info,
.availability-table th {
  font-size: 18px;
}

body.ada-mode.nav-active #nav-icon span {
  background: #000;
}

body.ada-mode .primary-navigation-wrap ul li.link-watch-the-film a {
  margin: 0;
}

body.ada-mode .primary-navigation-wrap ul li.link-watch-the-film a:before {
  display: none;
}

body.ada-mode .homepage-content-wrap h3 {
  font-size: 24px;
}

body.ada-mode .next-section-link {
  background-image: url(../images/icons/small-black-arrow-down.svg);
}

body.ada-mode .lower-team-section .image-wrap {
  background: #000;
  height: auto;
  line-height: 100%;
  padding: 15px;
}

body.ada-mode .field-wrap input[type="text"],
body.ada-mode .field-wrap textarea,
body.ada-mode .field-wrap select {
  color: #000;
  border: 1px solid #000;
  padding: 10px;
}

body.ada-mode .field-wrap label {
  display: block;
  margin-bottom: 10px;
}

body.ada-mode ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
}
body.ada-mode ::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}
body.ada-mode :-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
}
body.ada-mode :-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}

body.ada-mode .submit-wrap .submit {
  background: #000;
  color: #fff;
  border-color: #000;
}

body.ada-mode .field-wrap.are-you-a-broker .option:after {
  border: 1px solid #000;
}

body.ada-mode .field-wrap.are-you-a-broker .option.checked:after {
  background: #000;
}

body.ada-mode .field-wrap .select-wrap:after {
  background-image: url(../images/icons/small-black-arrow-down.svg);
  right: 10px;
}

body.ada-mode .field-wrap input[type="text"]:focus,
body.ada-mode .field-wrap select:focus {
  background: rgb(255, 255, 110);
  border: 2px solid #000;
}

body.ada-mode .thank-you {
  color: #000;
}

.grecaptcha-badge {
  visibility: hidden;
}

/* ----------------------------------------------------------------------------------------------------------------------- */
/* Contact Form ---------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */

.contact-form .field-wrap, .contact-form .submit-wrap {
  margin-left: auto;
  margin-right: auto;
}

.contact-form .submit-wrap{
  text-align: center;
}

@media (min-width: 550px) {
  .contact-form button{
    width: 200px;
  }
}

.recaptcha-dislcaimer {
  text-align: center;
  font-size: 12px;
  padding-top: 20px;
}

.contact-form-text{
  font-size: 18px;
  text-align: center;
  padding-bottom: 35px;
}

.viewing-page-contact-form .footer-address {
  display: none;
}

.viewing-page-contact-form .address {
  line-height: 170%;
  margin: 0;
  text-align: center;
  font-size: 18px;
  padding-bottom: 55px;
}

.viewing-page-contact-form .address a {
  display: inline-block;
  margin: 0 10px 0 0;
  text-decoration: none;
}

.viewing-page-contact-form .address a:hover {
  text-decoration: underline;
}

.viewing-page-contact-form .additional-links {
  opacity: 1;
  visibility: visible;
  text-align: center;
}

@media (min-width: 1201px) {
  .viewing-page-contact-form .additional-links {
    max-width: 1140px;
  }
}

@media (max-width: 750px) {
  .viewing-page-contact-form .additional-links {
    text-align: center;
  }
}

.placeholder-wrap {
  width: calc(50% - 20px);
}

.disclaimer-wrap {
    width: calc(50% - 20px);
    position: relative;
    top: -38px;
}

.disclaimer-wrap p {
    font-style: italic;
}