/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */
@font-face {
  font-family: "Neutra Face";
  src: url("https://6090134.fs1.hubspotusercontent-ap1.net/hubfs/6090134/ClassicBuilders_July2020/Font/NeutrafaceText-BookLF.woff2") format("woff2"), 
    url("https://6090134.fs1.hubspotusercontent-ap1.net/hubfs/6090134/ClassicBuilders_July2020/Font/NeutrafaceText-BookLF.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Neutra Face";
  src: url("https://6090134.fs1.hubspotusercontent-ap1.net/hubfs/6090134/ClassicBuilders_July2020/Font/NeutrafaceText-DemiLF.woff2") format("woff2"),
    url("https://6090134.fs1.hubspotusercontent-ap1.net/hubfs/6090134/ClassicBuilders_July2020/Font/NeutrafaceText-DemiLF.woff") format("woff");
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "Neutra Face";
  src: url("https://6090134.fs1.hubspotusercontent-ap1.net/hubfs/6090134/ClassicBuilders_July2020/Font/NeutrafaceText-DemiItalic_LF.woff2") format("woff2"),
    url("https://6090134.fs1.hubspotusercontent-ap1.net/hubfs/6090134/ClassicBuilders_July2020/Font/NeutrafaceText-DemiItalic_LF.woff") format("woff");
  font-style: italic;
  font-weight: 500;
}


@font-face {
  font-family: "Neutra Face";
  src: url("https://6090134.fs1.hubspotusercontent-ap1.net/hubfs/6090134/ClassicBuilders_July2020/Font/NeutrafaceText-BoldLF.woff2") format("woff2"),
    url("https://6090134.fs1.hubspotusercontent-ap1.net/hubfs/6090134/ClassicBuilders_July2020/Font/NeutrafaceText-BoldLF.woff") format("woff");
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: "Neutra Face Display Titling";
  src: url("https://6090134.fs1.hubspotusercontent-ap1.net/hubfs/6090134/ClassicBuilders_July2020/Font/Neutraface_Display-Titling.woff2") format("woff2"),
    url("https://6090134.fs1.hubspotusercontent-ap1.net/hubfs/6090134/ClassicBuilders_July2020/Font/Neutraface_Display-Titling.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}












































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! 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;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

html {
  font-size: 19px;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.5;
  letter-spacing: 0.03em;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Lato, serif;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  letter-spacing: 0;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;  
}

h2 {
  font-size: 1.6rem;  
}

h3 {
  font-size: 1.25rem;  
}

h4 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
  line-height: 1.3;
}

h5 {
  font-size: 1rem;
  line-height: 1.4;
}

h6 {
  font-size: .9rem;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}


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

blockquote {
  padding: 24px 48px;
  border-left: 5px solid #1b6ca0;
  font-family: 'Neutra Face',helvetica,Arial,Sans-Serif;
  font-weight: 500;
  font-style: italic;
  background: whitesmoke;
  margin: 0;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

sup,
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
}

@media screen and (max-width: 1024px){
  html {
    font-size: 17px;
  }
  h1, .h1 {
    font-size: 2.1rem;
  }
  h2, .h2 {
    font-size: 1.6rem;
  }
  h3, .h3 {
    font-size: 1.2rem;
  }
  h4, .h4 {
    font-size: 1rem;
  }
  h5, .h5 {
    font-size: 1rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}

@media screen and (max-width: 620px){
  html {
    font-size: 16px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 100%;
  font-family: Lato, sans-serif;
  border:1px solid;
  padding:5px;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  border: 2px solid #00883e;
  font-family: 'Neutra Face',helvetica,Arial,Sans-Serif;
  font-size: 0.7rem;
  line-height: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  text-align: center;
  
  text-decoration: none;
  white-space:normal;
  margin: 15px 0;
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
}

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}


.hs-form label {
  font-size: 0.7em;
  text-transform: uppercase;
  font-weight: 600;
}

.hs-error-msgs {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .hs-error-msgs label {
  display: inline-block;
  padding: 7px 12px;
  color: #db2705;
  font-size: 0.8rem;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.62;
  text-transform: none;
}

.hs-input,
.hs-input[type=password],
.hs-input[type=text], 
.hs-search-field__input[type=text],
input[type=password]{
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background-color: #ffffff;
  outline: none;
  border: 1px solid #dedede;
  font-size:19px;
  font-weight: normal;
  line-height: 1.56;
  padding: 10px 15px;
  font-family: 'Neutra Face',helvetica,Arial,Sans-Serif;
  color: #757170;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}


/* Placeholder Text */
::placeholder{
  color: #dedede;
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #dedede;
  opacity: 1;
} /* Webkit Browsers */

:-moz-placeholder {
  color: #dedede;
  opacity: 1;
} /* Firefox 18- */

::-moz-placeholder {
  color: #dedede;
  opacity: 1;
} /* Firefox 19+ */

:-ms-input-placeholder {

  color: #dedede;
  opacity: 1;
} /* IE10 */


.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

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

.field {
  margin-bottom: 18px;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

h3.form-title {
  letter-spacing: 0;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 24px;
  line-height: 1.2;
  font-size: 2.1rem;
}


.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}

@media (max-width: 1024px){
  h3.form-title {
    font-size: 1.6rem;
  }
}

@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */


.header-wrapper .site-header .company-nav {left:0;right:0; background: whitesmoke; padding-left: 12px; display: none; position: fixed; width: 100%; top: 0; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; z-index: 1; }
.header-wrapper .site-header .company-nav ul { margin: 0; padding: 0;list-style: none;display: -webkit-flex; display: -ms-flexbox; display: -ms-flex; display: flex; -webkit-align-items: center; -ms-align-items: center; align-items: center; font-size: 0.7rem; font-weight: 500; }
.header-wrapper .site-header .company-nav ul li:first-of-type { margin-left: auto; }
.header-wrapper .site-header .company-nav ul li.phone-cta { margin-left: 12px; }
.header-wrapper .site-header .company-nav ul li a:not(.btn) { display: inline-block; padding: 0 12px; color: #919191; font-weight: 600; }
.header-wrapper .site-header .company-nav ul li a:hover{opacity: 0.7;}
.header-wrapper .site-header .company-nav ul li.phone-cta a { font-family: 'Neutra Face Display Titling',helvetica,Arial,Sans-Serif; font-weight: 500; color: #244c84; border-left: 1px solid #757170; padding-left: 24px; }
.header-wrapper .site-header .company-nav ul li.cta .btn { color: white;display: inline-block; border: 2px solid #00883e;cursor: pointer; font-family: 'Neutra Face',helvetica,Arial,Sans-Serif; font-size: 0.7rem; line-height: 0.7rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1rem; text-align: center;-webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; background: #244c84; border-color: #244c84; margin-left: 12px; padding: 10px 24px; font-size: 0.8rem; }
body.scrolled .header-wrapper .site-header .company-nav { top: -50px; } 
body.scrolled .header-wrapper .site-header{padding:0;}


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

.hs-menu-item a {
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
}



.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  padding: 12px;
  font-weight: 600;
  color: #707070;
  text-transform: uppercase;
  font-size: 0.7em;

}



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

  .header-wrapper .site-header .company-nav { display: block; }
  .header-wrapper .site-header { padding: 38px 0 0 0; } 
  .header-wrapper .site-header .header_main{    padding: 0 12px;}
  
 

  .mobile-menu{
    display:none;
  }
  .custom-menu-primary {
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    flex: 1;

    justify-content:flex-end;
  }

  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper>ul {
    height: 100%;
  }

  .custom-menu-primary .hs-menu-wrapper > ul {
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    flex: 1;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;

  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li.active > a{
    color: #00883e;

  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
    opacity: 0.7;  
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0px;
    bottom: 0;
    height: 3px;
    background: #00883e;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a:before ,
  .custom-menu-primary .hs-menu-wrapper > ul > li.active > a:before {
    width: 100%;           
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border: 2px solid #757170;
    border-left: none;
    border-top: none;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: -5px 0 0 7px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:hover > a:after,
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children.active > a:after{
    border-color: #00883e;
  }


  .mega-nav {
    padding: 48px 24px;
    position: absolute;
    top: 100%;
    left: -24px;
    right: -24px;
    background: white;
    display: none;
  }

  .site-header .mega-nav:before {
    content: '';
    display: block;
    position: absolute;
    height: 50px;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg,rgba(23,24,22,0.02) 0%,rgba(23,24,22,0) 100%);
  }


  .site-header .mega-nav:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 50px;
    background: linear-gradient(180deg,rgba(23,24,22,0.2) 0%,rgba(23,24,22,0) 100%);
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:hover >.mega-nav{
    display: block;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li >.mega-nav > div > ul{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    margin-left: -24px;
    position: relative;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li >.mega-nav > div > ul > li{
    width: 100%;
    margin-left: 24px;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.mega-nav>div>ul>li>ul {
    width: 100%;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li >.mega-nav > div > ul > li>ul>li,
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(6) >ul>li{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li >.mega-nav > div > ul > li>ul>li:first-child,
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(6) >ul>li,
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>.mega-nav>div>ul>li:nth-child(4)>ul>li:first-child{
    width: 100%;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li >.mega-nav > div > ul > li>ul>li:first-child>a{
    width: 100%;
    font-weight: 600;
    color: #707070;
    text-transform: uppercase;
    font-size: 0.8em;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #dedede;

  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.mega-nav>div>ul>li>ul>li:first-child>a[href="javascript:;"] {
    cursor: auto;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li >.mega-nav > div > ul > li>ul>li:not(:first-child)>a{
    display: block;
    font-size: 0.8em;
    line-height: 1.6em;
    padding: 7px 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(6) >ul {
    background: white;
    padding: 36px 40px;
    position: absolute;
    top: 100%;
    margin-left: -40px;
    box-shadow: 0px 30px 35px rgba(0,0,0,0.15);
    width: 300px;
    display: none;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(6):hover >ul {
    display: block;

  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(6) >ul>li>a{
    display: block;
    font-size: 0.9em;
    line-height: 1.6em;
    color: #707070;
    padding: 7px 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>.mega-nav>div>ul>li:nth-child(4),
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>.mega-nav>div>ul>li:nth-child(4)>ul {
    -webkit-flex: 2 1 0;
    -ms-flex: 2 1 0;
    flex: 2 1 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>.mega-nav>div>ul>li:nth-child(4)>ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>.mega-nav>div>ul>li:nth-child(4)>ul>li {
    width: 50%;
  }
}

@media screen and (min-width: 1280px){
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    font-size: 0.8em;
    padding: 12px 24px;

  }
  .header-wrapper .site-header .company-nav { padding-left: 24px; }
  .header-wrapper .site-header .company-nav ul { font-size: 0.75rem; }
  .header-wrapper .site-header .company-nav ul li.cta .btn { padding: 16px 24px; }
  .header-wrapper .site-header { padding: 50px 0 0 0; }
    .header-wrapper .site-header .header_main{    padding: 0 24px;}
 
}


@media (max-width: 1407px) and (min-width: 1280px){
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    padding: 12px;
    font-size: 0.7em;

  }
}



@media (max-width: 1095px) and (min-width: 1025px){
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    padding: 9px;
    text-transform: uppercase;
    font-size: 0.6em;

  }
}


@media screen and (max-width: 1024px){
  body.mobile-open {
    overflow: hidden;
  }
  .header-wrapper .site-header .custom-menu-primary {
    display: none;
    position: absolute;
    top: 100%;
    background: white;
    margin: 0;
    width: 100%;
    height: 100vh;
  }

  .mobile-menu {
    background: white;
    z-index: 2000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    display: block;
    padding-top: 66px;
    height: 100vh;
    overflow: scroll;
    position: fixed;
    width: 100%;
    bottom: 0;
    border-top: 1px solid #dedede;
    top: -100vh;
  }


  .mobile-menu .hs-menu-wrapper > ul >li.hs-item-has-children {
    border-bottom: 1px solid #dedede;
  }
  .mobile-menu .hs-menu-wrapper > ul >li {
    display: block;
    position: relative;
  }
  .mobile-menu .hs-menu-wrapper > ul >li.hs-item-has-children>a {
    color: #707070;
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    padding: 24px;
  }

  .mobile-menu .hs-menu-wrapper > ul >li.hs-item-has-children>a:hover,
  .mobile-menu .hs-menu-wrapper>ul>li.hs-item-has-children>a:hover,
  .mobile-menu .hs-menu-wrapper>ul>li.hs-item-has-children>a:hover+div,
  .mobile-menu .hs-menu-wrapper>ul>li.hs-item-has-children.sfhover-child>a,
  .mobile-menu .hs-menu-wrapper>ul>li.hs-item-has-children.sfhover-child>.child-trigger{
    opacity: 0.7;
  }



/*   .mobile-menu .hs-menu-wrapper>ul>li:last-child {
    padding: 24px;
  } */
/*   .mobile-menu .hs-menu-wrapper>ul>li:last-child>a {
    color: white;
    border-radius: 3px;
    border: 2px solid #00883e;
    padding: 18px 40px;
    cursor: pointer;
    font-family: 'Neutra Face',helvetica,Arial,Sans-Serif;
    font-size: 0.7rem;
    line-height: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    text-align: center;
    display: block;
    background: #244c84;
    border-color: #244c84;
  } */
/*   .mobile-menu .hs-menu-wrapper>ul>li:last-child>a:hover {
    opacity: 0.7;
  }
 */
  .mobile-menu .hs-menu-wrapper > ul >li.hs-item-has-children>ul.hs-menu-children-wrapper {
    display: none;
    padding: 0 0 24px 0;
  }
  .child-open .child-trigger:after {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .child-trigger {
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 60px;
    background: #00883e;
    cursor: pointer;
    border-bottom: 1px solid white;
    height: 72px;
  }
  .child-trigger:after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border: 2px solid white;
    border-left: none;
    border-top: none;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: -5px 0 0 7px;
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 11px);
  }
  .mobile-menu .hs-menu-wrapper > ul >li.hs-item-has-children>ul>li{
    margin: 24px 0;
  }
  .mobile-menu .hs-menu-wrapper > ul >li.hs-item-has-children>ul>li:first-child {
    margin: 0 0 24px 0;
  }
  .mobile-menu .hs-menu-wrapper > ul >li.hs-item-has-children>ul>li a{
    padding: 16px 24px;
    background: whitesmoke;
    margin-bottom: 2px;
    display: block;
    color: #00883e;
  }
  .mobile-menu .hs-menu-wrapper > ul >li.hs-item-has-children>ul>li a:hover{
    opacity: 0.7; 
  }

  .mobile-menu .hs-menu-wrapper > ul >li.hs-item-has-children>ul>li>a{
    font-weight: 800;
  }

  .mobile-menu .hs-menu-wrapper > ul >li.child-open ul:before {
    content: "";
    position: absolute;
    width: 5px;
    top: -40px;
    background: #00883e;
    bottom: 48px;
    z-index: 100;
  }
  .mobile-menu .hs-menu-wrapper>ul>li:nth-child(6)>ul>li>a {
    font-weight: 400;
  }
  .mobile-menu .hs-menu-wrapper>ul>li.hs-item-has-children>ul.hs-menu-children-wrapper ul {
    display: block !important;
    position: relative;
  }
  .mobile-menu .hs-menu-wrapper>ul>li.child-open > ul:before {
    top: 32px;
  }
  .mobile-menu .hs-menu-wrapper>ul>li a{
        color: #707070;
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    padding: 24px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
    border-collapse: collapse;
    border-spacing: 0;
      width: 100%;
    text-align: left;
}

table th, table td {
    padding: 24px 12px 24px 0;
    border-bottom: 1px solid #dedede;
}

table th {
    font-weight: 600;
    color: #171816;
}
.banner-area {
  background: whitesmoke;
  position: relative;
}

.banner-image:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom,rgba(25,5,5,0) 0%,rgba(20,11,11,0.45) 100%);
  z-index: 99;
}

.banner-image{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-area .banner-inner {
  color: white;
  height: 400px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;  
  padding: 24px 0;
  position: relative;
  z-index: 999;
}

.banner-area .banner-content {
  max-width: 1000px;
}

.banner-area h1.headline{
  opacity: 0;
  margin-bottom: 24px;
  animation: 2s ease 0s 1 fadeUp forwards;
  font-size: 7vw;
  line-height: 7vw;
  font-family: 'Neutra Face Display Titling',helvetica,Arial,Sans-Serif;
  font-weight: 500;
  text-transform: uppercase;
  color: white;
}


.banner-area .banner-content .accent {
  font-family: 'Neutra Face',helvetica,Arial,Sans-Serif;
  font-weight: 500;
  text-transform: none;
  font-style: italic;
  margin: 24px 0;
  opacity: 0;
  animation: 2s ease 0s 1 fadeUp forwards;
  animation-delay: 0.5s;
  margin-bottom: 0;
  line-height: 5vw;
  font-size: 4vw;
  letter-spacing: 0;
}

.scrolled .banner-area {
  opacity: .83;
}

@keyframes fadeUp {
  0% {
    transform: translateY(10px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@media screen and (min-width: 620px){
  .banner-area h1.headline{
    font-size: 6vw;
    line-height: 6vw;
  }
  .banner-area .banner-content .accent {
    font-size: 3vw;
    line-height: 4vw;
  }
}

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

  .banner-area .banner-content .accent {
    font-size: 2.5vw;
    line-height: 2.8vw;
  }
}

@media screen and (min-width: 1025px){
  .banner-area .banner-content {
    padding-right: 48px;
  }

}


@media screen and (min-width: 1280px){
  .banner-area .banner-inner {
    height: 500px;
  }
}





@media screen and (min-width: 1500px){
  .banner-area .banner-inner {
    height: 650px;
    padding: 72px 0 72px 0;
  }

  .banner-area h1.headline{
    font-size: 4.8rem;
    line-height: initial;
  }
  .banner-area .banner-content .accent {
    font-size: 1.7rem;
    line-height: 1.2;
  }
}


@media screen and (max-width: 1024px){
  .banner-area .banner-content {
    margin: 24px 0 24px 0;
    padding-bottom: 24px;
    text-align: center;
  }
  .banner-area .banner-inner {
    padding-bottom: 0;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */


.dnd-section>.row-fluid,
.page-center, 
.container,
.content-wrapper {
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
}

body {
  transition: transform .5s ease-in-out,visibility .5s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
body.add-transition {
  opacity: 1;
  visibility: visible;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */
.header-wrapper {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  padding-top: 67px;
}


.site-header {
  border-bottom: 1px solid whitesmoke;
  background: white;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  padding: 0;
  z-index: 3000;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}


.header_main {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  min-height: 1px;
}

.header-wrapper a.mobile-menu-btn {
  display: none;
  background-color: #00883e;
  margin: 0;
  cursor: pointer;
  position: relative;
  z-index: 100;
  width: 67px;
  height: 67px;
}

.header-wrapper a.mobile-menu-btn i {
  width: 30px;
  height: 3px;
  background: white;
  margin: 0 auto;
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-style: italic;
}

.header-wrapper .site-header .header__logo {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}


.header-wrapper .site-header .header__logo a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  max-width:300px;
}
.header-wrapper .site-header .header__logo a img{
  width:50%;
}

.header-wrapper .site-header .header__logo a:hover{
  opacity:.7;
}

.header-wrapper .site-header .header__logo svg{
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  height: auto;
}

.header-wrapper .site-header .header__utils {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}


.header-wrapper .site-header .header__utils .icon {
  display: inline-block;
  padding: 12px;
}


.header-wrapper .site-header .header__utils .icon svg {
  width: auto;
  height: 18px;
}


.icon svg {
  fill: #757170;
}

a.wishlist svg {
  fill: white;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}


.header-wrapper .site-header .header__utils a:hover {
  opacity: 0.7;
}

.header-wrapper .site-header .header__utils .search-nav-item {
  position: relative;
}


.js-search-toggle {
  cursor: pointer;
}

.header-wrapper .site-header .header__utils .search-nav-item .search-box {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 300px;
  display: none;
}
.search-box form{
  padding:0;
  border:none;
}


.header-wrapper .site-header .header__utils .search-nav-item .search-box input[type="text"] {
  outline: none;
  border: 1px solid #dedede;
  background-color: white;
  display: block;
  width: 100%;
  padding: 10px 15px;
  font-family: 'Neutra Face',helvetica,Arial,Sans-Serif;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.56;
  color: #757170 !important;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: white !important;
}
.header-wrapper .site-header .header__utils .search-nav-item .search-box input[type="text"]:focus{
  border-color: #00883e;
  background-color: white;
}

.header-wrapper .site-header .header__utils .search-nav-item .search-box .btn {
  margin: 0;
  position: absolute;
  right: 0;
  top: 7px;
  background: #00883e;
  border: #00883e;
  font-size: 0.8rem;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
  text-transform: none;
  padding: 12px;
  letter-spacing: initial;
  margin-left: 12px;
  display: inline-block;
  cursor: pointer;
  font-family: 'Neutra Face',helvetica,Arial,Sans-Serif;
  text-align: center;
  color: white;
  border-radius: 3px;
  line-height: 0.7rem;
  font-weight: 600;
}


.header-wrapper .site-header .header__utils .search-nav-item .search-box ul {
  margin: 0;
  padding: 12px 0;
  text-align: center;
  border: 1px solid rgba(204,204,204,0.4);
  background: white;
  border-top: 0;
  -webkit-border-radius: 0 0 12px 12px;
  -moz-border-radius: 0 0 12px 12px;
  border-radius: 0 0 12px 12px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  list-style: none;
}
.header-wrapper .site-header .header__utils .search-nav-item .search-box li {
  display: inline-block;
}

.header-wrapper .site-header .header__utils .search-nav-item .search-box input[type="radio"] {
  display: none;
}

.header-wrapper .site-header .header__utils .search-nav-item .search-box label {
  font-size: 0.7em;
  text-transform: none;
  display: inline-block;
  cursor: pointer;
  padding: 8px;
  font-weight: 500;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #aaaaaa;
  color: #aaaaaa;
}
.header-wrapper .site-header .header__utils .search-nav-item .search-box input:checked + label {
  border: 1px solid #00883e;
  background: #00883e !important;
  color: white;
}

.header-wrapper .site-header .header__utils .btn {
  color: white;
  border-radius: 3px;
  border: 2px solid #00883e;
  display: inline-block;
  cursor: pointer;
  font-family: 'Neutra Face',helvetica,Arial,Sans-Serif;
  line-height: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  text-align: center;
  background: #244c84;
  border-color: #244c84;
  margin-left: 12px;
  padding: 12px 10px;
  font-size: 0.6rem;

}
.header-wrapper .site-header .header__utils .btn:hover {
  opacity: 0.6;
}
.scrolled .header-wrapper .site-header {
  box-shadow: 0px 0px 30px rgba(0,0,0,0.15);
}

@media screen and (min-width: 768px){
  .mobile-search{
    display:none !important;
  }
}

@media screen and (min-width: 1025px){
  .header-wrapper {
    padding-top: 138px;
  }
  .site-header {
    padding: 0 12px;
  }
  .header_main {
    min-height: 100px;
  }
  .header-wrapper .site-header .header__logo svg {
    padding: 4.8px;
    width: 60px;
  }
  .scrolled .header_main {
    min-height: 1px;
  }
}


@media screen and (min-width: 1280px){
  .header-wrapper {
    padding-top: 190px;
  }
  .site-header {
    padding: 0 24px;
  }
  .header_main {
    min-height: 140px;
  }
  .header-wrapper .site-header .header__logo svg {
    width: 80px;
  }
  .header-wrapper .site-header .header__utils .icon svg {
    height: 27px;
  }
  .header-wrapper .site-header .header__utils .btn {
    padding: 16px 20px;
    font-size: 0.7rem;
  }
}


@media screen and (max-width: 1024px){
  .header-wrapper .site-header .header_main  {
    padding: 0;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
  }
  .header-wrapper a.mobile-menu-btn {
    display: block;
  }

  .header-wrapper a.mobile-menu-btn:hover {
    opacity: 0.7;
  }
  .header-wrapper a.mobile-menu-btn i:before,
  .header-wrapper a.mobile-menu-btn i:after {
    width: 30px;
    height: 3px;
    background: white;
    display: block;
    content: "";
    position: absolute;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
  }

  .header-wrapper a.mobile-menu-btn i:before {
    top: -10px;
  }
  .header-wrapper a.mobile-menu-btn i:after {
    top: 10px;
  }

  .mobile-open .header-wrapper a.mobile-menu-btn {
    background: #007e39;
  }
  .mobile-open .header-wrapper a.mobile-menu-btn i {
    background: none;
  }
  .mobile-open .header-wrapper a.mobile-menu-btn i:before {
    top: 0px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .mobile-open .header-wrapper a.mobile-menu-btn i:after {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .mobile-open .mobile-menu {
    top: 0px;
  }

  .header-wrapper .site-header .header__logo{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    flex: 1;
    position: absolute;
    width: 100%;

  }

  .header-wrapper .site-header .header__logo a {
    margin-bottom: 0;
    padding: 7px 0 15px;
  }
  .header-wrapper .site-header .header__logo a svg {
    width: 50px;
    height: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
  }

  .header-wrapper .site-header .header__utils {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .header-wrapper .site-header .header__utils li.contact {
    display: none;
  }
  .lp .site-header{
    height: 68px;
  }
}



@media screen and (max-width: 767px){
  .js-search-toggle{
    display:none !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  position: relative;
}
.footer  ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  position: relative;
}

.footer__main {
  padding: 48px 0;
  border-top: 1px solid #dedede;
}

.row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row.row--align-center {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}


.footer__main .footer__logo svg {
  display: block;
  margin: 0 auto;
}
.footer__main ul li {
  display: inline-block;
}
.footer__main ul li a {
  display: inline-block;
  padding: 12px 0 12px 12px;
  font-weight: 600;
  color: #707070;
  text-transform: uppercase;
  font-size: 0.9em;
}
.footer__main ul li a:hover {
  color: #00883e;
}


.footer__copyright {
  border-top: 1px solid #dedede;
  padding-top: 48px;
  padding-bottom: 48px;
}


.footer__copyright .social-links {
  text-align: center;
}


.footer__copyright .social-links a {
  display: inline-block;
  margin: 0 5px;
  color: #00883e;
}
.footer__copyright .social-links a:hover {
  color: #00883e;
  opacity: 0.7;
}

.footer__copyright ul {
  text-align: right;
}

.footer__copyright ul li {
  display: inline-block;
}

.footer__copyright ul a {
  padding: 12px 0 12px 12px;
  color: #707070;
  font-size: 0.9em;
}

.footer__copyright ul a:hover {
  color: #00883e;
}



@media screen and (min-width: 1025px){
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .footer__main .menu--right ul {
    text-align: right;
  }


}



@media screen and (max-width: 1024px){
  footer.footer {
    font-size: 17px;
  }
  .footer__main .footer__logo {
    margin-bottom: 36px;
  }
  .footer__main {
    text-align: center;
  }
  .footer__main ul {
    text-align: center;
  }
  .footer__main ul li {
    display: block;
  }
  .footer__main ul li a {
    padding: 12px;
  }
  .footer__copyright {
    text-align: center;
  }
  .footer__copyright .social-links {
    margin-bottom: 24px;
  }
  .footer__copyright .copy-text {
    margin-bottom: 24px;
  }
  .footer__copyright ul {
    text-align: center;
  }



}
@media screen and (max-width: 620px){
  footer.footer {
    font-size: 16px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  margin: 0 auto;
}

.blog-header {
  background-color: transparent;
  text-align: center;
}

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}


.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blog-subscribe {
  max-width: 680px;
  margin: 0 auto;
  margin-top: 40px;
}
.blog-subscribe form {
  max-width: 70%;
}
.blog-subscribe .hs-submit {
  text-align: center;
}
.comment-date {
  display: block !important;
}
.blog-comments {
  max-width: 680px;
  margin: 0 auto;
  margin-top: 25px;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}



/* ========================Blog listing ======================== */
.banner .inner{
  padding: 24px 0;
  position: relative;
  z-index: 100;
}
.banner .inner h1{
  font-size: 3.1rem;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 24px;
  line-height: 1.2;
}

ul.tags {
  margin: 0;
  margin-bottom: 24px;
  list-style: none;
  padding: 0;
}

ul.tags li {
  display: inline-block;
  margin: 0 3px;
}

ul.tags li a {
  display: inline-block;
  min-width: 40px;
  padding: 10px 20px;
  margin-bottom: 12px;
  background: rgba(0,136,62,0.1);
  color: #00883e;
  font-size: 0.8em;
  border-radius: 30px;
}

ul.tags li a:hover {
  opacity: 0.7;
}

ul.tags li.active a {
  background: #00883e;
  color: white;
}
.page-content {
  background: white;
  position: relative;
  z-index: 2;
  padding-bottom: 48px;
}

.row.blog-index {
  margin-left: -24px;
}

.post-item {
  position: relative;
  padding-left: 24px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 24px;
  background: white;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}


.post-item a.blog-img {
  display: block;
  background-color: #dedede;
  width: 100%;
  height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.post-item a.blog-img:hover {
  opacity: 0.7;
}

.post-item .blog-info {
  padding: 24px 36px 36px;
  border: 1px solid #dedede;
  border-top: none;
  flex: 1 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.post-item.no-feature .blog-info{
  border-top: 1px solid #dedede;
}


.post-item .blog-info .date {
  font-size: 0.9em;
  margin-bottom: 12px;
}

.post-item .blog-info a.title {
  display: block;
  font-size: 1.3em;
  margin-bottom: 12px;
  line-height: 1.3em;
  color: #757170;
}

.post-item .blog-info a.title:hover {
  color: #00883e;
  opacity: 0.7;
}

.post-item .blog-info .desc {
  flex: 1 0 auto;
  margin-bottom: 24px;
}

.post-item .chevron-link {
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #00883e;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.post-item .chevron-link:after {
  content: '';
  width: 10px;
  height: 10px;
  border: 2px solid #00883e;
  border-left: none;
  border-bottom: none;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  margin-left: 6px;
}

.post-item .chevron-link:hover {
  opacity: 0.7;
}


.row.u-txt-center {
  text-align: center;
}

.blog-pagination {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
}

.blog-pagination .load-more {
  color: white;
  background: #00883e;
  border-radius: 3px;
  border: 2px solid #00883e;
  padding: 18px 40px;
  display: inline-block;
  cursor: pointer;
  font-family: 'Neutra Face',helvetica,Arial,Sans-Serif;
  font-size: 0.7rem;
  line-height: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  text-align: center;
  margin: 24px auto 48px auto;
}

.blog-pagination .load-more:hover {
  opacity: 0.7;
}



/* ========================Blog Post ======================== */

.template-article {
  margin-bottom: 100px;
}

.post-banner {
  margin-bottom: 48px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 20%;
}


.article-header {
  text-align: center;
  margin: 48px 0 48px;
}
.article-header .container {
  max-width: 1100px;
}

.article-header .parent {
  margin-bottom: 24px;
}
.article-header h1 {
  margin-bottom: 24px;
  font-size: 2.1rem;
}

.article-header .parent a {
  color: #00883e;
}

.article-header .parent a:hover {
  opacity: .7;
}

.content-wrapper.content-wrapper-width{
  max-width: 820px;
}

.blog-post__body {
  margin: 30px 0;
}

.blog-post__body p {
  margin-bottom: 24px;
}

.blog-navigation-bar {
  border-top: 1px solid #dedede;
  margin-top: 48px;
  padding-top: 48px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}

.blog-navigation-bar .blog-navigation {
  max-width: 48%;
}

.blog-navigation-bar .blog-navigation.next {
  text-align: right;
}

.blog-navigation-bar .blog-navigation .sub {
  color: #00883e;
  margin-bottom: 12px;
  position: relative;
  display: inline-block;
  padding-right: 20px;
}

.blog-navigation-bar .blog-navigation.previous .sub {
  padding-right: 0;
  padding-left: 20px;
}

.blog-navigation-bar .blog-navigation .sub:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #00883e;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 6px);
}

.blog-navigation-bar .blog-navigation.previous .sub:after {
  left: 0;
  border-right: none;
  border-top: none;
}

.blog-navigation-bar .blog-navigation .title {
  font-size: 0.8rem;
  color: #757170;
  display: none;
}

.blog-navigation-bar .blog-navigation.next .sub:after {
  right: 0;
  border-left: none;
  border-bottom: none;
}

.blog-navigation-bar .blog-navigation:hover{
  opacity: 0.7;
}

.blog-post__body img {
  max-width: 100%;
}

.section.post-footer {
  margin-top: 50px;
}

/* ========================Blog bottom section ======================== */

.pre-footer {
  background: url(https://6090134.fs1.hubspotusercontent-ap1.net/hubfs/6090134/raw_assets/public/ClassicBuilders_July2020/images/prefooter-background.svg) no-repeat center center;
  background-size: cover;
  padding: 72px 0;
  color: white;
}

.pre-footer .h2 {
  margin-bottom: 10px;
  line-height: 1.2em;
  font-size: 2.1rem;
  letter-spacing: 0;
  text-transform: uppercase;
  font-weight: 600;
}
.pre-footer .accent {
  font-size: 1.6em;
  font-family: 'Neutra Face',helvetica,Arial,Sans-Serif;
  font-weight: 500;
  text-transform: none;
  font-style: italic;
  margin-bottom: 0;
}

.pre-footer .btn {
  border-radius: 3px;
  border: 2px solid #00883e;
  padding: 18px 40px;
  display: inline-block;
  cursor: pointer;
  font-family: 'Neutra Face',helvetica,Arial,Sans-Serif;
  font-size: 0.7rem;
  line-height: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  text-align: center;
  margin-top: 24px;
  color: white;
  background: transparent;
  border-color: white;
}
.pre-footer .btn:hover {
  opacity: 0.7;
}

/* ========================Blog Media Query ======================== */

@media screen and (min-width: 620px){
  .blog-navigation-bar .blog-navigation .title {
    display: block;
  }

}
@media screen and (min-width: 621px){
  .post-item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media screen and (min-width: 769px){
  .post-item {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

@media screen and (min-width: 1024px){
  .article-header {
    margin: 72px 0 72px;
  }
}

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

  .post-item {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  } 
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .pre-footer .btn {
    margin: 0;
  }
}





@media screen and (min-width: 1500px){
  .banner .inner{
    padding: 72px 0 72px 0;
  }

}


@media screen and (max-width: 1399px){
  .post-banner {
    padding-top: 25%;
  }
}


@media screen and (max-width: 1024px){
  .banner .inner h1{
    font-size: 2.1rem;
  }
  .banner .inner {
    padding-bottom: 0;
  }
  .pre-footer .h2 {
    font-size: 1.6rem;
  }
  .post-item .blog-info a.title {
    font-size: 1.2em;
  }
  .post-item .blog-info{
    padding: 24px
  }
  .post-item a.blog-img{
    height: 180px;
  }
  .article-header h1 {
    font-size: 1.6rem;
  }
}


@media screen and (max-width: 699px){
  .post-banner {
    padding-top: 33.3%;
  }
}

@media(max-width: 480px){
  .blog-post img {
    max-width:100%;
    width: 100% !important;
    float: none !important;
  }
  .hs_recaptcha.hs-recaptcha {
    overflow: auto hidden;
    padding-bottom: 10px;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  max-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: 1rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}


.systems-page .hs-input,
.systems-page .hs-input[type=password],
.systems-page .hs-input[type=text], 
.systems-page .hs-search-field__input[type=text],
.systems-page input[type=password]{
  max-width:720px;
  display:block;
  width:100% !important;
}
.systems-page input[type=password]{
  height:auto !important;
  margin-top:0 !important;
}

.systems-page .hs-input[type=email]{
  font-size: 19px !important;
  padding: 10px 15px !important;
}

@media (max-width: 767px) {

  .systems-page .hs-input,
  .systems-page .hs-input[type=password],
  .systems-page .hs-input[type=text], 
  .systems-page .hs-search-field__input[type=text],
  .systems-page input[type=password]{
    max-width:100%;
  }

}


@media (max-width: 767px) and (min-width: 480px) {
  .error-page:before {
    font-size: 28vw;
  }
}

@media (max-width: 479px){
  .systems-page h1{
    font-size: 28px;
  }
  .systems-page h2{
    font-size: 22px;
  }
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


#email-prefs-form .fakelabel span, #email-prefs-form .subscribe-options span{
font-weight: bold;
}

#email-prefs-form .email-prefs .item-inner p{
  margin-left: 40px;
}