/* Property Tabs */
.properties-tabs .et_pb_tabs_controls {
	display: flex;
	position: absolute;
	left: 50%;
	background-color: #fff;
	box-shadow: 0 10px 40px 0 rgba(106,106,106,0.17);
    border-radius: 40px;
	transform: translateX(-50%);
	z-index: 1;
}

.properties-tabs .et_pb_tabs_controls:after {
	display: none;
}

.properties-tabs .et_pb_tabs_controls li {
	border: 0px solid;
	border-radius: 40px;
	float: none;
	white-space: nowrap;
}

.properties-tabs .et_pb_tabs_controls li a {
	padding: 10px 30px;	
}

.properties-tabs .et_pb_tabs_controls li:focus-within {
	box-shadow: 0 0 8px 0 rgb(106 106 106 / 50%)
}

.properties-tabs .et_pb_all_tabs {
	clear: both;
	padding-top: 100px;
}

.properties-tabs .et_pb_tabs_controls li .icon_ul,
.properties-tabs .et_pb_tabs_controls li .icon_map_alt {
	vertical-align: middle;
}

.properties-tabs .et_pb_tabs_controls li .icon_ul:before {
	content: "\64";
    font-size: 18px;
    color: #000;
    font-family: 'ETModules';
	font-style: normal;
	padding-right: 4px;
}

.properties-tabs .et_pb_tabs_controls li .icon_map_alt:before {
    content: "\e083";
	font-size: 16px;
    color: #000;
    font-family: 'ETModules';
	font-style: normal;
	padding-right: 4px;
}

.properties-tabs .et_pb_tabs_controls li.et_pb_tab_active span:before {
	color: #fff;
}

@media (max-width: 767px) {
	.et_pb_tabs_controls li {
		float: left;
	}
}

@media (max-width: 550px) {
	.properties-tabs .et_pb_tabs_controls {
		width: 100%;
	}

	.properties-tabs .et_pb_tabs_controls li {
		text-align: center;
		display: inline-table;
		width: 48%;
	}

	.properties-tabs .et_pb_tabs_controls li.et_pb_tab_active {
		width: 52%;
	}

	.properties-tabs .et_pb_tabs_controls li a {
		font-size: 14px;
		padding: 10px;
	}

	.properties-tabs .et_pb_tabs_controls li .icon_map_alt:before {
		font-size: 14px;
	}

	.properties-tabs .et_pb_tabs_controls li.et_pb_tab_active span:before {
		font-size: 16px;
	}
}
/* Property Tabs */

/* Filter Dropdowns */
.property-filter-wrapper {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.property-filter-wrapper .filter-parent,
.property-filter-wrapper .filter-button {
	width: 33.333%;
	text-align: center;
}

.property-filter-wrapper .filter-title--button,
.property-filter-wrapper .filter-title {
	position: relative;
	color: #000;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	padding-top: 20px;
	padding-bottom: 20px;
	z-index: 10;
	background-color: #fff;
	border-bottom: 4px solid #919C00;
}

.property-filter-wrapper .filter-title--button:hover,
.property-filter-wrapper .filter-title--button:focus,
.property-filter-wrapper .filter-title--button.active {
	background-color: #919C00;
	color: #fff;
	cursor: pointer;
}

.property-filter-wrapper .filter-title:hover,
.property-filter-wrapper .filter-title:focus {	
	color: #919C00;
}

.property-filter-wrapper .filter-title:hover {
	cursor: pointer;
}

.property-filter-wrapper .filter-active .filter-title {
	border-bottom: 0px;
}

.property-filter-wrapper .filter-title--button:after {
	content: none;
}

.property-filter-wrapper .filter-title:after {
	content: '\33';
	font-family: 'ETmodules';
	color: #767676;
	padding-left: 10px;
	font-weight: 500;
    font-size: 22px;
    vertical-align: text-bottom;
}

.property-filter-wrapper .filter-dropdown {
	opacity: 0;
	position: absolute;
	height: 0px;
	width: 33.333%;
	padding-top: 50px;
    top: 0px;
    padding: 70px 3% 0px 3%;
    box-shadow: 0 10px 40px 0 rgba(0,0,0,.18);
    text-align: center;
    z-index: 1;
    background-color: #fff;
    overflow: scroll;
	transition: all .5s ease;
}

.property-filter-wrapper .filter-active .filter-dropdown {
  	height: 450px;
	opacity: 1; 
}

.property-filter-wrapper .filter-dropdown ul {
	list-style: none;
	padding-left: 0px;
}

.property-filter-wrapper .filter-dropdown ul li {
	text-align: center;
	font-size: 18px;
	line-height: 20px;
	color: #003478;
	font-weight: 700;
	padding-bottom: 10px;
}

.property-filter-wrapper .filter-dropdown ul li:hover,
.property-filter-wrapper .filter-dropdown ul li:focus-within {
	cursor: pointer;
	color: #919C00;
}

/* List Properties */
.property-more-filters {
	padding-top: 48px;
    padding-bottom: 30px;
    text-align: center;
}

.property-more-filters a:before {
	/*right: -65px;*/
	bottom: 10px;
}

.property-more-filters a:after {
	/*right: -65px;*/
	bottom: 6px;
}

.property-more-filters a {
    font-weight: 700;
    color: #003478;
	padding-right: 65px;
    position: relative;
}

.property-district-group:not(:first-child) {
	border-top: 1px solid #E8E8E8;
	padding-top: 40px;
}

.property-district-title {
	font-size: 30px;
	line-height: 42px;
	font-weight: 800;
	letter-spacing: -0.25px;
	text-align: center;
	color: #000;
	padding-bottom:10px;
}

.property-district-title:not(:first-child) {
	padding: 50px 0 10px;
    border-top: 2px solid #E8E8E8;
    margin-top: 20px;
}

.property-list {
	min-height: 400px;
}

.property-list-group {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: -10px;
    margin-right: -10px;
}

.property-list-group:after {
    content: '';
    flex: auto;
}

.property-list-group .card-container {
	position: relative;
	max-width: 20%;
	width: 100%;
	/*width: 20%;*/
	padding: 10px;
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-radius: 4px;
    transform: scale(1);
    transition: transform .3s ease;
}

.property-list-group .card-container img {
	box-shadow: 0 10px 40px 0 rgba(0,0,0,0.25);
	height: 300px;
    object-fit: cover;
    width: 100%;
}

.property-list-group .card-container .card-property-title {
	font-size: 18px;
	font-weight: 800;
	color: #000;
	line-height: 20px;
	padding-top: 20px;
}

.property-list-group .card-container .card-property-availabilities {
	font-size: 16px;
    line-height: 20px;
    position: absolute;
    bottom: 0;
    width: 90%;
    border-top: 2px solid #858585;
    padding-top: 7px;
    padding-bottom: 10px;
}

.property-list-group .card-container:hover,
.property-list-group .card-container:focus {
	box-shadow: 0 2px 21px 4px rgba(0,0,0,0.15);
	transform: scale(1.1);
	z-index: 1;
	cursor: pointer;
	background-color: #fff;
}

.property-list-group .card-container:hover .card-property-title,
.property-list-group .card-container:hover .card-property-availabilities,
.property-list-group .card-container:focus .card-property-title,
.property-list-group .card-container:focus .card-property-availabilities {
	color: #919C00;
}

@media (max-width: 980px) {
	.property-list-group .card-container {
		max-width: 25%;
	}

	.property-list-group .card-container .card-property-title {
		font-size: 16px;
	}

	.property-list-group .card-container .card-property-availabilities {
		font-size: 14px;
	}

}

@media (max-width: 767px) {
	.property-list-group .card-container {
		max-width: 33%;
	}
}

@media (max-width: 550px) {
	.property-list-group .card-container {
		max-width: 50%;
		transition: none;
	}
	
	.property-list-group .card-container:nth-child(odd) {
		padding-left: 0px;
		padding-right: 5px;
	}
	
	.property-list-group .card-container:nth-child(even) {
		padding-left: 5px;
		padding-right: 0px;
	}
	
	.property-list-group .card-container:hover,
	.property-list-group .card-container:focus {
		box-shadow: none;
		transform: none;
	}
}

 .card-container .card-property-image {
	width: 100%;
    height: 0;
    background-size: cover;
    padding-top: 100%;
    background-position: center center;
    min-height: 300px;
}

.slick-list {
	overflow: visible;
	padding-bottom: 60px;
	padding-left: 0px;
}

.slick-slider {
	display: none;
}

.slick-initialized {
	display: block;
}

.slick-slide {
	background: #ffffff;
	cursor: pointer;
	display: block;
	padding: 15px 15px;
}

.slick-slide:hover,
.slick-slide:focus {
	box-shadow: 0 2px 21px 4px rgb(0 0 0 / 15%);
    transform: scale(1.1);
    z-index: 1;
}

.slick-slide:not(.slick-active) {
	opacity: 0;
	transition: opacity .5s ease;
}

/*.slick-slide .card-container {
	transition: transform .3s ease;
}*/

.slick-slide .card-container:hover {
	/*transform: scale(1.03);*/
	z-index: 1;
	cursor: pointer;
	background-color: #fff;
}

.slick-arrow {
	cursor: pointer;
	position: absolute;
	background-color: #B2BB1E;
	height: 50px;
	width: 50px;
	border: none;
	top: 135px;
	z-index: 1;
}

.slick-arrow:hover,
.slick-arrow:focus {
	box-shadow: 0 0 8px 0 rgb(106 106 106 / 50%);
}

.slick-arrow.slider-right {
	right: -35px;
}

.slick-arrow.slider-left {
	left: -35px;
}

.slick-arrow.slider-right:before,
.slick-arrow.slider-left:before {
    font-size: 24px;
	font-weight: 900;
    color: #fff;
    font-family: 'ETModules';
    font-style: normal;
}

.slick-arrow.slider-right:before {
	content: "\35";
}

.slick-arrow.slider-left:before {
	content: "\34";
}

.slick-slide .card-property-image {
	margin-bottom: 30px;
}

.slick-slide .card-property-title {
	color: #000000;
	font-family: 'Manrope', sans-serif;
	font-size: 24px;
	font-weight: 800;
	letter-spacing: -0.25px;
	line-height: 28px;
	border-bottom: 2px solid #858585;
	padding-bottom: 20px;
	margin-bottom: 8px;
	min-height: 80px;
}

.slick-slide .card-property-availabilities {
	color: #767676;
	font-family: Manrope;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.25px;
	line-height: 28px;
}

.property-area-filter {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.property-area-filter .label {
	color: #767676;
	font-family: Manrope;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 26px;
}

.property-area-filter div {
	display: flex;

}

.property-area-filter a {
	display: block;
	color: #000000;
	font-family: Manrope;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 26px;
	border: none;
	background-color: transparent;
	margin: 0px 10px;
	cursor: pointer;
}

.property-area-filter a:hover,
.property-area-filter a:focus,
.property-area-filter a.active {
  color: #919C00;
}

.property-area-filter a.slide-link-color {
	color: #003478;
    font-size: 18px;
	position: relative;
    padding-right: 65px;
}

.property-area-filter a.slide-link-color:before {
	height: 2px;
    width: 55px;
    background-color: #003478;
    position: absolute;
    bottom: 12px;
    right: 0;
    color: #919C00;
    content: '';
}

.property-area-filter a.slide-link-color:after {
	content: '';
    width: 8px;
    height: 8px;
    border-top: 2px solid #003478;
    border-right: 2px solid #003478;
    transform: rotate(45deg);
    right: 0;
    bottom: 8px;
	position: absolute;
}

/** Greenspace Index START **/
/*.greenspace-title a {
	display: table;
	margin: 15px auto;
}*/

.greenspace-title a.print-link {
	font-size: 14px;
    position: relative;
    text-decoration: none;
    display: inline-block;
    padding: 0 1px;
    -webkit-transition: color ease 0.3s;
    -o-transition: color ease 0.3s;
    transition: color ease 0.3s;
    text-transform: uppercase;
    color: #003478;
    font-weight: 700;
    letter-spacing: .5px;
	margin-left: 0px;
	margin-bottom: 20px;
}

.greenspace-title a.print-link:after {
	content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
    background-color: #919C00;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.greenspace-title a.print-link:hover,
.greenspace-title a.print-link:focus {
	color: #fff;
}

.greenspace-title a.print-link:hover:after,
.greenspace-title a.print-link:focus:after {
	height: 100%;
}

.greenspace-title .greenspace-page-links {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
    padding-top: 30px;
	flex-wrap: wrap;
}

.greenspace-title .greenspace-page-links span {
	color: #003478;
    font-size: 18px;
    font-weight: bold;
}

.greenspace-title .greenspace-page-links span a {
	display: inline;
    font-size: 14px;
    background-color: #003478;
    color: #fff;
    padding: 5px 20px;
    border-radius: 25px;
}

.greenspace-title .greenspace-page-links span a:hover {
	background-color: #919C00;
}

.greenspace-list .district-title {
	color: #000;
	font-size: 30px;
	letter-spacing: -.25px;
	text-align: center;
	font-weight: 800;
	margin-bottom: 30px;
}

.greenspace-list .property {
	margin-bottom: 30px;
}

.greenspace-list .property-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.greenspace-list .property-title {
	color: #000;
	font-size: 24px;
	font-weight: 800;
	letter-spacing: -.25px;
	margin-bottom: 30px;
}

.greenspace-list .greenspace-sort-units {
	display: block;
	text-align: right;
    padding-bottom: 10px;
    padding-top: 10px;
}
.greenspace-list label {
	color: #000000;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 18px;
	padding-right: 10px;
}

.greenspace-list .greenspace-sort-units select {
	border: 1px solid #e8e8e8;
    padding: 8px 60px 8px 20px;
	width: 200px;
}

.greenspace-list .property-content {
	display: flex;
}

.greenspace-list .property-content .featured-image {
	width: 160px;
	margin-right: 20px;
}

.greenspace-list .property-content .featured-image img {
	box-shadow: 0 10px 40px 0 rgba(0,0,0,0.25);
}

.greenspace-list .spaces-list {
	width: 100%;
}

.greenspace-list > div {
	border-top: 2px solid #e8e8e8;
	padding-top: 40px;
	margin-top: 70px;
}

.greenspace-list .spaces-list table {
	box-shadow: 0 10px 40px 0 rgba(106,106,106,0.17);
}

.greenspace-list .spaces-list table table {
	box-shadow: none;
	border: 0px solid;
	margin-bottom: 0px;
}

.greenspace-list .property-spaces-list-mobile.property__spaces table {
	margin-bottom: 0px;
}

.entry-content .greenspace-list tr th {
	background-color: #003478;
	color: #fff;
	vertical-align: bottom;
}

.greenspace-list .spaces-list tr:not(:first-child) {
	border-top: 1px solid #e8e8e8;
}

.greenspace-list th,
.greenspace-list td {
	font-size: 14px;
    line-height: 18px;
	padding: 14px 10px !important;
    vertical-align: top;
}

.greenspace-list p.empty-state {
  padding-top: 10px;
  padding-bottom: 10px;
}

.greenspace-list table a {
	color: #003478;
	font-weight: bold;
}

.greenspace-list table a.external-link {
	font-size: 14px;
}

.greenspace-list .property-header a  {
	color: #003478;
	font-size: 16px;
	font-weight: bold;
	padding-right: 35px;
}

.greenspace-list a.arrow-link {
	position: relative;
	padding-right: 65px;
}

.district-links {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0px 0px 20px 0px;
}

.district-link {
	background-color: #e8e8e8;
    color: #000000;
    font-family: Manrope;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 18px;
    text-align: center;
    cursor: pointer;
    transition: ease-out 0.3s;
	padding: 16px 24px;
	align-items: center;
	text-align: center;
	margin: 10px 5px;
	border-radius: 25px;
}

.district-link:hover,
.district-link:focus,
.district-link.dist-link-current {
	background-color: #919C00;
	color: #fff;
}

.greenspace-list .property-spaces-list-mobile.property__spaces .sub-row {
	display: none;
}

.greenspace-list .property-spaces-list-mobile.property__spaces .sub-row >  td {
	padding: 0px !important;
}

.greenspace-list .property-spaces-list-mobile.property__spaces .sub-row > td td,
.greenspace-list .property-spaces-list-mobile.property__spaces .primary-row > td{
	padding: 15px 20px !important;
}

.greenspace-list .property-spaces-list-mobile .details-toggle {
	vertical-align: middle;
}

@media (max-width: 900px) {
	.greenspace-list .greenspace-sort-units {
		display: none;
	}
}

@media (max-width: 767px) {
	.greenspace-title a.print-link {
		position: relative;
	}
	
	.property-filter-wrapper {
		flex-direction: column;
	}
	
	.property-filter-wrapper .filter-parent {
		position: relative;
	}
	
	.property-filter-wrapper .filter-parent, 
	.property-filter-wrapper .filter-button {
		width: 100%;
	}
	
	.property-filter-wrapper .filter-dropdown {
		width: 100%;
	}
	
	.property-filter-wrapper .filter-parent.filter-active {
		z-index: 100;
	}
	
	.property-area-filter {
		flex-direction: column;
	}
	
	.property-area-filter > div {
		flex-wrap: wrap;
    	padding-bottom: 20px;
	}
	
	.greenspace-list .property-header,
	.greenspace-list .property-content {
		flex-direction: column;
	}	
	
	.greenspace-list .property-title {
		margin-bottom: 10px;
	}
	
	.greenspace-list .property-content .featured-image {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

@media (max-width: 500px) {
	.greenspace-title .greenspace-page-links {
		padding-bottom: 30px;
	}
}

/* Map Toggle button */
button.button.transit-toggle {
	font-size: 21px;
	font-weight: 700;
}

button.button.transit-toggle:focus {
	font-size: 21px;
	font-weight: 700;
	box-shadow: 0 0 8px 0 rgb(106 106 106 / 50%);
}