@font-face {
    font-family: 'Suisse Int\'l Cond';
    src: url('/assets/fonts/SuisseIntlCond-Light.woff2') format('woff2'),
        url('/assets/fonts/SuisseIntlCond-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Suisse Int\'l Cond';
    src: url('/assets/fonts/SuisseIntlCond-Medium.woff2') format('woff2'),
        url('/assets/fonts/SuisseIntlCond-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Suisse Int\'l';
    src: url('/assets/fonts/SuisseIntl-Light.woff2') format('woff2'),
        url('/assets/fonts/SuisseIntl-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

* {
    box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
}

body, html {
	height: 100%;
}

body {
    background: #fff;
    color: #000;
    display: flex;
    flex-direction: column;
    font-family: 'Suisse Int\'l';
    font-weight: 300;
    font-feature-settings: "kern";
	-webkit-font-feature-settings: "kern";
	font-size: 16px;
	margin: 0;
	overflow-x: hidden;
	opacity: 0;
    padding: 0;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	transition: opacity .5s linear;
}

#page-content-wrap {
    flex: 1;
}

@media (min-width: 750.5px) {
    body.has-page-banner {
        padding: 0;
    }
}

body.loaded {
	opacity: 1;
}

a, a.visited {
    color: #000;
    display: inline-block;
    position: relative;
    text-decoration: none;
}

@media (min-width: 1024.5px) {
    a:after {
        background: #000;
        bottom: -2px;
        content: '';
        height: 0.5px;
        left: 50%;
        position: absolute;
        transform: translateX(-50%);
        transition: width 0.15s ease;
        width: 0;
    }

    @media (max-width: 500px) {
        a:after {
            transition: none;
        }
    }

    a:hover:after {
        width: 100%;
    }
}

a:hover {
    color: #000;
}

.breadcrumb {
    border-bottom: 1px solid transparent;
    display: inline-block;
    font-family: 'Suisse Int\'l Cond';
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 100%;
    margin-bottom: 10px;
    padding-bottom: 3px;
    position: relative;
    text-transform: uppercase;
}

.breadcrumb:after {
    background: #000;
    bottom: 0;
    content: '';
    height: 1px;
    left: 1px;
    position: absolute;
    right: 1px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Suisse Int\'l Cond';
    font-weight: 300;
    margin: 0 0 30px 0;
    padding: 0;
}

h1,
h2 {
    font-size: 99px;
    line-height: 100%;
    text-transform: uppercase;
}

h3,
h2.h3-style {
    font-size: 23px;
    font-weight: 500;
    text-transform: uppercase;
}

h4 {
    font-size: 25px;
    line-height: 40px;
}

h5 {
    font-size: 20px;
    line-height: 28px;
}

h6 {
    font-size: 18px;
    line-height: 25px;
}

p {
    line-height: 140%;
    margin: 0 0 30px;
    padding: 0;
}

p:last-child {
    margin: 0;
}

.small-body-font {
    font-size: 16px;
    line-height: 23px;
}

img {

}

iframe {
	
}


@media (max-width: 1500px) {
    h1, h2 {
        font-size: 74px;
    }
}

@media (max-width: 1200px) {
    h1, h2 {
        font-size: 65px;
    }
}

@media (max-width: 1080px) {
    .col-2 h2 .br-wrap,
    .col-2 h2 .br-wrap:before {
        content: " ";
    }
    
    .col-2 h2 .br-wrap br {
        display: none;
    }    
}

@media (max-width: 750px) {
    body {
        font-size: 16px;
        padding-top: 70px;
    }
    
    body.viewing-page-homepage {
        padding-top: 0;
    }

    .breadcrumb {
        font-size: 16px;
    }

    h1,
    h2 {
        line-height: 90%;
    }
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Header ---------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.header {
    color: #fff;
    font-family: 'Suisse Int\'l Cond';
    font-size: 16px;
    font-weight: 500;
    padding: 0 20px;
    text-transform: uppercase;
}

.header a {
    color: #fff;
    display: inline-block;
    line-height: 120%;
}

.header a:after {
    background: #fff;
}

@media (min-width: 750.5px) {
    body.past-intro .header a {
        color: #000;
    }

    body.past-intro .header a:after {
        background: #000;
    }
}

body.not-past-intro .header {

}

.header .logo {
    height: 257px;
    left: 57px;
    position: absolute;
    top: 50px;
    width: 100px;
    z-index: 101;
}

.header .logo:after {
    display: none;
}

.header .logo img,
.header .logo svg {
    display: block;
    width: 100%;
}

.header-upper-left {
    display: none;
    left: 35px;
    position: fixed;
    top: 33px;
    z-index: 101;
}

.header-upper-right {
    position: absolute;
    right: 90px;
    top: 33px;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 101;
}

body.show-nav .header-upper-right {
    opacity: 0;
    visibility: hidden;
}

.header-upper-right ul {
    list-style: none;text-align: center;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.header-upper-right ul li {
    display: inline-block;
    margin-left: 20px;
}

.header-upper-right ul li:first-child {
    margin-left: 0;
}

@media (max-width: 750px) {
    .header {
        background: #000;
        height: 70px;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 101;
    }
    
    body.show-nav .header {
        background: transparent;
    }

    .header-upper-right {
        left: 25px;
        right: auto;
        top: 26px;
    }

    .header .logo {
        left: 50%;
        top: 110px;
        transform: translateX(-50%);
        transition: opacity 0.3s ease, visibility 0.3s ease;
        width: 96px;
    }

    body.show-nav .header .logo,
    body.scrolled .header .logo {
        opacity: 0;
        visibility: hidden;
    }
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Nav Toggle ------------------------------------------------------------------------------------------------------------ */
/* ----------------------------------------------------------------------------------------------------------------------- */
.nav-toggle {
    cursor: pointer;
    display: block;
    height: 14px;
    position: fixed;
    right: 35px;
    text-indent: -9999px;
    top: 35px;
    width: 23px;
    z-index: 101;
}

.nav-toggle:before {
    color: #fff;
    content: 'CLOSE';
    font-family: 'Suisse Int\'l Cond';
    font-size: 12px;
    font-weight: 500;
    opacity: 0;
    position: absolute;
    right: calc(100% + 7px);
    text-indent: 0;
    text-transform: uppercase;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    visibility: hidden;
}

body.show-nav .nav-toggle:before {
    opacity: 1;
    visibility: visible;
}

.nav-toggle > div,
.nav-toggle > div:before,
.nav-toggle > div:after {
    background: #fff;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    transition: transform 0.2s ease, top 0.2s ease;
    width: 100%;
}

@media (min-width: 750.5px) {
    body.past-intro .nav-toggle > div,
    body.past-intro .nav-toggle > div:before,
    body.past-intro .nav-toggle > div:after {
        background: #000;
    }

    body.past-intro.show-nav .nav-toggle > div,
    body.past-intro.show-nav .nav-toggle > div:before,
    body.past-intro.show-nav .nav-toggle > div:after {
        background: #fff;
    }
}

.nav-toggle > div:before {
    top: 7px;
    transition: opacity 0.2s ease;
}

.nav-toggle > div:after {
    top: 14px;
}

body.show-nav .nav-toggle > div:before {
    opacity: 0;
}

body.show-nav .nav-toggle > div {
    top: 7px;
    transform: rotate(-45deg);
}

body.show-nav .nav-toggle > div:after {
    top: 0;
    transform: rotate(-90deg);
}

@media (max-width: 750px) {
    .nav-toggle {
        right: 25px;
        top: 29px;
    }
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Primary Navigation ---------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.primary-navigation-wrap {
    background: #000;
    bottom: 0;
    color: #fff;
    display: flex;
    flex-direction: column;
    font-family: 'Suisse Int\'l Cond';
    overflow-y: scroll; /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch;
    padding: 118px 58px 40px;
    position: fixed; 
    right: -550px;
    top: 0;
    transition: right 0.3s ease;
    width: 550px;
    z-index: 100;
}

body.show-nav .primary-navigation-wrap {
    right: 0;
}

.primary-navigation-wrap::-webkit-scrollbar {
	background-color: transparent;
	width: 5px;
}

.primary-navigation-wrap::-webkit-scrollbar-thumb {
	background-color: #808080;
	border-radius: 5px;
	width: 5px;
}

.primary-navigation-wrap a {
    color: #fff;
    display: inline-block;
    line-height: 120%;
}

.primary-navigation-wrap a:after {
    background: #fff;
}

.primary-navigation-wrap > ul {
    font-size: 52px;
    text-transform: uppercase;
}

.primary-navigation-wrap > ul a {
    display: block;
    transition: color 0.2s ease, padding 0.2s ease;
}

.primary-navigation-wrap > ul:hover a {
    color: #727272;
    padding-left: 30px;
}

.primary-navigation-wrap > ul:hover li:hover > a,
.primary-navigation-wrap > ul:hover li.selection > a {
    color: #fff;
    padding-left: 0;
}

.primary-navigation-wrap > ul a:after {
    display: none;
}

.primary-navigation-wrap ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.primary-navigation-wrap > .nav-footer {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: auto;
}

.primary-navigation-wrap > .nav-footer p {
    margin-bottom: 12px;
}

.primary-navigation-wrap > .nav-footer p:last-child {
    margin-bottom: 0;
}

.primary-navigation-wrap > .nav-footer p:nth-child(2) a {
    display: inline-block;
    margin-right: 15px;
}

.primary-navigation-wrap > .nav-footer p:nth-child(2) a img {
    display: block;
    margin-bottom: 5px;
}

@media (max-width: 750px) {
    .primary-navigation-wrap {
        padding: 100px 30px 40px;
        right: -100%;
        width: 100%;
    }

    .primary-navigation-wrap > ul {
        font-size: 38px;
    }

    body.show-nav .primary-navigation-wrap {
        right: 0;
    }
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Footer ---------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.footer {
    background: #000;
    color: #fff;
    height: 235px;
    padding: 45px 75px;
}

.footer-inner {
    display: flex;
    justify-content: space-between;
}

.footer p {
    line-height: 110%;
}

.footer a {
    color: #fff;
    display: inline-block;
    line-height: 100%;
}

.footer a:after {
    background: #fff;
}

.footer .col {
    font-family: 'Suisse Int\'l Cond';
    font-size: 27px;
    text-transform: uppercase;
}

.footer .col:last-child {
    font-size: 16px;
    font-weight: 500;
    text-align: right;
}

.footer .col:last-child a {
    margin-left: 10px;
}

.footer .col:last-child p:first-child {
    margin-bottom: 10px;
}

.footer .col:last-child a img {
    max-height: 21px;
    width: auto !important;
}

.footer .disclaimer {
    font-size: 11px;
    opacity: 0.5;
    text-align: right;
}

.footer .button {
    background: #fff;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 50px;
    text-transform: none;
}

.footer .button:after {
    display: none;
}

@media (max-width: 1250px) {
    .footer .col {
        font-size: 20px;
    }
}

@media (max-width: 1024px) {
    .footer {
        padding: 45px;
    }

    .footer .col {
        font-size: 16px;
    }
}


@media (max-width: 750px) {
    .footer {
        height: 700px;
        padding: 45px 30px;
    }

    .footer-inner {
        display: block;
        text-align: center;
    }

    .footer .col {
        margin-bottom: 30px;
    }

    .footer .col:nth-child(2) {
        font-size: 23px;
    }

    .footer .col:last-child {
        text-align: center;
    }

    .footer .disclaimer {
        text-align: center;
    }
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Global Layouts -------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.section-wrap {
	margin-bottom: 80px;
}

.content-block {
	display: block;
	margin-bottom: 50px;
	margin-left: 15px;
	margin-right: 15px;
	text-align: left;
	width: 100%;
}

.content-block p:last-child,
.content-block h2:last-child,
.content-block h3:last-child,
.content-block h4:last-child,
.content-block h5:last-child {
	margin-bottom: 0;
}

.content-block.align-bottom {
	vertical-align: bottom;
}

.content-block img {
	height: auto !important;
	max-width: 100%;
}

.section-wrap-inner {
}

p.align-bottom {
    margin-bottom: 0;
    margin-top: auto;
}

p.align-bottom em {
    font-size: 16px;
}

@media (min-width: 891px) {
	.section-wrap-inner {
		display: flex;
		flex-wrap: wrap;
        margin-left: 33.5px;
        margin-right: 33.5px;
	}

    .section-wrap.align-center .section-wrap-inner {
        justify-content: center;
    }

    .section-wrap.align-right .section-wrap-inner {
        justify-content: flex-end;
    }
    
	.content-block {
		display: block;
		margin-bottom: 0;
		margin-left: 33.5px;
		margin-right: 33.5px;
		width: calc(100% - 67px);
	}

	.content-block.col-1,
	.content-block.col-2 {
		display: block;
	}

	.content-block.col-3 {
		width: calc((100% / 3) - 67px);
	}

	.content-block.col-2-3 {
		width: calc(((100% / 3) * 2) - 67px);
	}

	.content-block.col-4,
	.content-block.col-3-4,
	.content-block.col-5,
	.content-block.col-2-5,
	.content-block.col-4-5 {
		width: calc(50% - 67px);
	}

	.content-block.col-2,
	.content-block.col-4 {
		display: flex;
        flex-direction: column;
		width: calc(50% - 67px);
	}

    .narrow-margins .content-block.col-2 {
        width: calc(50% - 67px);
    }

	.content-block.col-4 {
		width: calc(25% - 67px);
	}

	.content-block.col-3-4 {
		width: calc(75% - 67px);
	}
	
	.content-block.col-5 {
		width: calc(20% - 67px);
	}

	.content-block.col-2-5 {
		width: calc(40% - 67px);
	}

	.content-block.col-3-5 {
		width: calc(60% - 67px);
	}
	
	.content-block.col-4-5 {
		width: calc(80% - 67px);
	}
}

@media (max-width: 890px) {
	.section-wrap {
		margin-bottom: 60px;
	}
	
	.content-block {
		margin-left: 30px;
		margin-right: 30px;
		margin-bottom: 30px;
		width: auto;
	}
	
	.content-block:last-child {
		margin-bottom: 0;
	}
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Inline Carousels ------------------------------------------------------------------------------------------------------ */
/* ----------------------------------------------------------------------------------------------------------------------- */
.slick-slide {
	outline: none;
	position: relative;
	width: 100%;
}

.slick-slide .image {
	background-color: #000;
	background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    max-height: 75vh;
}

.slick-slide .image img {
	display: block;
	margin: 0 auto;
	opacity: 0;
	width: 100%;
}

.slick-slide .caption {
	padding: 40px;
	text-align: center;
}

.slick-prev,
.slick-next {
	background: url(/assets/images/icons/slideshow-arrow-left.svg) 50% 50% no-repeat;
    background-size: contain;
	border: 0;
    cursor: pointer;
	left: 30px;
	margin: 0;
	outline: none;
	padding: 0;
	position: absolute;
	text-indent: -9999px;
	top: 50%;
	z-index: 20; 
    height: 32px;
    transform: translateY(-50%);
    transition: opacity 0.2s ease;
    width: 19px;
}

.slick-next {
    background-image: url(/assets/images/icons/slideshow-arrow-right.svg);
	left: auto;
	right: 30px;
}

body.viewing-page-homepage .slick-prev {
    left: 78px;
}

body.viewing-page-homepage .slick-next {
    right: 78px;
}

.slick-prev:hover,
.slick-next:hover {
    opacity: 0.7;
}

.slick-dots {
	text-align: right;
	list-style: none;
	margin: 0;
	padding: 1vw 0 4vw 0;
	position: absolute;
    width: 100%;
	z-index: 52;
}

.slick-dots li {
	display: inline-block;
	margin: 0 0 0 10px;
}

.slick-dots li button {
	background: var(--red);
	border-radius: 100%;
	border: 0;
	cursor: pointer;
	display: inline-block;
	height: 12px;
	margin: 0;
	opacity: 0.10;
	outline: none;
	padding: 0;
	text-indent: -9999px;
	transition: opacity 0.2s ease;
	vertical-align: middle;
	width: 12px;
}

.slick-dots li button:hover,
.slick-dots li.slick-active button {
	opacity: 1;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Hero Banner/Video ----------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.hero {
    bottom: 0;
    height: 100vh;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2;
}

body.hero-done .hero {
    pointer-events: none;
}

.splash-image {
    background: url(/assets/images/template/splash-background.jpg) 50% 50% no-repeat;
    background-size: cover;
    height: 100vh;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 1s linear, visibility 1s linear;
    z-index: 0;
}

body.no-splash .splash-image {
    display: none;
}

body.loaded .splash-image {
    opacity: 0;
    transition-delay: 6s;
    visibility: hidden;
}

.logo-wrap {
    height: 60vh;
    left: 50%;
    position: fixed;
    top: calc(50% - (60vh / 2));
    transition: height 1s ease, top 1s ease, opacity 0.5s ease;
    z-index: 2;
}

body.past-hero .logo-wrap {
    opacity: 0;
    visibility: hidden;
}

.logo-wrap img {
    height: 100%;
    left: 50%;
    opacity: 0;
    position: absolute;
    transform: translateX(-50%);
}

body.loaded .logo-wrap img {
    animation: fade-in-out 1s linear 0s forwards;
}

body.loaded .logo-wrap img:nth-child(5) {
    animation: fade-in 1s linear 0s forwards;
}

body.loaded .logo-wrap img:nth-child(2) { animation-delay: 1s; }
body.loaded .logo-wrap img:nth-child(3) { animation-delay: 2s; }
body.loaded .logo-wrap img:nth-child(4) { animation-delay: 3s; }
body.loaded .logo-wrap img:nth-child(5) { animation-delay: 4s; }

body.loaded.no-splash .logo-wrap img {
    animation: none;
    display: none;
}

body.loaded.no-splash .logo-wrap img:nth-child(5) {
    animation: fade-in 0s linear 0s forwards;
    display: block;
    opacity: 1;
}

@keyframes fade-in-out {
    0% { opacity: 1; }
    99% { opacity: 1; }
    100% { opacity: 0 }
}

@keyframes fade-in {
    0% { opacity: 1; }
    99% { opacity: 1; }
    100% { opacity: 1; }
}

@media (min-width: 750.5px) {
    body.loaded.past-first-slide .logo-wrap,
    body.scrolled .logo-wrap {
        height: 195px;
        top: 60px;
    }

    body.loaded.past-first-slide.show-footer .logo-wrap {
        top: calc(235px + 60px);
    }
}

@media (min-width: 750.5px) and (max-width: 1200px) {
    body.loaded.past-first-slide .logo-wrap,
    body.scrolled .logo-wrap {
        height: 135px;
        top: 30px;
    }

    body.loaded.past-first-slide.show-footer .logo-wrap {
        top: calc(235px + 30px);
    }
}

@media (min-width: 750.5px) and (max-width: 1000px) {
    body.loaded.past-first-slide.show-footer .logo-wrap {
        opacity: 0;
    }
}

@media (max-width: 750px) {
    .hero,
    .logo-wrap {
        position: absolute;
    }
}

.next-section-link {
    background: url(/assets/images/icons/white-triangle-down.svg) 50% 0 no-repeat;
    background-size: 31px auto;
    border: 0;
    bottom: 30px;
    color: #fff;
    font-family: 'Suisse Int\'l Cond';
    font-size: 16px;
    font-weight: 500;
    left: 50%;
    opacity: 0;
    padding-top: 25px;
    position: fixed;
    text-align: center;
    text-transform: uppercase;
    transform: translateX(-50%);
    transition: opacity 1s ease, visibility 1s ease; 
    visibility: hidden;
    z-index: 3;
}

body.hero-done .next-section-link {
    opacity: 1;
    visibility: visible;
}

.next-section-link:hover {
    border: 0;
    color: #fff;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Custom Template -> Page Banner ---------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.section-wrap.page-banner {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 70vh;
    overflow: hidden;
    position: relative;
}

.section-wrap.page-banner:after {
    background: #000;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0.3;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.section-wrap.page-banner.has-caption {
    display: flex;
    height: 400px;
}

.section-wrap.page-banner.has-caption:after {
    display: none;
}

.section-wrap.page-banner.image-only .section-wrap-inner {
    display: none;
}

.section-wrap.page-banner .section-wrap-inner {
    margin: 0;
}

.section-wrap.page-banner.has-caption .section-wrap-inner {
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
}

.section-wrap.page-banner .section-wrap-inner .content-block {
    margin: 0;
    width: 100%;
    color: #fff;
    text-align: center;
}

.section-wrap.page-banner.has-caption h1 {
    margin: 0;
}

.section-wrap.page-banner iframe {
    left: 0;
    position: absolute;
    top: 0;
}

@media (min-width: 1350.5px) {
    .section-wrap.page-banner iframe {
        transform: translateY(-20%) translateX(-16%);
        width: 133% !important;
    }    
}

@media (max-width: 1350px) {
    .section-wrap.page-banner iframe {
        height: 180% !important;
        top: -30% !important;
        width: 170% !important;
    }    
}

@media (max-width: 970px) {
    .section-wrap.page-banner iframe {
        height: 210% !important;
        top: 0% !important;
        width: 280% !important;
    }    
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Custom Template -> Intro Text / Secondary Text ------------------------------------------------------------------------ */
/* ----------------------------------------------------------------------------------------------------------------------- */
.section-wrap.intro-text h1,
.section-wrap.secondary-text h2 {
    margin-bottom: 50px;
}

.section-wrap.intro-text ul,
.section-wrap.secondary-text ul {
    font-family: 'Suisse Int\'l Cond';
    font-size: 18px;
    font-weight: 500;
    list-style: none;
    margin: 0;
    padding: 0;
}

.section-wrap.intro-text ul li,
.section-wrap.secondary-text ul li {
    margin-bottom: 10px;
}

@media (min-width: 1700px) {
    .section-wrap.secondary-text .col-2 {
        padding-right: 5%;
    }
}

@media (min-width: 891px) {
    .section-wrap.secondary-text .col-2 {
        display: block;
    }

    .section-wrap.intro-text ul,
    .section-wrap.secondary-text ul {
        columns: 2;
    }

    .section-wrap.intro-text ul li,
    .section-wrap.secondary-text ul li {
        break-inside: avoid;
    }
}

@media (max-width: 750px) {
    .section-wrap.secondary-text .col-2 {
        margin-bottom: 60px;
    }

    .section-wrap.secondary-text .col-2:last-child {
        margin-bottom: 0;
    }

    .section-wrap.intro-text h1,
    .section-wrap.secondary-text h2 {
        margin-bottom: 30px;
    }
}

/* ----------------------------------------------------------------------------------------------------------------------- */
/* Custom Template -> Full Width Image ----------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.section-wrap.full-width-image img {
    display: block;
    height: auto !important;
    width: 100% !important;
}

@media (max-width: 750px) {
    .section-wrap.full-width-image .content-block {
        margin-left: 0;
        margin-right: 0;
    }
}



/* ----------------------------------------------------------------------------------------------------------------------- */
/* Custom Template -> 1 Image Left / 2 Images Right ---------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.section-wrap.one-image-left-two-images-right img,
.section-wrap.one-image-left-two-images-right figure {
    height: auto !important;
    display: block;
    min-width: calc(50% - 33.5px);
    width: 100% !important;
}

.section-wrap.one-image-left-two-images-right .section-wrap-inner {
    display: flex;
}

figure.image-with-caption,
.section-wrap.one-image-left-two-images-right figure {
    margin: 0;
    padding: 0;
    position: relative;
}

figure.image-with-caption figcaption,
.section-wrap.one-image-left-two-images-right figure figcaption {
    font-family: 'Suisse Int\'l Cond';
    font-size: 15px;
    font-weight: 300;
    margin-top: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: calc(100% + 5px);
}

.section-wrap.one-image-left-two-images-right .content-block:last-child p {
    display: flex;
    margin-bottom: 67px;
}

.section-wrap.one-image-left-two-images-right .content-block:last-child p > img:nth-child(2),
.section-wrap.one-image-left-two-images-right .content-block:last-child p figure:nth-child(2) {
    margin-left: 67px;
}

.section-wrap.one-image-left-two-images-right .content-block:last-child p:last-child {
    margin-bottom: 0;
}

.section-wrap.one-image-left-two-images-right .section-wrap-inner {
    flex-wrap: nowrap;
}

.section-wrap.one-image-left-two-images-right .content-block {
    flex: 1;
    margin-bottom: 0;
    position: relative;
}

.section-wrap.one-image-left-two-images-right .content-block:first-child {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-wrap.one-image-left-two-images-right .content-block:first-child p img {
    display: none;
}    

.section-wrap.one-image-left-two-images-right .content-block:first-child figure {
    height: 100%;
    min-height: 100%;
    position: absolute;
    width: 100%;
}

.section-wrap.one-image-left-two-images-right .content-block:last-child {
    min-width: 49.33%;
}

.show-more-link-wrap {
    text-align: center;
    margin-bottom: 60px;
}

.show-more-link {
    font-family: 'Suisse Int\'l Cond';
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.show-more-link:after {
    width: 100%;
}

@media (max-width: 890px) {
    figure.image-with-caption figcaption,
    .section-wrap.one-image-left-two-images-right figure figcaption {
        font-size: 12px;
    }
    
    .section-wrap.one-image-left-two-images-right,
    .section-wrap.one-image-left-two-images-right .content-block {
        margin-left: 15px;
        margin-right: 15px;
    }    

    .section-wrap.one-image-left-two-images-right .content-block:last-child p {
        margin-bottom: 30px;
    }

    .section-wrap.one-image-left-two-images-right.neighborhood-lower-images .content-block:last-child p:first-child {
        margin-bottom: 40px;
    }
   
    .section-wrap.one-image-left-two-images-right .content-block:last-child p > img:nth-child(2),
    .section-wrap.one-image-left-two-images-right .content-block:last-child p figure:nth-child(2) {
        margin-left: 30px;
    }
}

@media (max-width: 750px) {
    .section-wrap.full-width-image figure.image-with-caption figcaption {
        padding-right: 5px;
    }

    .section-wrap.full-width-image .col-2:first-child figure.image-with-caption {
        margin-bottom: 60px;
    }

    .section-wrap.one-image-left-two-images-right {
        margin-left: 0;
        margin-right: 0;
    }

    .section-wrap.one-image-left-two-images-right .content-block:first-child {
        margin-left: 0;
        margin-right: 7.5px;
    }

    .section-wrap.one-image-left-two-images-right .content-block:last-child {
        margin-left: 7.5px;
        margin-right: 0;
    }

    .section-wrap.one-image-left-two-images-right .content-block:last-child p {
        margin-bottom: 15px;
    }
    
    .section-wrap.one-image-left-two-images-right .content-block:last-child p > img:nth-child(2),
    .section-wrap.one-image-left-two-images-right .content-block:last-child p figure:nth-child(2) {
        margin-left: 15px;
    }
}

@media (max-width: 450px) {
    .section-wrap.one-image-left-two-images-right .content-block:first-child figure {
        position: relative;
    }

    .section-wrap.one-image-left-two-images-right figure figcaption {
        padding-right: 5px;
    }

    .section-wrap.one-image-left-two-images-right .content-block:first-child p img {
        display: block;
    }

    .section-wrap.one-image-left-two-images-right .content-block:first-child p,
    .section-wrap.one-image-left-two-images-right .section-wrap-inner {
        display: block;
    }

    .section-wrap.one-image-left-two-images-right .content-block,
    .section-wrap.one-image-left-two-images-right .content-block:first-child,
    .section-wrap.one-image-left-two-images-right .content-block:last-child {
        margin: 0 0 15px 0;
    }

    .section-wrap.one-image-left-two-images-right.neighborhood-lower-images,
    .section-wrap.one-image-left-two-images-right.neighborhood-lower-images .content-block {
        margin-bottom: 40px;
    }
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Custom Template -> 2 Images Left / 1 Image Right ---------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.section-wrap.two-images-left-one-image-right img,
.section-wrap.two-images-left-one-image-right figure {
    height: auto !important;
    display: block;
    min-width: calc(50% - 33.5px);
    width: 100% !important;
}

.section-wrap.two-images-left-one-image-right figure {
    margin: 0;
    padding: 0;
    position: relative;
}

.section-wrap.two-images-left-one-image-right figure figcaption {
    font-family: 'Suisse Int\'l Cond';
    font-size: 15px;
    font-weight: 300;
    position: absolute;
    right: 0;
    top: calc(100% + 5px);
}

.section-wrap.two-images-left-one-image-right .section-wrap-inner {
    display: flex;
}

.section-wrap.two-images-left-one-image-right .content-block:first-child p {
    display: flex;
    margin-bottom: 67px;
}

.section-wrap.two-images-left-one-image-right .content-block:first-child p > img:nth-child(2),
.section-wrap.two-images-left-one-image-right .content-block:first-child p figure:nth-child(2) {
    margin-left: 67px;
}

.section-wrap.two-images-left-one-image-right .content-block:first-child p:last-child {
    margin-bottom: 0;
}

.section-wrap.two-images-left-one-image-right .section-wrap-inner {
    flex-wrap: nowrap;
}

.section-wrap.two-images-left-one-image-right .content-block {
    flex: 1;
    margin-bottom: 0;
    position: relative;
}

.section-wrap.two-images-left-one-image-right .content-block:last-child {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-wrap.two-images-left-one-image-right .content-block:last-child p img {
    display: none;
}    

.section-wrap.two-images-left-one-image-right .content-block:last-child figure {
    height: 100%;
    min-height: 100%;
    position: absolute;
    width: 100%;
}

.section-wrap.two-images-left-one-image-right .content-block:first-child {
    min-width: 49.33%;
}

@media (max-width: 890px) {
    .section-wrap.two-images-left-one-image-right figure figcaption {
        font-size: 12px;
    }

    .section-wrap.two-images-left-one-image-right,
    .section-wrap.two-images-left-one-image-right .content-block {
        margin-left: 15px;
        margin-right: 15px;
    }    

    .section-wrap.two-images-left-one-image-right .content-block:first-child p {
        margin-bottom: 30px;
    }

    .section-wrap.two-images-left-one-image-right.neighborhood-lower-images .content-block:first-child p:first-child {
        margin-bottom: 40px;
    }
    
    .section-wrap.two-images-left-one-image-right .content-block:first-child p > img:nth-child(2),
    .section-wrap.two-images-left-one-image-right .content-block:first-child p figure:nth-child(2) {
        margin-left: 30px;
    }
}

@media (max-width: 750px) {
    .section-wrap.two-images-left-one-image-right {
        margin-left: 0;
        margin-right: 0;
    }

    .section-wrap.two-images-left-one-image-right .content-block:first-child {
        margin-left: 0;
        margin-right: 7.5px;
    }

    .section-wrap.two-images-left-one-image-right .content-block:last-child {
        margin-left: 7.5px;
        margin-right: 0;
    }

    .section-wrap.two-images-left-one-image-right .content-block:first-child p {
        margin-bottom: 15px;
    }
    
    .section-wrap.two-images-left-one-image-right .content-block:first-child p > img:nth-child(2),
    .section-wrap.two-images-left-one-image-right .content-block:first-child p figure:nth-child(2) {
        margin-left: 15px;
    }
}

@media (max-width: 450px) {
    .section-wrap.two-images-left-one-image-right .content-block:last-child figure {
        position: relative;
    }

    .section-wrap.two-images-left-one-image-right figure figcaption {
        padding-right: 5px;
    }

    .section-wrap.two-images-left-one-image-right .content-block:last-child p img {
        display: block;
    }

    .section-wrap.two-images-left-one-image-right .content-block:last-child p,
    .section-wrap.two-images-left-one-image-right .section-wrap-inner {
        display: block;
    }

    .section-wrap.two-images-left-one-image-right .content-block,
    .section-wrap.two-images-left-one-image-right .content-block:first-child,
    .section-wrap.two-images-left-one-image-right .content-block:last-child {
        margin: 0 0 15px 0;
    }


    .section-wrap.two-images-left-one-image-right.neighborhood-lower-images,
    .section-wrap.two-images-left-one-image-right.neighborhood-lower-images .content-block {
        margin-bottom: 40px;
    }
}

.hide {
    display: none !important;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Custom Template -> Homepage Slides ------------------------------------------------------------------------------------ */
/* ----------------------------------------------------------------------------------------------------------------------- */
.homepage-slides .section-wrap-inner {
    background: #000;
    margin: 0;
}

.homepage-slides .content-block {
    align-items: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    padding: 300px 0 150px 0;
    position: relative;
    width: 100%;
}

.homepage-slides .content-block * {
    position: relative;
    z-index: 1;
}

.homepage-slides .content-block:before {
    background: #000;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0.3;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

@media (min-width: 750.5px) {
    .homepage-slides .content-block * {
        opacity: 0;
        transform: scale(1.1);
        transition: opacity 1s ease, transform 1s ease;
    }

    .homepage-slides .content-block.slick-current * {
        opacity: 1;
        transform: scale(1);
    }
}

.homepage-slides .content-block h1,
.homepage-slides .content-block h2 {
    font-size: 99px;
    font-weight: 300;
    line-height: 100%;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
}

.homepage-slides .content-block .button ,.topbutton{
    background: #fff;
    color: #000 !important;
    font-family: 'Suisse Int\'l Cond';
    font-size: 16px;
    font-weight: 500;
    padding: 15px 50px;
    text-transform: none;
    transition: color 0.2s ease, background 0.2s ease;
    white-space: nowrap;
}
.footbutton{ 
    background: #fff;
    color: #000 !important;
    font-family: 'Suisse Int\'l Cond';
    font-size: 20px;
    font-weight: 500;
    
    text-transform: uppercase;
    transition: color 0.2s ease, background 0.2s ease;
    white-space: nowrap;
    padding: 20px 50px 15px 50px; width:200px; text-align:center;}

.homepage-slides .content-block .button:hover ,.topbutton:hover,.footbutton:hover{
    background: #000;
    color: #fff !important;
}

.footbutton2{ 
    background: #000;
    color: #fff !important;
    font-family: 'Suisse Int\'l Cond';
    font-size: 20px;
    font-weight: 500;
    
    text-transform: uppercase;
    transition: color 0.2s ease, background 0.2s ease;
    white-space: nowrap;
    padding: 20px 50px 15px 50px!important; text-align:center;}

.footbutton2:hover{
    background: #fff;
    color: #000 !important;
}

.homepage-slides .content-block .button:after {
    display: none;
}

.homepage-slides .slick-dots {
    left: 73px;
    opacity: 0;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    transition-delay: 1s;
    transition: opacity 1s linear, visibility 1s linear;
    visibility: hidden;
    width: auto;
    z-index: 101;
}

body.hero-done .homepage-slides .slick-dots {
    opacity: 1;
    visibility: visible;
}

.homepage-slides .slick-dots li {
    display: block;
    margin: 0 0 8px 0;
}

.homepage-slides .slick-dots button {
    border-bottom: 1px solid transparent;
    border-radius: 0;
    color: #fff;
    height: auto;
    opacity: 0.4;
    text-indent: 0;
    width: auto;
}

.homepage-slides .slick-dots button:before {
    content: '0';
}

.homepage-slides .slick-dots li button:hover, 
.homepage-slides .slick-dots li.slick-active button {
    opacity: 1;
    border-bottom: 1px solid #fff;
}

@media (max-width: 1200px) {
    .homepage-slides .content-block h1, 
    .homepage-slides .content-block h2 {
        font-size: 65px;
        margin-bottom: 20px;
    }
}

@media (max-height: 750px) {
    .homepage-slides .content-block h1, 
    .homepage-slides .content-block h2 {
        font-size: 65px;
        margin-bottom: 20px;
    }
}

@media (max-width: 750px) {   
    .homepage-slides {
        margin: 0;
    }

    .homepage-slides .section-wrap-inner {
        background: #fff;
    }

    .homepage-slides .content-block {
        padding: 170px 0 100px 0;
    }

    .content-block-wrap {
        padding: 70px 0 0 0;
    }

    .content-block-wrap:first-child {
        padding: 0;
    }

    .content-block-wrap h1,
    .content-block-wrap h2 {
        font-size: 65px;
        line-height: 100%;
        margin-bottom: 70px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .homepage-slides .content-block {
        padding: 80px 30px 80px 30px;
    }
}

@media (max-width: 450px) {
    .br-wrap,
    .br-wrap:before {
        content: " ";
    }
    
    .br-wrap br {
        display: none;
    }    

    .br-wrap br.mobile-only {
        display: block;
    }
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Homepage - Page Styles ------------------------------------------------------------------------------------------------ */
/* ----------------------------------------------------------------------------------------------------------------------- */
body.viewing-page-homepage {
    overflow: hidden;
}

body.viewing-page-homepage .header {
    opacity: 0;
    transition: opacity 1s ease, visibility 1s ease;
    visibility: hidden;
}

body.viewing-page-homepage.hero-done .header {
    opacity: 1;
    visibility: visible;
}

@media (min-width: 600px) {
    body.viewing-page-homepage .header-upper-left {
        display: block;
    }
}

body.viewing-page-homepage .main-content {
    overflow: hidden;
    position: relative;
    transition: transform 1s ease;
    z-index: 1;
}

body.viewing-page-homepage .footer {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 0;
}

body.viewing-page-homepage.show-footer .main-content {
    transform: translateY(-235px);
}

body.viewing-page-homepage .header {
    transition: opacity 1s ease;
}

body.viewing-page-homepage.show-footer .header,
body.viewing-page-homepage.show-footer .logo-wrap {
    opacity: 0;
}

body.viewing-page-homepage .logo {
    display: none;
}

@media (max-width: 750px) {
    body.viewing-page-homepage {
        overflow: auto;
    }

    body.viewing-page-homepage .footer {
        position: static;
    }
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Neighborhood - Distances ---------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.neighborhood-distances ul {
    font-family: 'Suisse Int\'l Cond';
    font-size: 18px;
    font-weight: 500;
    list-style: none;
    margin: 0;
    padding: 0;
}

.neighborhood-distances .content-block > ul > li {
    display: flex;
    line-height: 100%;
    margin-bottom: 10px;
    justify-content: space-between;
}

.neighborhood-distances .content-block > ul > li > ul {
    display: flex;
    align-items: flex-end;
    flex: 1;
}

.neighborhood-distances .content-block > ul > li > ul:before {
    content: '';
    display: block;
    background: #000;
    margin: 0 10px;
    width: 100%;
    height: 1.5px;
}
.neighborhood-distances .content-block > ul > li > ul li {
    white-space: nowrap;
}

@media (max-width: 750px) {
    .neighborhood-distances ul {
        font-size: 15px;
    }
}

@media (max-width: 450px) {
    .neighborhood-distances .content-block > ul > li > ul {
        align-items: center;
    }
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Neighborhood - Neighborhood Guide ------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.neighborhood-guide-section {
    display: block;
    margin: 0;
    padding: 90px 0 110px;
}

.neighborhood-guide-section .breadcrumb:after {
    background: #fff;
}

.neighborhood-guide-section .col-1 {
    margin-bottom: 60px;
}

.neighborhood-guide-section .link-item figcaption {
    font-size: 16px;
    font-weight: 500;
    left: 0;
    text-align: left;
    text-transform: uppercase;
}

@media (max-width: 890px) {
    .neighborhood-guide-section {
        padding: 70px 0 40px; 
    }

    .content-block.link-item {
        margin-bottom: 60px;
    }
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Neighborhood - Neighborhood Guide Overlays ---------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.neighborhood-guide-overlay {
    background: #fff;
    display: block;
    height: 1300px;
    left: 50%;
    max-height: calc(100vh - 150px);
    max-width: calc(100vw - 150px);    
    margin: 0;
    opacity: 0;
    padding: 0;
    pointer-events: none;
    position: fixed;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: opacity 0.2s linear, visibility 0.2s linear;
    visibility: hidden;
    width: 1450px;
    z-index: 1000;
}

.neighborhood-guide-overlay .section-wrap-inner {
    bottom: 50px;
    left: 50px;
    margin: 0;
    overflow-y: scroll; /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch;
    position: absolute;
    right: 30px;
    top: 70px;
}

.neighborhood-guide-overlay .section-wrap-inner::-webkit-scrollbar {
	background-color: #D9D9D9;
	width: 5px;
}

.neighborhood-guide-overlay .section-wrap-inner::-webkit-scrollbar-thumb {
	background-color: #0D9995;
	width: 7px;
}

body.showing-neighborhood-guide-overlay {
    overflow: hidden;
}

body.showing-neighborhood-guide-overlay:before {
    background: #000;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0.51;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
}

.neighborhood-guide-overlay.visible {
    opacity: 1;
    pointer-events: initial;
    visibility: visible;
}

.close-neighborhood-guide-overlay-link {
    background: url(/assets/images/icons/guide-close-x.svg) 100% 50% no-repeat;
    background-size: contain;
    font-family: 'Suisse Int\'l Cond';
    font-size: 19px;
    font-weight: 500;
    height: 16px;
    line-height: 16px;
    padding: 0 25px 0 0;
    position: absolute;
    right: 30px;
    text-transform: uppercase;
    top: 20px;
    transition: opacity 0.2s linear;
}

.close-neighborhood-guide-overlay-link:after {
    display: none;
}

.close-neighborhood-guide-overlay-link:hover {
    opacity: 0.7;
}

.neighborhood-guide-overlay .col-1 {
    margin-bottom: 40px;
}

.neighborhood-guide-overlay .col-3-5 {

}

.neighborhood-guide-overlay h3 {
    font-size: 21px;
    letter-spacing: 1px;
    margin-bottom: 15px;
    margin-top: 30px;
}

.neighborhood-guide-overlay p {
    margin-bottom: 15px;
}

.neighborhood-guide-overlay figure.image-with-caption {
    display: inline-block;
    margin: 0 15px 30px 15px;
    width: calc(50% - 30px);
    position: static;
}

.neighborhood-guide-overlay figure.image-with-caption.double-width {
    width: calc(100% - 30px);
}

.neighborhood-guide-overlay figure.image-with-caption img {
    display: block;
    margin-bottom: 10px;
    width: 100% !important;
}

.neighborhood-guide-overlay figure.image-with-caption figcaption {
    display: block;
    position: static;
}

@media (max-width: 890px) {
    .neighborhood-guide-overlay {
        max-height: calc(100vh - 80px);
        max-width: calc(100vw - 50px);
    }

    .neighborhood-guide-overlay .section-wrap-inner {
        bottom: 20px;
        left: 20px;
        right: 20px;
    }

    .neighborhood-guide-overlay .content-block {
        margin-left: 10px;
        margin-right: 10px;
    }

    .neighborhood-guide-overlay .content-block.col-3-5 {
        margin-left: 0;
        margin-right: 0;
    }

    .neighborhood-guide-overlay figure.image-with-caption {
        margin: 0 7.5px 20px 7.5px;
        width: calc(50% - 15px);
    }

    .neighborhood-guide-overlay figure.image-with-caption.double-width {
        width: calc(100% - 15px);
    }
}

.small-link {
    font-family: 'Suisse Int\'l Cond';
    font-size: 13px;
    font-weight: 500;   
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Neighborhood - Map Styles --------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
@media (max-width: 450px) {
    body.viewing-page-neighborhood .secondary-text {
        margin-top: 60px;
    }   
}

.section-wrap.neighborhood-map-section {
    border-bottom: 5px solid #fff;
    font-family: 'Suisse Int\'l Cond';
    font-weight: 500;
}

.section-wrap.neighborhood-map-section:last-child {
    margin: 0;
}

.section-wrap.neighborhood-map-section .section-wrap-inner,
.section-wrap.neighborhood-map-section .content-block {
    margin: 0;
    width: 100%;
}

.category-list-wrap {
    background: #000;
    color: #fff;
    padding: 67px;
}

.category-list-wrap a {
    color: #fff;
}

.category-list-wrap a:after {
    background: #fff;
}

.category-list-wrap ul {
    border-top: 1px solid #fff;
    list-style: none;
    margin: 0;
    padding: 0;
}

.category-list-wrap > ul > li {
    border-bottom: 1px solid #fff;
}

.category-list-wrap > ul > li > a {
    display: inline-flex;
    align-items: center;
    font-size: 27px;
    padding: 10px 0;
    text-transform: uppercase;
}

.category-list-wrap > ul > li > a:after {
    background: url(/assets/images/icons/map/food-and-drink.svg) 50% 50% no-repeat;
    background-size: contain;
    bottom: auto;
    content: '';
    display: inline-block;
    height: calc(51px * 0.8);
    left: auto;
    margin-left: 15px;
    padding: 0;
    position: static;
    transform: none;
    transition: none;
    width: calc(44px * 0.8);
}

.category-list-wrap > ul > li > a.category-id-2:after {
    background-image: url(/assets/images/icons/map/art-and-culture.svg);
    height: calc(45px * 0.8);
    width: calc(38px * 0.8);
}

.category-list-wrap > ul > li > a.category-id-3:after {
    background-image: url(/assets/images/icons/map/parks-and-greenspace.svg);
    height: calc(55px * 0.8);
    width: calc(33px * 0.8);
}

.category-list-wrap > ul > li > a.category-id-4:after {
    background-image: url(/assets/images/icons/map/shopping.svg);
    height: calc(43px * 0.8);
    width: calc(34px * 0.8);
}

.category-list-wrap > ul > li > a.category-id-5:after {
    background-image: url(/assets/images/icons/map/schools-research-centers-and-hospitals.svg);
    height: calc(51px * 0.8);
    width: calc(51px * 0.8);
}

.category-list-wrap > ul > li > a.category-id-6:after {
    background-image: url(/assets/images/icons/map/transit.svg);
    height: calc(50px * 0.8);
    width: calc(38px * 0.8);
}

.category-list-wrap > ul > li > a.category-id-7:after {
    background-image: url(/assets/images/icons/map/health-and-fitness.svg);
    height: calc(39px * 0.8);
    width: calc(47px * 0.8);
}

@media (max-width: 1024px) {
    .category-list-wrap > ul > li > a:after {
        height: calc(51px * 0.70);
        width: calc(44px * 0.70);
    }
    
    .category-list-wrap > ul > li > a.category-id-2:after {
        height: calc(45px * 0.70);
        width: calc(38px * 0.70);
    }
    
    .category-list-wrap > ul > li > a.category-id-3:after {
        height: calc(55px * 0.70);
        width: calc(33px * 0.70);
    }
    
    .category-list-wrap > ul > li > a.category-id-4:after {
        height: calc(43px * 0.70);
        width: calc(34px * 0.70);
    }
    
    .category-list-wrap > ul > li > a.category-id-5:after {
        height: calc(51px * 0.70);
        width: calc(51px * 0.70);
    }
    
    .category-list-wrap > ul > li > a.category-id-6:after {
        height: calc(50px * 0.70);
        width: calc(38px * 0.70);
    }
    
    .category-list-wrap > ul > li > a.category-id-7:after {
        height: calc(39px * 0.70);
        width: calc(47px * 0.70);
    }
}

.category-list-wrap > ul > li > a:before {
    content: '+';
    display: inline-block;
    margin-right: 5px;
}

.category-list-wrap > ul > li.selected > a:before {
    content: '-';
}

.category-list-wrap > ul > li > .locations-list {
    columns: 3;
    display: none;
    font-size: 16px;
    list-style: none;
    margin: 0;
    padding: 20px 0;
    transition: none;
}

.category-list-wrap > ul > li > .locations-list li {
    break-inside: avoid;
    margin-bottom: 5px;
    opacity: 0;
    visibility: hidden;
}

.category-list-wrap > ul > li.selected > .locations-list.show li {
    opacity: 1;
    transition: opacity 0.5s linear, visibility 0.5s linear;
    visibility: visible;
}

.category-list-wrap > ul > li > .locations-list li a {
	display: inline-block;
	position: relative;
    text-decoration: none;
}

.category-list-wrap > ul > li > .locations-list li .counter {
    display: none;
}

.category-list-wrap > ul > li > .locations-list li:hover a:after,
.category-list-wrap > ul > li > .locations-list li a.selected:after {
    width: 100%;
}

.map-container {
	height: 700px;
}

.gm-style-iw-t {
	bottom: 0 !important;
}

.custom-marker {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #000;
    border-radius: 100%;
    color: transparent;
    cursor: pointer;
    font-size: 1px;
    height: 40px;
    text-indent: -9999px;
    transition: transform 0.3s ease;
    width: 40px;
}

.custom-marker.category-id-1 {
    background-color: transparent;
    background-image: url(/assets/images/icons/map/pins/food-and-drink.svg);
}

.custom-marker.category-id-2 {
    background-color: transparent;
    background-image: url(/assets/images/icons/map/pins/art-and-culture.svg);
}

.custom-marker.category-id-3 {
    background-color: transparent;
    background-image: url(/assets/images/icons/map/pins/parks-and-greenspace.svg);
}

.custom-marker.category-id-4 {
    background-color: transparent;
    background-image: url(/assets/images/icons/map/pins/shopping.svg);
}

.custom-marker.category-id-5 {
    background-color: transparent;
    background-image: url(/assets/images/icons/map/pins/schools-research-centers-and-hospitals.svg);
}

.custom-marker.category-id-6 {
    background-color: transparent;
    background-image: url(/assets/images/icons/map/pins/transit.svg);
}

.custom-marker.category-id-7 {
    background-color: transparent;
    background-image: url(/assets/images/icons/map/pins/health-and-fitness.svg);
}

@media (max-width: 1024px) {
    .custom-marker {
        height: 30px;
        width: 30px;
    }
}

.custom-marker:hover {
	z-index: 10000 !important;
}

.custom-marker.selected {
	transform: scale(1.15);
	z-index: 10000 !important;
}

.custom-marker.main-location {
    background-color: transparent;
    background: url(/assets/images/icons/map-pin-circle.png) 50% 50% no-repeat;
    border-radius: 0;
	height: 141px;
	width: 125px;
	position: relative;
    top: 30px;
}

.gm-style .gm-style-iw-t {
	margin-bottom: 12px;
}

.gm-style .gm-style-iw-c {
    background: #fff;
    color: #000;
	border-radius: 0;
    box-shadow: none;
}

.gm-style .gm-style-iw-d {
    overflow: auto !important;
}

.gm-style .gm-style-iw-t::after {
    background: #fff;
}

.marker-content  {
	max-width: 220px;
    padding: 0 20px 20px 0;
}

.marker-content > div {
    margin-bottom: 10px;
}

.marker-content > div:last-child {
    margin: 0;
}

.marker-content .title {
    font-family: 'Suisse Int\'l Cond';
    font-size: 16px;
    font-weight: 500;
} 

.marker-content .tagline {
    font-family: 'Suisse Int\'l';
    line-height: 150%;
}

@media (max-width: 890px) {
    .map-container {
        height: 70vh;
    }

    .category-list-wrap {
        padding: 45px 30px;
    }

    .category-list-wrap > ul > li > a {
        font-size: 22px;
    }
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Neighborhood Icons ---------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.neighborhood-icons .content-block:last-child {
    margin-top: 80px;
    padding: 0 60px;
}

.neighborhood-icons .slick-prev, 
.neighborhood-icons .slick-next {
    background-size: contain;
    background: url(/assets/images/icons/black-arrow-left.svg) 50% 50% no-repeat;
    height: 56px;
    left: -60px;
    width: 31px;
}

.neighborhood-icons .slick-next {
    background-image: url(/assets/images/icons/black-arrow-right.svg);
    left: auto;
    right: -60px;
}

.neighborhood-icons .slick-slide .caption {
    -webkit-overflow-scrolling: touch;
    color: #fff;
    left: 0;
    max-height: 100%;
    opacity: 0;
    overflow: auto;
    padding: 15px 30px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 0.3s linear, visibility 0.3s linear;
    visibility: hidden;
    z-index: 3;
}

@media (min-width: 1700px) {
    .neighborhood-icons .slick-slide .caption {
        padding: 15px 45px;
    }
}

.neighborhood-icons .slick-slide .image {
    background-size: cover;
}

.neighborhood-icons .slick-slide {
    margin: 0 20px;
}

.neighborhood-icons .slick-slide:after {
    backdrop-filter: blur(5px);
    background: rgba(0,0,0,0.60);
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 0.3s linear, visibility 0.3s linear;
    visibility: hidden;
    z-index: 2;
}

.neighborhood-icons .slick-slide:hover .caption,
.neighborhood-icons .slick-slide:hover:after {
    opacity: 1;
    visibility: visible;
}

.neighborhood-icons .slick-slide .caption h3 {
    border-bottom: 1px solid #fff;
    display: inline-block;
    margin-bottom: 15px;
}

@media (max-width: 1024px) {
    .neighborhood-icons .content-block:last-child {
        padding: 0 15px;
    }

    .neighborhood-icons .slick-slide {
        margin: 0 10px;
        font-size: 13px;
    }
}

@media (max-width: 900px) {
    .neighborhood-icons .content-block:last-child {
        margin-top: 60px;
    }

    .neighborhood-icons .slick-prev {
        left: -35px;
    }

    .neighborhood-icons .slick-next {
        right: -35px;
    }
}

@media (max-width: 500px) {
    .neighborhood-icons h2 {
        font-size: 48px;
    }
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Gallery Page Styles ------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
body.viewing-page-gallery {
    background: #000;
}

body.viewing-page-gallery .section-wrap {
    margin: 0;
    padding: 120px 150px;
}

body.viewing-page-gallery .section-wrap-inner {
    max-width: 1294px;
    margin: 0 auto;
}

body.viewing-page-gallery .caption {
    color: #fff;
    font-family: 'Suisse Int\'l Cond';
    text-align: center;
}

body.viewing-page-gallery .slick-arrow {
    background: url(/assets/images/icons/left-white-arrow.svg) 50% 50% no-repeat;
    background-size: contain;
    display: block;
    height: 31px;
    left: -50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
}

body.viewing-page-gallery .slick-arrow.slick-next {
    background-image: url(/assets/images/icons/right-white-arrow.svg);
    left: auto;
    right: -50px;
}

body.viewing-page-gallery .footer,
body.viewing-page-contact .footer {
    background: #fff;
    color: #000;
}

body.viewing-page-gallery .footer a,
body.viewing-page-contact .footer a {
    color: #000;
}

body.viewing-page-gallery .footer a.button,
body.viewing-page-contact .footer a.button {
    background: #000;
    color: #fff;
}

body.viewing-page-gallery .footer a:after,
body.viewing-page-contact .footer a:after {
    background: #000;
}

body.viewing-page-gallery .footer img,
body.viewing-page-contact .footer img {
    filter: invert(100%);
}

body.viewing-page-gallery .slick-dots {
    display: none !important;
}

@media (max-width: 750px) {
    body.viewing-page-gallery .header .logo {
        display: none;
    }

    body.viewing-page-gallery .section-wrap {
        padding: 20px 30px 0;
    }

    body.viewing-page-gallery .content-block {
        margin: 0 15px;
    }

    body.viewing-page-gallery .slick-arrow.slick-prev {
        left: -34px;
        top: calc(50% - 50px);
    }

    body.viewing-page-gallery .slick-arrow.slick-next {
        right: -34px;
        top: calc(50% - 50px);
    }
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Team Page Styles ------------------------------------------------------------------------------------------------------ */
/* ----------------------------------------------------------------------------------------------------------------------- */
.viewing-page-team h3,
.viewing-page-team h2.h3-style {
    border-bottom: 1px solid #000;
    display: inline-block;
    font-size: 21px;
}

@media (max-width: 890px) {
    .viewing-page-team .content-block {
        margin-bottom: 60px;
    }

    .viewing-page-team .content-block:last-child {
        margin-bottom: 0;
    }
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Availability Temp Page Styles ----------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.viewing-page-availability .section-wrap.intro-text h1 {
    margin-bottom: 0;
}

.custom-availability-section {
    margin: 0;
    padding: 0 0 80px 0;
}

.custom-availability-section p {
    font-size: 22px;
}

.custom-availability-section p strong {
    font-family: 'Suisse Int\'l Cond';
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.custom-availability-section ul {
    border-top: 1px solid #000;
    font-family: 'Suisse Int\'l Cond';
    font-size: 27px;
    letter-spacing: 2px;
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0;
    text-transform: uppercase;
}

.custom-availability-section ul li {
    border-bottom: 1px solid #000;
    padding: 20px 0;
}

.custom-availability-section ul li strong {
    font-weight: 500;
}

@media (max-width: 1200px) {
    .custom-availability-section {
        font-size: 22px;
    } 
}

@media (max-width: 750px) {
    .viewing-page-availability .header .logo {
        top: 90px;
        width: 56px;
    }

    .section-wrap.page-banner.has-caption h1 {
        margin-top: 150px;
    }
}

@media (max-width: 600px) {
    .custom-availability-section p {
        font-size: 15px;
    }

    .custom-availability-section ul {
        font-size: 16px;
        letter-spacing: 1px;
    } 

    .custom-availability-section p strong {
        font-size: 13px;
        letter-spacing: 1px;
    }
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Availability Page Styles ---------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.viewing-page-availability-tbd .intro-text {
    margin-bottom: 0;
}

.availability-wrap {
	font-size: 18px;
	padding: 67px 0;
    background: #EFEFEF;
    font-family: 'Suisse Int\'l Cond';
    font-weight: 500;
    margin: 0;
}

.availability-table {
	border-bottom: 1px solid #000;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

.availability-table th {
	-webkit-transition: all .2s ease;
    font-family: 'Suisse Int\'l Cond';
	font-size: 18px;
    font-weight: 500;
	opacity: 0;
	padding-bottom: 10px;
	text-align: left;
	text-transform: uppercase;
	transition: all .2s ease;
	visibility: hidden;
}

.availability-table.rows-displayed th {
	opacity: 1;
	visibility: visible;
}

.availability-table th.last {
	padding-left: 60px;
	padding-right: 30px;
	width: 80px;
}

.availability-table td {
    width: 11%;
}

.availability-table td:first-child {
	text-align: left;
	width: 130px;
}

.availability-table td:nth-child(2) {
    width: 100px;
}

.availability-table td:last-child {
    width: 100px;
}

.availability-table td.label {
	border-top: 1px solid #000;
	font-size: 27px;
	padding: 20px 0;
	position: relative;
	text-align: left;
    font-family: 'Suisse Int\'l Cond';
    font-weight: 500;
    text-transform: uppercase;
}

.availability-table td.label .toggler:before {
	content: '+';
    margin-right: 10px;
    display: inline-block;
}

.availability-table tr.active td.label .toggler:before {
    content:'-';
}

.availability-table tr.unit-row {
	cursor: pointer;
}

.availability-table tr.unit-row > td {
	cursor: pointer;
}

.availability-table tr.info-row td {
	padding: 10px 0;
}


.availability-table tr.info-row td:nth-child(2) a {
    display: inline-block;
    font-size: 13px;
    line-height: 170%;
    transition: border .15s ease;
}

.availability-table tr.info-row td:nth-child(2) a:after {
    opacity: 0.5;
}

.availability-table tr.info-row.last td {
	padding-bottom: 20px;
}

.availability-table tr.info-row td:last-child {
	padding-left: 60px;
	padding-right: 34px;
}

.availability-table .view-details-link img {
	width: 28px;
}

.availability-table .download-pdf-link img {
	width: 23px;
}

.small-button {
	border: 1px solid #000;
	margin-left: 10px;
	padding: 4px 11px;
	font-size: 13px;
	text-decoration: none;
	text-transform: uppercase;
}

.small-button:hover {
	background: #000;
	color: #fff;
}

.view-gallery-link {
    font-family: 'Suisse Int\'l Cond';
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.view-gallery-link:after {
    width: 100%;
}

@media screen and (max-width: 950px) {
	.availability-wrap .mobile-hide {
		display: none !important;
	}
}

@media screen and (min-width: 890.5px) {
	.mobile-only { display: none !important; }

	.info-row .unit-title {
		display: inline-block;
		width: 50px;
	}
}

@media screen and (max-width: 890px) {
	.small-button { display: none; }

	.content-block img.narrower-mobile-image {
		display: block;
		margin: 0 auto;
		max-width: 85%;
	}
	
	.mobile-hide {
		display: none !important;
	}

	.availability-wrap {
		margin: 0 0 50px 0;
	}
	
	.availability-table th {
		font-size: 11px;
		letter-spacing: 0;
	}
	
    .availability-table td {
        width: auto;
    }
    
	.availability-table td.label {
		font-size: 18px;
	}
	
    .availability-table th,
    .availability-table th.last {
        padding: 7px 0;
        text-align: center;
    }

    .availability-table th.last {
        text-align: right;
    }

	.availability-table tr.info-row td,
    .availability-table tr.info-row td:last-child {
		font-size: 13px;
		padding: 7px 0;
        text-align: center;
        vertical-align: middle;
	}

    .availability-table tr.info-row td:last-child {
        text-align: right;
        width: 70px;
    }

    .availability-table tr.info-row.last td {
        padding: 7px 0 20px;
    }

    .availability-table tr.info-row td:first-child {
        text-align: left;
    }
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Contact Page / Form Styles -------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.viewing-page-contact {
    background: #000;
}

.viewing-page-contact .logo,
.viewing-page-thank-you .logo {
    left: 50%;
    transform: translateX(-50%);
}

.viewing-page-contact .breadcrumb {
    border-bottom: 1px solid #fff;
}

@media (min-width: 600px) {
    .viewing-page-contact .header-upper-left,
    .viewing-page-thank-you .header-upper-left {
        display: block;
    }
}

@media screen and (min-width: 891px) {
    .viewing-page-contact #page-content-wrap,
    .viewing-page-contact .main-content,
    .viewing-page-contact .main-content .wrapper,
    .viewing-page-contact .main-content .wrapper .section-wrap {
        display: flex;
        flex-direction: column;
        flex: 1;
    }

    .viewing-page-contact .section-wrap-inner {
        display: flex;
        flex: 1;
        margin: 0;
    }

    .inquiries-form-section .content-block {
        width: 50%;
    }
}

.viewing-page-contact .section-wrap {
    background: #000;
    color: #fff;
    margin: 0;
}


.inquiries-form-section .content-block {
    align-items: flex-start;
    flex: 1;
    margin: 0;
    padding: 400px 65px 65px 65px;
}

.inquiries-form-section .content-block:first-child {
    background: url(/assets/images/template/contact-left-side-background.jpg) 50% 50% no-repeat;
    background-size: cover;
}

.inquiries-form-section .content-block:first-child p {
    max-width: 550px;
}

form {
    max-width: 757px;
    margin: 0 auto;
    text-align: left;
}

.field-wrap {
    margin-bottom: 30px;
}

.field-wrap label {
    display: none;
}

.field-wrap.radio-field-wrap,
.field-wrap.desired-move-in-date-field-wrap {
    display: flex;
}

.field-wrap.desired-move-in-date-field-wrap {
    align-items: center;
}

.field-wrap.radio-field-wrap > label,
.field-wrap.desired-move-in-date-field-wrap > label {
    display: block;
    margin-right: 50px;
}

.field-wrap,
.field-wrap input[type=text],
.field-wrap select {
    color: #fff;
    font-family: 'Suisse Int\'l Cond';
    font-size: 15px;
    font-weight: 300;
}

.field-wrap label {
    text-transform: uppercase;
}

.field-wrap input[type=text],
.field-wrap select {
    background: transparent;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #fff;
    box-shadow: none;
    display: block;
    outline: none;
    padding: 4px 0;
    width: 100%;
}

.field-wrap select {
    -webkit-appearance: none;
}

.field-wrap input[type=text].datepicker {
    background-image: url(/assets/images/icons/calendar.svg);
    background-position: calc(100% - 5px) 27%;
    background-repeat: no-repeat;
    background-size: auto 70%;
    cursor: pointer;
    width: 107px;    
}

.datepicker-picker span {
    color: #000;
}

::-webkit-input-placeholder { /* Edge */
    color: #fff;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

::placeholder {
    color: #fff;
}

.field-wrap select {
}

.field-wrap select option {
    color: #000;
}

.error-msg {
    color: pink;
    margin-top: 10px;
}

.radio-wrap {
    display: inline-block;
    margin-right: 20px;
}

.radio-wrap label {
    align-items: center;
    cursor: pointer;
    display: inline-flex;
}
 
.radio-wrap label:before {
    background: url(/assets/images/icons/check.svg) 50% 50% no-repeat;
    background-size: contain;
    content: '';
    display: inline-block;
    margin-right: 10px;
    height: 23px;
    width: 23px;
}

.radio-wrap label.checked:before {
    background-image: url(/assets/images/icons/check-checked.svg);
}

.submit-wrap {
    margin-top: 35px;
}

.submit-wrap .button {
    background: #000;
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    font-family: 'Suisse Int\'l Cond';
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 12px 50px;
    transition: background 0.2s ease, color 0.2s ease;
}

.submit-wrap .button:hover {
    background: #fff;
    color: #000;
}

@media screen and (max-width: 890px) {
    .viewing-page-contact .section-wrap-inner {
       flex: 0;
    }

    .inquiries-form-section .content-block {
        padding-top: 370px;
        padding: 370px 30px 45px;
    }

    .inquiries-form-section .content-block:last-child {
        padding-top: 45px;
    }

    form {
        margin: 0;
    }

    .desired-resident-type-field-wrap .radio-wrap {
        min-width: 100px;
    }
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Thank You Page Styles ------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.viewing-page-thank-you {
    background: url(/assets/images/template/thank-you-background.jpg) 50% 50% no-repeat;
    background-size: cover;
}

.viewing-page-thank-you #page-content-wrap {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.viewing-page-thank-you .content-block {
    text-align: center;
    color: #fff;
    padding-top: 380px;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* 404 Page Styles ------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
body.viewing-page-404 {
    background: #000;
    color: #fff;
}

body.viewing-page-404 .section-wrap {
    padding-top: 200px;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Responsive Styles ----------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
#mobile-check-element {
    display: none;
}

@media (max-width: 750px) {
    #mobile-check-element {
        display: block;
    }
}
.neighborhood-map-section-rd .section-wrap-inner,.neighborhood-map-section-rd .section-wrap-inner .content-block{
margin-left:0 !important;
margin-right:0 !important;
width:100% !important;
}
.neighborhood-map-section-rd {
margin-bottom: 0px !important;min-height: 600px;
}

