:root {
    --font-body: "PP Neue Montreal", sans-serif
}
#post-1375 .fifty-fifty.form.block.position-relative.bg-green .wrapper {
    width: 100% !important;
}
.gform_wrapper.gravity-theme {
    background-color: #0e221e;
    color: #ebe5d7;
    padding: 100px 20px
}

.gform_wrapper.gravity-theme.gform_validation_error .gfield_error [aria-invalid=true] {
    border-bottom: 1px solid red;
    border-top: none;
    border-left: none;
    border-right: none
}

.gform_wrapper.gravity-theme .gfield_label {
    font-family: "Erode Light", serif;
    font-style: normal
}

.gform_wrapper.gravity-theme form,
.gform_wrapper.gravity-theme .gform_heading,
.gform_wrapper.gravity-theme .gform_validation_errors {
    margin-right: auto;
    margin-left: auto;
    max-width: 1280px
}

.gform_wrapper.gravity-theme .gform_heading {
    display: none
}

.gform_wrapper.gravity-theme form input[type=text],
.gform_wrapper.gravity-theme form input[type=email],
.gform_wrapper.gravity-theme form input[type=url],
.gform_wrapper.gravity-theme form input[type=tel],
.gform_wrapper.gravity-theme form input[type=number],
.gform_wrapper.gravity-theme form textarea,
.gform_wrapper.gravity-theme form select {
    background-color: #0e221e;
    color: #ebe5d7;
    border-bottom: 1px solid #ebe5d7;
    border-radius: 0px;
    padding: 15px 0px;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
    font-family: var(--font-body)
}

.gform_wrapper.gravity-theme form input[type=text]::-webkit-input-placeholder,
.gform_wrapper.gravity-theme form input[type=email]::-webkit-input-placeholder,
.gform_wrapper.gravity-theme form input[type=url]::-webkit-input-placeholder,
.gform_wrapper.gravity-theme form input[type=tel]::-webkit-input-placeholder,
.gform_wrapper.gravity-theme form input[type=number]::-webkit-input-placeholder,
.gform_wrapper.gravity-theme form textarea::-webkit-input-placeholder,
.gform_wrapper.gravity-theme form select::-webkit-input-placeholder {
    color: #ebe5d7;
    font-family: var(--font-body);
    font-style: normal;
    opacity: .5
}

.gform_wrapper.gravity-theme form input[type=text]::-moz-placeholder,
.gform_wrapper.gravity-theme form input[type=email]::-moz-placeholder,
.gform_wrapper.gravity-theme form input[type=url]::-moz-placeholder,
.gform_wrapper.gravity-theme form input[type=tel]::-moz-placeholder,
.gform_wrapper.gravity-theme form input[type=number]::-moz-placeholder,
.gform_wrapper.gravity-theme form textarea::-moz-placeholder,
.gform_wrapper.gravity-theme form select::-moz-placeholder {
    color: #ebe5d7;
    font-family: var(--font-body);
    font-style: normal;
    opacity: .5
}

.gform_wrapper.gravity-theme form input[type=text]:-ms-input-placeholder,
.gform_wrapper.gravity-theme form input[type=email]:-ms-input-placeholder,
.gform_wrapper.gravity-theme form input[type=url]:-ms-input-placeholder,
.gform_wrapper.gravity-theme form input[type=tel]:-ms-input-placeholder,
.gform_wrapper.gravity-theme form input[type=number]:-ms-input-placeholder,
.gform_wrapper.gravity-theme form textarea:-ms-input-placeholder,
.gform_wrapper.gravity-theme form select:-ms-input-placeholder {
    color: #ebe5d7;
    font-family: var(--font-body);
    font-style: normal;
    opacity: .5
}

.gform_wrapper.gravity-theme form input[type=text]::-ms-input-placeholder,
.gform_wrapper.gravity-theme form input[type=email]::-ms-input-placeholder,
.gform_wrapper.gravity-theme form input[type=url]::-ms-input-placeholder,
.gform_wrapper.gravity-theme form input[type=tel]::-ms-input-placeholder,
.gform_wrapper.gravity-theme form input[type=number]::-ms-input-placeholder,
.gform_wrapper.gravity-theme form textarea::-ms-input-placeholder,
.gform_wrapper.gravity-theme form select::-ms-input-placeholder {
    color: #ebe5d7;
    font-family: var(--font-body);
    font-style: normal;
    opacity: .5
}

.gform_wrapper.gravity-theme form input[type=text]::placeholder,
.gform_wrapper.gravity-theme form input[type=email]::placeholder,
.gform_wrapper.gravity-theme form input[type=url]::placeholder,
.gform_wrapper.gravity-theme form input[type=tel]::placeholder,
.gform_wrapper.gravity-theme form input[type=number]::placeholder,
.gform_wrapper.gravity-theme form textarea::placeholder,
.gform_wrapper.gravity-theme form select::placeholder {
    color: #ebe5d7;
    font-family: var(--font-body);
    font-style: normal;
    opacity: .5
}

.gform_wrapper.gravity-theme form input:-webkit-autofill,
.gform_wrapper.gravity-theme form input:-webkit-autofill:hover,
.gform_wrapper.gravity-theme form input:-webkit-autofill:focus,
.gform_wrapper.gravity-theme form input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #0e221e inset !important;
    -webkit-text-fill-color: #ebe5d7 !important;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s
}

.gform_wrapper.gravity-theme form input[type=checkbox] {
    margin-bottom: 14px;
    border: 1px solid #ebe5d7;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    margin-right: 10px
}

.gform_wrapper.gravity-theme form input[type=checkbox]:checked {
    border: 1px solid #ebe5d7;
    position: relative;
}

.gform_wrapper.gravity-theme form input[type=checkbox]:checked::before {
    background-color: #af884a;
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    left: 3px;
    top: 3px
}

.gform_wrapper.gravity-theme form input[type=radio] {
    margin-bottom: 14px;
    border: 1px solid #ebe5d7;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    border-radius: 50px
}

.gform_wrapper.gravity-theme form input[type=radio]:checked {
    border: 1px solid #ebe5d7;
    position: relative;
}

.gform_wrapper.gravity-theme form input[type=radio]:checked::before {
    background-color: #af884a;
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    left: 3px;
    top: 3px;
    border-radius: 20px
}

.gform_wrapper.gravity-theme form .gchoice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    font-family: "Erode Light", serif;
    font-style: normal;
    font-weight: 400
}

.gform_wrapper.gravity-theme form .gchoice a {
    color: #af884a;
    text-decoration: none;
    font-family: "Erode Light", serif
}

.gform_wrapper.gravity-theme form .gchoice a :hover {
    color: #85632d;
    text-decoration: underline
}

.gform_wrapper.gravity-theme form .button {
    border: 1px solid #af884a;
    background-color: #af884a;
    color: #0e221e;
    border-top-right-radius: 30px;
    text-transform: uppercase;
    height: 16px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-box-shadow: 2px 7px 24px 0px rgba(23, 58, 51, .4);
    box-shadow: 2px 7px 24px 0px rgba(23, 58, 51, .4)
}

.gform_wrapper.gravity-theme form .button:hover {
    color: #fff;
    background: #85632d;
    border: 1px solid #85632d
}

.gform_wrapper.gravity-theme form .ginput_complex label,
.gform_wrapper.gravity-theme form .gform_wrapper.gravity-theme .ginput_complex legend,
.gform_wrapper.gravity-theme form .field_sublabel_above .gfield_description {
    font-family: "Erode Medium", serif;
    font-style: normal
}

.gform_wrapper.gravity-theme form input.datepicker {
    width: 100%
}

.gform_wrapper.gravity-theme .gfield_html * {
    margin-bottom: 20px
}

.gform_wrapper.gravity-theme .gfield_html :is(h2) :is(strong) {
    color: #af884a
}

.gform_wrapper.gravity-theme .gfield_html p {
    font-family: "PP Montreal Thin", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px
}

.gform_wrapper.gravity-theme .gf_progressbar_wrapper {
    padding-bottom: 47px
}

.gform_wrapper.gravity-theme .gf_progressbar_wrapper .gf_progressbar {
    background-color: rgba(235, 229, 215, .6392156863);
    height: 3px
}

.gform_wrapper.gravity-theme .gf_progressbar_wrapper .gf_progressbar_title {
    color: #ebe5d7;
    text-transform: uppercase;
    font-family: "Erode Medium", serif;
    font-weight: 600;
    padding-bottom: 47px;
    letter-spacing: 1.4px
}

.gform_wrapper.gravity-theme .gf_progressbar_wrapper .gf_progressbar_percentage,
.gform_wrapper.gravity-theme .gf_progressbar_wrapper .gf_progressbar_percentage.percentbar_blue {
    background-color: #ebe5d7;
    height: 3px
}

.gform_wrapper.gravity-theme .gf_progressbar_wrapper .gf_progressbar_percentage span,
.gform_wrapper.gravity-theme .gf_progressbar_wrapper .gf_progressbar_percentage.percentbar_blue span {
    display: none
}

.gform_wrapper.gravity-theme .gform_page_footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.gform_confirmation_wrapper {
    background-color: #0e221e;
    color: #ebe5d7;
    padding: 100px 0px
}

.gform_confirmation_wrapper .gform_confirmation_message {
    margin-right: auto;
    margin-left: auto;
    max-width: 1280px;
    font-family: "Erode Light", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #ebe5d7
}

@font-face {
    font-family: "PP Neue Montreal";
    src: url(995fc960c55e45d9cd59.woff2) format("woff2"), url(07070ee11dc38bfbd060.woff) format("woff"), url(dd7dab8ba01a4a186964.ttf) format("truetype"), url(b99341f76ec1ccf27eb2.otf) format("opentype");
    font-weight: 500 900
}

@font-face {
    font-family: "PP Neue Montreal";
    src: url(e12775b30a7622869ac2.woff2) format("woff2"), url(3fbc0cc15d5cf93e0fe9.woff) format("woff"), url(8ff2f5032de69c550656.ttf) format("truetype"), url(883a38e2bf0cf9269d38.otf) format("opentype");
    font-weight: 400
}

@font-face {
    font-family: "PP Neue Montreal";
    src: url(79ab813ef18c7e673de5.otf) format("opentype");
    font-weight: 300
}

@font-face {
    font-family: "Erode Light";
    src: url(5f46bda6c1053d1106a8.woff) format("woff"), url(7ddb331b5ef460a73d53.woff2) format("woff2");
    font-weight: 100 300
}

@font-face {
    font-family: "Erode Medium";
    src: url(dbcd46e46570ad8ff1e5.woff) format("woff"), url(73dbb7c1d473118d692e.woff2) format("woff2");
    font-weight: 500 900
}

@font-face {
    font-family: "Erode Regular";
    src: url(6f7eac76ea6230b803c5.woff) format("woff"), url(9ed36a27b5353af1365f.woff2) format("woff2");
    font-weight: 400
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

*:active {
    outline: none;
}

.fade-in {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}

.is-inview.fade-in {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

html.has-scroll-smooth {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

[data-load-container] {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100vw
}

html {
    scroll-behavior: smooth
}

body {
    line-height: 1;
    visibility: hidden;
    background: #ebe5d7
}

body.show {
    visibility: visible !important
}

#wpadminbar {
    margin-top: -32px
}

.block {
    margin-top: -1px
}

li {
    list-style-type: none
}

a {
    text-decoration: none
}

a:hover,
a:focus,
a:active {
    cursor: pointer
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
a,
.tag,
.date,
button {
    font-style: normal
}

.page,
.page-narrow {
    position: relative;
    min-height: 500px
}

.page-alt .rt-reading-time {
    display: none !important
}

.page-alt .content {
    padding: 100px 0
}

.page-alt .content :where(p, ul, li, ol, blockquote) {
    font-family: var(--font-body);
    line-height: 1.5;
    letter-spacing: .01em
}

.page,
.page>.content,
.page-alt>.content {
    height: 100%
}

a {
    color: #0e0e0e
}

@media(max-width: 1250px) {

    .page.default-template,
    #single-post,
    .page-alt {
        padding-top: 80px
    }
}

@media(min-width: 1250px) {

    .page.default-template,
    #single-post,
    .page-alt {
        padding-top: 122px
    }
}

.page-alt.single-post {
    padding-top: 0
}

h1 {
    font-family: "Erode Light", serif;
    font-style: normal;
    font-weight: 300;
    line-height: 110%;
    color: currentColor
}

h1 strong {
    font-family: "Erode Regular", serif;
    font-weight: 500;
    color: #af884a
}

@media(max-width: 767px) {
    h1 {
        font-size: 38px
    }
}

@media(min-width: 767px) {
    h1 {
        font-size: 70px
    }
}

h1.light {
    font-weight: 200
}

h2 {
    font-family: "Erode Light", serif;
    font-weight: 300;
    line-height: 115%;
    line-height: 105%
}

h2 strong {
    font-family: "Erode Medium", serif;
    font-weight: 500
}

@media(max-width: 767px) {
    h2 {
        font-size: 34px
    }
}

@media(min-width: 767px) {
    h2 {
        font-size: 50px
    }
}

h3,
h4,
h5,
h6 {
    font-family: "Erode Regular", serif;
    font-style: normal;
    font-weight: 300;
    line-height: 110%
}

h3.light,
h4.light,
h5.light,
h6.light {
    font-weight: 275
}

h3.strong,
h4.strong,
h5.strong,
h6.strong {
    font-weight: 350
}

@media(max-width: 767px) {
    h3 {
        font-size: 28px
    }
}

@media(min-width: 767px) {
    h3 {
        font-size: 30px
    }
}

@media(max-width: 767px) {
    h4 {
        font-size: 24px
    }
}

@media(min-width: 767px) {
    h4 {
        font-size: 26px
    }
}

@media(max-width: 767px) {
    h5 {
        font-size: 20px
    }
}

@media(min-width: 767px) {
    h5 {
        font-size: 22px
    }
}

@media(max-width: 767px) {
    h6 {
        font-size: 18px
    }
}

@media(min-width: 767px) {
    h6 {
        font-size: 20px
    }
}

cite,
.eyebrow {
    font-family: "Erode Medium", serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: .2em;
    text-transform: uppercase
}

.wp-block-quote {
    border-left: 1px solid #fff;
    margin: 30px 0;
    padding-left: 20px
}

.wp-block-quote p {
    font-family: "" Erode Regular " serif";
    font-style: italic !important;
    font-weight: 275;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: .01em;
    color: #fff;
    margin-bottom: 20px;
    padding: 0 !important
}

@media(max-width: 500px) {
    .wp-block-quote p {
        font-size: 16px
    }
}

.wp-block-image {
    height: 400px;
    padding: 30px 0 60px
}

@media(min-width: 1024px) {
    .wp-block-image {
        max-width: 80%
    }
}

.wp-block-image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.wp-element-caption {
    font-family: "" Erode Regular " serif";
    font-style: italic;
    font-weight: 250;
    font-size: 14px;
    line-height: 150%;
    opacity: .5;
    color: #fff;
    margin-top: 10px !important;
    margin-bottom: 0px !important
}

.body-elevated,
.body-elevated p,
.page-alt a {
    font-family: "Erode Regular", serif;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 120%
}

.page-alt .entry-content a {
    color: #af884a;
    text-decoration: underline
}

.page-alt a.btn {
    text-decoration: none
}

.body>* {
    font-family: var(--font-body);
    font-weight: 400;
    letter-spacing: .01em;
    line-height: 1.5
}

.body>*:not(:first-child) {
    margin-top: 1.4em
}

.body a:not(.btn) {
    text-decoration: underline;
    -webkit-text-decoration-color: rgba(0, 0, 0, 0);
    text-decoration-color: rgba(0, 0, 0, 0)
}

.body a:not(.btn):hover {
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor
}

.body-medium,
.body-medium p {
    font-family: var(--font-body);
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: .01em
}

.body-light,
.body-light p {
    font-family: var(--font-body);
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: .01em
}

.sub-body-italic {
    font-family: "Erode Regular", serif;
    font-style: italic;
    font-weight: 300;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: .01em
}

.contained-cta {
    font-family: "Erode Regular", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: .2em
}

.body-small {
    font-family: "Erode Regular", serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 150%
}

.body-small.light {
    font-weight: 400
}

.page-alt .entry-content ul,
.page-alt .entry-content ol {
    margin-left: 20px
}

.page-alt .entry-content li {
    margin-bottom: 15px;
    list-style-type: disc
}

.body-small {
    font-family: var(--font-body);
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 135%
}

::-moz-selection {
    -webkit-text-fill-color: #af884a;
    color: #af884a;
    background: rgba(0, 0, 0, 0)
}

::selection {
    -webkit-text-fill-color: #af884a;
    color: #af884a;
    background: rgba(0, 0, 0, 0)
}

select,
select:focus {
    outline: none
}

button {
    outline: 0
}

.btn,
.button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.btn,
.button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    border: 1px solid #ebe5d7;
    border-top-right-radius: 30px;
    text-transform: uppercase;
    height: 16px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: .2em;
    color: #ebe5d7
}

.btn:hover,
.button:hover {
    cursor: pointer
}

.next-arrow:hover,
.prev-arrow:hover {
    cursor: pointer
}

.footer .menus a,
.page-alt a,
#menu-main-menu li a,
#menu-main-menu li a,
#menu-main-menu-1 li a,
#menu-main-menu-1 li a {
    position: relative;
}

.page-alt .entry-content a::after,
.footer .menus a::after,
#menu-main-menu li a::after,
#menu-main-menu li a::after,
#menu-main-menu-1 li a::after,
#menu-main-menu-1 li a::after {
    content: "";
    position: absolute;
    width: 100%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    height: 1px;
    bottom: -8px;
    left: 0;
    background-color: #ebe5d7;
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-transition: -webkit-transform .25s ease-out;
    transition: -webkit-transform .25s ease-out;
    transition: transform .25s ease-out;
    transition: transform .25s ease-out, -webkit-transform .25s ease-out
}

.page-alt .entry-content a:hover::after,
.footer .menus li:hover a::after,
#menu-main-menu li:hover a::after,
#menu-main-menu li a:active::after,
#menu-main-menu-1 li:hover a::after,
#menu-main-menu-1 li a:active::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left
}

.footer .menus li.current-menu-item a::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left
}

#menu-main-menu>li:nth-last-child(2):hover a::after,
#menu-main-menu>li:last-of-type:hover a::after,
#menu-main-menu-1>li:nth-last-child(2):hover a::after,
#menu-main-menu-1>li:last-of-type:hover a::after,
.page-alt .wp-block-button a:hover::after,
#menu-item-32 a::after,
#menu-item-33 a::after {
    -webkit-transform: scaleX(0) !important;
    transform: scaleX(0) !important
}

.line {
    width: 124px;
    border-bottom: solid 1px #0e221e;
    height: 10px;
    position: relative;
    -webkit-transition: 400ms all ease-in-out;
    transition: 400ms all ease-in-out;
    position: relative;
}

.line :after {
    width: 4px;
    height: 4px;
    content: "";
    background: #0e221e;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    bottom: -2.5px;
    right: 0
}

.read-more,
.read-more p {
    font-family: "Erode Regular", serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: .01em;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.read-more:hover .line {
    width: 190px
}

.green-text {
    color: #0e221e
}

.black-text {
    color: #0e0e0e
}

.cream-text {
    color: #ebe5d7
}

.cream-text strong {
    color: #ebe5d7
}

.tinted-black-text {
    color: #111
}

ol,
ul {
    list-style: none
}

blockquote {
    quotes: none
}

blockquote::before,
blockquote::after {
    content: "";
    content: none
}

.green-shadow {
    -webkit-box-shadow: 2px 7px 24px 0px rgba(23, 58, 51, .4);
    box-shadow: 2px 7px 24px 0px rgba(23, 58, 51, .4)
}

.bg-green {
    background-color: #0e221e;
    color: #ebe5d7
}

.bg-green .cream-text strong {
    color: #af884a
}

.bg-green :where(a:not(.btn)) {
    color: #af884a
}

.bg-cream {
    background-color: #ebe5d7;
    color: #0e221e
}

.bg-cream .green-text strong {
    color: #af884a
}

.bg-tinted-black {
    background-color: #111
}

.bg-white {
    background-color: #fff
}

.bg-off-white {
    background-color: #f9fffe
}

.bg-light-blue {
    background-color: #e6fcfa
}

.bg-transparent {
    background-color: rgba(0, 0, 0, 0)
}

.content {
    height: 100%;
    overflow: hidden
}

.available-spaces .content {
    overflow: inherit
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1280px
}

.is-layout-constrained.wp-block-group .container {
    max-width: 1280px
}

.container-md {
    max-width: 1024px
}

.container-sm {
    max-width: 935px
}

.container-xxs {
    max-width: 820px
}

.container-xs {
    max-width: 680px
}

.container,
.container-md,
.container-sm,
.container-xs,
.container-xxs,
.is-layout-constrained.wp-block-group .container {
    margin-left: auto;
    margin-right: auto
}

@media(max-width: 1120px) {

    .container,
    .container-md,
    .container-sm,
    .container-xs,
    .container-xxs {
        padding-left: 15px;
        padding-right: 15px
    }
}

.no-padding,
.container.no-padding {
    padding: 0
}

.padding-top {
    padding-top: 100px
}

.padding-bottom {
    padding-bottom: 100px
}

body .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: none
}

.no-margin {
    margin: 0
}

.uppercase {
    text-transform: uppercase
}

.capitalize {
    text-transform: capitalize !important
}

.camelcase {
    text-transform: none
}

.semi-bold {
    font-weight: 500
}

.bold {
    font-weight: 900
}

.full-width {
    width: 100%
}

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

.auto-width {
    width: auto
}

.full-height {
    height: 100%
}

.height-auto {
    height: auto
}

.object-fit__cover {
    -o-object-fit: cover;
    object-fit: cover
}

.object-fit__contain {
    -o-object-fit: contain;
    object-fit: contain
}

.text-center {
    text-align: -webkit-center;
    text-align: -moz-center;
    text-align: -o-center;
    text-align: -ms-center;
    text-align: center
}

.text-left {
    text-align: -webkit-left;
    text-align: -moz-left;
    text-align: -o-left;
    text-align: -ms-left;
    text-align: left
}

.text-right {
    text-align: -webkit-right;
    text-align: -moz-right;
    text-align: -o-right;
    text-align: -ms-right;
    text-align: right
}

.center-aligned {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle
}

.display-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.display-grid {
    display: grid
}

@media(max-width: 500px) {
    .lg-grid-2 .display-grid {
        grid-template-columns: 1fr
    }

    .lg-grid-3 .display-grid {
        grid-template-columns: 1fr
    }
}

@media(min-width: 500px) {
    .lg-grid-2 .display-grid {
        grid-template-columns: 1fr
    }

    .lg-grid-3 .display-grid {
        grid-template-columns: 1fr 1fr
    }
}

@media(min-width: 1024px) {
    .lg-grid-3 .display-grid {
        grid-template-columns: 1fr 1fr 1fr
    }

    .lg-grid-2 .display-grid {
        grid-template-columns: 1fr 1fr
    }
}

.justify__center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.justify__space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.justify__space-evenly {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly
}

.justify__start,
.justify__flex-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.justify__end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    justify-content: flex-end
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.align-center-text-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

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

.align-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.align-left,
.align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.align-right {
    -webkit-box-align: right;
    -ms-flex-align: right;
    align-items: right
}

.align-baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.align-flex-end,
.align-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.vertical-align {
    vertical-align: middle
}

.flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.position-absolute {
    position: absolute
}

.position-relative {
    position: relative;
}

.position-sticky {
    position: sticky;
    top: 0
}

input,
textarea {
    outline: none
}

.block {
    margin-top: -1px
}

.prev-arrow,
.next-arrow {
    outline: none
}

.prev-arrow:hover,
.next-arrow:hover {
    cursor: pointer
}

@media(max-width: 1020px) {
    .sm-no-paddingtop {
        padding-top: 0 !important
    }
}

@media(min-width: 1020px) {
    .lg-no-paddingleft {
        padding-left: 0
    }
}

@media only screen and (max-width: 500px) {
    .xs-flex-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media only screen and (max-width: 767px) {
    .sm-flex-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .sm-flex-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media only screen and (max-width: 1024px) {
    .md-flex-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .md-align-start {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start
    }
}

@media only screen and (max-width: 1100px) {
    .md-flex-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media only screen and (min-width: 767px) {
    .lg-flex-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .lg-flex-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999
}

.underline,
.team .breadcrumb--text:hover,
.email-phone-wrapper a:hover {
    text-decoration: underline
}

.border-box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.rotate-left {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.overflow-hidden {
    overflow: hidden
}

.overflow-visible {
    overflow: visible
}

.overflow-auto {
    overflow: auto
}

.main-nav {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 14, 14, 0.8)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(180deg, rgba(14, 14, 14, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.main-nav.scrolled {
    background: none;
    background-color: #0e221e;
    height: 100px;
    -webkit-box-shadow: 2px 7px 24px 0px rgba(0, 0, 0, .4);
    box-shadow: 2px 7px 24px 0px rgba(0, 0, 0, .4)
}

.main-nav.scrolled .sub-menu {
    top: 100px
}

.main-nav.scrolled .sub-menu:before {
    content: "";
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
    height: 15px;
    -webkit-box-shadow: 0px 10px 7px rgba(0, 0, 0, .2);
    box-shadow: 0px 10px 7px rgba(0, 0, 0, .2)
}

nav {
    margin-bottom: -1px;
    position: fixed;
    z-index: 99
}

@media(max-width: 1250px) {
    nav {
        height: 130px
    }
}

@media(min-width: 1250px) {
    nav {
        height: 122px
    }
}

nav .logo {
    height: 100%;
    width: auto
}

.nav-logo {
    margin-top: -13px
}

.nav-logo svg {
    margin-top: 20px
}

@media(max-width: 767px) {
    .nav-logo svg {
        height: 34px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: auto
    }
}

@media(min-width: 767px) {
    .nav-logo svg {
        max-width: 250px !important
    }
}

.menu-main-menu-container {
    width: 100%
}

#menu-main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.submenu-arrow {
    margin-left: 5px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.menu-item-has-children:hover .submenu-arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.btn-gold,
#menu-main-menu>li:nth-last-child(2),
#menu-main-menu-1>li:nth-last-child(2) {
    padding: 0px;
    border: 1px solid #af884a;
    background-color: #af884a;
    color: #0e221e;
    border-top-right-radius: 30px;
    text-transform: uppercase;
    height: 16px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-box-shadow: 2px 7px 24px 0px rgba(23, 58, 51, .4);
    box-shadow: 2px 7px 24px 0px rgba(23, 58, 51, .4)
}

.button-secondary,
#menu-main-menu>li:last-of-type,
#menu-main-menu-1>li:last-of-type {
    padding: 0px;
    border: 1px solid #ebe5d7;
    border-top-right-radius: 30px;
    text-transform: uppercase;
    height: 16px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-box-shadow: 2px 7px 24px 0px rgba(23, 58, 51, .4);
    box-shadow: 2px 7px 24px 0px rgba(23, 58, 51, .4)
}

#menu-main-menu>li:nth-last-child(2),
#menu-main-menu-1>li:nth-last-child(2),
#menu-main-menu>li:last-of-type,
#menu-main-menu-1>li:last-of-type {
    margin-top: 20px
}

#menu-main-menu>li:last-of-type a,
#menu-main-menu-1>li:last-of-type a {
    color: #ebe5d7
}

#menu-main-menu>li:last-of-type.current-menu-item a::after,
#menu-main-menu>li:nth-last-child(2).current-menu-item a::after,
#menu-main-menu-1>li:last-of-type.current-menu-item a::after,
#menu-main-menu-1>li:nth-last-child(2).current-menu-item a::after {
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
}

#menu-main-menu-1>li:last-of-type,
#menu-main-menu-1>li:nth-last-child(2) {
    min-height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.post-password-form .button-primary {
    height: auto
}

#menu-main-menu-1 li a {
    color: #0e221e
}

.btn-green {
    padding: 0px;
    color: #ebe5d7;
    background-color: #0e221e;
    border: 1px solid #0e221e;
    border-top-right-radius: 30px;
    text-transform: uppercase;
    height: 16px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-box-shadow: 2px 7px 24px 0px rgba(23, 58, 51, .4);
    box-shadow: 2px 7px 24px 0px rgba(23, 58, 51, .4)
}

.btn-green:hover {
    background-color: #112a25
}

.btn-green-border {
    padding: 0px;
    color: #0e221e;
    background-color: #ebe5d7;
    border: 1px solid #0e221e;
    border-top-right-radius: 30px;
    text-transform: uppercase;
    height: 16px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.btn-green-border:hover {
    background-color: #0e221e !important;
    color: #ebe5d7 !important
}

.btn-cream {
    padding: 0px;
    color: #0e221e;
    background-color: #ebe5d7;
    border: 1px solid #ebe5d7;
    border-top-right-radius: 30px;
    text-transform: uppercase;
    height: 16px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-box-shadow: 2px 7px 24px 0px rgba(23, 58, 51, .4);
    box-shadow: 2px 7px 24px 0px rgba(23, 58, 51, .4)
}

.btn-cream:hover {
    background-color: #d9caa6 !important;
    border: 1px solid #d9caa6 !important
}

.button,
.btn-white,
.button-primary,
.page-alt .wp-block-button,
#menu-main-menu>li:nth-last-child(2),
#menu-main-menu-1>li:nth-last-child(2) {
    background: #af884a
}

.page-alt .wp-block-button__link {
    background-color: #fff
}

.button,
.btn-white,
.button-primary,
.btn.btn-white,
.page-alt .wp-block-button a,
#menu-main-menu>li:nth-last-child(2) a,
#menu-main-menu-1>li:nth-last-child(2) a {
    color: #0e0e0e
}

.btn:hover,
#menu-main-menu>li:last-of-type:hover,
#menu-main-menu-1>li:last-of-type:hover {
    color: #0e221e;
    background: #ebe5d7
}

.gform_fields .gfield .ginput_container_fileupload .gform_button_select_files:hover {
    color: #000 !important;
    background: #fff !important
}

#menu-main-menu>li:last-of-type:hover a,
#menu-main-menu-1>li:last-of-type:hover a {
    color: #0e221e
}

.btn-gold:hover,
.button-primary:hover,
.page-alt .wp-block-button:hover,
.gform_button.button:hover,
#menu-main-menu>li:nth-last-child(2):hover,
#menu-main-menu-1>li:nth-last-child(2):hover {
    color: #fff;
    background: #85632d;
    border: 1px solid #85632d
}

.page-alt .wp-block-button:hover a {
    color: #fff;
    background: none
}

#menu-main-menu>li:nth-last-child(2):hover a,
#menu-main-menu-1>li:nth-last-child(2):hover a {
    color: #fff
}

@media(min-width: 1250px) {
    #menu-main-menu>li {
        margin-left: 32px;
        padding: 42px 0
    }

    #menu-main-menu>li:last-of-type {
        margin-left: 16px
    }

    #menu-main-menu>li:nth-last-child(2) {
        margin-left: 50px
    }
}

@media(max-width: 1250px) {
    #menu-main-menu li {
        display: none
    }

    .sub-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        opacity: 0;
        width: auto;
        position: absolute;
        top: 10px;
        background: rgba(0, 0, 0, 0);
        height: 0px;
        padding: 20px;
        margin-left: -20px;
        -webkit-transition: ease-in .3s;
        transition: ease-in .3s
    }

    #menu-main-menu li:hover>.sub-menu {
        height: 100%;
        opacity: 100%
    }

    li.menu-item-has-children:hover>.sub-menu {
        height: 100%;
        opacity: 100%;
        position: relative;
        top: 0px;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

@media(min-width: 1250px) {
    #menu-main-menu li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media(min-width: 1250px) {
    .sub-menu {
        display: none;
        width: auto;
        position: absolute;
        top: 90px;
        background: #0e221e;
        height: auto;
        padding: 20px;
        -webkit-box-shadow: rgba(0, 0, 0, .25) 0px 16px 15px;
        box-shadow: rgba(0, 0, 0, .25) 0px 16px 15px;
        margin-left: -20px
    }

    #menu-main-menu li:hover>.sub-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .sub-menu>li {
        background: #0e221e;
        border: none;
        padding: 10px 0
    }

    .sub-menu>li a:hover {
        opacity: 80%;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
    }

    .sub-menu>li a:after {
        display: none
    }
}

.wp-block-button__link {
    border-radius: 0px
}

.mobile_hamburger li {
    margin-right: 20px
}

@media(max-width: 767px) {
    .mobile_hamburger li {
        display: none
    }
}

@media(max-width: 1250px) {
    .mobile_hamburger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media(min-width: 1250px) {
    .mobile_hamburger {
        display: none
    }
}

.main-nav a {
    color: #fff
}

#menu-main-menu-1>li {
    margin-bottom: 30px
}

#menu-main-menu-1 .sub-menu {
    margin-left: 30px;
    padding: 20px 0 0 0
}

#menu-main-menu-1 .sub-menu>li {
    margin-bottom: 20px
}

#menu-main-menu-1 .sub-menu li:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0
}

.page-alt .wp-block-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#menu-main-menu li a,
#menu-main-menu-1 li a {
    font-family: "Erode Regular", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%
}

.footer .menus a {
    font-family: var(--font-body);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: .01em;
    color: #ebe5d7
}

.btn,
.button,
.page-alt .wp-block-button a,
.wp-block-button__link,
.button-primary,
.page-alt a.btn,
#menu-main-menu>li:nth-last-child(2) a,
#menu-main-menu>li:last-of-type a,
#menu-main-menu-1>li:nth-last-child(2) a,
#menu-main-menu-1>li:last-of-type a,
.vendors-map .vendors-map-grid-results-inner-item .btn {
    font-family: "Erode Medium", serif;
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    letter-spacing: .2em;
    height: 100%;
    padding: 20px
}

@media(max-width: 1200px) {
    #menu-main-menu-1>li:nth-last-child(2) {
        margin-top: 100px
    }
}

.btn:hover,
.button:hover,
.button-primary:hover,
#menu-main-menu>li:nth-last-child(2):hover,
#menu-main-menu>li:last-of-type:hover,
#menu-main-menu-1>li:nth-last-child(2):hover,
#menu-main-menu-1>li:last-of-type:hover {
    cursor: pointer
}

.button {
    color: #272727;
    margin-top: 40px
}

.wp-block-button__link {
    letter-spacing: 0px
}

.btn,
.button {
    margin: 0
}

.footer {
    margin-top: -1px;
    padding: 80px 20px 30px;
    height: 100%
}

.footer,
.footer p,
.footer a {
    color: #ebe5d7;
    font-family: "Erode Regular", serif;
    font-style: normal
}

.footer .heading {
    font-size: 20px;
    font-family: "Erode Medium", serif;
    line-height: 150%;
    font-weight: 600;
    margin-bottom: 20px
}

.footer a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%
}

.footer li {
    margin-bottom: 17px
}

.footer .legal li {
    margin-bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer .legal p,
.footer .legal .menu-legal-menu-container a {
    font-family: var(--font-body);
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 150%;
    margin-right: 33px
}

.footer .legal .menu-legal-menu-container a {
    text-decoration: underline
}

.footer .menu-legal-menu-container ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer .legal .menu ul {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer .legal .menu ul li {
    margin-right: 33px
}

.footer .legal .menu ul li a {
    text-decoration: underline;
    font-family: var(--font-body);
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    color: #ebe5d7
}

.footer .site-credits p {
    margin-right: 0px
}

.footer .site-credits a {
    text-decoration: underline;
    font-family: var(--font-body);
    font-weight: 300;
    font-size: 12px;
    line-height: 150%
}

.footer .logo-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 30%;
    margin-bottom: 40px
}

.footer .logo-column .footer-logo {
    max-width: 231px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.footer .logo-column svg {
    max-width: 100%
}

.footer-contact {
    margin: 18px 0px 13px 0px
}

.footer-contact-details p,
.footer-contact-details a {
    font-family: var(--font-body);
    line-height: 1.5;
    font-weight: 400;
    font-size: 16px
}

.footer-contact-details p:is(a:not(:hover)),
.footer-contact-details a:is(a:not(:hover)) {
    color: #ebe5d7
}

.footer-contact-details a:hover {
    color: #af884a;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

@media(max-width: 500px) {
    .footer .logo-column svg {
        max-width: 95%
    }
}

@media(max-width: 767px) {
    .footer .logo-column {
        margin-bottom: 40px;
        width: 100%
    }

    .footer .logo-column .footer-logo {
        height: auto
    }
}

@media(min-width: 1250px) {
    .footer .logo-column {
        width: 50%
    }
}

@media(max-width: 500px) {
    .footer .menus>div {
        width: 100%;
        margin-bottom: 40px
    }
}

@media(min-width: 500px) {
    .footer .menus {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .footer .menus>div {
        width: 50%;
        max-width: 400px;
        margin-bottom: 40px;
        padding-left: 40px
    }
}

@media(max-width: 900px) {
    .footer .logo-menus {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer .menus>div {
        padding-left: 0px
    }
}

@media(max-width: 1250px) {
    .footer .logo-menus {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .footer .menus {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media(min-width: 1250px) {
    .footer .logo-menus {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.legal {
    border-top: 1px solid #fff;
    padding-top: 30px !important;
    padding-bottom: 40px !important
}

@media(min-width: 1250px) {
    .legal {
        padding-bottom: 40px !important
    }
}

#menu-legal-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media(max-width: 767px) {

    #menu-legal-menu,
    .legal,
    .legal>div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline
    }

    #menu-legal-menu li,
    .copyright {
        margin-bottom: 33px
    }

    .socials {
        margin-top: 65px
    }
}

.wp-block-social-link-anchor {
    background: #0e221e
}

.wp-block-social-link-anchor svg {
    width: 20px !important;
    height: 20px !important
}

ul.wp-block-social-links {
    gap: 5px;
    margin-left: -6px
}

.wp-block-social-link:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

@media(min-width: 1250px) {
    .mobile_hamburger {
        display: none
    }
}

.hamburger-to-cross {
    width: 30px;
    height: 30px;
    position: relative;
    margin-top: 20px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    cursor: pointer
}

.hamburger-to-cross span {
    display: block;
    position: absolute;
    height: 2px;
    width: 30px;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.hamburger-to-cross span:nth-child(1) {
    top: 0px
}

.hamburger-to-cross span:nth-child(2),
.hamburger-to-cross span:nth-child(3) {
    top: 10px
}

.hamburger-to-cross span:nth-child(4) {
    top: 14px
}

.hamburger-to-cross.open span:nth-child(1) {
    top: 20px;
    width: 0%;
    left: 50%
}

.hamburger-to-cross.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.hamburger-to-cross.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.hamburger-to-cross.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%
}

.mobile-menu {
    display: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: center;
    position: absolute;
    -webkit-transition: none;
    transition: none;
    top: 110px;
    padding: 40px 0 30px;
    background: #0e221e;
    position: fixed;
    width: 100%;
    z-index: 9999;
    -webkit-box-shadow: rgba(0, 0, 0, .25) 0px 6px 5px;
    box-shadow: rgba(0, 0, 0, .25) 0px 6px 5px
}

.mobile-menu #menu-main-menu-1 li a {
    color: #ebe5d7
}

.mobile-menu #menu-main-menu-1 li a:after {
    display: none
}

@media(max-width: 767px) {
    .mobile-menu {
        top: 90px
    }
}

@media(min-width: 767px) {
    .mobile-menu {
        top: 95px
    }
}

.scrolled .mobile-menu {
    top: 100px
}

@media(min-width: 1250px) {
    .mobile-menu.open {
        display: none !important
    }
}

.gform_wrapper.gravity-theme * {
    outline: none
}

.single-post .hero {
    height: 579px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.single-post .hero .entry-title {
    margin: 50px auto
}

.single-post .social-share {
    margin-bottom: 80px
}

.single-post .social-share li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    padding: 10px;
    margin-right: 8px;
    width: 15px;
    height: 15px;
    border-radius: 40px
}

.single-post .social-share li i {
    color: #0e0e0e;
    font-size: 20px
}

.single-post .social-share li:hover {
    background: rgba(255, 255, 255, .5019607843)
}

.single-post .social-share li:hover i {
    color: #fff
}

.single-post p {
    font-family: "" Erode Regular " serif";
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    letter-spacing: .01em;
    padding: 20px 0
}

@media(max-width: 300px) {
    .single-post p {
        font-size: 14px
    }
}

@media(min-width: 300px) {
    .single-post p {
        font-size: 16px
    }
}

.single-post p strong {
    font-weight: 500
}

.single-post .entry-content li {
    font-family: "" Erode Regular " serif";
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 5px
}

.eyebrow.light {
    opacity: .5
}

.eyebrow.spacer {
    margin: 0 20px
}

.single-post .entry-content {
    padding-bottom: 45px;
    border-bottom: 1px solid #fff
}

@media(max-width: 767px) {
    .single-post .entry-content {
        margin: 60px auto 60px
    }

    .single-post>.social-share {
        padding-bottom: 60px
    }
}

@media(min-width: 767px) {
    .single-post .entry-content {
        margin: 164px auto 60px
    }

    .single-post>.social-share {
        padding-bottom: 120px
    }
}

.related-posts.block {
    padding: 0px 0 100px
}

.related-posts .all-posts {
    margin-top: 100px
}

@media(max-width: 500px) {
    .related-posts .title-link-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .related-posts .title-link-wrapper h1 {
        margin-bottom: 20px
    }
}

@media(min-width: 500px) {
    .related-posts .title-link-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.related-posts .image-container {
    max-width: 100%;
    height: 300px;
    overflow: hidden
}

@media(max-width: 600px) {
    .related-posts .image-container {
        height: 250px
    }
}

@media(min-width: 600px) {
    .related-posts .image-container {
        height: 300px
    }
}

.related-posts .image-container img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: left bottom;
    object-position: left bottom
}

.related-posts .image-container .attachment- {
    position: absolute;
    width: auto;
    z-index: -1;
    margin: 1px
}

.related-posts .image-container.align-end.justify__end .attachment- {
    max-height: 75%
}

.related-posts.grid .post {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: auto
}

.related-posts.grid .post h3 {
    margin: 50px 0 20px
}

.related-posts.grid .post .body {
    margin-bottom: 40px
}

.related-posts .display-grid {
    grid-gap: 70px
}

.select2-selection__arrow>b {
    display: none
}

.select2-container .select2-selection__arrow svg {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

.select2-container--open .select2-selection__arrow svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.select2-container--default .select2-selection--single {
    font-family: "" Erode Regular " serif";
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    background: #272626;
    border: none;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    height: 40px;
    border-radius: 0
}

.select2-results {
    background: #272626
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #fff;
    color: #272626
}

.select2-results__option--selectable {
    font-family: "" Erode Regular " serif";
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    padding: 15px
}

.select2-container--default .select2-results__option--selected {
    background: rgba(255, 255, 255, .5019607843);
    color: #fff
}

.select2-search--dropdown {
    display: none !important
}

.select2-container--default {
    width: 100% !important
}

.select-container {
    margin-bottom: 32px
}

.single-career .entry-content>p {
    padding: 20px 0
}

.single-vendor .entry-content>p {
    padding: 20px 0
}

.single-vendor .fifty-fifty .hero-padding .left {
    width: 100%
}

.post-password-form {
    padding: 200px 0 100px 0;
    min-height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    background: #272626;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%
}

.post-password-form>div:first-of-type {
    width: 100%
}

.post-password-form form {
    padding: 0 15px;
    min-height: 0px
}

.post-password-form label {
    font-family: "" Erode Regular " serif";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 25px;
    letter-spacing: .01em;
    padding-bottom: 10px
}

.post-password-form input::-webkit-input-placeholder {
    font-family: "" Erode Regular " serif";
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: .01em;
    opacity: .3
}

.post-password-form input::-moz-placeholder {
    font-family: "" Erode Regular " serif";
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: .01em;
    opacity: .3
}

.post-password-form input:-ms-input-placeholder {
    font-family: "" Erode Regular " serif";
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: .01em;
    opacity: .3
}

.post-password-form input::-ms-input-placeholder {
    font-family: "" Erode Regular " serif";
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: .01em;
    opacity: .3
}

.post-password-form input::placeholder {
    font-family: "" Erode Regular " serif";
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: .01em;
    opacity: .3
}

.post-password-form h3 {
    margin-bottom: 20px;
    text-align: center
}

.post-password-form p:first-of-type {
    margin-bottom: 50px;
    text-align: center
}

.post-password-form input {
    background: #272626;
    border-bottom: 1px solid #fff;
    color: #fff;
    padding-bottom: 10px
}

.post-password-form .pw-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 500px;
    margin-bottom: 40px
}

.grecaptcha-badge {
    visibility: hidden !important
}

.show,
.card.showCard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.hide,
.card.hideCard {
    display: none
}

@media(max-width: 767px) {
    .show-at-767 {
        display: none !important
    }

    .hide-at-767 {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .hide-on-mobile {
        display: none
    }
}

@media(min-width: 767px) {
    .hide-at-767 {
        display: none !important
    }

    .show-at-767 {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .hide-on-desktop {
        display: none
    }
}

@media(max-width: 1024px) {
    .show-at-1024 {
        display: none !important
    }

    .hide-at-1024 {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}

@media(min-width: 1024px) {
    .hide-at-1024 {
        display: none !important
    }

    .show-at-1024 {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}



/*  */
/*********************************** Start Of Gravity Forms Css ***********************************/

.medianv-form .gfield_radio{display:flex!important;border:1px solid #a5a5a5;overflow:hidden;border-radius:0px;gap:0!important;flex-direction:unset!important;}
.medianv-form .gfield_radio input{visibility:hidden;opacity:0;}
.medianv-form .gchoice{width:50%;position:relative;overflow:hidden;}
.medianv-form .gfield_radio .gform-field-label{font-size:1rem!important;max-width:100%!important;position:absolute;left:0px;right:0px;top:0px;bottom:0px;display:flex!important;align-items:center;justify-content:center;margin:0px;z-index:1;cursor:pointer; color:#fff; font-weight:500; border-bottom: 1px solid #fff;}
.medianv-form input[type=radio]{opacity:0;}
.medianv-form input[type=radio]:checked ~ label{background:var(--e-global-color-primary);color:#000;border-color:var(--e-global-color-primary); font-weight:500;}
.medianv-form .gform_footer{margin-top:15px!important;margin-bottom:0px!important;padding:0px!important;}
.medianv-form .gform_fields{row-gap:20px!important;column-gap:20px!important;}

/*homepage form*/
.homepage-form .gform-body input,.homepage-form .gform-body select{background:transparent!important;border-color:#FFFFFF!important;color:#FFFFFF!important;padding-left:0!important;padding-right:0!important;border-top:none!important;border-left:none!important;border-right:none!important;box-shadow:none!important;height:50px!important;}
.homepage-form .gform-body select option{color:#000000!important;background-color:#fff !important; padding:10px !important;}
.homepage-form .gform-body textarea{border-color:#FFFFFF!important;color:#FFFFFF!important;background:transparent!important;}
.homepage-form.medianv-form .gfield_radio{border:none!important;}
/* .homepage-form.medianv-form .gfield_radio .gform-field-label{color:#000;border-bottom:1px solid;} */
.homepage-form.medianv-form input[type="submit"]{padding:16px 0!important; background-color: #0d9045;}
.homepage-form.medianv-form .gform_button.button {
    background-color: #0d9045 !important;
    border: none !important;
}



/*Areas We serve  */
.areas-served-section {
    /* background-image: url('https://www.reflectiondentaltx.com/wp-content/uploads/2025/07/paper-bg.jpg'); */
    /* background-size: cover; */
    /* background-position: center; */
    /* padding: 40px 20px; */
    /* color: #fff; */
    /* display: flex; */
    text-align: center;
    /* margin: 0 auto; */
    /* align-items: stretch; */
    flex-direction: column;
    justify-content: center;
}

.area-section-title {
    font-size: 3em;
    margin-bottom: 20px;
    color: #000;
}

.areas-description {
    max-width: 1200px;
    margin: 0 auto 30px;
    color: #000;
	font-size:16px;
}
.location-list {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

.location-item {
    list-style: none;
    background-color: #af884a;
    padding: 10px 15px;
    border-radius: 6px;
    transition: background-color 0.3s, color 0.3s;
    width: 30%;

}



.location-item {
    display: flex;
    list-style: none;
    padding: 0;
    justify-content: center;
}
.location-item a {
    display: block;
    width: 100%;
    /* height: 100%; */
    background-color: #af884a;
    padding: 12px 10px 11px !important;
    border-radius: 6px;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 600;
    text-align: center;
    transition: background-color .3s,color .3s;
}
.location-item:hover a {
    background-color: #0e221e;
    color: #fff !important;
}

@media (max-width:1300px) {
	
	.location-item  {
		  width: 45%;
		
	}
}

@media (max-width:767px) {
   
.area-section-title {
    font-size: 26px;
    margin-bottom: 20px;
}

	.location-item {
		width: 90%;
	}
}