h3.item-headline-block {
    font-size: 1.25em;
    color: var(--colors-glow-navy);
    font-family: var(--screen-smart-headline-font);
    font-weight: var(--screen-smart-headline-font-semibold);
}

.property-wrapper {
    padding: 0 var(--standard-gutter);
}

@media screen and (max-width: 64em){
    .property-wrapper {
        padding: 0 var(--mobile-gutter);
    }
}

.property-list-wrapper, .property-detail-wrapper {
    margin: 0 auto;
    max-width: var(--max-content);
}

.property-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.property-list-item {
    flex: 0 0 calc(33.3333% - 20px);
    border-left: 1px solid lightgray;
    padding: 0 0 0 15px;
    margin-bottom: 15px;
}

.pagination > * {
   padding: 20px
}


.pagination > *:first-child {
    padding-left: 0px;
}

.item-copy {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.item-media > img {
    max-height: 275px;
    width: auto;
}

.item-text.has-media {
    padding-top: 15px;
}




.houseing > .row {
    display: flex;
    flex-direction: row;
    gap: 60px;
}

.houseing > .row > .image {
    max-width: 400px;
}

ul#mygal {
    display: flex;
    flex-direction: row;
    gap: 3%;
    list-style: none;
}

ul#mygal > li {
    max-width: 30%;
}

@media screen and (max-width: 40em){
    ul#mygal {
        flex-direction: column;
    }

    ul#mygal > li {
        max-width: 100%;
    }
}

.callout-picture-no-background {
    min-height: 300px;
}

.cta-button-container.cta-mlarge {
    margin-left: 0px;
}


.cal-events-filter-box-item-control > * {
    font-size: 0.75em;
    list-style: none;
    margin: 0;
}
.cal-events-filter-box-item-control > * > label {
    font-size: 0.75rem;
}
.cal-events-filter-box-item-control > ul > li > input {
    margin: 0;
}

@media print,screen and (max-width: 31.875em) {
    .cal-events-filter-box {
        flex-direction: column;
    }
}
@media print,screen and (max-width: 50em) {
    .property-list-item {
        flex: 1;
    }
}

.footer-bg {
    background-image: url("/_resources/assets/graphics/footer/footer-mobile-stripedbg.png");
    
}

@media print,screen and (min-width: 64em) {
    .footer-bg {
        background-image:url("/_resources/assets/graphics/footer/footer-desktop-stripedbg.png")
    }
}





.header-section {
    background-color: #141b4d;
    display: flex;
    flex-direction: column;
    color: #fff
}

@media screen and (min-width: 75em) {
    .header-section {
        flex-flow: nowrap;
        flex-direction: row;
        width: 100%;
        height: 80px
    }

    .header-section.search-active {
        height: 160px
    }

    .header-section.search-active .header-section-mobile {
        margin-bottom: 80px
    }
}

.header-content-wrap {
    display: none
}

.header-content-wrap.active {
    display: flex;
    flex-direction: column
}

@media screen and (min-width: 75em) {
    .header-content-wrap.active {
        flex-direction: column-reverse
    }
}

@media screen and (min-width: 75em) {
    .header-content-wrap {
        display: flex;
        flex-direction: column-reverse;
        margin-left: auto;
        justify-content: center
    }
}

.header-list {
    padding: 0;
    margin-top: 0
}

@media screen and (min-width: 75em) {
    .header-list {
        display: flex;
        align-items: center;
        margin-top: auto;
        margin-left: auto;
        margin-bottom: auto;
        position: relative;
        font-family: var(--udayton-base-font);
        font-size: 17px;
        letter-spacing: .51px
    }
}

.main-logo {
    height: 60px;
    width: 175px;
    padding-left: 20px;
    margin-top: auto;
    margin-bottom: auto
}

@media screen and (min-width: 75em) {
    .main-logo {
        width: 275px;
        padding-left: 15px
    }
}

.header-mobile-menu {
    background-color: #e4022b;
    width: 80px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    font-size: 15px;
    letter-spacing: 1.95px;
    font-weight: var(--udayton-base-font-verybold);
    font-family: var(--udayton-base-font)
}

@media screen and (min-width: 75em) {
    .header-mobile-menu {
        display: none
    }
}

.header-section-mobile {
    display: flex;
    flex-direction: row
}

.header-section-mobile .menu-icon.open {
    height: 24px;
    width: 24px;
    background:url("{{ udayton-resources }}/assets/icons/equals.svg{{ end-system-asset }}")
}

.header-section-mobile .menu-icon.close {
    height: 17px;
    width: 17px;
    background:url("{{ udayton-resources }}/assets/icons/close.svg{{ end-system-asset }}");
    background-size: contain
}

.header-section-mobile .menu-text.open::after {
    content: "Menu"
}

.header-section-mobile .menu-text.close::after {
    content: "Close"
}

.header-search {
    display: none
}

@media screen and (min-width: 75em) {
    .header-search {
        float: right;
        border-radius: 5px;
        background-color: #e4022b;
        fill: #fff;
        margin: 15px;
        height: 40px;
        width: 40px;
        display: flex;
        clip-path: polygon(0 0, 0 100%, 75% 100%, 100% 75%, 100% 0)
    }

    .header-search svg {
        padding-left: 0;
        margin: auto
    }

    .header-search.active {
        background-color: #59cbe8
    }

    .header-search:hover {
        background-color: #59cbe8
    }
}

.header-search-form {
    display: flex;
    flex-direction: row;
    background-color: #59cbe8;
    height: 60px;
    margin: 0;
    width: 100%
}

@media screen and (min-width: 75em) {
    .header-search-form {
        display: none;
        background-color: #141b4d
    }

    .header-search-form.active {
        display: flex;
        height: 80px
    }
}

.header-search-form-text {
    height: 40px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    margin: auto 0 auto 35px
}

@media screen and (min-width: 75em) {
    .header-search-form-text {
        margin-left: 15px
    }
}

.header-search-form-submit {
    display: flex;
    background-color: #141b4d;
    height: 42px;
    margin-right: 35px;
    margin-top: auto;
    margin-bottom: auto;
    border: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

@media screen and (min-width: 75em) {
    .header-search-form-submit {
        background-color: #e4022b;
        margin-right: 15px
    }
}

.header-search-form-submit svg {
    margin: auto
}

@media screen and (min-width: 75em) {
    .header-search-form-submit svg {
        display: none
    }
}

.header-search-form-submit .search-icon-text {
    display: none
}

@media screen and (min-width: 75em) {
    .header-search-form-submit .search-icon-text {
        display: flex;
        background-color: #e4022b;
        margin: auto;
        font-family: var(--udayton-base-font);
        font-size: 13px;
        font-kerning: 150;
        font-weight: bold;
        color: #fff;
        letter-spacing: 1.95px;
        text-transform: uppercase
    }
}

#header-logo .cls-1 {
    fill: #fff
}

#search-icon .cls-1,
#search-icon .cls-2,
#search-icon .cls-3 {
    fill: none
}

#search-icon .cls-1,
#search-icon .cls-3 {
    stroke: #fff;
    stroke-width: 1.92px
}

#search-icon .cls-4 {
    clip-path: url("#clippath")
}

#search-icon .cls-2 {
    stroke-width: 0
}

#search-icon .cls-3 {
    stroke-linecap: round;
    stroke-linejoin: round
}


.header-menu-item-title {
    flex-wrap: nowrap;
    white-space: nowrap
}

.header-menu-item-title a {
    color: #fff;
    text-decoration: none;
    line-height: 17px;
    padding: 9px 0;
    display: flex
}

@media screen and (min-width: 75em) {
    .header-menu-item-title a {
        display: inline;
        padding: 0
    }
}

.header-menu-item-title a:hover {
    color: #59cbe8
}

@media screen and (min-width: 75em) {
    .header-menu-item-title a:hover {
        border-bottom: 1px solid #59cbe8
    }
}

.header-menu-item-title a:hover span {
    border-bottom: 1px solid #59cbe8
}

@media screen and (min-width: 75em) {
    .header-menu-item-title a:hover span {
        border-bottom: none
    }
}

@media screen and (min-width: 75em) {
    .header-menu-item-title {
        line-height: 36px;
        margin: 12px
    }
}


.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    align-items: center
}

.full-width {
    width: 100%;
    max-width: 100%
}

.give-me-the-finger {
    cursor: pointer
}

.max-width-1440 {
    max-width: 1440px
}

.no-margin {
    margin: 0 !important
}

.no-bullets {
    list-style-type: none
}

.header-dropdown {
    width: 100%;
    min-height: 50px;
    height: 100%;
    display: flex;
    align-items: center
}

.header-dropdown-title {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column
}

.header-dropdown-title.active {
    padding-bottom: 9px;
    margin-top: 12px;
    color: #59cbe8
}

@media screen and (min-width: 75em) {
    .header-dropdown-title.active {
        padding: 0
    }
}

.header-dropdown-title.active span svg {
    transform: rotate(-90deg)
}

@media screen and (min-width: 75em) {
    .header-dropdown-title.active {
        color: #fff;
        margin-top: 0;
        border-bottom: 1px solid #59cbe8
    }

    .header-dropdown-title.active span svg {
        transform: none
    }
}

.header-dropdown-title span {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%
}

.header-dropdown-title span svg {
    margin-left: auto
}

@media screen and (min-width: 75em) {
    .header-dropdown-title span svg {
        margin-left: 5px
    }
}

.header-dropdown-arrow {
    min-width: 10px;
    min-height: 10px
}

.header-dropdown-list {
    display: none;
    flex-direction: column;
    padding: 0;
    font-family: var(--udayton-base-font);
    font-size: 14px;
    font-weight: var(--udayton-base-font-medium);
    font-style: normal;
    letter-spacing: .42px;
    line-height: 36px
}

.header-dropdown-list>.header-menu-item {
    margin: 0
}

.header-dropdown-list.active {
    display: flex;
    color: #59cbe8
}

@media screen and (min-width: 75em) {
    .header-dropdown-list.active {
        position: absolute;
        top: 100%;
        background-color: #141b4d;
        z-index: 100
    }
}

#arrow-turq .cls-1 {
    clip-path: url("#clippath")
}

#arrow-turq .cls-2 {
    stroke-width: 0
}

#arrow-turq .cls-2,
#arrow-turq .cls-3 {
    fill: none
}

#arrow-turq .cls-3 {
    stroke: #59cbe8;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.65px
}


.header-bucket {
    border-bottom: 1px solid #59cbe8;
    min-height: 50px;
    display: flex;
    align-items: center;
    margin: auto 35px;
    font-family: var(--display-headline-font);
    font-size: 17px;
    font-weight: bold;
    font-style: italic;
    letter-spacing: .51px
}

@media screen and (min-width: 75em) {
    .header-bucket {
        font-family: var(--udayton-base-font);
        font-size: 17px;
        font-weight: var(--udayton-base-font-medium);
        font-style: normal;
        letter-spacing: .51px;
        border-bottom: none;
        margin: auto 10px
    }
}

header.page-header {
    padding: 10px 0 0;
}

.page-header-content {
    padding: 0;
}