@font-face {
  font-family: 'metropolis-bold';
  src: url('Metropolis-Bold.woff') format('woff'), /* Pretty Modern Browsers */
	   url('Metropolis-Bold.woff2') format('woff2'), /* Pretty Modern Browsers */

       url('Metropolis-Bold.ttf')  format('truetype') /* Safari, Android, iOS */
}
body {
	background-color:#12182b;
	
}
body, html {
	margin:0;
	padding:0;
	position:relative;
	font-weight:500;
	font-family: 'Raleway', sans-serif;
	color: #f8f0d8;
	overflow-x:hidden;
}
h2 {
	font-family: "Raleway",Arial,sans-serif;
    font-weight: 400;
    font-size: 37px;
    line-height: 1.3em;
    letter-spacing: 1px;
    font-family: Raleway;
    font-style: normal;
    font-weight: 800;
    font-size: 34px;
    line-height: 1.5em;
    letter-spacing: 1.08px;
    text-transform: uppercase;
        color: #eabb43;
        text-align:center;
}
h3 {
	font-family: "Kameron",Georgia,serif;
    font-weight: 400;
    font-size: 21px;
    line-height: 1.2em;
    letter-spacing: 0px;
    text-transform: none;
    font-family: Raleway;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    line-height: 1.4em;
    letter-spacing: .2em;
    text-transform: uppercase;
	color: #eabb43;
	text-align:center;
	margin-top: 24px;
}
#masthead {
	z-index:1010;
}
.menu li a {
	color:  #eabb43;
}
.menu li a.is-active {
	border-bottom:4px solid #eabb43;
}
.site-logo img {
	opacity:0;
	transition:opacity 1s;
}
#masthead.is-stuck .site-logo img {
	opacity:1;
}
.site-logo a {
	position: absolute;
    height: 30px;
    margin: 5px;
    z-index:1000;
}
.site-logo-center a {
	position: absolute;
    top: 0;
    left: calc(50% - 50px);
    height: 50px;
    margin: 5px;
    z-index:1000;
}
.site-logo img, .site-logo-center img {
	height:100%;
}
.hamburger {
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
	background-color: #eabb43 !important;
}
.fpimg {
	display:block;
	margin: 0 auto;
}
#plans button {
	display: block;
    margin: 47px auto 68px;
    width: 300px;
    color: #f7f4eb;
    background-color: #12182b;
    border-color: #000000;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    padding: 1.6em 1em;
}

#plans .cell {
	position:relative;
}
#plans .plancontainer {
	padding-bottom:65px;
	margin-bottom:19px;
}
#plans .plancontainer h3 {
	position:absolute;
	width:100%;
	bottom:0;
	text-align:center;
}

#skiparrow {
    position: absolute;
    top: 90vh;
    right: calc(50% - 20px);
    cursor: pointer;
    transition:all 1s;
}
#skiparrow a {
	color: #f8f0d8;
}
#skiparrow:hover {
	transform: translateY(-10px);
}
#skiparrow span {
    font-size: 2.5em;
    display: block;
    margin: auto;
    width: 1em;
}
#neighborhood {
	padding-bottom:90px;
    font-weight: 400;
    font-size: 18px;
}
#neighborhood h3 {
	text-align:left;
	font-size:22px;
	font-weight:800;
}
#neighborhood ul {
	margin-left:40px;
}
.grid-container {
	padding:0px;
	margin:0 auto;
	max-width:1280px;
}
.grid-container.max {
	max-width:100%;
}
.full_size {
	width:100vw !important;
	margin:0 calc(50% - 50vw);
	padding:0;
	position: relative;
	background-position:center;
	background-size:cover;
	display:block;
}
.full_size img {
	width:100%;
}
	
.square {
	width:33.333%;
	height:33.333vw;
	flex: 0 0 33.333%;
	margin:0;
	padding:0;
	position: relative;
	background-position:center;
	background-size:cover;
	overflow:hidden;
	background-color:#f7f4eb;
}
.square a {
	width:100%;
	height:100%;
	display:block;
	position:absolute;
	top:0;
	left:0;
	font-size:22px;
	opacity:0;
	transition: all .5s;
	padding:10px;
}
.square a.show {
	opacity:1;
}
.square.dynamic-quote a {
	opacity:1;
}
.square.dynamic-quote img {
	text-align:center;
	margin:0 auto;
	display:block;
	width:80%;
}
.square.dynamic-quote p.date {
	font-family: Raleway;
    font-weight: 300;
    font-style: normal;
    letter-spacing: .02em;
    text-transform: none;
    line-height: 1.5em;
    color:#878787;
    font-size:18px;
    text-align:center;
}
.square.dynamic-quote h4 {
	font-family: Raleway;
    font-weight: 700;
    font-size:23px;
    font-style: italic;
    letter-spacing: .01em;
    text-transform: none;
    line-height: 1.2em;
    text-align:center;
    color:#000000;
}
.square a:hover {
	background-color: rgba(18, 24, 43, .6);
	cursor:pointer;
	opacity:1;
	transform: scale(1.05);
}
.square.dynamic-quote a:hover {
	background-color: transparent;
}
.dynamic-image-image {
	transition: all .5s;
	margin:0;
	padding:0;
	position: relative;
	background-position:center;
	background-size:cover;
	overflow:hidden;
	display:block;
	width:100%;
	height:100%;
}
div.square.dynamic-image {
	overflow:hidden;
}
div.square.dynamic-image .dynamic-image-image:hover {
	cursor:pointer;
	transform: scale(1.05);
}
	
.square > img {
	position:absolute;
	top:0;
	left:0;
	pointer-events: none;
}
.full.reveal {
	background-color: rgba(18, 24, 43, .6);
}

.logo_container {
	width:100%;
	display:flex;
	transition: opacity 1s;
   background: rgba(18, 24, 43, .9);
   justify-content: center;
   align-items:center;
   opacity:0;
}	
.logobg {
	height:50%;
	width:100%;
	background:rgba(18, 24, 43, .9);
	position:relative;
	display:block;
}
@-webkit-keyframes showlogo {
  0% {opacity: 0}
  50% {opacity: 0}
  100% {opacity: 1;}
}

/* Standard syntax */
@keyframes showlogo {
  0% {opacity: 0}
  50% {opacity: 0}
  100% {opacity: 1;}
}
img.logo {
	height:auto;
	opacity:0;
	transition: opacity 1s;
    width: 20%;
    margin: 0 auto;
    display: block;
}
.logo_box {
	height:80%;
	padding:1em;
}

html.at_top img.logo {
	opacity: 1;
}
html.at_top .logo_container {
	transform: translateX(0%);
	opacity:1;
}
.gold {
	color: #eabb43;
	font-family: Raleway;
    font-weight: 700;
    font-style: normal;
    line-height: 1.4em;
    letter-spacing: .2em;
    text-transform: uppercase;
    text-align:center;
}
.gold img {
	width:80%;
	margin:0 auto;
}
#nav {
	max-width: 100%;
    width: 100%;
}

@-webkit-keyframes shownav {
  0% {transform: translateY(-100%);}
  50% {transform: translateY(-100%);}
  100% {transform: translateY(0);}
}

/* Standard syntax */
@keyframes shownav {
  0% {transform: translateY(-100%);}
  50% {transform: translateY(-100%);}
  100% {transform: translateY(0);}
}

#nav ul {
	display:flex;
	flex-direction: row;
	justify-content: center;
	margin:0;
	padding:0;
}
#nav ul li {
	flex:0 0 auto;
	padding: 0 1em 0 1em;
	color: #eabb43;
	font-family: Raleway;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 1.4em;
    letter-spacing: .2em;
    text-transform: uppercase;
    text-align:center;
    list-style:none;
    line-height:54px;
}

hr {
	width:66.67%;
	height:48px;
	background-position:center;
	background-size:contain;
	background-image: url('../img/AMEX_Line+Detail.png');
	background-repeat:no-repeat;
	border:0;
	margin:0 auto;
	display:block;
	background-color:transparent;
}
.home-text-area {
    width: 100vw;
    padding:2% 5% 5%;
    background:rgba(18, 24, 43, 1);
    font-size:18px;
    z-index:10;
    color: #eabb43;
}
.sticky_text {
	display: none;
    position: fixed;
    top: 0;
    width: 100vw;
    padding:5% 5%;
    margin-top:375px;
    background:rgba(18, 24, 43, 1);
    font-size:18px;
    z-index:10;
    color: #eabb43;
}
.sticky_text p,  .home-text-area p{
	max-width: 1280px;
	color:#f8f0d8;
	margin:0 auto;
}
#vision .section_head {
	padding-bottom:0px !important;
}
.section_head {
	padding:6em 3em;
	z-index:100;
}
.darkblue {
	background-color:#12182b;
	z-index:10;
}
.beige {
	background-color:#f7f4eb;
}
.tabs {
	background:transparent;
	border: 0px solid #e6e6e6;
	display:flex;
	justify-content: space-around;
	width:100%;
	position:relative;
	flex-wrap:wrap
}
.tabs li {
	flex: 1 1 100px;
	text-align:center;
}
.tabs span {
	background-color: black;
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    top: calc(100% - 4px);
    transition: left 300ms, width 300ms;
    content:'';
}
.tabs:before {
	content: none;
}
.tabs-title > a:focus, .tabs-title > a:hover, .tabs-title > a[aria-selected='true'] {
	background:transparent;
}
.tabs-panel {
	padding:0;
	background:transparent;
	border-top: 2px solid #000;
}
#contact {
	text-align:center;
}
#contact .section_head {
	padding-bottom:0;
}
#contact h3 {
	margin-top:70px;
}
#contact img {
	width: 400px;
    max-width: 80%;
}
#news .grid-container {
	max-width: 1080px;
}
.beige, .beige h3, .beige h2 {
	color: #0c0e1a;
}
.square.more_news {
	order:11;
}
.square.dynamic-image:after {
	display:block;
	width:32px;
	height:32px;
	position:absolute;
	bottom:5%;
	left:5%;
	content:' ';
	background-position:center;
	background-size:cover;
}
.square.dynamic-image.instagram:after {
	background-image:url('../img/social/instagram.svg');
}
.square.dynamic-image.twitter:after {
	background-image:url('../img/social/twitter.svg');
}
.square.dynamic-image.pinterest:after {
	background-image:url('../img/social/pinterest.svg');
}
.square.dynamic-image.facebook:after {
	background-image:url('../img/social/facebook.svg');
}

#modal-image img {
	display:block;
	height:auto;
	max-height:100%;
	max-width:100%;
	width: 80vh;
	margin:0 auto;
	padding-top: 5em;
}
#modal-image a {
	position:absolute;
	right: 10%;
	bottom:10%;
	display:block;
	color:#ffffff;
	width:30%;
	min-width:300px;
	font-weight:700;
	text-align:right;
	
}
.close-button {
	font-size: 4em;
}
#modal-image .close-button {
   color: #eabb43;
}
#modal-image p {
	font-weight:700;
	font-size:16px;
}
#modal-image h3 {
	text-align:right;
	font-size:16px;
}
.modal-footer {
	position:absolute;
	bottom:0;
	height:25%;
	width:100%;
	margin: 0 -16px;
	display:block;
	background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.9));
}
div.neib_lists {
    position: absolute;
}
ul.neighborhood_list li {
	list-style:none;
	position:relative;
}
ul.neighborhood_list p {
	font-size: 13px;
    margin-left: 35px;
    margin-bottom:7px;
    font-family: Raleway;
    font-weight: 300;
    font-style: normal;
    letter-spacing: .58px;
    line-height: 1.5em;
    color: #12182b;
}
ul.neighborhood_list span {
	margin-right: 20px;
    font-family: 'metropolis-bold';
    font-size: 12px;
    letter-spacing: 1.5px;
    min-width: 20px;
    position: absolute;
    top:0;
}	
ul.neighborhood_list li.res span {
	color: #ff8f12;
}
ul.neighborhood_list li.office span {
	color: #1c243b;
}
ul.neighborhood_list li.hotel span {
	color: #714377;
}
ul.neighborhood_list li.retail span {
	color: #4196b4;
}
ul.neighborhood_list li.subway span {
	color: #1c243b;
}
ul.neighborhood_list li.heading, li.subheading {
	font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-family: raleway;
    font-weight: 600;
    padding-bottom: 5px;
    padding-top: 40px;
    margin-left: 35px;
    width:100%;
    column-span: all;
}
ul.neighborhood_list li.subway p {
	height:6em;
}
ul.neighborhood_list li.subway span {
	background-image: url(../img/subway0.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    display: block;
    width: 150px;
    height: 42px;	
}
ul.neighborhood_list li.subway.sub1 span {
	background-image: url(../img/subway0.png);
    height: 48px;
}
ul.neighborhood_list li.subway.sub2 span {
	background-image: url(../img/subway1.png);
    height: 48px;
}
ul.neighborhood_list li.subway.sub3 span {
	background-image: url(../img/subway2.png);	
    height: 24px;
}
ul.neighborhood_list li.subway.sub4 span {
	background-image: url(../img/subway3.png);
    height: 24px;
}
ul.neighborhood_list li.subway.sub5 span {
	background-image: url(../img/subway4.png);
    height: 24px;
}
ul.neighborhood_list li.subway.sub6 span {
	background-image: url(../img/subway5.png);	
    height: 24px;
}
ul.neighborhood_list li.subway p {
	margin-left: 160px;
}
div.tabs_neighb_list {
	position:relative;
	overflow:hidden;
	margin:68px 0;
	min-height:400px;
}

#scroll_up {
	position: absolute;
    top: 0;
    left: 30%;
    margin-left: -10px;
    background-image: url(../img/arrow-up1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 99%;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
#scroll_down {
	position: absolute;
    bottom: -9px;
    left: 30%;
    margin-left: -10px;
    background-image: url(../img/arrow-down1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 99%;
        width: 20px;
    height: 20px;
    cursor: pointer;
}

#modal-contact {
    background: #f7f4eb;
    padding: 1em 2em 0em;   
    color: #333;
}
#modal-contact h3 {
	font-size: 22px;
    line-height: 1.2em;
    margin-right: 22px;
    color: #333;
}
#modal-contact input[type=submit] {
    display: block;
    width: auto;
    height: auto;
    padding: 1em 2.5em;
    color: #fff;
    background-color: #272727;
    border-width: 0;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    line-height: 1em;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 14px;
    text-transform: none;
    margin: 0 auto;
}
#modal-navigation {
	background-color:#12182b;
}
iframe {
	width:100%;
	height: 80vh;
}
.footer-menu {
	margin:0;
	margin-top:25vh;
}
.footer-menu li {
	list-style:none;
}
.footer-menu li a {
	display:block;
	text-align:center;
	color:#eabb43;
	text-transform:uppercase;
	font-weight:700;
	font-size:24px;
}
li.tabs-title a {
	text-transform: uppercase;
    letter-spacing: 4px;
    cursor: pointer;
    font-size: 14px;
    padding: 13px 0;
    font-weight: 700;
    color:#12182B;
}
.modal-shops {
	background-color: #ddd3ba;
	color:#1d243c;
	text-align:center;
}
.modal-logo-wrap {
	margin-top:40px;
}
.modal-logo-wrap img {
	width:400px;
	max-width:80%;
}
	
ul.shop_logos {
	display:flex;
	flex-wrap: wrap;
}
ul.shop_logos li {
	flex: 0 0 20%;
	min-width:100px;
	display:flex;
	align-items: center;
}
#primary {
	padding: 0 1em 4em;
}
#primary main{
	font-family: 'Raleway', sans-serif;
	max-width:1024px;
	margin:0 auto;
}
#primary hr {
	width:100%;
	height:75px;
}
#primary h1 {
	font-family: 'Raleway', sans-serif;
	font-family: Raleway;
    font-weight: 700;
    font-style: normal;
    font-size: 47px;
    line-height: 1.1em;
    letter-spacing: .1em;
    text-transform: uppercase;
    text-align:center;
    padding:100px 34px 50px;
}
#primary img {
	width:100%;
	margin:1em 0;
}
#primary h4,#primary h4 a  {
	font-weight:700;
	font-size:22px;
	color: #12182B;
	margin-top:2em;
}
#primary p {
	font-size:22px;
	color: #12182B;
	font-weight:400;
}
#contact { 
	padding-bottom: 2em;
}
#contact svg {
	width:50px;
}
#contact a {
	color: #12182B;
}
.iglogo {
	width: 54px;
    height: 54px;
    display: block;
    background: transparent url(../img/iglogo.png);
    background-size: 100% 200%;
    background-repeat: no-repeat;
    background-position: center top;
}
.iglogo:hover {
	background-position: center bottom;
}
.sqs-svg-icon--wrapper {
    width: 54px;
    height: 54px;
    display:block;
    margin:3em auto;
    border-radius: 50%;
    overflow:hidden;
}
#sec_footer a, #sec_footer{
	text-align:center;
	color:#c9c9c9;
	font-size:16px;
}

.pagination {
	display: flex;
    justify-content: center;
}
.pagination .current {
	color: #eabb43;
	background-color:#000;
}
.pagination a:hover {
	font-weight:900;
	color: #000;
	background-color:transparent;
}

@media only screen and (max-width: 1023px) {
	.tabs span {
		display:none;
	}
	li.tabs-title {
		border-bottom:4px solid transparent;
	}
	li.tabs-title:hover {
		border-bottom:4px solid #000000;
	}
	ul.neighborhood_list  {
		column-count:2;
	}
	#scroll_up {
		top:20px;
	}
	#scroll_up, #scroll_down {
		left:50%;
	}

		
}
@media only screen and (max-width: 767px) {
	.square {
		width:50%;
		height:50vw;
		flex: 0 0 50%;
	}
	.square a {
		font-size:16px;
	}
	div.sticky_text {
		position: absolute;
		top: 0;
		margin-top: 0;
	}
	.square.dynamic-quote h4 {
		font-size: 13px;
	}
	.square.dynamic-quote p.date {
		font-size: 10px;
	}
	ul.neighborhood_list  {
		column-count:2;
	}
	.offset-top {
		padding-top:60px !important;
	}
	.close-button, .close-button.medium {
		top: 60px;
	}
	.tabs li {
		display:inline-block;
		padding-left:10px;
		flex:1 1 26%;
		text-align:left;
	}
}

@media only screen and (max-width: 525px) {
	ul.neighborhood_list  {
		column-count:1;
	}
	h2 {
		font-size:26px;
	}
	h3 {
		font-size:20px;
	}
}

@media only screen and (min-width: 1280px) {
	.square {
		width:25%;
		height:25vw;
		flex: 0 0 25%;
	}
	.square a {
		font-size:24px;
	}
}
/*
     FILE ARCHIVED ON 16:19:08 Jun 05, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 21:10:21 May 18, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.537
  exclusion.robots: 0.06
  exclusion.robots.policy: 0.052
  esindex: 0.011
  cdx.remote: 11.922
  LoadShardBlock: 62.604 (3)
  PetaboxLoader3.datanode: 88.802 (5)
  load_resource: 252.34
  PetaboxLoader3.resolve: 198.239
  loaddict: 37.106
*/