body {
  font-family: "League Spartan", sans-serif;
}

/* ./generic/_reset.css */
*, *:before, *:after {
  box-sizing: border-box;
}

/* ./generic/_normalize.css */
/*! 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;
}

/* ./objects/_layout.css */
/* 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: 0;
  -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%;
}
.row-fluid .span11 {
  width: 91.66%;
}
.row-fluid .span10 {
  width: 83.33%;
}
.row-fluid .span9 {
  width: 75%;
}
.row-fluid .span8 {
  width: 66.66%;
}
.row-fluid .span7 {
  width: 58.33%;
}
.row-fluid .span6 {
  width: 50%;
}
.row-fluid .span5 {
  width: 41.66%;
}
.row-fluid .span4 {
  width: 33.33%;
}
.row-fluid .span3 {
  width: 25%;
}
.row-fluid .span2 {
  width: 16.66%;
}
.row-fluid .span1 {
  width: 8.33%;
}

.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;
  }
}

.dnd-section > .row-fluid .dnd-column,
.dnd-section > .row-fluid > [class*="span"].dnd-module {
  padding-left: 15px;
  padding-right: 15px;
}
.dnd-section[class*="force-full-width-section"]>.row-fluid,
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .dnd-column.span12,
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .span12.dnd-module {
  padding-left: 0px;
  padding-right: 0px;
}


@media (min-width: 768px) {
  .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: 0;
    -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%;
  }
  .row-fluid .span11 {
    width: 91.66%;
  }
  .row-fluid .span10 {
    width: 83.33%;
  }
  .row-fluid .span9 {
    width: 75%;
  }
  .row-fluid .span8 {
    width: 66.66%;
  }
  .row-fluid .span7 {
    width: 58.33%;
  }
  .row-fluid .span6 {
    width: 50%;
  }
  .row-fluid .span5 {
    width: 41.66%;
  }
  .row-fluid .span4 {
    width: 33.33%;
  }
  .row-fluid .span3 {
    width: 25%;
  }
  .row-fluid .span2 {
    width: 16.66%;
  }
  .row-fluid .span1 {
    width: 8.33%;
  }
}

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

/* ./objects/_containers-dnd.css */
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

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

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

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

@media screen and (min-width: 768px){
  .content-wrapper, .page-center, .dnd-section > .row-fluid{
    max-width: 750px;
  }
}

@media screen and (min-width: 992px){
  .content-wrapper, .page-center, .dnd-section > .row-fluid{
    max-width: 970px;
  }
}

/* ./elements/_typography.css */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  font-family: 'League Spartan', 'Arial Black', sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  word-break: break-word;
  background-color: #fff;
  line-height: 1.42857143;
}




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

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
/* Paragraphs */

p {
  margin: 0 0 10px;
}

/* Anchors */

a {
  transition: all .5s ease 0s;
  -webkit-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
}
a, a:hover,a:focus {
  text-decoration: none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.1;
}

h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* Lists */

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

figure {
  margin: 0;
}

/* Horizontal rules */

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

/* ./elements/_buttons.css */
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;
}

/* ./elements/_forms.css */
/* Form fields */

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

/* Labels */

form label {
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
}
.hs_error_rollup label{
font-size:12px;
      color: #000;
  font-weight:700;
}
/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #FFF;
  width: 100%;
  padding: 5px;
  border-color:#767676;
  line-height: 1.42857143;
  border: 1px solid #767676; 
  border-width:1px!important;
  border-radius: 2.7px;
min-height:34px;
}
::-webkit-input-placeholder {
    color: #bfbfbf;
}
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;
}
form select{
border-width:1px;
}
/* Validation */

.hs-form-required {
  color: #000;
}

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

.hs-error-msg {
  color: #000;
  margin-top: 0.35rem;
  font-size:12px;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  border-radius: 1px;
  width: auto;
  border: none;  
/*   font-family:mr-eaves-sans, sans-serif; */
  font-size: 14px;
  color: #000;
  line-height: 1.42857143;
  font-weight: 400;
  background: #5d6e30;
  color: #fff;
  font-weight: 600;
  text-shadow: 1px 1px 0 #000;
  margin-top: 10px;
  min-height:34px;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}


.hs_cos_wrapper_type_form,
.hs_cos_wrapper_type_google_search,
.hs_cos_wrapper_type_blog_comments,
.hs_cos_wrapper_type_email_subscriptions,
.hs_cos_wrapper_type_password_prompt,
.hs_cos_wrapper_type_password_reset,
.hs_cos_wrapper_type_password_reset_request,
.hs_cos_wrapper_type_member_register,
.hs_cos_wrapper_type_member_login,
.hs_cos_wrapper_type_email_simple_subscription,
.hs_cos_wrapper_type_blog_subscribe {
  display: block;
  background: #e2e5da;
  width: 100%;
  padding: 20px;
}

@media (max-width: 400px), (min-device-width: 320px) and (max-device-width: 480px){
  .hs-form-field .hs-input {
      width: 100%!important;
  }
}

/* ./elements/_tables.css */
/* 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;
}

/* /components/_header.css */
.header {
  display: block;
  line-height: 1.42857143;
  /*   font-family: 'Cinzel', serif; */
}
.header-wrapper {
  padding-top: 110px;
}
.lp-header.header-wrapper {
  padding-top: 85px;
}
.header .main-header {
  float: left;
  width: 100%;
  margin: 14px 0;
}

.header .menu-inner .hs-menu-wrapper>ul>li a{
  text-decoration:none;
}
.header .logo-section a {
  float: left;
  margin: 5px 0;
}

.header .logo-section img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 218px!important;
}

.header .header-social-section {
  float: right;
  margin: 8px 0;
}

.header .searchform {
  display: none;
  position: absolute;
  width: 300px;
  height: auto;
  line-height: 30px;
  top: 33px;
  right: 0;
  padding: 12px 15px;
  cursor: default;
  background: #3a3a3a;
  z-index: 9999;
}

.header .header-social-section li.header-search i {
  font-size: 16px;
  color: #333;
}

.header .menu-area {
  position: relative;
  min-height: auto;
  border: none;
  background: #e2e5da;
  border-radius: 0;
}

.header .menu-inner .hs-menu-wrapper > ul > li a {
  font-size: 14px;
  font-weight: 600;
  /*   text-transform: uppercase; */
  color: #000;
  padding: 10px 15px;
  margin-right: 0;
  display: block;
}

.header .menu-inner .hs-menu-wrapper > ul > li ul.hs-menu-children-wrapper {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  padding: 0;
  border: none;
}

.header .header-contact {
  float: right;
}

.header .header-contact {
  margin: 5px 0;
}

.header .nav-area {
  float: left;
  margin: 0;
}

.header .nav-area span.menu-arrow {
  position: absolute;
  top: 0;
  right: -10px;
  color: #333!important;
  padding: 8px 10px;
  cursor: pointer;
}

.header .menu-inner .hs-menu-wrapper>ul>li.hs-item-has-children {
  position: relative;
}

.header .menu-inner .hs-menu-wrapper>ul>li ul.hs-menu-children-wrapper {
  -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  min-width: 250px;
}

.header .menu-inner .hs-menu-wrapper>ul>li>ul>li:active>a, .header .menu-inner .hs-menu-wrapper>ul>li>ul>li:active>a:hover {
  background-color: #788652;
  color: #fff !important;
}

.header .menu-inner .hs-menu-wrapper>ul>li li a {
  margin: 0;
}

.header .menu-inner .hs-menu-wrapper>ul>li ul.hs-menu-children-wrapper {
  -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  min-width: 250px;
}

.header .menu-inner .hs-menu-wrapper>ul>li.hs-item-has-children:hover ul.hs-menu-children-wrapper {
  max-height: 450px;
  opacity: 1;
  visibility: visible;
}

.header .menu-inner .hs-menu-wrapper>ul>li.hs-item-has-children > a:focus, .header .menu-inner .hs-menu-wrapper>ul>li.hs-item-has-children > a:hover {
  color: #5e6e2a;
  background-color: transparent;
}

.header .menu-inner .hs-menu-wrapper>ul>li li a {
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  padding: 6px 20px;
  display: block;
  font-size: 14px;
  text-transform: capitalize;
}

.header .menu-inner .hs-menu-wrapper>ul>li ul.hs-menu-children-wrapper {
  margin-top: 0;
}

.header .menu-inner .hs-menu-wrapper>ul>li:hover .menu-arrow, .header .menu-inner .hs-menu-wrapper>ul>li:active .menu-arrow {
  color: #5E6E2A;
}

.header .header-social-section li.header-search #searchlink {cursor: pointer;}

.header .header-social-section li.header-search #searchlink.search-active {
}

.header .header-social-section li.header-search #searchlink.search-active .searchform {
  display: block;
}

.header .header-social-section li.header-search input.hs-search-field__input {
  padding: 5px 15px;
  width: 100%;
}

.header .header-social-section li.header-search input.hs-search-field__input::placeholder {
  color: rgb(117,117,117) !important;
}

.header .header-social-section li.header-search .searchform button i {
  color: #bcbcbc;
  font-size: 16px;
  display: block;
  line-height: 30px;
}

.header .header-social-section li.header-search #searchlink {
  position: relative;
}

.header .header-social-section li.header-search .searchform button {
  display: block;
  position: absolute;
  right: 10px;
  top: 5px;
  background: none;
  color: #bcbcbc;
  font-size: 16px;
  cursor: pointer;
  padding: 0;
  border: 0;
}

.header .header-social-section li.header-search .searchform button span {
  display: none;
}
.header .hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #000;
  background-color: #fff;
}
.header .header-social-section li.header-search input.hs-search-field__input {
  font-size: 16px;
  color: #333;
  line-height: 30px;
  font-weight: 400;
  /*     font-family: Roboto,sans-serif; */
  border: 1px rgb(118, 118, 118);
  border-style: solid solid inset;
  height: 44px;
}
header .header-menu-wrapper .hs-menu-wrapper li.hs-item-has-children .hs-menu-children-wrapper.active-branch a{
  background: #fff; 
  color: rgba(51, 51, 51, 1.0);
}
header .header-menu-wrapper .hs-menu-wrapper li.hs-item-has-children .hs-menu-children-wrapper.active-branch a:hover{
  color: rgba(94, 110, 42, 1.0) !important;
}

header .content-wrapper{
  /* 	max-width:1160px; */
  max-width:1300px;
}
header .navigation-primary ul.level-1 > li a{font-size:18px;}
@media(max-width: 1200px){
  .header-contact-cm ul li a, .header .menu-inner .hs-menu-wrapper>ul>li a{
    font-size: 12px;
  }
  .header-contact-cm ul li:first-child a{
    font-size: 18px !important;
  }
  .header-contact-cm ul li:last-child{
    padding: 8px 10px !important;
  }
  header.header .header__container{align-items:unset;}
}
@media screen and (min-width: 992px){
  .header .head-contact-section{
    margin:0;
  }
  .header .top-header {
    position: fixed;
    top: 0px;
    z-index: 100;
    right: 0px;
    left: 0px;
    margin-top: 0px;
    border-top: 0px solid #fff;
    background: #fff none repeat scroll 0% 0%;
  }
  .header .menu-inner .hs-menu-wrapper > ul > li ul.hs-menu-children-wrapper {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
  }
  .header .menu-inner .hs-menu-wrapper > ul > li a {
    padding: 12px 0;
    margin-right: 20px;
  }
  .header .nav-area span.menu-arrow {
    right: -2px;
    padding: 12px 10px;
  }
  .header .menu-inner .hs-menu-wrapper>ul>li:hover a{
    background: 0 0;
    transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
  }
  .header .menu-inner .hs-menu-wrapper>ul>li > a:hover, .header .menu-inner .hs-menu-wrapper>ul>li:active > a {
    color: #5b6e2d;
  }
  .header .menu-inner .hs-menu-wrapper>ul>li>ul>li>a:hover {
    background: 0 0;
    color: #5b6e2d;
    transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
  }
}

@media(min-width: 1024px){
  .nav-area .active-branch .hs-menu-item.hs-menu-depth-2{
    margin-right: 0;
  }
}


@media screen and (min-width: 1025px) and (max-width: 1200px){
  .No_banner .header-wrapper {
    padding-top: 164px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1024px){
  .header .logo-section a {
    margin: 0;
  }
  .header .menu-inner .header-contact {
    display: none;
  }
  .header .header-contact.visible-tablet {
    display: block !important;
    margin-left: 20px;
  }
  .header .logo-section img {
    width: 100% !important;
    max-width: 200px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1139px){
  .header .header-contact.visible-tablet {
    display: none !important;
  }
}

@media screen and (max-width: 991px){
  .header .menu-inner .hs-menu-wrapper>ul>li a, .header-contact-cm ul li a {
    font-size: 16px!important;
  }
  .header-contact-cm br,
  .header .header-contact.visible-tablet {
    display: none !important;
  }
  .header-wrapper.lp-header{
    padding-top: 74px;
  }
  header.header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    background-color: #fff;
  }
  .header-wrapper {
    padding-top: 135px;
  }
  .header .menu-inner .hs-menu-wrapper>ul>li>ul>li>a:hover {
    color: #000 !important;
  }
  .header .menu-inner .hs-menu-wrapper>ul>li.menu-open span.menu-arrow i{
    color: #5e6e2a!important;
  }
  .header .menu-inner .hs-menu-wrapper>ul>li>a:hover{
    color: #5e6e2a !important;
  }
  .header .menu-inner .hs-menu-wrapper>ul>li li.active a,
  .header .menu-inner .hs-menu-wrapper>ul>li>ul>li>a:hover {
    color: #fff !important;
    background-color: #5d6e30 !important;
  }
}

@media screen and (max-width: 991px){
  .header .nav-area {
    max-height: calc(100vh - 130px);
    overflow-y: auto;
  }
  .header .head-contact-section{
    display:block;
  }
  .header .logo-section img {
    max-width: 200px;
  }
  .header .mobile-navbar {
    display: block !important;
    float: left;
    width: 100%;
  }
  .header .menu-inner {
    display: none;
  }
  .header .mobile-navbar .header-contact {
    float: left;
    margin: 0;
  }
  .header .mobile-navbar .header-contact-cm ul {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
  }
  .header .mobile-navbar .header-contact-cm ul li {
    padding: 13px 4px;
  }
  .header .mobile-navbar .header-contact-cm ul li a {
    color: #000;
    font-size: 16px;
    display: block;
  }
  .header .mobile-navbar .header-contact-cm ul li:first-child a {
    color: #000;
    font-size: 16px;
    display: block;
    top: 0;
  }
  .header .mobile-navbar .header-contact-cm ul li a i {
    font-size: 16px;
  }
  .header .mobile-navbar .header-contact-cm ul li:last-child {
    padding: 0;
    display: inline-block;
    top: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .header .mobile-navbar .header-contact-cm ul li:last-child a {
    color: #fff;
    padding: 15px 5px;
    background: #5d6e30;
    line-height: 23px;
  }
  .header .mobile-navbar .header-contact-cm ul li:last-child a span {
    display: inline-block;
  }
  .header .mobile-navbar .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 20px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
  }
  .header .mobile-navbar .navbar-toggle {
    border-color: transparent;
    margin-right: 0;
    display: block;
  }
  .header .mobile-navbar .navbar-toggle .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
  }
  .header .mobile-navbar .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #37291d;
  }
  .header .mobile-navbar .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
  }
  .header .mobile-navbar .navbar-toggle:hover .icon-bar, .header .mobile-navbar .navbar-toggle:focus .icon-bar {
    background: #fff;
  }
  .header .mobile-navbar .navbar-toggle:hover, .header .mobile-navbar .navbar-toggle:focus {
    background-color: #37291d;
  }
  .header .menu-inner .hs-menu-wrapper>ul {
    flex-direction: column;
    float: none !important;
    margin: 15px 0;
    width: 100%;
  }
  .header .menu-inner {
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%);
    border-top: 1px solid #D8D8D8;
    float: left;
    width: 100%;
  }
  .header .nav-area {
    width: 100%;
  }
  .header .menu-inner .header-contact {
    display: none;
  }
  .header .menu-inner .hs-menu-wrapper>ul>li {
    float: left;
    width: 100%;
    margin: 5px 0;
    display: block;
  }
  .header .nav-area span.menu-arrow {
    right: 0;
    z-index: 1;
  }
  .header .menu-inner .hs-menu-wrapper>ul>li ul.hs-menu-children-wrapper {
    display: none;
  }
  .header .menu-inner .hs-menu-wrapper>ul>li.hs-item-has-children.menu-open {
  }
  .header .menu-inner .hs-menu-wrapper>ul>li.hs-item-has-children.menu-open ul.hs-menu-children-wrapper {
    display: block !important;
    position: static;
  }
  .header .menu-inner .hs-menu-wrapper>ul>li.hs-item-has-children ul.hs-menu-children-wrapper {
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .header .menu-inner .hs-menu-wrapper>ul>li li a {
    padding: 5px 15px 5px 25px;
  }
}

@media screen and (max-width: 767px){
  header .menu-area .col-sm-12{
    width: 100%;
  }
  .header .logo-section img {
    max-width: unset;
  }

  .header .menu-inner .hs-menu-wrapper>ul>li li a {
    color: #777 !important;
  }
  .header .menu-inner .hs-menu-wrapper>ul>li li.active a{
    color:#fff!important;
  }
} 

@media screen and (max-width: 480px){
  .header .header-social-section {
    float: none;
    margin: 15px auto 0;
    display: block;
    text-align: center;
  }
  .header .logo-section a {
    float: none;
  }
  .header .social-media-cm {
    line-height: 23px;
  }
  .header .mobile-navbar .header-contact-cm ul li:first-child a {
    font-size: 14px;
  }
  .header .mobile-navbar .header-contact-cm ul li a i {
    font-size: 14px;
  }
  .header .mobile-navbar .header-contact-cm ul li:last-child {
    padding: 0;
  }
  .header .mobile-navbar .header-contact-cm ul li:last-child a {
    color: #fff;
    padding: 15px 5px;
    background: #5d6e30;
    line-height: 20px;
    font-size: 14px;
    text-shadow: none;
  }
}

@media screen and (max-width: 479px){
  .header .searchform {
    right: -50px;
  }
  .header-wrapper {
    padding-top: 150px;
  }
}

@media screen and (min-width: 480px) and (max-width: 992px){
  .header-wrapper {
    padding-top: 125px;
  }
}

header.header{
  padding: 0px;
  position: fixed;
  width: 100%;
  z-index: 111;
  top: 0;
  left: 0;
}

@media(max-width: 1200px){
  header.header{
    position: static;    
  }
  header.header-2023.sticky {
    position: fixed;
  }
}
@media(max-width: 767px){
  .body-wrapper .header.header-2023.sticky {
    position: fixed;
  }
  .body-wrapper .header.header-2023.sticky .forest {
    display: none;
  }
}

/* /components/_footer.css */
.footer {
  background: #E2E5DA;
  line-height: 1.42857143;
  overflow-X: hidden;
}
.footer .row{
  display:block;
}
.footer .footer-top {
  border-bottom: 1px solid #8e9a6f;
  margin-bottom: 18px;
  padding:0;
}

.footer .footer-inner {
  padding: 35px 0;
  color: #fff;
}
.footer .footer-menu li{
  margin-right:0;
  padding:0;
}
footer .footer-copmany-info p, footer .footer-copyright p{
	font-size: 14px;
}
.footer .footer-social-media {
  margin: 35px 0;
  float: left;
  width: 100%;
}

.footer .footer-logo img {
  width: 294px !important;
  display: block;
  max-width: 100%;
}
.lp-footer.footer .footer-bottom-menu .hs-menu-wrapper>ul>li:first-child{
  display:none;
}

.footer .footer-menu .hs-menu-wrapper > ul > li {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.footer .footer-copyright p {
  margin: 0;
  font-size: 14px;  
  /*   font-family:mr-eaves-sans, sans-serif; */

}

.footer .footer-bottom-menu .hs-menu-wrapper > ul {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
  margin-bottom: 10px;
}

.footer .footer-bottom-menu .hs-menu-wrapper > ul > li > a {
  font-size: 14px;
  color: #fff;
}

.footer .footer-bottom-menu .hs-menu-wrapper > ul > li {
  padding: 0 6px;
  position: relative;
  margin-right: 13px;
  display: inline-block;
}

.footer .footer-trademark p {
  color: #abb29a;
  font-size: 10px;
  margin-bottom:10px;
  /*   font-family: mr-eaves-sans, sans-serif; */  
}

.footer .footer-social-media .social-media-cm ul li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  margin: 0 !important;
}

.footer .footer-social-media .social-media-cm ul li a {
  padding: 0 12px;
  display: block;
}

.footer .footer-social-media .social-media-cm ul li a i {
  color: #bec5ac;
  font-size: 14px;
}

.footer .footer-social-media .social-media-cm {
  margin-top: 0;
}

.footer .footer-menu .hs-menu-wrapper>ul>li>a {
  margin-top: 0;
  font-size: 23px;
  /*text-shadow: 2px 1px 0 #242f0d;*/
  position: relative;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.1;
  color: #fff;
  display: block;
}

.footer .footer-menu .hs-menu-wrapper>ul>li ul.hs-menu-children-wrapper {
  margin-top: 0;
  margin-bottom: 5px;
}

.footer .footer-menu .hs-menu-wrapper>ul>li ul.hs-menu-children-wrapper > li {
  margin-bottom: 5px;
}

.footer .footer-menu .hs-menu-wrapper>ul>li ul.hs-menu-children-wrapper > li > a {
  color: #fff;
  font-size: 14px;
}

.footer .footer-menu .hs-menu-wrapper>ul>li {
  margin-bottom: 28px;
}

.footer .footer-menu .hs-menu-wrapper>ul>li>a:after {
  content: "";
  z-index: 0;
  position: absolute;
  background: #8E9A6F;
  width: 100%;
  height: 1px;
  right: 0;
  top: 12px;
}

.footer .footer-menu .hs-menu-wrapper>ul>li>a span {
  background: #5D6E30;
  z-index: 1;
  position: relative;
  padding-right: 15px;
  font-size: 18px;
}

.footer .footer-menu {
  float: left;
  width: 100%;
}

.footer .footer-bottom-menu .hs-menu-wrapper>ul>li>a:hover, .footer .footer-menu .hs-menu-wrapper>ul>li ul.hs-menu-children-wrapper>li>a:hover {
  color: #ABB29A;
}

.footer .footer-social-media .social-media-cm ul li a:hover i {
  color: #fff;
}

.footer .footer-menu .hs-menu-wrapper>ul>li>a {
  cursor: text;
}

@media(max-width: 1600px){
  footer .section-title h3{
    font-size: 22px !important;
  }
  
}
@media(max-width: 1400px){
  footer .section-title h3{
    font-size: 26px !important;
  }
}
@media(max-width: 1200px){
  footer .footer-wrapper .footer-row-1{
    flex-wrap: wrap;
  }
  footer .footer-wrapper .footer-row-1 .footer-column{
    flex-basis: 33% !important;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px){
  .footer .footer-menu .hs-menu-wrapper > ul > li {
    float: left;
  }
  .footer .footer-menu .hs-menu-wrapper > ul > li {
    width: 33.33333333%;
  }  
  .footer .footer__copyright span {
    text-align: right;
    display: block;
  }
}

@media screen and (min-width: 992px){
  .footer .footer-logo {
    float: left;
  }  
  .footer .footer-menu .hs-menu-wrapper>ul>li ul.hs-menu-children-wrapper > li > a {
    margin-left: 5px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1024px){
  .footer .footer__copyright span {
    font-size: 12px;
  }
  .footer .footer-social-media .social-media-cm ul li a {
    padding: 0 8px !important;
  } 
}

@media screen and (min-width: 768px) and (max-width: 991px){
  .footer .footer-social-media .social-media-cm ul li a {
    padding: 0 5px !important;
  } 
  .footer .footer__copyright span {
    text-align: left;
    display: block;
  }
  .footer .footer-logo img {
    width: 95% !important;
  }
}

@media screen and (max-width: 767px){
  .footer .footer-bottom-menu .hs-menu-wrapper>ul>li {
    display: block;
    margin-bottom: 10px;
  }
  .footer .footer-bottom-menu .hs-menu-wrapper>ul>li:last-child {
    margin: 0;
  }
  .footer .col-sm-4,
  .footer .col-sm-8{
    width:100%;
    flex: unset;
    max-width: unset;
  }
}
@media screen and (max-width: 560px){
  .footer-contact{
    text-align:center;
  }
  footer .location {
    display:block !important;
}
}

@media screen and (max-width: 480px){
  .footer .footer-social-media .social-media-cm ul li a {
    padding: 0 10px;
  }
}

/* ./components/_page.css */
/*****************************************/
/* Custom style    */
/*****************************************/
.case-study-page-banner .banner-area .banner-caption h2{
  font-weight: 900;
}

.section-wrapper.work-from-home-section .category-card-layout .title-wrapper h2 span, .section-wrapper.extra-space-section .category-card-layout .title-wrapper h2 span{
  background: #fff;
}
.section-wrapper.fitness-and-wellbeing-section .category-card-layout .category-list{
  max-width: 100%;
}

.section-wrapper.multi-category-section .section-header{
  max-width: 850px;
  margin: 0 auto;
  margin-bottom: 40px;
}
/* .section-wrapper.multi-category-section .section-header .section-title{
display: flex;  
} */
.section-wrapper.multi-category-section .muilti-section-title{
  position: relative;
}
.section-wrapper.multi-category-section .muilti-section-title .title-wrapper h2 span{
  background: #e3e5da;
  position: relative;
  padding: 0 15px;
}
.section-wrapper.multi-category-section .muilti-section-title::before{
  position: absolute;
  content: "";
  width: 95%;
  height: 1px;
  background: #000;
  margin: 0 auto;
  top: 14px;
  left: 0;
}
.section-wrapper.multi-category-section .section-header .section-title .title-wrapper{
  flex-basis: 33.33%;
  text-align: center;
}
.section-wrapper.multi-category-section .section-header .section-title .title-wrapper h2{
  font-size: 29px;  
  /*   font-family:mr-eaves-sans, sans-serif; */
  /*   text-transform:uppercase; */
  font-weight: 900;
  margin: 0;
}
.section-wrapper.work-from-home-section .category-card-layout .card-title h4, .section-wrapper.extra-space-section .category-card-layout .card-title h4{
  background: #e3e5da !important;
}
.section-header .section-title .title-wrapper{  

  /*   font-family:mr-eaves-sans, sans-serif; */
  text-align: center;
  margin-top: 40px;
  float: left;
  width: 100%;
}
.section-header .section-title .title-wrapper h2{
  margin: 0;
  position: relative;
  font-size: 24px;
  width: 100%;

  /*   font-family:mr-eaves-sans, sans-serif; */
  text-transform: uppercase;
}
.section-header .section-title .title-wrapper h2::before{
  background: #000;
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  right: 0;
  top: 50%;
  content: "";
  z-index: 0;
  transform: translateY(-50%);
}
.section-header .section-title .title-wrapper .line-marker::before{
  background-color: #000;
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  right: 0;
  top: 50%;
  content: "";
  z-index: 0;
  transform: translateY(-50%);
}
.section-header .section-title .title-wrapper .line-marker{
  position:relative;
}
.section-header .section-title .title-wrapper .line-marker span{
  padding: 0 50px;
  background: #e2e5da;
  position: relative;
}
.section-header .section-title .title-wrapper h2 span{  
  font-size: 30px;
  position: relative;
  background: #fff;
  padding: 0 50px;
  text-transform: uppercase;
  background: #e2e5da;
}
.section-header .section-title .title-wrapper .line-marker span.bg-white,
.section-header .section-title .title-wrapper h2 span.bg-white{
  background: #fff;
}
.section-header .description p{
  font-size: 22px;

  /*   font-family:mr-eaves-sans, sans-serif; */
  text-align: center;
  margin-bottom: 40px;
}
.case-study-individual-page .button{
  padding:10px 60px;
  margin-top: 30px;
}
.section-header.decide-design-title .title-wrapper h2{
  margin-bottom: 40px;
}
.hs-landing-page #hs_cos_wrapper_dnd_area-module-8_ .text-wrapper p{
  max-width: 1000px;
  margin: 0 auto;
}
.case-study-individual-page .row-number-12 .row-fluid > .span12{
  padding: 0;
}
#hs_cos_wrapper_dnd_area-module-19 a.button{
  background: transparent;
  color: #000;
  padding: 7px 20px;
  border: 2px solid #ddd;
  border-radius: 6px;
}
.the-process-section .two-col-text-right-image-left .tick-mark-icon{
  list-style: none;
  float: left;
  width: 100%;
}
.the-process-section .two-col-text-right-image-left .tick-mark-icon li{
  background: url('https://2603296.fs1.hubspotusercontent-na1.net/hubfs/2603296/tick.webp') no-repeat;
  padding-left: 25px;
  background-position: 0 5px;
  padding-bottom: 5px;
}
.the-process-section .right-column-content-wrapper{
  padding-top: 70px;
}
.the-process-section .right-col-content{
  display: flex;
}
.the-process-section .right-col-content .image-section-wrapper, .the-process-section .right-col-content .right-col-img-item{
  height: 100%;
}
.the-process-section .right-col-content .right-col-img-item img{
  height: 100%;
  object-fit: cover;
}
.optional-timber-base-section .section-header .section-title .title-wrapper{
  margin-bottom: 40px;
}
.optional-timber-base-section .text-wrapper{
  margin-bottom: 20px;
}
.optional-timber-base-section .image-layout-wrapper{
  display: flex;
  flex-wrap: wrap;
}
.optional-timber-base-section .image-layout-wrapper .column-one{
  flex: 0 0 41.666667%;
  position: relative;
}
.optional-timber-base-section .image-layout-wrapper .column-one::after{
  background: #339ed7;
  bottom: 28px;
  content: "";
  height: 200px;
  position: absolute;
  right: 8px;
  transform: rotate(130deg);
  width: 3px;
}
.optional-timber-base-section .image-layout-wrapper .column-two{
  flex: 0 0 58.333333%;
}
.banner-section .internal-banner-caption{
  padding:0;
}

.hs-content-id-79687571114 form .hs-richtext, form .hs-richtext p{
  font-size:14px;
}

/* Show site page 2023 */
.show-site-page-wrapper p{
  font-size: 24px;
}
.show-site-page-wrapper .title-dnd_area-module-2 h1 span{
  font-size: 40px !important;
  font-weight: 700 !important;
  text-transform: capitalize !important;    
}
.show-site-page-wrapper .product_gallery .owl-dots{
  display:none;
}
.show-site-page-articles .latest-blog-section .head-section .common-head > span{
  text-transform:capitalize;
  font-size:40px;
}
.show-site-page-articles .latest-blog-section .head-section > span{
  text-transform:capitalize;
  font-style:italic;
  font-size:28px;
}
.show-site-page-wrapper .show-site-tour figure {
  height: 650px;
  position: relative;
}
.show-site-page-wrapper .show-site-tour iframe{
  height:100%;
  width:100%;
}
.show-site-page-wrapper .show-site-title p{
  font-weight: 600;
}
.show-site-page-template p,
.show-site-page-template .latest-blog-section .inner-latest-blog-content h4,
.show-site-page-template .hs-btn,
.show-site-page-template .heading-section .sec-title.common-head span{
/*   font-family: mr-eaves-sans,sans-serif; */
/*   font-family: 'League Spartan', Lucida Sans Unicode, sans-serif; */
}

.hs-content-id-119818168756 .show-site-tour figure{
  height: 650px;
  position: relative;
}
.hs-content-id-119818168756 .show-site-tour iframe {
  height: 100%;
  width: 100%;
}

@media(max-width: 991px){
  .show-site-page-wrapper p{
    font-size: 20px;
  }
}
/* Show site page 2023 Ends */

@media(max-width: 1199px){
  .optional-timber-base-section .image-layout-wrapper .column-two{
    padding-left: 15px;
  }

}
@media(min-width: 1024px){
  .nav-area .active-branch .hs-menu-item{margin-right:15px;}
}
@media only screen and (min-width: 1024px) and (max-width: 1200px){
  .banner-section .Banner-area {
    margin-top: 7px !important;
  }
  .optional-timber-base-section .image-layout-wrapper .column-one:after {
    bottom: 33px;
    height: 163px;
    right: -18px;
  }
  .nav-area .active-branch .hs-menu-item{margin-right:8px;}
}
@media(min-width: 992px){
  .section-header .section-title .title-wrapper h2:before{
    width: 95%;
    margin: 0 auto;
  }  
}
@media(max-width: 991px){
  .optional-timber-base-section .image-layout-wrapper .column-one:after{
    display: none;
  }
  .optional-timber-base-section .image-layout-wrapper .column-one{
    text-align: center;
    margin-bottom: 30px;
  }
  .optional-timber-base-section .image-layout-wrapper{
    flex-direction: column;
  }
  .optional-timber-base-section .image-layout-wrapper .column-two{
    padding-left: 0;
  }
  .section-wrapper.multi-category-section .category-item, .section-wrapper.extra-space-section .category-list .category-item, .section-wrapper.entertaining-section .category-item, .section-wrapper.work-from-home-section .category-card-layout .category-list .category-item, .section-wrapper.fitness-and-wellbeing-section .category-item{
    flex-basis: 50%;
  }
  .the-process-section .right-column-content-wrapper{
    padding-top: 20px;
  }
}
@media(max-width: 767px){
  .section-wrapper.multi-category-section .category-item, .section-wrapper.extra-space-section .category-list .category-item, .section-wrapper.entertaining-section .category-item, .section-wrapper.work-from-home-section .category-card-layout .category-list .category-item, .section-wrapper.fitness-and-wellbeing-section .category-item{
    flex-basis: 100%;
  }
  .section-header .section-title .title-wrapper h2 span{
    font-size: 25px;
    padding: 0 15px;
  }
  .section-header .description p{
    font-size: 18px;
  }
}
/* ./components/_default-modules.css */
/* 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;
  }
}

/* ./website.css */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.9);
    opacity: 0.7;
  }
  50% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.9);
    opacity: 0.7;
  }
}

.safari .header-contact-cm ul li a span {
  -webkit-font-smoothing: auto;
}

.safari {
  -webkit-font-smoothing: auto;
}
.open-menu .request-form-cm{
  z-index:9;
}
.body-container-wrapper {
  overflow-x: hidden;
}

.full-width-page ol {
  list-style: none;
}


.full-width-page .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section .dnd-section>.row-fluid {
  padding: 0;
}
.product-middle .hs-button,
.contact-page .hs-button {
  width:30%;
}
.full-width-page a:focus{
  text-decoration: underline;
}

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

.full-width-page td{
  padding: 0;
  border:none;

}
.contact-page form select {
  border-width: 1px;
}
.full-width-page table{
  border: none;
  margin-bottom: 0;
}


.full-width-page .hs_cos_wrapper_type_form {
  padding-bottom: 35px;
}

.full-width-page form{
  padding-left: 10px;
  padding-right: 10px;
}

.full-width-page hr {
  overflow: hidden;
}
.full-width-page  input.hs-input{
  width: 100%;
  max-width: 1140px;
  padding: 5px;
  border: 1px solid #767676;
}

.full-width-page  input.hs-input:focus {
  border-color: #000;
}

.full-width-page .hs_submit.hs-submit input.hs-button.primary.large{
  border-radius: 1px;
  width: 30%;
  border: none;
  background: #5d6e30;
  color: #fff;
  font-weight: 600;
  text-shadow: 1px 1px 0 #000;
  height: 34px;
  margin-top: 10px;
  white-space: pre-wrap;
  -webkit-appearance: button;
  cursor: pointer;
  padding: 0;
}
.full-width-page .hs_submit.hs-submit input.hs-button.primary.large:hover{
  background: #9EB16B;
  border: none;
}
.full-width-page form .hs-richtext{
  margin-bottom:0;
}
.full-width-page form .hs-richtext p {
  font-size: 14px;  
  color: #000;
  font-weight: 400;
  margin-bottom:10px;
}
.full-width-page .hs-form-field {
  margin-bottom: 0;
}
.full-width-page .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
  margin-bottom: 10px;
}

.full-width-page label.hs-error-msg {
  color: #000;
  font-weight: 400;
  font-size: 12px;
  margin-top: 0;
}
.full-width-page .hs-input.invalid.error {
  border-color: #767676;
}
.full-width-page .hs-form-required {
  color: #000;
}

.full-width-page figure {
  margin: 0;
}

/* contaact page css */

.contact-page .dnd-section {
  padding: 0;
}

.contact-page  .span12.widget-span.widget-type-cell.dnd-column {
  padding: 0;
}

.contact-page .hs-form-private .hs-form-field {
  margin-bottom: 0;
}
.contact-page .dnd-section>.row-fluid {
  padding: 0;
}

.contact-page span.hs-form-required {
  color: #000;
}

.contact-page label.hs-error-msg {
  font-weight: 400;
  font-size: 12px;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  color: #000;
}
.container-fluid.body-container.full-width-page {
  padding: 0;
}

.contact-page .hs-form-private .hs_postcode.hs-postcode.hs-fieldtype-text.field.hs-form-field {
  width: 100%;
  float: none;
}
.contact-page  .hs-form-private  .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field{
  width: 100%;
  float: none;
}

.contact-page  form.hs-form.stacked .hs-form-private  input.hs-input {
  width: 100%;
  border: 1px inset #767676;

}

.contact-page  form.hs-form.stacked .hs-form-private fieldset.form-columns-1 .hs-input {
  width: 100%!important;
}

.contact-page  form.hs-form.stacked textarea.hs-input {
  width: 100%;
}

.contact-page  form.hs-form.stacked select.hs-input.is-placeholder {
  width: 100%;
}

.contact-page form.hs-form.stacked  .hs-richtext {
  margin-bottom: 0;
}

.contact-page  form .input input.hs-input {
  width: 100%;
}

.contact-page  form .input {
  width: 100%;
}
.contact-page  .hs-input.invalid.error {
  border-color: #000;
}

form .inputs-list>li {
  margin: 0;
}

.contact-page label.hs-error-msg {
  margin-bottom: 5px;
  margin-top:0;
}
/* .contact-page ul.no-list.hs-error-msgs.inputs-list {
margin-bottom: 10px;
}
*/
ul.no-list.hs-error-msgs.inputs-list {
  margin-bottom: 10px;
}

.contact-page .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
  margin-bottom: 10px;
}

.full-width-page table {
  border-spacing: 0;
  border-collapse: collapse;
  background-color: transparent;
}
.full-width-page table td {
  display: table-cell;
  vertical-align: inherit;
}
.quality_section h2.common-head:before {
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  right: 0;
  top: 13px;
  background: #8e9a6f;
  content: "";
  z-index: 0;
}
.hs-form-5792a463-2193-48c1-93fa-379715c52af1_2c68ebb3-7719-484a-911e-042c4492b5bc fieldset.form-columns-1 .hs-input {
  width: 100%!important;
}



@media only screen and (min-width: 768px){ 
  .full-width-page p, .full-width-page form .hs-richtext p{
    line-height: 28px;
    font-size: 18px;
  }
  .contact-page  .hs-richtext p {
    line-height: 28px;
    font-size: 16px;
    margin: 0 0 10px;
  }
}

@media only screen and (min-width: 992px){ 
/*   h3.hs_cos_wrapper.form-title:before {
    width: 95%;
    margin: 0 auto;
  } */
  .quality_section h2.common-head:before {
    width: 95%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 991px){
  .full-width-page img {
    margin-left: 0!important;
    margin-top: 0!important;
  }
}



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

  h3.hs_cos_wrapper.form-title span {
    padding: 0 15px;
  }

}

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

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

/* .body-container .row{
  display:block;
} */
.body-container-wrapper .container-fluid,
.container-fluid.banner-area{
  padding-right: 0px;
  padding-left: 0px;
}
.row-fluid [class*=span] {
  min-height: 0;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}

.col-sm-12, .col-sm-4, .col-sm-8, .col-md-10,
.col-sm-6, .col-md-4, .col-md-2, .col-md-7, .col-md-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.row:after, .page-center:after {
  clear: both;
}

.row:before, .row:after, .page-center:before, .page-center:after {
  content: "";
  display: table;
}

.product-main .heading-section h1.common-head{
  font-size:24px;
}

.product-middle .dnd-section>.row-fluid {
  padding:0;
  display: flex;
  flex-wrap: wrap;
}
.product-middle .span6 {
  display: flex;
  flex-wrap: wrap;
}

.product-middle .span6:last-child:not(:first-child) .dnd-row *{
  height:100%;
}


.product-middle .hs-form-field {
  margin-bottom: 0;
}

.product-middle .hs-email {
  margin-bottom: 10px;
}

.product-middle form .hs-richtext p {
  font-size: 14px;
  color: #000;
  margin: 0 0 10px;
  font-weight: 400;
}

.product-middle form .hs-richtext{
  margin: 0 0 10px;
}
.product-middle .hs-image-widget {
  height: 100%!important;
  object-fit: cover;
}
.home-main .hs_cos_wrapper_type_rich_text h1 {
  font-size: 36px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

.home-main .hs_cos_wrapper_type_rich_text p, .home-main .hs_cos_wrapper_type_rich_text h3, .home-main .hs_cos_wrapper_type_rich_text h2{
  text-align: center;
  font-weight:500;
}

.home-banner .Banner-area {
  position: relative;
  min-height: 430px;
}
.home-banner .Banner-area .banner-caption h2{
  line-height: 1.8em;
  margin-right: 49px;
  font-weight: 700;
}
.home-banner .Banner-area .content-wrapper{
  height:100%;
}
.home-banner .Banner-area .banner-caption{
  padding: 6% 0;
}

.home-main .products_wrap .row{
  margin: 0 -8px;
}

.home-main .products_wrap .row>div{
  padding: 0 8px;
}

.home-main .case_studies .head-section>span {
  margin-bottom: 10px;
  display: inline-block;
}

.home-main .case_studies .case-studies-right h3 {
  font-size: 18px;
}

.home-main .heading-section h1.common-head {
  font-size: 24px;
}

.home-main .hs-name,
.home-main .hs-email {
  width: 50%;
  float: left;
  margin-bottom: 10px;
}

.home-main label {
  margin-left: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
  font-weight: 700;
}
.home-main .hs_cos_wrapper_type_form{
  padding:0;
}

.home-main  .hs-input {
  padding: 5px 5px;
  margin-left: 20px;
  width: 90%;
  border: 0;
  min-height: 40px;
}

.home-main  .legal-consent-container {
  margin-left: 20px;
  margin-bottom: 10px;
}

.home-main input[type=submit] {
  padding:5px;
  max-width: 200px;
  color: #fff;
  margin-bottom: 20px;
  margin-left: 20px;
  min-height: 40px;
  font-weight:400;
  margin-top: 0;
  width: 100%;
  transition :unset;
  text-shadow: unset;
}

.home-main form .hs-richtext{
  margin: 0 0;
  font-size: 14px;
  color: #000;
  font-weight: 400;
}
.product-banner .Banner-area .banner-caption p {
  min-width: 45%;
  display: inline-block;
  background: rgba(0, 0, 0, .6);
  padding: 15px 20px;
  color: #fff;
}


.product-middle form .hs-input{
  padding:5px;
  border: 2px solid #767676;
}
.product-middle form textarea.hs-input,
.product-middle form select{
  border: 1px solid #767676;
}
.product-middle .hs-name,
.product-middle .hs-email {
  width: 100%;
}

.show-site-main .hs_cos_wrapper_type_rich_text figure{
  position: relative;
  height: 650px;
}
.show-site-main .hs_cos_wrapper_type_rich_text figure iframe{
  width: 100%;
  height: 100%;
}
.show-site-banner .Banner-area .banner-caption h2{
  font-weight: 700;
}

.show-site-main .hs_cos_wrapper_type_rich_text p {
  font-size: 16px;
}

.show-site-main .quality_section .contact-section{
  text-align: center;
  background: #e2e5da;
  padding: 30px!important;
  margin-bottom: 30px;
  float: left;
  width: 100%;
}

.show-site-main .quality_section .content{
  width: 80%;
  float: left;
  padding:0;
  text-align: left;
}
.show-site-main .quality_section h2.common-head{
  padding-bottom:15px;
  margin:0;
  color: #000;
  border-bottom: 1px solid transparent;
}
.show-site-main .quality_section h2.common-head span{
  background: #E2E5DA;
  padding-right: 15px;
}
.show-site-main .company-standards-section .title .company-standards-content p,
.show-site-main .quality_section p {
  line-height: 22px;
  margin-top: 20px;
}
.show-site-main .quality_section h2.common-head:before{
  background: #cbcec4;
}
.show-site-main .quality_section .image_section {
  width: 100%;
  padding:0;
  float: left;
}
.show-site-main .quality_section .free-guide-site {
  padding: 0;
}

.show-site-main .map-section iframe {
  height: 660px!important;
}

.show-site-main .quality_section {
  padding-bottom: 0;
}

.show-site-main .company-standards-section .title h2{
  float:left;
}

.show-site-main .company-standards-section {
  padding-bottom: 40px;
}

.show-site-main .quality_section .image_section img{
  width:100%;
}

.school-room-page .product-middle form .hs-input{
  height: 40px;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  padding: 0 15px;
  min-height: 27px;
  background-color: #f5f8fa;
}
.school-room-page .product-middle form input.hs-input.error {
  border-color: #b9554d;
}
.school-room-page .product-middle form .hs-input:focus {
  outline: none;
  border-color: rgba(82,168,236,.8);
}
.school-room-page .product-middle form .hs-form-required {
  color: red;
}
.school-room-page .product-middle .hs-form-field{
  margin-bottom: 18px;
}
.school-room-page .product-middle form .hs-error-msgs label {
  color: #f2545b;
  line-height: 18px;
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 14px!important;
}
.school-room-page .product-middle form .hs-button{
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 12px;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  background-color: #ff7a59;
  border-color: #ff7a59;
  color: #fff;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  font-size: 14px;
  padding: 12px 24px;
  background: #ff7a59!important;
  border-color: #ff7a59!important;
  color: #ffffff!important;
  font-size: 12px;
  line-height: 12px;
  font-family: "League Spartan", sans-serif;
  max-width: unset;
  width: auto;
  text-shadow: unset;
}

.school-room-page .product-middle form .hs-richtext {
  font-family: "League Spartan", sans-serif;
  color: #33475b;
  font-size: 14px;
  margin-bottom: 3px;
  line-height: 24px;
}

.slick-dots li button{
  outline:none!important;
}
.school-room-page .product-middle .hs-input.invalid.error{
  border-color: #c87872!important;
}
.school-room-page .product-middle form label{
  color: #33475b;
  font-family: "League Spartan", sans-serif;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 4px;
  display: block;
  font-weight: 500;
}
.school-room-page .product-middle h3.hs_cos_wrapper.form-title{
  float:none;
}
.school-room-page .product-middle .actions {
  margin-top: 18px;
  padding: 17px 0px;
}
.school-room-page .product-middle ul.no-list.hs-error-msgs.inputs-list{
  display: block;
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
}

.school-room-page .product-middle form textarea.hs-input{
  height: auto;
  padding: 10px 15px;
  vertical-align: middle;
}

.school-room-page .product-middle form select.is-placeholder {
  color: #bfbfbf;
}
.school-room-page .product-middle form select{
  padding: 9px 10px;
}


@media screen and (min-width: 768px){
  .show-site-main .company-standards-section .title .company-standards-content p,
  .show-site-main .quality_section p {
    line-height: 28px;
    font-size: 16px;
  }
  .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12,
  .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, 
  .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-12, .col-sm-4, .col-sm-8 {
    float: left;
  } 
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .row.padd-5>[class*=" col-"], 
  .row.padd-5>[class^="col-"] {
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media  (max-width:1199px) and (min-width: 992px){
  .home-main .products_wrap .product-caption h4 {
    padding: 0 0 5px;
    margin: 0 0 5px;
  }
}
@media screen and (min-width: 992px){
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }    
  .col-md-10, .col-md-2 {
    float: left;
  }
  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-1, .col-md-10, .col-md-11, .col-md-12,
  .col-md-2, .col-md-3, .col-md-4, .col-md-5, 
  .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
}

@media (max-width: 1280px){
  .product-middle .span6 .hs_cos_wrapper_type_linked_image img{
    min-height: 500px;
    object-fit: cover;
    width: 100%;
  }
}
@media (max-width: 991px){
  .product-middle .span6 .widget-type-linked_image,
  .show-site-main .span6,
  .product-middle .span6 {
    width: 100%;
    display:block;
  }
  .show-site-main .span6{
    padding:0!important;
  }
  .product-middle .span6 .widget-type-linked_image{
    padding-top: 15px;
  }
  .product-middle .span6 .hs_cos_wrapper_type_linked_image img{
    min-height: 1px;
  }
  .product-middle .span6 .hs_cos_wrapper_type_linked_image img,
  .product-middle .span6 .hs_cos_wrapper_type_linked_image{
    width:100%;
    height:auto!important;
  }
  .home-main .products_wrap .col-sm-6 {
    width: 50%;
  }
  .home-main .products_wrap .col-md-4:nth-child(3n+1) {
    clear: unset;
  }
}
@media (max-width: 767px){
  .product-banner .Banner-area .banner-caption p{
    display:none;
  }
  .building-banner .Banner-area .banner-caption h2{
    font-size: 22px;
  }
  .home-main .hs_cos_wrapper_type_rich_text p span {
    font-size: 18px!important;
  }
  .home-main .products_wrap {
    padding-top: 0;
  }
  .home-main .products_wrap .row>div {
    padding: 0 15px;
  }
  .home-main .products_wrap .row {
    margin: 0 -15px;
  }
  .home-banner .Banner-area .banner-caption {
    padding: 20px;
    background: rgba(0,0,0,0.5);
    margin-top: 30px;
  }
  .home-banner .Banner-area .banner-caption h2 {
    font-size: 22px !important;
    padding: 0;
    background: transparent;
    margin: 0;
    padding-right: 0px;
    padding-bottom: 19px;
  }
  .home-main .hs-input{
    width:100%;
    margin-bottom: 15px;
  }
  .show-site-banner .Banner-area .banner-caption h2{
    padding: 0;
    background: transparent;
    margin: 0;
  }
  .home-main form {
    padding: 20px;
  }
  .home-main input[type=submit],
  .home-main .legal-consent-container,
  .home-main .hs-input,
  .home-main label{
    margin-left:0;
  }
  .home-main .hs-email, 
  .home-main .hs-name{
    width:48.5%;
    display: inline-block;
    float: none;
  }
  .home-main .hs-name {
    margin-right: 8px;
  }
}

@media (max-width: 639px){
  .home-main .products_wrap .col-sm-6 {
    width: 100%;
  }
}
@media only screen and (max-width: 479px){
  .home-main .hs-email,
  .home-main .hs-name {
    width: 100%;
    float: left;
    margin-bottom: 10px;
  }
  .home-main .hs-name {
    margin-right: 0px;
  }
}
.hs-button{text-align: center; display: block;}
.show-site-main .quality_section .content{COLOR: #000;}


/* Robert's optimizing CSS */
.nobg{
  background-image: none !important;
}
#hs-eu-cookie-confirmation #hs-eu-confirmation-button-group #hs-eu-opt-in-buttons {
  display: flex;
  flex-direction: row-reverse!important;
}