*, *: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 {}

/* 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;
}

/* 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 */
  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 ;
    }
}
.banner-section .row-fluid [class*="span"] {
  min-height: 0;
}

.banner-section .dnd-section {
  padding: 0;
}

.banner-section .dnd-section>.row-fluid {
  max-width: 100%;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face { 
  font-family: Gotham; 
  src: url(https://20651012.fs1.hubspotusercontent-na1.net/hubfs/20651012/raw_assets/public/ChambersCreektx_September2021/fonts/Gotham-Light.woff2) format("woff2"), 
    url(https://20651012.fs1.hubspotusercontent-na1.net/hubfs/20651012/raw_assets/public/ChambersCreektx_September2021/fonts/Gotham-Light.woff) format("woff"); 
  font-style: normal; 
  font-weight: 300; 
  font-display: swap;
}

@font-face { 
  font-family: Gotham; 
  src: url(https://20651012.fs1.hubspotusercontent-na1.net/hubfs/20651012/raw_assets/public/ChambersCreektx_September2021/fonts/Gotham-Book.woff2) format("woff2"),
    url(https://20651012.fs1.hubspotusercontent-na1.net/hubfs/20651012/raw_assets/public/ChambersCreektx_September2021/fonts/Gotham-Book.woff) format("woff");
  font-style: normal; 
  font-weight: 400; 
  font-display: swap;
}


@font-face {
  font-family: "le-monde-livre-classic-byol";
  src: url("https://use.typekit.net/af/457955/00000000000000003b9b2808/27/l?subset_id=2&fvd=n7&v=3") format("woff2"),
    url("https://use.typekit.net/af/457955/00000000000000003b9b2808/27/d?subset_id=2&fvd=n7&v=3") format("woff"),
    url("https://use.typekit.net/af/457955/00000000000000003b9b2808/27/a?subset_id=2&fvd=n7&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "le-monde-livre-classic-byol";
  src: url("https://use.typekit.net/af/8e28af/00000000000000003b9b2853/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"),
    url("https://use.typekit.net/af/8e28af/00000000000000003b9b2853/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"),
    url("https://use.typekit.net/af/8e28af/00000000000000003b9b2853/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "le-monde-livre-std";
  src: url("https://use.typekit.net/af/fe0cfe/00000000000000003b9b2854/27/l?subset_id=2&fvd=n5&v=3") format("woff2"),
    url("https://use.typekit.net/af/fe0cfe/00000000000000003b9b2854/27/d?subset_id=2&fvd=n5&v=3") format("woff"),
    url("https://use.typekit.net/af/fe0cfe/00000000000000003b9b2854/27/a?subset_id=2&fvd=n5&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "le-monde-livre-std";
  src: url("https://use.typekit.net/af/1783fb/00000000000000003b9b2841/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),
    url("https://use.typekit.net/af/1783fb/00000000000000003b9b2841/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),
    url("https://use.typekit.net/af/1783fb/00000000000000003b9b2841/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "le-monde-livre-std";
  src: url("https://use.typekit.net/af/30edff/00000000000000003b9b282b/27/l?subset_id=2&fvd=i7&v=3") format("woff2"),
    url("https://use.typekit.net/af/30edff/00000000000000003b9b282b/27/d?subset_id=2&fvd=i7&v=3") format("woff"),
    url("https://use.typekit.net/af/30edff/00000000000000003b9b282b/27/a?subset_id=2&fvd=i7&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 700;
}

@font-face {
  font-family: "le-monde-livre-std";
  src: url("https://use.typekit.net/af/a32de1/00000000000000003b9b2809/27/l?subset_id=2&fvd=n7&v=3") format("woff2"),
    url("https://use.typekit.net/af/a32de1/00000000000000003b9b2809/27/d?subset_id=2&fvd=n7&v=3") format("woff"),
    url("https://use.typekit.net/af/a32de1/00000000000000003b9b2809/27/a?subset_id=2&fvd=n7&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  line-height: 1.875;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

/* Paragraphs */

p {
  /*   font-size: 1rem; */
  margin: 0 0 1em;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
}

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

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
  margin: 0 0 15px;
  line-height: 1.2;
}

/* 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: 5px solid;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

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;
}
/* Form */

.hs_cos_wrapper_type_form, 
.hs_cos_wrapper_type_blog_subscribe, 
.hs_cos_wrapper_type_google_search, 
.hs_cos_wrapper_type_email_simple_subscription, 
.hs_cos_wrapper_type_password_prompt, 
.hs_cos_wrapper_type_module .widget-type-email_subscriptions, 
.hs_cos_wrapper_type_member_login, 
.hs_cos_wrapper_type_member_register, 
.hs_cos_wrapper_type_password_reset_request, 
.hs_cos_wrapper_type_password_reset, 
.section.post-footer form {
  max-width: 767px;
  padding: 15px;
  background-color: #9e2b66;
  display: inline-block;
  width: 100%;
}

form {
  max-width: 767px;
  margin-bottom: 20px;
}

/* Form fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  /*   display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem; */
}

.hs-form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

.hs-form label {
  font-family: le-monde-livre-classic-byol,serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.875;
  color: ;
  display: block;
  float: none;
  width: auto;
  text-align: left;
  padding-top: 0;
  margin-bottom: 5px;
}

.inputs-list.hs-error-msgs label {
  font-family: le-monde-livre-classic-byol,serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.875;
  margin-top: .5rem;
  color: #36394d;
}

.hs-error-msgs label {
  color: #36394d;
}

.hs_error_rollup .inputs-list.hs-error-msgs label {
  /*   border: 5px solid #b10e1e;
  margin-top: 30px;
  margin-bottom: 30px;
  background: #fff;
  color: #a6093d;
  padding: 20px 15px 15px;
  font-weight: 500;
  line-height: 1.6; */
}


/* 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: #FFF;
  display: inline-block;
  height: 36px;
  padding: 9px 15px;
  width: 100%;
  font-family: le-monde-livre-classic-byol,serif;
  font-size: 15px;
  font-weight: 500;
  color: #36394d;
  line-height: 1.2;
  border: 1px solid #dcdcdd;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  outline: none;
}

textarea.hs-input {
  height: auto;
}


.hs-input:focus {
  outline: none;
}

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;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
  width: auto;
}

/* 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;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

/* 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: #EF6B51;
}

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

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

.hs-error-msgs label {
  color: #EF6B51;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  -webkit-transition: color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out;
  transition: color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out;
  white-space: normal;
  border-style: solid;
  border-width: 1px;
  font-family: le-monde-livre-classic-byol,serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

#hs-search-module .hs-input {
  margin-bottom: 1.4rem;
}

@media (max-width: 767px) {

  form {
    max-width: 100%;
  }
}
/* 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;
}
.body-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.custom-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  padding: 32px 16px 20px;
  background-color: #9eb84d;
  color: #36394c;
}

body.no-header #header-spacer {
  display: none !important;
}

.header__container {
  margin: 0;
  max-width: 100%;
}

.close-btn {
  position: absolute;
  top: 10px;
  left: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
  text-transform: uppercase;
  font-family: Gotham,sans-serif;
  transition: color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,opacity .3s ease-in-out,visibility .3s ease-in-out;
  text-decoration: none;
}

.close-btn:hover {
  color: #9e2b66;
  border-color: #9e2b66;
}

.custom-header-text {
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.308;
  letter-spacing: 1px;
}

.custom-header-text p {
  margin: 0;
}

.custom-header-text p:nth-child(2) {
  color: #fff;
}

.custom-header-text p span {
  color: #9e2b66;
}

.custom-logo {

}

.custom-menu-primary.desktop {

}

.custom-menu-primary.desktop .hs-menu-wrapper > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li {
  display: inline-block;
}

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

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

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  opacity: 0;
  position: absolute;
}

.custom-header-form {
  /*   -ms-flex-positive: 1;
  flex-grow: 1; */
  max-width: 650px;
}

.custom-header-form form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 -9px;
  max-width: unset;

  position: relative;
}

.custom-header-form form fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  max-width: 500px !important;
  font-size: 15px;
  color: #36394d;
}

.custom-header-form .hs_cos_wrapper_type_form {
  max-width: 100%;
  padding: 0;
  background-color: transparent;
  display: block;
  width: 100%;
}

.custom-header-form .hs-form label {
  display: none;
}

.custom-header-form .inputs-list.hs-error-msgs label {
  display: block;

  position: absolute;
  top: 40px;
  margin: 0;

  top: -30px;
  left: 0;
  right: 0;
  text-align: center;

  top: -19px;
  font-size: 13px;
}

.custom-header-form .hs_error_rollup .inputs-list.hs-error-msgs label {
  top: 56px;
  left: 0;
  width: 100%;
  text-align: center;

  top: 34px;
  top: 29px;
}

.custom-header-form .hs-error-msgs > li {
  margin: 0;
}

.custom-header-form .hs-form-field {
  margin-bottom: 0;
  width: 32.7% !important;
  float: left;
}

.custom-header-form input[type=text],
.custom-header-form input[type=email] {
  font-family: le-monde-livre-std,serif;
  font-weight: 700;
}

.custom-header-form ::-webkit-input-placeholder {
  color: #36394d;
  text-transform: uppercase;
}

.custom-header-form .hs-button {
  padding: 9px 15px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  border: 0;
  line-height: 1.2;
  min-width: 155px;
  text-align: center;
  font-family: le-monde-livre-classic-byol,serif;
}



@media (min-width: 480px) {

  .custom-header-text {
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) {

  .custom-header {
    padding: 12px 16px;
  } 

  .custom-header-form form {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 1024px) {

  .custom-header-form .inputs-list.hs-error-msgs label {
    top: -25px;
    font-size: 13px;
  }

  .custom-header-form .hs_error_rollup .inputs-list.hs-error-msgs label {
    top: 31px;
  }

  .custom-header {
    padding: 12px 16px 12px 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
  }

  .custom-header-text {
    margin-right: 15px;
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {

  .custom-header-text {
    font-size: 26px;
    margin-right: 15px;
    margin-bottom: 0;
  }

  .custom-header-form {
    max-width: 850px;
  }
}


@media (min-width: 1350px) {

  .custom-header {
    padding: 12px 16px 12px 115px;
  }

  .custom-header-form .inputs-list.hs-error-msgs label {
    top: -30px;

    top: -25px;
  }

  .custom-header-form .hs_error_rollup .inputs-list.hs-error-msgs label {
    top: 31px;

    top: 35px;
  }
}


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

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

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

@media (max-width: 1023px) {

  .custom-header-form {
    margin: 0 auto;
  }
}

@media (max-width: 767px) {

  .body-wrapper {
    padding-top: 275px;
  }

  body.no-header-form .body-wrapper {
    padding-top: 104px;
  }

  body.no-banner .body-wrapper {
    padding-top: 0;
  }

  body.no-header .body-wrapper {
    padding-top: 0;
  }

  .custom-header-form .hs-form-field {
    margin-top: 10px;
  }

  .custom-header-form .actions {
    margin-top: 10px;
  }
}

@media (max-width: 750px) {

  .custom-header-form .inputs-list.hs-error-msgs label {
    position: static;
  }

  .custom-header-form .hs_error_rollup .inputs-list.hs-error-msgs label {
    position: static;
  }
}

@media (max-width: 400px), (min-device-width: 320px) and (max-device-width: 480px) {

  .custom-header-form .hs-form-field {
    float: none !important;
    width: 100% !important;
  }
}
.footer {
  padding: 18px 16px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  font-family: le-monde-livre-classic-byol,serif;
  background-image: url(https://20651012.fs1.hubspotusercontent-na1.net/hubfs/20651012/raw_assets/public/ChambersCreektx_September2021/images/footer-bg.png);
}

.footer__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 1700px;
  margin: 0 auto;
}


.sign-up-form {
  margin-bottom: 30px;
  max-width: 410px;
  padding: 35px 16px 16px;
  border-radius: 38px;
  background-color: #9e2b66;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sign-up-form .logo-img {
  margin: 0 auto;
  margin-bottom: 25px;
  max-width: 150px;
}



.sign-up-form .hs_cos_wrapper_type_form {
  max-width: 100%;
  padding:   0;
  background-color: transparent;
  display: block;
  width: 100%;
  box-shadow: none;
}


.sign-up-form .hs_cos_wrapper_type_form {
  max-width: 100%;
  padding: 0;
  background-color: transparent;
  display: block;
  width: 100%;
  box-shadow: none;
}

.sign-up-form form {
  font-size: 15px;
  color: #36394d;
  max-width: 100%;
  margin: 0;
}

.sign-up-form form .hs-richtext {
  font-size: inherit;
  margin: 0;
}

.sign-up-form h3 {
  display: block;
  margin-bottom: 19px;
  text-align: center;
  color: #fff;
  font-family: le-monde-livre-classic-byol,serif;
  font-size: 1.1875rem;
  font-weight: 500;
  line-height: 1;
}

.sign-up-form fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
  font-size: 15px;
  color: #36394d;
}

.sign-up-form form .hs-form-field {
  width: 50%;
  float: left;
  margin-bottom: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.sign-up-form form .form-columns-1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 100%;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.sign-up-form form .form-columns-1 .hs-form-field {
  display: block;
  margin-bottom: 10px;
  width: 100%;
}

.sign-up-form .form-columns-1 .hs-input {
  width: 100% !important;
}

.sign-up-form .hs-form label {
  display: none;
}

.sign-up-form .inputs-list.hs-error-msgs label {
  display: block;
}

.sign-up-form form input[type=text],
.sign-up-form form input[type=email] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  padding: 9px 15px;
  line-height: 1.2;
  height: 36px;
  width: 100%;
  border: 1px solid #36394d;
  font-family: le-monde-livre-classic-byol,serif;
  font-size: 15px;
  color: #36394d;
  font-weight: 500;
}

.sign-up-form input::-webkit-input-placeholder {
  color: #8a8380;
  text-transform: uppercase;
}

.sign-up-form .actions {
  text-align: right;
}

.sign-up-form .hs-button {
  padding: 9px 15px;
  color: #fff;
  background-color: #36394d;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  border: 0;
  line-height: 1.2;
  min-width: 155px;
  text-align: center;
  font-family: le-monde-livre-classic-byol,serif;
  margin-left: auto;
  margin: 0;
  transition: color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

.sign-up-form .hs-button:hover {
  background-color: #9e2b66;
  color: #fff;
}


.map-block {
  margin-bottom: 30px;
  padding: 30px 40px 20px;
  position: relative;
  text-align: center;
}

.map-block .title {
  position: absolute;
  top: 0;
  left: -33px;
  max-width: 100%;
  transform-origin: center;
  transform: rotate(
    -55deg);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #9e2b66;
  font-size: 32px;
  font-weight: 700;
}

.map-block .title span {
  transform-origin: center;
  position: relative;
}

.map-block .title span:nth-child(6) {
  transform: translateY(2px) rotate(
    4deg);
}

.map-block .title span:nth-child(7) {
  transform: translateY(4px) rotate(
    11deg);
}

.map-block .title span:nth-child(9) {
  transform: translateY(12px) rotate(
    14deg);
}

.map-block .title span:nth-child(10) {
  transform: translateY(19px) rotate(
    23deg);
}

.map-block .title span:nth-child(11) {
  transform: translateX(0) translateY(28px) rotate(
    35deg);
}

.map-block .title span:nth-child(12) {
  transform: translateX(-3px) translateY(38px) rotate(
    40deg);
}

.map-block .title span:nth-child(13) {
  transform: translateX(-5px) translateY(47px) rotate(
    47deg);
}

.map-block .title span:nth-child(14) {
  transform: translateX(-11px) translateY(59px) rotate(
    54deg);
}

.map-block .title span:nth-child(15) {
  transform: translateX(-19px) translateY(72px) rotate(
    61deg);
}

.map-block .title span:nth-child(16) {
  transform: translateX(-26px) translateY(83px) rotate(
    68deg);
}

.map-block .download-link {
  color: #9e2b66;
  transition: text-shadow .3s ease-in-out;
  display: inline-block;
  vertical-align: text-top;
  font-weight: 500;
  transform: translateX(67px) translateY(-35px) rotate(
    -21deg);
  text-decoration: none;
}

.map-block .download-link:hover {
  color: #621b3f;
  text-shadow: 0 5px 10px rgb(158 43 102 / 50%);
  text-decoration: none;
}


.sounds-block {
  position: relative;
}

.sounds-block .content-holder {
  position: relative;
  padding: 16px 25px;
  padding-top: 1px;
  text-align: center;
  border: 1px solid #9e2b66;
  border-top: 0;
}

.sounds-block .content-holder:after, 
.sounds-block .content-holder:before {
  content: "";
  position: absolute;
  top: 0;
  width: 18px;
  height: 1px;
  background-color: #9e2b66;
}

.sounds-block .content-holder:before {
  left: 0;
}

.sounds-block .content-holder:after {
  right: 0;
}

.sounds-block .title {
  margin-top: -14px;
  margin-bottom: 16px;
  display: block;
  font-size: 20px;
  color: #9e2b66;
  line-height: 1.2;
  font-weight: 500;
}

.sounds-block .sounds-holder {
  border-radius: 18px;
  overflow: hidden;
}

.sounds-block .bg-img {
  position: absolute;
  z-index: -2;
  top: 50%;
  right: -168px;
  transform: translateY(-50%);
  mix-blend-mode: multiply;
  pointer-events: none;
  max-width: 320px;
}

.social-wrap {
  margin-top: 22px;
  margin-bottom: 10px;
}

.social-wrap ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
}

.social-wrap ul li {
  padding-left: 15px;
  line-height: 1;
}

.social-wrap ul li strong {
  font-weight: 700;
  color: #9e2b66;
  font-size: 24px;
}

.social-wrap ul li a {
  transition: color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,opacity .3s ease-in-out,visibility .3s ease-in-out;
  color: #9e2b66;
  text-decoration: none;
}

.social-wrap ul li a:hover {
  color: #621b3f;
  text-decoration: none;
}

.social-wrap ul li a svg {
  height: 30px;
  width: auto;
}


@media (min-width: 480px) {

  .map-block .title {
    left: -35px;
  }

  .sounds-block .bg-img {
    right: -180px;
  }
}


@media (min-width: 768px) {

  .sign-up-form .logo-img {
    max-width: none;
  }

  .map-block {
    padding: 30px 0 10px;
    margin: 0 5px -60px 28px;
  }

  .map-block .title {
    left: -29px;
  }

  .sounds-block {
    padding-right: 100px;
    margin-top: 70px;
  }

  .sounds-block .bg-img {
    max-width: none;
    right: -168px;
  }
}

@media (min-width: 1024px) {

  .footer {
    padding: 18px 24px 28px;
  }

  .footer__container {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .sign-up-form {
    padding: 35px 31px 32px;
    margin-bottom: 0;
  }  

  .sign-up-form h3 {
    font-size: 1.8125rem;
    margin-bottom: 23px;
  }

  .map-block {
    margin: 0 10px -60px;
  }

  .map-block .title {
    left: -54px;
  }

  .sounds-block {
    padding-right: 20px;
  }

  .sounds-block .title {
    font-size: 23px;
  }
}

@media (min-width: 1200px) {

  .map-block {
    margin: 0 15px -60px;
  }

  .map-block .title {
    left: -45px;
  }

  .sounds-block {
    padding-right: 100px;
  }
}

@media (min-width: 1350px) {

  .map-block {
    margin: 0 5px -60px 28px;
  }

  .map-block .title {
    left: -29px;
  }
}

@media only screen and (max-width: 372px) {

  .sounds-block .content-holder {
    padding: 16px 5px;
  }
}

/*ajust no nav footer */
.socialLP ul li strong{
    font-size: 34px;
}
@media(min-width: 1024px) {
   .fcontainer {
        margin-left: 135px;
    }
}
/* Menu and simple menu */

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