/* Version: 1.0.0 */

#et-main-area {
	background-color: white;
}
.et_pb_row {
	width: 90%;
}
.et_pb_with_border.et_pb_section.et_pb_section_1_tb_header.top-leaderboard-ad.et_pb_with_background.et_section_regular {
	display:none;
}
.mobile-only {
	display: block;
}
.container {
	width: 100%;
	padding: 0 18px;
}
.article-content {
	margin-top: 40px;
}
.sponsored-image-link {
	display: block;
}
.sponsored-image {
	max-width: 160px;
	margin: 0 auto;
}
.alignfull {
	margin: 40px calc(50% - 50vw);
	max-width: 100vw;
	width: 100vw;
}
.alignwide {
	margin: 40px calc( ( 100% - 1920px ) / 2 );
	max-width: 1920px;
	width: 1920px;
}
.neighborhood-guide-cover {
	position: relative;
	margin-bottom: 36px;
}
.neighborhood-guide-image {
	display: block;
	max-height: 60vh;
	object-fit: cover;
	object-position: bottom center;
	margin: 0px calc(50% - 50vw);
	max-width: 100vw;
	width: 100vw;
}
.neighborhood-guide-caption {
	padding: 6px 0;
	font-size: 1px;
	text-transform: uppercase;
}
.neighborhood-guide-intro {
	font-size: 24px;
	line-height: 1.25;
	margin-bottom: 1em;
}
.align-wide .neighborhood-guide-heading,
.align-full .neighborhood-guide-heading {
	left: 0;
}
.article-block-heading {
	margin-top: 40px;
}
.neighborhood-guide-title {
	text-transform: uppercase;
	font-size: 40px;
	font-weight: 600;
	line-height: 1;
	margin: 0;
}
.neighborhood-guide-subtitle {
	font-size: 20px;
}
.small-note {
	font-size: 12px;
	text-transform: uppercase;
	margin:0 0 9px;
	line-height: 1;
}
.map-color-key {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	font-size: 14px;
	margin: 9px 0;
}
.color-key {
	display: inline-block;
	padding: 4px 8px;
	line-height: 1;
	color: white;
}	
.neighborhood-guide-map {
	margin: 40px 0;
}
.then-now {
	max-width: 72%;
	margin: 40px auto;
	text-align: center;
}
.then-now div:first-child {
	margin-bottom: 40px;
}
.then-now-title {
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	background-color: #cae9ef; 
	padding: 2px 3px 2px 6px;
}
.city-stats {
	display: block;
	margin: 60px 0;
}
.city-stat {
	text-align: center;
	margin-bottom: 20px;
}
.city-stat h3 {
	font-size: 16px;
	max-width: 50%;
	margin: 0 auto;
}
.counter {
	display: block;
	font-size: 36px;
	color: #50ADB5;
	margin-bottom: 20px;
}
.section-block {
	margin: 36px 0;
	position: relative;
}
.section-block-heading {
	line-height: 1.236;
	text-align: left;
	margin: 40px 0 18px 0;
	padding: 0;
}
.table-block {
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	margin: 0 0 40px 0;
}
.table-block table thead {
	background-color: #ffffff;
	color: black;
	border-bottom: 1px solid black;
}
.table-block table thead th {
	font-family: sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 1.236;
}
.table-block table thead th.col-header {
	font-size: 24px;
	font-weight: 600;
	text-align: left;
}
.table-block table tbody tr {
	background-color: white;
	color: black;
	white-space: nowrap;
}
.table-block table tbody td:nth-child(2n) {
	padding-left: 18px;
}
.table-block .dataTable tbody tr:nth-child(2n) {
	background-color: #dbe8ea;
}
.table-block .dataTable .neighborhood {
	background-color: white !important;
	text-align: left;
}
.table-block .dataTable .neighborhood a {
	display: block;
	color: #50ADB5;
}
.table-block .dataTable th,
.table-block .dataTable td,
.table-block .dataTable th.dt-type-numeric,
.table-block .dataTable th.dt-type-date,
.table-block .dataTable td.dt-type-numeric,
.table-block .dataTable td.dt-type-date,
.table-block .dataTable thead th,
.table-block .dataTable thead td,
.table-block .dataTable tfoot th,
.table-block .dataTable tfoot td {
	text-align: center;
}
.table-block .dataTable th.dt-type-numeric div.dt-column-header,
.table-block .dataTable th.dt-type-numeric div.dt-column-footer,
.table-block .dataTable th.dt-type-date div.dt-column-header,
.table-block .dataTable th.dt-type-date div.dt-column-footer,
.table-block .dataTable td.dt-type-numeric div.dt-column-header,
.table-block .dataTable td.dt-type-numeric div.dt-column-footer,
.table-block .dataTable td.dt-type-date div.dt-column-header,
.table-block .dataTable td.dt-type-date div.dt-column-footer {
	flex-direction: row;
}
@media screen and (min-width: 600px) {
	.mobile-only {
		display: none;
	}
	.then-now {
		display: grid;
		grid-template-columns: repeat(2,1fr);
		grid-gap: 100px;
		margin-top: 60px;
		margin-bottom: 60px;
		max-width: 60%;
	}
	
	.then-now div:first-child {
		margin-bottom: 0;
	}
}
@media screen and (min-width: 1024px) {
	.container {
		width: 90%;
		padding: 0;
	}
	.neighborhood-guide-cover .neighborhood-guide-title {
		color: #ffffff;
	}
	.neighborhood-guide-cover .neighborhood-guide-subtitle,
	.neighborhood-guide-cover .neighborhood-guide-subtitle a {
		color: white;
	}
	.neighborhood-guide-caption {
		position: absolute;
		bottom: 0;
		right: 0;
		color: white;
		border-bottom: none;
		margin: 0;
		padding: 3px 6px;
		max-width: 50%;
	}
	.neighborhood-guide-heading {
		position: absolute;
		top: 40px;
		padding: 0;
		text-shadow: 1px 1px 4px #555;
	}
	.neighborhood-guide-title {
		text-transform: uppercase;
		font-size: 70px;
		font-weight: 600;
		line-height: 1;
		margin: 0;
		left: -5px;
		position: relative;
	}
	.neighborhood-guide-subtitle {
		font-size: 30px;
	}
	.neighborhood-guide-intro {
		font-size: 30px;
	}
	.city-stats {
		display:grid;
		grid-template-columns: repeat(3,1fr);
		grid-gap: 30px;
	}
	.counter {
		font-size:50px;			
	}
	#cityTable_wrapper .dataTable th,
	#cityTable_wrapper .dataTable td {
		width: 20%;
	}
}
@media screen and (min-width: 1080px) {
	.article-content {
		display: grid;
		grid-template-columns: minmax(0,1fr) 300px;
		grid-gap: 40px;
	}
	#city-neighborhood-menu {
		position: sticky;
		top: 60px;
	}
}

@media screen and (min-width: 1440px) {
	.et_pb_row {
		width: 1440px;
	}
}

@media only screen and (max-width: 767px) {
  .et-db #et-boc .et-l .et_pb_row_1_tb_header {
      border-top-color: #000000 !important;
  }

  body.tax-city .header--main-menu .et_pb_menu__menu { margin-left: auto !important; }
  body.tax-city .header--main-menu .mobile_menu_bar { margin-left: auto !important; }

  body.tax-city .header--main-menu .et_pb_menu__wrap {
	justify-content: flex-end !important;
	text-align: right !important;
	margin-right: 20px;
  }

  body.tax-city .header--logo img {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 980px) {
	.et-db #et-boc .et-l .et_pb_column {
		margin-bottom: 0px !important;
	  }
}