*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
  max-width: 100%;
}


/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.dnd-section > .row-fluid,
.content-wrapper,
.page-center {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}

.banner-section .dnd-section,
.banner-section .dnd-section > .row-fluid{
  padding: 0;
}

@media screen and (min-width: 1380px) {

}



/* .dnd-section .dnd-column {
  padding: 0 20px;
} */

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
  font-family: barley_scriptregular;
  src: url(//4739959.fs1.hubspotusercontent-na1.net/hubfs/4739959/raw_assets/public/Jordan_Ranch_May2022/fonts/barleyscript-regular-webfont.woff2) format("woff2"),
    url(//4739959.fs1.hubspotusercontent-na1.net/hubfs/4739959/raw_assets/public/Jordan_Ranch_May2022/fonts/barleyscript-regular-webfont.woff) format("woff"),
    url(//4739959.fs1.hubspotusercontent-na1.net/hubfs/4739959/raw_assets/public/Jordan_Ranch_May2022/fonts/barleyscript-regular-webfont.svg) format("svg");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: laticka_scriptregular;
  src: url(//4739959.fs1.hubspotusercontent-na1.net/hubfs/4739959/raw_assets/public/Jordan_Ranch_May2022/fonts/latickascript-regular-webfont.woff2) format("woff2"),
    url(//4739959.fs1.hubspotusercontent-na1.net/hubfs/4739959/raw_assets/public/Jordan_Ranch_May2022/fonts/latickascript-regular-webfont.woff) format("woff"),
    url(//4739959.fs1.hubspotusercontent-na1.net/hubfs/4739959/raw_assets/public/Jordan_Ranch_May2022/fonts/latickascript-regular-webfont.svg) format("svg");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: trade_gothic;
  src: url(//4739959.fs1.hubspotusercontent-na1.net/hubfs/4739959/raw_assets/public/Jordan_Ranch_May2022/fonts/tradegothic-light-webfont.woff2) format("woff2"),
    url(//4739959.fs1.hubspotusercontent-na1.net/hubfs/4739959/raw_assets/public/Jordan_Ranch_May2022/fonts/tradegothic-light-webfont.woff) format("woff"),
    url(//4739959.fs1.hubspotusercontent-na1.net/hubfs/4739959/raw_assets/public/Jordan_Ranch_May2022/fonts/tradegothic-light-webfont.svg) format("svg");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: trade_gothic;
  src: url(//4739959.fs1.hubspotusercontent-na1.net/hubfs/4739959/raw_assets/public/Jordan_Ranch_May2022/fonts/tradegothic-bold-webfont.woff2) format("woff2"),
    url(//4739959.fs1.hubspotusercontent-na1.net/hubfs/4739959/raw_assets/public/Jordan_Ranch_May2022/fonts/tradegothic-bold-webfont.woff) format("woff"),
    url(//4739959.fs1.hubspotusercontent-na1.net/hubfs/4739959/raw_assets/public/Jordan_Ranch_May2022/fonts/tradegothic-bold-webfont.svg) format("svg");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: trade_gothicmedium;
  src: url(//4739959.fs1.hubspotusercontent-na1.net/hubfs/4739959/raw_assets/public/Jordan_Ranch_May2022/fonts/tradegothic-webfont.woff2) format("woff2"),
    url(//4739959.fs1.hubspotusercontent-na1.net/hubfs/4739959/raw_assets/public/Jordan_Ranch_May2022/fonts/tradegothic-webfont.woff) format("woff"),
    url(//4739959.fs1.hubspotusercontent-na1.net/hubfs/4739959/raw_assets/public/Jordan_Ranch_May2022/fonts/tradegothic-webfont.svg) format("svg");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: trade_gothicbold_no\._2;
  src: url(//4739959.fs1.hubspotusercontent-na1.net/hubfs/4739959/raw_assets/public/Jordan_Ranch_May2022/fonts/tradegothic-boldtwo-webfont.woff2) format("woff2"),
    url(//4739959.fs1.hubspotusercontent-na1.net/hubfs/4739959/raw_assets/public/Jordan_Ranch_May2022/fonts/tradegothic-boldtwo-webfont.woff) format("woff"),
    url(//4739959.fs1.hubspotusercontent-na1.net/hubfs/4739959/raw_assets/public/Jordan_Ranch_May2022/fonts/tradegothic-boldtwo-webfont.svg) format("svg");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: sabon;
  src: url(//4739959.fs1.hubspotusercontent-na1.net/hubfs/4739959/raw_assets/public/Jordan_Ranch_May2022/fonts/sabon-bold-webfont.woff2) format("woff2"),
    url(//4739959.fs1.hubspotusercontent-na1.net/hubfs/4739959/raw_assets/public/Jordan_Ranch_May2022/fonts/sabon-bold-webfont.woff) format("woff"),
    url(//4739959.fs1.hubspotusercontent-na1.net/hubfs/4739959/raw_assets/public/Jordan_Ranch_May2022/fonts/sabon-bold-webfont.svg) format("svg");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}


@font-face {
  font-family: icomoon;
  src: url(//4739959.fs1.hubspotusercontent-na1.net/hubfs/4739959/raw_assets/public/Jordan_Ranch_May2022/fonts/icomoon.woff) format("woff"),
    url(//4739959.fs1.hubspotusercontent-na1.net/hubfs/4739959/raw_assets/public/Jordan_Ranch_May2022/fonts/icomoon.ttf) format("truetype"),
    url(//4739959.fs1.hubspotusercontent-na1.net/hubfs/4739959/raw_assets/public/Jordan_Ranch_May2022/fonts/icomoon.svg) format("svg");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}


@font-face {
    font-family: 'Heinberg Rounded';
    src:
        url(//4739959.fs1.hubspotusercontent-na1.net/hubfs/4739959/raw_assets/public/Jordan_Ranch_May2022/fonts/Heinberg-Rounded.woff2) format('woff2'),
        url(//4739959.fs1.hubspotusercontent-na1.net/hubfs/4739959/raw_assets/public/Jordan_Ranch_May2022/fonts/Heinberg-Rounded.woff) format('woff'),
        url(//4739959.fs1.hubspotusercontent-na1.net/hubfs/4739959/raw_assets/public/Jordan_Ranch_May2022/fonts/Heinberg-Rounded.ttf) format('truetype'),
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Holtzman Textured';
    src:
        url(//4739959.fs1.hubspotusercontent-na1.net/hubfs/4739959/raw_assets/public/Jordan_Ranch_May2022/fonts/Holtzman-Textured.woff2) format('woff2'),
        url(//4739959.fs1.hubspotusercontent-na1.net/hubfs/4739959/raw_assets/public/Jordan_Ranch_May2022/fonts/Holtzman-Textured.woff) format('woff'),
        url(//4739959.fs1.hubspotusercontent-na1.net/hubfs/4739959/raw_assets/public/Jordan_Ranch_May2022/fonts/Holtzman-Textured.ttf) format('truetype'),
    font-weight: normal;
    font-style: normal;
}


body {
  color: #333;
  font-size: 17px;
  line-height: 1.765;
  font-family: trade_gothic;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-width: 320px;
}


html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Selection */

::selection {
  background: #2a3325;
  color: #fff;
}

/* Paragraphs */

p {
  margin: 0 0 1em;
}

/* Anchors */

a {
  cursor: pointer;
  color: #06142e;
  text-decoration: none;
}

main p a ,
main li a {
  border-bottom: 1px solid #06142e;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px;
  line-height: 1.5;
}

h1 {
  line-height: 1.5;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}


[class*=" icon-"],
[class^=icon-] {
  font-family: icomoon!important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-map-pin:before {
  content: "\e900"
}

.icon-facebook:before {
  content: "\ea91"
}

.icon-instagram:before {
  content: "\ea92"
}

.icon-youtube:before {
  content: "\ea9d"
}




@media (max-width: 767px) {
  body h1 {
    font-size: 30px;
  }
  body h2 {
    font-size: 26px;
  }
  body h3 {
    font-size: 24px;
  }
  body h4 {
    font-size: 22px;
  }
  body h5 {
    font-size: 20px;
  }
  body h6 {
    font-size: 18px;
  }
}
button,
.button {
 cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2.39px;
  font-family: trade_gothic;
  line-height: 1.3;
  text-align: center;
  white-space: normal;
  transition: opacity .3s ease-in-out;
  margin: 15px 0;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
.hs_cos_wrapper_type_form,
.hs_cos_wrapper_type_blog_subscribe,
.hs_cos_wrapper_type_google_search,
.widget-type-password_prompt,
.hs-search-field ,
.hs_cos_wrapper_type_email_simple_subscription #email-prefs-form,
.form-container,
.post-footer {
  display: block;
  padding: 15px;
  max-width: 767px;
  margin-bottom: 20px;
  background-color: #304C13;
}


.form-title:empty {
  display: none;
}

.submitted-message,
form {
  font: 14px/1.56 trade_gothicmedium,Arial,Helvetica Neue,Helvetica,sans-serif;
}

/* Form fields */

.hs-form-field {
  margin-bottom: 30px;
}

/* Labels */

form label {
  display: block;
  font-size: 29px;
  font-family: trade_gothic;
  letter-spacing: 1.74px;
  font-weight: 700;
  line-height: 1.56;
}

.hs-form-field > label {
  display: inline-block;
}

form p label {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-family: inherit;
  letter-spacing: inherit;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: transparent;
  border-radius: 3px;
  display: block;
  width: 100%;
  line-height: normal;
  padding: 5px 0;
  letter-spacing: 1.2px;
  border: 0;
  border-bottom: 2px solid;
  font-size: 26px;
  font-family: trade_gothicmedium;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: inherit;
}

.hs-input.invalid.error {
  /*   border-color: #EF6B51; */
}

ul.hs-error-msgs {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.hs-error-msgs li {
  margin: 0;
}

.hs-error-msg,
.hs-error-msgs label {
  color: #ef6b51;
  font: 14px/1.56 trade_gothicmedium,Arial,Helvetica Neue,Helvetica,sans-serif;
  font-weight: normal;
  letter-spacing: normal;
  margin: 4px 0;
  color: red;
}

/* Submit button */

form input[type=submit],
.hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2.39px;
  font-family: trade_gothic;
  line-height: 1.3;
  text-align: center;
  white-space: normal;
  transition: opacity .3s ease-in-out;
  margin: 15px 0;
}
  
/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}


::-webkit-input-placeholder {
  opacity: 0.5;

}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  opacity: 0.5;
}

@media (max-width: 991px) {
  form label {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  form label {
    font-size: 19px;
  }
  form input[type=text],
  form input[type=email],
  form input[type=password],
  form input[type=tel],
  form input[type=number],
  form input[type=file],
  form select,
  form textarea {
    font-size: 18px;
  }
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.header_wrapper {
  min-height: 195px;
}

.Y_Banner .header_wrapper {
  min-height: 79px;
}

header.header {
  position: relative;
  width: 100%;
  min-height: 77px;
  transition: transform .6s ease-in;
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 10%), 0 4px 6px -2px rgb(0 0 0 / 5%);
  z-index: 50;
}

.sticky header.header {
  position: fixed;
  animation: slide-down .7s;
  top: 0;
  left: 0;
  z-index: 999;
}

@keyframes slide-down {
  0% {
    transform: translateY(-100%)
  }

  to {
    transform: translateY(0)
  }
}

.header__container {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}

.header_row {
  -ms-flex-align: center;
  align-items: center;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}

.header_col {
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}

.header_logo_col {
  width: 25%;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

/* Logo */

.header__logo {
  position: relative;
  margin-bottom: -118px;
}

.header__logo img {
  max-width: 100%;
  display: block;
  vertical-align: top;
}

.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}


.header_nav_col {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 75%;
}

.header_navigation {
  display: -ms-flexbox;
  display: flex;
}

.mobile-trigger {
  display: none;
}
.child-trigger {
  display: none;
}


.custom-banner .content-hold {
  background-image: url( //4739959.fs1.hubspotusercontent-na1.net/hubfs/4739959/raw_assets/public/Jordan_Ranch_May2022/images/video-bg03-1.png);
}

.custom-banner .subtitle:after {
  background-image: url( //4739959.fs1.hubspotusercontent-na1.net/hubfs/4739959/raw_assets/public/Jordan_Ranch_May2022/images/header-bg.png);
}



@media (min-width: 768px) {
  .header_logo_col {
    width: 16.6666666667%;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .header_nav_col {
    width: 83.3333333333%;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

}

@media (min-width: 992px) {
  .header_navigation {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .custom-menu-primary .hs-menu-wrapper > ul {
    font-family: trade_gothicbold_no\._2;
    line-height: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;

  }

  .custom-menu-primary .hs-menu-wrapper > ul > li {
    position: relative;
    padding-left: 29px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li + li:after {
    position: absolute;
    content: "";
    width: 2px;
    height: 11px;
    background-color: #8a2432;
    left: 13px;
    top: 2px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    color: #8a2432;
    padding-bottom: 33px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
    color: #304c13;
    text-decoration: underline;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a:hover {
    text-decoration: none;
  }


  .custom-menu-primary .hs-menu-wrapper > ul ul {
    position: absolute;
    top: 46px;
    left: 11px;
    min-width: 162px;
    font-size: 14px;
    line-height: 1;
    opacity: 0;
    visibility: hidden;
    display: block !important;
    overflow: visible !important;
    z-index: 2;
    margin-left: 2px;
    text-align: center;
    transition: opacity .3s ease-in;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li:hover > ul {
    opacity: 1;
    visibility: visible;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li {
    display: block;
    text-align: center;
    position: relative;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    color: #fff;
    display: block;
    padding: 10px 15px;
    letter-spacing: 2px;
    position: relative;
  }

  .custom-menu-primary .hs-menu-wrapper ul ul ul {
    top: 0;
    left: 100%;
    margin-left: 0;
  }

}


@media (max-width: 991px) {
  .Y_Banner .header_wrapper {
    min-height: 77px;
  }
  .mobile-trigger {
    display: block;
    position: absolute;
    top: 22px;
    right: 28px;
    width: 65px;
    height: 28px;
    padding: 0;
    margin-left: 28px;
    background: 0 0;
    border: none;
    z-index: 200;
    cursor: pointer;
  }
  .mobile-trigger:after,
  .mobile-trigger:before, 
  .mobile-trigger span {
    position: absolute;
    height: 3px;
    left: 0;
    right: 0;
    transform: rotate(0);
    transition: opacity .1s,transform .1s;
    background: #8a2432;
  }
  .mobile-trigger:after, 
  .mobile-trigger:before {
    content: "";
    top: 0;
  }
  .mobile-trigger:after {
    top: 26px;
  }
  .mobile-trigger span {
    display: block;
    top: 14px;
    font-size: 0;
    line-height: 0;
  }

  .mobile-open .mobile-trigger:before {
    transform: rotate(45deg);
    top: 85%;
  }
  .mobile-open .mobile-trigger:after {
    top: 85%;
    transform: rotate(-38deg);
  }
  .mobile-open .mobile-trigger span {
    display: none;
  }

  .child-trigger {
    display: block;
    cursor: pointer;
    position: absolute;
    top: -6px;
    right: 15px;
    width: 23px;
  } 
  
  .child-trigger svg {
    color: #8a2432;
    fill: #8a2432;
  }
 
  .custom-menu-primary {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    opacity: 0;
    padding: 40px 20px 20px;
    visibility: hidden;
    overflow-y: auto;
    transition: opacity .2s linear,visibility .2s linear;
    z-index: 100;
    background: #fff;
    text-align: center;
    max-height: calc(100vh - 77px);
  }
  .mobile-open .custom-menu-primary {
    opacity: 1;
    visibility: visible;
    top: 100%;
  }

  .custom-menu-primary .hs-menu-wrapper > ul {
    text-transform: uppercase;
    font-weight: 700;
    text-align: right;
    font-size: 52px;
    padding-bottom: 15px;
    font-family: trade_gothicbold_no\._2;
    line-height: 1;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    position: relative;
    padding-bottom: 11px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    margin-right: 62px;
    display: inline-block;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
    color: #304c13;
    text-decoration: underline;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a:hover {
    text-decoration: none;
  }


  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  .custom-menu-primary .hs-menu-wrapper ul ul {
    font-size: 30px;
    line-height: 32px;
    margin-top: 8px;
    padding: 2px 0;
    margin-right: -2px;
  }

  .custom-menu-primary .hs-menu-wrapper ul ul li {
    display: block;
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper ul ul li a {
    margin-right: 62px;
    display: inline-block;
  }

  .custom-menu-primary .hs-menu-wrapper ul ul ul {
    margin-right: 0;
    margin-top: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper ul ul .child-trigger {
    height: 32px;
  }

}


@media (max-width: 767px) {

}

@media (max-width: 575px) {
  .custom-menu-primary .hs-menu-wrapper > ul {
    font-size: 30px;
  }
  .custom-menu-primary .hs-menu-wrapper ul ul {
    font-size: 20px;
    line-height: 22px;
  }

}

/* note */
footer.footer {
  font-size: 14px;
  line-height: 1.56;
}

footer.footer a {
  transition: color .3s ease-in-out;
}

.footer__container {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
} 

.footer_row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}

.footer_col {
  max-width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  position: relative;
}

.footer_bottom {
  background-color: #8a2432;
}

.footer_copyright {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  min-height: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: trade_gothicbold_no\._2;
  font-size: 11px;
  font-weight: 300;
  text-transform: uppercase;
}
.footer_copyright_text {
  margin-right: 10px;
}
.footer_copyright-icon img {
  display: block;
  vertical-align: top;
}

.footer_main {
  background-image: url( //4739959.fs1.hubspotusercontent-na1.net/hubfs/4739959/raw_assets/public/Jordan_Ranch_May2022/images/footer-bg.jpg);
  background-position: 50% 50%;
  background-repeat: repeat;
  padding-bottom: 64px;
} 



.footer_row_middle {
  -ms-flex-align: center;
  align-items: center;
  min-height: 43px;
  width: 100%;
  margin: 0 auto 50px;
  padding: 20px 0;
  text-align: center;
}

.footer_menu .hs-menu-wrapper > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 15px;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -10px;
}

.footer_menu .hs-menu-wrapper > ul li {
  margin-bottom: 10px;
}

.footer_menu a {
  font-family: trade_gothicbold_no\._2;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1.65px;
}
.footer_developed {
  font-family: trade_gothicbold_no\._2;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1.65px;
  text-align: center;
  line-height: 1.56;
}
.footer_developed p {
  margin-bottom: 10px;
}

.footer_developed img {
  vertical-align: top;
}

.footer_phone_col:after {
  right: auto;
  left: 0;
}
.footer_good_life {
  color: #62c2bf;
  font-family: trade_gothicbold_no\._2;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer_address {
  font-style: normal;
  font-family: trade_gothicbold_no\._2;
  font-size: 14px;
  font-weight: 400;
  line-height: 25.18px;
  text-transform: uppercase;
  letter-spacing: .82px;
  margin-bottom: 15px;
  position: relative;
}
.footer_address .icon-map-pin {
  color: #feb345;
  font-size: 17px;
  line-height: 1;
}
.footer_phone {
  font-family: trade_gothicbold_no\._2;
  font-size: 14px;
  font-weight: 400;
  line-height: 25.18px;
  text-transform: uppercase;
  letter-spacing: .82px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer_phone p {
  margin: 0;
}

.footer_row_top {
  margin-bottom: 41px;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-top: 43px;
}
.footer_logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer_logo a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
}
.footer_logo a img {
  display: block;
}

.footer_logo a > span:first-child {
  margin-right: 19px;
}
.footer_info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: barley_scriptregular;
  font-size: 41px;
  font-weight: 400;
  line-height: 41px;
  margin-bottom: 30px;
}

.footer_info p {
  margin: 0;
}
 
.footer_info p span {
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
}

.footer_info a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  color: #feb345;
  padding-bottom: 10px;
}
.footer_info a:after {
  content: "";
  background-color: #f9b929;
  height: 1px;
  position: absolute;
  bottom: 4px;
  left: 0;
  right: 5px;
}
.footer_info a:hover {
  color: inherit;
}
.footer_info a:hover:after {
  width: 0;
}


.cm-bottom-form-wrapper:before {
  top: -8px;
  height: 15px;
  background: url( //4739959.fs1.hubspotusercontent-na1.net/hubfs/4739959/raw_assets/public/Jordan_Ranch_May2022/images/decor03.png) no-repeat;
  background-size: cover;
  z-index: 2;
}
.cm-bottom-form-wrapper:after {
  bottom: 0;
  top: 0;
  background: url( //4739959.fs1.hubspotusercontent-na1.net/hubfs/4739959/raw_assets/public/Jordan_Ranch_May2022/images/decor01.png) repeat;
  opacity: .2;
}
.cm-bottom-form-wrapper .title:after {
  position: absolute;
  content: "";
  left: 5px;
  right: 15px;
  bottom: 0;
  height: 22px;
  background: url( //4739959.fs1.hubspotusercontent-na1.net/hubfs/4739959/raw_assets/public/Jordan_Ranch_May2022/images/decor02.png) no-repeat;
  background-size: cover;
  z-index: 2;
}

.cm-bottom-form-wrapper .hsformwrap .hs-button {
  background-image: url( //4739959.fs1.hubspotusercontent-na1.net/hubfs/4739959/raw_assets/public/Jordan_Ranch_May2022/images/submit.png);
}





.cm-popup-wrap {
  font: 14px/1.56 trade_gothicmedium,Arial,Helvetica Neue,Helvetica,sans-serif;
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: rgba(0,0,0,.9);
  outline: none!important;
  transition: opacity .3s ease;
  opacity: 1;
  visibility: visible;
}

.cm-popup-wrap * {
  box-sizing: border-box;
}
.cm-popup-wrap .lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none!important;
}
.cm-popup-wrap .lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.cm-popup-wrap .lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none!important;
}
.cm-popup-wrap .lity-content {
  z-index: 9993;
  width: 100%;
  transform: scale(1);
  transition: transform .3s ease;
}
.cm-popup-wrap .lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgb(0 0 0 / 60%);
}
.cm-popup-wrap .footer-popup {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 68px 8% 50px;
  text-align: left;
  vertical-align: middle;
  width: 894px;
  position: relative;
  font-size: 20px;
  line-height: 25px;
  color: #5f6062;
  max-height: 100vh;
}
.cm-popup-wrap .footer-popup:after, 
.cm-popup-wrap .footer-popup:before {
  position: absolute;
  content: "";
  background: url( //4739959.fs1.hubspotusercontent-na1.net/hubfs/4739959/raw_assets/public/Jordan_Ranch_May2022/images/bg-lightbox.jpg) no-repeat;
  height: 29px;
  left: 0;
  right: 0;
  top: 0;
}
.cm-popup-wrap .footer-popup:before {
  top: auto;
  bottom: 0;
}

.cm-popup-wrap .modal-close-small {
  color: currentColor;
  padding: 10px;
  right: 16px;
  top: 20px;
  cursor: pointer;
  opacity: .8;
  border: 0;
  border-radius: 0;
  position: absolute;
  z-index: 401;
  background: transparent !important;
  margin: 0;
}
.cm-popup-wrap .modal-close-small svg {
  display: block;
  height: 40px;
  overflow: visible;
  position: relative;
  width: 40px;
  pointer-events: none;
}
.cm-popup-wrap .footer-popup .title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
}
.cm-popup-wrap .footer-popup .title .stitle {
  color: inherit;
  position: relative;
  color: #05132c;
  font-family: laticka_scriptregular;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.5;
  z-index: 1;
  font-size: 1.625rem;
}
.cm-popup-wrap .footer-popup .title .stitle:after {
  content: "";
  background-image: url( //4739959.fs1.hubspotusercontent-na1.net/hubfs/4739959/raw_assets/public/Jordan_Ranch_May2022/images/title-content.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 55%;
  left: -14px;
  right: -14px;
  height: 26px;
  transform: translateY(-50%);
  z-index: -1;
}
.cm-popup-wrap .text-center {
  text-align: center;
}
.cm-popup-wrap .footer-popup p,
.cm-popup-wrap .footer-popup .text {
  font-size: 20px;
  color: #5f6062;
  margin-bottom: 20px;
}

.cm-popup-wrap .footer-popup .subscribe-form {
  padding-top: 25px;
}

.cm-popup-wrap .hs_cos_wrapper_type_form {
  padding: 0;
  margin: 0;
  max-width: 100%;
  background-color: transparent;
}

.cm-popup-wrap .popformwrap form {
  width: 100%;
}
.cm-popup-wrap .popformwrap fieldset {
  max-width: none!important;
}
.cm-popup-wrap .popformwrap .form-columns-2 {
  padding-bottom: 34px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.cm-popup-wrap .popformwrap .form-columns-2 .field.hs-form-field {
  width: 100%!important;
  margin: 0;
}
.cm-popup-wrap .footer-popup label {
  display: block;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 21px;
  padding: 0 14px;
  font-weight: 700;
  color: #5f6062;
  letter-spacing: normal;
  font-family: inherit;
}

.cm-popup-wrap .footer-popup input[type=email],
.cm-popup-wrap .footer-popup input[type=password],
.cm-popup-wrap .footer-popup input[type=search],
.cm-popup-wrap .footer-popup input[type=tel],
.cm-popup-wrap .footer-popup input[type=text] {
  color: inherit;
  font: inherit;
  margin: 0;
  display: block;
  width: 100%;
  border-bottom: 1px solid #62676b;
  font-size: 20px;
  padding: 5px 14px;
  letter-spacing: 1.2px;
  margin-bottom: 11px;
  line-height: normal;

}

.cm-popup-wrap .hs-submit {
  text-align: center;
}
.cm-popup-wrap .hs-submit .hs-button {
  border: none;
  margin: 0 0 10px auto;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 50px;
  padding: 0 41px;
  background: #62c2bf;
  color: #fff;
  font: 700 14px/15px trade_gothic,Arial,Helvetica Neue,Helvetica,sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  box-shadow: 1px 1px 3px rgb(0 0 0 / 30%);
  transition: background-color .1s ease-in-out;
}
.cm-popup-wrap .hs-submit .hs-button:hover {
  background: #fff;
  color: #62c2bf;
}

.cm-popup-wrap .lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial,Baskerville,monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
  border: 0;
  outline: none;
  box-shadow: none;
  margin: 0;
  background: transparent !important;
  letter-spacing: normal;
  font-weight: normal;
}

.cm-popup-wrap .hs-error-msg,
.cm-popup-wrap .hs-error-msgs label {
    text-transform: none;
    color: #8a2432;
    font-weight: 300;
    font-size: .9375rem;
  margin: 0;
}

.cm-popup-wrap:not(.opened) {
  opacity: 0;
  width: 0px;
  height: 0px;
  visibility: hidden;
}
.cm-popup-wrap:not(.opened) .lity-content {
  transform: scale(0);
}
     
@media (min-width: 576px) {
  .footer_info p {
    display: -ms-flexbox;
    display: flex;
  }
}


@media (min-width: 768px) {
  .footer_copyright {
    font-size: 15px;
    letter-spacing: 2.5px;
  }
  .cm-popup-wrap .footer-popup .title .stitle {
    font-size: 3.375rem;
  }
}

@media (min-width: 992px) {

  .footer_menu .hs-menu-wrapper > ul {
    margin-bottom: 0;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 13px;
  }
  .footer_menu .hs-menu-wrapper > ul li {
    margin: 0 5px;
  }

  .footer_row_middle {
    background-image: url( //4739959.fs1.hubspotusercontent-na1.net/hubfs/4739959/raw_assets/public/Jordan_Ranch_May2022/images/center-footer-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  } 
  .footer_col_wd_3 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  } 
  .footer_col_wd_5 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .footer_col_wd_6 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .footer_col_wd_7 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .footer_good_life_col:after,
  .footer_phone_col:after {
    content: "";
    position: absolute;
    top: -20px;
    right: 0;
    bottom: -20px;
    background-image: url( //4739959.fs1.hubspotusercontent-na1.net/hubfs/4739959/raw_assets/public/Jordan_Ranch_May2022/images/border-right.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 2px;
  }



  .footer_good_life {
    margin-bottom: 0;
  }
  .footer_address {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    display: -ms-flexbox;
    display: flex;
  }
  .footer_address .icon-map-pin {
    margin-right: 10px;
  }

  .footer_info {
    margin-right: 9px;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 0;
  }
  .footer_info p span {
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .footer_logo {
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 0;
  }



  .cm-popup-wrap .popformwrap .form-columns-2 .field.hs-form-field {
    width: 44%!important;
  }
  .cm-popup-wrap .popformwrap .hs-submit {
    text-align: right;
  }


}

@media (min-width: 992px) and (min-width: 1200px) {
  .footer_good_life_col:after,
  .footer_phone_col:after{
    top: -10px;
    bottom: -10px;
  }
}


@media (min-width: 1200px) {
  .footer_main {
    padding-bottom: 27px;
  }
  .footer_row_middle {
    padding: 8px 0;
  }
  .footer_menu .hs-menu-wrapper > ul {
    font-size: 14px;
  }
  .footer_menu .hs-menu-wrapper > ul li {
    margin: 0 13px;
  }
}


@media (max-width: 991px) {
  .footer_copyright {
    font-family: trade_gothic;
  }
  .footer_copyright_text {
    margin-left: 10px;
  }
  .footer_main {
    padding-bottom: 40px;
  }
  .footer_developed {
    font-family: trade_gothic;
  }
  .footer_menu {
    margin-bottom: 30px;
  }
  .footer_menu a {
    font-family: trade_gothic;
  }
  .footer_row_middle {
    border: 1px solid #fff;
    padding: 8px 0;
    margin-bottom: 30px;
  }
  .footer_address {
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  } 
  .footer_address:after {
    position: absolute;
    content: "";
    top: -8px;
    left: -12px;
    right: -12px;
    height: 1px;
    background: #fff;
  }
  .footer_address .icon-map-pin {
    margin-right: 5px;
  }

  .footer_phone {
    position: relative;
  }
  .footer_phone:after {
    position: absolute;
    content: "";
    top: -4px;
    left: -12px;
    right: -12px;
    height: 1px;
    background: #fff;
  }

  /*   .footer_address:before {
  top: auto;
  bottom: -12px;
} */

}

@media (max-width: 767px) {

}

@media (max-width: 480px) {
  .cm-popup-wrap .popformwrap .form-columns-2 {
    display: block;
  }
  .cm-popup-wrap .popformwrap .form-columns-2 .field.hs-form-field:first-child {
    padding-bottom: 34px;
}
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}