*, *:before, *:after {
  box-sizing: border-box;
}

.fall-flower-img-sec .dnd-section .dnd-column,
.hs-full-width-page .dnd-section .dnd-column{
  padding: 0;
}
.hs-fall-flower-page .dnd-section {
  padding-top: 88px;
  padding-left: 0;
  padding-right: 0;
}
.hs-fall-flower-page-v2 .advanced-image .advanced-image-column img {
  width: 100%;
}

.hs-fall-flower-page-v2 .advanced-image .advanced-image-column {
  margin-left: calc(25% - 25vw);
  margin-right: calc(25% - 25vw);
  width: auto;
  max-width: 1000%;
}
.hs-fall-flower-page-v2 .fall-flower-img-sec .dnd-section {
  padding-left: 24px;
  padding-right: 24px;
}
.hs-full-width-page .dnd-section {
  margin-top: 118px;
  padding: 0;
}
.full-width-content h3 strong {
  font-weight: 700;
}

.full-width-content p {
  margin-bottom: 24px;
}

.full-width-content ul,
.full-width-content ol {
  padding: 0;
  font-weight: 300;
  color: #323232;
}

.full-width-content strong {
  font-weight: 700;
}

.full-width-content ul li {
  margin-bottom: 8px;
}

.full-width-content {
  margin-bottom: 13px;
}

@media (max-width: 768px){
  .full-width-content h1 {
    font-size: 55px;
  }
}
/*! 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 ;
    }
}
.dnd-section > .row-fluid,
.header__container,
.footer__container,
.page-center,
.content-wrapper {
  margin: 0 0;
  padding-left: 24px;
  padding-right: 24px;
}


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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face { 
  font-family: "museo-slab"; 
  src: url("//use.typekit.net/af/aa4f4e/000000000000000000012043/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"), 
    url("//use.typekit.net/af/aa4f4e/000000000000000000012043/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"), 
    url("//use.typekit.net/af/aa4f4e/000000000000000000012043/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype"); 
  font-style: normal; 
  font-weight: 500; 
  font-stretch: normal;
}

@font-face { 
  font-family: "museo-slab"; 
  src: url("//use.typekit.net/af/c225e2/000000000000000000011aff/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), 
    url("//use.typekit.net/af/c225e2/000000000000000000011aff/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), 
    url("//use.typekit.net/af/c225e2/000000000000000000011aff/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype"); 
  font-style: normal; 
  font-weight: 700; 
  font-stretch: normal;
}

@font-face { 
  font-family: "museo-slab"; 
  src: url("//use.typekit.net/af/696cdf/00000000000000000000ec0a/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"), 
    url("//use.typekit.net/af/696cdf/00000000000000000000ec0a/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"), 
    url("//use.typekit.net/af/696cdf/00000000000000000000ec0a/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype"); 
  font-style: italic; 
  font-weight: 700; 
  font-stretch: normal;
}


@font-face { 
  font-family: "wpzoom-socicon"; 
  src: url("https://22500275.fs1.hubspotusercontent-na1.net/hubfs/22500275/Jmorrisflowers_November2022/fonts/socicon.eot") format("embedded-opentype"), 
    url(https://22500275.fs1.hubspotusercontent-na1.net/hubfs/22500275/raw_assets/public/Jmorrisflowers_November2022/fonts/socicon.ttf), 
    url(https://22500275.fs1.hubspotusercontent-na1.net/hubfs/22500275/raw_assets/public/Jmorrisflowers_November2022/fonts/socicon.woff); 
  font-style: normal; 
  font-weight: normal;
}

@font-face { 
  font-family: Blackstone; 
  src: url(https://22500275.fs1.hubspotusercontent-na1.net/hubfs/22500275/raw_assets/public/Jmorrisflowers_November2022/fonts/Blackstone.woff); 
}

@font-face { 
  font-family: "museo-slab"; 
  src: url("https://use.typekit.net/af/53dec0/0000000000000000000100fe/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"), url("https://use.typekit.net/af/53dec0/0000000000000000000100fe/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"), url("https://use.typekit.net/af/53dec0/0000000000000000000100fe/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype"); font-style: normal;
  font-weight: 300;
  font-stretch: normal; 
}

@font-face { 
  font-family: "Font Awesome 6 Free"; 
  src: url(https://22500275.fs1.hubspotusercontent-na1.net/hubfs/22500275/raw_assets/public/Jmorrisflowers_November2022/fonts/fa-regular-400.woff2) format("woff2"), 
    url(https://22500275.fs1.hubspotusercontent-na1.net/hubfs/22500275/raw_assets/public/Jmorrisflowers_November2022/fonts/fa-regular-400.ttf) format("truetype"); 
  font-style: normal; 
  font-weight: 400;
}

@font-face { 
  font-family: "Font Awesome 6 Free"; 
  src: url(https://22500275.fs1.hubspotusercontent-na1.net/hubfs/22500275/raw_assets/public/Jmorrisflowers_November2022/fonts/fa-solid-900.woff2) format("woff2"), 
    url(https://22500275.fs1.hubspotusercontent-na1.net/hubfs/22500275/raw_assets/public/Jmorrisflowers_November2022/fonts/fa-solid-900.ttf) format("truetype"); 
  font-style: normal; 
  font-weight: 900;
}




body {
    line-height: 1.625;
}

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

/* Paragraphs */

p {
  margin: 0 0 16px;
  padding: 0;
  line-height: 1.5em;  
}

/* Anchors */

a {
  text-decoration: underline;
  -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
a:hover {
  text-decoration: none;
}

embed, iframe, img, object, video {
    max-width: 100%;
}
figure {
    margin: 0;
}
img {
    height: auto;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 12px;
}
h2 {
  text-transform: uppercase;
  font-weight: bold;
}


/* Lists */

ul,
ol {
  margin: 0 0 24px 32px;
}

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

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

.fa, .fa-brands, .fa-duotone, .fa-light, .fa-regular, .fa-solid, .fa-thin, .fab, .fad, .fal, .far, .fas, .fat {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}
.fa-regular, .fa-solid, .far, .fas {
    font-family: "Font Awesome 6 Free";
}
.fa-solid, .fas {
    font-weight: 900;
}
/* Code blocks */

b, strong {
    font-weight: 700;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
    border: 0;
    border-collapse: collapse;
    border-top: 1px solid rgba(0,0,0,.06);
    clear: both;
    margin-bottom: 40px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    box-sizing: content-box;
    height: 0;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  transition: all .15s linear;
  white-space: normal;
  font-family: 'museo-slab', sans-serif;
  letter-spacing: 1.4px;
  margin: 20px 0;
  text-decoration: none !important;
  text-transform: uppercase;
  border-radius: 30px;
  padding: 12px 35px;
  border: #355749 solid 3px;
  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 fields */

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

/* Labels */

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

/* 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 {
    display: inline-block;
    width: 100%;
    border-radius: 30px;
    padding: 24px 43px;
    color: #38344D;
    background: #e3f2eb;
    font-weight: 400;
    border: solid 1px;
    line-height: 1.5;
    font-family: inherit;
    font-size: 1rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.hs-input:focus {
  background-color: #fff;
  outline: 0;
  box-shadow: #0000001a 0 8px 16px;
  background: #fff;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}


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-msgs.inputs-list li {
    font-size: 20px;
}
.hs-error-msg {
    margin-top: 0.35rem;
    color: #dc3232;
    font-size: 1em;
    font-weight: normal;
    display: block;
    line-height: 1.5em;
}
.hs_error_rollup label.hs-main-font-element {
    border: 2px solid #ffb900;
    color: #323232;
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    font-size: 1rem;
    font-weight: 300;
}


/* Submit button */

form input[type=submit],
form .hs-button {
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    transition: all .15s linear;
    white-space: normal;
    font-family: 'museo-slab', sans-serif;
    letter-spacing: 1.4px;
    margin: 20px 0;
    text-decoration: none !important;
    text-transform: uppercase;
    border-radius: 30px;
    padding: 12px 35px;
    border: #355749 solid 3px;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* 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;
}
.without-banner header.header-group {
    min-height: 181px;
}

.hs-header-top-section {
    padding-left: 16px;
    padding-right: 16px;
    border-bottom: 1px solid rgba(0,0,0,.05);
    background: #355749;
    font-size: .8rem;
}
.hs-lp-header .hs-header-top-section {
    padding-top: 4px;
    padding-bottom: 6px;
}
.header-fixed-inner .header__container {
    padding-left: 0;
    padding-right: 0;
}
.hs-header-top-inner {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    align-items: center;
}
.hs-header-btn-group {
    padding: 16px 24px;
}
.hs-header-btn-group > div {
    display: inline-block;
    margin-right: 20px;
}
.hs-header-btn-group > div:last-child {
    margin-right: 0;
}
.hs-header-btn-group .button-2 a {
    display: inline-block;
    font-family: 'museo-slab', sans-serif;
    text-decoration: none;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    border-radius: 30px;
    font-weight: 500;
    padding: 8px 30px;
    font-size: 12px;
    border: none;
    color: #355749;
    background-color: #ffffff;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.hs-header-btn-group .button-2 a:hover {
    background-color: #355749;
    color: #fff;
}
.header_phone a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    font-weight: 300;
}
.header_phone a:hover {
    color: #fff;
}
.hs-header-bottom-section {
    background: rgba(250,250,250,0.8);
    position: absolute;
    z-index: 96;
    width: 100%;
}
.hs-header-bottom-section .header__container {
    margin-top: 4px;
    margin-bottom: 4px;
    padding-left: 8px;
    padding-right: 8px;
}
.hs-header-bottom-inner {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
}


@media only screen and (min-width: 545px) {
  .scroll-header .hs-header-bottom-section {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
  }
}

/* Logo */

.header__logo {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    height: auto;
    justify-content: flex-start;
    margin-right: auto;
    max-width: 180px;
    overflow: hidden;
    margin-left: 16px;
    margin-right: 16px;
}
.header__logo a {
    margin: 24px 0 24px;
    display: block;
}
.header__logo img {
  max-width: 100%;
}
.header__logo img {
    vertical-align: middle;
}


@media (min-width: 768px) {
  .mobile-trigger,
  .menu-overlay {
   display:none !important;
  }
  .header__navigation.header--element {
      -webkit-box-flex: 0;
      -ms-flex-positive: 1;
      -webkit-box-flex: 1;
      -ms-flex-preferred-size: 0;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      flex-basis: 0;
      flex-grow: 1;
      margin-bottom: 12px;
      margin-top: 12px;
      max-width: 100%;
      text-align: right;
  }
   .navigation-primary .has-submenu > a {
    position: relative;
}
   .navigation-primary .has-submenu:hover > a:after {
    width: 100%;
    height: 40px;
    background: transparent;
    content: "";
    display: block;
    position: absolute;
    bottom: -30px;
    left: 0;
    z-index: 1;
}
}

@media (max-width: 1199px) {
  .header__logo {
      max-width: 168px;
  }
}

@media (min-width: 768px) and (max-width: 1140px) {
  .header__navigation.header--element {
      margin-top: 3px;
  }
}



/* Navigation */

#nav-toggle {
  display: none;
}

/* Mobile toggles */

@media (max-width: 767px) {
  .header__logo a {
      margin: 5px 0 2px;
  }
  .header__logo img {
      vertical-align: baseline;
  }
  .header__logo {
    max-width: 125px;
    margin-top: 4px;
  }
  .mobile-trigger {
      cursor: pointer;
      width: auto;
      color: rgba(255,255,255,1);
      font-weight: 400;
      line-height: 1;
      text-align: center;
      -webkit-font-smoothing: antialiased;
      font-size: 1rem;
      padding: 24px 16px;
      display: block;  
  }
  .mobile-trigger .mai-bars {
      position: relative;
      width: 32px;
      color: #323232;
      -webkit-transition: background 0s .2s;
      transition: background 0s .2s;
  }
  .mobile-trigger .mai-bars, 
  .mobile-trigger .mai-bars:before, 
  .mobile-trigger .mai-bars:after {
      display: block;
      height: 2px;
      background-color: currentColor;
      overflow: visible;
  }
  .mobile-trigger .mai-bars:before, 
  .mobile-trigger .mai-bars:after {
      content: '';
      position: absolute;
      left: 0;
      width: 100%;
      will-change: transform;
      -webkit-transform: rotate(0);
      transform: rotate(0);
  }
  .mobile-trigger .mai-bars:before {
      top: -9px;
      -webkit-transition: top .2s .2s,-webkit-transform .2s 0s;
      transition: top .2s .2s,-webkit-transform .2s 0s;
      transition: top .2s .2s,transform .2s 0s;
      transition: top .2s .2s,transform .2s 0s,-webkit-transform .2s 0s;
  }
  .mobile-trigger .mai-bars:after {
      bottom: -9px;
      -webkit-transition: bottom .2s .2s,-webkit-transform .2s 0s;
      transition: bottom .2s .2s,-webkit-transform .2s 0s;
      transition: bottom .2s .2s,transform .2s 0s;
      transition: bottom .2s .2s,transform .2s 0s,-webkit-transform .2s 0s;
  }
  .mobile-open .mobile-trigger .mai-bars:before {
      top: 0;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition: top .2s 0s,-webkit-transform .2s .2s;
      transition: top .2s 0s,-webkit-transform .2s .2s;
      transition: top .2s 0s,transform .2s .2s;
      transition: top .2s 0s,transform .2s .2s,-webkit-transform .2s .2s;
  }
  .mobile-open .mobile-trigger .mai-bars:after {
      bottom: 0;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transition: bottom .2s 0s,-webkit-transform .2s .2s;
      transition: bottom .2s 0s,-webkit-transform .2s .2s;
      transition: bottom .2s 0s,transform .2s .2s;
      transition: bottom .2s 0s,transform .2s .2s,-webkit-transform .2s .2s;
  }
  .mobile-open .mobile-trigger .mai-bars {
    background: 0 0;
  }
  
  @-webkit-keyframes standardMenu {
    0% {
      top: 80%;
      opacity: 0
    }

    100% {
      top: 100%;
      opacity: 1
    }
  }

  @keyframes standardMenu {
    0% {
      top: 80%;
      opacity: 0
    }

    100% {
      top: 100%;
      opacity: 1
    }
  }  
  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0
    }

    100% {
      opacity: 1
    }
  }

  @keyframes fadeIn {
    0% {
      opacity: 0
    }

    100% {
      opacity: 1
    }
  }  
  
  .menu-overlay {
      content: '';
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 0;
      background: rgba(0,0,0,.6);
      z-index: 1;
      -webkit-animation: fadeIn .3s ease-in-out;
      animation: fadeIn .3s ease-in-out;
      opacity: 0;
  }
  .mobile-open .menu-overlay {
      opacity: 1;
      height: 100%;
  }
  .mobile-open {
    overflow: hidden;
  }
  .header__navigation {
      max-height: 100vh;
      display: none;
      background-color: #fff;
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      opacity: 0;
      width: 100%;
      z-index: 111;
  }
  @media (max-height: 440px) {
    .header__navigation {
        max-height: 70vh;
    }  
  }
  .mobile-open .header__navigation {
      display: block;
      overflow-x: hidden;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
      -webkit-animation: standardMenu .3s ease-in-out;
      animation: standardMenu .3s ease-in-out;
      opacity: 1;
  }
  .hs-header-bottom-section .header__container {
      margin-top: 0;
      margin-bottom: 0;
  }
  .header__navigation.open {
    background-color: #F8FAFC;
    display: block;
    height: calc(100vh - 115px);
    left: 0;
    position: absolute;
    right: 0;
    top: 75px;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0 5vw;
    position: relative;
  }

  .header__navigation--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }


  .header__close--toggle.show {
    display: block;
  }
}

@media (max-width: 600px) {
  .hs-header-btn-group {
    padding-left: 0;
    padding-right: 0;
  }
  .hs-header-btn-group .button-2 a {
      font-size: 12px;
      padding: 8px 20px;
  }
}
footer.footer a {
    text-decoration: none;
}
.hs-footer-top-section {
    background: #FFFFFF;
    color: rgba(56, 52, 77, .5);
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.hs-footer-top-section .footer__container {
    max-width: 1200px;
    margin: auto;
    width: 80%;
    padding-top: 64px;
    padding-bottom: 36px;
}
.footer-top-section-inner {
    margin-left: -24px;
    margin-right: -24px;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.hs-footer-top-column {
    display: flex;
    justify-content: center;
    flex-flow: column;
    margin-left: 24px;
    margin-right: 24px;
}
.hs-footer-top-column-inner {
    margin-bottom: 32px;
}
.footer-logo-column .hs-footer-top-column-inner {
    max-width: 200px;
}
.footer-address-column .hs-footer-top-column-inner,
.footer-social-column .hs-footer-top-column-inner {
    min-height: 164px;
}
.footer-menu-column .hs-menu-wrapper ul {
    display: block;
    margin: 0 0 24px 20px;
}
.footer-menu-column .hs-menu-wrapper ul > li {
    width: 100%;
    margin-bottom: 6px;
}
.footer-menu-column .hs-menu-wrapper ul > li:last-child {
    margin-bottom:0;
}
.footer-menu-column .hs-menu-wrapper ul > li > a {
    color: rgba(56, 52, 77, .5);
}
.footer-menu-column .hs-menu-wrapper ul > li > a:hover {
    color: #4BA075;
}
.footer-address-column .hs-footer-top-column-inner, 
.footer-address-column .hs-footer-top-column-inner p {
    font-weight: bold;
    font-size: 16px;
    line-height: 33px;
}
.footer-address-column .hs-footer-top-column-inner a {
    color: inherit;
}
.footer-address-column .hs-footer-top-column-inner a:hover {
    color: #4BA075;
}
.hs-footer-bottom-section {
    background: #4ba075;
    color: #fff;
    font-family: Lato,sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid rgba(0,0,0,.1);
}
.hs-footer-bottom-section ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.hs-footer-bottom-section ul > li {
    width: auto;
    display: inline-block;
}
.hs-footer-bottom-section ul > li a {
    color: #fff;
    text-decoration: none;
}
.hs-footer-bottom-section ul > li span {
    padding: 0 5px;
}
.footer-address-column .hs-footer-top-column-inner p:last-child {
    margin-bottom: 0;
}
#back-to-top {
    position: fixed;
    bottom: 20px;
    text-align: center;
    right: 20px;
    width: 50px;
    padding: 10px;
    background: #355749;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1000;
    text-decoration: none;
}
#back-to-top img {
    width: 15px;
    margin: auto;
}


@media only screen and (min-width: 769px) {
  .hs-footer-top-column {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -ms-flex: 0 0 auto;
      -webkit-box-flex: 0;
      flex: 0 0 auto;
      -ms-flex-preferred-size: calc(25% - 48px);
      flex-basis: calc(25% - 48px);
      max-width: calc(25% - 48px);
  }
}

@media (max-width: 991px) {
  .footer-address-column .hs-footer-top-column-inner, 
  .footer-social-column .hs-footer-top-column-inner {
      min-height: auto;
  }
}


@media (max-width: 768px) {
  .hs-footer-bottom-section ul > li span {
      display: none;
  }
  .hs-footer-bottom-section ul > li {
      display: block;
  }
  .footer-top-section-inner {
      display: flex;
      flex-flow: column nowrap;
      justify-content: center;
      text-align: center;
  }
  .hs-footer-top-column {
      display: flex;
      flex-flow: row wrap;
      justify-content: center;
      margin: auto;
  }
  .hs-footer-top-column.footer-logo-column {
      order: 0;
  }
  .hs-footer-top-column.footer-menu-column {
      order: 3;
  }
  .hs-footer-top-column.footer-address-column {
      order: 1;
  }
  .hs-footer-top-column.footer-social-column {
      order: 2;
  }
  .hs-footer-top-section .footer__container {
      padding-top: 0;
      padding-bottom: 0;
  }
  .footer-menu-column .hs-menu-wrapper ul {
      margin-bottom: 0;
      margin-left: 0;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}
.banner-section .dnd-section {
    padding: 0;
}
.banner-section .dnd-section > .row-fluid {
    padding: 0;
}
.hs-home-banner-section .banner-group .inner-section.center {
    padding-top: 111px;
}
.hs-home-row1 {
    text-align: center;
}
.hs-home-row1 h2 {
    font-size: 35px;
    text-transform: capitalize;
    color: #323232;
}
.hs-home-row1 p {
    margin-bottom: 24px;
}
.dnd-section[class*="force-full"] {
    padding: 0;
}	
.dnd-section[class*="force-full"] .dnd-column {
    padding: 0 !important;
}
.dnd-section[class*="force-full"] > .row-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.cont-with-bg_module.custom_contentWith_bg .inner-sec .content {
    text-align: center;
}
.cont-with-bg_module.custom_contentWith_bg .content-wrapper {
    padding: 1em;
    min-height: 431px;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.cont-with-bg_module.custom_contentWith_bg .btn-items a {
    border: 3px solid #355749;
    border-radius: 30px;
    cursor: pointer;
    display: inline-block;
    font-family: museo-slab,sans-serif;
    font-size: 14px;
    letter-spacing: 1.4px;
    padding: 12px 35px;
    text-align: center;
    text-decoration: none!important;
    text-transform: uppercase;
    transition: all .15s linear;
    white-space: normal;
    background-color: #355749;
    color: #fff;
    margin-top: 30px;
    margin-bottom:0;
}
.cont-with-bg_module.custom_contentWith_bg .btn-items a:hover {
    background-color: #fff;
    border: 3px solid #355749;
    color: #355749;
}
.cont-with-bg_module.custom_contentWith_bg .inner-sec .content h2 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 36px;
    margin: 0 0 12px 0;
}
.cont-with-bg_module.custom_contentWith_bg .btn-items:not(:last-child) a {
    margin-right: 0;
}
.cont-with-bg_module.custom_contentWith_bg .background-wrapper .bgimgoverlay {
    background-position: 50% 31% !important;
    height: 101%;
    left: 0;
    width: 101%;
}
.cont-with-bg_module.custom_contentWith_bg.change_pos .background-wrapper .bgimgoverlay {
    background-position: center !important;
}
.cont-with-bg_module.custom_contentWith_bg {
    box-shadow: #0000001a 0 8px 16px;
}
.hs-home-body-container-wrapper .hs_cos_wrapper_type_rich_text p {
    margin-bottom: 24px;
}
.hs-home-row4 .hs_cos_wrapper_type_rich_text h6,
.hs-home-row5 .hs_cos_wrapper_type_rich_text h6 {
  font-size: 36px;
  margin:0 0 24px 0;
  line-height: 1.5em;
  font-family: Josefin Sans,sans-serif;
  font-weight: 400;
  color: #575757;
}
.hs-home-row4 .hs_cos_wrapper_type_rich_text h3,
.hs-home-row7 .hs_cos_wrapper_type_rich_text h3 {
    color: #575757;
    font-weight: 400;
    line-height: 1.5em;
    font-size: 36px;
    margin-bottom: 24px;
    text-transform: inherit;
    font-family: 'Josefin Sans', sans-serif;
}
.hs-home-row4 .hs_cos_wrapper_type_rich_text h3 {
    margin-bottom: -2px;
}
.hs-home-row4,
.hs-home-row5 {
    text-align: center;
}
.hs-home-row9 .hs_cos_wrapper_type_header h3 {
    font-family: 'Blackstone' !important;
    color: #355749;
    font-weight: 400;
    font-size: 36px;
}
.hs-home-row8 .hs_cos_wrapper_type_rich_text h3 {
    margin-bottom: 24px;
    font-size: 36px;
    color: #575757;
    font-weight: 400;
    line-height: 1.5em;
    font-family: 'Josefin Sans', sans-serif;
}
.hs-home-row8 a.button {
    margin-top: 30px;
    margin-bottom: 0px;
}
.hs-home-row11 h2 {
    font-size: 42px;
    color: #323232;
}
.hs-home-row11 .hs_cos_wrapper_type_linked_image {
    display: block;
    margin: 0 0 1px;
}
.hs-home-row11 form {
    max-width: 878px;
    margin: auto;
}
.hs-home-row11 form textarea,
.hs-contact-body-container-wrapper form textarea {
    min-height: 290px;
}
.hs-home-row11 form .actions,
.hs-contact-body-container-wrapper form .actions {
    text-align: center;
}
.hs-home-row11 form .actions input.hs-button.primary,
.hs-contact-body-container-wrapper form .actions input.hs-button.primary {
    margin-top: 37px;
    padding: 11px 35px;
}
.hs-about_us-row2 .hs-imageContent_equal_section .mid_section_item.content_item h3 {
    font-family: 'museo-slab', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.953em;
    margin: 0 0 20px;
    line-height: 1.2;
}
.hs-about_us-row4 .hs-fullWidth-content h3 {
    padding-bottom: 20px;
}
.fa-mobile-alt:before, .fa-mobile-screen-button:before {
    content: "\f3cd";
}
.fa-envelope:before {
    content: "\f0e0";
}
.fa-location-dot:before, 
.fa-map-marker-alt:before {
    content: "\f3c5";
}
.fa-clock-four:before, .fa-clock:before {
    content: "\f017";
}
.hs-subscriptions-body-container-wrapper .hs_cos_wrapper_type_rich_text p {
    margin-bottom: 24px;
}
.seasonal-page .banner-group .bottom_btn a:not(:hover) {
    background-color: #355749 !important;
    color: #fff !important;
}
.banner-section-seasonal .banner-group .banner .content-wrapper {
    max-width: 1200px;
}
.banner-section-seasonal .inner-section.left {
    max-width: 500px !important;
    margin-top: 220px;
    text-align: center;
}
.banner-section-seasonal .banner-group .banner {
    min-height: 770px;
}
.banner-section-seasonal .inner-section.left p {
    font-size: 30px;
}





@media (min-width:768px) {
  .hs-about_us-row2 .hs-imageContent_equal_section .mid_section_item {
      padding-left: 51px;
  }
  .hs-about_us-row2 .hs-imageContent_equal_section .mid_section_item.content_item {
      padding: 45px 70px 30px;
      padding-left: 0;
  }
  .hs-about_us-row2 .hs-imageContent_equal_section .mid_section_row {
      margin-bottom: 45px;
  }
}


@media (max-width:900px) and (min-width:768px) {
  .hs-home-row4 h2 {
      font-size: 1.45rem;
  }
}

@media (max-width:767px) {
  .hs-home-row8 .hs_cos_wrapper_type_rich_text h3 {
      color: #000;
  }
  .hs-home-row11 h2 {
      font-size: 30px;
  }
}

.fancybox-button:hover {
    background-color: #000;
}
/* Slider */
.slick-slider
{
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list
{
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}
.slick-list:focus
{
  outline: none;
}
.slick-list.dragging
{
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track
{
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
  display: table;

  content: '';
}
.slick-track:after
{
  clear: both;
}
.slick-loading .slick-track
{
  visibility: hidden;
}

.slick-slide
{
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide
{
  float: right;
}
.slick-slide img
{
  display: block;
}
.slick-slide.slick-loading img
{
  display: none;
}
.slick-slide.dragging img
{
  pointer-events: none;
}
.slick-initialized .slick-slide
{
  display: block;
}
.slick-loading .slick-slide
{
  visibility: hidden;
}
.slick-vertical .slick-slide
{
  display: block;

  height: auto;

  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-dots li button:before{
  content:none !important;
}
.slick-dots{
  position: relative;
}


/* dots css */


[type=button]{
  display: none;
}
ul.slick-dots {
  position: absolute;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  bottom: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
ul.slick-dots li {
  width: 10px;
  height: 10px;
  background-color: transparent;
  border: 1px solid  var(--primary_color);
  border-radius: 50%;
  cursor: pointer;
  outline: 0;
  margin: 0px 10px;
}
ul.slick-dots li.slick-active {
  background-color: var(--primary_color);
  width: 14px;
  height: 14px;
}


/* arrows css */

.slick-arrow {
  position: absolute;
  cursor: pointer;
  z-index: 2;
}
.slick-prev {
  background-image: url(https://22500275.fs1.hubspotusercontent-na1.net/hubfs/22500275/Jmorrisflowers_November2023/Home/Polygon%20left.png);
  background-repeat: no-repeat;
  top: 50%;
  left: 10px;
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.slick-next {
  top: 50%;
  right: 10px;
  width: 50px;
  height: 50px;
  background-image: url(https://22500275.fs1.hubspotusercontent-na1.net/hubfs/22500275/Jmorrisflowers_November2023/Home/arrow_right.png);
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.slick-disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}