.fade.ng-leave {
  opacity: 1;
  transition: opacity 0.3s;
}
.fade.ng-leave-active {
  opacity: 0;
}

@font-face {
  font-family: univers-light;
  src: url("assets/fonts/UniversLTPro-45Light.ttf") format('truetype');
  font-weight: 400;
}
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: 'univers-light', Cursive, sans-serif;
  font-size: 10px;
  height: 100%;
}
body {
  background-color: #111;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  margin: 0;
  width: 100%;
}
.loading {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #1d1d26;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100vh;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  width: 100%;
}
.loading .spinner-container {
  height: 50px;
  width: 100px;
}
.loading span {
  font-size: 2em;
}
.logo-icon {
  color: #fff;
  background-image: url("assets/spaceful-logo.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 62px;
  width: 62px;
}
[ng-click] {
  cursor: pointer;
}
.desktop {
  height: 100vh;
}
.nav,
.pagination,
.carousel,
.panel-title a {
  cursor: pointer;
}

.contact-page {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #1d1d26;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact-page .name {
  font-size: 3rem;
  margin-bottom: 10px;
}
.contact-page .company {
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 1px;
}
.contact-page .divider {
  border-top: 1px solid #fff;
  margin: 20px 0;
  width: 50px;
}
.contact-page .phone {
  font-size: 1.8rem;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.contact-page .email {
  font-size: 2.1rem;
}
.contact-page .jobtitle {
  font-size: 1.8rem;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.desktop .tourbook-page {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.desktop .tourbook-page.font-color-black {
  color: #000;
}
.desktop .tourbook-page .background {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background-blend-mode: multiply;
  background-color: rgba(0,0,0,0.3);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.desktop .tourbook-page .content-container {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50px;
}
.desktop .tourbook-page .content-container .date {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.desktop .tourbook-page .content-container .learn-more {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 50px;
}
.desktop .tourbook-page .content-container .learn-more .description {
  font-size: 1.8rem;
  line-height: 2.2rem;
  margin-right: 15px;
  padding-top: 4px;
  text-align: right;
  width: 250px;
}
.desktop .tourbook-page .content-container .learn-more .description a {
  color: #fff;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1.5px;
}
.desktop .tourbook-page .content-container .learn-more .description .info {
  font-weight: 400;
}
.desktop .tourbook-page .content-container .learn-more .phone {
  background-image: url("assets/iphone-with-tourbook.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 75px;
  width: 37px;
}
.desktop .tourbook-page .content-container .title-container {
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.desktop .tourbook-page .content-container .title-container .line {
  line-height: 3rem;
}
.desktop .tourbook-page .content-container .title-container .line.big {
  font-size: 5rem;
  line-height: 5rem;
}
.desktop .tourbook-page .content-container .signature-container {
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.desktop .tourbook-page .content-container .signature-container .line {
  line-height: 2rem;
}
.desktop .tourbook-page .content-container .signature-container .line.small {
  font-size: 1rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.desktop .tourbook-page .content-container .signature-container .line.company {
  font-weight: bold;
}
.desktop .tourbook-page .content-container .signature-container .line.logo {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100px;
  margin-top: 20px;
}
.desktop .tourbook-page .content-container .spaces-button {
  background-color: #006bb6;
  border: 2px solid #006bb6;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 15px 65px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.3s;
}
.desktop .tourbook-page .content-container .spaces-button:hover {
  background-color: Transparent;
}

.desktop.map #map {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.desktop.map #map .reset-control {
  background-color: #fff;
  box-shadow: rgba(0,0,0,0.3) 0 1px 4px -1px;
  color: #000;
  cursor: pointer;
  margin: 10px;
  padding: 8px;
}
.desktop.map #map .reset-control:hover {
  background-color: #ebebeb;
}
.desktop.map .tos-container {
  bottom: 0;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.desktop.map .tos-container .tos {
  background-color: #000;
  bottom: 0;
  display: inline-block;
  padding: 1px 5px;
  position: relative;
}
.desktop .entry-number {
  min-width: 25px;
  display: inline-block;
  margin-right: 5px;
  text-align: right;
  margin-left: -10px;
}
.desktop .custom-control {
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 3px;
  box-shadow: 0 2px 2px rgba(0,0,0,0.3);
  color: #191919;
  cursor: pointer;
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  height: auto;
  line-height: 38px;
  margin: 8px 0 22px;
  padding: 0 10px;
  text-align: center;
}

.desktop .entry-page .top,
.desktop .entry-page .middle,
.desktop .entry-page .middle2 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.desktop .entry-page .top .left,
.desktop .entry-page .middle .left,
.desktop .entry-page .middle2 .left,
.desktop .entry-page .top .right,
.desktop .entry-page .middle .right,
.desktop .entry-page .middle2 .right {
  height: 100%;
  width: 50%;
}
.desktop .entry-page .top {
  height: 400px;
}
.desktop .entry-page .top .right {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.desktop .entry-page .middle,
.desktop .entry-page .middle2,
.desktop .entry-page .bottom {
  margin: 0 auto;
  width: 85%;
}
.desktop .entry-page .middle,
.desktop .entry-page .middle2 {
  margin-bottom: 80px;
}
.desktop .entry-page .middle2 .left,
.desktop .entry-page .middle2 .right {
  padding-left: 30px;
  padding-right: 60px;
}
.desktop .entry-page .middle2 .hr {
  width: 1px;
  height: 100%;
  color: $gray;
}
.desktop .entry-page .bottom .title,
.desktop .entry-page .middle2 .title {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}
.desktop .entry-page .bottom .tos,
.desktop .entry-page .middle2 .tos {
  margin: 50px 0 20px;
  position: relative;
  right: 0;
  text-align: center;
}
.desktop .entry-page .main-data {
  padding-top: 0;
}
.desktop .entry-page .main-data .main-data-entry .main-data-top,
.desktop .entry-page .main-data .main-data-entry .main-data-bottom {
  font-size: 1.6rem;
}
.desktop .entry-page .main-data .main-data-entry .main-data-middle {
  font-size: 3.2rem;
}
.desktop .entry-page .tourbook-notes-header-container {
  height: 10em;
  line-height: 10em;
  text-align: center;
}
.desktop .entry-page .tourbook-notes-header {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  font-size: 3.2rem;
}
.desktop .entry-page .tourbook-notes-content {
  line-height: 1.5em;
  font-size: 1.6rem;
  white-space: pre-wrap;
}
.desktop .entry-page .tourbook-note-line {
  color: #fff;
  overflow: visible;
  margin-bottom: 10px;
  display: block;
  height: -webkit-fit-content;
  height: fit-content;
  padding: 0 5px 0 8px;
  text-align: justify;
  text-justify: auto;
  text-overflow: clip;
}

.mobile .entry-page {
  background-color: #1d1d26;
  font-size: 1.4rem;
  margin: 0 auto;
  max-width: 768px;
  position: relative;
}
.mobile .entry-page .content-wrapper {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.mobile .entry-page .content-wrapper.no-scroll {
  overflow: hidden;
  position: fixed;
}
@media (min-width: 768px) {
  .mobile .entry-page .content-wrapper.no-scroll {
    margin: 0 auto;
    width: 768px;
  }
}
.mobile .entry-page .content-wrapper .header {
  background-color: #1d1d26;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  height: 50px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
}
@media (min-width: 768px) {
  .mobile .entry-page .content-wrapper .header {
    width: 768px;
  }
}
.mobile .entry-page .content-wrapper .images {
  height: 300px;
  position: fixed;
  top: 50px;
  width: 100%;
  z-index: 1;
}
@media (min-width: 768px) {
  .mobile .entry-page .content-wrapper .images {
    width: 768px;
  }
}
.mobile .entry-page .content-wrapper .background {
  background-color: #1d1d26;
  height: 100%;
  position: fixed;
  top: 350px;
  width: 100%;
  z-index: 1;
}
@media (min-width: 768px) {
  .mobile .entry-page .content-wrapper .background {
    width: 768px;
  }
}
.mobile .entry-page .content-wrapper .scrollable {
  margin-top: 350px;
  padding-bottom: 60px;
  position: relative;
  z-index: 2;
}
.mobile .entry-page .content-wrapper .scrollable > * {
  background-color: #1d1d26;
}
.mobile .entry-page .content-wrapper .scrollable > *:first-child {
  background: linear-gradient(to bottom, rgba(29,29,38,0) 0, rgba(29,29,38,0.3) 30%, #1d1d26 100%);
  margin-top: 350px;
}
.mobile .entry-page .content-wrapper .tourbook-notes-header-container {
  margin-top: 60px;
  min-height: 4rem;
  text-align: center;
}
.mobile .entry-page .content-wrapper .tourbook-notes-header {
  vertical-align: middle;
  line-height: normal;
  font-size: 4rem;
}
.mobile .entry-page .content-wrapper .tourbook-notes-content {
  margin-left: 1em;
  margin-right: 1em;
  font-size: 1.5em;
  white-space: pre-wrap;
}

.mobile .tourbook-page {
  background-color: #1d1d26;
  margin: 0 auto;
  max-width: 768px;
  position: relative;
  overflow: auto;
}
.mobile .tourbook-page.disabled {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
}
.mobile .tourbook-page.font-color-black {
  color: #000;
}
.mobile.scroll-disable {
  overflow: hidden;
}
.mobile.blur {
  -webkit-filter: blur(5px);
          filter: blur(5px);
}

.desktop-background {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  width: 100%;
}
@media (max-width: 768px) {
  .desktop-background {
    display: none;
  }
}
.desktop-background .background {
  background-blend-mode: multiply;
  background-color: rgba(0,0,0,0.6);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
}
.desktop-background .blurb {
  box-sizing: border-box;
  padding: 15px;
  position: relative;
  text-align: center;
  width: calc((100% - 768px) / 2);
}
.desktop-background .blurb .phone {
  color: #555;
  font-size: 98px;
  opacity: 0.5;
}
.desktop-background .blurb p {
  line-height: 3.2rem;
  margin: 10px auto;
  max-width: 300px;
}
.desktop-background .blurb .powered-by {
  background: none;
  height: auto;
}
.desktop-background .blurb .powered-by .title,
.desktop-background .blurb .powered-by a {
  font-size: 1.4rem;
}
.desktop-background .blurb .powered-by .logo-icon {
  margin: 20px 0;
}

.email-capture {
  border-top: 1px solid rgba(255,255,255,0.2);
  font-size: 1.8rem;
  padding: 30px 0;
  text-align: center;
}
.email-capture p {
  margin: 10px auto;
  max-width: 325px;
}
.email-capture .email {
  border-bottom: 2px solid #a4a3a8;
  color: #a4a3a8;
  display: inline-block;
}
.email-capture a {
  color: #006bb6;
  font-weight: 600;
}
.email-capture a.enter-email {
  border-bottom: 2px solid #006bb6;
  font-size: 1.5rem;
  letter-spacing: 2px;
  margin: 10px 0;
  text-transform: uppercase;
}
.email-capture .has-email .link {
  margin-top: 20px;
  text-align: center;
}
.email-capture .has-email .link a {
  color: #fff;
  font-size: 1.5rem;
}
.email-capture .has-email .link a.recap {
  border: 2px solid #006bb6;
  border-radius: 30px;
  display: inline-block;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 15px 45px;
  text-transform: uppercase;
}
.email-capture .has-email .link a i {
  margin-right: 5px;
  font-size: 14px;
}

.entry-fields-wrapper {
  overflow: hidden;
  padding: 10px;
  transition: height 0.3s;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 100%;
}
.entry-fields-wrapper .field-row {
  border-bottom: 1px solid rgba(255,255,255,0.1);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: space-between;
      -ms-flex-align: space-between;
          align-items: space-between;
  width: 100%;
}
.entry-fields-wrapper .field-row .label,
.entry-fields-wrapper .field-row .value {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.entry-fields-wrapper .field-row .label {
  font-weight: 500;
}
.entry-fields-wrapper .field-row .unit {
  font-size: 1.6rem;
  margin-left: 5px;
}
.entry-fields-wrapper .field-row .link a {
  color: #0ff;
}
.entry-fields-wrapper .field-row .link a:visited {
  color: #ee82ee;
}

.powered-by {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #1d1d26;
  color: #555;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.1rem;
  height: 230px;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.powered-by .title {
  letter-spacing: 2px;
  text-transform: uppercase;
}
.powered-by .logo-icon {
  margin: 20px 0;
  opacity: 0.3;
  width: 170px;
}
.powered-by a.link,
.powered-by a.link:visited {
  color: #555;
  letter-spacing: 2px;
  text-decoration: none;
}
.powered-by .tos {
  color: #fff;
  padding-top: 30px;
}
.powered-by .tos a {
  color: #fff;
  font-weight: 500;
  margin-left: 4px;
}

.tos a {
  color: #fff;
  font-weight: 500;
  margin-left: 4px;
}
.desktop .tos {
  bottom: 10px;
  font-size: 1.3rem;
  opacity: 0.5;
  position: absolute;
  right: 10px;
}
.mobile .tos {
  opacity: 0.5;
}

.broker-containers {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.broker-containers .broker-container {
  padding: 15px 30px;
  text-align: center;
  min-width: 180px;
}
.broker-containers .broker-container .logo {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 50px;
  width: 100%;
}
.broker-containers .broker-container div {
  font-weight: 700;
  margin: 5px 0;
}
.broker-containers.mobile {
  width: 100%;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.broker-containers.mobile .broker-container {
  padding: 10px 0;
  text-align: center;
}
.broker-containers.mobile .broker-container .logo {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 50px;
  width: 100%;
}
.broker-containers.mobile .broker-container div {
  margin: 2px 0;
}
.broker-link {
  text-align: center;
  font-size: 2rem;
  font-weight: 800;
  width: 250px;
  display: inline-block;
}
.broker-link.mobile {
  font-size: 1.8rem;
  font-weight: 800;
}

.desktop-navigator {
  background-color: #1d1d26;
  font-size: 1.5rem;
  overflow: hidden;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.desktop-navigator.blur {
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
.desktop-navigator .navigation {
  background-color: #272733;
  border-right: 1px solid rgba(255,255,255,0.05);
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  left: 0;
  position: absolute;
  top: 0;
  width: 300px;
}
.desktop-navigator .navigation a.tourbook {
  display: block;
  padding: 40px 0;
  transition: opacity 0.3s;
}
.desktop-navigator .navigation a.tourbook:hover {
  opacity: 0.25;
}
.desktop-navigator .navigation .logo {
  color: #fff;
  background-image: url("assets/spaceful-logo.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 81px;
  margin: auto;
  width: 170px;
}
.desktop-navigator .navigation .entries {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: hidden;
}
.desktop-navigator .navigation .entries:hover {
  overflow: auto;
}
.desktop-navigator .navigation .entries .entry {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  border-left: 3px solid transparent;
  color: #a4a3a8;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 12px 10px;
  text-decoration: none;
  transition: color 0.3s;
}
.desktop-navigator .navigation .entries .entry:first-child {
  border-top: 1px solid rgba(255,255,255,0.05);
}
.desktop-navigator .navigation .entries .entry.active {
  border-left-color: #006bb6;
  color: #fff;
  font-weight: bold;
}
.desktop-navigator .navigation .entries .entry:hover {
  color: #fff;
}
.desktop-navigator .navigation .entries .entry .divider {
  padding: 0 5px;
}
.desktop-navigator .navigation .links {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid rgba(255,255,255,0.05);
  box-shadow: 0 -1px 5px 0 rgba(0,0,0,0.45);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.desktop-navigator .navigation .links a {
  border-bottom: 3px solid transparent;
  border-right: 1px solid rgba(255,255,255,0.05);
  color: #a4a3a8;
  display: block;
  font-weight: bold;
  height: 50px;
  letter-spacing: 1.75px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.3s;
  width: 50%;
}
.desktop-navigator .navigation .links a.active {
  border-bottom-color: #006bb6;
  color: #fff;
  font-weight: bold;
}
.desktop-navigator .navigation .links a:hover {
  color: #fff;
}
.desktop-navigator .navigation .links a:only-child {
  width: 100%;
}
.desktop-navigator .navigation .links a:last-child {
  border-right: none;
}
.desktop-navigator .navigation .links a i {
  margin-right: 5px;
}
.desktop-navigator .content {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  left: 300px;
  overflow: auto;
}
.desktop-navigator .content > [ng-transclude] {
  height: 100%;
}

.email-overlay {
  background-color: rgba(0,0,0,0.8);
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  position: fixed;
  z-index: 10;
}
.email-overlay .close {
  position: absolute;
  right: 15px;
  top: 15px;
}
.email-overlay .close i {
  color: #fff;
  font-size: 35px;
}
.email-overlay .wrapper {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.email-overlay .wrapper .text-container {
  font-size: 2.6rem;
}
.email-overlay .wrapper .text-container .text {
  margin-bottom: 20px;
}
.email-overlay .wrapper .text-container .invalid {
  color: #006bb6;
}
.email-overlay .wrapper .text-container .submit-container {
  border-bottom: 1px solid #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
}
.email-overlay .wrapper .text-container .submit-container input {
  background-color: transparent;
  border: 0;
  color: #fff;
  font-size: 2rem;
  margin-right: 5px;
  outline: 0;
  width: 100%;
}
.email-overlay .wrapper .text-container .submit-container input:-webkit-autofill {
  transition-delay: 9999s;
  transition-property: background-color, color;
}
.email-overlay .wrapper .text-container .submit-container button {
  background-color: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  opacity: 0;
  outline: 0;
  padding: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  transition: all 0.3s;
}
.email-overlay .wrapper .text-container .submit-container button.show {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.email-overlay .wrapper .text-container .submit-container button i {
  color: #fff;
}
.email-overlay .wrapper .text-container .submit-container button i:hover {
  color: #006bb6;
  fill-opacity: 1;
}
.mobile .email-overlay {
  padding: 20px;
}
.mobile .email-overlay .wrapper .text-container h1 {
  font-size: 2rem;
}
.mobile .email-overlay .wrapper .text-container p {
  font-size: 1.6rem;
  line-height: 2.5rem;
}
.mobile .email-overlay .wrapper .text-container .submit-container {
  border: 0;
  box-sizing: border-box;
  display: block;
  height: auto;
}
.mobile .email-overlay .wrapper .text-container .submit-container input {
  border-bottom: 2px solid #a4a3a8;
  border-radius: 0;
  box-sizing: border-box;
  margin: 0 0 30px;
  padding: 10px 5px;
}
.mobile .email-overlay .wrapper .text-container .submit-container button {
  border: 2px solid #006bb6;
  border-radius: 100px;
  font-size: 2rem;
  font-weight: 600;
  opacity: 1;
  padding: 15px 60px;
  text-transform: uppercase;
  -webkit-transform: none;
          transform: none;
}
.mobile .email-overlay .wrapper .text-container .invalid {
  font-size: 1.5rem;
  margin-top: 30px;
}

ptp-factual-amenity {
  display: block;
}
ptp-factual-amenity .business {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
ptp-factual-amenity .business .name,
ptp-factual-amenity .business .category {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
ptp-factual-amenity .business .name {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 3px;
}
ptp-factual-amenity .business .category {
  color: #a4a3a8;
}

ptp-foursquare-amenity {
  display: block;
}
ptp-foursquare-amenity .venue {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
ptp-foursquare-amenity .venue .info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
ptp-foursquare-amenity .venue .info .name,
ptp-foursquare-amenity .venue .info .category {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
ptp-foursquare-amenity .venue .info .name {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 3px;
}
ptp-foursquare-amenity .venue .info .category {
  color: #a4a3a8;
}

ptp-googleplaces-amenity {
  display: block;
}
ptp-googleplaces-amenity .googleplaces .venues {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
ptp-googleplaces-amenity .googleplaces .venues .venue img {
  width: 300px;
  max-height: 150px;
  object-fit: cover;
  padding: 5px;
}
ptp-googleplaces-amenity .googleplaces .venues .venue {
  font-size: 16px;
  padding: 3px;
  margin: auto;
}
ptp-googleplaces-amenity .googleplaces .venues .venue .category {
  font-size: 15px;
}

ptp-image-gallery .image-gallery {
  box-sizing: border-box;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  position: fixed;
  z-index: 6;
}
ptp-image-gallery .image-gallery .background {
  background-color: #1d1d26;
  height: 100%;
  left: 0;
  opacity: 0.9;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
ptp-image-gallery .image-gallery .gallery-header {
  padding: 10px;
  text-align: center;
}
ptp-image-gallery .image-gallery .gallery-header .overlay {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #1d1d26;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.9;
  position: absolute;
}
ptp-image-gallery .image-gallery .gallery-header .breadcrumb {
  font-size: 1.2rem;
  padding-top: 10px;
  text-transform: uppercase;
}
ptp-image-gallery .image-gallery .gallery-header .close {
  position: absolute;
  right: 10px;
  top: 15px;
}
ptp-image-gallery .image-gallery .gallery-header .close i {
  color: #fff;
}
ptp-image-gallery .image-gallery .image-container {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 60px 0;
  padding: 0 10px;
}
ptp-image-gallery .image-gallery .image-container .overlay {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #1d1d26;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.9;
  position: absolute;
}
ptp-image-gallery .image-gallery .image-container .overlay.delete {
  z-index: 1;
}
ptp-image-gallery .image-gallery .image-container .overlay .delete-text {
  text-align: left;
}
ptp-image-gallery .image-gallery .image-container .overlay .delete-text:after {
  content: '?';
}
ptp-image-gallery .image-gallery .image-container .overlay button {
  background-color: Transparent;
  border: 0;
  border-radius: 20px;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 10px;
  outline: 0;
  padding: 10px 30px;
  text-transform: uppercase;
  transition: background-color 0.5s;
}
ptp-image-gallery .image-gallery .image-container .overlay button.delete {
  border: 2px solid #006bb6;
}
ptp-image-gallery .image-gallery .image-container .overlay button:hover {
  background-color: #006bb6;
}
ptp-image-gallery .image-gallery .image-container .overlay ptp-spinner {
  height: 100px;
  width: 100px;
}
ptp-image-gallery .image-gallery .image-container .image-parent {
  background-color: #fff;
}
ptp-image-gallery .image-gallery .image-container .image-parent .image {
  object-fit: contain;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}
ptp-image-gallery .image-gallery .image-container ptp-spinner {
  height: 100px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100px;
}
ptp-image-gallery .image-gallery .image-container .arrow-box {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 10px;
  transition: opacity 0.3s;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
}
ptp-image-gallery .image-gallery .image-container .arrow-box.left {
  left: 0;
}
ptp-image-gallery .image-gallery .image-container .arrow-box.right {
  right: 0;
}
ptp-image-gallery .image-gallery .image-container .arrow-box.hide {
  opacity: 0;
}
ptp-image-gallery .image-gallery .fa {
  font-size: 4rem;
}
ptp-image-gallery .image-gallery .image-gallery-footer {
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  bottom: 0;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  width: 100%;
}
ptp-image-gallery .image-gallery .image-gallery-footer .label {
  font-size: 1.2rem;
  text-transform: uppercase;
}
ptp-image-gallery .image-gallery .image-gallery-footer .name {
  font-size: 1.6rem;
  font-weight: 500;
}
ptp-image-gallery .image-gallery .image-gallery-footer .left-footer,
ptp-image-gallery .image-gallery .image-gallery-footer .right-footer {
  box-shadow: 0 0 4px 0 rgba(0,0,0,0.12), 0 4px 4px 0 rgba(0,0,0,0.24);
}
ptp-image-gallery .image-gallery .image-gallery-footer .left-footer {
  max-width: 300px;
}
ptp-image-gallery .image-gallery .image-gallery-footer .left-footer .left-footer-top .expand-notes,
ptp-image-gallery .image-gallery .image-gallery-footer .left-footer .left-footer-top i {
  font-size: 14px;
}
ptp-image-gallery .image-gallery .image-gallery-footer .left-footer .desktop-footer-container .gallery-icon {
  font-size: 1.7rem;
}
ptp-image-gallery .image-gallery .image-gallery-footer .right-footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
ptp-image-gallery .image-gallery .image-gallery-footer .right-footer .desktop-footer-container .gallery-icon {
  font-size: 1.7rem;
}

@font-face {
  font-family: univers-light;
  src: url("assets/fonts/UniversLTPro-45Light.ttf") format('truetype');
  font-weight: 400;
}
ptp-map-info-window {
  color: #000;
  display: block;
  font-family: 'univers-light', Cursive, sans-serif;
  padding-top: 20px;
  width: 200px;
}
ptp-map-info-window .name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  font-weight: bold;
}
ptp-map-info-window .city-state-zip {
  margin-bottom: 10px;
}
ptp-map-info-window a {
  color: rgba(51,51,51,0.3);
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}
ptp-map-info-window a:hover {
  color: #006bb6;
}
ptp-map-info-window ul {
  margin: 0;
  padding: 0;
}
ptp-map-info-window ul li {
  border-top: 1px solid rgba(51,51,51,0.1);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
}
ptp-map-info-window ul li:last-child {
  padding-bottom: 0;
}
ptp-map-info-window ul li .floor-suite {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 10px;
}
ptp-map-info-window ul li a {
  color: rgba(51,51,51,0.3);
  white-space: nowrap;
}


@font-face {
  font-family: univers-light;
  src: url("assets/fonts/UniversLTPro-45Light.ttf") format('truetype');
  font-weight: 400;
}
.note-editor {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(29,29,38,0.9);
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  position: fixed;
  height: 100% -55px;
}
.note-editor label {
  font-size: 1.8rem;
  margin-bottom: 20px;
  width: 300px;
}
.entry-page ptp-notes .notes {
  box-sizing: border-box;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  position: fixed;
  z-index: 6;
  padding-left: 0px;
  padding-right: 0px;
}
.entry-page ptp-notes .notes .close {
  position: absolute;
  right: 10px;
  top: 15px;
}
.entry-page ptp-notes .notes .close i {
  color: #fff;
}
.entry-page ptp-notes .notes .ptp-notes-breadcrumb {
  position: absolute;
  right: 50%;
  top: 15px;
}
.entry-page ptp-notes .notes .background {
  background-color: #1d1d26;
  height: 100%;
  left: 0;
  opacity: 0.9;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.entry-page ptp-notes .notes .note-footer {
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  bottom: 0;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
}
.entry-page ptp-notes .notes .note-footer .label {
  font-size: 1.2rem;
  text-transform: uppercase;
}
.entry-page ptp-notes .notes .note-footer .name {
  font-size: 1.6rem;
  font-weight: 500;
}
.entry-page ptp-notes .notes .buttons {
  bottom: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 55px;
  position: fixed;
  width: 100%;
  z-index: 5;
}
.entry-page ptp-notes .notes .buttons button {
  background-color: rgba(0,107,182,0.9);
  border: 0;
  color: #fff;
  font-family: 'univers-light', Cursive, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.entry-page ptp-notes .notes .buttons button.done {
  width: 100%;
}
.entry-page ptp-notes .notes .buttons button .fa {
  margin-right: 7px;
}
.ptp-notes-container {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 60px 0;
  padding: 0 10px;
}
.ptp-notes-container .overlay.delete {
  z-index: 1;
}
.ptp-notes-container .overlay .delete-text {
  text-align: left;
}
.ptp-notes-container .overlay .delete-text:after {
  content: '?';
}
.ptp-notes-container .overlay button {
  background-color: Transparent;
  border: 0;
  border-radius: 20px;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 10px;
  outline: 0;
  padding: 10px 30px;
  text-transform: uppercase;
  transition: background-color 0.5s;
}
.ptp-notes-container .overlay button.delete {
  border: 2px solid #006bb6;
}
.ptp-notes-container .overlay button:hover {
  background-color: #006bb6;
}
.ptp-notes-container textarea.noteInput {
  width: 70%;
  height: 200px;
  resize: none;
  background-color: transparent;
  box-sizing: border-box;
  color: #fff;
  font-family: 'univers-light', Cursive, sans-serif;
  font-size: 1.5rem;
  min-height: 150px;
  margin-bottom: 20px;
  padding: 10px;
  width: 300px;
}
.ptp-notes-container .character-counter {
  color: #a4a3a8;
}
.ptp-notes-container .viewingnotecontent {
  white-space: pre-wrap;
  border-style: solid;
  border-color: #a4a3a8;
  border-width: 1px;
  border-radius: 10px;
  padding: 5px;
  position: absolute;
  top: 10%;
  width: 250px;
  height: 70%;
  overflow-y: auto;
}
.ptp-notes-container .arrow-box {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 10px;
  transition: opacity $default-transition-duration;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
}
.ptp-notes-container .arrow-box.left {
  left: 0;
}
.ptp-notes-container .arrow-box.right {
  right: 0;
}
.ptp-notes-container .arrow-box.hide {
  opacity: 0;
}
.ptp-notes-container .arrow-box .fa.fa-angle-left {
  margin-left: 5px;
  margin-right: 1px;
}
.ptp-notes-container .arrow-box .fa.fa-angle-right {
  margin-left: 1px;
  margin-right: 5px;
}
.note-gallery-footer {
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  bottom: 0;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  width: 100%;
}
.note-gallery-footer .bold {
  font-weight: 900;
}
.note-gallery-footer .left-footer,
.note-gallery-footer .right-footer {
  box-shadow: 0 0 4px 0 rgba(0,0,0,0.12), 0 4px 4px 0 rgba(0,0,0,0.24);
}
.note-gallery-footer .left-footer {
  max-width: 300px;
  padding-left: 30px;
  padding-bottom: 30px;
  font-size: 1.6rem;
}
.note-gallery-footer .right-footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  padding-bottom: 30px;
}
.note-gallery-footer .right-footer .delete i {
  color: #fff;
}
.saveAndChacterCounter {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.saveButton {
  font-weight: 900;
}

ptp-spinner {
  display: block;
  position: relative;
}
ptp-spinner .spinner {
  height: 50%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50%;
}
ptp-spinner .spinner .spinner-piece {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: spinner-animation;
          animation-name: spinner-animation;
  background: #fff;
  height: 2px;
  left: 50%;
  opacity: 0.3;
  position: absolute;
  top: 50%;
  -webkit-transform-origin: -100% 0;
          transform-origin: -100% 0;
  width: 25%;
}
ptp-spinner .spinner .spinner-piece.spinner-piece-1 {
  -webkit-animation-delay: 0.066666666666667s;
          animation-delay: 0.066666666666667s;
  -webkit-transform: translate(100%, 0) rotate(30deg);
          transform: translate(100%, 0) rotate(30deg);
}
ptp-spinner .spinner .spinner-piece.spinner-piece-2 {
  -webkit-animation-delay: 0.133333333333333s;
          animation-delay: 0.133333333333333s;
  -webkit-transform: translate(100%, 0) rotate(60deg);
          transform: translate(100%, 0) rotate(60deg);
}
ptp-spinner .spinner .spinner-piece.spinner-piece-3 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-transform: translate(100%, 0) rotate(90deg);
          transform: translate(100%, 0) rotate(90deg);
}
ptp-spinner .spinner .spinner-piece.spinner-piece-4 {
  -webkit-animation-delay: 0.266666666666667s;
          animation-delay: 0.266666666666667s;
  -webkit-transform: translate(100%, 0) rotate(120deg);
          transform: translate(100%, 0) rotate(120deg);
}
ptp-spinner .spinner .spinner-piece.spinner-piece-5 {
  -webkit-animation-delay: 0.333333333333333s;
          animation-delay: 0.333333333333333s;
  -webkit-transform: translate(100%, 0) rotate(150deg);
          transform: translate(100%, 0) rotate(150deg);
}
ptp-spinner .spinner .spinner-piece.spinner-piece-6 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  -webkit-transform: translate(100%, 0) rotate(180deg);
          transform: translate(100%, 0) rotate(180deg);
}
ptp-spinner .spinner .spinner-piece.spinner-piece-7 {
  -webkit-animation-delay: 0.466666666666667s;
          animation-delay: 0.466666666666667s;
  -webkit-transform: translate(100%, 0) rotate(210deg);
          transform: translate(100%, 0) rotate(210deg);
}
ptp-spinner .spinner .spinner-piece.spinner-piece-8 {
  -webkit-animation-delay: 0.533333333333333s;
          animation-delay: 0.533333333333333s;
  -webkit-transform: translate(100%, 0) rotate(240deg);
          transform: translate(100%, 0) rotate(240deg);
}
ptp-spinner .spinner .spinner-piece.spinner-piece-9 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-transform: translate(100%, 0) rotate(270deg);
          transform: translate(100%, 0) rotate(270deg);
}
ptp-spinner .spinner .spinner-piece.spinner-piece-10 {
  -webkit-animation-delay: 0.666666666666667s;
          animation-delay: 0.666666666666667s;
  -webkit-transform: translate(100%, 0) rotate(300deg);
          transform: translate(100%, 0) rotate(300deg);
}
ptp-spinner .spinner .spinner-piece.spinner-piece-11 {
  -webkit-animation-delay: 0.733333333333333s;
          animation-delay: 0.733333333333333s;
  -webkit-transform: translate(100%, 0) rotate(330deg);
          transform: translate(100%, 0) rotate(330deg);
}
ptp-spinner .spinner .spinner-piece.spinner-piece-12 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  -webkit-transform: translate(100%, 0) rotate(360deg);
          transform: translate(100%, 0) rotate(360deg);
}
@-webkit-keyframes spinner-animation {
  0% {
    opacity: 0.3;
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
@keyframes spinner-animation {
  0% {
    opacity: 0.3;
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}

.upload-overlay {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0,0,0,0.8);
  background-size: cover;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  position: fixed;
  z-index: 10;
}
.upload-overlay .close {
  position: absolute;
  right: 15px;
  top: 15px;
}
.upload-overlay .close i {
  color: #fff;
  font-size: 35px;
}
.upload-overlay .logo {
  background-image: url("assets/brokenimage_icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 700px;
  height: 150px;
  text-align: center;
  width: 100%;
}
.upload-overlay .upload-text {
  box-sizing: border-box;
  font-size: 2rem;
  padding: 0 15px;
  text-align: center;
  width: 100%;
}
.upload-overlay .btn {
  border: 2px solid #006bb6;
  border-radius: 25px;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  letter-spacing: 2px;
  margin-top: 25px;
  padding: 15px 65px;
  text-transform: uppercase;
  transition: background-color $default-transition-duration;
}
.upload-overlay .btn:hover {
  background-color: #006bb6;
}

ptp-walkscore-amenity {
  display: block;
}
ptp-walkscore-amenity a {
  text-decoration: none;
  color: #fff;
}
ptp-walkscore-amenity .scores {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
ptp-walkscore-amenity .scores .score {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
  text-align: center;
  min-width: 115px;
}
ptp-walkscore-amenity .scores .score .score-title {
  font-weight: 600;
  margin-bottom: 10px;
}
ptp-walkscore-amenity .scores .score .score-icon {
  margin-bottom: 10px;
  position: relative;
}
ptp-walkscore-amenity .scores .score .score-icon .score-icon-background,
ptp-walkscore-amenity .scores .score .score-icon .score-icon-text {
  height: 100%;
  left: 18px;
  position: absolute;
  top: 0;
  width: 100%;
}
ptp-walkscore-amenity .scores .score .score-icon .score-icon-text {
  font-weight: bold;
  text-align: center;
}
ptp-walkscore-amenity .scores .score .score-description {
  color: #a4a3a8;
}
ptp-walkscore-amenity .route-distances {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
ptp-walkscore-amenity .route-distances .route-distance {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
ptp-walkscore-amenity .route-distances .route-distance i {
  font-size: 10px;
  margin-right: 10px;
  color: #a4a3a8;
}
ptp-walkscore-amenity .route-distances .route-distance .name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-flex: 5;
      -ms-flex: 5;
          flex: 5;
  font-weight: bold;
}
ptp-walkscore-amenity .route-distances .route-distance .distance {
  color: #a4a3a8;
  -webkit-flex: 5;
      -ms-flex: 5;
          flex: 5;
  text-align: right;
  word-wrap: none;
}


@font-face {
  font-family: univers-light;
  src: url("assets/fonts/UniversLTPro-45Light.ttf") format('truetype');
  font-weight: 400;
}





.desktop .learn-more-tourbook {
  box-sizing: border-box;
  color: #fff;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  position: fixed;
}
.desktop .learn-more-tourbook .learn-more-background {
  background-color: rgba(29,29,38,0.97);
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 100%;
}
.desktop .learn-more-tourbook .close {
  position: absolute;
  right: 30px;
  top: 30px;
}
.desktop .learn-more-tourbook .close i {
  color: #fff;
  font-size: 36px;
}
.desktop .learn-more-tourbook .learn-more-content {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 65%;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}
.desktop .learn-more-tourbook .learn-more-content .left {
  border-right: 2px solid rgba(164,163,168,0.9);
  -webkit-flex-grow: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  height: 100%;
  padding-left: 40px;
  width: 400px;
}
.desktop .learn-more-tourbook .learn-more-content .left .left-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 25px;
}
.desktop .learn-more-tourbook .learn-more-content .left .left-flex .big-text {
  font-size: 6rem;
  font-weight: bold;
}
.desktop .learn-more-tourbook .learn-more-content .left .left-flex .little-text {
  font-size: 2.2rem;
  padding-top: 25px;
}
.desktop .learn-more-tourbook .learn-more-content .left .left-flex .bullet {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  padding-top: 35px;
}
.desktop .learn-more-tourbook .learn-more-content .left .left-flex .bullet i {
  color: #fff;
  font-size: 25px;
}
.desktop .learn-more-tourbook .learn-more-content .left .left-flex .bullet .text {
  font-size: 1.9rem;
  margin-left: 25px;
}
.desktop .learn-more-tourbook .learn-more-content .right {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-right: 40px;
  width: 300px;
}
.desktop .learn-more-tourbook .learn-more-content .right .bottom-container {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 115px;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}
.desktop .learn-more-tourbook .learn-more-content .right .bottom-container i {
  font-size: 36px;
}
.desktop .learn-more-tourbook .learn-more-content .right img {
  width: 175px;
}
.desktop .learn-more-tourbook .learn-more-content .right .send-link-text {
  font-size: 1.65rem;
  padding: 16px 0;
}
.desktop .learn-more-tourbook .learn-more-content .right .submit-container {
  border-bottom: 2px solid #a4a3a8;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
}
.desktop .learn-more-tourbook .learn-more-content .right .submit-container input {
  background-color: transparent;
  border: 0;
  color: #fff;
  font-size: 1.6rem;
  margin-left: 10px;
  margin-right: 5px;
  outline: 0;
  width: 280px;
}
.desktop .learn-more-tourbook .learn-more-content .right .submit-container input:-webkit-autofill {
  transition-delay: 9999s;
  transition-property: background-color, color;
}
.desktop .learn-more-tourbook .learn-more-content .right .submit-container button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  outline: 0;
  padding: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  transition: all $default-transition-duration;
}
.desktop .learn-more-tourbook .learn-more-content .right .submit-container button i {
  color: #a4a3a8;
  font-size: 20px;
}
.desktop .learn-more-tourbook .learn-more-content .right .submit-container button:hover i {
  color: #006bb6;
  fill-opacity: 1;
}
.desktop .learn-more-tourbook .learn-more-content .right .invalid {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  color: #006bb6;
  padding-top: 5px;
}
.desktop .learn-more-tourbook .learn-more-content .right .fa.fa-check {
  font-size: 3rem;
  padding: 25px 0 10px;
}
.desktop .learn-more-tourbook .learn-more-content .right .email-sent-text {
  font-size: 1.8rem;
  text-transform: capitalize;
}

.desktop .entry-page .amenities .amenity {
  margin: 80px 0;
}
.desktop .entry-page .amenities ptp-factual-amenity {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.desktop .entry-page .amenities ptp-factual-amenity .business {
  padding: 20px 0;
  text-align: center;
  width: 30%;
}
.desktop .entry-page .amenities ptp-factual-amenity .business:nth-child(-n+3) {
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.desktop .entry-page .amenities ptp-googleplaces-amenity {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.desktop .entry-page .amenities ptp-googleplaces-amenity .venue img {
  width: 300px;
  max-height: 150px;
  object-fit: cover;
  padding: 5px;
  min-height: 150px;
  margin: 2px auto 2px;
}
.desktop .entry-page .amenities ptp-googleplaces-amenity .venue {
  font-size: 16px;
  padding: 3px;
  margin: auto;
}
.desktop .entry-page .amenities ptp-googleplaces-amenity .venue .name {
  max-width: 300px;
  text-overflow: ellipsis;
  max-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  margin: 0px 2px;
}
.desktop .entry-page .amenities ptp-googleplaces-amenity .venue .category {
  font-size: 12px;
  margin: 0px 2px;
}
.desktop .entry-page .amenities ptp-googleplaces-amenity .venue a {
  text-decoration: none;
  color: #fff;
}
.desktop .entry-page .amenities ptp-nearbyplaces-amenity {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.desktop .entry-page .amenities ptp-nearbyplaces-amenity .photo img {
  width: 300px;
  max-height: 150px;
  object-fit: cover;
  padding: 5px;
  min-height: 150px;
  margin: 2px auto 2px;
}
.desktop .entry-page .amenities ptp-nearbyplaces-amenity .photo {
  font-size: 16px;
  padding: 3px;
  margin: auto;
}
.desktop .entry-page .amenities ptp-nearbyplaces-amenity .photo a {
  text-decoration: none;
  color: #fff;
}
.desktop .entry-page .amenities ptp-foursquare-amenity {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.desktop .entry-page .amenities ptp-foursquare-amenity .venue {
  padding: 20px 0;
  width: 30%;
}
.desktop .entry-page .amenities ptp-foursquare-amenity .venue img {
  height: 80px;
  margin-right: 10px;
  width: 80px;
}
.desktop .entry-page .amenities ptp-foursquare-amenity .venue .info {
  width: calc(100% - 90px);
}
.desktop .entry-page .amenities ptp-walkscore-amenity {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.desktop .entry-page .amenities ptp-walkscore-amenity .scores {
  width: 30%;
  min-width: 230px;
}
.desktop .entry-page .amenities ptp-walkscore-amenity .scores .score .score-title {
  font-size: 1.6rem;
}
.desktop .entry-page .amenities ptp-walkscore-amenity .scores .score .score-icon {
  height: 72px;
  width: 66px;
}
.desktop .entry-page .amenities ptp-walkscore-amenity .scores .score .score-icon .score-icon-text {
  font-size: 2em;
}
.desktop .entry-page .amenities ptp-walkscore-amenity .scores .score.walk .score-icon .score-icon-text {
  margin-top: 11px;
}
.desktop .entry-page .amenities ptp-walkscore-amenity .scores .score.transit .score-icon .score-icon-text {
  margin-top: 14px;
}
.desktop .entry-page .amenities .routes {
  width: 65%;
}
.desktop .entry-page .amenities .routes .route-distances {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.desktop .entry-page .amenities .routes .route-distances .route-distance {
  -webkit-flex-basis: 27%;
      -ms-flex-preferred-size: 27%;
          flex-basis: 27%;
  margin-bottom: 15px;
  width: 27%;
}
.desktop .entry-page .amenities .routes .route-distances i {
  height: 10px;
  margin-right: 10px;
  width: 10px;
  color: #a4a3a8;
}
.desktop .entry-page .amenities .routes .attribution {
  width: 100%;
  text-align: center;
}
.amenities.walkscore {
  min-width: 600px;
}

.desktop .entry-page .broker-images {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.desktop .entry-page .broker-images:hover .background {
  opacity: 0.5;
}
.desktop .entry-page .broker-images:hover .see-more {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.desktop .entry-page .broker-images .spinner-container {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.desktop .entry-page .broker-images .spinner-container ptp-spinner {
  height: 100px;
  width: 100px;
}
.desktop .entry-page .broker-images .background-parent {
  margin: auto;
}
.desktop .entry-page .broker-images .background-parent .background {
  object-fit: contain;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}
.desktop .entry-page .broker-images .background-no-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.desktop .entry-page .broker-images .overlay {
  background: linear-gradient(rgba(0,0,0,0.1) 71%, rgba(0,0,0,0.5) 94%);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.desktop .entry-page .broker-images .overlay-no-image {
  background-color: rgba(29,29,38,0.7);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.desktop .entry-page .broker-images .see-more {
  bottom: 10px;
  cursor: pointer;
  font-weight: 600;
  letter-spacing: 2px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s;
  width: 100%;
}
.desktop .entry-page .broker-images .no-images {
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 2px;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}

.desktop .entry-page .entry-fields {
  font-size: 1.6rem;
}
.desktop .entry-page .entry-fields .fields-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px 0;
}
.desktop .entry-page .entry-fields .fields-wrapper .field {
  -webkit-align-items: center;
      -ms-flex-align: center;
              -ms-grid-row-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 30px;
}
.desktop .entry-page .entry-fields .toggle-show {
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  letter-spacing: 2px;
  padding: 10px 20px;
  width: 100%;
  text-transform: uppercase;
}
.desktop .entry-page .entry-fields .toggle-show > div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.desktop .entry-page .entry-fields .toggle-show > div .icon {
  margin-right: 5px;
}
.desktop .entry-page .entry-fields .toggle-show > div .toggle-fields-icon {
  font-size: 12px;
  margin-right: 4px;
  color: #a4a3a8;
}

@font-face {
  font-family: univers-light;
  src: url("assets/fonts/UniversLTPro-45Light.ttf") format('truetype');
  font-weight: 400;
}
.desktop .entry-page ptp-image-gallery .fa {
  color: #a4a3a8;
}
.desktop .entry-page ptp-image-gallery .fa:hover {
  color: #fff;
}
.desktop .entry-page ptp-image-gallery .image-container {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 60px 0;
  padding: 0 10px;
}
.desktop .entry-page ptp-image-gallery .image-container .delete-text {
  margin-bottom: 20px;
}
.desktop .entry-page ptp-image-gallery .image-container img {
  max-height: 90%;
  max-width: 90%;
}
.desktop .entry-page ptp-image-gallery .note-editor {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(29,29,38,0.9);
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.desktop .entry-page ptp-image-gallery .note-editor .close {
  position: absolute;
  right: 10px;
  top: 15px;
}
.desktop .entry-page ptp-image-gallery .note-editor .close i {
  fill: #fff;
}
.desktop .entry-page ptp-image-gallery .note-editor label {
  font-size: 1.8rem;
  margin-bottom: 20px;
  width: 300px;
}
.desktop .entry-page ptp-image-gallery .note-editor textarea {
  background-color: transparent;
  box-sizing: border-box;
  color: #fff;
  font-family: 'univers-light', Cursive, sans-serif;
  font-size: 1.5rem;
  height: 150px;
  margin-bottom: 20px;
  padding: 10px;
  width: 300px;
}
.desktop .entry-page ptp-image-gallery .note-editor a {
  text-align: right;
  width: 300px;
}
.desktop .entry-page ptp-image-gallery .note-editor a:hover {
  color: #006bb6;
}
.desktop .entry-page ptp-image-gallery .image-gallery-footer {
  height: 40vh;
}
.desktop .entry-page ptp-image-gallery .image-gallery-footer .left-footer,
.desktop .entry-page ptp-image-gallery .image-gallery-footer .right-footer {
  background-color: rgba(29,29,38,0.8);
}
.desktop .entry-page ptp-image-gallery .image-gallery-footer .desktop-footer-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 115px;
}
.desktop .entry-page ptp-image-gallery .image-gallery-footer .left-footer {
  box-sizing: border-box;
  max-height: 100%;
  overflow: auto;
  padding: 10px 35px;
}
.desktop .entry-page ptp-image-gallery .image-gallery-footer .left-footer .left-footer-top {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.desktop .entry-page ptp-image-gallery .image-gallery-footer .left-footer .left-footer-top .edit-note {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 10px;
}
.desktop .entry-page ptp-image-gallery .image-gallery-footer .left-footer .left-footer-top .edit-note i {
  color: #fff;
}
.desktop .entry-page ptp-image-gallery .image-gallery-footer .left-footer .left-footer-top .edit-note:hover i {
  color: #006bb6;
}
.desktop .entry-page ptp-image-gallery .image-gallery-footer .left-footer .left-footer-bottom {
  border-top: 1px solid #fff;
  margin-top: 10px;
  padding-top: 10px;
}
.desktop .entry-page ptp-image-gallery .image-gallery-footer .download,
.desktop .entry-page ptp-image-gallery .image-gallery-footer .delete {
  color: #fff;
  fill: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 15px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}
.desktop .entry-page ptp-image-gallery .image-gallery-footer .download:visited,
.desktop .entry-page ptp-image-gallery .image-gallery-footer .delete:visited {
  color: #fff;
}
.desktop .entry-page ptp-image-gallery .image-gallery-footer .download.open,
.desktop .entry-page ptp-image-gallery .image-gallery-footer .delete.open {
  fill: #006bb6;
}
.desktop .entry-page ptp-image-gallery .image-gallery-footer .download:hover {
  fill: #006bb6;
}
.desktop .entry-page ptp-image-gallery .image-gallery-footer .download:hover:after {
  content: 'Download';
  left: 100%;
  position: absolute;
  top: 15px;
}
.desktop .entry-page ptp-image-gallery .image-gallery-footer .delete:hover {
  fill: #006bb6;
}
.desktop .entry-page ptp-image-gallery .image-gallery-footer .delete:hover:before {
  content: 'Delete';
  position: absolute;
  right: 100%;
  top: 15px;
}
.desktop .entry-page ptp-image-gallery .image-gallery-footer .delete:hover i {
  color: inherit;
}
.desktop .entry-page ptp-image-gallery .image-gallery-footer .arrow-box {
  background: rgba(0,0,0,0);
}
.desktop .entry-page ptp-image-gallery .image-gallery-footer .arrow-box:hover {
  background: rgba(255,255,255,0.1);
}

.desktop .entry-page .location {
  text-align: center;
}
.desktop .entry-page .location p {
  font-size: 1.6rem;
  line-height: 2rem;
  margin: 0 0 5px;
}
.desktop .entry-page .location p:first-child {
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: normal;
}
.desktop .entry-page .location .icons-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.desktop .entry-page .location .likable-heart.icon-button {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 2rem;
  font-weight: 600;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 1.5px;
  padding: 5px;
  text-decoration: none;
  text-transform: uppercase;
  width: $location-directions-width;
}
.desktop .entry-page .location .likable-heart.icon-button span .heart-empty {
  color: #a4a3a8;
}
.desktop .entry-page .location .likable-heart.icon-button span .heart-red {
  color: #f00;
}
.desktop .entry-page .location .like {
  font-size: 1rem;
  font-weight: 600;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 1.5px;
}
.desktop .entry-page .location .address {
  font-size: 1.6rem;
  line-height: 2rem;
  margin: 0 0 5px;
}

.desktop .entry-page .notes {
  padding: 0.5px 25px 0px;
  display: block;
  width: 100%;
  min-height: 255px;
  max-height: 280px;
}
.rn-carousel-controls {
  width: 100%;
  min-height: 255px;
  max-height: 280px;
  opacity: 50%;
}
.rn-carousel-control-prev {
  position: relative;
  top: 40%;
  left: 42%;
}
.rn-carousel-control-next {
  position: relative;
  top: 40%;
  left: 99%;
}
.notes-header {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 5px 0 10px 2px;
  display: block;
  height: auto;
  margin: 0 auto;
}
ul {
  width: inherit;
}
ul .rn-carousel-indicator {
  padding: 122px 30%;
  width: inherit;
  max-width: 42%;
  height: 0.875rem;
  vertical-align: bottom;
  z-index: 10000;
  overflow: visible;
  left: inherit;
}
.note-line {
  color: #fff;
  overflow: visible;
  margin-bottom: 10px;
  display: block;
  height: -webkit-fit-content;
  height: fit-content;
  padding: 0 5px 0 8px;
  text-align: justify;
  text-justify: auto;
  text-overflow: clip;
}
.bullet {
  position: relative;
  display: inline;
  padding-right: 5px;
  width: 20px;
  vertical-align: top;
  height: 6px;
}
.note-content {
  overflow: visible;
  display: inline-block;
  width: calc(100% - 20px);
  height: 12px;
  padding: 0 5px 0 0px;
}

.desktop .entry-page .tenant-images .no-images {
  margin-bottom: 40px;
  text-align: center;
}
.desktop .entry-page .tenant-images .no-images .graphic {
  background: url("assets/desktop-tenant-images-zero-state.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 400px;
  margin: 40px 0;
}
.desktop .entry-page .tenant-images .upload-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.desktop .entry-page .tenant-images .upload {
  background-color: transparent;
  border: 2px;
  border-color: #006bb6;
  border-radius: 25px;
  border-style: solid;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  letter-spacing: 2px;
  outline: 0;
  padding: 15px 65px;
  text-transform: uppercase;
  transition: background-color 0.3s;
}
.desktop .entry-page .tenant-images .upload:hover {
  background-color: #006bb6;
}
.desktop .entry-page .tenant-images .images-container {
  height: 400px;
  margin-bottom: 40px;
  position: relative;
}
.desktop .entry-page .tenant-images .images-container .image {
  position: relative;
  transition: opacity 0.3s;
}
.desktop .entry-page .tenant-images .images-container .image:hover {
  opacity: 0.25;
}
.desktop .entry-page .tenant-images .images-container .background {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.desktop .entry-page .tenant-images .images-container ptp-spinner {
  height: 50%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50%;
}
.desktop .entry-page .tenant-images .images-container .overlay {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0,0,0,0.8);
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.desktop .entry-page .tenant-images .images-container .overlay:hover .see-more {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.desktop .entry-page .tenant-images .images-container .overlay .see-more {
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: all 0.3s;
  text-align: center;
}
.desktop .entry-page .tenant-images .images-container.layout-1 .image {
  height: 100%;
  width: 100%;
}
.desktop .entry-page .tenant-images .images-container.layout-2 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.desktop .entry-page .tenant-images .images-container.layout-2 .image {
  height: 100%;
  width: calc(50% - 10px);
}
.desktop .entry-page .tenant-images .images-container.layout-3 .image {
  position: absolute;
}
.desktop .entry-page .tenant-images .images-container.layout-3 .image:nth-child(1) {
  bottom: 0;
  left: 0;
  top: 0;
  width: calc(65% - 20px);
}
.desktop .entry-page .tenant-images .images-container.layout-3 .image:nth-child(2),
.desktop .entry-page .tenant-images .images-container.layout-3 .image:nth-child(3) {
  height: calc(50% - 10px);
  right: 0;
  width: 35%;
}
.desktop .entry-page .tenant-images .images-container.layout-3 .image:nth-child(2) {
  top: 0;
}
.desktop .entry-page .tenant-images .images-container.layout-3 .image:nth-child(3) {
  bottom: 0;
}
.desktop .entry-page .tenant-images .images-container.layout-4 .image {
  position: absolute;
  width: calc(33.3% - 13.333333333333334px);
}
.desktop .entry-page .tenant-images .images-container.layout-4 .image:nth-child(1),
.desktop .entry-page .tenant-images .images-container.layout-4 .image:nth-child(4) {
  bottom: 0;
  top: 0;
}
.desktop .entry-page .tenant-images .images-container.layout-4 .image:nth-child(1) {
  left: 0;
}
.desktop .entry-page .tenant-images .images-container.layout-4 .image:nth-child(4) {
  right: 0;
}
.desktop .entry-page .tenant-images .images-container.layout-4 .image:nth-child(2),
.desktop .entry-page .tenant-images .images-container.layout-4 .image:nth-child(3) {
  height: calc(50% - 10px);
  left: calc(33.3% + 6.666666666666667px);
}
.desktop .entry-page .tenant-images .images-container.layout-4 .image:nth-child(2) {
  top: 0;
}
.desktop .entry-page .tenant-images .images-container.layout-4 .image:nth-child(3) {
  bottom: 0;
}
.desktop .entry-page .tenant-images .images-container.layout-5 .image {
  position: absolute;
  width: calc(33.3% - 13.333333333333334px);
}
.desktop .entry-page .tenant-images .images-container.layout-5 .image:nth-child(1),
.desktop .entry-page .tenant-images .images-container.layout-5 .image:nth-child(2),
.desktop .entry-page .tenant-images .images-container.layout-5 .image:nth-child(4),
.desktop .entry-page .tenant-images .images-container.layout-5 .image:nth-child(5) {
  height: calc(50% - 10px);
}
.desktop .entry-page .tenant-images .images-container.layout-5 .image:nth-child(1),
.desktop .entry-page .tenant-images .images-container.layout-5 .image:nth-child(3),
.desktop .entry-page .tenant-images .images-container.layout-5 .image:nth-child(4) {
  top: 0;
}
.desktop .entry-page .tenant-images .images-container.layout-5 .image:nth-child(2),
.desktop .entry-page .tenant-images .images-container.layout-5 .image:nth-child(3),
.desktop .entry-page .tenant-images .images-container.layout-5 .image:nth-child(5) {
  bottom: 0;
}
.desktop .entry-page .tenant-images .images-container.layout-5 .image:nth-child(1),
.desktop .entry-page .tenant-images .images-container.layout-5 .image:nth-child(2) {
  left: 0;
}
.desktop .entry-page .tenant-images .images-container.layout-5 .image:nth-child(3) {
  left: calc(33.3% + 6.666666666666667px);
}
.desktop .entry-page .tenant-images .images-container.layout-5 .image:nth-child(4),
.desktop .entry-page .tenant-images .images-container.layout-5 .image:nth-child(5) {
  right: 0;
}

.desktop .entry-page .tenant-notes .no-notes {
  height: 300px;
  margin-bottom: 40px;
  text-align: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  line-height: 300px;
}
.desktop .entry-page .tenant-notes .no-notes.images-present {
  height: 400px;
}
.desktop .entry-page .tenant-notes .add-note-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.desktop .entry-page .tenant-notes .add-note {
  background-color: transparent;
  border: 2px;
  border-color: #006bb6;
  border-radius: 25px;
  border-style: solid;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  letter-spacing: 2px;
  outline: 0;
  padding: 15px 65px;
  text-transform: uppercase;
  transition: background-color 0.3s;
}
.desktop .entry-page .tenant-notes .add-note:hover {
  background-color: #006bb6;
}
.desktop .entry-page .tenant-notes .notes-container {
  height: 515px;
  margin-bottom: 40px;
  padding-left: 45px;
  padding-right: 20px;
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
}
.desktop .entry-page .tenant-notes .notes-container.images-present {
  height: 400px;
}
.desktop .entry-page .tenant-notes .notes-container .note {
  position: relative;
  transition: opacity 0.3s;
  overflow: auto;
}
.desktop .entry-page .tenant-notes .notes-container .note:hover {
  opacity: 0.25;
}
.desktop .entry-page .tenant-notes .notes-container .background {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.desktop .entry-page .tenant-notes .comment {
  padding-bottom: 5px;
}
.desktop .entry-page .tenant-notes .notevalue {
  height: -webkit-fit-content;
  height: fit-content;
  border-radius: 10px;
  border-color: #a4a3a8;
  border-style: solid;
  border-width: 1px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom: 0px;
  padding: 5px;
  white-space: pre-wrap;
  text-overflow: ellipsis;
}
.desktop .entry-page .tenant-notes .subsection {
  padding: 5px;
  border-color: #a4a3a8;
  border-radius: 10px;
  border-color: #a4a3a8;
  border-style: solid;
  border-width: 1px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  padding: 5px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.desktop .entry-page .tenant-notes .bold {
  font-weight: 900;
}
.desktop .entry-page .tenant-notes .gray {
  color: #a4a3a8;
}

.mobile .entry-page .amenities .amenity {
  border-top: 1px solid rgba(255,255,255,0.2);
  padding-top: 20px;
}
.mobile .entry-page .amenities .title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
.mobile .entry-page .amenities .tab-set .tab-links {
  background-color: rgba(255,255,255,0.05);
  border-top: 1px solid rgba(255,255,255,0.2);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mobile .entry-page .amenities .tab-set .tab-links a {
  border-bottom: 2px solid transparent;
  color: #a4a3a8;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  font-weight: 600;
  padding: 15px 0;
  text-align: center;
}
.mobile .entry-page .amenities .tab-set .tab-links a.active {
  border-bottom-color: #006bb6;
  color: #fff;
}
.mobile .entry-page .amenities .toggle-show {
  padding: 15px 20px 40px;
  text-align: right;
}
.mobile .entry-page .amenities .toggle-show .icon,
.mobile .entry-page .amenities .toggle-show .text {
  display: inline;
}
.mobile .entry-page .amenities .toggle-show .text {
  font-weight: 600;
  letter-spacing: 2px;
  opacity: 0.6;
  text-transform: uppercase;
}
.mobile .entry-page .amenities .toggle-show .toggle-fields-icon {
  font-size: 11px;
  margin-right: 5px;
  color: #a4a3a8;
}
.mobile .entry-page .amenities ptp-factual-amenity {
  padding: 20px 20px 0;
}
.mobile .entry-page .amenities ptp-factual-amenity .business {
  border-top: 1px solid #1d1d26;
  padding: 10px 0;
}
.mobile .entry-page .amenities ptp-factual-amenity .businessfirst-child {
  border: 0;
}
.mobile .entry-page .amenities ptp-nearbyplaces-amenity {
  padding: 3px;
}
.mobile .entry-page .amenities ptp-nearbyplaces-amenity .photo {
  border-top: 1px solid #1d1d26;
  padding: 2px 0;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mobile .entry-page .amenities ptp-nearbyplaces-amenity .photo .info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  bottom: 50px;
  font-size: 23px;
  margin: 10px;
}
.mobile .entry-page .amenities ptp-nearbyplaces-amenity .photo img {
  max-height: 198px;
  width: 100%;
  object-fit: cover;
}
.mobile .entry-page .amenities ptp-nearbyplaces-amenity .photo a {
  text-decoration: none;
  color: #fff;
  width: 100%;
}
.mobile .entry-page .amenities ptp-googleplaces-amenity {
  padding: 3px;
}
.mobile .entry-page .amenities ptp-googleplaces-amenity .venue {
  border-top: 1px solid #1d1d26;
  padding: 2px 0;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mobile .entry-page .amenities ptp-googleplaces-amenity .venue .info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  bottom: 50px;
  font-size: 23px;
  margin: 10px;
}
.mobile .entry-page .amenities ptp-googleplaces-amenity .venue img {
  max-height: 198px;
  width: 100%;
  object-fit: cover;
}
.mobile .entry-page .amenities ptp-googleplaces-amenity .venue .name {
  font-size: 24px;
  position: absolute;
  bottom: 30px;
  height: 30px;
  width: 100%;
  text-overflow: ellipsis;
  text-shadow: #000 1px 1px 1px;
  margin-left: 2px;
  white-space: nowrap;
  overflow: hidden;
}
.mobile .entry-page .amenities ptp-googleplaces-amenity .venue .category {
  position: absolute;
  bottom: 17px;
  font-size: 20px;
  width: 100%;
  text-shadow: #000 1px 1px 1px;
  height: 15px;
  margin-left: 2px;
}
.mobile .entry-page .amenities ptp-googleplaces-amenity .venue a {
  text-decoration: none;
  color: #fff;
  width: 100%;
}
.mobile .entry-page .amenities ptp-foursquare-amenity {
  padding: 20px 20px 0;
}
.mobile .entry-page .amenities ptp-foursquare-amenity .venue {
  border-top: 1px solid #1d1d26;
  padding: 10px 0;
}
.mobile .entry-page .amenities ptp-foursquare-amenity .venuefirst-child {
  border-top: 0;
}
.mobile .entry-page .amenities ptp-foursquare-amenity .venue img {
  height: 50px;
  margin-right: 10px;
  width: 50px;
}
.mobile .entry-page .amenities ptp-foursquare-amenity .venue .info {
  width: calc(100% - 60px);
}
.mobile .entry-page .amenities ptp-walkscore-amenity {
  overflow: hidden;
  padding: 0 20px;
  transition: height 0.3s;
}
.mobile .entry-page .amenities ptp-walkscore-amenity .scores {
  padding-bottom: 5px;
}
.mobile .entry-page .amenities ptp-walkscore-amenity .scores .score {
  -webkit-flex-basis: 45%;
      -ms-flex-preferred-size: 45%;
          flex-basis: 45%;
}
.mobile .entry-page .amenities ptp-walkscore-amenity .scores .score .score-title {
  font-size: 1.6rem;
}
.mobile .entry-page .amenities ptp-walkscore-amenity .scores .score .score-icon {
  height: 48px;
  width: 44px;
}
.mobile .entry-page .amenities ptp-walkscore-amenity .scores .score .score-icon .score-icon-text {
  font-size: 1.5em;
}
.mobile .entry-page .amenities ptp-walkscore-amenity .scores .score.walk .score-icon .score-icon-text {
  margin-top: 4px;
}
.mobile .entry-page .amenities ptp-walkscore-amenity .scores .score.transit .score-icon .score-icon-text {
  margin-top: 7px;
}
.mobile .entry-page .amenities ptp-walkscore-amenity .route-distances {
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mobile .entry-page .amenities ptp-walkscore-amenity .route-distances .route-distance {
  -webkit-flex-basis: 45%;
      -ms-flex-preferred-size: 45%;
          flex-basis: 45%;
  padding-bottom: 15px;
  width: 45%;
}
.mobile .entry-page .amenities ptp-walkscore-amenity .route-distances .route-distance i {
  font-size: 10px;
  margin-right: 10px;
  color: #a4a3a8;
}

.mobile .entry-page .entry-fields {
  padding: 10px;
}
.mobile .entry-page .entry-fields .fields-wrapper {
  transition: height 0.3s;
}
.mobile .entry-page .entry-fields .fields-wrapper .field {
  min-height: 20px;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mobile .entry-page .entry-fields .fields-wrapper .field .label,
.mobile .entry-page .entry-fields .fields-wrapper .field .value {
  display: inline-block;
  width: 50%;
}
.mobile .entry-page .entry-fields .fields-wrapper .field .label {
  font-size: 1.6rem;
}
.mobile .entry-page .entry-fields .fields-wrapper .field .value {
  text-align: right;
}
.mobile .entry-page .entry-fields .toggle-show {
  margin-top: 20px;
  padding: 10px;
  text-align: right;
}
.mobile .entry-page .entry-fields .toggle-show .icon,
.mobile .entry-page .entry-fields .toggle-show .text {
  display: inline;
}
.mobile .entry-page .entry-fields .toggle-show .text {
  font-weight: 600;
  letter-spacing: 2px;
  opacity: 0.6;
  text-transform: uppercase;
}
.mobile .entry-page .entry-fields .toggle-show div .toggle-fields-icon {
  font-size: 11px;
  margin-right: 5px;
  color: #a4a3a8;
}

.mobile .footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.mobile .footer a {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255,255,255,0.05);
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 600;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 2px;
  margin-left: 1px;
  margin-right: 1px;
  padding: 26px 30px;
  position: relative;
  text-decoration: none;
}
.mobile .footer i {
  font-size: 1.75rem;
  position: absolute;
  top: 24px;
}
.mobile .footer i.fa-angle-left {
  left: calc(50% - 40px);
}
.mobile .footer i.fa-angle-right {
  right: calc(50% - 40px);
}

.mobile .header {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mobile .header a {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
}
.mobile .header a .logo-icon {
  padding: 0 0px;
  width: 90px;
  font-size: 2.4rem;
}
.mobile .header a .fa-angle-left {
  margin-left: 10px;
  margin-right: 5px;
}
.mobile .header a .fa-angle-right {
  margin-left: 5px;
  margin-right: 10px;
}
.mobile .header.single {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mobile .header .fa {
  font-size: 1.5em;
  padding: 0 5px;
}

.mobile .entry-page .image-carousel {
  overflow: hidden;
  position: relative;
}
.mobile .entry-page .image-carousel .scroll-container {
  -webkit-overflow-scrolling: touch;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  overflow-x: scroll;
}
.mobile .entry-page .image-carousel .scroll-container .image-container {
  background-color: #1d1d26;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  height: 300px;
  text-align: center;
  width: 100%;
}
.mobile .entry-page .image-carousel .scroll-container .image-container ptp-spinner {
  height: 25%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 25%;
}
.mobile .entry-page .image-carousel .scroll-container .image-container .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}
.mobile .entry-page .image-carousel .scroll-container .image-container.placeholder {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mobile .entry-page .image-carousel .scroll-container .image-container.placeholder .background-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.mobile .entry-page .image-carousel .scroll-container .image-container.placeholder .overlay {
  background-color: rgba(29,29,38,0.8);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.mobile .entry-page .image-carousel .scroll-container .image-container.placeholder .text {
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 2px;
  width: 200px;
  z-index: 2;
}

.mobile .entry-page ptp-image-gallery .fa {
  color: #fff;
  font-size: 2rem;
}
.mobile .entry-page ptp-image-gallery .gallery-header .save {
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 1px;
  position: absolute;
  right: 10px;
  text-transform: uppercase;
  top: 10px;
}
.mobile .entry-page ptp-image-gallery .gallery-header .save .fa {
  font-size: 1.7rem;
  margin-left: 5px;
}
.mobile .entry-page ptp-image-gallery .image-container {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70%;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 60px 0;
  padding: 0 10px;
  width: 100%;
}
.mobile .entry-page ptp-image-gallery .image-container .delete-text {
  font-size: 1.75rem;
  font-weight: bold;
  margin: 10px 30px;
}
.mobile .entry-page ptp-image-gallery .image-container img {
  max-height: 100%;
  max-width: 100%;
}
.mobile .entry-page ptp-image-gallery .image-container .arrow-box {
  background: rgba(0,0,0,0.7);
  background-clip: content-box;
  padding: 25px 0;
}
.mobile .entry-page ptp-image-gallery .image-container .arrow-box.left {
  padding-right: 25px;
}
.mobile .entry-page ptp-image-gallery .image-container .arrow-box.right {
  padding-left: 25px;
}
.mobile .entry-page ptp-image-gallery .image-gallery-footer {
  background-color: rgba(29,29,38,0.8);
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.mobile .entry-page ptp-image-gallery .image-gallery-footer .left-footer,
.mobile .entry-page ptp-image-gallery .image-gallery-footer .right-footer {
  box-sizing: border-box;
  height: 50px;
}
.mobile .entry-page ptp-image-gallery .image-gallery-footer .left-footer {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: calc(100% - 50px);
  padding-right: 0;
}
.mobile .entry-page ptp-image-gallery .image-gallery-footer .left-footer.broker {
  padding-left: 10px;
}
.mobile .entry-page ptp-image-gallery .image-gallery-footer .left-footer .left-footer-top {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mobile .entry-page ptp-image-gallery .image-gallery-footer .left-footer .left-footer-top .expand-notes {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding: 10px 15px;
}
.mobile .entry-page ptp-image-gallery .image-gallery-footer .left-footer .left-footer-top .name {
  font-size: 1.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.mobile .entry-page ptp-image-gallery .image-gallery-footer .right-footer {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
.mobile .entry-page ptp-image-gallery .image-gallery-footer .right-footer a {
  display: inline-block;
  position: relative;
  text-align: center;
  top: 0;
  width: 50px;
  font-size: 16px;
}
.mobile .entry-page ptp-image-gallery .image-gallery-footer .right-footer a.open {
  color: #006bb6;
}
.mobile .entry-page ptp-image-gallery .image-gallery-footer .bottom-footer {
  border-top: 1px solid #555;
  letter-spacing: 0;
  padding: 10px 15px 15px;
  width: 100%;
}
.mobile .entry-page ptp-image-gallery .image-gallery-footer .bottom-footer .close {
  position: absolute;
  right: 10px;
  top: 15px;
}
.mobile .entry-page ptp-image-gallery .image-gallery-footer .bottom-footer .close i {
  color: #fff;
}
.mobile .entry-page ptp-image-gallery .image-gallery-footer .bottom-footer .note-container {
  height: 150px;
}
.mobile .entry-page ptp-image-gallery .image-gallery-footer .bottom-footer .note-container textarea {
  background-color: transparent;
  border: 0;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.6rem;
  height: 100%;
  padding: 10px;
  position: relative;
  resize: none;
  width: 100%;
  z-index: 10;
}
.mobile .entry-page ptp-image-gallery .image-gallery-footer .bottom-footer .note-container textarea:focus {
  outline: #006bb6 auto 5px;
}

.mobile .entry-page .location-directions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 10px 0;
}
.mobile .entry-page .location-directions .icons-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mobile .entry-page .location-directions .icons-group .icon-button span .heart-empty {
  color: #a4a3a8;
}
.mobile .entry-page .location-directions .icons-group .icon-button span .heart-red {
  color: #f00;
}
.mobile .entry-page .location-directions .address {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: calc(100% - 80px);
}
.mobile .entry-page .location-directions .address .location {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 10px;
}
.mobile .entry-page .location-directions .address .location p {
  font-size: 1.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 5px 0;
}
.mobile .entry-page .location-directions .address .location p:first-child {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.mobile .entry-page .location-directions .address .location p .city:after,
.mobile .entry-page .location-directions .address .location p .state:after {
  content: ', ';
}
.mobile .entry-page .location-directions .directions,
.mobile .entry-page .location-directions .directions:visited {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1rem;
  font-weight: 600;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 1.5px;
  padding: 25px;
  text-decoration: none;
  text-transform: uppercase;
  width: 80px;
}
.mobile .entry-page .location-directions .directions .icon,
.mobile .entry-page .location-directions .directions:visited .icon {
  margin-bottom: 4px;
}
.mobile .entry-page .location-directions .directions i,
.mobile .entry-page .location-directions .directions:visited i {
  color: #a4a3a8;
  margin-bottom: 5px;
}
.mobile .entry-page .location-directions .likable-heart {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  box-sizing: border-box;
  color: #a4a3a8;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  font-size: 4rem;
  font-weight: 600;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 1.5px;
  text-decoration: none;
  text-transform: uppercase;
  width: 80px;
}
.mobile .entry-page .location-directions .likable-heart .icon-button {
  margin: 10px 0 0 0;
}

.mobile .entry-page .notes {
  padding: 0.5px 25px 20px;
  height: auto;
}
.mobile .entry-page .notes ul {
  height: 340px;
  text-overflow: clip;
  --max-lines: 26;
  max-height: calc(var(--lh) * var(--max-lines) + var(--lh));
  padding: 0 0 0 5px;
}
.mobile .entry-page .notes ul .notes {
  padding: 0 0 0px 0;
}
.mobile .entry-page .notes ul .notes-header {
  font-size: 4.5vw;
  font-weight: 500;
  padding: 10px 0px 10px 5px;
  overflow: hidden;
}
.mobile .entry-page .notes ul .note-content {
  width: calc(100% - 20px);
  --lh: 0.75rem;
  height: var(--lh);
  overflow: visible;
  text-overflow: clip;
  display: inline-block;
  padding: 0px 0px 0 5px;
}
.mobile .entry-page .notes ul .bullet {
  position: relative;
  width: 20px;
  height: var(--lh);
  display: inline;
}
.mobile .entry-page .notes ul .note-line {
  color: #fff;
  overflow: visible;
  word-wrap: break-word;
  display: block;
  height: -webkit-fit-content;
  height: fit-content;
  width: 95%;
  text-overflow: clip;
  text-align: justify;
  text-justify: auto;
  padding: padding 0px 20px 0 0px;
}
.mobile .entry-page .notes .rn-carousel-indicator {
  position: relative;
  padding: 0 0 1px 0;
  margin: -1px 0 0 0;
  display: inline;
  z-index: 1000;
  overflow: visible;
}
.mobile .entry-page .notes .ng-scope.ng-isolate-scope {
  position: absolute;
  top: 335px;
  left: 50%;
  -webkit-transform: translate(-99%, -50%);
          transform: translate(-99%, -50%);
  height: 12px;
  width: -webkit-fit-content;
  width: fit-content;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  display: inline;
  z-index: 1000;
}
.mobile .entry-page ptp-notes .fa {
  color: #fff;
  font-size: 2rem;
}
.mobile .entry-page ptp-notes .note-header .save {
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 1px;
  position: absolute;
  right: 10px;
  text-transform: uppercase;
  top: 10px;
}
.mobile .entry-page ptp-notes .note-header .save .fa {
  font-size: 1.7rem;
  margin-left: 5px;
}
.mobile .entry-page ptp-notes .note-footer {
  background-color: rgba(29,29,38,0.8);
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.mobile .entry-page ptp-notes .note-footer .top-footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  box-sizing: border-box;
  height: 50px;
}
.mobile .entry-page ptp-notes .note-footer .bottom-footer {
  border-top: 1px solid #555;
  letter-spacing: 0;
  width: 100%;
  position: absolute;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  top: 0;
  height: calc(100% - 75px);
}
.mobile .entry-page ptp-notes .note-footer .bottom-footer .close {
  position: absolute;
  right: 10px;
  top: 15px;
}
.mobile .entry-page ptp-notes .note-footer .bottom-footer .close i {
  color: #fff;
}
.mobile .entry-page ptp-notes .note-footer .bottom-footer .note-container {
  height: 100%;
}
.mobile .entry-page ptp-notes .note-footer .bottom-footer .note-container textarea {
  background-color: transparent;
  border: 0;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.6rem;
  height: 100%;
  padding: 10px;
  position: relative;
  resize: none;
  width: 100%;
  z-index: 10;
}
.mobile .entry-page ptp-notes .note-footer .bottom-footer .note-container textarea:focus {
  outline: #006bb6 auto 5px;
}

.mobile .entry-page .tenant-images {
  border-top: 1px solid rgba(255,255,255,0.2);
  color: #a4a3a8;
  padding: 20px;
}
.mobile .entry-page .tenant-images h1 {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
.mobile .entry-page .tenant-images .text-container {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("assets/mobile-images-zero-state.png");
  background-size: contain;
  text-align: center;
}
.mobile .entry-page .tenant-images .text-container h2 {
  font-size: 1.7rem;
  padding-top: 20px;
}
.mobile .entry-page .tenant-images .text-container p {
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0 auto;
  max-width: 320px;
  padding: 20px 0;
}
.mobile .entry-page .tenant-images .text-container p a {
  color: #fff;
}
.mobile .entry-page .tenant-images .images-container {
  box-sizing: border-box;
  font-size: 0;
  margin: 0 auto;
  overflow: hidden;
  transition: height 0.3s;
}
.mobile .entry-page .tenant-images .images-container .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  margin: 1%;
  width: 23%;
}
.mobile .entry-page .tenant-images .images-container .image > * {
  height: 100%;
  width: 100%;
}
.mobile .entry-page .tenant-images .toggle-show {
  margin: 30px 0 10px;
  text-align: right;
}
.mobile .entry-page .tenant-images .toggle-show .icon,
.mobile .entry-page .tenant-images .toggle-show .text {
  display: inline;
}
.mobile .entry-page .tenant-images .toggle-show .text {
  font-weight: 600;
  letter-spacing: 2px;
  opacity: 0.6;
  text-transform: uppercase;
}
.mobile .entry-page .tenant-images .toggle-show div .toggle-fields-icon {
  font-size: 11px;
  margin-right: 5px;
  color: #a4a3a8;
}

.mobile .entry-page .tenant-notes {
  border-top: 1px solid rgba(255,255,255,0.2);
  color: #a4a3a8;
  padding: 20px;
}
.mobile .entry-page .tenant-notes h1 {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
.mobile .entry-page .tenant-notes .no-text-container {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("assets/mobile-images-zero-state.png");
  background-size: contain;
  text-align: center;
}
.mobile .entry-page .tenant-notes .no-text-container h2 {
  font-size: 1.7rem;
  padding-top: 20px;
}
.mobile .entry-page .tenant-notes p {
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0 auto;
  max-width: 320px;
  padding: 20px 0;
  text-align: center;
}
.mobile .entry-page .tenant-notes p a {
  color: #fff;
}
.mobile .entry-page .tenant-notes .comment {
  padding-bottom: 5px;
}
.mobile .entry-page .tenant-notes .notevalue {
  height: -webkit-fit-content;
  height: fit-content;
  border-radius: 10px;
  border-color: #a4a3a8;
  border-style: solid;
  border-width: 1px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom: 0px;
  padding: 5px;
  white-space: pre-wrap;
  overflow-x: hidden;
}
.mobile .entry-page .tenant-notes .subsection {
  padding: 5px;
  border-color: #a4a3a8;
  border-radius: 10px;
  border-color: #a4a3a8;
  border-style: solid;
  border-width: 1px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  padding: 5px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mobile .entry-page .tenant-notes .bold {
  font-weight: 900;
}
.mobile .entry-page .tenant-notes .gray {
  color: #a4a3a8;
}

@font-face {
  font-family: univers-light;
  src: url("assets/fonts/UniversLTPro-45Light.ttf") format('truetype');
  font-weight: 400;
}
.mobile .upload-tenant-images .post-picture {
  background-color: #1d1d26;
  box-sizing: border-box;
  height: 100%;
  padding: 20px 20px 75px;
  position: fixed;
  width: 100%;
  z-index: 4;
}
.mobile .upload-tenant-images .post-picture .done,
.mobile .upload-tenant-images .post-picture .uploading {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 1px;
  position: absolute;
  right: 10px;
  text-transform: uppercase;
  top: 10px;
}
.mobile .upload-tenant-images .post-picture .preview {
  height: 50%;
  margin: 30px auto;
  overflow: hidden;
}
.mobile .upload-tenant-images .post-picture .preview .photo {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: contain;
  height: 100%;
  margin: 0 auto;
}
.mobile .upload-tenant-images .post-picture .note-container {
  bottom: 70px;
  box-sizing: border-box;
  height: calc(50% - 115px);
  position: absolute;
  width: calc(100% - 40px);
}
.mobile .upload-tenant-images .post-picture .note-container.text-active {
  min-height: 100px;
}
.mobile .upload-tenant-images .post-picture .note-container textarea {
  background-color: #24242c;
  border-color: #555;
  border-radius: 3px;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.6rem;
  height: 100%;
  padding: 10px;
  resize: none;
  width: 100%;
}
.mobile .upload-tenant-images .post-picture .note-container textarea:focus {
  outline: #006bb6 auto 5px;
}
.mobile .upload-tenant-images .buttons {
  bottom: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 55px;
  position: fixed;
  width: 100%;
  z-index: 5;
}
.mobile .upload-tenant-images .buttons button {
  background-color: rgba(0,107,182,0.9);
  border: 0;
  color: #fff;
  font-family: 'univers-light', Cursive, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.mobile .upload-tenant-images .buttons button.upload {
  width: 100%;
}
.mobile .upload-tenant-images .buttons button.upload.post-picture-button {
  background-color: #006bb6;
  width: 50%;
}
.mobile .upload-tenant-images .buttons button.upload .fa-camera {
  font-size: 1.75rem;
  margin-right: 7px;
}
.mobile .upload-tenant-images .buttons button.done {
  width: 50%;
}
.mobile .upload-tenant-images .buttons button i {
  margin-right: 7px;
}

.mobile .tourbook-page .cover {
  background-color: #1d1d26;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100vh;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  padding: 0 20px;
  position: relative;
  text-align: center;
}
.mobile .tourbook-page .cover .tint {
  background-color: #1d1d26;
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
}
.mobile .tourbook-page .cover .upper,
.mobile .tourbook-page .cover .lower {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.mobile .tourbook-page .cover .date {
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.mobile .tourbook-page .cover .title {
  font-size: 3.2rem;
}
.mobile .tourbook-page .cover .learn-more-container {
  bottom: 10px;
  left: 0;
  padding: 0;
  position: absolute;
  width: 100%;
}
.mobile .tourbook-page .cover .learn-more-container .learn-more {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
.mobile .tourbook-page .cover .prepared-by .title {
  font-size: 1.2rem;
  letter-spacing: 1px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.mobile .tourbook-page .cover .prepared-by .logo {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 74px;
  margin-bottom: 20px;
  width: 100%;
}
.mobile .tourbook-page .cover .prepared-by .name {
  font-size: 2.6rem;
  margin-bottom: 5px;
}
.mobile .tourbook-page .cover .prepared-by .company {
  font-size: 2rem;
  font-weight: bold;
}
.mobile .tourbook-page .cover .prepared-by .jobtitle {
  font-size: 1.6rem;
  margin-bottom: 20px;
}
.mobile .tourbook-page .cover .prepared-by .email {
  font-size: 1.6rem;
  margin-bottom: 20px;
}
.mobile .tourbook-page .cover .prepared-by .phonenumberraw {
  font-size: 1.6rem;
  margin-bottom: 20px;
}
.mobile .tourbook-page .cover .phone {
  position: absolute;
  right: 40px;
  top: 10px;
}
.mobile .tourbook-page .cover .phone .fa-phone {
  font-size: 2.5rem;
  position: absolute;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.mobile .tourbook-page .cover .phone .fa-phone.open {
  display: none;
}
.mobile .tourbook-page .cover .contact-container {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0,0,0,0.8);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  position: fixed;
}
.mobile .tourbook-page .cover .contact-container .close {
  position: absolute;
  right: 15px;
  top: 15px;
}
.mobile .tourbook-page .cover .contact-container .close i {
  color: #fff;
  font-size: 35px;
}
.mobile .tourbook-page .cover .contact-container .link {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 2px;
  margin-top: 20px;
  transition: none;
}
.mobile .tourbook-page .cover .contact-container .link .text {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
.mobile .tourbook-page .cover .contact-container .link .divider {
  border-bottom: 1px solid rgba(255,255,255,0.2);
  height: 1px;
  margin: 0 auto;
  padding-top: 20px;
  width: 30px;
}
.mobile .tourbook-page .cover .contact-container .link:last-child .divider {
  display: none;
}
.private-browsing-overlay {
  background-color: #1d1d26;
  opacity: 0.9;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.private-browsing-overlay .info {
  left: 0;
  margin: 0 auto;
  position: fixed;
  right: 0;
  text-align: center;
  top: 37%;
  width: 80%;
}
.private-browsing-overlay .info p.warning {
  font-size: 18px;
  line-height: 27px;
}
.private-browsing-overlay .line {
  left: 0;
  margin: 0 auto;
  position: fixed;
  right: 0;
  top: 74%;
  width: 5%;
}
.private-browsing-overlay .line hr {
  background-color: #fff;
  border: 0;
  height: 1px;
}
.private-browsing-overlay .more {
  left: 0;
  margin: 0 auto;
  position: fixed;
  right: 0;
  text-align: center;
  top: 75%;
  width: 80%;
}
.private-browsing-overlay .more .more-info {
  margin: 0 auto;
  width: 70%;
}
.private-browsing-overlay .more .more-info p {
  font-size: 14px;
  line-height: 22px;
}
.private-browsing-overlay .more a {
  color: #006bb6;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

.mobile .tourbook-page .entry {
  background-color: #1d1d26;
  border-top: solid 2px #000;
  color: #fff;
  display: block;
  height: 150px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}
.mobile .tourbook-page .entry:visited {
  color: #fff;
}
.mobile .tourbook-page .entry .background {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.mobile .tourbook-page .entry .background.placeholder {
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
.mobile .tourbook-page .entry .tint {
  background-color: rgba(29,29,38,0.6);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.mobile .tourbook-page .entry .title {
  bottom: 0;
  font-size: 1.8rem;
  padding: 10px;
  position: absolute;
}
.mobile .tourbook-page .entry .title .name {
  font-weight: 600;
}
.mobile .tourbook-page .entry .title .divider {
  padding: 0 5px;
}

.mobile .learn-more-tourbook {
  box-sizing: border-box;
  color: #fff;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  position: fixed;
}
.mobile .learn-more-tourbook .learn-more-background {
  background-color: rgba(29,29,38,0.97);
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 100%;
}
.mobile .learn-more-tourbook .learn-more-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 100%;
  padding: 0;
  position: relative;
}
.mobile .learn-more-tourbook .learn-more-content .close {
  position: absolute;
  right: 15px;
  top: 15px;
}
.mobile .learn-more-tourbook .learn-more-content .close i {
  color: #fff;
  font-size: 35px;
}
.mobile .learn-more-tourbook .learn-more-content .heading {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 30px;
}
.mobile .learn-more-tourbook .learn-more-content .heading .heading-text {
  font-size: 2.6rem;
  font-weight: bold;
}
.mobile .learn-more-tourbook .learn-more-content .bullet {
  width: 90%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-grow: 0.2;
      -ms-flex-positive: 0.2;
          flex-grow: 0.2;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding: 0 25px;
  height: -webkit-fit-content;
  height: fit-content;
}
.mobile .learn-more-tourbook .learn-more-content .bullet .bullet-img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding-right: 18px;
}
.mobile .learn-more-tourbook .learn-more-content .bullet .fa-shoe-prints {
  font-size: 28px;
  margin: -26px -16px 35px 24px;
}
.mobile .learn-more-tourbook .learn-more-content .bullet .fa-camera {
  font-size: 28px;
  margin: 0 15px 0 0;
}
.mobile .learn-more-tourbook .learn-more-content .bullet .fa-magnifying-glass {
  font-size: 28px;
  margin: 0 15px 0 0;
}
.mobile .learn-more-tourbook .learn-more-content .bullet i {
  color: #fff;
}
.mobile .learn-more-tourbook .learn-more-content .bullet .feet-img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding-right: 18px;
}
.mobile .learn-more-tourbook .learn-more-content .bullet .feet-img i {
  color: #fff;
  font-size: 42px;
}
.mobile .learn-more-tourbook .learn-more-content .bullet .bullet-text .big-text {
  font-size: large;
  font-weight: bold;
  padding-bottom: 2px;
  text-align: left;
}
.mobile .learn-more-tourbook .learn-more-content .bullet .bullet-text .little-text {
  font-size: 1.5rem;
  line-height: 1.7rem;
  text-align: left;
  width: inherit;
}
.mobile .learn-more-tourbook .learn-more-content .actions-container {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.mobile .learn-more-tourbook .learn-more-content .actions-container .tour-button {
  background-color: transparent;
  border: 2px;
  border-color: #006bb6;
  border-radius: 25px;
  border-style: solid;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 800;
  height: 45px;
  letter-spacing: 1.6px;
  outline: 0;
  padding: 0 65px;
  text-transform: uppercase;
}
.mobile .learn-more-tourbook .learn-more-content .tos {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.mobile .mapregionOpen {
  height: 320px;
  background-color: #000;
  display: block;
  overflow: hidden;
}
.mobile .mapregionClosed {
  height: 0px;
  background-color: #000;
  display: block;
  overflow: hidden;
}
.mobile .mobileToggle {
  height: 50px;
  background: #1d1d26;
  color: #fff;
  border-width: inherit;
  width: 100%;
  display: block;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}
.mobile .mobileToggle .fa-map {
  font-size: 2.5rem;
  padding-top: 8px;
}
.mobile .mobileToggle span {
  text-transform: uppercase;
  font-size: 2.5rem;
  padding-top: 8px;
}
.mobile .mobileToggle .fa-map:before {
  font-family: "Font Awesome 6 Free";
}
.mobile .mapregion .displayarea {
  height: 320px;
  width: 320px;
  background-color: #00f;
  display: inline-block;
  overflow: hidden;
}
.mobile .entry-number {
  min-width: 25px;
  display: inline-block;
  margin-right: 5px;
  text-align: right;
  margin-left: -10px;
}
.mobile .custom-control {
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 3px;
  box-shadow: 0 2px 2px rgba(0,0,0,0.3);
  color: #191919;
  cursor: pointer;
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  height: auto;
  line-height: 38px;
  margin: 8px 0 22px;
  padding: 0 10px;
  text-align: center;
}
