body { height:auto;}
*,
::before,
::after {
    box-sizing: border-box
}

.msg-box
{
	background-color:#eeffee; 
	border:2px solid #c1f2c1; 
	padding:20px; 
	font-weight: 600; 
	border-radius: 10px; 
	text-align:center;
	font-size:14pt;
	margin:7px 0;
}

abbr[title] {
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp,
pre {
    font-family: monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button
}

::-moz-focus-inner {
    border-style: none;
    padding: 0
}

:-moz-focusring {
    outline: 1px dotted ButtonText
}

:-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
}

html {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%
}

html,
body {
    margin: 0;
    padding: 0
}

body {
    position: relative;
    background-color: #fff;
    color: #555;
    font-family: "Poppins";
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight: 400
}

@media (min-width:550px) {
    body {
        font-size: 1.5rem
    }
}

.container {
    position: relative;
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: flex-start
}

@media (min-width:375px) {
    .container {
        /* padding: 0 5px */
    }
}

@media (min-width:748px) {
    .container {
        /* padding: 0 10px */
    }
}

.container .row {
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-start;
    min-width: 320px;
    max-width: 970px;
    width: 100%;
    margin: 0 auto;
    padding: 0
}

.columns {
    flex: 1 0 0;
    min-width: 0;
    width: 100%
}

@media (min-width:550px) {
    .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,
h3,
h4,
h5,
h6 {
    font-family: "Poppins";
    font-weight: 500;
    letter-spacing: 0;
    margin: 0 0 1rem 0
}

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
}

/* TODO for state page text */
p ~ h3
{
	margin-top:2rem;	
}

h4 {
    font-size: 1rem;
    line-height: 1.6
}

h5 {
    font-size: 1rem;
    line-height: 1.7
}

h6 {
    font-size: 1rem;
    line-height: 1.7
}

@media (min-width:550px) {
    h1 {
        font-size: 3.2rem;
        line-height: 1.2
    }

    h2 {
        font-size: 3.2rem;
        line-height: 1.3
    }

    h3 {
        font-size: 2rem;
        line-height: 1.4
    }

    h4 {
        font-size: 1.3rem;
        line-height: 1.5
    }

    h5 {
        font-size: 1rem;
        line-height: 1.6
    }

    h6 {
        font-size: 1rem;
        line-height: 1.7
    }
}

p {
    margin: 0
}

a {
    color: #2d80b1;
    background-color: transparent;
    text-decoration: none;
    outline: 0
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    border: 0;
    outline: 0
}

input[type=text]::selection,
textarea::selection {
    background: #2d80b1;
    color: #fff
}

button,
input[type=submit],
input[type=reset],
input[type=button],
input[type=date],
input[type=email],
input[type=number],
input[type=search],
input[type=text],
input[type=tel],
input[type=url],
input[type=password],
.searchbutton,
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
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer
}

button,
input[type=submit],
input[type=reset],
input[type=button] {
    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;
    background-color: #fff
}

fieldset {
    padding: 0;
    border: 0
}

label,
legend,
input[type=checkbox],
input[type=radio] {
    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;
    border: 0
}

table caption {
    margin: 0;
    padding: 0;
    border: 0
}

table td,
table th {
    margin: 0;
    padding: 0;
    border: 0
}

hr {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    border-top: solid 1px #e1e1e1
}

.section.spaced-out {
    margin: 2rem 0
}

.section.spaced-out-half-top {
    margin: 1rem 0 2rem 0
}

.section.spaced-out-half {
    margin: 1rem 0
}

@media (min-width:640px) {
    .section.spaced-out {
        margin: 3.2rem 0
    }

    .section.spaced-out-half-top {
        margin: 1.6rem 0 3.2rem 0
    }

    .section.spaced-out-half {
        margin: 1.6rem 0
    }
}

.leaflet-div-icon {
    border: 0
}

.leaflet-container .leaflet-control-zoom {
    margin: 0 5px 21px 0
}

.poppable {
    position: relative;
    user-select: none;
    outline: 0
}

.poppable .popper {
    margin: 0;
    padding: 0;
    background-color: transparent;
    outline: 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: solid 1px #d1d1d1;
    border-radius: 3px;
    padding: 2px;
    margin: 0;	
}

.poppable .popup.r-align {
    right: 0
}

.poppable .popup.l-align {
    left: 0
}

.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
}

@media (min-width:769px) {
    :root {
        --global-header-height: 56px
    }
}

.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;
}

.site-header header>* {
    height: 100%
}

.site-header header [data-id=log] {
    grid-row: 1
}

.site-header header [data-id=buy] {
    grid-row: 1
}

.site-header header [data-id=rnt] {
    grid-row: 1
}

.site-header header [data-id=liv] {
    grid-row: 1
}

.site-header header [data-id=ext] {
    grid-row: 1
}

.site-header header [data-id=msb] {
    grid-row: 2;
    grid-column: 1/-1
}

@media (min-width:769px) {
    .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;
}

.site-header .actionable svg {
    display: inherit
}

.site-header .actionable.p-cake svg {
    height: 20px;
    width: 16px;
    margin-bottom: -3px
}

.site-header .actionable.logo svg {
    height: 36px;
    width: 159px;
}

.ug-ifelse a[class] {
    display: none !important
}

body[data-user=guest] .ug-ifelse .g,
body:not([data-user=guest]) .ug-ifelse .u {
    display: inherit !important
}

.search-box {
    position: relative;
    min-width: 300px;
    margin: 0;
    padding: 0;
    justify-self: center;
    width: 100%;
    height: 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
}

.search-box ul:empty {
    display: none !important
}

.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
}

.site-crumbs nav u,
.site-crumbs nav a {
    display: inline;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 3rem;
    max-height: 3rem;
    white-space: nowrap;
    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,
.school-search .site-crumbs {
    display: none
}

.footer {
    margin-bottom: 0 !important;
    color: #fff;
	height:300px;  /*TOTO: remove if freestar not used anymore*/
}

.home .footer {
    margin-top: 0
}

.footer {
    background-color: #2d80b1
}

.footer .row {
    padding: 2rem 0
}

.footer nav a {
    float: left;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.footer .footer-social,
.footer .footer-copyright,
.footer .footer-links {
    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-weight: 700;
    font-style: normal;
    font-size: 1.6rem;
    margin-bottom: .5rem
}

.footer .footer-social {
    display: inline-block;
    padding: 0
}

.footer .footer-social span {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px
}

.footer .footer-social a {
    display: inline-block;
    padding: 0;
    margin: 8px 0 13px 0;
    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:nth-child(1) {
    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
    }
}

@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:not([data-show]) {
    display: none
}

.modal-dialog[data-show="0"] {
    animation: modals-hide 300ms linear forwards
}

.modal-dialog[data-show="1"] {
    animation: modals-show 300ms linear forwards
}

.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 span,
.modal-dialog-container form a {
    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 {
    display: flex;
    flex-flow: column nowrap
}

.modal-dialog-container form .form-fields>* {
    width: 100%
}

.modal-dialog-container form .form-fields input+input,
.modal-dialog-container form .form-fields button {
    margin-top: 1.5rem
}

.modal-dialog-container form .form-fields button+span,
.modal-dialog-container form .form-fields button+a {
    margin-top: .5rem
}

.modal-dialog-container form .form-header {
    border-bottom: solid 1px #ccc
}

.modal-dialog-container form .form-errors {
    margin: 0 0 0 1.7rem;
    padding: 0;
    list-style: disc outside
}

.modal-dialog-container form .form-errors:empty {
    display: none
}

.modal-dialog-container form .form-errors li+li {
    margin: .5rem 0 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: stretchglass 1.2s infinite ease-in-out
}

.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;
    display: none;
    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 0;
    padding: 0
}

#sidebar-con .sidebar.blank {
    width: 970px;
    background-color: transparent
}

#sidebar-con .sidebar.lside {
    max-width: min-content
}

#sidebar-con .sidebar.rside {
    max-width: min-content
}

@media (min-width:1280px) {

    body.poll-results #sidebar-con,
    body.details #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
}

@media (min-width:568px) {
    .resa-group__title strong {
        font-size: 22px;
        line-height: 17px;
        height: 22px
    }
}

.resa-group__search {
    display: flex;
    flex-flow: column nowrap
}

.resa-group__search:empty {
    display: none
}

.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: 0;
    padding: 0;
    text-align: center;
    background-color: transparent;
    color: #000;
    cursor: pointer;
    margin: 1rem;
    border-radius: 8px;
}


.resa-group__search form label i {
    display: inline-block;
    overflow: hidden;
    background: url(/images/rent-sell-sprite.png) no-repeat;
    background-position: left top;
    width: auto;
    height: 25px;
    line-height: 26px;
    margin: 13px 0 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__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: 0;
        padding: 30px 20px;
        background-color: #fff;
        margin: 1rem;
        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 button,
    .resa-group__search form div a.searchbutton {
        grid-column: 5;
        margin: 0;
        padding: 0 9px;
        color: #fff;
        background-color: #61a02a;
        text-align: center;
    }
}

.resa-group__search form input[name=which] {
    display: none
}

.resa-group__search form input[name=which][value=rlt]:checked+label {
    background-color: #2d80b1;
    color: #fff;
}

.resa-group__search form input[name=which][value=rlt]:checked+label::after {
    display: block
}

.resa-group__search form input[name=which][value=rnt]:checked+label {
    background-color: #2d80b1;
    color: #fff;
}

.resa-group__search form input[name=which][value=rnt]:checked+label::after {
    display: block
}

.resa-group__search form select[name^=r] {
    display: none
}

.resa-group__search form input[name=which][value=rlt]:checked~div>[class*=rlt] {
    display: block
}

.resa-group__search form input[name=which][value=rnt]:checked~div>[class*=rnt] {
    display: block
}


@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: 0;
        padding: 10px;
        background-color: #fff;
        margin: 1rem;
        border-radius: 8px;
    }

    .resa-group__search form div select[name=rlt_pmin],
    .resa-group__search form div select[name=rlt_pmax],
    .resa-group__search form div select[name=rlt_pmin],
    .resa-group__search form div select[name=rlt_pmax] {
        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 button,
    .resa-group__search form div a.searchbutton {
        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) {
        display: inherit
    }

    .resa-group__tiles[data-rows="2"] .tile:nth-child(-n+2) {
        display: inherit
    }

    .resa-group__tiles[data-rows="3"] .tile:nth-child(-n+3) {
        display: inherit
    }

    .resa-group__tiles[data-rows="4"] .tile:nth-child(-n+4) {
        display: inherit
    }

    .resa-group__tiles[data-rows="5"] .tile:nth-child(-n+5) {
        display: inherit
    }

    .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) {
        display: inherit
    }

    .resa-group__tiles[data-rows="2"] .tile:nth-child(-n+4) {
        display: inherit
    }

    .resa-group__tiles[data-rows="3"] .tile:nth-child(-n+8) {
        display: inherit
    }

    .resa-group__tiles[data-rows="4"] .tile:nth-child(-n+10) {
        display: inherit
    }

    .resa-group__tiles[data-rows="5"] .tile:nth-child(-n+12) {
        display: inherit
    }

    .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) {
        display: inherit
    }

    .resa-group__tiles[data-rows="2"] .tile:nth-child(-n+6) {
        display: inherit
    }

    .resa-group__tiles[data-rows="3"] .tile:nth-child(-n+9) {
        display: inherit
    }

    .resa-group__tiles[data-rows="4"] .tile:nth-child(-n+12) {
        display: inherit
    }

    .resa-group__tiles[data-rows="5"] .tile:nth-child(-n+15) {
        display: inherit
    }

    .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) {
        display: inherit
    }

    .resa-group__tiles[data-rows="2"] .tile:nth-child(-n+8) {
        display: inherit
    }

    .resa-group__tiles[data-rows="3"] .tile:nth-child(-n+12) {
        display: inherit
    }

    .resa-group__tiles[data-rows="4"] .tile:nth-child(-n+16) {
        display: inherit
    }

    .resa-group__tiles[data-rows="5"] .tile:nth-child(-n+20) {
        display: inherit
    }

    .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.hide-title .resa-group__title,
.resa-group.no-results .resa-group__title,
.resa-group.no-results .resa-group__tiles,
.resa-group.no-results .resa-group__extra {
    display: none
}

.resa-group.hide-form .resa-group__search {
    display: none
}

.resa-group.hide-tabs .resa-group__search form input[name=which],
.resa-group.hide-tabs .resa-group__search form input[name=which]~label {
    display: none
}

.resa-group.conf-resa .resa-group__search form button {
    display: none !important
}

.resa-group__tiles .tile {
    position: relative;
    display: none;
    overflow: hidden;
    width: inherit;
    height: inherit;
    padding-bottom: 80%;
    cursor: pointer;
    border: solid 1px #ddd
}

.resa-group__tiles .tile:hover {
    border: solid 1px #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 .6rem;
    font-size: 1.5rem;
    color: #2d80b1;
    color: #fff
}

.resa-group__tiles .tile .spec {
    bottom: 0;
    padding: .3rem .6rem .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: solid 1px #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 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:nth-child(1)::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;
}

@media (min-width:540px) {
    .has-hero {
        padding-top: 2rem;
    }
}

.has-hero.state .hero-img {
    height: 520px;
    position: absolute;
    border-radius: 0;
}

.has-hero .hero-img img {
    width: auto !important;
    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%;
}

.has-hero .hero-links {
    display: flex;
}

.has-hero .hero-links a {
    color: #000;
}

.header-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.state-header {
    background-color: rgba(32, 32, 32, .6);
    padding-bottom: 0;
    padding: 4rem;
    color: #fff;
    text-align: center;
    
}

.guide-header,
.key-findings {
    padding: 2rem 0;
    overflow: hidden
}

.state-header h1,
.guide-header h1 {
    margin: 0 auto;
    font-size: 2.8rem;
    font-weight: 400;
}

@media (min-width:760px) {

    .state-header h1,
    .guide-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) no-repeat;
    background-size: cover
}



.state-header>span:nth-of-type(1),
.guide-header>a:nth-of-type(1) {
    margin: .3rem auto 1.5rem auto;
    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; /* eaf1f7 */
    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: 0 0 3rem 0*/
	margin: 3rem 0;
}

body.search.base .box-link {
    margin-top: 1.5rem
}

.box-link-top100 {
    font-weight: 700
}

.droplet-pin {
    position: relative;
    display: inline-block !important;
    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] {
    background-color: #2d80b1;

}

.droplet-pin.ord[n="0"] {
    background-color: #6ab58b
}

.droplet-pin.ord[n].hv {
    background-color: #2d80b1
}

.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 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: solid 1px #d1d1d1;
    border-radius: 4px;
    padding: .6rem;
    margin: 0;
    background-color: #fff;
    list-style: none;
    text-align: left;
	
}

#quick-search div ul:empty {
    display: none !important
}

#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:hover,
.px-attr>input:checked {
    background-color: rgba(255, 255, 255, .8)
}

.px-attr>input::after {
    width: inherit;
    content: 'i'
}

.px-attr>input:checked::after {
    content: 'x'
}

.px-attr>input:not(:checked)+div {
    display: none
}

.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;
    /*margin-top: 30px;*/	/*CHANGED rammed out top margin*/
    text-align: center;
}

#side-sticky-menu {
    width: 150px;
    margin-left: 12rem;	/*CHANGED margin-left: 4rem;*/
	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 0.3s ease;
	
}

#side-sticky-menu>a:before {
	/*content: "\25B6\ ";*/	/*CHANGED removed arrows in sticky menu*/
}


@media (min-width:540px) {
    #header-logo {
        width: 159px;
        max-width: 159px;
    }
}