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

/* 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 ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 15px;
}


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

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face { 
  font-family: "freight-display-pro";
  src: url("https://use.typekit.net/af/b5dc69/000000000000000077359f9c/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), 
    url("https://use.typekit.net/af/b5dc69/000000000000000077359f9c/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), 
    url("https://use.typekit.net/af/b5dc69/000000000000000077359f9c/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype"); 
  font-style: normal; 
  font-weight: 400; 
  font-stretch: normal; 
  font-display: auto; 
}


@font-face { 
  font-family: "Font Awesome 5 Pro"; 
  src: url("https://21347168.fs1.hubspotusercontent-na1.net/hubfs/21347168/Colonial_Gardens_Jan2023/fonts/fa-regular-400.eot") format("embedded-opentype"), 
    url("//21347168.fs1.hubspotusercontent-na1.net/hubfs/21347168/raw_assets/public/Colonial_Gardens_Jan2023/fonts/fa-regular-400.woff2") format("woff2"), 
      url("//21347168.fs1.hubspotusercontent-na1.net/hubfs/21347168/raw_assets/public/Colonial_Gardens_Jan2023/fonts/fa-regular-400.woff") format("woff"), 
        url("//21347168.fs1.hubspotusercontent-na1.net/hubfs/21347168/raw_assets/public/Colonial_Gardens_Jan2023/fonts/fa-regular-400.ttf") format("truetype"); 
          font-style: normal; 
          font-weight: 400; 
          font-display: auto; 
          }

@font-face { 
  font-family: "Font Awesome 5 Brands"; 
  src: url("https://21347168.fs1.hubspotusercontent-na1.net/hubfs/21347168/Colonial_Gardens_Jan2023/fonts/fa-brands-400.eot") format("embedded-opentype"), 
    url("//21347168.fs1.hubspotusercontent-na1.net/hubfs/21347168/raw_assets/public/Colonial_Gardens_Jan2023/fonts/fa-brands-400.woff2") format("woff2"), 
      url("//21347168.fs1.hubspotusercontent-na1.net/hubfs/21347168/raw_assets/public/Colonial_Gardens_Jan2023/fonts/fa-brands-400.woff") format("woff"), 
        url("//21347168.fs1.hubspotusercontent-na1.net/hubfs/21347168/raw_assets/public/Colonial_Gardens_Jan2023/fonts/fa-brands-400.ttf") format("truetype"); 
          font-style: normal; 
          font-weight: normal; 
          font-display: auto; 
          }

@font-face { 
  font-family: "Roboto"; 
  src: url("//21347168.fs1.hubspotusercontent-na1.net/hubfs/21347168/raw_assets/public/Colonial_Gardens_Jan2023/fonts/KFOmCnqEu92Fr1Mu4mxK.woff2") format("woff2"); 
    font-style: normal; font-weight: 400; 
    unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; 
    }
@font-face { 
  font-family: "Roboto"; 
  src: url("//21347168.fs1.hubspotusercontent-na1.net/hubfs/21347168/raw_assets/public/Colonial_Gardens_Jan2023/fonts/KFOlCnqEu92Fr1MmEU9fBBc4.woff2") format("woff2"); 
    font-style: normal; 
    font-weight: 500; 
    unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; 
    }

@import 'variables'; @font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 900;
  font-display: $fa-font-display;
  src: url('https://21347168.fs1.hubspotusercontent-na1.net/hubfs/21347168/Colonial_Gardens_Jan2023/fonts/fa-solid-900.eot');
  src: url('https://21347168.fs1.hubspotusercontent-na1.net/hubfs/21347168/Colonial_Gardens_Jan2023/fonts/fa-solid-900.eot') format('embedded-opentype'), 
    url('//21347168.fs1.hubspotusercontent-na1.net/hubfs/21347168/raw_assets/public/Colonial_Gardens_Jan2023/fonts/fa-solid-900.woff2') format('woff2'), 
      url('//21347168.fs1.hubspotusercontent-na1.net/hubfs/21347168/raw_assets/public/Colonial_Gardens_Jan2023/fonts/fa-solid-900.woff') format('woff'), 
        url('//21347168.fs1.hubspotusercontent-na1.net/hubfs/21347168/raw_assets/public/Colonial_Gardens_Jan2023/fonts/fa-solid-900.ttf') format('truetype');
          }

.fa, .fas {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
}

body {
  line-height: 1.67em;
  word-break: break-word;
}

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

/* Paragraphs */

p {
  letter-spacing: -0.18px;
  margin-bottom: 1.5rem;
  margin-top: 0;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: .86px;
  text-decoration: underline;
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear;
}

a:hover{
  text-decoration: none;
}   

.body-container-wrapper a{
  font-family: acumin-pro-wide,sans-serif;
}

/* Headings */

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h1 {
  line-height: 1em;
}

h2 {
  line-height: 1.28em;
}

h3 {
  line-height: 1.26em;
}

h4 {
  line-height: 1.14em;
}

h5 {
  line-height: 1.4em;
  letter-spacing: -0.2px;
}

h6 {
  line-height: 1.92em;
  letter-spacing: .86px;
}

/* Lists */

ul
{
  margin-top: 0;
  margin-bottom: 1rem;
}

ol{
  margin-top: 0;
  margin-bottom: 1rem;
}

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  margin: 0 0 1rem;
}

/* Horizontal rules */

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

@media (max-width: 767.98px){
  h1{
    font-size: 46px !important;
  }

  h2{
    font-size: 40px !important;
    line-height: 1.2em;
  }
}
button,
.button {
  cursor: pointer;
  font-size: 14px;
  line-height: 14px;
  font-family: Montserrat;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  border-style: solid;
}

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 fields */

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

/* Labels */

form label {
  font-family: Montserrat;
  font-size: 15px;
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
}

/* 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 {
  box-sizing: border-box;
  padding: 0 15px;
  min-height: 27px;
  display: inline-block;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  height: 40px;
  width: 100%;
  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;
  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: #EF6B51;
}

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

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

/* Submit button */

.hs-button {
  cursor: pointer;
  font-size: 14px;
  line-height: 14px;
  font-family: Montserrat;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  border-style: solid;
}

form input[type=submit],
form .hs-button {
  cursor: pointer;
  font-size: 14px;
  line-height: 14px;
  font-family: Montserrat;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  border-style: solid;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

.form-title {
  font-family: "acumin-pro-wide",sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.92em;
  letter-spacing: .86px;
  text-transform: uppercase;
}
.hs-search-module form.hs-form .field .input>a {
  margin-top: 18px;
}

.actions {
    margin-top: 18px;
    margin-bottom: 18px;
    padding: 17px 0px;
}

ul.no-list.hs-error-msgs li label {
    color: #f2545b;
}

form {
    display: block;
    margin-top: 0em;
    margin-block-end: 1em;
}

@media(max-width:767px){
  .body-container-wrapper .custom_error_message form, 
  .body-container-wrapper .widget-type-form, 
  .body-container-wrapper .widget-type-blog_subscribe, 
  .body-container-wrapper .widget-type-google_search, 
  .body-container-wrapper .widget-type-password_prompt.custom_error_message, 
  .body-container-wrapper .widget-type-email_simple_subscription, 
  .hs-blog-post .body-container-wrapper .widget-type-blog_comments, 
  .body-container-wrapper .hs-search-field__bar, 
  .body-container-wrapper .submitted-message, 
  .body-container-wrapper #hs_cos_wrapper_password_prompt, 
  .body-container .submitted-message, .blog-comments form, 
  .widget-type-email_simple_subscription, 
  .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, 
  .widget-type-password_prompt {
    margin-bottom: 15px;
  }
}
/* 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;
}
.site-header {
  position: fixed;
  width: 100%;
  z-index: 99;
  color: #66665e;
}

.site-header .top-section {
  font-size: 14px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.site-header .top-section .row {
  align-items: center;
  justify-content: flex-end;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

.site-header .top-section .topcolm {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
  position: relative;
  width: 100%;
}

.site-header .top-section .search_toggle {
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-family: "acumin-pro-wide",sans-serif;
  font-weight: 600;
  letter-spacing: .86px;
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear;
}

.site-header .top-section .search_toggle i {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  line-height: 22px;
  text-align: right;
  padding-left: 10px;
  color: #66665e;
  font-size: 17px;
  position: relative;
  z-index: 500;
}

.far {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa, .fas, .far, .fal, .fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
}

.fa-search:before {
  content: "";
}

.site-header *:before {
  transition: all .2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.site-header .top-section ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  flex-direction: row;
  align-items: center;
}

.site-header .top-section ul>li {
  padding: 0 10px;
  list-style: none;
  position: relative;
}

.site-header .top-section ul>li>a {
  font-family: "acumin-pro-wide",sans-serif;
  font-weight: 400;
  color: inherit;
  font-size: 13px;
  padding: 10px;
  opacity: 1;
  display: inline-block;
  letter-spacing: .86px;
}

.site-header .bottom-section .menu-toggle {
  text-decoration: none;
}

.site-header .menu-toggle .bar1, 
.site-header .menu-toggle .bar2, 
.site-header .menu-toggle .bar3 {
  width: 20px;
  height: 2px;
  background-color: #333;
  margin: 5px 0;
  transition: .4s;
}

.site-header .bottom-section .row {
  align-items: center;
  justify-content: flex-end;
}

.site-header .bottom-section .logo-wrapper {
  margin-right: auto;
}

.site-header .logo-wrapper a {
  display: block;
  padding: 5px;
  text-decoration: none;
  font-family: "acumin-pro-wide",sans-serif;
  font-weight: 600;
  letter-spacing: .86px;
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear;
}

.site-header .logo-wrapper img {
  max-width: 100%;
  height: auto;
}

img {
  vertical-align: middle;
  border-style: none;
}

.site-header .main-nav {
  flex: 0 0 75%;
  max-width: 75%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.site-header .main-nav .hs-menu-wrapper>ul {
  align-items: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.site-header .main-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-header .main-nav .hs-menu-wrapper>ul>li {
  position: relative;
}

.site-header .main-nav .hs-menu-wrapper>ul>li>a {
  font-family: "acumin-pro-wide",sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: .5px;
  padding: 35px 13px;
  display: inline-block;
}

.site-header .main-nav .hs-menu-wrapper ul li a {
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear;
}

.site-header .main-nav .hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 15rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  text-align: left;
  list-style: none;
  background-clip: padding-box;
  border: 0px solid rgba(0,0,0,.15);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  box-shadow: 0 2px 14px 0 rgb(0 0 0 / 20%);
  -webkit-box-shadow: 0 2px 14px 0 rgb(0 0 0 / 20%);
  -moz-box-shadow: 0 2px 14px 0 rgba(0,0,0,.2);
  visibility: hidden;
  opacity: 1;
}

.site-header .main-nav .hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper li a {
  display: block;
  padding: 5px 15px;
  font-weight: 500;
  font-family: "acumin-pro-wide",sans-serif;
  font-size: 12px;
  letter-spacing: .5px;
}

.site-header .main-nav .hs-menu-wrapper>ul>li:hover>ul.hs-menu-children-wrapper {
  visibility: visible;
  opacity: 1;
}

.menu-primary-menu-container>ul>li:last-child>a {
  font-size: 14px;
  padding: 9px 35px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: none;
  display: inline-block;
  font-family: "acumin-pro-wide",sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: unset;
  cursor: pointer;
  text-shadow: none;
  text-decoration: none;
  -webkit-transition: all .2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all .2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all .2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all .2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.site-header .search-wrap {
  display: none;
  width: 100%;
  height: 50px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.site-header .search-form {
  width: calc(100% - 200px);
  max-width: 920px;
  height: 50px;
  margin: auto;
  position: relative;
  display: block;
  padding-left: 1rem;
}

.site-header .search-form form {
  width: calc(100% - 200px);
  max-width: 920px;
  height: 50px;
  margin: auto;
  position: relative;
  padding-left: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-header .search-form form .hs-search-field__input {
  margin-bottom: 0;
  display: inline;
  text-transform: unset;
  font-weight: 600;
  margin-left: 4px;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  color: #66665e;
  background-color: #fff;
  width: 100%;
  padding: 10px 15px;
  padding-top:8px;
  font-size: 14px;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 24px;
  border-radius: 3px;
  outline: none;
  overflow: visible;
  font-family: "AcuminPro-Regular",sans-serif;
  font-weight: normal;
}

.site-header .search-form form .hs-search-field__input::placeholder {
  opacity: .8;
  color: rgb(117, 117, 117);
}

.site-header .search-form form button {
  width: 55px;
  height: 50px;
  padding: 0;
  color: #66665e;
  top: 0;
  right: 1px;
  bottom: 1px;
  background: #fff;
  border: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  display: inline-block;
  font-size: 16px;
  font-family: "acumin-pro-wide",sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  -webkit-transition: all .2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all .2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all .2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all .2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  box-sizing: content-box;
}

.site-header .search-form form button:hover {
  background-color: #40743a;
  border-color: #40743a;
  color: #fff;
}

.site-header .search-form form button:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.site-header .search-form form button>span {
  display: none;
}

.site-header .main-nav .hs-menu-wrapper>ul>li:last-child:before {
  display: none;
}

.mob-search {
  display: none;
}

.not-at-top .site-header {
  box-shadow: 0 0 5px 0 rgb(0 0 0 / 50%);
  -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 50%);
  -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.5);
}

.fa-times:before {
  content: "";
}

.site-header .top-section ul>li>a {
  text-decoration: none;
}

.site-header .main-nav .hs-menu-wrapper ul li a {
  text-decoration: none;
}

.site-wrapper {
  min-height: 150px;
}

.site-wrapper.landing-header {
  min-height: 40.39px;
}

.menu-primary-menu-container .hs-menu-wrapper>ul>li:last-child>a {
  font-size: 14px;
  padding: 9px 35px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: none;
  font-family: "acumin-pro-wide",sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: unset;
  cursor: pointer;
}

.hs-search-field--open ul.hs-search-field__suggestions {
  background: #fff;
  padding: 10px 10px;
}

.hs-search-field--open ul.hs-search-field__suggestions li a {
  text-decoration: none;
}

.hs-search-field--open ul.hs-search-field__suggestions li a:hover {
  background: none;
}


@media(min-width:1200px){
  .not-at-top .site-header .main-nav .menu-primary-menu-container .hs-menu-wrapper>ul>li>a {
    padding: 22px 13px;
  }
  .not-at-top .site-header .main-nav .menu-primary-menu-container .hs-menu-wrapper>ul>li:last-child>a {
    padding: 9px 35px;
  }
}

@media (min-width: 992px){
  .site-header .bottom-section .menu-toggle {
    display: none;
  }

  .site-header .main-nav .hs-menu-wrapper>ul>li:first-child {
    display: none;
  }

  .mobile-btmmenu {
    display: none;
  }

  .site-header .main-nav .hs-menu-wrapper>ul>li:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0;
    display: block;
  }

  .site-header .main-nav .hs-menu-wrapper>ul>li:hover:before {
    width: 100%;
  }

  .site-wrapper.landing-header {
    min-height: 100.5px;
  }

  .site-wrapper.landing-header .site-header {
    padding: 30px 0px;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
  }

  .not-at-top .site-wrapper.landing-header .site-header {
    padding: 17px 0px;
  }

}

@media (max-width: 1199.98px){
  .site-header .top-section .search_toggle i {
    font-size: 15px;
  }

  .site-header .main-nav .hs-menu-wrapper>ul>li>a {
    padding: 35px 0;
    font-size: 9px;
  }

  .site-header .main-nav {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .site-header .main-nav .hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper li a {
    font-size: 9px;
  }

  .menu-primary-menu-container .hs-menu-wrapper>ul>li:last-child>a {
    font-size: 14px;
    padding: 9px 35px;
  }

}

@media (max-width:991.98px){
  .site-header .top-section {
    display: none;
  }
  .site-header {
    padding: 6px;
  }

  .site-header .bottom-section .menu-toggle {
    top: 0;
    position: absolute;
    right: 10px;
    color: #000;
    padding: 15px;
    z-index: 2;
  }

  .site-header .bottom-section .row>.search-wrap {
    display: none;
  }

  .site-header .main-nav {
    display: none;
  }

  .menu-open .site-header .main-nav {
    display: block;
  }

  .site-header .main-nav>.menu-primary-menu-container .hs-menu-wrapper>ul {
    background: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: 0px 12.74px 12.74px 0.26px rgb(0 0 0 / 15%);
    -webkit-box-shadow: 0px 12.74px 12.74px 0.26px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 12.74px 12.74px .26px rgba(0,0,0,.15);
  }

  .site-header .main-nav {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }

  .site-header .main-nav .menu-primary-menu-container .hs-menu-wrapper>ul>li {
    padding: 0;
    width: 100%;
  }

  .site-header .main-nav .menu-primary-menu-container .hs-menu-wrapper>ul>li>a {
    display: block;
    text-align: center;
    padding: 15px;
    font-size: 18px;
  }

  .site-header .main-nav .hs-menu-wrapper>ul>li:last-child>a {
    display: block;
    text-align: center;
    padding: 15px;
    font-size: 18px;
  }

  .site-header .main-nav .menu-primary-menu-container .hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper {
    position: relative;
    width: 100%;
    box-shadow: unset;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    visibility: visible;
    opacity: 1;
    display: none;
  }

  .site-header .main-nav .menu-primary-menu-container .hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper li a {
    color: #000;
    font-size: 15px;
    padding: 7px 15px;
    display: block;
    text-align: center;
    background: transparent; !important;
  }
.site-header .main-nav .menu-primary-menu-container .hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper li a:hover {
    background-color: #40743a !important;
}
  .site-header .main-nav .mobile-btmmenu .hs-menu-wrapper>ul {
    flex-direction: column;
  }

  .site-header .main-nav .mobile-btmmenu .hs-menu-wrapper>ul>li {
    padding: 0 10px;
  }

  .site-header .main-nav .mobile-btmmenu .hs-menu-wrapper>ul>li>a {
    font-family: "acumin-pro-wide",sans-serif;
    font-weight: 400;
    font-size: 13px;
    padding: 10px;
    opacity: 1;
    letter-spacing: .86px;
  }

  .site-header .main-nav .mobile-btmmenu .hs-menu-wrapper>ul>li:last-child>a {
    background: transparent;
  }

  .site-header .main-nav .mob-search.search-wrap {
    padding: 15px;
    display: block;
    position: static;
    height: auto;
  }

  .site-header .main-nav .mob-search.search-wrap .search-form {
    display: block;
    padding-left: 1rem;
    max-width: 100%;
    width: 100%;
    position: static;
  }

  .site-header .main-nav .mob-search.search-wrap form {
    max-width: 100%;
    width: 100%;
  }

  .site-header .main-nav .mob-search.search-wrap .hs-search-field__input {
    border: 1px solid #d9d9d9;
    color: #66665e;
    background-color: #fff;
    width: 100%;
    padding: 10px 15px;
    font-size: 14px;
    font-family: "AcuminPro-Regular",sans-serif;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 50px;
    margin-left: 0;
    margin-right: 3px;
  }

  .site-header .main-nav .mob-search.search-wrap form button {
    margin-right: 3px;
    width: 53.56px;
  }

  .menu-open .site-header .menu-toggle .bar1 {
    -webkit-transform: rotate(45deg) translate(5px, 0);
    -moz-transform: rotate(45deg) translate(5px, 0);
    -ms-transform: rotate(45deg) translate(5px, 0);
    transform: rotate(45deg) translate(5px, 0);
    background-color: #000;
  }

  .menu-open .site-header .menu-toggle .bar3 {
    -webkit-transform: rotate(-45deg) translate(10px, -5px);
    -moz-transform: rotate(-45deg) translate(10px, -5px);
    -ms-transform: rotate(-45deg) translate(10px, -5px);
    transform: rotate(-45deg) translate(10px, -5px);
    background-color: #000;
  }

  .menu-open .site-header .menu-toggle .bar2 {
    opacity: 0;
  }
  .site-header .main-nav .menu-primary-menu-container .hs-menu-wrapper>ul>li:first-child>a:after {
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    margin-left: 6px;
  }

  .site-header .main-nav .menu-primary-menu-container .hs-menu-wrapper>ul>li:first-child>a {
    color: #c95f5a;
  }

  .site-header .bottom-section .logo-wrapper {
    padding-left: 15px;
  }

  div.child-trigger {
    position: absolute;
    top: 0;
    height: 60px;
    width: 60px;
    right: 0;
    font-size: 18px;
    padding: 15px;
    color: #1a1a18;
    cursor: pointer;
  }

  .site-header .main-nav .menu-primary-menu-container .hs-menu-wrapper>ul>li {
    position: relative;
  }

  div.child-trigger:after {
    content: "+";
  }

  div.child-trigger.child-open:after {
    content: "-";
  }

  .site-wrapper {
    min-height: 52.39px;
  }
  .site-header .main-nav .menu-primary-menu-container .hs-menu-wrapper>ul>li:hover:first-child>a {
    color: #000;
  }

  .site-wrapper.landing-header {
    min-height: 52.39px;
  }

  .site-header .main-nav .menu-primary-menu-container .hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper li:hover a {
    color: #fff;
  }

  .site-header .main-nav .menu-primary-menu-container .hs-menu-wrapper>ul>li:hover>a {
    color: rgba(26, 26, 24, 1.0);
  }

  .site-header .main-nav .hs-menu-wrapper>ul>li:last-child>a {
    color: #fff !important;
  }


}

@media only screen and (max-device-width:991px) {
  .menu-open .site-header .main-nav {
    height: calc(100vh - 52px);
    max-height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
  }

}

@media(max-width:344px){
  .site-header .logo-wrapper img {
    width: 215px !important;
  }
}
.site-footer {
  position: relative;
  z-index: 10;
  padding-top: 25px;
  padding-bottom: 25px;
}

.site-footer .row {
  align-items: center;
  justify-content: center;
}

.site-footer .cm-colm8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 15px;
}

.site-footer .cm-colm4 {
  margin-top: 15px;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.site-footer .footer-logo {
  margin-bottom: 45px;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.site-footer .footermenu {
  margin-bottom: 45px;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.site-footer .footer-logo img {
  max-height: 80px;
  max-width: 100%;
  height: auto;
}

.site-footer .footerbtmse {
  display: flex;
  justify-content: flex-end;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
}

.site-footer .footerbtmse .colm2 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.site-footer .footerbtmse>div:last-child {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  text-align: left;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.site-footer .socials a {
  padding: 5px 3px;
  margin: 0 5px;
  color: inherit;
  font-size: 16px;
  text-decoration: none;
  font-family: "acumin-pro-wide",sans-serif;
  font-weight: 600;
  letter-spacing: .86px;
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear;
}

.site-footer .socials a i {
  font-family: "Font Awesome 5 Brands";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-facebook-f:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.site-footer p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.71em;
  font-family: "AcuminPro-Regular",sans-serif;
  font-weight: 400;
  letter-spacing: -0.18px;
}

.site-footer .footermenu ul {
  margin: 0;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-flow: row wrap;
  padding: 0;
  list-style-type: none;
}

.site-footer .footermenu ul>li {
  list-style: none;
  position: relative;
  white-space: nowrap;
}

.site-footer .footermenu ul>li>a {
  font-family: "acumin-pro-wide",sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: .5px;
  padding: 5px 22px;
  color: inherit;
  display: inline-block;
  text-decoration: none;
}

.site-footer .footermenu ul>li:first-child>a {
  padding-left: 0;
}

.site-footer h6 {
  font-family: "acumin-pro-wide",sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.92em;
  letter-spacing: .86px;
  text-transform: uppercase;
  color: #1a1a18;
  margin-top: 0;
  margin-bottom: 0.5rem;
}


.site-footer .footer-container>.row {
  align-items: center;
  justify-content: center;
  margin-bottom: 45px;
}

@media(min-width:768px){
.landing-footer .footerbtmse {
    justify-content: flex-start;
}
  
.landing-footer .footer-container>.row {
    align-items: flex-start;
    justify-content: flex-start;
}
  
}

@media (max-width: 991.98px){
  .footer-container.content-wrapper {
    max-width: 720px !important;
  }

  .site-footer .footer-container>.row {
    margin-bottom: 20px;
  }

  .site-footer .cm-colm8 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .site-footer .cm-colm4 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .site-footer p {
    padding-left: 0;
    margin-bottom: 20px;
    padding-right: 60px;
  }

  .site-footer .footer-logo {
    margin-bottom: 40px;
  }

}

@media(max-width:767px){
  .footer-container.content-wrapper {
    max-width: 540px !important;
  }

  .site-footer .cm-colm4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .site-footer .footerbtmse {
    display: block;
  }

  .site-footer .footerbtmse .colm2, .site-footer .footerbtmse>div:last-child {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .site-footer p {
    padding-right: 0px;
    text-align: center;
  }

  .site-footer .footerbtmse>div:last-child {
    margin-bottom: 30px;
    text-align: center;
  }

  .site-footer .footermenu ul {
    justify-content: center;
    margin-bottom: 40px;
  }

  .site-footer .footer-logo {
    margin: 20px auto 40px;
    text-align: center;
  }

  .site-footer .footermenu {
    text-align: center;
  }

  .site-footer .footermenu ul>li:first-child>a {
    padding-left: 22px;
  }

  .landing-footer .footer-container>.row {
    margin-bottom: 0px;
  }

}

@media only screen and (max-width: 600px){
  .site-footer .footermenu ul {
    display: block;
    text-align: center;
  }
}
/* Menu and simple menu */



/* Horizontal menu */



/* Vertical menu */


/* Flyouts */



.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;
  }
}
.Banner-row-0-force-full-width-section,
.Banner-row-0-force-full-width-section > .row-fluid {
    padding: 0 !important;
}
[class*="force-full-width-section"]>.row-fluid {
  padding: 0;
}
.garden-page-wrapper h6 {
    letter-spacing: .86px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.92em;
}

.about-page .embed_container {
    margin-bottom: 1rem;
}

.cm-colonial-page .image-with-title figure {
    margin-bottom: 0px;
}

.careers-page .careerssection1 iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.careers-page .careerssection1 {
  min-height: 500px;
  overflow-x: hidden;
}

.contactsection1 .widget-type-rich_text p:nth-child(3) {
  line-height: 1.67em;
}

.contactsection1 .widget-type-rich_text p:nth-child(3)>a {
  font-family: "acumin-pro-wide",sans-serif;
  color: #1a1a18;
}

.contactsection1 .dnd-section > .row-fluid {
  margin-bottom: 14px;
}


.hs-input:not([type=checkbox]):not([type=radio]), 
fieldset>div:last-of-type .hs-input:not([type=checkbox]):not([type=radio]) {
  width: 100%;
  max-width: 100%;
}

textarea.hs-input {
  height: auto !important;
  padding: 10px 15px;
}

select.is-placeholder {
  color: #bfbfbf;
}

.hs-input {
  padding: 9px 10px;
}

.contactsection1 .dnd-section>.row-fluid>.span6:last-child {
  padding-left: 5px !important;
}

form fieldset.form-columns-2 .hs-form-field:last-child .hs-input {
  width: 100%;
}

form fieldset.form-columns-2 .hs-form-field:first-child .hs-input {
  width: 90%;
}
.contactsection1 form .actions {
  margin-top: 9px;
}

form .inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
}

.inputs-list>li {
  padding: 0;
  width: 100%;
  padding-top: 0px;
  margin-bottom: 0px !important;
  margin-top: 0 !important;
}

.inputs-list label {
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  white-space: normal;
  font-weight: normal;
  margin-top: 0;
}

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

img {
  max-width: 100%;
}

.home-page .homesection2 .dnd-section>.row-fluid {
  justify-content: center;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: wrap;
}

.home-page .homesection2 .dnd-section>.row-fluid>.span6:first-child {
  flex-basis: 50%;
  align-items: center;
  flex-grow: 0;
  display: flex;
  justify-content: center;
}

.home-page .homesection2 .dnd-section>.row-fluid>.span6:last-child {
  align-items: center;
  flex-basis: 0;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  margin-left: 0;
  padding-top: 50px !important;
  padding-right: 50px !important;
  padding-bottom: 50px !important;
  padding-left: 50px !important;
}

.home-page .homesection2 .dnd-section>.row-fluid>.span6 {
  width: 50% !important;
}

.home-page .homesection6 .content-with-background {
    background-position: 50% 71%;
}

.home-page .homesection6 .buttons .button-item:last-child {
    padding-left: 36px;
}

.home-page .homesection2 .dnd-section>.row-fluid>.span6:first-child h2 {
    margin-top: 14px;
}

.home-page .homesection2 p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.67em;
  color: #66665e;
  font-family: "AcuminPro-Regular",sans-serif;
}

.home-page .homesection2 .dnd-section>.row-fluid>.span6:last-child figure {
  max-width: 800px;
  display: block;
  clear: both;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 25.75px;
  margin-right: 25.75px;
}

.home-page .homesection2 .dnd-section>.row-fluid>.span6:last-child figure img {
  width: 100%;
}

.home-page .homesection2 .dnd-section>.row-fluid>.span6>div {
  width: 100%;
}

.home-page .homesection2 .dnd-section>.row-fluid>.span6:first-child h2 img {
  width: 450px;
}

.home-page .homesection2 .dnd-section>.row-fluid>.span6:first-child figure {
  margin: 0 0 1rem;
  display: block;
}

.home-page .homesection2 .dnd-section>.row-fluid>.span6:first-child figure img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

.home-page .homesection2 .hs-button {
  min-width: 250px;
  background-color: #56994c;
  font-size: 16px;
  padding: 16px 35px;
  font-family: "acumin-pro-wide",sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  word-break: break-word;
  box-sizing: border-box !important;
  line-height: 1.67em;
  border-radius: 0;
  border-color: #56994c;
  border-width: 0px;
}

.home-page .homesection2 .hs-button:hover {
  background-color: #40743a;
  border-color: #40743a;
}

.home-page .homesection2 .dnd-section>.row-fluid>.span6:last-child figure+p {
  margin-bottom: 0;
}

.home-page .homesection3 h2 {
  text-align: center;
}

.home-page .homesection3 h5 {
  text-align: center;
}

.home-page .homesection5 {
  background-color: #f5f5f2;
  padding-top: 105px;
  padding-bottom: 100px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 40px;
}

.home-page .homesection6 {
  margin-bottom: 1.75em;
}

.home-page .homesection6 .buttons {
  display: flex;
  margin-bottom: 1.75em;
  align-items: normal;
  flex-wrap: nowrap;
}

.home-page .homesection6 .buttons .button-item {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  word-break: break-word;
  overflow-wrap: break-word;
  text-align: left;
}

.home-page .homesection6 .content-with-background {
  min-height: 360px;
  padding: 1em;
  object-position: 50% 71%;
}

.home-page .homesection6 .content-with-background .wp-block-spacer {
  height: 54px !important;
}

.home-page .homesection3 h5 {
  color: #66665e;
}

.seasonalsales-banner .cm-banner .wp-block-cover__inner-container h1 {
  font-size: 50px;
  line-height: 1.28em;
  font-family: "freight-display-pro",serif;
  letter-spacing: normal;
}

.seasonalsales-banner .cm-banner .overlay {
  background-color: rgba(0, 0, 0, 0.2) !important;
}
.seasonalsales-page .seasonalsales1 h5 {
  color: #66665e;
}

.seasonalsales-page .seasonalsales1 mark {
  color: #66665e;
}


.seasonalsales-page .seasonalsales1 .dnd-column>.row-fluid-wrapper:nth-child(2)>.row-fluid {
  padding-top: 20px;
}

.seasonalsales-page .seasonalsales1 .dnd-column>.row-fluid-wrapper>.row-fluid {
  max-width: 900px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}

.seasonalsales-page .seasonalsales1 .dnd-column>.row-fluid-wrapper:first-child>.row-fluid {
  max-width: 100%;
  padding: 0px;
  display: block;
}

.seasonalsales-page .seasonalsales1 .dnd-column>.row-fluid-wrapper>.row-fluid>.span6 {
  width: 50%;
}

.seasonalsales-page .seasonalsales1 .dnd-column>.row-fluid-wrapper>.row-fluid>.span6:last-child {
  margin-left: 0px !important;
  flex-basis: 30%;
}

.seasonalsales-page .seasonalsales1 .dnd-column>.row-fluid-wrapper>.row-fluid>.span6:first-child {
  flex-basis: 70%;
}

.seasonalsales-page .seasonalsales1 .dnd-column img {
  margin: 0 0 1rem;
}

.seasonalsales-page .seasonalsales1 .dnd-column>.row-fluid-wrapper p {
  line-height: 1.67em;
  font-weight: 400;
}

.seasonalsales-page .seasonalsales1 .span12>.row-fluid-wrapper:last-child>.row-fluid {
  padding-bottom: 20px;
}

.seasonalsales-page .seasonalsales2 .content-with-image-align .content {
  padding-bottom: 30px;
}


.serviceinner-page .hs-button {
  margin-top: 15px;
  margin-bottom: 1.5rem;
  background-color: #56994c;
  letter-spacing: 1px;
  border: 2px solid #56994c;
  font-size: 16px;
  padding: 16px 35px;
  line-height: 1.67em;
  display: inline-block;
  border-radius: 0;
  font-weight: normal;
  font-family: "acumin-pro-wide",sans-serif;
}

.serviceinner-page .hs-button:hover {
  background-color: #40743a;
  border-color: #40743a;
}

.body-container-wrapper {
  min-height: 500px;
}
.hs-cserviceinnr-section1 .widget-type-rich_text a {
  font-family: "acumin-pro-wide",sans-serif;
  font-weight: 600;
  letter-spacing: .86px;
}
/*---sidebar----*/
.blog-sidebar .content-wrapper>.row {
  padding-top: 90px;
}

.blog-sidebar .blog-nav {
  margin-bottom: 30px;
}

.blog-sidebar .dnd-section {
  padding: 0px 0px;
}

.blog-list h1.blog-title {
  margin-bottom: 45px;
  font-family: "freight-display-pro",serif;
  font-weight: 500;
  font-size: 50px;
  line-height: 1.28em;
}

.blog-sidebar .colm9 {
  flex: 0 0 75%;
  max-width: 75%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.blog-sidebar .colm3 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 25%;
  max-width: 25%;
  margin-top: 109px;
}

.blog-list .post-listing-item {
  margin-bottom: 30px;
  border-bottom: 2px solid #e0e3e7;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.blog-list .collg-3 {
  flex: 0 0 25%;
  max-width: 25%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.blog-list .collg-9 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 75%;
  max-width: 75%;
}

.blog-list .image-wrap .post-image {
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  margin-bottom: 1rem;
  background-repeat: no-repeat;
}

.blog-list .cont-wrap h4 {
  margin-bottom: 15px;
  font-family: "freight-display-pro",serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.14em;
  color: #1a1a18;
}

.blog-list .cont-wrap h6 {
  font-family: "acumin-pro-wide",sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.92em;
  letter-spacing: .86px;
  text-transform: uppercase;
  margin-bottom: 30px;
  color: #1a1a18;
}

.blog-list .cont-wrap p {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: -0.18px;
  margin-bottom: 1.5rem;
  line-height: 1.67em;
}

.blog-list .cont-wrap a.learn-more {
  font-family: "acumin-pro-wide",sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.92em;
  letter-spacing: .86px;
  color: #1a1a18;
  text-transform: uppercase;
  text-decoration: underline;
}

.blog-list .cont-wrap a.learn-more:hover {
  color: #40743a;
}

.social-share {
  padding: 1em 0 2em;
  justify-content: flex-start;
  display: flex;
}

.social-share .add-padding-x {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.social-share .add-padding-x:first-child {
  padding-left: 0;
}

.social-share .add-padding-x a {
  display: inline-block;
  opacity: .5;
  padding: 0;
  color: #000;
  font-size: 16px;
  -webkit-transition: all .3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all .3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all .3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all .3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  font-family: "acumin-pro-wide",sans-serif;
  font-weight: 600;
  letter-spacing: .86px;
  text-decoration: underline;
}

.fab {
  font-family: "Font Awesome 5 Brands";
}

.fa, .fas, .far, .fal, .fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-twitter:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.social-share .add-padding-x a:hover {
  text-decoration: none;
  opacity: 1;
  color: #56994c;
}

.blog-list .post-listing-item.no-image .collg-3 {
  display: none;
}

.blog-list .post-listing-item.no-image .collg-9 {
  flex: 0 0 100%;
  max-width: 100%;
}

.blog-paginatioen {
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-paginatioen .page-numbers {
  font-size: 14px;
  padding: 0.5em;
  font-family: "AcuminPro-Regular",sans-serif;
  font-weight: 700;
  letter-spacing: .86px;
  letter-spacing: .86px;
  color: #1a1a18;
  text-decoration: underline;
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear;
}

.blog-paginatioen .page-numbers:hover {
  text-decoration: none;
  color: #40743a;
}

.blog-paginatioen .page-numbers.linkactive {
  pointer-events: none;
  text-decoration: none;
  line-height: 1.67em;
  letter-spacing: 0;
  color: #66665e;
}

.blog-paginatioen .blog-pagination__prev-link--disabled {
  display: none;
}

.blog-paginatioen .page-numbers i {
  font-size: 21px;
}

.far {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-long-arrow-right:before {
  content: "";
}
.blog-paginatioen .blog-pagination__next-link--disabled {
  display: none;
}

.fa-long-arrow-left:before {
  content: "";
}

.blog-filters h3 {
  font-family: "acumin-pro-wide",sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.92em;
  letter-spacing: .86px;
  text-transform: uppercase;
  color: #1a1a18;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.blog-filters>div {
  background-color: #f5f5f2;
  margin-bottom: 15px;
  padding: 15px;
}

.blog-filters .widget-module ul {
  list-style: none;
  margin-top: 0;
  margin-bottom: 1rem;
  background: none;
  border-radius: 0;
  padding: 0;
  padding-left: 0;
}

.blog-filters .widget-module ul li {
  line-height: 24px;
  margin-bottom: 5px;
  margin-left: 20px;
  padding-bottom: 0;
  border: 0;
  padding-top: 0;
  font-weight: normal;
}

.blog-filters .widget-module ul li a {
  font-size: 16px;
  color: #1a1a18;
  text-decoration: none;
  font-family: "acumin-pro-wide",sans-serif;
  font-weight: 600;
  letter-spacing: .86px;
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear;
}

.blog-filters .widget-module ul li:before {
  content: "+";
  padding-right: 10px;
  position: relative;
  margin-left: -20px;
}

.blog-filters .widget-module ul li a:hover {
  color: #40743a;
  text-decoration: none;
}

.faq-page h1 {
  margin-bottom: 45px;
  font-family: "freight-display-pro",serif;
  font-weight: 500;
  font-size: 50px;
  line-height: 1.28em;
}


/*------endsidebar--*/

.aboutpage1 .content-with-top-icon .p3-wpo-columns.gap-xl>.column-gap {
  flex-basis: 50%;
}

.aboutpage1 .image-with-title figure {
  text-align: left;
}

.about-page .hs_cos_wrapper_type_rich_text h5{
  color:#66665E !important;
}

/*-------*/

.trees-shrubs-banner h1, .mulch-banner h1 {
  font-family: "freight-display-pro",serif;
  font-weight: 500;
  font-size: 50px;
  line-height: 1.28em;
}

.trees-shrubs-page .image-with-title .wp-block-spacer {
  display: none;
}


.trees-shrubs-page .cards-section .card-inner {
  width: 100%;
}

.trees-shrubs-banner .wp-block-spacer {
  display: none;
}

.trees-shrubs-page .cards-section p:last-child {
  margin-top: -6px;
}

.mulch-pages .cards-section.col-four.full-width {
  padding-top: 0;
}

.soil-compost-page .image-with-title .wp-block-spacer {
  display: none;
}

.soil-compost-page .columns-wrap {
  padding-bottom: 75px;
}

.soil-compost-page .widget-type-header {
  padding: 7.5px;
  flex-basis: 0;
}

.soil-compost-page .cards-section.col-two {
  padding-top: 0;
}

.soil-compost-page .cards-section .card-inner {
  padding: 60px;
  padding-bottom: 0;
}

.soil-compost-page .image-with-title .three .image-column {
  padding: 15px;
}

.design-installation-page .content-with-top-icon .p3-wpo-columns.gap-xl>.column-gap {
  padding: 15px;
}

.design-installation-page .content-with-top-icon .columns-wrap {
  padding: 5px;
  padding-bottom: 20px;
}

.design-installation-page .cards-section.col-two .card-row {
  padding-top: 50px;
}

h6 {
  text-transform: uppercase;
}

.recipes-page .content-with-top-icon .columns-wrap {
  padding-left: 15px;
  padding-right: 15px;
}

.recipes-page .image-with-title .wp-block-spacer {
  display: none;
}

.recipes-page .cards-section .card-row {
  padding-top: 50px;
}

.recipes-page .content-with-background .wp-block-spacer {
  display: none;
}

.kids-club-page .content-with-top-icon .heading-sec H5 {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: -0.18px;
  margin-bottom: 1.5rem;
  line-height: 1.67em;
}

.pick-experience-page .column-gap figure {
  margin-left: auto;
  margin-right: auto;
  display: table;
  margin-top: 0;
  margin-bottom: 0;
  clear: both;
}

.pick-experience-page .column-gap figure img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

.pick-experience-page .column-gap:nth-child(1) figure img {
  width: 103px;
}

.pick-experience-page .column-gap:nth-child(2) figure img {
  width: 126px;
}

.pick-experience-page .column-gap:nth-child(3) figure img {
  width: 82px;
}

.pick-experience-page .content-with-top-icon .p3-wpo-columns.gap-xl>.column-gap {
  text-align: center;
}

.pick-experience-page .widget-type-rich_text p[dataid="pp"] {
  text-align: center;
  caption-side: bottom;
  font-family: "AcuminPro-Regular",sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4em;
  letter-spacing: -0.2px;
  color: #1a1a18;
  margin-top: 0.5em;
  margin-bottom: 1em;
}

.pick-experience-page .widget-type-rich_text p[dataid="pp"]+h5 {
  color: #1a1a18 !important;
  text-align: center;
}

.pick-experience-page .cards-section .card-row {
  padding-top: 50px;
}

.pick-experience-banner .wp-block-spacer {
  display: none;
}

.pick-experience-banner .content {
  padding-bottom: 30px;
}

.about-banner1 h1, .perennials-banner h1 {
  font-family: "freight-display-pro",serif;
  font-weight: 500;
  font-size: 50px;
  line-height: 1.28em;
}


.perennials-page .image-with-title .wp-block-spacer {
  height: 40px !important;
}

.perennials-page .cards-section.col-two {
  padding-top: 0px;
  padding-bottom: 0px;
}

.perennials-page .cards-section .content-wrapper {
  max-width: 1300px;
  padding-bottom: 0px;
}

.perennials-page .cards-section .card-row {
  padding-top: 32px;
  padding-bottom: 40px;
}


.perennials-page .cards-section .card-inner {
  width: 100%;
}

.perennials-page .cards-section .card__content {
  padding-bottom: 10px;
}

.meet-experts-page .cards-section .card-row {
  padding-top: 12px;
}

.meet-experts-page .cards-section.col-two {
  padding-bottom: 75px;
}

.products-page .dnd-section > .row-fluid {
  max-width: 970px !important;
  padding: 0 20px;
}

.products-page .widget-type-rich_text h1 {
  font-size: 2em;
  line-height: 1.125;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0;
  font-weight: 700;
}

.products-page .widget-type-rich_text h1+span {
  display: block;
  font-size: 1em;
  margin-bottom: 10px;
  line-height: 1;
  font-weight: 700;
}

.products-page .widget-type-rich_text h4 {
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 1em;
  line-height: 1.14em;
}

.products-page .widget-type-rich_text ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.products-page .widget-type-rich_text ul li {
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: calc(25% - 15px);
  flex-basis: calc(25% - 15px);
  width: calc(25% - 15px);
  height: calc(25% - 15px);
}

.products-page .widget-type-rich_text hr {
  border-top: 1px solid #e0e3e9;
  background: none;
  height: 0;
  margin: 0;
  margin-top: 0px;
}

.products-page .widget-type-rich_text ul li span {
  font-size: .875em;
  line-height: 1.67em;
}

.home-page .two-column-content .cm-img .img-inner {
  min-height: 559px;
}

.aboutpage1 .content-with-top-icon {
    margin-left: -15px;
    margin-right: -15px;
}

.aboutpage1 .content-with-top-icon {
    margin-left: -15px;
    margin-right: -15px;
}

.aboutpage1 .content-with-image-align.right>.column-gap h2 {
    margin-top: 80px;
}

.aboutpage1 .content-with-image-align.right .background-image {
    background-position: 47% 69%;
}

.aboutpage1 .image-with-title img {
    width: 336px;
}

.aboutpage1 .cards-section .card-row {
    padding-top: 12px;
}

.aboutpage1 .cards-section .card__content p:last-child {
    margin-bottom: 14px;
    position: relative;
    top: -5px;
}

.indoor-decor-banner h1,
.design-installation-banner h1 {
    font-family: "freight-display-pro",serif;
    font-weight: 500;
    font-size: 50px;
    line-height: 1.28em;
}

.design-installation-page .content-with-image-align.left .background-image {
    background-position: 48% 87%;
}

.meet-experts-page form .actions {
    margin-top: 9px;
}

.go2933276642 {
    z-index: 1 !important;
}

#hs-web-interactives-top-anchor {
    z-index: 99999999 !important;
}

@media(max-width:1680px){
  .home-page .homesection2 .dnd-section>.row-fluid>.span6:last-child figure {
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media(max-width:1199px){
  .content-wrapper, .dnd-section > .row-fluid, 
  .page-center, 
  .blog-container {
    max-width: 960px !important;
  }
}

@media screen and (max-width: 992px){
  .home-page .homesection2 .dnd-section>.row-fluid {
    display: block;
  }
  .home-page .homesection2 .dnd-section>.row-fluid>.span6 {
    width: 100% !important;
  }

  .home-page .homesection2 .dnd-section>.row-fluid>.span6:first-child figure img {
    width: 450px;
  }
  .home-page .homesection2 .dnd-section>.row-fluid>.span6:last-child figure {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .seasonalsales-page .seasonalsales1 .dnd-column>.row-fluid-wrapper>.row-fluid {
    flex-direction: column;
    justify-content: flex-start;
  }

  .seasonalsales-page .seasonalsales1 .dnd-column>.row-fluid-wrapper>.row-fluid>.span6 {
    width: 100%;
  }
 


}

@media(max-width:991px){
  .dnd-section > .row-fluid, 
  .page-center, 
  .blog-container {
    max-width: 720px !important;
  }

  .content-wrapper {
    max-width: 100% !important;
  }

  /*-------sidebar-------*/
  .blog-sidebar .content-wrapper {
    max-width: 720px !important;
  }

  .blog-list .collg-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .blog-list .collg-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /*--------end---*/
  
    .home-page .homesection2 .dnd-section>.row-fluid>.span6:first-child h2 {
    margin-top: 0;
}

.home-page .homesection2 .dnd-section>.row-fluid>.span6:first-child figure {
    margin-bottom: 0;
}
  
}

@media(max-width:959px){
  .products-page .widget-type-rich_text h1 {
    font-size: 1.75em;
  }

  .products-page .widget-type-rich_text ul li {
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: calc(33.33333% - 13.33333px);
    flex-basis: calc(33.33333% - 13.33333px);
    width: calc(33.33333% - 13.33333px);
    height: calc(33.33333% - 13.33333px);
  }

  .products-page .widget-type-rich_text ul li span {
    font-size: .875em;
    line-height: 1.67em;
  }

}

@media(max-width:781px){
  .contactsection1 .dnd-section>.row-fluid>.span6 {
    width: 100%;
    margin-left: 0px !important;
  }

  .contactsection1 .dnd-section>.row-fluid>.span6:last-child {
    padding-left: 0px!important;
  }

}

@media(max-width:767px){
  .dnd-section > .row-fluid, 
  .page-center, 
  .blog-container {
    max-width: 540px !important;
  }

  .home-page .homesection2 .dnd-section>.row-fluid>.span6:first-child {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .home-page .homesection2 .dnd-section>.row-fluid>.span6:last-child {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }

  .home-page .homesection2 .dnd-section>.row-fluid>.span6:last-child figure {
    max-width: 337px;
  }

  .home-page .homesection6 .buttons {
    flex-direction: column;
  }

  .home-page .homesection6 .buttons .button-item:last-child {
    margin-top: 37px;
  }

  .seasonalsales-banner .cm-banner .wp-block-cover__inner-container h1 {
    font-size: 40px !important;
    line-height: 1.2em;
  }

  .seasonalsales-page .seasonalsales2 .content-with-image-align .content-inner {
    padding: 50px;
  }
  /*----sidebar---*/
  .blog-sidebar .content-wrapper {
    max-width: 540px !important;
  }

  .faq-page h1 {
    font-size: 40px !important;
    line-height: 1.2em;
  }

  .blog-sidebar .colm9 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .blog-sidebar .colm3 {
    display: none;
  }
  /*------end--*/

  .trees-shrubs-banner h1, .mulch-banner h1 {
    font-size: 40px !important;
    line-height: 1.2em !important;
  }

  .kids-club-page .content-with-top-icon .heading-sec H5 {
    font-size: 18px !important;
  }

  .pick-experience-page .cards-section.col-two {
    padding-top: 100px;
    padding-bottom: 125px;
  }

  .about-banner1 h1, .perennials-banner h1 {
    font-size: 40px !important;
    line-height: 1.2em !important;
  }

  .products-page .widget-type-rich_text h1 {
    font-size: 1.5em !important;
    line-height: 1.15;
    margin-top: 0;
  }

  .products-page .widget-type-rich_text ul {
    display: block;
  }

  .products-page .widget-type-rich_text ul li {
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0;
    height: auto;
    width: 100%;
  }
  
 .home-page .homesection6 .buttons .button-item:last-child {
    padding-left: 0;
}

.aboutpage1 .content-with-top-icon {
    margin-left: 0;
    margin-right: 0;
}
  
.indoor-decor-banner h1,
 .design-installation-banner h1 {
    font-size: 40px !important;
    line-height: 1.2em !important;
}

}

@media(max-width:575px){
  .dnd-section > .row-fluid, 
  .page-center, 
  .blog-container {
    max-width: 100% !important;
  }
  .home-page .homesection2 .dnd-section>.row-fluid>.span6:last-child {
    padding: 10px 30px !important;
  }

  .seasonalsales-page .seasonalsales1 .dnd-column>.row-fluid-wrapper>.row-fluid {
    padding-left: 0px;
    padding-right: 0px;
  }

  .seasonalsales-page .seasonalsales1 .dnd-column>.row-fluid-wrapper>.row-fluid>.span6:first-child {
    flex-basis: 100%;
  }

  .seasonalsales-page .seasonalsales1 .dnd-column>.row-fluid-wrapper>.row-fluid>.span6:last-child {
    flex-basis: 100%;
  }
  .seasonalsales-page .seasonalsales2 .content-with-image-align .content-inner {
    padding: 10px;
  }

  .blog-sidebar .content-wrapper {
    max-width: 100% !important;
  }

  .pick-experience-page .content-with-top-icon .columns-wrap {
    padding: 20px;
  }

}

@media(max-width:400px){
  form fieldset.form-columns-2 .hs-form-field .hs-input {
    width: 100% !important;
  }
}