html {
    scroll-behavior: smooth; }
    .main-img {
      width:500px !important;
      max-width:85% !important;
    }
    .dark-box-img {
      object-fit: cover;
      height:326px;
      width:100%;
    }
  h1 {
    color: white;
    font-family: poster-gothic-excond-atf, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 5.375rem;
    line-height: .98; }
  
  h2 {
    font-size: 2.5rem;
    line-height: 1.475;
    font-family: 'quatro', sans-serif; }
  
  .map {
    height: 100%;
    transform-style: preserve-3d;
    transform: perspective(auto) translateZ(-30vw) scale(1.4);
    perspective: 1000; }
  
  img {
    max-width: 100%; }
  
  a.nav-link,
  a.nav-link:visited,
  a.nav-link:hover,
  a.nav-link:focus,
  a.nav-link:active {
    color: #FFFFFF; }
  
  .navbar-nav {
    font-size: 9px;
    font-weight: bold;
    letter-spacing: 1px; }
  
  .nav-link {
    padding: 1rem 1rem; }
  
  .navbar-nav li:last-child a {
    background-color: #C2C2C2;
    color: black;
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important; }
  
  .site_logo {
    max-width: 164px; }
  
  @media (max-width: 575px) {
    .site_logo {
      max-width: 120px; }
    .news-building {
      height: 700px;
      width: 100%; } }
  
  #navbar-close {
    width: 19px;
    height: 19px; }
  
  @media (min-width: 768px) {
    .footer-widget {
      min-height: 120px; } }
  
  .anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden; }
  
  .footer-title {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px; }
  
  .footer-txt {
    font-size: 12px;
    line-height: 24px; }
  
  .footer-link {
    font-size: 12px;
    line-height: 17px;
    font-weight: bold;
    text-decoration: underline; }
  
  #signup-title {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 18px;
    margin-bottom: 20px;
    padding-top: 10px; }
  
  #newsletter-input {
    font-size: 13px;
    padding: 17px 20px 14px;
    width: 240px; }
  
  @media (max-width: 768px) {
    #newsletter-input {
      padding: 14px 17px 11px; } }
  
  #newsletter-input::placeholder {
    color: #B6B6B6; }
  
  .newsletter-signup-btn {
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 2px;
    margin-top: 10px;
    padding: 20px; }
    @media (min-width: 768px) {
      .newsletter-signup-btn {
        margin-top: -2px; } }
  
  #newsletter-modal hr, .floorPlanModal hr {
    border-color: #979797;
    margin-top: 30px;
    margin-bottom: 30px; }
  
  #newsletter-modal .modal-content, .floorPlanModal .modal-content {
    background-color: black;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom left; }
  
  #newsletter-modal .modal-body, .floorPlanModal .modal-body {
    padding-bottom: 3rem; }
  
  #newsletter-modal .container, .floorPlanModal .container {
    max-width: 780px; }
  
  #newsletter-modal .modal-dialog, .floorPlanModal .modal-dialog {
    max-width: 1025px; }
  
  #newsletter-modal #inner_modal_title, .floorPlanModal #inner_modal_title {
    margin-bottom: 45px; }
    #newsletter-modal #inner_modal_title h2, .floorPlanModal #inner_modal_title h2 {
      font-size: 40px; }
  
  #newsletter-modal .newsletter-month, .floorPlanModal .newsletter-month {
    font-family: 'quatro', sans-serif;
    font-weight: 200;
    letter-spacing: 3.73px; }
  
  #newsletter-modal .newsletter-dl-btn, .floorPlanModal .newsletter-dl-btn {
    margin-top: 2px; }
  
  #newsletter-modal .modal-header, .floorPlanModal .modal-header {
    border-bottom: none;
    padding: 0; }
  
  #newsletter-modal .close, .floorPlanModal .close {
    color: white;
    font-size: 4.25rem;
    font-weight: 100;
    position: relative;
    top: 30px;
    right: 20px; }
  
  .modal-heading-floor {
    padding-top: 35px;
    left: 50%;
    transform: translate(-50%, 0); }
  
  .modal-backdrop {
    background-color: white; }
  
  .modal-backdrop.show {
    opacity: .075; }
  
  #footer {
    background-color: #121212; }
    #footer a {
      color: white; }
  
  /* New Mobile Full Screen Overlay menu */
  /* The Overlay (background) */
  #myNav {
    display: flex;
    align-items: center; }
  
  .closebtn-div {
    height: 85px;
    width: 100%;
    position: absolute;
    top: 0;
    padding-right: 55px; }
  
  .overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */
    height: 0;
    width: 100%;
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    background-color: black;
    /* Black fallback color */
    background-color: rgba(0, 0, 0, 0.9);
    /* Black w/opacity */
    overflow-x: hidden;
    /* Disable horizontal scroll */
    transition: 0.5s;
    /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */ }
  
  /* Position the content inside the overlay */
  .overlay-content {
    position: relative;
    width: 100%;
    /* 100% width */
    text-align: center;
    /* Centered text/links */
    margin-top: 30px;
    /* 30px top margin to avoid conflict with the close button on smaller screens */ }
  
  /* The navigation links inside the overlay */
  .overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 26px;
    color: #818181;
    display: block;
    /* Display block instead of inline */
    transition: 0.3s;
    /* Transition effects on hover (color) */ }
  
  /* When you mouse over the navigation links, change their color */
  .overlay a:hover, .overlay a:focus {
    color: #f1f1f1; }
  
  /* Position the close button (top right corner) */
  .overlay .closebtn {
    float: right;
    color: white;
    position: relative;
    top: -5px;
    right: 0;
    font-size: 60px; }
  
  .grecaptcha-badge {
    display: none !important; }
  
  /* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
  @media screen and (max-height: 450px) {
    .overlay a {
      font-size: 20px; }
    .overlay .closebtn {
      font-size: 40px;
      top: 15px;
      right: 35px; } }
  
  /* Map SVG */
  .mapsvg-popover {
    width: 220px !important;
    height: 115px !important; }
  
  .mapsvg-controller-view-content {
    font-family: 'montserrat', sans-serif; }
    .mapsvg-controller-view-content h5 {
      color: #2D2D2C;
      font-size: 11px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 1.5px; }
    .mapsvg-controller-view-content hr {
      border-color: #2D2D2C;
      margin-top: 12px;
      margin-bottom: -4px; }
    .mapsvg-controller-view-content p {
      font-size: 9px;
      font-weight: normal;
      text-transform: none; }
    .mapsvg-controller-view-content em {
      font-style: normal;
      letter-spacing: 1px; }
  
  .mapsvg-controller-view-wrap {
    top: 16px !important; }
  
  .mapsvg-popover-close {
    top: 5px !important;
    right: 5px !important; }
  
  @media (min-width: 768px) {
    #copyright {
      position: absolute;
      bottom: 0; } }
  
  @media (min-width: 767px) and (max-width: 1199px) {
    h3 {
      font-size: 1.3rem; } }
  
  @media (min-width: 1200px) {
    .floor-plan-img {
      max-width: 75%;
      margin: 0 auto; } }
  
  @media (max-width: 991px) {
    .site_logo {
      max-width: 115px; }
    .navbar-nav {
      text-align: center; }
    .navbar-nav li:last-child a {
      max-width: 280px;
      margin: 0 auto; }
    .anchor {
      top: -80px; }
    h2 {
      font-size: 2.2rem; } }
  
  @media (max-width: 768px) {
    .mapsvg-popover-close {
      height: 30px !important;
      width: 30px !important; } }
  
  @media (max-width: 575px) {
    #main .owl-carousel,.c12-owl-image {
      height:50vh !important;
    }
    h1 {
      font-size: 2.875rem; }
    h2 {
      font-size: 2rem; }
    .modal-heading-floor {
      padding-top: 40px; }
    .closebtn-div {
      padding-right: 30px; } }
  
  :root {
    --main-white-color: white;
    --main-black-color: rgb(196, 180, 180); }
  
  body {
    background-color: #FFFFFF;
    color: #414141;
    font-family: 'montserrat', sans-serif;
    line-height: 1.5; }
  
  @media (min-width: 1200px) {
    .container {
      max-width: 1025px; } }
  
  /* width */
  ::-webkit-scrollbar {
    width: 10px; }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1; }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888; }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555; }
  
  .header {
    background-color: #121212; }
  
  .owl-carousel .container {
    padding-left: 35px;
    padding-right: 35px; }
  
  .small-title {
    font-size: 48px; }
  
  .hero-subtitle {
    color: white;
    /* max-width: 482px; */
    font-size: 21px;
    font-family: quatro, sans-serif;
    letter-spacing:1.8px;
    font-weight: 600;
    font-style: normal;
    line-height: 1.27;
    margin-top: 20px; }
  
  .seperator {
    margin-top: 66px;
    margin-bottom: 65px;
    width: 192px; }
  
  .seperator-leasing {
    margin-top: 40px;
    margin-bottom: 40px;
    width: 192px; }
  
  #main .owl-carousel {
    height: 75vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative; }
  
  .c12-owl-image {
    height: 75vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: end; }
  
  .floor-plan-image {
    height: 56.25vw !important;
    max-height: 384.75px; }
  
  .main-content-copy {
    font-size: 16px;
    line-height: 32px; }
  
  .main-content-copy-2 {
    max-width: 600px;
    margin: 0 auto; }
  
  .dark-box {
    background-color: black;
    color: #FFFFFF;
    padding-left: 28px;
    margin: -30px 15px 0;
    position: relative;
    z-index: 1; }
  
  .line-seperator {
    border: 1px solid white;
    height: 1px;
    width: 50%;
    margin-top: 24px;
    margin-bottom: 24px; }
  
  #main-content {
    background-position: bottom left;
    background-size: cover;
    background-repeat: no-repeat; }
  
  .mobile-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent); }
  
  .amenities {
    background-color: white;
    color: #2D2D2C; }
  
  .amenities h2 {
    color: #414141;
    letter-spacing: .98px;
    line-height: 1.475; }
  
  .convenience {
    line-height: 1.5;
    padding: 1rem 0;
    text-align: left;
    max-width: 265px;
    margin: 0 auto; }
  
  .company-logo {
    width: 100%;
    height: 100%;
    max-height: 90px;
    max-width: 200px; }
  
  /* Maps Section */
  #interactive_maps .carousel-indicators {
    background-color: #121212;
    color: white;
    list-style-type: disc;
    margin: 0;
    margin-top: -25px;
    position: relative;
    padding-bottom: 31px;
    padding-top: 35px;
    justify-content: left;
    padding-left: 28%; }
  
  #interactive_maps .carousel-indicators a:hover {
    text-decoration: none; }
  
  #interactive_maps .carousel-indicators li {
    background-color: transparent;
    font-size: 40px;
    line-height: 14px;
    width: auto;
    height: auto;
    margin-right: 35px;
    margin-left: 35px;
    padding-left: 0;
    text-indent: 0;
    width: 100%; }
  
  #interactive_maps .carousel-indicators .active {
    color: #74BEE5; }
  
  .map-title {
    color: white;
    font-size: 14px;
    margin-bottom: 20px;
    position: relative;
    bottom: 8px;
    text-transform: uppercase; }
  
  #map-bar {
    position: relative;
    min-height: 110px; }
  
  .floorPlanModal .container {
    max-width: 100% !important; }
  
  @media (max-width: 991px) {
    #building-floors-img {
      max-width: 60%; } }
  
  #floor-plans .container {
    max-width: 950px; }
  
  #floor-plans h2 {
    color: #414141; }
  
  #floor-plans thead {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1.75px; }
  
  #floor-plans tbody {
    font-size: 18px;
    letter-spacing: .9px; }
  
  #floor-plans tbody th {
    font-weight: normal; }
  
  .floor_download_url {
    text-decoration: underline; }
    .floor_download_url a {
      color: #414141; }
  
  .leasing-logo {
    width: 115px;
    height: auto;
    margin-bottom: 21px; }
  
  .leasing-contact {
    font-size: 16px;
    line-height: 23px; }
    .leasing-contact a {
      color: white; }
  
  #contact-leasing {
    background-color: #121212; }
  
  .news-title {
    margin-bottom: 75px; }
  
  .news-building {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
  
  .newsletter-title {
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 2px; }
  
  .newsletter-my {
    font-family: 'quatro', sans-serif;
    font-size: 40px;
    line-height: 50px;
    font-weight: 200; }
  
  .prev-newsletter {
    font-size: 12px;
    line-height: 35px;
    text-decoration: underline;
    letter-spacing: 1.28px; }
    .prev-newsletter a {
      color: white; }
  
  .conf-btn {
    border-radius: 0;
    font-size: 13px;
    letter-spacing: 1.1px;
    background: #000000;
    color: #FFFFFF;
    min-width: 220px;
    padding: .75rem .75rem; }
  
  .conf-btn:hover {
    border-radius: 0;
    letter-spacing: 1.1px;
    background: #000000;
    color: #FFFFFF; }
  
  .light-btn, .light-btn:hover {
    background: #FFFFFF;
    color: #000000; }
  
  @media (max-width: 575px) {
    #floor-plans tbody, #floor-plans thead {
      font-size: 12px; }
    .floor_download_url {
      font-size: 10px; } }
  
  @media (min-width: 768px) {
    .main-content-copy {
      font-size: 18px; } }
  
  @media (min-width: 768px) and (max-width: 991px) {
    #building-floors-img {
      max-width: 38%; } }
  
  @media (min-width: 768px) and (max-width: 1199px) {
    .dark-box {
      margin-left: 5px;
      margin-right: 5px;
      min-height: 260px; }
    #interactive_maps .carousel-indicators li {
      margin-right: 12px; }
    .map-title {
      font-size: 13px; } }
  
  @media (min-width: 768px) {
    .convenience {
      line-height: 1.5;
      padding: 1rem 0; }
    #interactive_maps .carousel-indicators {
      padding-left: 25px;
      padding-right: 0;
      justify-content: center; }
    #interactive_maps .carousel-indicators li {
      width: auto; } }
  
  @media (min-width: 992px) {
    #tower-news .carousel-indicators {
      bottom: 48px; } }
  
  @media (min-width: 1200px) {
    .dark-box {
      min-height: 320px; } }
  
  .owl-carousel .owl-slide-animated {
    transform: translateX(20px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.05s; }
  
  .owl-carousel .owl-slide-animated.is-transitioned {
    transform: none;
    opacity: 1;
    visibility: visible;
    transition: all 0.5s; }
  
  .owl-carousel .owl-slide-title.is-transitioned {
    transition-delay: 0.2s; }
  
  .owl-carousel .owl-slide-subtitle.is-transitioned {
    transition-delay: 0.35s; }
  
  .owl-carousel .owl-slide-cta.is-transitioned {
    transition-delay: 0.5s; }
  
  .owl-carousel .owl-dots,
  .owl-carousel .owl-nav {
    position: absolute; }
  
  .fp-nav .owl-nav {
    top: 40% !important; }
  
  .fp-nav .owl-next {
    margin-right: -60px !important; }
  
  .fp-nav .owl-prev {
    margin-left: -60px !important; }
  
  .owl-carousel .owl-dots .owl-dot,
  .owl-carousel .owl-nav [class*="owl-"]:focus {
    outline: none; }
  
  .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 0 9px; }
  
  .owl-theme .owl-dots .owl-dot:first-child {
    margin-left: -9px; }
  
  .owl-carousel .owl-dots .owl-dot span {
    background: white;
    transition: all 0.2s ease; }
  
  .owl-carousel .owl-dots .owl-dot:hover span,
  .owl-carousel .owl-dots .owl-dot.active span {
    background: #74BEE5; }
  
  .owl-carousel .owl-nav {
    color: white;
    font-size: 90px;
    width: 100%;
    left: 50%;
    top: 35%;
    transform: translateX(-50%);
    margin: 0; }
  
  .owl-theme .owl-nav [class*=owl-] {
    background-color: transparent; }
  
  .owl-prev {
    position: absolute;
    left: 1%; }
  
  .owl-next {
    position: absolute;
    right: 1%; }
  
  .owl-carousel .owl-nav svg {
    opacity: 0.3;
    transition: opacity 0.3s; }
  
  .owl-carousel .owl-nav button:hover svg {
    opacity: 1; }
  
  .owl-carousel .owl-nav [class*="owl-"]:hover {
    background: transparent; }
  
  @media screen and (max-width: 575px) {
    .owl-carousel .owl-nav {
      top: 35%; }
    .owl-carousel .container {
      padding-left: 45px;
      padding-right: 45px; }
    .owl-carousel .owl-nav svg {
      width: 24px;
      height: 24px; } }
  
  @media (max-width: 1199px) {
    .convenience {
      max-width: 265px; } }
  
  @media (max-width: 991px) {
    /* .hero-subtitle {
      max-width: 460px; } */
    .convenience {
      max-width: 241px; }
    .owl-dots {
      display: none; }
    .fp-nav .owl-prev, .fp-nav .owl-next {
      margin-left: 0 !important;
      margin-right: 0 !important; }
    .fp-nav .owl-nav {
      top: 43% !important; } }
  
  @media (max-width: 767px) {
    h1 {
      font-size: 2.75rem !important; }
    h2 {
      font-size: 1.4rem !important; }
    .hero-subtitle {
      font-size: 18px; }
    .seperator {
      margin-top: 48px;
      margin-bottom: 48px;
      width: 192px; }
    .main-content-copy-2 {
      max-width: 300px;
      margin: 0 auto; }
    .convenience {
      padding: 0.75rem 0;
      max-width: 226px; }
    .fp-nav .owl-prev, .fp-nav .owl-next {
      margin-left: 0 !important;
      margin-right: 0 !important; } }
  