  .touchscreen {
    width: 1920px;
    height: 1080px;
    overflow: hidden;
    position: relative;
}

.touchscreen header nav {
    display: none;
}

.touchscreen .home-hero,
.touchscreen .home-intro,
.touchscreen .section-links,
.touchscreen .section-learn-more,
.touchscreen footer {
    display: none;
}

.touchscreen-only {
    display: none;
}

.touchscreen .touchscreen-only {
    display: block;
}

.touchscreen #nav-touch {
    display: -ms-flexbox;
    display: flex;
}

.touchscreen #nav-touch {
    height: 115px;
    position: relative;
}

.touchscreen #nav-touch .navbar-brand {
    display: block;
    width: 400px;
    height: 100%;
    max-height: 100%;
    overflow: hidden;
}

.touchscreen #nav-touch .nav-link {
    background-color: #7b1e28;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.2;
    width: 235px;
    height: 90px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    white-space: normal;
    padding: 0 1rem;
    text-align: center;
    margin: 0 .3rem;
}

.touchscreen #nav-touch .nav-link:hover,
.touchscreen #nav-touch .nav-link:focus {
    border-bottom: none;
}

#header-logo-cc {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 164px;
    z-index: 1000;
}

.touchscreen .home-video {
    height: 957px;
    overflow: hidden;
}

.touchscreen .section-community-plan.pt-5 {
    padding-top: .5rem !important;
}

.touchscreen .section-community-plan.pt-5 h1 {
    margin-bottom: .5rem !important;
}

.touchscreen .touchscreen-hidden {
    display: none !important;
}

.touchscreen-scroll {
    overflow-y: scroll;
}

.touchscreen #touchscreen-main-slick {
    height: 870px;
}

.touchscreen .section-floorplan.section-sitemap {
    border-top: .75rem solid #f2ede5;
    padding-top: 0 !important;
}

.touchscreen .section-disclaimer .py-4 {
    padding-top: .5rem !important;
    padding-bottom: 0 !important;
}

.touchscreen .plan-detail .mb-4 {
    margin-bottom: .5rem !important;
}

.touchscreen .table-prices td {
    font-size: 1.5rem;
}

.touchscreen .lenders-intro.py-5 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.touchscreen #touchscreen-neighborhoods {
    height: 960px;
}

.touchscreen #neighborhood .card-body {
    min-height: 400px;
}

.touchscreen #neighborhood .card-body .flex-fill {
    -ms-flex: 0 1 auto!important;
    flex: 0 1 auto!important;
}

.touchscreen .section-gallery.pt-5 {
    background-color: #f2eee5;
    padding-top: 0 !important;
    padding-bottom: 1rem;
}

.touchscreen .section-gallery .container {
    max-width: 1600px;
}

.touchscreen .section-gallery .container.pt-5 {
    padding-top: 1.5rem !important;
}

.touchscreen .touchscreen-gallery-nav {
    background-color: #fff;
}

.touchscreen .gallery-nav {
    margin-top: 1.5rem;
}

.touchscreen .touchscreen-gallery-nav .nav-link {
    color: #7b1e27;
    font-size: 2rem;
    font-weight: 300;
    text-transform: uppercase;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin: 0 1rem;
}

.touchscreen .touchscreen-gallery-nav .nav-link.active {
    background-color: #264e54;
    color: #fff;
}

.touchscreen .slick-arrow,
.touchscreen .slick-arrow:hover,
.touchscreen .slick-arrow:focus {
    background-color: #7b1e27;
    color: #fff;
    width: 80px;
    height: 80px;
    margin-top: -30px;
}

.touchscreen .slick-arrow::before {
    color: #fff !important;
    font-size: 2.5rem !important;
}

.touchscreen .slick-prev {
    left: -100px;
}

.touchscreen .slick-next {
    right: -100px;
}

.touchscreen .section-gallery .w-100.py-4 {
    padding-top: 0 !important;
}

.touchscreen #gallery-community-renderings .slick-item {
    font-size: 1.3rem;
}

.touchscreen .slick-arrow::after {
   content: none !important;
}

.touchscreen nav .dropdown-menu.show {
    display: block;
    left: 1.3rem;
    font-size: 1.2rem;
    padding: 1rem;
}

.touchscreen .sitemap-zoom-container {
    padding-bottom: 43%;
}

#touchscreen-dropdown {
    position: absolute;
    top: 1rem;
    right: .5rem;
    width: 4rem;
    height: 4rem;
}