/*
Theme Name: Fox Residential
Version: 1.0
Requires at least: 5.2
Tested up to: 5.9
Requires PHP: 7.0
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: fox-residential
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

html {
    scroll-behavior: smooth;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: grayscale;
}

body {
    line-height: 1
}

a {
    text-decoration-skip-ink: auto
    color: inherit;
    text-decoration: none;
}

a[href^="tel"] {
    color: inherit;
    text-decoration: none
}

button {
    outline: 0
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none
}

q {
    display: inline;
    font-style: italic
}

q:before {
    content: '"';
    font-style: normal
}

q:after {
    content: '"';
    font-style: normal
}

textarea, input[type="text"], input[type="button"], input[type="submit"], input[type="reset"], input[type="search"], input[type="password"] {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0
}

input[type="search"] {
    -webkit-appearance: textfield
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

th, td {
    padding: 2px
}

big {
    font-size: 120%
}

small, sup, sub {
    font-size: 80%
}

sup {
    vertical-align: super
}

sub {
    vertical-align: sub
}

dd {
    margin-left: 20px
}

kbd, tt {
    font-family: courier;
    font-size: 12px
}

ins {
    text-decoration: underline
}

del, strike, s {
    text-decoration: line-through
}

dt {
    font-weight: bold
}

address, cite, var {
    font-style: italic
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    transition: all 0.1s
}

body {
    color: #63656a;
    margin: 0;
    font-size: 14px;
    font-family: Maven Pro, "Lucida Grande", sans-serif;
    font-weight: 400;
    line-height: 1.4;
    background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    margin-bottom: 30px
}

h2, h3, h4, h5, h6 {
    margin-top: 40px
}

h1 {
    font-size: 35px
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 25px
}

h4 {
    font-size: 20px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}

p {
    margin: 30px 0
}

.page #content p, .single-post #content p {
    font-size: 18px;
    line-height: 145%
}

* p:last-of-type, #sidebar .widget-container:last-child {
    margin-bottom: 0
}

a {
    color: inherit
}

a:hover, a:focus {
    text-decoration: none
}

strong {
    font-weight: bold
}

em {
    font-style: italic
}

pre {
    overflow-x: auto;
    white-space: pre-wrap
}

pre, code {
    font-family: 'courier new', courier, serif
}

hr {
    height: 1px;
    border: 0;
    margin: 30px 0;
    background: #ccc
}

blockquote {
    padding: 15px;
    border-left: 4px solid #ccc;
    margin: 30px 0
}

blockquote p:first-of-type {
    margin-top: 0
}

.entry-content ul, .widget-container ul, .comment-body ul, .entry-content ol, .widget-container ol, .comment-body ol {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    margin: 30px 0 30px 60px
}

.entry-content ul ul, .widget-container ul ul, .comment-body ul ul, .entry-content ol ol, .widget-container ol ol, .comment-body ol ol, .entry-content ul ol, .widget-container ul ol, .comment-body ul ol, .entry-content ol ul, .widget-container ol ul, .comment-body ol ul {
    margin-top: 0;
    margin-bottom: 0
}

.entry-content ol, .widget-container ol, .comment-body ol {
    list-style: decimal outside;
    list-style-type: decimal-leading-zero;
    margin-left: 70px
}

.entry-content ul li, .widget-container ul li, .comment-body ul li {
    list-style-type: '— '
}

.entry-content li, .widget-container li, .comment-body li {
    line-height: 125%;
    margin: 20px 0
}

input, textarea {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 16px;
    padding: 15px;
    border: 0;
    border-bottom: 1px solid transparent;
    outline: 0;
    margin-top: 10px;
    background: #f6f6f6
}

input:focus, textarea:focus {
    border-bottom: 1px solid #007acc
}

input[type="submit"], button, .button {
    display: inline-block;
    font-family: georgia, serif;
    font-size: 18px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 15px 25px;
    border: 0;
    background: #007acc;
    cursor: pointer
}

input[type="submit"]:hover, input[type="submit"]:focus, button:hover, button:focus, .button:hover, .button:focus {
    opacity: 1
}

a img, input[type="image"], iframe {
    border: 0
}

a img:hover, a:focus img, a svg:hover, a:focus svg {
    opacity: 1
}

img[src$=".svg"], svg {
    display: inline-block;
    line-height: normal;
    vertical-align: middle
}

img, video, audio, table, select, textarea {
    max-width: 100% !important;
    height: auto
}

table {
    width: 100%;
    margin: 30px 0
}

#wrapper {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    min-height: 100vh;
    margin: 0 auto
}

#branding {
    float: left
}

#logo {
    max-height: 100%
}

#container {
    flex: 1;
    background: #fff
}

#sidebar {
    width: 25%;
    float: right
}

#footer {
    clear: both
}

#menu {
    margin-top: 10px;
    float: right
}

#menu div:first-of-type {
    float: left
}

#menu ul {
    font-size: 0
}

#menu ul, #menu li, #menu a {
    position: relative;
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0
}

#menu li.menu-item-has-children > a:after, #menu li.page_item_has_children > a:after {
    font-family: serif;
    content: ' ▾'
}

#menu li.current-menu-item a, #menu li.current_page_parent a {
}

#menu a {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    text-align: right;
    text-decoration: none;
    line-height: 33px;
    padding-bottom: 10px;
    margin-top: -1px;
    margin-right: 25px
}

#menu a:hover, #menu a:focus {
    color: #767676;
    text-decoration: none
}

#menu ul.sub-menu, #menu ul.children {
    position: absolute;
    display: block;
    top: 100%;
    left: -9999px;
    margin-top: 20px;
    transition: unset;
    z-index: 1000
}

#menu ul.sub-menu a, #menu ul.children a {
    width: 200px;
    font-size: 14px;
    color: #333;
    text-align: left;
    line-height: 20px;
    padding: 15px;
    border: 1px solid #eee;
    background: #fff
}

#menu ul.sub-menu a:hover, #menu ul.sub-menu a:focus, #menu ul.children a:hover, #menu ul.children a:focus {
    color: #767676;
    background: #f7f7f7
}

#menu li.menu-item-has-children a:hover + ul.sub-menu, #menu li.menu-item-has-children a:focus + ul.sub-menu, #menu li.menu-item-has-children a + ul.sub-menu:hover, #menu li.menu-item-has-children a + ul.sub-menu:focus-within, #menu li.page_item_has_children a:hover + ul.children, #menu li.page_item_has_children a:focus + ul.children, #menu li.page_item_has_children a + ul.children:hover, #menu li.page_item_has_children a + ul.children:focus-within {
    left: 0
}

#menu .menu-toggle {
    display: none;
    color: #fff;
    text-align: center;
    padding: 0;
    border: 0;
    margin: 0;
    background: none;
    transition: unset
}

#menu .menu-toggle:hover, #menu .menu-toggle:focus {
    color: #007acc
}

#menu .menu-icon {
    font-size: 50px
}

#search {
    float: right
}

#search .search-field {
    width: 36px;
    height: 36px;
    color: transparent;
    padding: 10px;
    border-color: transparent;
    margin-top: 0;
    background-color: transparent;
    background-image: url(images/find-light.png);
    cursor: pointer
}

#search .search-field:focus {
    width: 200px;
    color: #fff;
    border-color: #007acc;
    cursor: text
}

.widget-container .search-field {
    width: 100%
}

.error404 .entry-content .search-field, .search .entry-content .search-field {
    width: 200px;
    margin-top: 30px
}

.error404 .entry-content .search-field, .search .entry-content .search-field, .widget-container .search-field {
    background-color: #f6f6f6
}

.search-field {
    background: url(images/find.png) no-repeat 98% center / 24px auto
}

#site-title h1, #site-title a {
    display: inline;
    font-size: 40px;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
    margin-bottom: 0
}

#site-description, #copyright, #copyright a {
    color: #8a8a8a
}

.single h1.entry-title a {
    color: #767676;
    text-decoration: none
}

h1.entry-title {
    margin-bottom: 32px;
    font-weight: 500;
    color: #343435;
    font-size: 1.875rem;
    text-transform: uppercase;
}

h2.entry-title, h3.widget-title {
    margin-top: 0
}

#commentform label {
    display: block
}

#commentform #comment {
    width: 100%;
    max-width: 400px !important;
    height: auto
}

#comments .comment-author {
    line-height: 14px
}

#comments .comment-author img {
    margin-right: 5px;
    float: left
}

#comments .comment {
    margin: 20px 10px
}

#comments .comment-body {
    padding: 15px
}

#comments .odd > .comment-body {
    background: #f6f6f6
}

#comments .comment-body > p {
    font-size: 16px;
    margin: 15px 0 0
}

#copyright {
    text-align: center
}

.entry-meta, .entry-footer, .archive-meta {
    margin: 30px 0
}

.entry-footer {
    clear: both
}

.entry-meta, .entry-meta a, .entry-footer, .entry-footer a, .comment-meta, .comment-meta a, .comment-author, .comment-author a {
    font-size: 14px;
    color: #767676
}

.sticky {
    padding-bottom: 60px;
    border-bottom: 4px solid #ccc
}

.bypostauthor {
}

.post, .widget-container, .search article {
    margin-bottom: 60px
}

.post:last-of-type {
    margin-bottom: 0
}

.wp-caption {
    width: auto !important
}

.wp-caption.aligncenter, .wp-caption-text, .gallery-caption {
    text-align: center
}

.wp-block-gallery ul, .wp-block-gallery ul li, .wp-block-gallery ul li:before {
    content: '';
    margin: 0
}

.wp-post-image {
    display: block;
    margin-bottom: 30px
}

.entry-attachment img {
    display: block;
    margin: 60px auto 30px
}

.attachment .entry-caption {
    text-align: center
}

.alignleft {
    margin: 0 30px 30px 0;
    float: left
}

.alignright {
    margin: 0 0 30px 30px;
    float: right
}

.aligncenter {
    display: block;
    margin: 30px auto;
    clear: both
}

#content p.wp-block-cover-text {
    color: #fff
}

.nav-links {
    margin-top: 30px
}

.nav-links a, #nav-above a {
    text-decoration: none
}

#nav-above a {
    display: block;
    font-family: tahoma, sans-serif;
    font-size: 50px;
    color: #767676;
    line-height: 0;
    margin: 30px 0 15px
}

.nav-previous {
    text-align: left;
    float: left
}

.nav-next {
    text-align: right;
    float: right
}

.note {
    display: block;
    font-size: 14px;
    padding: 20px;
    margin: 30px 0
}

.icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: normal;
    vertical-align: middle;
    mask-size: cover;
    background-color: currentColor
}

.symbol {
    font-family: "Times", "Times New Roman", "serif", "sans-serif", system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif, "EmojiSymbols"
}

.round {
    border-radius: 100px
}

.circle {
    border-radius: 50%
}

.blue, .blue *, .blue-dark, .blue-dark *, .green, .green *, .green-dark, .green-dark *, .orange, .orange *, .purple, .purple *, .red, .red *, .black, .black * {
    color: #fff
}

.white, .white *, .yellow, .yellow * {
    color: #000
}

.white {
    background-color: #fff !important
}

.blue {
    background-color: #007acc !important
}

.blue-dark {
    background-color: #1c78b5 !important
}

.green {
    background-color: #91da29 !important
}

.green-dark {
    background-color: #5d8c1a !important
}

.orange {
    background-color: #f98733 !important
}

.purple {
    background-color: #bb6cf8 !important
}

.red {
    background-color: #ef645d !important
}

.yellow {
    background-color: #f8f658 !important
}

.black {
    background-color: #4a4a45 !important
}

.lighter {
    background-color: rgba(255, 255, 255, 0.05)
}

.darker {
    background-color: rgba(0, 0, 0, 0.05)
}

.overlay:before {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0, 0, 0, 0.5);
    z-index: 0
}

.layer {
    width: 100%;
    padding: 5%
}

.layer-inner {
    max-width: 800px;
    margin: 0 auto
}

.box, .box-2, .box-3, .box-4, .box-5, .box-6, .box-1-3, .box-2-3 {
    display: inline-block;
    width: 100%;
    padding: 5%;
    vertical-align: top;
    float: left
}

.box-2 {
    width: 50%
}

.box-3, .box-1-3 {
    width: 33.3333333%
}

.box-4 {
    width: 25%
}

.box-5 {
    width: 20%
}

.box-6 {
    width: 16.6666667%
}

.box-2-3 {
    width: 66.6666666%
}

.left {
    text-align: left
}

.center {
    text-align: center
}

.right {
    text-align: right
}

.float-left {
    float: left
}

.float-right {
    float: right
}

.clear {
    clear: both
}

.clear-left {
    clear: left
}

.clear-right {
    clear: right
}

.clear-float:after, #header:after, #container:after, .boxes:after {
    display: table;
    content: '';
    clear: both
}

.offset {
    padding-top: 100px;
    margin-top: -100px
}

.spacer {
    display: inline-block;
    width: 25px
}

@media (max-width: 1024px) {
    .box-5, .box-6 {
        width: 25%
    }

    .boxes .box-5:nth-child(5) {
        width: 100%
    }

    .boxes .box-6:nth-child(5), .boxes .box-6:nth-child(6) {
        width: 50%
    }
}

@media (min-width: 769px) {
    #logo-container {
        display: block;
        height: 35px;
        margin-bottom: 10px
    }
}

@media (max-width: 960px) {
    .main {
        position: relative;
        width: 100%;
        height: 100%;
        min-height: calc(100vh - 123px) !important;
        padding-top: 60px !important;
    }

    .jss19 {
        margin-top: 30px !important;
    }

    .mobile-nav-show {
        visibility: visible !important;
        opacity: 1 !important;
        transition: opacity .2s linear !important;
    }

    #main-header {
        display: none !important;
    }

    #mobile-header {
        display: block !important;
        position: fixed;
        width: 100%;
        top: 0px;
        background-color: rgb(255, 255, 255);
        z-index: 1100;
        height: 60px;
    }

    .mobile-nav-wrap {
        height: 100%;
        width: 100%;
        display: flex;
    }

    .cwozyK {
        flex-direction: column;
    }

    .fRbjyF, .gHPynr {
        width: 100% !important;
        margin-bottom: 8px !important;
    }

    .hNaRRS {
        margin-top: -26px !important;
    }
}

@media (max-width: 768px) {
    #header, #footer {
        text-align: center
    }

    #content, #sidebar {
        width: 100%;
        padding: 0
    }

    #branding, #menu, #menu div:first-of-type, #search {
        float: none
    }

    .main {
        padding-top: 60px !important;
    }

    #search {
        margin-top: 20px
    }

    #search .search-field {
        width: 100%;
        color: #fff;
        border-color: #8a8a8a;
        cursor: text
    }

    #search .search-field:focus {
        width: 100%
    }

    #menu.toggled {
        width: 100%;
        height: 100%;
        bottom: 0;
        overflow-x: hidden;
        overflow-y: auto;
        z-index: 1000
    }

    #menu .menu-toggle {
        display: inline-block
    }

    #menu ul {
        display: none
    }

    #menu.toggled ul, #menu.toggled ul.sub-menu, #menu.toggled ul.children {
        display: block;
        position: relative;
        top: 0;
        left: 0;
        padding: 0 0 10px 0;
        margin: 0
    }

    #menu.toggled ul.sub-menu, #menu.toggled ul.children {
        padding-bottom: 0
    }

    #menu.toggled a, #menu.toggled ul.sub-menu a, #menu.toggled ul.children a {
        display: inline-block;
        width: 100%;
        font-size: 18px;
        color: #fff;
        text-align: center;
        line-height: 20px;
        padding: 15px 0 5px;
        border: 0;
        margin: 0;
        background: none
    }

    #menu.toggled ul.sub-menu a, #menu.toggled ul.children a {
        color: #ccc
    }

    .box-4, .box-5, .box-6 {
        width: 50%
    }
}

@media (max-width: 767px) {
    .single .nav-links .nav-previous, .single .nav-links .nav-next {
        float: none
    }

    .box-3 {
        width: 50%
    }

    .boxes .box-3:nth-child(3) {
        width: 100%
    }
}

@media (max-width: 576px) {
    #header, #container, #footer, .layer {
        padding: 10%
    }

    .wp-caption, input, textarea, .button {
        width: 100% !important
    }

    input[type="checkbox"], input[type="radio"] {
        width: auto !important
    }

    .box-2, .box-3, .box-4, .box-5, .box-6, .boxes .box-6:nth-child(5), .boxes .box-6:nth-child(6), .box-2-3, .box-1-3 {
        width: 100%
    }

    .spacer {
        display: block;
        width: 100%;
        height: 30px
    }

    .wpforms-container .wpforms-one-half, .wpforms-container .wpforms-three-sixths, .wpforms-container .wpforms-two-fourths {
        width: 100% !important;
        margin-left: 0 !important;
    }
}

@media (max-width: 599.95px) {
    .wrapper > * {
        padding-left: 4% !important;
        padding-right: 4% !important;
    }

    .main {
        padding-top: 60px !important;
    }
}

@media (prefers-color-scheme: light) {
    body, #container {
        background: #fff
    }
}

@media (prefers-color-scheme: dark) {
    body, #container {
        background: #111
    }
}

@media print {
    * {
        color: #000 !important;
        background: #fff !important
    }

    body {
        padding: 50px !important;
        margin: 0 !important
    }

    #content {
        display: block !important;
        padding: 0 !important;
        margin: 0 !important
    }

    #header, #sidebar, #footer, #comments, .entry-footer, .navigation, .share, .video-wrap, iframe, img {
        display: none !important
    }
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    word-break: normal
}

.screen-reader-text:focus {
    background-color: #f7f7f7;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #007acc;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    right: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.skip-link {
    left: -9999rem;
    top: 2.5rem;
    z-index: 999999999;
    text-decoration: underline
}

.skip-link:focus {
    display: block;
    left: 6px;
    top: 7px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    line-height: normal;
    padding: 15px 23px 14px;
    z-index: 100000;
    right: auto
}

.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active) {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap
}

.looper {
    display: none
}

.search-submit {
    display: none !important
}


.ezSxVn {
    border-bottom: 1px solid rgb(186, 186, 186);
}


.wrapper > * {
    padding-left: 12%;
    padding-right: 12%;
}

@media (min-width: 1280px) {
    .wrapper > * {
        max-width: 1100px;
        margin: 0px auto;
        padding-left: 6.5%;
        padding-right: 6.5%;
    }
}

@media (min-width: 1400px) {
    .wrapper > * {
        padding-left: 0;
        padding-right: 0;
    }
}


.iccJXc {
    padding: 8px 0;
    height: 100%;
    text-align: center;
}

@media (max-width: 1279.95px) {
    .iccJXc {
        padding-right: 24px;
        padding-left: 24px;
    }
}


.evzSo {
    position: relative;
    text-align: center;
}

.iStMHt {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
}

.jPxuCE {
    display: inline-block;
    width: auto;
    text-align: center;
}

.jPxuCE:not(:last-child) {
    margin-right: 16px;
}

.MuiTypography-body1 {
    font-size: 14px;
    font-family: Maven Pro, "Lucida Grande", sans-serif;
    font-weight: 400;
    line-height: 1.4;
}

.MuiTypography-root {
    margin: 0;
}

.MuiSvgIcon-root {
    fill: currentColor;
    width: 1em;
    height: 1em;
    display: inline-block;
    font-size: 1.5rem;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    flex-shrink: 0;
    user-select: none;
}

.jOyhAB {
    padding: 8px 0;
    width: 100%;
    height: 100%;
}

.jss15 {
    display: inline-block;
}

.fOvqvW, .menu-main-menu-container .menu {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    height: 100%;
}

.elJw, .menu-main-menu-container .menu-item {
    position: relative;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
}

.loxktw, .menu-main-menu-container .menu-item a {
    text-transform: uppercase;
    padding: 4px 0px;
    color: rgb(99, 101, 106);
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

.menu-main-menu-container .menu-item a:hover {
    border-bottom: 1px solid rgb(186, 186, 186);
}

.menu-main-menu-container .menu-item.current-menu-item a {
    text-transform: uppercase;
    padding: 4px 0px;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    color: rgb(161, 43, 49);
}

.flgzWV, .mobile-nav .menu {
    padding: 16px;
    display: block;
}

.mobile-nav .menu .menu-item {
    padding-top: 8px;
    padding-bottom: 8px;
    width: 100%;
}

.mobile-nav .menu .menu-item a {
    text-decoration: none;
    font-weight: 800;
    width: 100%;
    display: inline-block;
    text-transform: uppercase;
    padding: 0;
}

.jss11 {
    padding-top: 32px;
    padding-bottom: 32px;
}

.jewQya {
    flex-direction: row;
}

.MuiGrid-justify-xs-space-between {
    justify-content: space-between;
}

.MuiGrid-item {
    margin: 0;
    box-sizing: border-box;
}

.hBlkJo {
    color: rgb(186, 186, 186);
}

.jewQya a {
    color: rgb(99, 101, 106);
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

.hBlkJo a {
    color: rgb(99, 101, 106);
}


.jMEVgK {
    margin-bottom: 6px;
}

.main {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: calc(100vh - 84px);
    padding-top: 117px;
}

.mobile-link {
    padding-top: 8px;
    padding-bottom: 8px;
}

.mobile-link a {
    text-decoration: none;
    font-weight: 800;
}

.jss103 {
    padding: 0 16px;
}

.mobile-nav {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s .2s, opacity .2s linear;
}

#main-header {
    display: block;
}

#mobile-header {
    display: none;
}

.fRbjyF {
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 700;
    margin-right: 16px;
    text-decoration: none;
}

.gHPynr {
    width: 250px;
}

.eeGLAw {
    display: flex;
    -webkit-box-pack: center;
    place-content: center;
    width: 100%;
    padding: 16px 0px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(241, 241, 241);
    user-select: none;
    cursor: pointer;
    transition: all 0.23s ease-in-out 0s;
}

.eeGLAw:hover {
    background-color: rgb(186, 186, 186);
    border: 1px solid rgb(186, 186, 186);
}

.cwozyK {
    display: flex;
    justify-content: space-between;
}

.cwozyK > * {
}

.contact-map {
    width: 100%;
    background: url(/wp-content/themes/fox-residential/images/map.png) center center;
    background-size: cover;
}

.jss10 {
    margin-top: 32px;
    margin-bottom: 32px;
}

.jnIolo {
    margin-left: 8px;
}

.page-id-17 .entry-content > p {
    font-size: 1rem;
    font-family: Maven Pro, "Lucida Grande", sans-serif;
    font-weight: 400;
    line-height: 1.4;
}

.form-input {
    width: 50% !important;
}

input.wpforms-field-large, select.wpforms-field-large {
    height: 56px !important;
}

.wpforms-container .wpforms-field {
    padding: 0 !important;
    margin: 0 0 15px;
}

#wpforms-19-field_2-container {
    width: 100% !important;
}

#wpforms-19-field_2 {
    max-height: 100px;
}


.page-id-17 .wpforms-field-container {
    display: flex;
    flex-wrap: wrap;
}

.wpforms-submit-container {
    text-align: center;
}

button.wpforms-submit {
    padding: 12px 20px !important;
    color: rgb(255, 255, 255) !important;
    background-color: rgb(0, 0, 0) !important;
    border: none !important;
    text-align: center !important;
    font-family: "Arial";
    font-size: 13.3px !important;
    border-radius: 0 !important;
    width: 40%;
}

.entry-content > p a {
    color: rgb(99, 101, 106);
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

.entry-content a:hover {
    border-bottom: 1px solid rgb(186, 186, 186);
}

.entry-content > h4 {
    font-size: 1.3938rem;
    font-family: Maven Pro, "Lucida Grande", sans-serif;
    font-weight: 500;
    line-height: 1.4;
    color: #343435;
}

.entry-content > p {
    font-size: 1rem;
    font-family: Maven Pro, "Lucida Grande", sans-serif;
    font-weight: 400;
    line-height: 1.4;
    margin: 16px 0;
    color: #343435;
}

.iSjZMH {
    position: relative;
    height: 370px;
    display: block;
    margin: 0px auto;
    border: 2px solid rgb(241, 241, 241);
    transition: all 0.3s ease 0s;
}

.llftgR {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.iSjZMH .styled-components__Image-sc-6fl1fg-0 {
    transform: scale(1.05);
}

.fmbZPZ {
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
    height: 100%;
}

.ekCwXj {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background-color: rgb(255, 255, 255);
    padding: 16px;
}

.dvogNS {
    display: block;
    margin-bottom: 8px;
    font-weight: 700;
}

.jss1241 {
    width: 250px;
    height: 275px;
    position: relative;
    min-width: 250px;
    background-color: rgb(255, 255, 255);
}

.eqyruS {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.cIKpxU {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

.chrFRV {
    opacity: 1;
    transition: opacity 0.5s ease-in-out 0s;
}

.edlQIB {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.bePAuO {
    padding-top: 8px;
    margin-left: 24px;
    width: 100%;
    border-bottom: 1px solid rgb(186, 186, 186);
}

@media (max-width: 959.95px) {
    .bePAuO {
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center;
        margin-left: 0px;
        border-bottom: none;
    }
}

.iHKgpl {
    width: 100%;
}

@media (max-width: 959.95px) {

    .iHKgpl {
        text-align: center;
    }
}

.jss1246 {
    margin-top: 8px;
}

.hgDHOg {
    color: rgb(99, 101, 106);
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

.iWAcro {
    margin-top: 16px;
    margin-bottom: 16px;
}

.jss1247 {
    display: inline;
    margin-right: 16px;
}

.gQHtqf {
    width: 100%;
    max-width: 250px;
}

@media (max-width: 959.95px) {
    .gQHtqf {
        max-width: none;
    }
}

.jss1260 {
    padding-top: 32px;
    padding-bottom: 24px;
}

.jss1249 {
    margin-bottom: 20px;
}

.jss1250 {
    margin-bottom: 8px;
}

.eeGLAw {
    display: flex;
    -webkit-box-pack: center;
    place-content: center;
    width: 100%;
    padding: 16px 0px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(241, 241, 241);
    user-select: none;
    cursor: pointer;
    transition: all 0.23s ease-in-out 0s;
}

.ikVmPl {
    display: flex;
    -webkit-box-pack: center;
    place-content: center;
    width: 100%;
    padding: 16px 0px;
    background-color: rgb(241, 241, 241);
    border: 1px solid rgb(241, 241, 241);
    user-select: none;
    cursor: pointer;
    transition: all 0.23s ease-in-out 0s;
}

.ikVmPl:hover {
    background-color: rgb(186, 186, 186);
    border: 1px solid rgb(186, 186, 186);
}

.jnIolo {
    margin-left: 8px;
}

.jss1240 {
    padding-top: 16px;
    padding-bottom: 16px;
}

.single-agent .dXWCyY p {
    margin: 16px 0 30px;
}

.cJOaxC {
    padding-top: 48px;
    padding-bottom: 48px;
}

.lhlHZk .MuiTableCell-root {
    border-bottom: unset;
}

.daZvuN {
    font-weight: 500;
    text-transform: uppercase;
}

.lhlHZk .MuiTableBody-root > :not(:last-child) {
    border-bottom: 1px solid rgb(161, 43, 49);
}

.cMLWCM {
    cursor: pointer;
}

.briRSw {
    font-weight: 700;
    text-transform: uppercase;
}

.bpyZk {
    display: block;
    width: 235px;
    margin: 0px auto;
    border: 2px solid rgb(241, 241, 241);
    transition: all 0.4s ease 0s;
    text-decoration: none;
    color: #000;
}

.bpyZk:hover {
    background-color: rgb(241, 241, 241);
}

.dPIzGC {
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
}

.jss57 {
    width: 100%;
    height: 275px;
    position: relative;
    background-color: rgb(255, 255, 255);
}

.jss61 {
    padding-top: 8px;
    padding-bottom: 16px;
}

.jss62 {
    margin-bottom: 8px;
}

.gGJhJE {
    text-transform: uppercase;
    font-weight: 500;
}

.LCeqB {
    width: auto;
    color: rgb(99, 101, 106);
    position: relative;
}

.LCeqB .MuiSelect-select {
    color: rgb(99, 101, 106);
}

.iaTSt .MuiInputBase-input {
    padding-bottom: 6px;
}

.ehQoLS {
    font-weight: 700;
    text-transform: uppercase;
}

.ecfBFZ {
    text-transform: uppercase;
    font-weight: 500;
}

.jss53 {
    margin-top: 16px;
    margin-bottom: 24px;
}

.jss63 {
    margin-bottom: 8px;
}

.jss19 {
    margin-top: 60px;
}

.flvwXg {
    width: 100%;
    position: fixed;
    top: 117px;
    background-color: rgb(99, 101, 106);
    color: rgb(255, 255, 255);
    transition: all 0s !important;
    z-index: 100;
}

@media (max-width: 1919.95px) {
    .krcSJe {
        margin-right: 3.2%;
        margin-left: 3.2%;
        max-width: none;
        padding: 0px;
    }
}

.krcSJe {
    display: flex;
}

.htoEBA {
    width: calc(25.7143%);
}

.ecgzqn {
    -webkit-box-flex: 1;
    flex-grow: 1;
    position: relative;
}

.kWwhgn {
    position: relative;
    height: 60px;
    outline: none;
}

.fJFlYx {
    height: 100%;
    border-radius: 0px;
    background-color: rgb(99, 101, 106);
    color: rgb(255, 255, 255);
    font-family: "Maven Pro", "Lucida Grande", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.4;
    justify-content: space-between;
}

.kWwhgn:hover .fJFlYx {
    color: rgb(99, 101, 106);
    background-color: rgb(241, 241, 241);
}

.jYHFYH {
    height: auto;
    max-height: 100%;
}

.MAiyc {
    font-weight: 500;
}

.QefaC {
    position: fixed;
    width: 100%;
    top: 0px;
    background-color: rgb(255, 255, 255);
    z-index: 1100;
}

.jss403 {
    margin-top: 60px;
}

.fjyhZT {
    height: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 0px 6px 2px 13px;
    cursor: pointer;
    color: inherit;
    background-color: rgb(99, 101, 106);
    transition: all 0.2s ease-out 0s;
    overflow: hidden;
    text-transform: uppercase;
}

.bgpMff:hover .fjyhZT {
    color: rgb(99, 101, 106);
    background-color: rgb(241, 241, 241);
}

.cWYwNS {
    font-weight: 500;
    user-select: none;
}

.fYwlJy {
    font-size: 2rem;
    cursor: pointer;
    transition: all 0.3s ease-out 0s;
}

.fgHNRi {
    padding-top: 16px;
    position: relative;
    height: 100%;
}

.iVBjys {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.jss27 {
    padding-top: 32px;
    padding-bottom: 32px;
}

.iFbNgU {
    width: 100%;
    background-color: rgb(255, 255, 255);
    text-align: left;
    cursor: pointer;
    border: 2px solid rgb(241, 241, 241);
    transition: all 0.2s ease 0s;
}

.iFbNgU:hover {
    background-color: rgb(241, 241, 241);
}

.jvZxwu {
    position: relative;
    height: 240px;
    overflow: hidden;
}

.iFbNgU:hover .styled-components__Image-sc-8mztvh-2 {
    transform: scale(1);
}

.iFbNgU .styled-components__Image-sc-8mztvh-2 {
    transform: scale(1.2);
}

.dwfEyC {
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
    height: 100%;
}

.jss28 {
    position: relative;
    background-color: rgb(255, 255, 255);
}

.gGoLa-D {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.ecvCE {
    position: absolute;
    top: 0px;
    left: 20px;
    width: auto;
}

.jRBRuz {
    position: relative;
    display: inline-block;
    padding: 8px 16px;
    color: rgb(255, 255, 255);
    user-select: none;
    z-index: 1;
}

.eYNvQT {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(161, 43, 49);
    opacity: 0.8;
    z-index: -1;
}

.hMRpAz {
    font-weight: 500;
}

.cqoPOD {
    padding: 8px 12px;
}

.iYVooY {
    font-weight: bold;
    text-transform: uppercase;
}

.fcMHyl {
    margin-top: 4px;
}

.kvnqsR {
    font-weight: bold;
}

.jss33 {
    display: inline;
}

.fjrawo {
    width: 100px;
    flex-shrink: 0;
    user-select: none;
}

.ijRgtm {
    padding: 4px 0px;
    border: 2px solid rgb(172, 173, 176);
    text-align: center;
}

.fjrawo .styled-components__RoomInfoBlock-sc-8mztvh-9:not(:last-child) {
    margin-bottom: 8px;
}

.bcrZER {
    font-weight: 700;
}

@media (min-width: 1400px) {
    .jssysj > * {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (min-width: 1280px) {
    .jssysj > * {
        max-width: 1100px;
        margin: 0px auto;
        padding-left: 0px;
        padding-right: 0px;
    }
}

.bqzlKh {
    position: fixed;
    z-index: 1300;
    inset: 0px;
    top: 60px !important;
}

.TJzgC {
    overflow: auto;
}

.jss1324 {
    background-color: rgb(255, 255, 255);
}

.jcFquO {
    width: 100%;
    position: sticky;
    top: 0px;
    left: 0px;
    background-color: rgb(255, 255, 255);
    text-align: center;
    z-index: 1100;
}

.dLjzQQ {
    display: inline-block;
    padding: 12px;
    color: rgb(161, 43, 49);
    text-align: center;
    text-decoration: underline;
    cursor: pointer;
    user-select: none;
}

.fJhLSR {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.jss1326 {
    margin-left: 16px;
    padding-top: 16px;
    margin-right: 16px;
    padding-bottom: 24px;
    background-color: rgb(241, 241, 241);
}

.imyDlf > * {
    padding-left: 12%;
    padding-right: 12%;
}

.gdLkxi {
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 8px;
    margin-bottom: 8px;
}

.jss1327 {
    overflow: auto;
    max-height: 250px;
}

.jsAhxa {
    width: 100%;
}

.fSXGxG {
    width: 100%;
    margin: 0px;
}

.jss1328 {
    padding: 9px;
}

.QCEUg {
    font-family: "Maven Pro", "Lucida Grande", sans-serif;
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 500;
    text-transform: uppercase;
}

.jsAhxa .MuiTreeItem-group {
    margin: 0px;
}

.eVZRrJ {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
}

.gkdgPP .MuiInputBase-root {
    width: 100%;
    margin-top: 10px;
    height: 50px;
}

.gkdgPP .MuiInputBase-input {
    text-align: center;
    font-family: "Maven Pro", "Lucida Grande", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.4;
}

.gkdgPP .MuiOutlinedInput-notchedOutline {
    border-color: rgb(255, 255, 255);
}

.jss1345 {
    margin-top: 16px;
    margin-bottom: 16px;
}

.jss1346 {
    margin-top: 16px;
    margin-bottom: 16px;
}

.jss1347 {
    margin-top: 16px;
    margin-bottom: 16px;
}

.jss1348 {
    margin-top: 16px;
    margin-bottom: 16px;
}

.jss1331, .jss558 {
    top: 0;
    left: 0;
    width: 100%;
    cursor: inherit;
    height: 100%;
    margin: 0;
    opacity: 0;
    padding: 0;
    z-index: 1;
    position: absolute;
}

.gaWoas-b {
    width: 20px;
    height: 20px;
    background-color: white;
    background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
}

.dTLDhA {
    margin-left: 12px;
    font-weight: 400;
    text-transform: uppercase;
}

.jss540 {
    overflow: auto;
    max-height: 250px;
}

.jsAhxa .MuiTreeItem-root ul .MuiTreeItem-label:hover {
    background-color: rgb(161, 43, 49);
    color: rgb(255, 255, 255);
    transition: all 0s !important;
}

.jsAhxa .MuiTreeItem-root .MuiTreeItem-label:hover p {
    color: rgb(255, 255, 255);
    transition: all 0s !important;
}

.MuiFormControlLabel-label p {
    transition: all 0s !important;
}

#mobile-filters {
    display: none;
}

@media (max-width: 960px) {
    #filters {
        display: none;
    }

    #mobile-filter-link {
        display: block;
    }

    .jewQya {
        justify-content: center;
    }
}

@media (max-width: 959.95px) {
    .jewQya {
        flex-direction: column;
    }
}

.ehdZfg {
    position: fixed;
    width: 100%;
    top: 60px;
    background-color: rgb(255, 255, 255);
    text-align: center;
    z-index: 100;
}

.dLjzQQ {
    display: inline-block;
    padding: 12px;
    color: rgb(161, 43, 49);
    text-align: center;
    text-decoration: underline;
    cursor: pointer;
    user-select: none;
}

.gYEhEO {
    text-transform: uppercase;
}

.hlLilK {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(255, 255, 255);
    opacity: 0.8;
    z-index: -1;
}

.gRyApC {
    position: relative;
    display: inline-block;
    padding: 8px 16px;
    user-select: none;
    z-index: 1;
}

.hNaRRS {
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 0px 24px;
    background-color: rgb(99, 101, 106);
    height: 90px;
    margin-top: -32px;
}

.bXbcvD {
    display: flex;
    height: 40px;
    width: 100%;
    max-width: 500px;
    margin: 0px auto;
}

.jss1741 {
    width: 70%;
}

.irNHCZ {
    height: 100%;
    width: 100%;
    position: relative;
    margin: 0px;
}

.irNHCZ .MuiInputBase-input {
    height: 100%;
    background-color: rgb(255, 255, 255);
    padding: 0px 12px;
}

.jss1742 {
    width: 30%;
}

.cbkFsu {
    background-color: rgb(255, 255, 255);
    color: rgb(99, 101, 106);
    font-size: 16px;
    border-radius: 0px;
    border: none;
    letter-spacing: normal;
    height: 100%;
    width: 100%;
    margin: 0px;
    position: relative;
    text-align: center;
    transition: all 0.3s ease 0s;
}

.cbkFsu::before {
    content: " ";
    position: absolute;
    background: rgb(204, 204, 204);
    width: 1px;
    height: 20px;
    color: rgb(0, 0, 0);
    display: inline-block;
    left: 0px;
}

.cbkFsu:hover {
    background-color: rgb(161, 43, 49);
    color: rgb(255, 255, 255);
}

.cbkFsu .MuiSvgIcon-root {
    margin-left: 4px;
}

.cbkFsu * {
    transition: all 0s ease 0s !important;
}

.jss321 {
    overflow: hidden;
    position: relative;
}

.eicNZU {
    line-height: 0;
    height: 100%;
}

.eicNZU .slick-list {
    margin: 0px;
}

.eicNZU .slick-track {
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    margin: 0px;
}

.eicNZU .slick-slide > div > div {
    padding: 0px;
    outline: none;
}

.eicNZU .slick-slide img {
    opacity: 0;
}

.page-id-892 .eicNZU .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
}

.home .eicNZU .slick-slide {
    outline: none;
    position: relative;
    height: calc(100vh - 201px);
}

.jss325 {
    height: calc(100vh - 201px);
    position: relative;
    background-color: rgb(0, 0, 0);
}

.iDhtXv {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: none;
}

.cretGo {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url(https://media.perchwell.com/client_website_images/pictures/000/008/880/original/CWI-5360nunnlh.jpg?1679427357);
}

.iDhzRL {
    height: 100%;
}

.fpeiDN {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.jss323 {
    text-align: center;
}

.jss324 {
    margin-bottom: 48px;
}

.cyDTxr {
    padding: 12px 20px;
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
    border: none;
}

.jss72 {
    margin-bottom: 80px;
}

.hePAsR {
    min-width: 223px;
}

.dgRMHv {
    display: block;
    margin: 0px auto;
    border: 1px solid rgb(204, 204, 204);
}

.gnoZf {
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
}

.jss195 {
    width: 100%;
    height: 175px;
    position: relative;
    background-color: rgb(255, 255, 255);
}

.hmocIu {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.fglQoG {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.jss231 {
    width: 100%;
    height: 175px;
    position: relative;
    background-color: rgb(255, 255, 255);
}

.jss199 {
    padding: 8px 12px 16px;
}

.jss200, .jss201 {
    margin-bottom: 8px;
}

.irMrVH {
    font-weight: 500;
    text-transform: uppercase;
}

.page-id-13 .jss324 {
    margin-bottom: 32px;
}

.liepzV {
    position: relative;
    display: block;
    width: 88px;
    margin: 0px auto;
    border: 1px solid rgb(241, 241, 241);
}

.dDEoBa {
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
}

.dloEji {
    position: absolute;
    inset: 0px;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: all 0.3s ease 0s;
    background-color: rgb(255, 255, 255);
}

.liepzV:hover .dloEji {
    opacity: 1;
}

.fnUwjt {
    padding: 4px;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
}

.jss329 {
    width: 100%;
    height: 100px;
    position: relative;
    background-color: rgb(255, 255, 255);
}

.jss50 {
    height: 100px;
}

.gZLlUq .slick-slide {
    padding: 0px 4px;
}

.irolBC {
    width: 50%;
    margin: auto;
}

.page-id-13 .jss325b {
    margin-bottom: 32px;
}

.dDGuDu {
    display: flex;
}

@media (max-width: 959.95px) {
    .dDGuDu {
        flex-direction: column;
    }
}

.eTfVZx {
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 700;
}

.dDGuDu > * {
    margin-right: 16px;
}

@media (max-width: 959.95px) {
    .dDGuDu > * {
        margin-bottom: 8px;
    }
}

.bRQgUH, .page-id-13 .eTfVZx {
    width: 250px;
}

@media (max-width: 959.95px) {
    .bRQgUH {
        width: 100%;
    }
}

.ClKyX {
    max-height: 30px;
}

.agent-press a {
    margin-bottom: 12px;
    color: rgb(99, 101, 106);
    text-decoration: none;
    border-bottom: 1px solid transparent;
    display: inline-block;
}

.agent-press a:hover {
    border-bottom: 1px solid rgb(186, 186, 186);
}

.jss4000, .jss4010 {
    padding-top: 24px;
    padding-bottom: 8px;
}

.jss4001 {
    margin-bottom: 24px;
}

.jss4002 {
    margin-bottom: 16px;
}

.lnYkkm {
    text-transform: uppercase;
}

.kZKYxd {
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.kZKYxd > :not(:last-child) {
    margin-right: 8px;
}

.kZKYxd > li {
    margin-bottom: 8px;
}

.hGnFaK {
    padding: 8px 16px;
    border: 1px solid rgb(241, 241, 241);
    user-select: none;
}

.pnofQ {
    text-transform: uppercase;
}

.kkTBLx {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.cinSTk {
    margin-left: 4px;
}

.jss4022 {
    overflow: hidden;
}

.jss4023 {
    position: relative;
    margin-bottom: 24px;
}

.ciyvpG {
    position: absolute;
    top: 0px;
    left: 16px;
    width: 100%;
}

.gZLlUq {
    margin: 0px -4px;
}

.hYJxBx {
    max-width: 280px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin: 0px auto;
}

.jss4003, .jss4004, .jss4005 {
    margin-top: 16px;
}

.jss4006, .jss4007 {
    margin-top: 24px;
}

.edKEaQ {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    border: 1px solid rgb(241, 241, 241);
    cursor: pointer;
    user-select: none;
    transition: all 0.3s ease 0s;
}

.edKEaQ svg {
    height: 40px;
    width: auto;
}

.edKEaQ:hover {
    background-color: rgb(241, 241, 241);
}


.looxMw {
    margin-top: 4px;
    font-weight: 500;
}

.BmhgH {
    display: inline-flex;
}

.dYZefo:not(:last-child) {
    margin-right: 16px;
}

.dYZefo {
    width: 24px;
    height: 24px;
    color: rgb(99, 101, 106);
    cursor: pointer;
    transition: all 0.3s ease-out 0s;
}

.hnMUMN {
    width: 100%;
}

.cyDTxr {
    padding: 12px 20px;
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
    border: none;
}

.dmJFZB:not(:last-child) {
    margin-bottom: 20px;
}

.dmJFZB {
    user-select: none;
    border: 1px solid rgb(241, 241, 241);
    transition: all 0.3s ease-in-out 0s;
}

.kOespe {
    padding: 8px 16px;
}

.jxFPCc {
    border-left: 1px solid rgb(241, 241, 241);
}

.jss4077 {
    margin-top: 8px;
}

.hYGjeW {
    margin-top: 32px;
}

.jss4008 {
    margin-top: 24px;
}

.ecHnGa {
    margin-left: 4px;
    cursor: pointer;
}

.jss4076 {
    margin-top: 16px;
}

.hinxS {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
}

.hinxS > :nth-child(2n+1) {
    background-color: rgb(241, 241, 241);
}

.jIwgus {
    padding: 8px 16px;
}

.cGhRLh {
    font-weight: 500;
    flex-shrink: 0;
    margin-right: 4px;
}

.bzpkpi {
    font-weight: 500;
    text-transform: capitalize;
}

.fdfwhZ {
    margin-top: 40px;
    overflow: hidden;
}

.jss4009 {
    margin-bottom: 16px;
}

.jss4011 {
    margin-bottom: 24px;
}

.jxFPCc {
    border-left: 1px solid rgb(241, 241, 241);
}

.jss4083 {
    width: 80px;
    height: 110px;
    position: relative;
    min-width: 60px;
    background-color: rgb(255, 255, 255);
}

.btvxkM {
    display: inline-block;
    padding: 8px 0px;
    width: 100px;
    border: 2px solid rgb(186, 186, 186);
    text-align: center;
    user-select: none;
}

@media (max-width: 959.95px) {
    .btvxkM {
        width: 100%;
    }
}

.fJjNju {
    font-weight: 700;
}

button.form-submit {
    width: 40% !important;
}

.eicNZU .slick-slide > div > div {
    padding: 0px;
    outline: none;
}

.dobRTL {
    cursor: pointer;
    position: relative;
}

@media (min-width: 1280px) {
    .jss4026 {
        height: 520px;
    }
}

@media (min-width: 0px) {
    .jss4026 {
        height: 450px;
    }
}

.jss4026 {
    position: relative;
    background-color: rgb(0, 0, 0);
}

.jss4075 {
    margin-top: 40px;
}

.hrIupQ .sc-dQppl {
    left: 0px;
}

.hrIupQ .sc-bqyKva {
    right: 0px;
}

.hrIupQ .sc-dQppl, .hrIupQ .sc-bqyKva {
    height: 100%;
    font-size: 1.5rem;
    background-color: rgba(0, 0, 0, 0.2);
    color: rgb(255, 255, 255);
    transition: all 0.2s ease-out 0s;
}

.hrIupQ .sc-dQppl:hover, .hrIupQ .sc-bqyKva:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.bhMZWH {
    width: 1em;
    height: 1em;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: rgb(99, 101, 106);
    font-size: 3rem;
    z-index: 1;
    left: -55px;
}

.cQZVls {
    width: 1em;
    height: 1em;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: rgb(99, 101, 106);
    font-size: 3rem;
    z-index: 1;
    right: -55px;
}

.fZNEqj, .kNUqlP {
    color: rgb(99, 101, 106);
    background-color: rgb(241, 241, 241);
    padding: 10px;
    min-width: 260px;
    display: none;
    max-height: 70vH;
    overflow-y: scroll;
}

.ecgzqn:hover .fZNEqj, .ecgzqn:hover .kNUqlP {
    display: block;
}

.lsOmh {
    background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
}

.lsOmh::before {
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg xmlns= 'http://www.w3.org/2000/svg' viewBox= '0 0 16 16' %3E%3Cpath fill-rule= 'evenodd' clip-rule= 'evenodd' d= 'M12 5c-.28 0-.53.11-.71.29L7 9.59l-2.29-2.3a1.003 1.003 0 00-1.42 1.42l3 3c.18.18.43.29.71.29s.53-.11.71-.29l5-5A1.003 1.003 0 0012 5z' fill= '%23fff' /%3E%3C/svg%3E);
    content: "";
    background-color: rgb(99, 101, 106);
}

.ecgzqn input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    padding: 0;
    margin: 0;
}

.fSXGxG .MuiIconButton-root {
    padding: 2px 12px 2px 2px;
}

input[type="checkbox"] + div:before {
    content: '';
    display: inline-block;
    cursor: pointer;
    margin: 2px 10px -2px 0;
    width: 20px;
    height: 20px;
    background-color: rgb(255, 255, 255);
    border: none;
    border-radius: 0;
    transition: .3s;
}

input[type="checkbox"]:checked + div:before {
    background-color: rgb(99, 101, 106);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 5c-.28 0-.53.11-.71.29L7 9.59l-2.29-2.3a1.003 1.003 0 00-1.42 1.42l3 3c.18.18.43.29.71.29s.53-.11.71-.29l5-5A1.003 1.003 0 0012 5z' fill='%23fff'/%3E%3C/svg%3E")
}

.ecfBFZ {
    text-transform: uppercase;
    font-weight: 500;
}

.rbnQm {
    color: rgb(99, 101, 106);
}

.rbnQm:hover, .rbnQm.active {
    background-color: rgb(161, 43, 49);
    color: rgb(255, 255, 255);
}

.sort-list {
    display: none;
    position: absolute;
    top: 30px;
    right: 0;
    z-index: 1000;
    min-width: 94px;
}

.djsTXS {
    width: 38px;
    flex-shrink: 0;
}

.jss30 {
    padding-bottom: 24px;
}

.ftGHDe {
    margin-right: 16px;
    width: 80px;
    min-width: 80px;
}

.iVmfMV {
    margin-bottom: 8px;
}

.top-pagination, .bottom-pagination, .listing-sort-wrap {
    display: none;
}

.loader-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    min-height: calc(50vh);
}

.custom-loader {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: conic-gradient(#0000 10%, #a12b31);
    -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 8px), #000 0);
    animation: s3 1s infinite linear;
}

@keyframes s3 {
    to {
        transform: rotate(1turn)
    }
}

.jss584, .jss628 {
    margin-bottom: 24px;
}

.jss583 {
    padding-top: 24px;
    padding-bottom: 24px;
}

.wpforms-recaptcha-container .g-recaptcha > div {
    margin: 0 auto;
}

.agents-wrap {
    display: none;
}

#map {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
}

.mapboxgl-marker {
    transform: translate(50%, -170px) translate(-15px, -15px) !important;
}

.mapboxgl-control-container {
    display: none;
}

.slick-listing-carousel, .slick-thumb-carousel {
    opacity: 0
}

@media (max-width: 1279.95px) {
    .hYJxBx {
        max-width: none;
    }
}

@media (max-width: 959.95px) {
    .grCCA-D {
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center;
    }
}

#fancybox-content {
    border: 0 !important;
}

#fancybox-overlay {
    opacity: .8 !important;
}

.send_to {
    opacity: 0;
}

.years-experience, .has-license {
    display: none;
}

