/**
** Art Pineda | City of Fresno 2023
**/

/**********/
/** base **/
/**********/
body, html {
    font-family: 'Poppins', sans-serif;
    scroll-behavior: smooth;
    font-style: normal;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.skip-to {
    left: 50%;
    transform: translateY(-100%);
    background: black;
    color: white;
    height: 30px;
    left: calc(100% / 2 - 95px);
    padding: 10px 25px;
    position: absolute;
    transform: translateY(-100%);
    transition: transform 0.25s;
    display: flex;
    align-items: center;
}

a.accessibleClass {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.25s ease;
    cursor: pointer;
    display: flex;
    z-index: 0;
    height: 24px;
    width: 40px;
    padding-right: 10px;
}
a.accessibleClass:where(:hover,:focus) img {
    transform: scale(1.2);
}

.skip-to:focus {
    transform: translateY(0%);
}

.four_o_four {
    min-height: calc(100% - 2.5rem);
    overflow: hidden;
    object-fit: cover;
    margin-bottom: 2.5rem;
    filter: grayscale(0.5);
    object-position: center;
}
@media (max-width: 799px){
    .four_o_four {
        max-height: 275px;
        margin-bottom: 1.5rem;
    }
}

/** notificationsBanner **/
.notificationsBanner {
    position: relative;
    top: 0;
    width: 100%;
    display: flex;
    background-color: var(--cityGreen1);
    z-index: 1;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
}
@media (max-width: 599px){
    .notificationsBanner:not(.cooling) {
        margin-top: 61px;
    }
}

.notificationsBanner.cooling { /**if has another **/
    margin: 0;
    flex-direction: column;
    padding: 1.5rem;
    background-color: var(--blue1);
    color: black;
}
.notificationsBanner + .notificationsBanner {
    margin-top: 0!important;
}
.notificationsBanner.cooling .data {
    display: inherit;
    flex-direction: inherit;
    align-items: inherit;
    transition: 0.25s ease;
}

.notificationsBanner.cooling button span:last-child,
.notificationsBanner.cooling button.reveal span:first-child {
    display: none;
}
.notificationsBanner.cooling button span:first-child,
.notificationsBanner.cooling button.reveal span:last-child {
    display: flex;
}

.notificationsBanner.cooling .data.hide *:not(h1):not(h2)  {
    display: none;
}
.notificationsBanner.cooling .notificationsBanner .data.hide :where(h1,h2)  {
    margin-bottom: 0;
    font-size: 1.75rem;
}

.notificationsBanner.cooling .notificationsBanner :where(ul,ol,p,a) {
    color: black;
    letter-spacing: 0.5px;
}

.notificationsBanner.cooling .notificationsBanner :where(ul) {
    text-align: center;
}
@media (max-width: 599px){
    .notificationsBanner.cooling .notificationsBanner :where(ul) {
        padding: 1rem 0;
    }
}

body:not(.home) .notificationsBanner.cooling {
    margin-top: 61px;
    margin-bottom: -61px;
}
@media (min-width: 600px){
    body:not(.home) .notificationsBanner:not(.cooling) {
        margin-top: 61px;
        margin-bottom: -61px;
    }
}
.notificationsBanner.cooling .notificationsBanner :where(ul) li {
    text-align: center;
    padding: 1rem 0;
    border-bottom: 1px solid black;
    margin-bottom: 1rem;
}
.notificationsBanner.cooling :where(ul,ol,p,a) {
    color: black;
}
body:not(.home) .notificationsBanner + .header-inner {
    margin-top: auto; /**set to 0!important w/out fixed Header **/
}

.notificationsBanner button {
    border: 1px solid var(--cityBlueSoft2);
    background: none;
    color: var(--cityBlue1);
    font-weight: 500;
    position: relative;
    right: 0;
    bottom: 0;
    margin: 1rem 1rem 0;
    transition: 0.25s ease;
}
@media (min-width: 1000px){
    .notificationsBanner button.reveal {
        position: absolute;
        margin: 1.75rem 1rem;
        transform: translateY(-1rem);
    }
}
.notificationsBanner button:where(:hover){
    background-color: var(--cityBlueSoft2);
}

.notificationsBanner > p {
    padding: 1rem;
    margin: 0;
    color: white;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
}
.notificationsBanner a {
    color: white;
    padding: 0;
    text-indent: 4px;
}

@media (min-width: 800px){
    html :is(body.home, body.page-template-page-fixedTop) header#masthead .notificationsBanner ~ .header-inner.hasAbs {
        position: relative;
        margin-bottom: -174px;
    }
}

/** 404 **/
section.error-404.not-found {
    display: flex;
    justify-content: center;
    gap: 4rem;
    margin-bottom: 4.5rem;
}
@media (max-width: 799px){
    section.error-404.not-found {
        flex-direction: column;
    }
}

section.error-404.not-found > header {
    flex: 40%;
}
section.error-404.not-found > main {
    flex: 60%;
}

@media (min-width: 800px){
    section.error-404.not-found ul#department-links {
        column-count: 2;
        padding: 2.5rem;
        border: 2px solid var(--cityBlue1);
    }
}

section.error-404.not-found ul#department-links li a {
    color: var(--cityBlue1);
    font-weight: 900;
    text-decoration: none;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.75;
}
section.error-404.not-found ul#department-links li a:where(:hover,:focus){
    color: black;
}

section.error-404 h1.page-title {
    margin-top: 3rem;
    color: var(--cityBlue1);
    font-size: calc(var(--heading_1) + 1.75rem);
}
@media (max-width: 799px){
    section.error-404 h1.page-title {
        margin-top: 0;
    }
}

.error-section > * {
    margin: 2rem 0 4rem;
}

.error-section form.search-form {
    display: flex;
    position: relative;
}
.error-section form :is(button, input[type="button"],
.error-section input[type="reset"], input[type="submit"]):is(:hover,:focus) {
    border-radius: 0;
}
.error-section input.search-field {
    padding: 1rem 5rem 1rem 1rem;
    font-weight: 900;
    color: black;
    font-family: 'Poppins';
    font-weight: 600;
    letter-spacing: 1.5px;
    font-size: 1.1rem;
}
@media (max-width: 599px){
    .error-section input[type="search"] {
        -webkit-appearance: none;
    }
}
.error-section input.search-field::placeholder {
    font-weight: 900;
    color: inherit;
    font-family: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    font-size: inherit;
}
@media (max-width: 799px){
    .error-section input.search-field::placeholder {
        font-size: 0.8rem;
    }
}

.error-section button.search-submit {
    font-family: 'Proxima-Nova', sans-serif;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    display: flex;
    align-items: center;
}

/** safari forms **/
textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
    appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
}
select{
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    height: 45px;
    width: 100%;
    padding: 5px;
    border-radius: 0;
}

main {
    display: inherit;
    min-height: 100%;
}

.post, .page,
.page-content,
.entry-content,
.entry-summary {
    margin: 0;
}

b, strong {
    font-weight: 800;
}

@media (max-width: 799px){
    .entry-content > :is(h1,h2,h3,h4,p,code,.wp-block-buttons) {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}
@media (max-width: 599px){
    body.single .entry-content > * {
        padding-left: 0;
        padding-right: 0;
    }
}

button#back_to_top {
    display: none;
    width: 55px;
    height: 55px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 10;
    border: none;
    outline: none;
    background-color: rgba(0,0,0,0.85);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    color: white;
    cursor: pointer;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 0;
    font-weight: 700;
}

body.page-child .breadcrumbs {
    display: flex;
    align-items: center;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    width: 100%;
    position: relative;
}
@media (max-width: 799px){
    body.page-child .breadcrumbs {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
body.page-child .breadcrumbs a.flex {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: var(--gray1);
}
.arrow-root {
    display: flex;
    height: 30px;
}
svg#arrowBack {
    width: 38px;
    transform: rotate(180deg);
}

ul, ol, li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.entry-content ul {
    margin-block-start: 1rem;
    margin-block-end: 1rem;
}
.entry-content ol ul {
    margin: 1rem 0;
}

form h3 {
    font-size: var(--heading_3);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--gray1);
}

form tr {
    width: 100%;
    display: flex;
    flex-direction: column;
}
form input {
    width: 100%;
    line-height: 2;
}
form td[colspan="2"] {
    display: flex;
    align-self: center;
    padding: 1rem 0;
    width: 100%;
    margin-top: 1rem;
    justify-content: center;
}

form [type="checkbox"], form [type="radio"] {
    height: 18px;
}
form label {
    width: 100%;
    font-weight: 700;
}
form button, form input[type="button"], form input[type="reset"], form input[type="submit"] {
    background-color: var(--yellow);
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: black;
    border: 4px solid var(--yellow);
    border-radius: 0;
    padding: 1rem 1.5rem;
    transition: 0.25s ease;
}
form :is(button, input[type="button"], input[type="reset"], input[type="submit"]):is(:hover,:focus){
    background-color: black;
    cursor: pointer;
    color: white;
    border-color: black;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    border-radius: 0;
    border-color: var(--cityBlue3);
    font-family: 'proxima-nova', 'Proxima Nova', sans-serif;
    font-size: 1rem;
    padding: 0.5rem 1rem;
    cursor: pointer;
    border: 3px solid var(--cityBlue3);
}
button:where(:hover,:focus), input[type="button"]:where(:hover,:focus),
input[type="reset"]:where(:hover,:focus), input[type="submit"]:where(:hover,:focus) {
    background-color: var(--cityBlue1);
    border-color: var(--cityBlue3);
}

small {
    font-size: 70%;
    letter-spacing: 2px;
}

h1, h2, h3, h4 {
    font-weight: 700;
    margin: 0 0 1rem;
    padding: 0;
    color: black;
    letter-spacing: 0.5px;
}

html :where(h2,h3,h4) a {
    color: inherit;
}

h1 {
    font-size: var(--heading_1);
    line-height: unset;
}
@media (max-width: 1023px){
    h1 { font-size: calc(var(--heading_1) - 1rem);}
}
@media (max-width: 799px){
    h1 {
        font-size: calc(var(--heading_1) - 1.25rem);
        line-height: 1.25;;
    }
}
h2 {
    letter-spacing: 2px;
    font-size: var(--heading_2);
    color: var(--cityBlue1);
}
@media (max-width: 799px){
    h2 {
        font-size: calc(var(--heading_2) - 0.5rem);
    }
    h2 span {
        font-size: calc(var(--heading_2) - 0.25rem);
    }
}

h3 {
    font-size: var(--heading_3);
    color: var(--cityBlue1);
}

h4 {
    font-size: var(--heading4);
}

.stronger {
    font-weight: 800;
}

a {
    color: black;
    text-decoration: none;
}
/* a:where(:hover,:focus,:active){
    color: var(--cityGreen1);
} */

.nolink, .nolink a {
    text-decoration: none!important;
}
.noLink, .noLink a,
.noLink:is(:hover,:focus,:active),
.noLink a:is(:hover,:focus,:active) {
    text-decoration: none!important;
    pointer-events: none;
}

a:hover, a:focus, a:visited {
    text-decoration: underline;
}

a, a:visited {
    font-weight: 700;
    text-decoration: underline;
}
a:is(:hover,:focus,:active) {
    color: var(--gray1);
    outline: 0;
}

a:focus {
    outline: thin dotted;
}

nav a {
    color: white;
    text-decoration: none;
}

p {
    color: black;
    font-size: var(--body_1);
    font-weight: 500;
    margin-top: 0;
    line-height: 1.5;
    font-family: 'proxima-nova', 'Proxima Nova', proxima-nova;
}
pre {
    font-family: 'proxima-nova', 'Proxima Nova', proxima-nova;
}
ul li {
    color: black;
    font-size: var(--body_1);
    font-weight: 500;
    line-height: 1.5;
    font-family: 'proxima-nova', 'Proxima Nova', proxima-nova;
}

p.small {
    font-size: calc(var(--body_1 - 4px));
    line-height: 1.5;
}

dfn, cite, em, i {
    color: black;
}

.visuallyhidden, .sr-only {
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap;
}

@media (max-width: 799px){
    .mobile-hide {
        position: absolute!important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px 1px 1px 1px);
        clip: rect(1px, 1px, 1px, 1px);
        white-space: nowrap;
    }
}
@media (min-width: 800px){
	.desktop-hide {
        position: absolute!important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px 1px 1px 1px);
        clip: rect(1px, 1px, 1px, 1px);
        white-space: nowrap;
    }
}

.btn {
    background-color: transparent;
    border: 2px solid transparent;
    padding: 0.5rem 1.25rem;
    border-radius: 0;
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
}

.mb-0 { margin-bottom: 0; }
.mb-5 { margin-bottom: 5px; }
.mb-10 { margin-bottom: 10px; }
.mb-15 { margin-bottom: 15px; }
.mb-20 { margin-bottom: 20px; }

.mt-0 { margin-top: 0px; }
.mt-5 { margin-top: 5px; }
.mt-10 { margin-top: 10px; }
.mt-15 { margin-top: 15px; }
.mt-20 { margin-top: 20px; }

.p0 { padding: 0!important; }
.p5 { padding: 5px!important; }
.p10 { padding: 10px!important; }
.p15 { padding: 15px!important; }
.p20 { padding: 20px!important; }
.p25 { padding: 25px!important; }
.p30 { padding: 30px!important; }
.p35 { padding: 35px!important; }
.p50 { padding: 50px!important; }

.mw100 { max-width: 100%!important; }

.wp-block-image { margin: 0; }

/****************/
/** effects **/
/****************/
body:not(.wp-admin) .lazy,
body:not(.wp-admin) .lazy img {
    background-image: none;
    opacity: 0;
}
.lazyFade,
.lazyFade img {
    display: flex;
    -webkit-transition: all 0.75s ease-in;
    transition: all 0.75s ease-in;
    opacity: 1;
}

@media (min-width: 800px) {
    .fadeUp {
        position: relative;
        -webkit-animation: 1.25s ease-in-out fadeUp;
        -moz-animation: 1.25s ease-in-out fadeUp;
        animation: 1.25s ease-in-out fadeUp;
        animation-fill-mode: forwards;
        opacity: 1;
    }
}

.fadeToBlack {
    filter: grayscale(0);
    -webkit-animation: 1.25s ease-in-out fadeToBlack;
    -moz-animation: 1.25s ease-in-out fadeToBlack;
    animation: 1.25s ease-in-out fadeToBlack;
    animation-delay: 2.5s;
    animation-fill-mode: forwards;
}

@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(0%);
    }
    10% {
        opacity: 1;
        transform: translateY(18%);
    }
}

@keyframes floating {
    0% {
        transform: translateY(0.4em);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes fadeToBlack {
    0% {
        filter: grayscale(0);
    }
    100% {
        filter: grayscale(1);
    }
}

@media (min-width: 1200px){
    .floating {
        -webkit-animation: floating 2s ease-out alternate infinite;
        -moz-animation: floating 2s ease-out alternate infinite;
        animation: floating 2s ease-out alternate infinite;
    }
}

.border-effect {
    border: none;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
}

.border-shadow-img img {
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
}

.zoom1 {
    transition: 0.15s ease-in-out;
    transform: scale(1);
}
.zoom1:is(:hover,:focus) {
    transform: scale(1.1);
}

figcaption a {
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 0.5px;
}

/** toggle target **/
.toggle-target-content {
    display: none;
    position: absolute;
    top: calc(26px + 120%);
    left: 50%;
    transform: translateX(-50%);
    padding: 10px;
    background-color: var(--cityBlueSoft2-ADA2);
    color: white;
    border-radius: 5px;
    white-space: nowrap;
    z-index: 1;
    transition: 0.25s ease-in-out;
}
.toggle-target:is(:hover,:focus,:active) .toggle-target-content {
    display: block;
}
.toggle-target:is(:hover,:focus,:active) {
    filter: drop-shadow(0px 0px 6px rgba(255,255,255,0.35));
}
/**
.toggle-target:is(:hover,:focus,:active) .toggle-target-content:before {
    content: "";
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent var(--cityBlueSoft2-ADA2) transparent;
}**/

/** weather **/
.weather-include {
    display: flex;
    position: relative;
    min-width: 68px;
}
.weather-include span {
    min-width: 60px;
    display: flex;
    align-items: center;
    color: white;
    font-family: 'Poppins', serif;
    font-weight: 600;
    font-size: 1rem;
}
.weather-include span .city-temp {
    min-width: 40px;
}
@media (max-width: 799px){
    .weather-include span .city-temp {
        min-width: auto;
    }
}
.weather-include img {
    width: 100%;
    max-height: 23px;
}
.weather-include img:first-child {
    margin-right: 5px;
    min-width: 23px;
}
/* .weather-include .city-temp {
    min-width: 40px;
} */

/****************/
/** containers **/
/****************/

.container {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: auto;
    margin-right: auto;
}


@media (min-width: 1280px) { /** match root **/
    .container {
        max-width: 90%;
        /* padding-left: 1rem;
        padding-right: 1rem; */
    }
}

@media (min-width: 1701px) { /** match root **/
    .container {
        max-width: 1600px;
    }
}

.container-full {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.container-narrow {
    width: 100%;
    max-width: 1199px;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: auto;
    margin-right: auto;
}

.container-narrowist {
    width: 100%;
    max-width: 850px;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 800px) and (max-width: 1279px) {
    .container-narrow {
        max-width: 90%;
    }
}

@media (max-width: 799px) {
    .container-narrow, .container-narrowist {
        max-width: 90%;
    }
}

.container-short {
    width: 100%;
    max-width: 825px;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 800px) and (max-width: 1279px) {
    .container-short {
        max-width: 90%;
    }
}

@media (max-width: 799px) {
    .container-short {
        max-width: 90%;
    }
}

/*********************/
/** psuedo includes **/
/*********************/

.hasAfter:after {
    content: "";
    width: 40px;
    height: 3px;
    background-color: var(--teal_darker);
    display: block;
    margin-top: 1rem;
}

.hasSmallAfter:after {
    content: "";
    width: 20px;
    height: 2.5px;
    background-color: var(--teal_darker);
    display: block;
    margin-top: 0.25rem;
}

.belowSearch::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 8px;
    height: 0;
}
.belowSearch::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.05);
}
.belowSearch::-webkit-scrollbar-thumb {
    background-color: var(--mint1);
}
/**************/
/** end base **/
/**************/

/** Headers **/
header#masthead {
    display: flex;
    flex-direction: column;
    width: 100%;
    transition: 0.25s ease;
}
@media (max-width: 599px){
    header#masthead {
        margin-top: 61px; /** account for fixed header **/
    }
    body.admin-bar header#masthead {
        margin-top: 0;
    }
}
body:not(.home):not(.page-template-page-fixedTop) header#masthead {
    min-height: 235px;
}
@media (max-width: 799px){
    body:not(.home):not(.page-template-page-fixedTop) header#masthead {
        min-height: auto;
        display: block;
    }
}
header#masthead nav.top-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background-color: var(--cityBlue2);
    background: linear-gradient(0deg, rgba(0,99,167,1) 0%, rgba(0,99,167,1) 100%);
    padding: 1rem 1.5rem;
    transition: 0.25s ease;
    border-bottom: 5px solid var(--cityGreen1);
}
header#masthead.moved nav.top-navigation {
    background-color: var(--cityBlue1);
    /* background: linear-gradient(0deg, rgba(1,83,139,1) 0%, rgba(0,99,167,1) 100%); */
    background: linear-gradient(0deg, rgb(1 58 98) 0%, rgba(0,99,167,1) 100%);
}
header#masthead .menu-top-menu-container {
    width: auto;
}
header#masthead nav.top-navigation .menu-top-menu-container ul#top-menu {
    display: flex;
    justify-content: flex-end;
    position: relative;
    color: white;
    width: 100%;
    text-transform: uppercase;
    font-size: var(--navTop);
}
header#masthead nav.top-navigation .veryTopMenu {
    display: flex;
    width: 100%;
}
header#masthead nav.top-navigation .veryTopMenu > * {
    flex: 1 1 auto;
}
header#masthead nav.top-navigation .contactTop {
    margin-right: 1.5rem;
}
@media (max-width: 799px){
    header#masthead nav.top-navigation .contactTop {
        display: none;
        position: absolute;
        margin-left: 52px; /** size of btn before collapse**/
    }
}

header#masthead nav.top-navigation .menu-top-menu-container ul#top-menu li.current_page_item a {
    color: var(--mint1);
}

header#masthead nav.top-navigation .menu-top-menu-container ul#top-menu li a {
    padding-left: 1rem;
    padding-right: 1rem;
    text-decoration: none;
    letter-spacing: 1.5px;
}
header#masthead nav.top-navigation .menu-top-menu-container ul#top-menu li a:where(:hover,:focus,:active) {
    color: var(--mint1);
}

header#masthead nav.top-navigation .scroll-logo-img {
    height: 24px;
    max-width: 40px;
    position: relative;
    top: -10px;
}
/*@media (max-width: 799px){*/
/*    header#masthead nav.top-navigation .scroll-logo-img {*/
/*        position: absolute;*/
/*        margin-left: 152px;*/
/*    }*/
/*}*/

/*header#masthead:not(.moved) nav.top-navigation :where(.scroll-logo, .scroll-logo-img) { */
/*header#masthead:not(.moved) nav.top-navigation :where(.scroll-logo) {*/
/*    display: none;*/
/*}*/

header#masthead nav.top-navigation .scroll-logo {
    display: none;
    animation: fade-in 0.5s;
    position: relative;
    justify-content: center;
    width: 190px;
}
@media (min-width: 800px){
    header#masthead.moved nav.top-navigation .scroll-logo {
        display: none; /** can be undone to reveal **/
    }
}
header#masthead nav.top-navigation .scroll-logo-img {
    animation: fade-in 0.5s;
}
header#masthead.moved nav.top-navigation .scroll-logo-img img {
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 40%));
}
header#masthead.moved nav.top-navigation .scroll-logo-img img:where(:hover,:focus) {
    opacity: 0.75;
}
@media (max-width: 799px){
    header#masthead nav.top-navigation .scroll-logo {
        display: none;
    }
    header#masthead.moved nav.top-navigation .scroll-logo
        /*header#masthead.moved nav.top-navigation :is(.scroll-logo, .scroll-logo-img) {*/
    header#masthead.moved nav.top-navigation :is(.scroll-logo) {
        display: none;
    }
}
header#masthead nav.top-navigation .scroll-logo:before {
    content: '|';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    color: white;
}
header#masthead nav.top-navigation .scroll-logo a {
    letter-spacing: 1px;
    font-size: 1.1rem;
    cursor: pointer;
    left: 2rem;
}
header#masthead.moved nav.top-navigation .scroll-logo a img {
    min-width: 140px;
}
header a:is(:hover,focus){
    color: var(--mint1);
}

/** header inner float **/
body header#masthead .top-navigation {
    width: 100%;
    z-index: 3;
    top: 0;
}
body header#masthead.hasFixed .top-navigation {
    position: fixed;
}
@media (max-width: 599px) {
    body header#masthead.hasFixed .top-navigation {
        position: fixed;
    }
    body.admin-bar header#masthead.hasFixed .top-navigation {
        top: 0;
    }
}
@media (min-width: 600px){
    body.admin-bar header#masthead.hasFixed .top-navigation {
        top: 46px;
    }
}
@media (min-width: 783px){
    body.admin-bar header#masthead.hasFixed .top-navigation {
        top: 32px;
    }
}
@media (max-height: 400px) {
    body.admin-bar header#masthead.hasFixed .top-navigation {
        top: 46px;
    }
}

/**
body.admin-bar header#masthead .header-inner.hasAbs {
  top: 88px;  w/adminBar
} **/


body header#masthead .header-inner.hasAbs {
    position: relative;
    width: 100%;
    z-index: 2;
    margin-top: 0;
}
body.home header#masthead .header-inner.hasAbs {
    margin-top: 0;
}
body:not(.home):not(.page-template-page-fixedTop) header#masthead .header-inner.hasAbs {
    margin-top: 61px;
}
@media (max-width: 599px){
    body.admin-bar:not(.home):not(.page-template-page-fixedTop) header#masthead .header-inner.hasAbs {
        margin-top: auto;
    }
}
body:not(.home):not(.page-template-page-fixedTop) header#masthead.moved .header-inner.hasAbs {
    margin-top: 61px; /** was 0 or remove without fixed header**/
}
@media (min-width: 800px){
    html :is(body.home, body.page-template-page-fixedTop) header#masthead .header-inner.hasAbs {
        position: absolute;
        width: 100%;
        z-index: 2;
        margin-top: 0;
    }

    /**fixedMain**/
    html :is(body.home, body.page-template-page-fixedTop, body.page) header#masthead.moved .header-inner.hasAbs {
        margin-top: 0;
        position: fixed;
        transition: 0.25s;
        box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
        background-color: rgba(255, 255, 255, 0.85);
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
}
@media (max-width: 599px){
    html :is(body.home, body.page-template-page-fixedTop) header#masthead .header-inner.hasAbs {
        display: none;
    }
    body:not(.home):not(.page-template-page-fixedTop) header#masthead .header-inner.hasAbs {
        display: flex;
        /*margin-top: 0;*/
        background-color: var(--cityBlueSoft2Dim);
    }
}

header#masthead .header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header#masthead a.custom-logo-link {
    display: flex;
}
header#masthead a.custom-logo-link img {
    width: auto;
    height: 110px;
    position: relative;
    transition: none;
}
header#masthead.moved a.custom-logo-link img {
    height: 45px;
}
@media (max-width: 799px){
    header#masthead a.custom-logo-link {
        width: 100%;
    }
    header#masthead a.custom-logo-link img {
        max-width: 50%;
        padding-top: 1rem;
        padding-bottom: 1rem;
        height: auto;
    }
}
@media (max-width: 599px){
    header#masthead a.custom-logo-link img {
        width: 75%;
        margin: 0 auto;
    }
}

header#masthead:not(.moved) a.custom-logo-link img:where(:hover,:focus) {
    /*transform: scale(1.05);*/
    transform-origin: bottom;
    filter: drop-shadow(0 0px 25px rgba(0, 0, 0, 0.15))
}

header#masthead .header-inner {
    padding: 2rem 1.5rem;
}
@media (max-width: 900px) and (max-height: 400px){
    /*header#masthead .header-inner {*/
    /*    padding: 0;*/
    /*}*/
}

header#masthead .header-inner > * {
    flex: 1 0 auto;
}
@media (max-width: 1199px){
    header#masthead .header-inner > nav.site-navigation {
        display: none;
    }
}
header#masthead .header-inner nav.site-navigation ul {
    display: flex;
    justify-content: center;
}
header#masthead.moved .header-inner nav.site-navigation ul {
    justify-content: flex-end;
}
header#masthead .header-inner nav.site-navigation ul li {
    display: block;
    padding-left: 1rem;
    padding-right: 1rem;
}
header#masthead .header-inner nav.site-navigation ul li a {
    font-family: 'Poppins';
    display: flex;
    justify-content: center;
    font-size: var(--nav);
    color: black;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
}
header#masthead.moved .header-inner nav.site-navigation ul li a {
    font-size: calc(var(--nav) - 4px);
}

@media (min-width: 800px) and (max-width: 1024px){
    header#masthead .header-inner nav.site-navigation ul li a {
        font-size: calc(var(--nav) - 3px);
        letter-spacing: 1px;
    }
}

header#masthead .header-inner nav.site-navigation ul li a:where(:hover,:focus,:active) {
    text-decoration: none;
}
header#masthead .header-inner nav.site-navigation ul li a:where(:hover,:focus){
    color: var(--cityBlue1);
}
header#masthead .header-inner nav.site-navigation ul li a:after {
    content: '';
    display: flex;
    position: absolute;
    width: 0;
    height: 3px;
    bottom: 0;
    display: flex;
    background-color: var(--cityBlue1);
    transition: 0.25s ease;
}
header#masthead .header-inner nav.site-navigation ul li a:where(:hover,:focus):after {
    width: 100%;
}

header#masthead .header-inner nav.site-navigation ul li.current_page_item a,
header#masthead .header-inner nav.site-navigation ul li.current_page_item a:after {
    color: var(--cityBlue1);
    width: 100%;
}

html :is(body.home, body.page-template-page-fixedTop) header#masthead.hasFixed ~ main {
    margin-top: 0;
}

@media (max-width: 599px){
    /*  body.admin-bar.home {
       margin-top: 61px;
    } */
    body:not(.admin-bar).home {
        margin-top: 0;
    }
    html :is(body.home, body.page-template-page-fixedTop) header#masthead.hasFixed ~ main {
        margin-bottom: 0;
    }
}
@media (min-width: 600px){
    body.home, body.page-template-page-fixedTop {
        margin-top: 61px;
    }
}

/** body styles **/
img.shadow1 {
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.10);
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.10);
}

/** iframes **/
iframe {
    border: 0;
    border: none;
}
@media (max-width: 799px){
    iframe.container {
        padding-left: 0;
        padding-right: 0;
    }
}

.iframeContainer {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.iframeResponsive {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
@media (min-width: 1500px){
    .iframeContainer {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
}


/** entry-header **/
main article .entry-header .entry-meta :where(span, span *){
    font-size: 0.75rem;
    color: var(--cityGreen-compliant);
    text-transform: uppercase;
    letter-spacing: 1px;
}

/** page layouts **/
body.page-child main article .entry-content > *:not(.consider-gut-width):not(.wp-block-columns):not(.wp-block-spacer):not(.is-style-force-full) {
    max-width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 1280px) { /** match root **/
    body.page-child main article .entry-content > *:not(.consider-gut-width):not(.wp-block-columns):not(.wp-block-spacer):not(:where(ul, ol)):not(.is-style-force-full) {
        max-width: 90%;
        padding-left: 2rem;
        padding-right: 2rem;
    }
    body.page-child main article .entry-content > *:not(.consider-gut-width):not(.wp-block-columns):not(.wp-block-spacer):is(ul, ol):not(.is-style-force-full) {
        max-width: 90%;
        padding-left: 0;
        padding-right: 0;
    }
    body.page-child main article .entry-content > iframe {
        display: flex;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 1701px) { /** match root **/
    body.page-child main article .entry-content > *:not(.consider-gut-width):not(.wp-block-columns):not(.wp-block-spacer):not(.is-style-force-full) {
        max-width: 1600px;
    }
}

/** page layout - formatting **/
body.page-child .entry-content .is-layout-flow.wp-block-column ul:not(.tabled) li:not(.wp-block-social-link) {
    list-style: inside;
}

/** single **/
body.single :where(span.posted-on, span.posted-on a, .byline, .byline a.url) {
    color: var(--gray1);
}
body.single main.site-main header {
    margin-bottom: 1.5rem;
}
body.single main.site-main article {
    padding: 0 0 1rem;
}

/**w/Effect**/
body.single.single-post {
    background-color: var(--cityBlue3Dim);
}
body.single main.site-main.border-effect {
    margin-bottom: 5rem;
    padding-left: 0; /**override**/
    padding-right: 0; /**override**/
    background-color: white;
}
body.single main.site-main.border-effect article {
    padding: 3rem 2rem;
}

body.single main.site-main header h1 {
    color: var(--cityBlue1);
}
body.single main.site-main article h2 {
    font-size: 1.5rem;
}

body.single main.site-main article > .single_body_img {
    width: 50%;
    float: right;
    border: 2px solid var(--cityBlue3);
    margin: 0 0 3rem 3rem;
}
@media (max-width: 799px){
    body.single main.site-main article > .single_body_img {
        width: 100%;
        float: none;
        margin: 0 0 3rem;
    }
}
body.single main.site-main article > .single_body_img .post-thumbnail {
    background-color: var(--cityBlue3Dim);
    display: flex;
}
body.single main.site-main article > .single_body_img .post-thumbnail img {
    max-height: 450px;
    width: auto;
    padding: 1rem;
    margin: 0 auto;
}

body.single main.site-main article .video_container {
    display: block;
    margin-bottom: 4rem;
}
body.single main.site-main article .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

body.single main.site-main article .embed-container iframe,
body.single main.site-main article .embed-container object,
body.single main.site-main article .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

body.single nav.navigation.post-navigation {
    width: 100%;
    display: flex;
    margin-top: 4rem;
}
body.single nav.navigation.post-navigation .nav-links * {
    color: white;
}
body.single nav.navigation.post-navigation .nav-links {
    display: flex;
    width: 100%;
    padding: 0;
    background-color: var(--grayLight);
}
@media (max-width: 799px){
    body.single nav.navigation.post-navigation .nav-links {
        flex-direction: row;
    }
}
body.single nav.navigation.post-navigation .nav-links .nav-previous {
    background-color: var(--cityBlue1);
    color: white;
    padding: 2rem;
}
body.single nav.navigation.post-navigation .nav-links .nav-next {
    background-color: var(--cityGreen-compliant);
    color: white;
    padding: 2rem;
}
@media (max-width: 799px){
    body.single nav.navigation.post-navigation .nav-links .nav-next {
        display: flex;
        align-items: center;
    }
}
body.single nav.navigation.post-navigation * {
    color: black;
}


/** search and archives **/
body:where(.search-results, .search-no-results) main {
    margin-bottom: 0;
    padding-bottom: 2rem;
    min-height: 375px;
}
@media (max-width: 799px){
    body:where(.archive, .search-results, .search-no-results) {
        background-color: var(--cityBlue3Dim);
    }
    body:where(.archive, .search-results, .search-no-results) main.site-main {
        background-color: white;
        box-shadow: 0 0 12px rgb(0 0 0 / 8%);
        padding: 2rem;
        margin-bottom: 0;
    }
}

body:where(.archive, .search-results, .search-no-results) main.site-main header {
    margin-bottom: 1.5rem;
}
body:where(.archive, .search-results, .search-no-results) main.site-main h1.page-title {
    margin-bottom: 2rem;
    border-bottom: 2px solid var(--cityGreen2);
    padding-bottom: 2rem;
    color: var(--cityBlue2);
}
body:where(.archive, .search-results, .search-no-results) main.site-main header h1 {
    font-size: 2.5rem;
}
body:where(.archive, .search-results, .search-no-results) main.site-main article {
    margin: 1rem 0;
    padding: 1rem 0;
    border-bottom: 1px solid var(--cityBlueSoft);
}
body:where(.archive, .search-results, .search-no-results) main.site-main article h2 {
    font-size: 1.5rem;
}

body:where(.archive, .search-results, .search-no-results) article .resulted {
    display: flex;
}
@media (max-width: 799px){
    body:where(.archive, .search-results, .search-no-results) article .resulted {
        flex-direction: column;
    }
}

body:where(.archive, .search-results, .search-no-results) article .resulted > a.post-thumbnail {
    padding-right: 1.5rem;
    max-width: 325px;
}
@media (max-width: 799px){
    body:where(.archive, .search-results, .search-no-results) article .resulted > a.post-thumbnail {
        padding: 0 0 1.5rem;
        max-width: 100%;
    }
}

body:where(.archive, .search-results, .search-no-results) :where(span.posted-on, span.posted-on a, .byline, .byline a.url) {
    color: var(--gray1);
}

body:where(.archive, .search-results, .search-no-results) .page-content form.search-form {
    display: flex;
    margin: 2rem auto;
}
body:where(.archive, .search-results, .search-no-results) .page-content form.search-form label {
    display: flex;
}
body:where(.archive, .search-results, .search-no-results) .page-content form.search-form input {
    border-radius: 0.75rem 0 0 0.75rem;
    padding: 1rem 5rem 1rem 1rem;
    font-weight: 900;
    color: black;
    font-family: 'Poppins';
    font-weight: 600;
    letter-spacing: 1.5px;
    font-size: 1.1rem;
}
body:where(.archive, .search-results, .search-no-results) .page-content form.search-form input::placeholder {
    font-weight: 700;
    color: var(--cityBlue3);
}
body:where(.archive, .search-results, .search-no-results) .page-content form.search-form button.search-submit {
    background-color: var(--cityBlue1);
    border-radius: 0 0.75rem 0.75rem 0;
    color: white;
}

/** not found **/
body:where(.archive, .search-results, .search-no-results) section.no-results.not-found .page-content p {
    font-weight: 700;
}

/** social icons in body **/
ul.wp-block-social-links.social-lrg-bluebg li a {
    background: var(--cityBlue1);
    border-radius: 2rem;
    padding: 1rem;
    font-size: 1.25rem;
}

/** footer **/
footer.site-footer a {
    color: white;
    transition: 0.25s ease;
    text-decoration: none;
}
footer.site-footer a:is(:hover,:focus,:active) {
    color: var(--cityGreen1);
    text-decoration: underline;
}
footer.site-footer span {
    font-size: 1rem;
}

footer.site-footer {
    border-top: 8px solid var(--cityGreen1);
    background-color: var(--cityBlue2);
    color: white;
    font-size: 1rem;
    font-weight: 600;
}
footer.site-footer .site-info {
    display: flex;
    flex-direction: column;
    min-height: 465px;
    padding-top: 4rem;
    padding-bottom: 2rem;
}
footer.site-footer .site-info .top {
    display: flex;
    flex-wrap: wrap;
}
@media (max-width: 799px){
    footer.site-footer .site-info .top {
        flex-direction: column;
    }
}

footer.site-footer .site-info .top .column {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex: 1;
    margin-right: 5%;
}
@media (max-width: 799px){
    footer.site-footer .site-info .top .column {
        margin: 1.5rem 0;
    }
}
footer.site-footer .site-info .top .column:nth-child(2) li a {
    font-size: 1.15rem;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 800;
    line-height: 2;
}
footer.site-footer .site-info .top .column:last-child {
    margin-right: 0;
}
footer.site-footer .site-info .top .column > a {
    display: block;
    margin: 0 0 1rem;
}
footer.site-footer .site-info .top .column:first-child img {
    width: 325px;
}
footer.site-footer h3 {
    font-size: 1.35rem;
    color: white;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-bottom: 1rem;
    border-bottom: 1px solid white;
}
footer.site-footer .site-info .top .column .fp-socials ul li a:first-child {
    display: flex;
    padding-right: 1rem;
}
footer.site-footer .site-info .top .column .fp-socials ul li a:last-child {
    font-size: 0.9rem;
}
footer.site-footer .site-info .top .column .fp-socials img {
    width: 30px;
}
footer.site-footer .site-info .top .column:last-child li {
    display: flex;
    line-height: 3;
}

footer.site-footer .site-info .top .address_bottom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto;
}
footer.site-footer .site-info .top .address_bottom span {
    line-height: 1.75;
}
footer.site-footer .site-info .top .address_bottom span:first-child {
    margin-bottom: 2.25rem;
}
footer.site-footer .site-info .bottom {
    display: flex;
    padding-top: 2rem;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 0.75rem;
    margin-top: 2rem;
    border-top: 0.5px solid white;
}

@media (max-width: 799px){
    footer.site-footer .site-info .bottom .column {
        width: 100%;
    }
}
footer.site-footer .site-info .bottom .column ul {
    display: flex;
}
@media (max-width: 799px){
    footer.site-footer .site-info .bottom .column ul {
        flex-direction: column;
    }
}

footer.site-footer .site-info .bottom .column ul li {
    padding: 0 1rem;
    position: relative;
    display: flex;
    align-items: center;
}
@media (max-width: 799px){
    footer.site-footer .site-info .bottom .column ul li {
        padding-left: 0;
    }
}
footer.site-footer .site-info .bottom .column ul li a {
    text-transform: uppercase;
    letter-spacing: 3px;
}
@media (max-width: 799px){
    footer.site-footer .site-info .bottom .column ul li a {
        padding: 0.5rem 0;
    }
}
footer.site-footer .site-info .bottom .column ul li:after {
    content: '';
    position: absolute;
    right: 0;
    background-color: white;
    width: 1px;
    height: 60%;
}
@media (max-width: 799px){
    footer.site-footer .site-info .bottom .column ul li:after {
        content: none;
    }
}

footer.site-footer .site-info .bottom .column ul li:last-child:after {
    content: none;
}
footer.site-footer .site-info .bottom .column:last-child .copyright {
    margin-top: 1rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 0.75rem;
}

/** formidable forms **/
.frm_style_formidable-style.with_frm_style .frm_section_heading {
    margin-top: 0;
}
.frm_style_formidable-style.with_frm_style .frm-show-form .frm_section_heading .frm_section_spacing,
.menu-edit #post-body-content .frm_style_formidable-style.with_frm_style .frm-show-form .frm_section_heading .frm_section_spacing {
    margin-bottom: 1rem;
}
.frm_style_formidable-style.with_frm_style .frm_submit button {
    background-color: var(--cityBlue1);
    border: 2px solid var(--cityBlue1);
    border-radius: 0;
    font-weight: 700;
}
.frm_style_formidable-style.with_frm_style .frm_submit button:is(:hover,:focus) {
    background-color: transparent;
    color: var(--cityBlue1);
    border-color: var(--cityBlue1);
}

@media (min-width: 1200px){
    .form_message {
        position: fixed;
        top: 5.5rem;
        left: 0;
        z-index: 2;
    }
}

/** gTranslate **/
.menu-item.menu-item-gtranslate {
    min-width: 145px;
    z-index: 0;
}
.switcher, .gt_switcher {
    width: 120px!important;
    max-height: 100px;
    overflow: hidden;
    font-family: inherit!important;
}
html :where(.switcher, .gt_switcher) .selected a:is(:hover,:focus){
    background: none!important;
    outline: none;
}
html :where(.switcher, .gt_switcher) :where(.gt_selected, .selected) {
    background: transparent!important;
    border: none;
}
html :where(.switcher, .gt_switcher) :where(.gt_selected, .selected):where(:hover,:focus) {
    background: transparent!important;
    border: none;
}
html :where(.switcher, .gt_switcher) :where(.gt_selected, .selected) a {
    color: white!important;
    border: none!important;
    font-size: 1rem!important;
    line-height: 1!important;
}
html :where(.switcher, .gt_switcher) :where(.gt_selected, .selected) a:after {
    filter: brightness(10);
    transform: translateX(6px);
}
html :where(.switcher, .gt_switcher) :where(.gt_selected, .selected) a:where(:hover,:focus) {
    background: transparent!important;
    padding-top: 5px!important;
    color: var(--mint1)!important;
}
html :where(.switcher, .gt_switcher) :is(.gt_option, .option) {
    background-color: var(--cityBlue1)!important;
    border: none!important;
    width: auto!important;
    height: auto!important;
    overflow: hidden!important;
    line-height: 2;
}
html :where(.switcher, .gt_switcher) :where(.gt_option:active, .option:active) {
    height: 100%!important;
}
html :where(.switcher, .gt_switcher) :where(.option, .gt_option) a {
    /* padding: 8px 1rem!important; */
    text-align: center;
    padding-left: 0!important;
    padding-right: 0!important;
}
html :where(.switcher, .gt_switcher) :where(.gt_selected, .selected) .open {
    /* filter: brightness(0) invert(1); */
    display: none!important;
}
.gt_switcher a img {
    display: none!important;
    width: 0;
    height: 0;
}

/** backgrounds **/
@media (max-width: 399px) {
    body.page-template-page-blue-php {
        background: var(--cityBlueSoft2Dim);
    }
}
@media (max-width: 400px){
    body.page-template-page-blue-php {
        background: var(--cityLinearBGBlueM);
    }
}
@media (min-width: 800px){
    body.page-template-page-blue-php {
        background: var(--cityLinearBGBlue);
    }
}

body.page-template-page-blue-php:before {
    background: white;
    min-height: 500px;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    pointer-events: none;
}
@media (min-width: 400px) and (max-width: 799px){
    body.page-template-page-blue-php:before {
        min-height: 60vh;
    }
}
body.error404 {
    background: var(--cityLinearBGBlue);
}

/*************/
/** widgets **/
/*************/
.addySearch_listings {
	column-count: 2;
	background-color: var(--cityBlueSoft);
	padding: 2rem;
	border: none;
	margin-top: 1rem;
}
@media (max-width: 899px){
	.addySearch_listings {
		column-count: 1;
	}
}
.addySearch_triggerShow {
	display: none!important;
}
.addySearch_listings li {
	list-style: none!important;
	padding-bottom: 0.75rem;
}
.addySearch_listings li a {
	color: white;
	text-decoration: none;
	letter-spacing: 1px;
}
.addySearch_listings li a:where(:hover,:focus) {
	color: var(--cityGreen2);
}
.addySearch_cityFind {
	font-size: 1.25rem;
	color: var(--cityBlueSoft);
	padding-top: 1rem;
	display: flex;
	flex-direction: column;
}
.addySearch_cityFind span {
	font-size: 0.75rem;
	color: var(--cityBlueSoft2);
}

.heading-margin-alt {
    color: #9d0c0c;
	margin: 1rem 0 0;
    text-transform: uppercase;
}

.heading-margin-alt a {
    color: #9d0c0c;
    text-decoration: none!important;
    text-transform: uppercase;
}

/***********/
/** pw pg **/
/***********/

form.post-password-form {
	max-width: 90%;
    margin: 0 auto;
    min-height: 450px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

main > .hasPW {
    padding: 3rem;
    min-height: 75vh;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}