*, *: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,.dnd-section > .row-fluid, .page-center {
  margin: 0 auto;
}

.dnd-section {
    max-width: calc(100% - 4rem);
    margin: 0 auto;
}
@font-face { font-family: "adobe-caslon-pro";
  src: url("https://use.typekit.net/af/d7062a/000000000000000000012d66/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"),
    url("https://use.typekit.net/af/d7062a/000000000000000000012d66/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"),
    url("https://use.typekit.net/af/d7062a/000000000000000000012d66/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
  font-style: italic; font-weight: 700; font-stretch: normal; font-display: auto; }


@font-face { font-family: "freight-sans-pro";
  src: url("https://use.typekit.net/af/442215/000000000000000000010b5a/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),
    url("https://use.typekit.net/af/442215/000000000000000000010b5a/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),
    url("https://use.typekit.net/af/442215/000000000000000000010b5a/27/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: "freight-sans-pro"; 
  src: url("https://use.typekit.net/af/3df5fe/000000000000000000010b5b/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"), 
    url("https://use.typekit.net/af/3df5fe/000000000000000000010b5b/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"), 
    url("https://use.typekit.net/af/3df5fe/000000000000000000010b5b/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype"); 
  font-style: italic; font-weight: 400; font-stretch: normal; font-display: auto; }

@font-face { font-family: "freight-sans-pro";
  src: url("https://use.typekit.net/af/cef9f3/000000000000000000010b5e/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff2"),
    url("https://use.typekit.net/af/cef9f3/000000000000000000010b5e/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff"),
    url("https://use.typekit.net/af/cef9f3/000000000000000000010b5e/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("opentype");
  font-style: normal; font-weight: 600; font-stretch: normal; font-display: auto; }

@font-face { font-family: "freight-sans-pro";
  src: url("https://use.typekit.net/af/2a72d2/000000000000000000010b5f/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3") format("woff2"),
    url("https://use.typekit.net/af/2a72d2/000000000000000000010b5f/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3") format("woff"),
    url("https://use.typekit.net/af/2a72d2/000000000000000000010b5f/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3") format("opentype");
  font-style: italic; font-weight: 600; font-stretch: normal; font-display: auto; }

@font-face { 
  font-family: "freight-sans-pro";
  src: url("https://use.typekit.net/af/1709eb/000000000000000000010b60/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), 
    url("https://use.typekit.net/af/1709eb/000000000000000000010b60/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), 
    url("https://use.typekit.net/af/1709eb/000000000000000000010b60/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype"); 
  font-style: normal; font-weight: 700; font-stretch: normal; font-display: auto; 
}

@font-face { font-family: "icomoon";
  src: url(https://19992749.fs1.hubspotusercontent-na1.net/hubfs/19992749/raw_assets/public/FrogFurnishings_July2022/fonts/icomoon.eot) format("embedded-opentype"),
    url(https://19992749.fs1.hubspotusercontent-na1.net/hubfs/19992749/raw_assets/public/FrogFurnishings_July2022/fonts/icomoon.woff) format("woff"),
    url(https://19992749.fs1.hubspotusercontent-na1.net/hubfs/19992749/raw_assets/public/FrogFurnishings_July2022/fonts/icomoon.ttf) format("truetype"),
    url(https://19992749.fs1.hubspotusercontent-na1.net/hubfs/19992749/raw_assets/public/FrogFurnishings_July2022/fonts/icomoon.svg) format("svg");
  font-style: normal; font-weight: normal; }

html {
  font-size: 62.5%;
}

body {
  font-family: "freight-sans-pro","Helvetica","Arial",sans-serif;
  line-height: 1.4;
  font-kerning: normal;
  -webkit-font-variant-ligatures: common-ligatures contextual;
  font-variant-ligatures: common-ligatures contextual;
  font-variant-numeric: lining-nums slashed-zero;
  -webkit-font-feature-settings: 'kern', 'liga', 'clig', 'calt', 'zero', 'lnum';
  font-feature-settings: 'kern', 'liga', 'clig', 'calt', 'zero', 'lnum';
}

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

/* Paragraphs */

p {
  margin: 0 0 2rem;
  line-height: 1.7;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

h4 {
  line-height: 1.1;
  margin-bottom: 1rem;
}


/* Lists */

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

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

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

/* Labels */

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

/* Help text - legends */



/* 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: block;
  width: 100%;
  font-weight: 600;
  color: #333;
  padding: 1rem;
  border: 1px solid #d7d7d7;
  border-radius: 0;
  font-family: "freight-sans-pro","Helvetica","Arial",sans-serif;
  font-size: 2rem;
  text-align: center;
}

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

form input[type=submit],
form .hs-button {
  color: #fff;
  background-color: #0066b0;
  border-color: #0066b0;
  padding: 1rem 3rem;
  border-width: 2px!important;
  border-style: solid!important;
  border-radius: 5px;
  font-size: 1.8rem;
  font-weight: 600;
  font-family: freight-sans-pro,Helvetica,Arial,sans-serif;
  transition: background-color .25s ease-in-out,border .25s ease-in-out;
  cursor: pointer;
  text-align: center;
  margin-top: 10px;
  display: inline-block;
}

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

.head-wrap {
  min-height: 95px;
}
header.header {
  padding: 0 20px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  -webkit-transition: -webkit-filter 250ms ease-in-out;
  transition: -webkit-filter 250ms ease-in-out;
  -o-transition: filter 250ms ease-in-out;
  transition: filter 250ms ease-in-out;
  transition: filter 250ms ease-in-out, -webkit-filter 250ms ease-in-out;
  flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: justify;
  display: flex;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

header.scrolled {
  -webkit-filter: drop-shadow(0 1rem 1rem rgba(0,0,0,0.3));
  filter: drop-shadow(0 1rem 1rem rgba(0,0,0,0.3));
}

header.header .m-brand {
  display:block;
}

header.header .m-brand a span {
  display: block;
  width: 12.5rem;
  height: 6.5rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  font-size: 0;
  color: transparent;
  -webkit-transition: width 250ms ease-in-out, height 250ms ease-in-out;
  -o-transition: width 250ms ease-in-out, height 250ms ease-in-out;
  transition: width 250ms ease-in-out, height 250ms ease-in-out;
  background-image: url(https://19992749.fs1.hubspotusercontent-na1.net/hubfs/19992749/raw_assets/public/FrogFurnishings_July2022/images/FrogHeaderLogo.svg);
}

header.scrolled .m-brand a span {
  width: 9.5rem;
  height: 5.4rem;
}

header.header .l-wrapper.l-wrapper--full {
  padding: 1.5rem 0;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  flex-direction: row;
  align-items: center;
  transition: padding 250ms ease-in-out;
  flex-wrap: wrap;
}
header.scrolled .l-wrapper.l-wrapper--full {
  padding: 1.55rem 0;
}

.Header-nav {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.Header-nav >nav{
  display: block;
}

.Header-nav nav.navigation-primary >ul.submenu.level-1 {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}


.Header-nav nav.navigation-primary >ul.submenu.level-1 >li {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 20px;
  position: relative;
}



.Header-nav nav.navigation-primary >ul.submenu.level-1 >li>a {
  display: block;
  font-size: 20px;
  color: #4D4D4D;
  position: relative;
  font-weight: 400;
  padding-bottom: 20px;
  top: 10px;
  font-family: freight-sans-pro;
}


.Header-nav nav.navigation-primary >ul.submenu.level-1 >li>a::after {
  content: '';
  display: block;
  width: 80%;
  height: 1px;
  background: #4D4D4D;
  position: absolute;
  left: 10%;
  bottom: 2rem;
  -webkit-transition: opacity 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
  transition: opacity 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
  -o-transition: opacity 250ms ease-in-out, transform 250ms ease-in-out;
  transition: opacity 250ms ease-in-out, transform 250ms ease-in-out;
  transition: opacity 250ms ease-in-out, transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
  opacity: 0;
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}

.Header-nav nav.navigation-primary >ul.submenu.level-1 >li>a:hover::after {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.Header-nav nav.navigation-primary>ul.submenu.level-1>li:last-child a {
  color: #6CB54C;;
}


.Header-nav nav.navigation-primary>ul.submenu.level-1>li>ul.submenu.level-2 {
  display: block;
  position: absolute;
  top: 5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  border-top: 3px solid #0066B0 !important;
  -webkit-filter: drop-shadow(0 0 0.5rem rgba(0,0,0,0.2));
  filter: drop-shadow(0 0 0.5rem rgba(0,0,0,0.2));
  padding: 1rem;
  opacity: 0;
  pointer-events: all !important;
  -webkit-transition: opacity 250ms ease-in-out;
  -o-transition: opacity 250ms ease-in-out;
  transition: opacity 250ms ease-in-out;
  visibility: hidden;
}

.Header-nav nav.navigation-primary>ul.submenu.level-1>li>ul.submenu.level-2>li {
  display: block;
  width: 100%;
}


.Header-nav nav.navigation-primary>ul.submenu.level-1>li>ul.submenu.level-2>li>a {
  display: block;
  font-size: 2rem;
  color: #4D4D4D;
  position: relative;
  font-weight: 400;
  line-height: 1.2;
  padding: 0.3rem 0.5rem;
  white-space: nowrap;
}
.Header-nav nav.navigation-primary>ul.submenu.level-1>li>ul.submenu.level-2>li>a:hover{
  background-color:transparent;
  color: #0066B0;
}

.Header-nav nav.navigation-primary>ul.submenu.level-1>li:hover ul.submenu.level-2 {
  opacity: 1;
  visibility: visible;
}

.m-responsive-navs{
  display:none;
}


.m-responsive-navs>a {
  font-size: 0;
  display: block;
  width: 3rem;
  height: 1.7rem;
  -webkit-transition: color 250ms ease-in-out, -webkit-transform 500ms ease-in-out;
  transition: color 250ms ease-in-out, -webkit-transform 500ms ease-in-out;
  -o-transition: transform 500ms ease-in-out, color 250ms ease-in-out;
  transition: transform 500ms ease-in-out, color 250ms ease-in-out;
  transition: transform 500ms ease-in-out, color 250ms ease-in-out, -webkit-transform 500ms ease-in-out;
  position: fixed;
  top: 20px;
  right: 20px;
}

.m-burger__lines {
  position: relative;
  top: 0;
  display: inline-block;
  width: 2.5rem;
  height: 3px;
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  background: #333;
}

.m-burger__lines::before, .m-burger__lines::after {
  position: absolute;
  right: 0;
  display: block;
  width: 2.5rem;
  height: 3px;
  content: '';
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  -webkit-transform-origin: 0 center;
  -ms-transform-origin: 0 center;
  transform-origin: 0 center;
  background: #333;
}

.m-burger__lines::before {
  top: 7.2px;
}

.m-burger__lines::after {
  top: -7.2px;
}


.head-wrap {
  min-height: 95px;
}

.m-responsive-navs a {
  position: fixed;
  top: 27px;
  right: 20px;
}
header.header .m-brand img {
  width: 100% !important;
  height: 6.5rem;
  max-width: 12.5rem;
  -webkit-transition: max-width 250ms ease-in-out, height 250ms ease-in-out;
  -o-transition: max-width 250ms ease-in-out, height 250ms ease-in-out;
  transition: max-width 250ms ease-in-out, height 250ms ease-in-out;
}

header.header.scrolled .m-brand img {
  max-width: 9.5rem;
  height: 5.5rem;
  margin-top: -1px;
}



@media (min-width:769px) {
  .menu-main-menu-container {
    display:none !important;
  }
}

@media(max-width:951px){
  .Header-nav nav.navigation-primary>ul.submenu.level-1>li {
    margin:0px 10px;
  }

  .Header-nav nav.navigation-primary>ul.submenu.level-1>li>a {
    font-size:17px;
  }
}

@media(max-width:768px){

  .custom-menu-primary .hs-menu-wrapper>ul.hs-menu-children-wrapper.active {
    z-index: 2;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    left: 0!important;
    transform: translateZ(0);
    opacity: 1;
  }

  .head-wrap {
    min-height: 60px;
  }

  .header{
    height: 6rem;
  }

  .Header-nav {
    display:none;
  }

  .m-responsive-navs {
    display:block;
  }

  header.header .m-brand a span {
    width: 7.5rem;
    height: 5.5rem;
  }

  header.scrolled .m-brand a span {
    width: 7.5rem;
    height: 5.5rem;
  }

  header.header .l-wrapper.l-wrapper--full,header.scrolled .l-wrapper.l-wrapper--full{
    padding:0px;
  }
  .head-wrap {
    min-height: 60px;
  }
  .menu-main-menu-container {
    position: fixed;
    width: 100vw;
    height: calc(100vh - 6rem) !important;
    top: 7rem;
    left: 0;
    z-index: 999;
    background-color: #F0F0F0;
    opacity: 1;
    -webkit-transition: opacity 250ms ease-in-out;
    -o-transition: opacity 250ms ease-in-out;
    transition: opacity 250ms ease-in-out;
    display:none
  }
  .dl-active .m-burger__lines {
    background: transparent;
  }

  .dl-active .m-burger__lines:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    top: 0;
    left: 0;
    width: 2.5rem;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background: #333;
  }

  .dl-active .m-burger__lines:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    top: 0;
    left: 0;
    width: 2.5rem;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background: #333;
  }


  .dl-active .menu-main-menu-container {
    display:block !important;
    top: 6rem;
    display:block;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .custom-menu-primary .hs-menu-wrapper>ul li {
    width: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    flex-direction: column;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a {
    display: block;
    position: relative;
    padding: 15px 20px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    color: #4D4D4D;
    outline: none;
    border-bottom: 1px solid #E4E4E4;
  }
  .custom-menu-primary .hs-menu-wrapper > ul.dl-menuopen > li:last-child>  a {
    color: #6CB54C;
    line-height: 1.4;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover {
    background: rgba(255,248,213,0.1);
  }
  .custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children {
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children a:after {
    position: absolute;
    top: 0;
    line-height: 50px;
    font-family: 'icomoon';
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e000";
    right: 10px;
    color: rgba(0,0,0,0.5);
  }
  .custom-menu-primary .hs-menu-wrapper>ul li.dl-back>a {
    padding-left: 30px;
    background: rgba(0,0,0,0.05);
    border-bottom: transparent;
    color: #333;
    font-weight: 600;
    font-size: 1.4rem;
    text-transform: uppercase;
  }
  .custom-menu-primary .hs-menu-wrapper>ul li.dl-back {
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper>ul li.dl-back:after {
    position: absolute;
    top: 0;
    line-height: 50px;
    font-family: 'icomoon';
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e000";
    left: 10px;
    color: rgba(0,0,0,0.5);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    z-index:-1;
  }
  .custom-menu-primary .hs-menu-wrapper>ul li.dl-back>a:hover {
    background: rgba(255,248,213,0.1);
  }
  header.header .m-brand img, header.header.scrolled .m-brand img {
    max-width: 7.5rem;
    height: 5.5rem;
    margin-top: 0;
  }
}

.Header-nav nav.navigation-primary>ul.submenu.level-1>li>a.active-item,
.Header-nav nav.navigation-primary>ul.submenu.level-1>li>a.active-branch{
  font-weight: 600;
  color: #0066B0;
}


.Header-nav nav.navigation-primary>ul.submenu.level-1>li>a.active-item:after,
.Header-nav nav.navigation-primary>ul.submenu.level-1>li>a.active-branch:after{
  height: 3px;
  background: #0066B0;
  opacity: 1;
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
  content: '';
  display: block;
  width: 80%;
  -webkit-transition: opacity 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
  transition: opacity 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
  -o-transition: opacity 250ms ease-in-out, transform 250ms ease-in-out;
  transition: opacity 250ms ease-in-out, transform 250ms ease-in-out;
  transition: opacity 250ms ease-in-out, transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
}

.Header-nav nav.navigation-primary>ul.submenu.level-1>li>a:hover::after {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}



.custom-menu-primary .hs-menu-wrapper > ul.hs-menu-children-wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  -webkit-transform: translate3d(100%,0,0);
  -moz-transform: translate3d(100%,0,0);
  -ms-transform: translate3d(100%,0,0);
  -o-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
  -webkit-transition: -webkit-transform 350ms cubic-bezier(.55,0,.1,1);
  transition: -webkit-transform 350ms cubic-bezier(.55,0,.1,1);
  -webkit-transition: transform 350ms cubic-bezier(.55,0,.1,1);
  -moz-transition: transform 350ms cubic-bezier(.55,0,.1,1);
  -ms-transition: transform 350ms cubic-bezier(.55,0,.1,1);
  -o-transition: transform 350ms cubic-bezier(.55,0,.1,1);
  transition: transform 350ms cubic-bezier(.55,0,.1,1);
}    
.custom-menu-primary .hs-menu-wrapper > ul.dl-menuopen {
  -webkit-transition: -webkit-transform 350ms cubic-bezier(.55,0,.1,1);
  transition: -webkit-transform 350ms cubic-bezier(.55,0,.1,1);
  -webkit-transition: transform 350ms cubic-bezier(.55,0,.1,1);
  -moz-transition: transform 350ms cubic-bezier(.55,0,.1,1);
  -ms-transition: transform 350ms cubic-bezier(.55,0,.1,1);
  -o-transition: transform 350ms cubic-bezier(.55,0,.1,1);
  transition: transform 350ms cubic-bezier(.55,0,.1,1);
}    
.custom-menu-primary .hs-menu-wrapper > ul.go-left {
  -webkit-transform: translate3d(-100%,0,0);
  -moz-transform: translate3d(-100%,0,0);
  -ms-transform: translate3d(-100%,0,0);
  -o-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}    
.custom-menu-primary .hs-menu-wrapper > ul.hs-menu-children-wrapper.active {
  z-index: 2;
  -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);
}
.hs-breadcrumb-menu-divider:before {
  display:none;
}
footer {
  margin-top: 3rem;
  background: rgba(0,0,0,0.2);
  background: -o-linear-gradient(225deg, rgba(0,0,0,0.05) 0, rgba(0,0,0,0.02) 100%);
  background: linear-gradient(-135deg, rgba(0,0,0,0.05) 0, rgba(0,0,0,0.02) 100%);
  display: block;
}
footer.cm_footer,
.body-wrapper{
  position: relative;
  z-index: 11;
}
footer .l-wrapper {
  padding: 3rem 2rem;
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
  /* display: flex; */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  transition: padding 250ms ease-in-out;
}

footer .l-row {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
}

footer .l-row.l-row--left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

footer .l-row.l-row--top {
  display:inline-block;
}

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

.resinwood span {
  font-weight: 600;
  padding: 0rem 30px 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  line-height: 1.4;
  font-size: 16px;
  display: block;
  color: #333333;
}

.furnishings {
  width: 100%;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

figure {
  display: block;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}


.furnishings figure  span {
  background-image: url(https://19992749.fs1.hubspotusercontent-na1.net/hubfs/19992749/raw_assets/public/FrogFurnishings_July2022/images/Frog_Gray.svg);
  width: 35px;
  height: 27px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  font-size: 0;
  color: #785f5f00;
  transition: width 250ms ease-in-out, height 250ms ease-in-out;
}


.furnishings nav {
  display: block;
  width: calc(100% - 4.5rem);
  margin-left: 1rem;
}

.furnishings nav ul {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1.4;
  margin: 0px;
  padding: 0px;
}

.furnishings nav ul li {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 1rem;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.2rem 0;
  line-height: 1.4;
}

.furnishings nav ul li:not(:last-of-type)::after {
  content: '';
  display: block;
  width: 7px;
  height: 16px;
  background-image: url(https://19992749.fs1.hubspotusercontent-na1.net/hubfs/19992749/raw_assets/public/FrogFurnishings_July2022/images/crumb-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  margin-left: 1rem;
}


.furnishings nav ul li a {
  display: block;
  font-size: 1.6rem;
  color: #4D4D4D;
  position: relative;
  font-weight: 400;
}

.furnishings nav ul li a:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #4D4D4D;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: opacity 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
  transition: opacity 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
  -o-transition: opacity 250ms ease-in-out, transform 250ms ease-in-out;
  transition: opacity 250ms ease-in-out, transform 250ms ease-in-out;
  transition: opacity 250ms ease-in-out, transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
  opacity: 0;
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}

.furnishings nav ul li>a:hover::after {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.footer-navigation ul {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
  flex-direction: row !important;
}

.footer-navigation ul> li {
  width: 20%;
  margin: 35px 0px;
  margin-bottom:38px;
}
.footer-navigation ul >li >a {
  font-weight: 600;
  color: #4D4D4D;
  font-size: 16px;
  display: block;
  width: auto;
  margin-bottom: 12px;
  line-height: 1.3;
}
.footer-navigation ul >li >ul {
  opacity: 1 !important;
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
  width: fit-content;
}
.footer-navigation ul >li >ul >li {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 2.5px 0px !important;
  line-height: 1.4;
  width:100%;
}

.footer-navigation ul >li >ul >li >a {
  display: block;
  font-size: 16px;
  color: #4D4D4D;
  position: relative;
  font-weight: 400;
  transition: color 250ms ease-in-out;
  margin:0px;
  line-height:1.4;
}


.footer-navigation ul >li >ul >li >a:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #4D4D4D;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: opacity 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
  transition: opacity 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
  -o-transition: opacity 250ms ease-in-out, transform 250ms ease-in-out;
  transition: opacity 250ms ease-in-out, transform 250ms ease-in-out;
  transition: opacity 250ms ease-in-out, transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
  opacity: 0;
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}


.footer-navigation ul >li >ul >li >a:hover::after {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.copyright .l-col.l-col__2 {
  width: 50%;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.copyright .l-col.l-col__2 span {
  font-weight: 600;
  color: #4D4D4D;
  font-size: 14px;
  line-height: 20px;
}

footer .l-col--right {
  line-height:35px;
}
footer ul.hs-breadcrumb-menu {
    color: #4D4D4D;
}
footer .hs-menu-wrapper>  ul> li > a {
    pointer-events: none; 
}




@media(max-width:620px){

  .footer-navigation ul>li {
    width: 50%;
    margin: 16px 0px;
  }

  .l-col--right {
    height: 35px;
  }

  .copyright .l-col.l-col__2{
    width:100%
  }

  .footer-navigation ul {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding-left: 0;
    flex-direction: row !important;
  }

  .footer-navigation ul>li>ul>li>a {
    display: block;
    font-size: 16px;
    color: #4d4d4d;
    position: relative;
    font-weight: 400;
    transition: color .25s ease-in-out;
    margin: 0;
    line-height: 1.4;
    width: fit-content;
  }

}

@media(max-width:520px){
  .furnishings nav ul li:first-child {
    display: none;
  }
}


@media (max-width: 325px){
  .footer-navigation ul>li {
    width: 100%;
    margin: 17.5px 0;
  }

  .footer-navigation ul>li:nth-child(2) {
    margin-bottom: 15px;
    margin-top: 15px;
  }



  .copyright .l-col.l-col__2 span {
    font-weight: 600;
    color: #4d4d4d;
    font-size: 14px;
    line-height: 19px;
    display: block;
  }
}
/* 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;
  max-width: 100%;
}
.banner-section .dnd-section>.row-fluid {
  padding: 0;
}
.product-inner-layout .dnd-section {
  max-width: 100%;
  padding: 0;
}
.product-inner-layout .dnd-section>.row-fluid {
  padding: 0 2rem;
}

.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme .tippy-arrow {
  border-top: 7px solid #fff;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme .tippy-arrow {
  border-bottom: 7px solid #fff;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent
}

.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme .tippy-arrow {
  border-left: 7px solid #fff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent
}

.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme .tippy-arrow {
  border-right: 7px solid #fff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent
}

.tippy-tooltip.light-theme {
  color: #26323d;
  -webkit-box-shadow: 0 0 20px 4px rgba(154,161,177,0.15),0 4px 80px -8px rgba(36,40,47,0.25),0 4px 4px -2px rgba(91,94,105,0.15);
  box-shadow: 0 0 20px 4px rgba(154,161,177,0.15),0 4px 80px -8px rgba(36,40,47,0.25),0 4px 4px -2px rgba(91,94,105,0.15);
  background-color: #fff
}

.tippy-tooltip.light-theme .tippy-backdrop {
  background-color: #fff
}

.tippy-tooltip.light-theme .tippy-roundarrow {
  fill: #fff
}

.tippy-tooltip.light-theme[data-animatefill] {
  background-color: transparent
}


#share {
  display: block;
  width: 100%;
  height: auto;
}
#share ul {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

#share ul li {
  display: block;
  width: 100%;
  border-bottom: 1px solid #F0F0F0;
  margin: 0;
}

#share ul li:last-of-type {
  border-bottom: 0
}

#share ul li a {
  display: block;
  width: 100%;
  text-align: center;
  color: #0066B0;
  font-size: 1.6rem;
  padding: 0.5rem 1rem;
  font-weight: normal;
}
.policies-row1 .dnd-section {
  padding: 0;
}
.policies-row1 .dnd-section>.row-fluid {
  padding: 0;
}
.policies-row1 .span4 {
  width: 30%;
  padding: 3rem;
}
.policies-row1 .span4+.span4 {
  margin-left: 5%;
}
.policies-row1 .widget-type-rich_text h4 {
  color: #0066B0;
}
.team-row1 .span6 {
  width: 48%;
  padding: 3rem 3rem 0;
}

.team-row1 .span6:last-child {
  margin-left: 4%;
}

.team-row1 .widget-type-rich_text h3 {
  color: #A6CE39;
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 1.4;
  width: 100%;
  margin-bottom: 1rem;
}

.team-layout strong, .team-layout b {
  font-weight: 600;
}

.team-row1 .widget-type-rich_text ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.team-row1 .dnd-section {
  padding-bottom:3rem;
}
.team-row1 img.hs-image-widget {
  display: block;
}
.team-layout form, .contact-layout form {
  background: #f7f7f7;
  padding: 3rem;
}

.team-layout form .actions {
  text-align: right;
}

.team-layout form .hs-button, .contact-layout form .hs-button {
  display: block;
  padding: 1rem 3rem;
  border-width: 2px !important;
  border-style: solid !important;
  border-radius: 5px;
  font-size: 1.8rem;
  font-weight: 600;
  font-family: "freight-sans-pro","Helvetica","Arial",sans-serif;
  -webkit-transition: background-color 250ms ease-in-out, border 250ms ease-in-out;
  -o-transition: background-color 250ms ease-in-out, border 250ms ease-in-out;
  transition: background-color 250ms ease-in-out, border 250ms ease-in-out;
  color: #fff;
  background-color: #0066B0;
  border-color: #0066B0;
  margin-left: auto;
  line-height: normal;
}

.team-row2 form .grecaptcha-badge, .contact-row2 form .grecaptcha-badge {
  margin-left: 0;
}

.team-row2  form .hs-form-field, .contact-row2  form .hs-form-field {
  margin-bottom: 3rem;
}

.team-row2 .widget-type-header h3 {
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 1.1;
  width: 100%;
  margin-bottom: 1rem;
  color: #0066b0;
  padding-bottom: 3rem;
}

.team-row2 form .hs-form-field>label  {
  display: block;
  font-size: 1.6rem;
  color: #333;
  font-weight: 600;
  width: 100%;
  margin-bottom: 0.5rem;
}
.contact-row2 form .hs-form-field>label {
  margin-bottom:0;
}

.team-row2 form fieldset.form-columns-2 .input {
  margin-right: 0;
}

.team-row2 form fieldset.form-columns-2 .hs-form-field {
  width: 49%;
}

.team-row2 form fieldset.form-columns-2 .hs-form-field:last-child {
  margin-left: 2%;
}

.team-row2 form .hs-form-field select, .contact-row2 form .hs-form-field select {
  border: 1px solid #d7d7d7;
  width: 100% !important;
  text-align: center;
  padding: 1.2rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  font-family: "freight-sans-pro","Helvetica","Arial",sans-serif;
  font-size: 2rem;
  outline: none;
  font-weight: 600;
  line-height: normal;
}

.team-row2 form h4 {
  font-size: 2.2rem;
  line-height: 1.4;
  margin-top: 30px;
  font-weight: 400;
  margin-bottom: 18px;
}

.team-row2 form h4 strong {
  font-weight: inherit;
}

.team-row2 form .hs-fieldtype-select .input, .contact-row2 form .hs-fieldtype-select .input {
  position: relative;
}

.team-row2 form .hs-fieldtype-select .input:after, .contact-row2 form .hs-fieldtype-select .input:after {
  content: '';
  border-top: 6px solid #E4E4E4;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}



.team-row2 form h5 {
  margin-bottom: 2rem;
  line-height: 1.7;
  font-weight: 400;
}

.team-row2 form .hs-richtext {
  margin-bottom: 0;
  padding-bottom: 57px;
}

.team-row2 form legend {
  font-size: 16px;
}

.team-row2 form input[type=file] {
  display: block;
  width: 100%;
  font-weight: 600;
  color: #333;
  padding: 1rem;
  border: 1px solid #d7d7d7;
  border-radius: 0;
  font-family: "freight-sans-pro","Helvetica","Arial",sans-serif;
  font-size: 2rem;
}

.team-row2 form .grecaptcha-badge {
  margin-top: 50px;
}
.team-row2 form .hs-error-msg, .contact-row2 form .hs-error-msg {
  color: #EB1C24;
  margin-top: 0.5rem;
  display: block;
  width: 100%;
  font-size: 1.4rem;
  margin-bottom: 0;
}

.team-row2 form label.hs-main-font-element, .contact-row2 form label.hs-main-font-element {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 2rem;
  font-size: 2rem;
  color: #fff;
  background-color: #EB1C24;
  padding: 1rem;
  font-weight: 600;
  line-height: 1.4;
}
.contact-row1 .widget-type-header h2 {
  padding: 5rem 3rem 1rem 3rem;
  font-size: 4.8rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}
.contact-row2 .widget-type-header h2 {
  padding: 5rem 3rem 1rem 3rem;
  font-size: 4.8rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.contact-row2 form .hs-input {
  display: block;
  width: 100% !important;
  font-weight: 600;
  color: #333;
  padding: 1rem;
  border: 1px solid #d7d7d7;
  border-radius: 0;
  font-family: "freight-sans-pro","Helvetica","Arial",sans-serif;
  font-size: 2rem;
  text-align: center;
  line-height: normal;
}

.contact-row2 form .hs-input::placeholder {
  font-size: 2rem;
  color: #d7d7d7;
  font-weight: 400;
}

.contact-row2 form fieldset.form-columns-3 .hs-form-field {
  width: 32%;
}

.contact-row2 form fieldset.form-columns-3 .hs-form-field:not(:first-child) {
  margin-left: 2%;
}

.contact-row2 form fieldset .hs-form-field .input {
  margin-right: 0 !important;
}

.contact-row2 form textarea {
  min-height: 17.4rem;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  text-align: left !important;
}

.contact-layout form .actions {
  padding-top: 18px;
}
.contact-layout form .hs-button:hover, .team-layout form .hs-button:hover {
  background-color: #005797;
  border-color: #005797;
}
.contact-row2 form .hs-input.invalid.error {
  border-color: #d7d7d7;
}
.team-row1 .widget-type-rich_text h2 {
  font-size: 4.8rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.team-row1 .widget-type-rich_text h4 {
  font-weight: 600;
  font-size: 2.8rem;
  margin-bottom: 1rem;
  color: #0066B0;
  display: block;
  width: 100%;
  line-height: 1.4;
  padding-bottom: 3rem;
}

.team-row2 .span6 {
  width: 50%;
  padding: 3rem 3rem 0;
  background-color: #f0f0f0;
}

.team-row2 .span6:last-child {
  margin: 0;
  background-color: #fafafa;
}

.team-row2 .widget-type-rich_text h4 {
  font-weight: 600;
  font-size: 2.8rem;
  margin-bottom: 1rem;
  color: #0066B0;
  display: block;
  width: 100%;
  line-height: 1.4;
}
.about-row2 .widget-type-header h2 {
  padding: 5rem 3rem 1rem 3rem;
  font-size: 4.8rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.about-row2 .span6 {
  width: 50%;
  padding: 3rem 3rem  0;
}

.about-row2 .span6:last-child {
  margin-left: 0;
  padding-bottom: 3rem;
}

.about-row2 .widget-type-linked_image {
  width: 100%;
}

.about-row2 .widget-type-linked_image img {
  width: 30rem;
  display: block;
  margin: 0 auto;
}

.about-row2 .dnd-section {
  padding: 0 0 3rem;
}
.about-row3 .dnd-section {
  padding-top: 10rem;
  padding-bottom: 7rem;
}

.about-row3 .widget-type-rich_text {
  background-color: rgb(0 0 0 / 51%);
  padding: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
}

.about-row3 .widget-type-rich_text h2 {
  font-size: 4.8rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  color: #fff;
}

.about-row3 .widget-type-rich_text p {
  color: #fff;
}

.home-row3 .dnd-section {
  padding-bottom: 3rem;
  padding-top: 0;
}

.home-row3  .span4 {
  width: 32%;
}

.home-row3 .span4+.span4 {
  margin-left: 2%;
}
.cm-img-title .cm-img+div a:after { 
  background-image: url(https://19992749.fs1.hubspotusercontent-na1.net/hubfs/19992749/raw_assets/public/FrogFurnishings_July2022/images/chevron-blue-right.svg);
}
.home-layout .banner-section .dnd-section {
  max-width: calc(100% - 4rem);
}

.m-filtergrid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.m-filtergrid__options {
  grid-area: sort;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  margin-bottom: 1.5rem;
  padding: 2rem 0;
  position: -webkit-sticky;
  position: sticky;
  top: 8.5rem;
  z-index: 1;
  background: #fff
}



.m-filtergrid__options_sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.m-filtergrid__options_sort span {
  display: block;
  margin-right: 1rem;
  font-size: 1.8rem;
  color: #979797
}

.m-filtergrid__options_sort select {
  display: block;
  border: 0;
  border-radius: 0;
  font-size: 1.8rem;
  font-weight: 600;
  font-size: 1.8rem;
  color: #4D4D4D;
  font-family: "freight-sans-pro","Helvetica","Arial",sans-serif;
  background-color: transparent
}

.m-filtergrid__options_view {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}



.m-filtergrid__options>a,.m-filtergrid__options_view a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 2rem;
  font-size: 1.8rem;
  font-weight: 400;
  color: #979797;
  -webkit-transition: color 250ms ease-in-out;
  -o-transition: color 250ms ease-in-out;
  transition: color 250ms ease-in-out;
  line-height: 1
}

.m-filtergrid__options>a:first-of-type,.m-filtergrid__options_view a:first-of-type {
  margin-left: 0
}

.m-filtergrid__options>a svg,.m-filtergrid__options_view a svg {
  display: block;
  margin-right: 0.5rem;
  fill: #979797;
  -webkit-transition: fill 250ms ease-in-out;
  -o-transition: fill 250ms ease-in-out;
  transition: fill 250ms ease-in-out;
  position: relative;
  top: 1px
}

.m-filtergrid__options>a.active,.m-filtergrid__options_view a.active {
  color: #4D4D4D;
  font-weight: 600
}

.m-filtergrid__options>a.active svg,.m-filtergrid__options_view a.active svg {
  fill: #4D4D4D
}

.m-filtergrid__options>a.highlighted,.m-filtergrid__options_view a.highlighted {
  color: #0066B0
}

.m-filtergrid__options>a.highlighted svg,.m-filtergrid__options_view a.highlighted svg {
  fill: #0066B0
}

.m-filtergrid__options>a {
  margin-left: 2rem !important;
  padding-left: 2rem;
  border-left: 1px solid #E4E4E4
}

.m-filtergrid__options a[href="#filter"] {
  display: none
}


.m-filtergrid__filters {
  width: calc(25% - 1.5rem);
  margin-right: 3rem;
  background-color: #F0F0F0;
  padding: 3rem 4rem;
  position: -webkit-sticky;
  position: sticky;
  top: 16rem
}

.m-filtergrid__filters_close {
  display: none
}



.m-filtergrid__grid {
  width: calc(75% - 1.5rem);
  position: relative
}

.m-filtergrid__grid--tile {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  -ms-grid-columns: (1fr 3rem)[2] 1fr
}
.product-row1 .dnd-section {
  max-width: 100%;
}

.product-row1 .dnd-section > .row-fluid {
  padding: 0 2rem;
}
.m-filtergrid__options_sort select {
  padding-right: 2rem;
  outline: none;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  line-height: normal;
}
.m-select__wrapper {
  display: block;
  position: relative;
}
.m-select__wrapper::after {
  content: '';
  width: 0;
  height: 0;
  border-top: 5px solid #4D4D4D;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 0;
  position: absolute;
  pointer-events: none;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.m-filtergrid__options_view a span {
  display: block;
  line-height: 1.4;
}

.m-filtergrid__options_view a:not(.active):hover {
  color: #979797;
}
.m-filtergrid__grid--tile .m-producttile h2 {
  text-align: center;
  background-color: #fff;
  padding: 1.5rem 0;
}
.m-producttile h2 {
  display: block;
  width: 100%;
  color: #4D4D4D;
  -webkit-transition: color 250ms ease-in-out;
  -o-transition: color 250ms ease-in-out;
  transition: color 250ms ease-in-out;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 0;
}
.m-filtergrid__grid--tile .m-producttile__excerpt {
  display: none;
}
.m-filtergrid__grid--tile .cm__link {
  display: none;
} 
.m-filtergrid__grid--list {
  display: block
}

.m-filtergrid__grid--list .m-producttile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 3rem
}

.m-filtergrid__grid--list .m-producttile:last-of-type {
  margin-bottom: 0
}

.m-filtergrid__grid--list .m-producttile__header {
  width: 33.33333333333333%
}

.m-filtergrid__grid--list .m-producttile__content {
  width: 66.66666666666667%;
  padding-left: 2rem
}

.m-filtergrid__grid--list .m-producttile h2 {
  margin-bottom: 2rem
}

.m-filtergrid__grid--list .m-producttile__excerpt {
  margin-bottom: 2rem
}

.m-filtergrid__grid--list .m-producttile__excerpt p {
  line-height: 1.4;
  margin: 0;
}

.m-filtergrid__grid--list  .cm__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.m-filtergrid__grid--list .cm__link a {
  display: block;
  padding: 1rem 3rem;
  border-width: 2px !important;
  border-style: solid !important;
  border-radius: 5px;
  font-size: 1.8rem;
  font-weight: 600;
  font-family: "freight-sans-pro","Helvetica","Arial",sans-serif;
  -webkit-transition: background-color 250ms ease-in-out, border 250ms ease-in-out;
  -o-transition: background-color 250ms ease-in-out, border 250ms ease-in-out;
  transition: background-color 250ms ease-in-out, border 250ms ease-in-out;
  color: #0066B0;
  background-color: transparent;
  border-color: #E4E4E4;
}

.m-filtergrid__grid--list .cm__link a:hover {
  background-color: rgba(255,255,255,0.2);
  border-color: #d7d7d7;
}
.product-layout {
  min-height: calc( 75vh - 95px );
}
.m-typ__listitem--black-frame:before {
  background-color: #000;
}
.m-typ__listitem--green-frame:before {
  background-color: #006A42;
}
.m-typ__listitem--galvanized-steel-frame:before {
  background-color: #bfbfbf;
}
.m-filtergrid__grid--tile .m-producttile {
  -webkit-transition: -webkit-filter 300ms ease-in-out;
  transition: -webkit-filter 300ms ease-in-out;
  -o-transition: filter 300ms ease-in-out;
  transition: filter 300ms ease-in-out;
  transition: filter 300ms ease-in-out, -webkit-filter 300ms ease-in-out
}
.m-filtergrid__grid--tile .m-producttile:hover {
  -webkit-filter: drop-shadow(0 0.5rem 1rem rgba(0,0,0,0.2));
  filter: drop-shadow(0 0.5rem 1rem rgba(0,0,0,0.2))
}
.m-filtergrid__filters_close {
  display: none
}
.m-filtergroup {
  display: block;
  width: calc(100% + 2rem);
  margin-bottom: 3rem;
  overflow: hidden;
  -webkit-transition: max-height 500ms ease-in-out;
  -o-transition: max-height 500ms ease-in-out;
  transition: max-height 500ms ease-in-out;
  max-height: 50rem;
  position: relative;
  padding-left: 2rem;
  left: -2rem
}



.m-filtergroup:last-of-type {
  margin-bottom: 0
}

.m-filtergroup.collapsed {
  max-height: 3rem
}

.m-filtergroup.collapsed h3::after {
  content: '+'
}

.m-filtergroup h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  cursor: pointer;
  position: relative;
  font-size: 2.2rem;
  color: #4D4D4D;
  margin-bottom: 1.5rem;
  font-weight: 600;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.m-filtergroup h3::after {
  content: '–';
  display: block
}

.m-filterlist {
  display: block
}

.m-filterlist li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  font-size: 2rem;
  font-weight: 400;
  color: #4D4D4D;
  position: relative;
  -webkit-transition: color 250ms ease-in-out;
  -o-transition: color 250ms ease-in-out;
  transition: color 250ms ease-in-out;
  padding: 0.3rem 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer
}

.m-filterlist li span {
  display: block;
  line-height: 1.2
}

.m-filterlist li.selected {
  color: #0066B0;
  font-weight: 600;
  padding-left: 2rem;
  left: -2rem;
  width: calc(100% + 2rem)
}

.m-filterlist li.selected::after {
  content: '';
  display: block;
  width: 1.3rem;
  height: 1.4rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  background-image: url(https://19992749.fs1.hubspotusercontent-na1.net/hubfs/19992749/raw_assets/public/FrogFurnishings_July2022/images/filter-close.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto
}
.m-filterlist {
  margin: 0;
  padding: 0;
  list-style: none;
}
.team-row2 form legend, .team-row2 form .hs-form-required {
  color: #333;
}
.contact-row1 button {
  border-radius: 0;
}
form .hs-input:focus {
  outline: 0;
}

.home-row1 .dnd-section {
  padding: 0;
}
.home-row2 .dnd-section {
  padding: 0;
}
.team-row2 form .hs-fieldtype-file {
  display: flex;
  flex-direction: column;
}

.team-row2 form legend {
  order: 3;
}

.team-row2 form input::-webkit-file-upload-button {
  font-family: Arial;
  font-weight: 400;
}
.team-row2 form input[type=file] {
  width: 100% !important;
}

.team-row2 form .hs-fieldtype-file .input {
  margin-right: 0;
}
.m-producttile h2:hover {
    color: #0066B0;
}

.team-row2 form .hs-fieldtype-file .input {
    margin-right: 0 !important;
}
.selectize-dropdown .active {
    background-color: #F5FAFD;
    color: #495C68;
}





@media screen and (max-width:768px) {
  .policies-row1 .span4, .team-row1 .span6, .team-row2 .span6  {
    width: 100%;
    float: none;
  }
  .policies-row1 .span4+.span4, .team-row1 .span6:last-child  {
    margin-left: 0;
  }
  .policies-row1 .row-fluid, .team-row1 .row-fluid, .team-row2 .row-fluid {
    flex-wrap: wrap;
  }
  .policies-row1 .span4:not(:last-child) {
    padding-bottom: 0;
  }
  .team-row2 form fieldset.form-columns-2 .hs-form-field {
    width: 100% !important;
    float: none;
  }
  .team-row2 form fieldset.form-columns-2 .hs-form-field:last-child {
    margin-left: 0; 
  }
  .contact-row2 form fieldset.form-columns-3 .hs-form-field {
    width: 100%; 
    float: none !important;
  }
  .contact-row2 form fieldset.form-columns-3 .hs-form-field:not(:first-child) {
    margin-left: 0;
  }
  .about-row2 .row-fluid {
    flex-wrap: wrap;
  }
  .about-row2 .span6 {
    width: 100%;
  }
  .home-row3 .row-fluid {
    flex-wrap: wrap;
  }
  .home-row3 .span4 {
    width: 100%;
  }
  .home-row3 .span4+.span4 {
    margin-left: 0;
  }
  .home-row3 .span4:not(:last-child) {
    margin-bottom: 3rem;
  }
  .m-filtergrid__options {
    top:6rem
  }
  .m-filtergrid__options a[href="#filter"] {
    display:-webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  .m-filtergrid__filters {
    position:fixed;
    width: 100vw;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
    overflow: hidden;
    -webkit-filter: drop-shadow(0 0 1rem rgba(0,0,0,0.25));
    filter: drop-shadow(0 0 1rem rgba(0,0,0,0.25));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 250ms ease-in-out;
    -o-transition: opacity 250ms ease-in-out;
    transition: opacity 250ms ease-in-out;
    padding-bottom: 10rem
  }

  .m-filtergrid__filters.show {
    opacity: 1;
    pointer-events: all
  }

  .m-filtergrid__filters_close {
    display: block;
    margin-left: auto;
    font-size: 3rem;
    font-weight: 600;
    color: #4D4D4D;
    margin-bottom: 3rem
  }
  .m-filtergrid__grid {
    width:100%
  }
  .product-layout {
    min-height: calc( 75vh - 60px );
  }
  .m-filtergrid__filters {
    position:fixed;
    width: 100vw;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
    overflow: hidden;
    -webkit-filter: drop-shadow(0 0 1rem rgba(0,0,0,0.25));
    filter: drop-shadow(0 0 1rem rgba(0,0,0,0.25));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 250ms ease-in-out;
    -o-transition: opacity 250ms ease-in-out;
    transition: opacity 250ms ease-in-out;
    padding-bottom: 10rem
  }

  .m-filtergrid__filters.show {
    opacity: 1;
    pointer-events: all
  }

  .m-filtergrid__filters_close {
    display: block;
    margin-left: auto;
    font-size: 3rem;
    font-weight: 600;
    color: #4D4D4D;
    margin-bottom: 3rem
  }
  .m-filtergroup {
    left:-1rem
  }
  .cm-category-page .m-filtergrid__options_view {
    margin-left: auto;
  }
  .m-filtergrid__options>a svg, .m-filtergrid__options_view a svg {
    display: block;
    margin-right: 0.5rem;
    fill: #979797;
    -webkit-transition: fill 250ms ease-in-out;
    -o-transition: fill 250ms ease-in-out;
    transition: fill 250ms ease-in-out;
    position: relative;
    top: 1px;
  }
  .m-filtergrid__options a[href="#filter"] span {
    display: block;
    line-height: 1.4;
  }
  .m-filtergrid__options>a svg, .m-filtergrid__options_view a svg {
    display: block;
    margin-right: 0.5rem;
    fill: #979797;
    -webkit-transition: fill 250ms ease-in-out;
    -o-transition: fill 250ms ease-in-out;
    transition: fill 250ms ease-in-out;
    position: relative;
  }
}
@media (max-width:767px) {
  .about-row3 .dnd-section {
    padding-top: 5rem;
    padding-bottom: 6rem;
  }
}
@media screen and (max-width: 620px) {
  .team-layout form .hs-button, .contact-layout form .hs-button {
    margin-right: auto;
  }
  .m-filtergrid__grid--tile {
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-columns: (1fr 3rem)[1] 1fr;
  }
}

@media screen and (max-width: 520px) {
  .policies-row1 .span4 {
    padding: 1.5rem;
  }
  .policies-row1 .span4:last-child {
    padding-bottom: 3rem;
  }
  .team-row1 .span6 {
    padding: 1.5rem 1.5rem 0;
  }
  .team-row1 .widget-type-rich_text h3 {
    font-size: 2.6rem;
  }
  .team-row2 .widget-type-header h3 {
    font-size: 2.6rem;
  }
  .team-row2 form h5 {
    line-height: 1.4;
    padding-top: 2px;
    padding-bottom: 4px;
  }
  .team-row2 form .grecaptcha-badge, .contact-row2 form .grecaptcha-badge {
    overflow: scroll;
    max-width: 100%;
  }
  .contact-row1 .widget-type-header h2, .contact-row2 .widget-type-header h2 {
    padding: 3rem 1.5rem 1rem 1.5rem;
    font-size: 3.6rem;
  }
  .team-row1 .widget-type-rich_text h2 {
    font-size: 3.6rem;
  }
  .team-row2 .span6 {
    padding: 1.5rem 1.5rem 0;
  }
  .about-row2 .widget-type-header h2 {
    padding: 3rem 1.5rem 1rem 1.5rem;
    font-size: 3.6rem;
  }
  .about-row2 .span6 {
    padding: 1.5rem 1.5rem 0;
  }
  .about-row2 .span6:last-child {
    padding-bottom: 1.5rem;
  }
  .about-row3 .widget-type-rich_text h2 {
    font-size: 3.6rem; 
  }
  .m-filtergrid__grid--tile {
    grid-template-columns: 1fr;
    -ms-grid-columns: (1fr 0)[1] 1fr;
  }
}
@media screen and (max-width: 425px) {
  .m-filtergrid__options {
    -webkit-box-align:center;
    -ms-flex-align: center;
    align-items: center
  }
  .m-filtergrid__options_view {
    margin-left:2rem
  }

  .m-filtergrid__options_view a span {
    display: none
  }

  .m-filtergrid__options_view a svg {
    margin: 0;
    top: 0 !important;
    height: 1.5rem;
    width: auto
  }
  .m-filtergrid__options>a,.m-filtergrid__options_view a {
    margin-left:1.5rem
  }
  .m-filtergrid__options a[href="#filter"] {
    margin-left:auto !important;
    border-left: 0;
    padding-left: 0
  }

  .m-filtergrid__options a[href="#filter"] span {
    display: none
  }

  .m-filtergrid__options a[href="#filter"] svg {
    margin: 0;
    top: 0 !important;
    height: 1.5rem;
    width: auto
  }
  .m-filtergrid__grid--list .m-producttile__header {
    width:100%;
    margin-bottom: 1rem
  }
  .m-filtergrid__grid--list .m-producttile__content {
    width:100%
  }
  .cm-category-page  .m-filtergrid__options_view a svg {
    margin-right: .5rem;
  }
  .m-filtergrid__options>a svg, .m-filtergrid__options_view a svg {
    display: block;
    margin-right: 0.5rem;
    fill: #979797;
    -webkit-transition: fill 250ms ease-in-out;
    -o-transition: fill 250ms ease-in-out;
    transition: fill 250ms ease-in-out;
    position: relative;
  }
  .team-row2 form .hs-form-field select, .contact-row2 form .hs-form-field select { 
    padding-right: 30px; 
    padding-left: 30px;
  }
}








@-webkit-keyframes slicktrack {
  0% {
    width: 0%
  }

  100% {
    width: 100%
  }
}

@keyframes slicktrack {
  0% {
    width: 0%
  }

  100% {
    width: 100%
  }
}