body,
img {
	height: auto
}

body,
textarea {
	background-color: #fff
}

.container,
.poppable,
.search-box,
body,
sub,
sup {
	position: relative
}

.footer nav a,
.site-crumbs nav a,
.site-crumbs nav u {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}

.resa-group__search form input[name=which][value=rlt]:checked+label::after,
.resa-group__search form input[name=which][value=rlt]:checked~div>[class*=rlt],
.resa-group__search form input[name=which][value=rnt]:checked+label::after,
.resa-group__search form input[name=which][value=rnt]:checked~div>[class*=rnt] {
	display: block
}

*,
::after,
::before {
	box-sizing: border-box
}

abbr[title] {
	text-decoration: underline dotted
}

b,
strong {
	font-weight: bolder
}

code,
kbd,
pre,
samp {
	font-family: monospace;
	font-size: 1em
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: 500
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: button
}

::-moz-focus-inner {
	border-style: none;
	padding: 0
}

:-moz-focusring {
	outline: ButtonText dotted 1px
}

:-moz-ui-invalid {
	box-shadow: none
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

body,
h4 {
	line-height: 1.6
}

html {
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%
}

body,
html {
	margin: 0;
	padding: 0
}

body {
	color: #555;
	font-size: 1.4rem
}

.poppable .popper,
a {
	background-color: transparent;
	outline: 0
}

@media (max-width:970px) {
	body {
		margin: 10px
	}
}

@media (max-width:1024px) {
	.section.spaced-out.footer {
		padding: 20px;
		border-radius:10px;
	}
}

.container {
	width: 100%;
	display: flex;
	flex-flow: column;
	justify-content: flex-start
}

.container .row {
	display: flex;
	flex-flow: column wrap;
	justify-content: flex-start;
	min-width: 320px;
	max-width: 1050px;
	width: 100%;
	margin: 0 auto;
	padding: 0
}

.columns {
	flex: 1 0 0;
	min-width: 0;
	width: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
	letter-spacing: 0;
	margin: 0 0 1rem
}

h1,
h2 {
	text-transform: capitalize
}

h1 {
	font-size: 2.4rem;
	line-height: 1.3
}

h2 {
	font-size: 1.8rem;
	line-height: 1.4
}

h3 {
	font-size: 1.3rem;
	line-height: 1.5
}

h4,
h5,
h6 {
	font-size: 1rem
}

p~h3 {
	margin-top: 2rem
}

h5,
h6 {
	line-height: 1.7
}

@media (min-width:550px) {
	body {
		font-size: 1.5rem
	}

	.container .row {
		flex-flow: row nowrap;
		justify-content: space-between
	}

	.one.columns {
		max-width: 4.66667% !important
	}

	.two.columns {
		max-width: 13.33333% !important
	}

	.three.columns {
		max-width: 22% !important
	}

	.four.columns {
		max-width: 30.66667% !important
	}

	.five.columns {
		max-width: 39.33333% !important
	}

	.six.columns {
		max-width: 49% !important
	}

	.seven.columns {
		max-width: 56.66667% !important
	}

	.eight.columns {
		max-width: 65.33333% !important
	}

	.nine.columns {
		max-width: 74% !important
	}

	.ten.columns {
		max-width: 82.66667% !important
	}

	.eleven.columns {
		max-width: 91.33333% !important
	}

	.twelve.columns {
		max-width: 100% !important
	}

	h1,
	h2 {
		font-size: 2.8rem
	}

	h1 {
		line-height: 1.2
	}

	h2 {
		line-height: 1.3
	}

	h3 {
		font-size: 2rem;
		line-height: 1.4
	}

	h4 {
		font-size: 1.3rem;
		line-height: 1.5
	}

	h5,
	h6 {
		font-size: 1rem
	}

	h5 {
		line-height: 1.6
	}

	h6 {
		line-height: 1.7
	}
}

p {
	margin: 0
}

a {
	color: #2d80b1;
	text-decoration: none
}

img {
	display: inline-block;
	max-width: 100%;
	border: 0;
	outline: 0
}

input[type=text]::selection,
textarea::selection {
	background: #2d80b1;
	color: #fff
}

.searchbutton,
button,
input[type=button],
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=reset],
input[type=search],
input[type=submit],
input[type=tel],
input[type=text],
input[type=url],
select {
	display: inline-block;
	height: 36px;
	line-height: 34px;
	padding: 0 6px;
	margin: 0;
	border: 1px solid rgba(187, 187, 187, .8);
	border-radius: 4px;
	outline: 0;
	font-family: inherit;
	font-size: 1.4rem;
	font-weight: 400;
	text-decoration: none;
	white-space: nowrap;
	color: #555;
	background-color: #fff
}

.box-link-top100,
.footer-title {
	font-weight: 700
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
	text-align: center;
	cursor: pointer
}

textarea {
	display: inline-block;
	padding: 6px;
	margin: 0;
	border: 1px solid rgba(187, 187, 187, .8);
	border-radius: 4px;
	outline: 0;
	font-family: inherit;
	font-size: 1.4rem;
	color: #555
}

.leaflet-div-icon,
fieldset,
hr,
table {
	border: 0
}

fieldset {
	padding: 0
}

input[type=checkbox],
input[type=radio],
label,
legend {
	display: inline-block;
	margin: 0
}

input[type=checkbox],
input[type=radio] {
	accent-color: #2d80b1;
	cursor: pointer
}

.updn-tri {
	padding-right: 20px !important;
	background-repeat: no-repeat;
	background-size: 10px 11px;
	background-position: calc(100% - 5px) calc(50%/2 + 9px);
	background-origin: border-box;
	background-image: conic-gradient(at 50% 83%, currentColor 6%, transparent 9%, transparent 91%, currentColor 94%)
}

table {
	table-layout: auto;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	caption-side: bottom;
	margin: 0;
	padding: 0
}

table caption,
table td,
table th {
	margin: 0;
	padding: 0;
	border: 0
}

hr {
	height: 0;
	margin: 0;
	padding: 0;
	border-top: 1px solid #e1e1e1
}

.section.spaced-out {
	margin: 3rem 0
}

.section.spaced-out-half-top {
	margin: 1rem 0 2rem
}

.section.spaced-out-half {
	margin: 1.5rem 0;
}

@media (min-width:640px) {
	.section.spaced-out {
		margin: 7rem 0
	}

	.section.spaced-out-half-top {
		margin: 2rem 0 3.2rem
	}

	.section.spaced-out-half {
		margin: 0rem 0 2rem 0;
	}
}

.leaflet-container .leaflet-control-zoom {
	margin: 0 5px 21px 0
}

.poppable {
	user-select: none;
	outline: 0
}

.poppable .popper {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: transparent
}

.poppable .popup {
	position: absolute;
	z-index: 99999;
	display: none;
	bottom: 0;
	transform: translateY(100%);
	flex-flow: column;
	justify-content: flex-start;
	align-items: stretch;
	background-color: #fff;
	border: 1px solid #d1d1d1;
	border-radius: 3px;
	padding: 10px;
	margin: 0
}

.poppable .popup.r-align {
	right: 0
}

.poppable .popup.l-align {
	left: 0
}

.has-hero .hero-links,
.poppable .popper.popped+.popup {
	display: flex
}

.poppable .popper>* {
	pointer-events: none
}

.poppable .popper[data-disabled] {
	opacity: 50%;
	pointer-events: none
}

.poppable .popup>:active,
.poppable .popup>:hover {
	background-color: rgba(64, 64, 64, .1) !important
}

.poppable .popup>.h {
	background-color: rgba(96, 96, 96, .3) !important
}

.poppable .popup>* {
	color: #555;
	white-space: nowrap;
	margin: 0;
	padding: 4px 3px;
	border-radius: 3px;
	cursor: pointer
}

.poppable .popup hr {
	padding: 0;
	margin: 6px 0
}

:root {
	--global-header-height: 82px
}

.site-header {
	background-color: #f6f6f6;
	padding:10px 0;
}

.has-hero .hero-links a,
.site-header {
	color: #000
}

.site-header header {
	display: grid;
	grid-template-columns: auto repeat(2, min-content);
	grid-template-rows: 36px 36px;
	grid-gap: 0 15px;
	align-items: end;
	width: 100%;
	height: var(--global-header-height);
	padding: 5px 0
}

.search-box,
.site-header header>* {
	height: 100%
}

.site-header header [data-id=buy],
.site-header header [data-id=ext],
.site-header header [data-id=liv],
.site-header header [data-id=log],
.site-header header [data-id=rnt] {
	grid-row: 1
}

.site-header header [data-id=msb] {
	grid-row: 2;
	grid-column: 1/-1;	
}

@media (max-width:768px) {
	.site-header header [data-id=msb] {
		padding-top:8px;	
	}
	
	.site-header header [data-id=msb] > svg {
		margin-top:8px;
	}
}

@media (min-width:769px) {
	:root {
		--global-header-height: 56px
	}

	.site-header header {
		grid-template-columns: min-content 1fr repeat(4, min-content);
		grid-template-rows: 36px;
		padding: 10px 0;
		grid-gap: 0 20px;
	}

	.site-header header [data-id=msb] {
		grid-column: 2;
		grid-row: 1/-1;	
		
	}
}

.site-header .actionable {
	white-space: nowrap;
	color: #000;
	background-color: transparent;
	cursor: pointer;
	user-select: none;
	outline: 0;
	-webkit-tap-highlight-color: transparent;
	font-weight: 400;
	line-height: 35px
}

.site-header .actionable:hover {
	color: #222
}

.site-header .actionable:hover svg {
	stroke: #222;
	fill: #222
}

.site-header .actionable+.popup {
	bottom: -4px
}

.site-header .actionable svg {
	stroke: #000;
	fill: #000;
	display: inherit
}

#quick-search div ul:empty,
.resa-group.conf-resa .resa-group__search form button,
.search-box ul:empty,
.ug-ifelse a[class] {
	display: none !important
}

.site-header .actionable.p-cake svg {
	height: 20px;
	width: 16px;
	margin-bottom: -3px
}

.site-header .actionable.logo svg {
	height: 36px;
	width: 159px
}

body:not([data-user=guest]) .ug-ifelse .u,
body[data-user=guest] .ug-ifelse .g {
	display: inherit !important
}

.search-box {
	min-width: 300px;
	margin: 0;
	padding: 0;
	justify-self: center;
	width: 100%
}

.search-box input[type=text] {
	width: inherit;
	padding-right: 35px
}

.search-box input[type=text]::placeholder {
	color: #999;
	opacity: 1
}

.search-box svg {
	position: absolute;
	right: 1px;
	top: 1px;
	width: 34px;
	height: 34px;
	padding: 7px;
	border-radius: 0 4px 4px 0;
	background-color: #61a02a;
	stroke: #fff;
	pointer-events: none
}

.search-box nav {
	position: absolute;
	height: 36px
}

.search-box ul {
	list-style: none
}

.modal-dialog-container form .form-fields>*,
.search-box.poppable .popup {
	width: 100%
}

.site-crumbs {
	/* border-top: 1px solid #e6edf2;
	border-bottom: 1px solid #e6edf2; */
	font-size: 0;
}

.site-crumbs nav {
	display: flex;
	flex-wrap: wrap;
	width: 100%
}

.site-crumbs nav>* {
	justify-content: space-around
}

.site-crumbs .bc {
	margin-right: auto;
	overflow: hidden;
	padding: 5px 0;
}

.site-crumbs .bc a {
	color:#2f81b1;
	font-size: 1.35rem;
	font-weight: 600;
}

.site-crumbs .bc a:hover {
	color:#1c6a97;
}	

.site-crumbs nav a,
.site-crumbs nav u {
	display: inline;
	height: 3rem;
	max-height: 3rem;
	font-weight: 400;
	text-decoration: none;
	font-size: 1.3rem;
	line-height: 3rem
}

.site-crumbs .bc a::after {
	content: '\00bb';
	padding: 0 .5rem
}

.college-results .site-crumbs,
.modal-dialog-container form .form-errors:empty,
.modal-dialog:not([data-show]),
.school-search .site-crumbs {
	display: none
}

.footer {
	margin-bottom: 0 !important;
	color: #fff;
	background-color: #326a8a;
	
}

.home .footer {
	margin-top: 0
}

.footer .row {
	padding: 2rem 0
}

.footer .footer-social,
.footer .footer-social a {
	display: inline-block;
	padding: 0
}

.footer nav a {
	float: left;
	width: 100%;
	padding: 5px 0
}

.footer .footer-copyright,
.footer .footer-links,
.footer .footer-social {
	display: inline-block;
	width: 100%
}

.footer .footer-links a:hover {
	text-decoration: underline
}

.footer .footer-links a {
	text-decoration: none;
	color: #fff
}

.footer-title {
	float: left;
	width: 100%;
	font-style: normal;
	font-size: 1.6rem;
	margin-bottom: .5rem
}

.footer .footer-social span {
	display: inline-block;
	width: 100%;
	margin-bottom: 5px
}

.footer .footer-social a {
	margin: 8px 0 13px;
	font-size: 0;
	width: 36px;
	min-height: 36px;
	background: url(/images/sprites-social.png) no-repeat
}

.footer .footer-social a+a {
	margin-left: 10px
}

.footer .footer-social a:first-child {
	background-position: -100px 0
}

.footer .footer-social a:nth-child(2) {
	background-position: -100px -100px
}

.footer .footer-social a:nth-child(3) {
	background-position: -100px -200px
}

.footer .footer-social a:nth-child(4) {
	background-position: -100px -300px
}

@media (max-width:639px) {
	.footer .row {
		padding-bottom: 7rem
	}

	.section spaced-out footer {
		padding: 10px
	}
}

@keyframes modals-hide {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		visibility: hidden
	}
}

@keyframes modals-show {
	0% {
		opacity: 0;
		visibility: visible
	}

	to {
		opacity: 1
	}
}

.modal-dialog {
	position: fixed;
	z-index: 100001;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(0, 0, 0, .7)
}

.modal-dialog[data-show="0"] {
	animation: .3s linear forwards modals-hide
}

.modal-dialog[data-show="1"] {
	animation: .3s linear forwards modals-show
}

.modal-dialog-container form {
	position: relative;
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 1.5rem;
	max-width: 36rem;
	min-width: 28rem;
	padding: 1.5rem;
	background-color: #f1f1f1
}

.modal-dialog-container form a,
.modal-dialog-container form span {
	font-size: 1.3rem;
	line-height: 2em
}

.modal-dialog-container form strong {
	height: 2.8rem;
	line-height: 2.5rem;
	font-size: 1.8rem
}

.modal-dialog-container form button {
	background-color: #61a02a;
	color: #f1f1f1
}

.modal-dialog-container form .form-fields,
.resa-group__search {
	display: flex;
	flex-flow: column nowrap
}

#sidebar-con,
.px-attr>input:not(:checked)+div,
.resa-group.hide-form .resa-group__search,
.resa-group.hide-tabs .resa-group__search form input[name=which],
.resa-group.hide-tabs .resa-group__search form input[name=which]~label,
.resa-group.hide-title .resa-group__title,
.resa-group.no-results .resa-group__extra,
.resa-group.no-results .resa-group__tiles,
.resa-group.no-results .resa-group__title,
.resa-group__search form input[name=which],
.resa-group__search form select[name^=r],
.resa-group__search:empty {
	display: none
}

.modal-dialog-container form .form-fields button,
.modal-dialog-container form .form-fields input+input,
body.search.base .box-link {
	margin-top: 1.5rem
}

.modal-dialog-container form .form-fields button+a,
.modal-dialog-container form .form-fields button+span {
	margin-top: .5rem
}

.modal-dialog-container form .form-header {
	border-bottom: 1px solid #ccc
}

.modal-dialog-container form .form-errors {
	margin: 0 0 0 1.7rem;
	padding: 0;
	list-style: disc
}

.modal-dialog-container form .form-errors li+li {
	margin: .5rem 0 0
}

.modal-dialog-container form .modal-dialog-x {
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 0 0 0 4px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	cursor: pointer;
	background-color: rgba(32, 32, 32, .5);
	color: #fff
}

.modal-dialog-container form .modal-dialog-x:hover::after {
	opacity: 1
}

.modal-dialog-container form .modal-dialog-x::after {
	content: '\2716';
	opacity: .7
}

.waiting-msg {
	text-align: center;
	padding-bottom: 1rem
}

.waiting-msg span {
	display: inline-block;
	color: #fff;
	font-size: 2rem;
	letter-spacing: 1px;
	min-width: 22rem;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, .5), 1px -1px 0 rgba(0, 0, 0, .5), -1px 1px 0 rgba(0, 0, 0, .5), 1px 1px 0 rgba(0, 0, 0, .5)
}

.waiting-hourglass {
	text-align: center
}

.waiting-hourglass i {
	display: inline-block;
	margin: 0 1.5rem;
	width: 2rem;
	height: 4rem;
	background-color: rgba(255, 255, 255, .6);
	animation: 1.2s ease-in-out infinite stretchglass
}

.waiting-hourglass i:nth-child(2) {
	animation-delay: -1.1s
}

.waiting-hourglass i:nth-child(3) {
	animation-delay: -1s
}

.waiting-hourglass i:nth-child(4) {
	animation-delay: -.9s
}

.waiting-hourglass i:nth-child(5) {
	animation-delay: -.8s
}

@keyframes stretchglass {

	0%,
	40%,
	to {
		transform: scaleY(.5)
	}

	20% {
		transform: scaleY(1)
	}
}

div.places-results>[class~=ezoic-ad],
div.places-results>[id^=ezoic-pub-ad-placeholder] {
	min-height: 0 !important;
	height: min-content !important
}

div.poll-container>[class~=ezoic-ad],
div.poll-container>[id^=ezoic-pub-ad-placeholder] {
	height: min-content !important;
	grid-column: 1/-1
}

#sidebar-con {
	position: sticky;
	top: 0;
	z-index: 999999;
	overflow: visible;
	height: 0;
	max-height: 0;
	margin: 0 auto;
	padding: 0;
	grid-template-rows: max-content;
	align-items: start;
	justify-items: stretch;
	justify-content: space-evenly
}

#sidebar-con .sidebar {
	width: auto;
	height: max-content;
	overflow: hidden;
	margin: 15px 0 0;
	padding: 0
}

#sidebar-con .sidebar.blank {
	width: 970px;
	background-color: transparent
}

#sidebar-con .sidebar.lside,
#sidebar-con .sidebar.rside {
	max-width: min-content
}

@media (min-width:1280px) {

	body.details #sidebar-con,
	body.poll-results #sidebar-con {
		display: grid
	}

	#sidebar-con {
		grid-template-columns: 130px auto 130px
	}
}

@media (min-width:1360px) {
	#sidebar-con {
		grid-template-columns: 170px auto 170px
	}
}

@media (min-width:1540px) {
	#sidebar-con {
		grid-template-columns: 260px auto 260px
	}
}

@media (min-width:1640px) {
	#sidebar-con {
		grid-template-columns: 310px auto 310px
	}
}

@media (min-width:1712px) {
	#sidebar-con {
		grid-template-columns: 346px auto 346px
	}
}

.resa-group {
	display: grid;
	grid-template-rows: 1fr;
	grid-gap: 10px;
	width: 100%
}

.resa-group>* {
	overflow-x: hidden
}

.resa-group__title {
	grid-row: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: stretch
}

.resa-group__title strong {
	display: inline-block;
	font-size: 17px;
	line-height: 14px;
	height: 17px;
	white-space: nowrap
}

.resa-group__search form {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: min-content min-content;
	grid-auto-flow: row;
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 1.6rem;
	background: #eaf1f7;
	border-radius: 8px
}

.resa-group__search form label {
	position: relative;
	flex: 0 0 50%;
	height: 50px;
	margin: 1rem;
	padding: 0;
	text-align: center;
	background-color: transparent;
	color: #000;
	cursor: pointer;
	border-radius: 8px
}

.resa-group__search form label i {
	display: inline-block;
	overflow: hidden;
	background: url(/images/rent-sell-sprite.png) left top no-repeat;
	width: auto;
	height: 25px;
	line-height: 26px;
	margin: 13px 0 0;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	text-indent: 33px;
	user-select: none
}

.resa-group__search form label:last-of-type i {
	background-position: left bottom
}

@media (min-width:568px) {
	.resa-group__title strong {
		font-size: 22px;
		line-height: 17px;
		height: 22px
	}

	.resa-group__search form div {
		grid-column: 1/-1;
		display: grid;
		grid-auto-flow: column;
		grid-template-columns: repeat(4, minmax(0, 3fr)) minmax(max-content, 2fr);
		grid-template-rows: 1fr;
		grid-gap: 20px;
		margin: 1rem;
		padding: 30px 20px;
		background-color: #fff;
		border-radius: 8px
	}

	.resa-group__search form div select[name=rlt_pmin],
	.resa-group__search form div select[name=rnt_pmin] {
		grid-column: 1
	}

	.resa-group__search form div select[name=rlt_pmax],
	.resa-group__search form div select[name=rnt_pmax] {
		grid-column: 2
	}

	.resa-group__search form div select[name=beds] {
		grid-column: 3
	}

	.resa-group__search form div select[name=baths] {
		grid-column: 4
	}

	.resa-group__search form div a.searchbutton,
	.resa-group__search form div button {
		grid-column: 5;
		margin: 0;
		padding: 0 9px;
		color: #fff;
		background-color: #61a02a;
		text-align: center
	}
}

.resa-group__search form input[name=which][value=rlt]:checked+label,
.resa-group__search form input[name=which][value=rnt]:checked+label {
	background-color: #2d80b1;
	color: #fff
}

@media (max-width:567px) {
	.resa-group__search form div {
		grid-column: 1/-1;
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		grid-template-rows: repeat(3, 1fr);
		grid-gap: 10px;
		width: 100%;
		margin: 1rem;
		padding: 10px;
		background-color: #fff;
		border-radius: 8px
	}

	.resa-group__search form div select[name=rlt_pmax],
	.resa-group__search form div select[name=rlt_pmin] {
		grid-row: 1
	}

	.resa-group__search form div select[name=rlt_pmin],
	.resa-group__search form div select[name=rnt_pmin] {
		grid-column: 1/3
	}

	.resa-group__search form div select[name=rlt_pmax],
	.resa-group__search form div select[name=rnt_pmax] {
		grid-column: 3/5
	}

	.resa-group__search form div select[name=beds] {
		grid-column: 1/3;
		grid-row: 2
	}

	.resa-group__search form div select[name=baths] {
		grid-column: 3/5;
		grid-row: 2
	}

	.resa-group__search form div a.searchbutton,
	.resa-group__search form div button {
		grid-row: 3;
		grid-column: 1/-1;
		min-width: 90px;
		max-width: 30%;
		width: 100%;
		padding: 0 9px;
		margin: 0 auto;
		color: #fff;
		background-color: #61a02a;
		text-align: center
	}
}

.resa-group__tiles {
	position: relative;
	display: grid;
	grid-auto-rows: auto;
	grid-gap: 10px;
	overflow: hidden
}

@media (min-width:320px) and (max-width:399px) {
	.resa-group__tiles {
		grid-template-columns: repeat(1, 1fr)
	}

	.resa-group__tiles[data-rows="1"] .tile:nth-child(-n+1),
	.resa-group__tiles[data-rows="2"] .tile:nth-child(-n+2),
	.resa-group__tiles[data-rows="3"] .tile:nth-child(-n+3),
	.resa-group__tiles[data-rows="4"] .tile:nth-child(-n+4),
	.resa-group__tiles[data-rows="5"] .tile:nth-child(-n+5),
	.resa-group__tiles[data-rows="6"] .tile:nth-child(-n+6) {
		display: inherit
	}
}

@media (min-width:400px) and (max-width:599px) {
	.resa-group__tiles {
		grid-template-columns: repeat(2, 1fr)
	}

	.resa-group__tiles[data-rows="1"] .tile:nth-child(-n+2),
	.resa-group__tiles[data-rows="2"] .tile:nth-child(-n+4),
	.resa-group__tiles[data-rows="3"] .tile:nth-child(-n+8),
	.resa-group__tiles[data-rows="4"] .tile:nth-child(-n+10),
	.resa-group__tiles[data-rows="5"] .tile:nth-child(-n+12),
	.resa-group__tiles[data-rows="6"] .tile:nth-child(-n+14) {
		display: inherit
	}
}

@media (min-width:600px) and (max-width:799px) {
	.resa-group__tiles {
		grid-template-columns: repeat(3, 1fr)
	}

	.resa-group__tiles[data-rows="1"] .tile:nth-child(-n+3),
	.resa-group__tiles[data-rows="2"] .tile:nth-child(-n+6),
	.resa-group__tiles[data-rows="3"] .tile:nth-child(-n+9),
	.resa-group__tiles[data-rows="4"] .tile:nth-child(-n+12),
	.resa-group__tiles[data-rows="5"] .tile:nth-child(-n+15),
	.resa-group__tiles[data-rows="6"] .tile:nth-child(-n+18) {
		display: inherit
	}
}

@media (min-width:800px) {
	.resa-group__tiles {
		grid-template-columns: repeat(4, 1fr)
	}

	.resa-group__tiles[data-rows="1"] .tile:nth-child(-n+4),
	.resa-group__tiles[data-rows="2"] .tile:nth-child(-n+8),
	.resa-group__tiles[data-rows="3"] .tile:nth-child(-n+12),
	.resa-group__tiles[data-rows="4"] .tile:nth-child(-n+16),
	.resa-group__tiles[data-rows="5"] .tile:nth-child(-n+20),
	.resa-group__tiles[data-rows="6"] .tile:nth-child(-n+24) {
		display: inherit
	}
}

.resa-group.conf-resa .resa-group__tiles {
	grid-auto-rows: 1fr
}

.resa-group.conf-resa .resa-group__tiles .tile {
	display: inherit
}

.resa-group__tiles .tile {
	position: relative;
	display: none;
	overflow: hidden;
	width: inherit;
	height: inherit;
	padding-bottom: 80%;
	cursor: pointer;
	border: 1px solid #ddd
}

.resa-group__tiles .tile:hover {
	border: 1px solid #999
}

.resa-group__tiles .tile img {
	display: inherit;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 9;
	object-fit: cover;
	pointer-events: none
}

.resa-group__tiles .tile>span {
	position: absolute;
	display: block;
	overflow: hidden;
	pointer-events: none;
	z-index: 10;
	padding: 0 .6rem;
	white-space: nowrap;
	transition: opacity .3s linear
}

.resa-group__tiles .tile .cost {
	right: 0;
	top: 1rem;
	font-size: 1.7rem;
	font-weight: 700;
	line-height: 2.5rem;
	background-color: rgba(97, 160, 42, .7);
	color: #fff
}

.resa-group__tiles .tile .addr,
.resa-group__tiles .tile .spec {
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, .6);
	line-height: 1
}

.resa-group__tiles .tile .addr {
	bottom: 2.3rem;
	padding: .7rem .6rem .5rem;
	font-size: 1.5rem;
	color: #fff
}

.resa-group__tiles .tile .spec {
	bottom: 0;
	padding: .3rem .6rem .6rem;
	font-size: 1.4rem;
	color: #fff
}

.resa-group__extra {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: stretch
}

.resa-group__extra iframe {
	width: 100%;
	min-height: 53rem;
	border: 0;
	margin: 0
}

.map-container {
	width: 100%;
	margin-bottom: 2.5rem
}

.map-container .map-border {
	position: relative;
	overflow: hidden;
	border: 1px solid #f1f1f1;
	background-color: #f1f1f1;
	width: 100%;
	height: auto
}

.map-container .map-map {
	width: 100%;
	height: 40vh
}

@media (min-width:750px) {
	.map-container .map-map {
		height: 640px
	}
}

.map-container .map-map>span {
	display: inline-block;
	position: relative;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	font-size: 3rem;
	text-align: center
}

.hood-attrib {
	position: absolute;
	z-index: 9999;
	bottom: 2rem;
	right: 4.5rem;
	display: none
}

.hood-map-legend {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	margin: .5rem 0 0;
	list-style: none;
	font-size: 1.2rem;
	line-height: 2rem
}

.hood-map-legend::before {
	content: 'Livability score:'
}

.hood-map-legend li {
	margin: 0 0 0 1rem;
	padding: 0;
	height: 2rem
}

.hood-map-legend li::before {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 5px -1px 0
}

.hood-map-legend li:first-child::before {
	background-color: #84983b
}

.hood-map-legend li:nth-child(2)::before {
	background-color: #f6b748
}

.hood-map-legend li:nth-child(3)::before {
	background-color: #e9502d
}

.has-hero {
	position: relative;
	margin-top: 0 !important
}

.has-hero .hero-img {
	height: 265px;
	overflow: hidden;
	border-radius: 16px
}

.has-hero.state .hero-img {
	height: 520px;
	position: absolute;
	border-radius: 0
}

.has-hero .hero-img img {
	max-width: unset !important;
	width: 100% !important
}

.has-hero:not(.state) .hero-overlay {
	margin: 1rem 0 0
}

.hero-left {
	border: 1px solid #aeaeae;
	padding: 8px;
	border-radius: 16px;
	height: 100%
}

.header-column {
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

.state-header {
	background-color: rgba(32, 32, 32, .6);
	padding: 4rem;
	color: #fff;
	text-align: center
}

.guide-header,
.key-findings {
	padding: 2rem 0;
	overflow: hidden
}

.guide-header h1,
.state-header h1 {
	margin: 0 auto;
	font-size: 2.8rem;
	font-weight: 400
}

@media (min-width:760px) {

	.guide-header h1,
	.state-header h1 {
		font-size: 4rem
	}
}

.guide-header h1 {
	position: relative;
	text-align: center
}

.guide-header h1 a {
	position: absolute;
	width: 17px;
	height: 17px;
	right: -21px;
	top: 9px;
	background: url(/images/city-cmp-icon.png) 0 0/cover no-repeat
}

.guide-header>a:first-of-type,
.state-header>span:first-of-type {
	margin: .3rem auto 1.5rem;
	font-size: 2rem
}

.ndx5_ {
	background-color: #cfcfcf !important
}

.ndx5__ {
	background-color: #2d80b1 !important
}

.ndx5_0 {
	background-color: #e9502d !important
}

.ndx5_1 {
	background-color: #ee8343 !important
}

.ndx5_2 {
	background-color: #f6b748 !important
}

.ndx5_3 {
	background-color: #afb529 !important
}

.ndx5_4 {
	background-color: #84983b !important
}

p+p {
	margin-top: 15px
}

span.block-explain {
	display: inline-block;
	margin-top: 2rem
}

.source-attrib,
.source_attrib_text {
	font-size: 1.2rem;
	color: #aaa
}

.columnize-container {
	columns: 170px 4;
	column-gap: 1rem
}

.columnize-container>a {
	display: block;
	overflow: hidden;
	white-space: nowrap
}

.columnize-container+h2 {
	margin-top: 2.5rem
}

.chart-overflow-container,
.table-overflow-container {
	max-width: 100%;
	overflow-y: visible;
	overflow-x: auto;
	padding: 10px;
	background: #f1f5f8;
	border-radius: 10px
}

.box-link {
	display: inline-block;
	width: 100%;
	padding: 1rem;
	text-align: center;
	background-color: #eaf1f7
}

.box-link-search a::before,
body.search .box-link a::before {
	content: 'See The '
}

.box-link-search,
body.search .box-link {
	margin: 3rem 0
}

.droplet-pin {
	position: relative;
	display: block !important;
	width: 90px;
	height: 120px;
	--tear: path('m45 0c24.9 0 45 20.5 45 45.8 0 22-25.5 51.5-38.2 69.9-3.73 5.47-9.78 5.73-13.3.58-12.7-18.6-38.6-48.3-38.6-70.5 0-25.3 20.2-45.8 45-45.8z');
	-webkit-clip-path: var(--tear);
	clip-path: var(--tear);
	transform-origin: bottom center;
	background-color: #333
}

.droplet-pin.reset-org {
	transform-origin: top left
}

.droplet-pin.def::before {
	position: absolute;
	width: 42px;
	height: 42px;
	left: 24px;
	right: 24px;
	top: 24px;
	content: ''
}

.droplet-pin.ord::before {
	position: absolute;
	width: 66px;
	height: 66px;
	left: 12px;
	right: 12px;
	top: 12px;
	content: ''
}

.droplet-pin.def::before,
.droplet-pin.ord::before {
	border-radius: 50%;
	background-color: #fff
}

.droplet-pin.def::after,
.droplet-pin.ord::after {
	position: absolute;
	width: 90px;
	height: 90px;
	left: 0;
	right: 0;
	top: 0
}

.droplet-pin.ord[n]:not([n="0"])::after {
	font-family: Impact;
	font-size: 42px;
	font-weight: lighter;
	font-style: normal;
	text-align: center;
	line-height: 90px;
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	background-color: inherit;
	content: attr(n)
}

.droplet-pin.ord[n="0"]::after {
	--home: path('m30.5 64.4h9.76v-10c0-1.34 1.1-2.46 2.43-2.46h4.86c1.34 0 2.43 1.1 2.43 2.46v10h9.76c.816 0 1.49-.675 1.49-1.5v-23.2h4.17c.738-.664.738-1.76 0-2.42l-18.9-17.1c-.734-.664-1.94-.664-2.67 0l-18.9 17.1c-.734.667-.734 1.76 0 2.42h4.18v23.2c.0016.824.666 1.5 1.49 1.5z');
	-webkit-clip-path: var(--home);
	clip-path: var(--home);
	background-color: inherit;
	content: ''
}

.droplet-pin.ord[n],
.droplet-pin.ord[n].hv {
	background-color: #2d80b1
}

.droplet-pin.ord[n="0"] {
	background-color: #6ab58b
}

.droplet-pin.def {
	background-color: #e65225
}

.droplet-pin.x10 {
	transform: scale(.33333334);
	margin-bottom: -80px
}

.droplet-pin.x8 {
	transform: scale(.26666667);
	margin-bottom: -88px
}

.droplet-pin.x6 {
	transform: scale(.2);
	margin-bottom: -96px
}

.droplet-pin.x4 {
	transform: scale(.13333334);
	margin-bottom: -104px
}

#quick-search {
	display: flex;
	flex-flow: row wrap;
	width: 100%
}

#quick-search input {
	flex: 1 0 auto;
	margin: 2rem 0 0
}

#quick-search button {
	flex: 0 0 7rem;
	margin: 2rem 0 0 1.5rem;
	padding: 0;
	background-color: #61a02a;
	color: #fff
}

#quick-search div {
	position: relative;
	height: 0;
	flex-basis: 100%
}

#quick-search div ul {
	position: absolute;
	display: none;
	z-index: 99999;
	width: 100%;
	border: 1px solid #d1d1d1;
	border-radius: 4px;
	padding: .6rem;
	margin: 0;
	background-color: #fff;
	list-style: none;
	text-align: left
}

#quick-search div ul li {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0 .6rem;
	line-height: 2.8rem;
	border-radius: 3px;
	cursor: pointer;
	color: #555
}

#quick-search div ul li.h {
	background-color: rgba(96, 96, 96, .2) !important
}

#quick-search div ul li:hover {
	background-color: rgba(128, 128, 128, .1)
}

.px-attr {
	--dim: 18px;
	position: absolute;
	z-index: 999;
	bottom: 0;
	right: 0;
	display: flex;
	flex-flow: row-reverse nowrap;
	overflow: hidden;
	height: var(--dim);
	min-width: var(--dim);
	max-width: 98%;
	border-radius: 3px;
	background-color: rgba(255, 255, 255, .6)
}

.px-attr>input {
	appearance: none;
	outline: 0;
	width: var(--dim);
	border-radius: 3px;
	text-align: center;
	color: #888;
	cursor: pointer
}

.px-attr>div a,
.px-attr>input::after {
	display: inline-block;
	height: var(--dim);
	line-height: var(--dim);
	font-size: 10px;
	font-weight: 400;
	text-decoration: none
}

.px-attr>div a {
	white-space: nowrap;
	overflow: hidden
}

.px-attr>input:checked,
.px-attr>input:hover {
	background-color: rgba(255, 255, 255, .8)
}

.px-attr>input::after {
	width: inherit;
	content: 'i'
}

.px-attr>input:checked::after {
	content: 'x'
}

.px-attr>div {
	display: grid;
	grid-template-columns: repeat(4, auto);
	grid-gap: 0 4px;
	padding: 0 3px
}

@media (min-width:700px) {
	.px-attr>input {
		display: none !important
	}

	.px-attr>div {
		display: grid !important
	}
}

.under-shard-sources {
	font-size: 1.2rem;
	color: #888;
	text-align: center
}

#side-sticky-wrapper {
	
	position: sticky; 
	top: 4rem; 
	height:0; z-index:10000; width:100%;
	
}	

@media (max-width:1500px) {
	#side-sticky-wrapper {
		display:none;
	}
}

#side-sticky-menu {
	width: 150px;
	margin-left: 12rem;
	margin-top: 3rem;
	z-index: 1000
}

#side-sticky-menu>a {
	display: block;
	padding: .5rem 1rem;
	color: #555;
	font-size: 1.3rem;
	border-radius: 10px
}

#side-sticky-menu>a:hover {
	color: #2d80b1;
	background-color: #eaf1f7;
	font-weight: 900;
	transition: background-color .3s
}

@media (max-width:1600px) {

	#header-logo {
		width: 159px;
		max-width: 159px
	}
}


@media (min-width:540px) {
	.has-hero {
		padding-top: 2rem
	}

	#header-logo {
		width: 159px;
		max-width: 159px
	}
}