figcaption {
  display: none; }

.fancybox-container.information .fancybox-content, .fancybox-container.specifications .fancybox-content, .fancybox-container.inquire .fancybox-content {
  max-width: calc(100% - 2rem);
  max-width: 100%;
  background: #fefefe;
  color: #414244;
  padding: 3rem 1rem;
  line-height: 1.25;
  line-height: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 8px #dd9e3c solid;
  -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
          box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); }
  @media (min-width: 540px) {
    .fancybox-container.information .fancybox-content, .fancybox-container.specifications .fancybox-content, .fancybox-container.inquire .fancybox-content {
      padding: 3rem; } }
  .fancybox-container.information .fancybox-content h1, .fancybox-container.specifications .fancybox-content h1, .fancybox-container.inquire .fancybox-content h1 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    color: #086590; }
  .fancybox-container.information .fancybox-content p, .fancybox-container.specifications .fancybox-content p, .fancybox-container.inquire .fancybox-content p {
    font-size: 0.9rem;
    font-size: inherit;
    margin-top: 1rem; }
  .fancybox-container.information .fancybox-content label, .fancybox-container.specifications .fancybox-content label, .fancybox-container.inquire .fancybox-content label {
    display: block;
    font-size: 0.75rem;
    margin-top: 1rem;
    letter-spacing: 0.05em;
    color: #086590;
    font-weight: 500; }

.fancybox-is-open .fancybox-bg {
  /* background: $color-dark;
    background: rgba($color-dark, 0.95);
    background: darken($color-blue, 25%); */
  background: rgba(8, 101, 144, 0.975);
  background: #086590;
  opacity: 0.95; }

.fancybox-is-open.information .fancybox-bg:after, .fancybox-is-open.specifications .fancybox-bg:after, .fancybox-is-open.inquire .fancybox-bg:after, .fancybox-is-open.floorPlans .fancybox-bg:after {
  content: "";
  background: url(../img/curve.svg) no-repeat bottom center;
  background-size: contain;
  display: block;
  position: absolute;
  right: 0;
  bottom: -0.5rem;
  bottom: -1px;
  width: 100vw;
  height: 50vh; }
  @media (min-width: 540px) {
    .fancybox-is-open.information .fancybox-bg:after, .fancybox-is-open.specifications .fancybox-bg:after, .fancybox-is-open.inquire .fancybox-bg:after, .fancybox-is-open.floorPlans .fancybox-bg:after {
      bottom: -2.5vh;
      width: 75vw;
      height: 45vw; } }

.fancybox-is-open.information .fancybox-bg {
  background: #086590 url(https://res.cloudinary.com/ahensyaccv/image/upload/w_1200/e_tint:100:004080:0p:086590:100p/f_auto,q_auto:low/tm.megatower.sm/2101/GF_Lobby_v04_210119.jpg?background);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  opacity: 1; }

.fancybox-is-open.information .fancybox-content {
  width: 960px; }

.fancybox-is-open.specifications .fancybox-bg {
  background: #086590 url(https://res.cloudinary.com/ahensyaccv/image/upload/w_1200/e_tint:100:004080:0p:086590:100p/f_auto,q_auto:low/tm.megatower.sm/2012/Open_Office_v06_20201204_xn.webp?background);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left bottom;
  opacity: 1; }

.fancybox-is-open.specifications .fancybox-content {
  width: 800px; }
  .fancybox-is-open.specifications .fancybox-content p {
    margin-top: 0.25rem; }

.fancybox-is-open.inquire .fancybox-bg {
  background: #086590 url(https://res.cloudinary.com/ahensyaccv/image/upload/w_1200/e_tint:100:004080:0p:086590:100p/f_auto,q_auto:low/tm.megatower.sm/2012/GF_Lobby_v03_xn.webp?background);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  opacity: 1; }

.fancybox-is-open.inquire .fancybox-content {
  width: 540px; }

.fancybox-is-open.floorPlans {
  /* .fancybox-bg {
      background: $color-blue
        url(https://res.cloudinary.com/ahensyaccv/image/upload/w_1200/e_tint:100:004080:0p:086590:100p/f_auto,q_auto:low/tm.megatower.sm/2012/v01_20201213_xn.webp?background);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center bottom;
      opacity: 1;
    } */ }
  @media (min-width: 540px) {
    .fancybox-is-open.floorPlans .fancybox-slide--image {
      padding: 3rem; } }
  .fancybox-is-open.floorPlans .fancybox-slide--image .fancybox-content .fancybox-spaceball {
    border: 8px #dd9e3c solid; }

.fancybox-button {
  background: #086590;
  background: none;
  color: #fff; }

.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.95)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 100%);
  font-size: inherit;
  padding-top: 7.5rem;
  padding-bottom: 2rem;
  font-weight: inherit;
  line-height: inherit;
  pointer-events: none; }
  .fancybox-caption .fancybox-caption__body {
    max-width: 480px;
    max-width: 540px;
    max-width: 600px;
    margin: 0 auto;
    overflow: hidden; }

.fancybox-slide--image {
  padding: 0; }

.fancybox-slide--html {
  padding: 1rem; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem; }
  .row .col-md-5,
  .row .col-md-6,
  .row .col-md-7,
  .row .col-md-12 {
    width: 100%;
    min-height: 1px;
    padding-right: 1rem;
    padding-left: 1rem; }
  .row .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  @media (min-width: 540px) {
    .row .col-md-5 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 41.666666666%;
              flex: 0 0 41.666666666%;
      max-width: 41.666666666%; } }
  @media (min-width: 540px) {
    .row .col-md-6 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; } }
  @media (min-width: 540px) {
    .row .col-md-7 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 58.333333333%;
              flex: 0 0 58.333333333%;
      max-width: 58.333333333%; } }

#map-small,
#map-large {
  overflow: hidden; }
  #map-small img,
  #map-large img {
    width: 100%; }

@media (min-width: 540px) {
  #map-small {
    display: none; } }

#map-large {
  display: none; }
  @media (min-width: 540px) {
    #map-large {
      display: block; } }

html,
body,
.fancybox-active {
  margin: 0;
  padding: 0;
  height: 100vh;
  height: -webkit-fill-available; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body {
  background: #086590;
  font: 0.85rem/1.25 Jost, serif;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  -webkit-transition: none;
  transition: none; }
  @media (min-width: 540px) {
    body {
      font: 0.9rem/1.325 Jost, serif;
      background: linear-gradient(75deg, #086590 20%, #0b8fcc 40%, #086590 60%);
      font-weight: 300;
      font-weight: 350; } }

a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  outline: none; }

h1,
p {
  font-weight: inherit;
  line-height: inherit; }
  h1 a,
  p a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    h1 a svg,
    p a svg {
      margin-right: 0.5rem;
      color: #086590; }

h1 {
  font-size: 1.125rem;
  margin: 0;
  text-transform: capitalize;
  font-weight: 400; }

p {
  margin: 0.25rem 0 0; }

strong {
  font-weight: 700; }
  @media (min-width: 540px) {
    strong {
      font-weight: 600; } }

header {
  padding: 0.75rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out; }
  header:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 0.5rem;
    bottom: -0.5rem;
    z-index: 1;
    background: #dd9e3c; }
    @media (min-width: 540px) {
      header:after {
        background: linear-gradient(75deg, #d99f4b 20%, #ffc168 40%, #d99f4b 60%); } }
  header #logo {
    max-height: 1.75rem; }
  @media (min-width: 540px) {
    header {
      padding: 1rem; } }

main {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  overflow: hidden;
  background-color: #086590;
  background-image: url(https://res.cloudinary.com/ahensyaccv/image/upload/w_1920/f_auto,q_auto:low/tm.megatower.sm/2012/v01_20201213_xn.webp?background);
  background-image: url(https://res.cloudinary.com/ahensyaccv/image/upload/w_1920/f_auto,q_50/tm.megatower.sm/2012/v01_20201213_xn.jpg?background);
  background-repeat: no-repeat;
  background-position: center center;
  background-position: top center;
  background-size: cover;
  position: relative; }
  main #corner-logos {
    position: absolute;
    bottom: 0.75rem;
    left: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    main #corner-logos img {
      max-height: 2.75rem;
      background: #fff;
      padding: 1px;
      border-radius: 50%;
      margin-right: 1rem; }
      main #corner-logos img#leed {
        border-radius: 0;
        background: #fff;
        padding: 0.25rem;
        max-height: 2.625rem; }
    @media (min-width: 540px) {
      main #corner-logos {
        /* transform: scale(200%);
      transform: scale(1.25, 1.25); */
        -webkit-transform: scale(1.25);
                transform: scale(1.25);
        -webkit-transform-origin: bottom left;
                transform-origin: bottom left; } }
  main #curve {
    position: absolute;
    right: 0;
    bottom: -1px;
    width: 75vw;
    z-index: 1; }
    @media (min-width: 540px) {
      main #curve {
        width: 35vw;
        max-width: 50vw; } }

nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 1rem; }
  nav a {
    padding: 1.25rem 0;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out; }
  nav #logo {
    max-height: 32px; }
  @media (min-width: 540px) {
    nav {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      nav a {
        padding: 1.25rem 1rem; } }

.d-none {
  display: none; }

@media (min-width: 540px) {
  .d-md-none {
    display: none; }
  .d-md-block {
    display: block; }
  .d-md-inline {
    display: inline; } }

.text-nowrap {
  white-space: nowrap; }

#landscapeWarning {
  background: #086590;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  display: none;
  font-size: 1rem; }
  @media only screen and (max-device-height: 540px) and (orientation: landscape) {
    #landscapeWarning {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
/*# sourceMappingURL=style.css.map */