.header-phone {
  font-size: 1.456em; }

.Press__date {
  line-height: 20px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 10px; }
.Press__heading {
  font-weight: 600;
  font-size: 1.423em;
  margin-bottom: 10px; }
.Press__image {
  border: none !important; }

#bridge-slider {
  overflow: hidden;
  position: relative; }

.slider-arr {
  cursor: pointer;
  height: 38px;
  width: 38px;
  display: inline-block;
  position: absolute;
  z-index: 10;
  top: 50%;
  bottom: auto;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%); }
  .slider-arr.prev-slide {
    left: 8px;
    background: url(/site/images/gallery-arrow.svg) no-repeat center;
    -moz-transform: rotate(180deg) translate(0, 50%);
    -o-transform: rotate(180deg) translate(0, 50%);
    -ms-transform: rotate(180deg) translate(0, 50%);
    -webkit-transform: rotate(180deg) translate(0, 50%);
    transform: rotate(180deg) translate(0, 50%); }
  .slider-arr.next-slide {
    right: 8px;
    background: url(/site/images/gallery-arrow.svg) no-repeat center; }
  @media screen and (max-width: 767px) {
    .slider-arr {
      display: none !important; } }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive-16by9 {
    padding-bottom: 56.25%; }
  .embed-responsive-item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.social-icons {
  text-align: right;
  margin-bottom: 10px; }
  @media screen and (max-width: 767px) {
    .social-icons {
      position: absolute;
      top: -15px;
      right: 0; } }

.text-full-width {
  padding: 0;
  width: 100%;
  font-weight: bold; }

.image-item-container_25-center {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }
  @media (max-width: 767px) {
    .image-item-container_25-center {
      margin-top: 15px;
      position: inherit;
      top: 0;
      left: 0;
      -moz-transform: none;
      -o-transform: none;
      -ms-transform: none;
      -webkit-transform: none;
      transform: none; } }

.main-header {
  z-index: 100; }

#press-page .grid-item {
  cursor: auto; }

#press-page .grid {
  margin-top: 0; }

.footer-links {
  display: flex;
  align-items: baseline;
  text-align: left;
  float: none;
}

.main-footer .footer-links a {
  margin: 0;
  display: flex;

}

.greystar-link {
  margin: 0;
  margin-right: 32px !important;
  display: flex !important;
}

.footer-privacy-policy {
  flex: 1;
  display: block;
}

.greystar-link img {
  width: 120px;
  max-height: 30px;
}

.footer-additional-link {
  margin-left: 6%;
}

.footer-additional-link--mobile {
  display: none !important;
}

.social-icon--greystar {
  display: none;
}

.social-icon--greystar img {
  width: 76px;
}

.social-icons {
  float: none;
}

.footer-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

.footer-meta {
  flex: 1;
}

@media screen and (min-width : 768px) and (max-width : 1024px) and (orientation: portrait) {
  .social-icons {
    float: right;
  }
}

@media screen and (max-width: 767px), screen and (min-width : 768px) and (max-width : 1024px) and (orientation: portrait) {
  .footer-additional-link {
    display: none;
  }

  .social-icons {
    display: flex;
    align-items: center;
  }

  .social-icon:nth-child(2n) {
    margin-right: 4px;
  }

  .social-icon--greystar {
    display: inline-block !important;
    margin-right: 12px;
  }

  .footer-additional-link--mobile {
    display: block !important;
  }

  .greystar-link {
    display: none !important;
  }

  .footer-wrapper {
    display: flex;
    flex-direction: column;
    align-items: baseline;
  }

  .main-footer .footer-links {
    width: 100%;
    justify-content: space-between;
  }
	
  .footer-privacy-policy {
    flex: unset;
  }
}

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