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












































/* ******************************************************************************
*********************************************************************************
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 15px;
}
.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;
}

/* Fix issue */
.website div[class*="force-full-width-section"] > .row-fluid {
  padding-left: 0;
  padding-right: 0;
  width: auto;
  max-width: none;
}
.website div[class*="force-full-width-section"] > .row-fluid > div {
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (min-width: 1000px){
  .dnd-section > .row-fluid {
    padding: 0px 90px;
  }
}
@media (max-width:999px) {

}
@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
  .dnd-section{
    padding-bottom: 20px!important;
    padding-top: 20px!important;
  }
}

@media only screen and (max-width: 690px){
  .dnd-section > .row-fluid {
    max-width: 320px!important;
    }
    .page-center {
      max-width: 320px!important;
    }

}

@media only screen and (max-width: 690px) and (min-width: 480px){
  .dnd-section > .row-fluid {
    max-width: 420px!important;
    }
    .page-center {
      max-width: 420px!important;
    }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */
/*Import Leah Font Styles*/
/* .leahone,.leahone *,*.leahone,*.leahone *{font-family:josefin sans!important;font-weight:400!important;font-size:54px!important;line-height:62px!important}.leahtwo,.leahtwo *,*.leahtwo,*.leahtwo *{font-family:josefin sans!important;font-weight:400!important;font-size:34px!important;line-height:44px!important}.leahthree,.leahthree *,*.leahthree,*.leahthree *{font-family:josefin sans!important;font-weight:400!important;font-size:22px!important;line-height:34px!important}.leahfour,.leahfour *,*.leahfour,*.leahfour *{font-family:josefin sans!important;font-weight:400!important;font-size:18px!important;line-height:32px!important}.leahfive,.leahfive *,*.leahfive,*.leahfive *{font-family:josefin sans!important;font-weight:400!important;font-size:16px!important;line-height:26px!important}.leahsix,.leahsix *,*.leahsix,*.leahsix *{font-family:josefin sans!important;font-weight:400!important;font-size:14px!important;line-height:24px!important}@media only screen and (max-width:1300px) and (min-width:690px){.leahone,.leahone *,*.leahone,*.leahone *{font-size:38px!important;line-height:44px!important}.leahtwo,.leahtwo *,*.leahtwo,*.leahtwo *{font-size:27px!important;line-height:35px!important}.leahthree,.leahthree *,*.leahthree,*.leahthree *{font-size:18px!important;line-height:26px!important}.leahfour,.leahfour *,*.leahfour,*.leahfour *{font-size:16px!important;line-height:24px!important}.leahfive,.leahfive *,*.leahfive,*.leahfive *{font-size:14px!important;line-height:24px!important}.leahsix,.leahsix *,*.leahsix,*.leahsix *{font-size:12px!important;line-height:22px!important}}@media only screen and (max-width:689px){.leahone,.leahone *,*.leahone,*.leahone *{font-size:36px!important;line-height:46px!important}.leahtwo,.leahtwo *,*.leahtwo,*.leahtwo *{font-size:26px!important;line-height:36px!important}.leahthree,.leahthree *,*.leahthree,*.leahthree *{font-size:16px!important;line-height:24px!important}.leahfour,.leahfour *,*.leahfour,*.leahfour *{font-size:14px!important;line-height:22px!important}.leahfive,.leahfive *,*.leahfive,*.leahfive *{font-size:14px!important;line-height:24px!important}.leahsix,.leahsix *,*.leahsix,*.leahsix *{font-size:12px!important;line-height:22px!important}}@media only screen and (max-width: 1300px) and (min-width: 1000px){body h1{font-size: 40.5px;line-height: 46.5px;}}
 */

@font-face {
  font-family: "FontAwesome";
  src: url("//6291049.fs1.hubspotusercontent-na1.net/hubfs/6291049/Adorn_Nashville_August2020/Fonts/fontawesome-webfont.eot") format("embedded-opentype"),
   url("//6291049.fs1.hubspotusercontent-na1.net/hubfs/6291049/Adorn_Nashville_August2020/Fonts/fontawesome-webfont.woff") format("woff"), 
   url("//6291049.fs1.hubspotusercontent-na1.net/hubfs/6291049/Adorn_Nashville_August2020/Fonts/fontawesome-webfont.woff2") format("woff2"), 
   url("//6291049.fs1.hubspotusercontent-na1.net/hubfs/6291049/Adorn_Nashville_August2020/Fonts/fontawesome-webfont.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "icomoon";
  src: url("//6291049.fs1.hubspotusercontent-na1.net/hubfs/6291049/Adorn_Nashville_August2020/Fonts/icomoon.eot") format("embedded-opentype"),
   url("//6291049.fs1.hubspotusercontent-na1.net/hubfs/6291049/Adorn_Nashville_August2020/Fonts/icomoon.woff") format("woff"), 
   url("//6291049.fs1.hubspotusercontent-na1.net/hubfs/6291049/Adorn_Nashville_August2020/Fonts/icomoon.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: steadysets;
  src: url("//6291049.fs1.hubspotusercontent-na1.net/hubfs/6291049/Adorn_Nashville_August2020/Fonts/steadysets.eot") format("embedded-opentype"),
   url("//6291049.fs1.hubspotusercontent-na1.net/hubfs/6291049/Adorn_Nashville_August2020/Fonts/steadysets.ttf") format("truetype"),
    url("//6291049.fs1.hubspotusercontent-na1.net/hubfs/6291049/Adorn_Nashville_August2020/Fonts/steadysets.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}

html {
  overflow-x: hidden;
  overflow-y: scroll;
  max-width: 100%;
}
body {
  font-family: Varela, sans-serif !important;
  font-size: 1rem;
  color: #494a52;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Varela, sans-serif !important;
}

/* Anchor Links */
a {
  color: #0270E0;
  font-family: Varela, sans-serif !important;
  text-decoration: none;
  transition: color 0.3s;
  -webkit-transition: color 0.3s;
}
a:hover, a:focus {
  text-decoration: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 600;
  font-family: Montserrat, sans-serif !important;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
  line-height: 62px;
}

h2 {
  font-size: 1.6rem;
  line-height: 44px;
}
h2.leahtwo {
  color: #daba8d;
}
h3 {
  font-size: 1.25rem;
  line-height: 34px;
}

h4 {
  font-family: Varela, sans-serif !important;
  font-weight: normal;
  font-size: 1.175rem;
  line-height: 32px;
}

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

h6 {
  font-size: .9rem;
  line-height: 24px;
}

@media only screen and (max-width: 1300px) and (min-width: 690px) {
    h1{
        font-size: 38px ;
        line-height: 44px ;
    }
    h2{
        font-size: 27px ;
        line-height: 35px ;
    }
    h3{
        font-size: 18px ;
        line-height: 26px ;
    }
    h4{
        font-size: 16px ;
        line-height: 24px ;
    }
    h5{
        font-size: 14px ;
        line-height: 24px ;
    }
    h6{
        font-size: 12px ;
        line-height: 22px ;
    }
}
@media only screen and (max-width: 689px) {
    h1{
        font-size: 36px ;
        line-height: 46px ;
    }
    h2{
        font-size: 26px ;
        line-height: 36px ;
    }
    h3{
        font-size: 16px ;
        line-height: 24px ;
    }
    h4{
        font-size: 14px ;
        line-height: 22px ;
    }
    h5{
        font-size: 14px ;
        line-height: 24px ;
    }
    h6{
        font-size: 12px ;
        line-height: 22px ;
    }
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

ul li,
ol li {
  
}

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

blockquote {
  font-family: 'Open Sans';
  font-weight: 300;
  line-height: 40px;
  font-size: 22px;
  padding-left: 0;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
  position: relative;
  padding-left: 1.8em;
}
blockquote::before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  content: '';
  border-left: 4px solid rgba(0,0,0,0.1);
  border-color: #daba8d;
}
/* 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: none;
}

.disable-focus-styles :focus {
  outline: none;
}
/* ******************************************************************************
*********************************************************************************
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: 767px;
  font-family: Varela, sans-serif !important;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  position: relative;
  text-align: center;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  font-size: .92rem;
  padding: 15px 53px;

  text-decoration: none;
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 14px;
  -webkit-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
  transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1)
  line-height:normal;
  white-space:normal;
  margin:10px 0;
  line-height: normal;
}

.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 {
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 10px;
  font-weight: 700;
  font-family:"Nunito Sans";
  font-size:18px;
  line-height:26px;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color:#e80000!important;
}

.hs-input {
  display: inline-block;
  width: 100%!important;
  height: auto!important;
  padding: 10px 10px;
  font-size: 16px;
  font-weight: normal;
  color: #33475b;
  background-color: #ffffff;
  border: 2px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  line-height: 24px;
  font-family:"Nunito Sans";
  font-size: 14px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  margin-bottom: 10px;
}
h3.form-title {
  font-family: 'Josefin Sans';
  font-weight: 400;
  font-size: 34px;
  line-height: 44px;
}

form input {
  display: inline-block;
  height: auto!important;
  padding: 10px 10px;
  font-size: 16px;
  font-weight: normal;
  color: #33475b;
  background-color: #ffffff;
  border: 2px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  line-height: 24px;
  font-family:"Nunito Sans";
  font-size: 14px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  margin-bottom: 10px;
}



.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto!important;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}
input#hs-pwd-widget-password {
  width: 100%;
}
.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.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: #e80000;
}
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: #e80000;
}

.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: 26px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}

.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

ul.no-list {
  list-style: none;
  padding-left:0;
}

.field {
  margin-bottom: 15px;
}

.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%;
}

.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: 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: Varela, sans-serif !important;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
.row-fluid .cta_button {
  -webkit-transition: opacity .45s cubic-bezier(.25,1,.33,1),transform .45s cubic-bezier(.25,1,.33,1),border-color .45s cubic-bezier(.25,1,.33,1),color .45s cubic-bezier(.25,1,.33,1),background-color .45s cubic-bezier(.25,1,.33,1),box-shadow .45s cubic-bezier(.25,1,.33,1);
  transition: opacity .45s cubic-bezier(.25,1,.33,1),transform .45s cubic-bezier(.25,1,.33,1),border-color .45s cubic-bezier(.25,1,.33,1),color .45s cubic-bezier(.25,1,.33,1),background-color .45s cubic-bezier(.25,1,.33,1),box-shadow .45s cubic-bezier(.25,1,.33,1);
}
.row-fluid .cta_button:hover {
  box-shadow: 0 20px 38px rgba(0,0,0,.16)!important;
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  opacity: .87;
}
/* ******************************************************************************
*********************************************************************************
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 headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

header.header {
  background-color: #F8FAFC;
  transition: all 0.2s;
}
header.header {
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  background-color: #fff;
  z-index: 9999;
  overflow: visible;
}
.header-wrap {
  min-height: 110px;
}


.header__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 90px;
}
.header-inner {
  position: relative;
}
.header__logo {
  position: relative;
}
.header__column {
  position: static;
  margin-right: 0;
}
.header__logo a {
  width: auto;
  max-width: none;
  display: block;
  line-height: 22px;
  font-size: 22px;
  letter-spacing: -1px;
  color: #444;
  font-family: Varela, sans-serif !important;
  font-weight: 600;
  transition: margin 0.15s ease;
  text-align: center;
}
.header__logo img{
  text-indent: -9999px;
  max-width: none;
  width: auto;
  margin-bottom: 0;
  display: block;
  transition: height 0.15s ease, opacity 0.2s ease;
}
.header__logo img {
  height: 24px;
  margin: 40px 0 0 0;
}
.scroll-header .header__logo img{
  margin: 5px 0;
}
ul.header-btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.header-btn>div>span {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.header-btn li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  float: none;
}

ul.header-btn li a {
  position: relative;
  padding: 0 10px 0 10px;
  display: block;
  color: #4e4d4c;
  font-family: Varela, sans-serif !important;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 20px;
  margin-right: 20px;
  z-index: 9;
}

ul.header-btn li .nav-link:before {
  content: ' ';
  z-index: -1;
  width: 100%;
  border: 2px solid #fff;
  display: block;
  position: absolute;
  left: 0;
  padding-bottom: 10px;
  border-color: rgba(0,0,0,0.4);
  height: 40px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: none;
  -webkit-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
  transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}

.header--secundary ul.header-btn li:first-child a:before, .header--secundary ul.header-btn li:nth-child(2) a:before { 
  border-color: #fff;
}

.scroll-header ul.header-btn li:last-child a:hover, .scroll-header ul.header-btn li:last-child a:hover:before, .scroll-header .nav_item_cta a:hover {
  color: #daba8d !important;
  background-color: transparent !important;
}
ul.header-btn li:last-child a:hover:before {
  background: transparent;
}

.header-toggle-wrap {
  min-height: 1px;
  line-height: 1px;
  right: 0;
  margin-left: 40px;
}
.header-toggle-wrap-inner {
  transition: margin 0.25s ease;
  float: left;
  font-size: 12px;
  line-height: 12px;
  position: relative;
  margin: 0;
}

.header--toggle.header__navigation--toggle {
  position: relative;
  text-decoration: none;
  color: #999;
  line-height: 20px;
  height: 20px;
  padding: 0 0 0 0;
  width: 24px;
  display: block;
  background-position: right top;
  background-repeat: no-repeat;
  box-sizing: content-box;
  cursor: pointer;
}

.header--toggle.header__navigation--toggle>span {
  position: relative;
  overflow: hidden;
  width: 22px;
  transition: -webkit-transform 0.33s 0.3s ease-in;
  transition: transform 0.33s 0.3s ease-in;
  -webkit-transform-origin: center;
  transform-origin: center;
  display: block;
  height: 21px;
}

.lines-button {
  transition: .3s;
  cursor: pointer;
  position: relative;
  user-select: none;
  display: block;
  line-height: 0;
  font-size: 0;
  top: 9px;
}
.lines-button.x2 .lines {
  transition: background 0.2s ease,opacity 0.2s ease;
  height: 2px;
  position: relative;
  display: block;
  width: 1.4rem;
  transition: background 0.2s ease,opacity 0.2s ease;
  background-color: transparent!important;
}
.lines-button:after {
  background-color: rgba(0,0,0,0.4);
  display: inline-block;
  width: 1.4rem;
  height: 2px;
  transition: transform 0.45s ease,opacity 0.2s ease,background-color 0.2s linear;
  -webkit-transition: -webkit-transform 0.45s ease,opacity 0.2s ease,background-color 0.2s ease;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  transform: scale(1,1);
  -webkit-transform: scale(1,1);
  transition: transform 0.65s cubic-bezier(0.3, 1, 0.3, 1) 0.04s, background-color 0.2s ease, opacity 0.2s ease!important;
}
.lines:before {
  transition: transform 0.65s cubic-bezier(0.3, 1, 0.3, 1) 0s, background-color 0.2s ease,opacity 0.2s ease!important;
}
.lines:before, .lines:after {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transition: top 0.4s 0.45s ease,-webkit-transform 0.3s ease,background-color 0.2s ease,opacity 0.2s ease;
  transition: top 0.4s 0.45s ease,transform 0.3s ease,background-color 0.2s ease,opacity 0.2s ease;
  background-color: rgba(0,0,0,0.4);
}
.lines-button.hover-effect {
  left: -30px;
  margin-top: -2px;
}

.lines:before, .lines:after {
  display: block;
  width: 1.4rem;
  height: 2px;
  transition: 0.3s;
  position: absolute;
  left: 0;
  content: '';
  -webkit-transform-origin: 0.142rem center;
  transform-origin: 0.142rem center;
  background-color: rgba(0,0,0,0.4);
}
.lines:after {
  top: -7px;
  height: 2px;
}
.lines:before{
  width: 1rem;
  top: 7px;
  height: 2px;
}

.header__navigation--toggle:hover .lines-button.x2 .lines {
  background-color: transparent!important;
}

.header__navigation--toggle:hover .lines:before, .header__navigation--toggle:hover .lines:after {
  background-color: #daba8d!important;
  transform: translateX(30px);
}


.header__navigation--toggle:hover .lines-button:after {
  transform: translateX(30px);
  background-color: #daba8d!important;
}
ul.header-btn li:last-child a {
  margin-right: 0;
}


ul.header-btn li:last-child a:hover {
  opacity: 0.85!important;
}
body.mobile-open {
  background-color: #daba8d;
}
body.body-height {
  background-color: #daba8d;
}
.body-wrapper {
  -ms-transition: transform .8s cubic-bezier(0.2,1,0.3,1);
  -webkit-transition: transform .8s cubic-bezier(0.2,1,0.3,1);
  transition: transform .8s cubic-bezier(0.2,1,0.3,1);
  -ms-transform-origin: right;
  -webkit-transform-origin: right;
  transform-origin: right;
  overflow: hidden;
  position: relative;
  z-index: 10;
  background-color: #fcfcfc;
  overflow: auto;
}
.mobile-open .body-wrapper {
  -webkit-transition: transform .8s cubic-bezier(0.2,1,0.3,1);
  transition: transform .8s cubic-bezier(0.2,1,0.3,1);
  -webkit-transform: scale(0.835) translateX(-466px) translateZ(0);
  transform: scale(0.835) translateX(-466px) translateZ(0);
  overflow: hidden;
  height: 100vh;
}
.body-wrapper-inner {
  height: 100%;
}
.mobile-open .body-wrapper-inner {
  -webkit-transform: scale(1.007);
  transform: scale(1.007);
  -webkit-transform-origin: center;
  transform-origin: center;
}
.body-height .body-wrapper {
  height: 100vh;
}



.close-button:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  border-radius: 50%;
  background-color: rgba(0,0,0,.05);
  content: '';
  -webkit-transform: scale(1) translateZ(0);
  transform: scale(1) translateZ(0);
  transition: all 0.45s cubic-bezier(.15,0.2,.1,1);
  -webkit-transition: all 0.45s cubic-bezier(.15,0.2,.1,1);
  transform: scale(1);
  box-shadow: 0 16px 44px rgba(0,0,0,0.3);
  background-color: #daba8d;
}
.mobile-open .close-button:before {
  transform: scale(1);
}
.mobile-open .close-button:hover:before{
  transform: scale(1.2) translateZ(0);
  -webkit-transform: scale(1.2) translateZ(0);
}



.header__navigation {
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  height: 100%;
  min-width: 390px;
  padding: 15px 60px;
  z-index: 5;
  overflow: hidden;
  display: none;
  overflow-y: auto;
}


body.disable-focus-styles .header__navigation,
body.enable-focus-styles .header__navigation{
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

a.close-button:before{
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  border-radius: 50%;
  background-color: rgba(0,0,0,.05);
  content: '';
  -webkit-transform: scale(1) translateZ(0);
  transform: scale(1) translateZ(0);
  transition: all 0.45s cubic-bezier(.15,0.2,.1,1);
  -webkit-transition: all 0.45s cubic-bezier(.15,0.2,.1,1);
  transform: scale(1);
  background-color: #daba8d;
}

a.close-button span.close-wrap {
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0);
  transform: translateX(-50%) translateY(-50%) translateZ(0);
  -webkit-transition: margin .2s ease,opacity .3s ease,-webkit-transform .2s ease 1s;
  transition: margin .2s ease,opacity .3s ease,-webkit-transform .2s ease 1s;
  transition: margin .2s ease,transform .2s ease 1s,opacity .3s ease;
  transition: margin .2s ease,transform .2s ease 1s,opacity .3s ease,-webkit-transform .2s ease 1s;
  width: 20px;
  height: 20px;
  display: block;
  overflow: hidden;
}
a.close-button span.close-wrap .close-line{
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
  -webkit-animation-timing-function: cubic-bezier(0.52, 0.01, 0.16, 1);
  animation-timing-function: cubic-bezier(0.52, 0.01, 0.16, 1);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  height: 100%;
  width: 2px;
  background: #fff;
  backface-visibility: hidden;
  position: absolute;
  border-radius: 5px;
  left: 9px;
  transition: opacity 0.2s ease, background-color 0.2s ease;
}
a.close-button span.close-wrap .close-line.close-line1{
  -webkit-transform: translateY(0) translateX(0) rotate(-45deg);
  transform: translateY(0) translateX(0) rotate(-45deg);
  -webkit-animation-name: crossLeftClose;
  animation-name: crossLeftClose;
  -webkit-animation-delay: .0s;
  animation-delay: .0s;
  -webkit-animation-duration: .15s;
  animation-duration: .15s;
}
.mobile-open a.close-button span.close-wrap .close-line.close-line1{
  -webkit-transform: translateY(-30px) translateX(30px) rotate(45deg);
  transform: translateY(-30px) translateX(30px) rotate(45deg);
  -webkit-animation-name: crossRight;
  animation-name: crossRight;
  -webkit-animation-delay: .29s;
  animation-delay: .29s;
}
a.close-button span.close-wrap .close-line.close-line2{
  -webkit-transform: translateY(0) translateX(0) rotate(45deg);
  transform: translateY(0) translateX(0) rotate(45deg);
  -webkit-animation-name: crossRightClose;
  animation-name: crossRightClose;
  -webkit-animation-delay: .06s;
  animation-delay: .06s;
  -webkit-animation-duration: .15s;
  animation-duration: .15s;
}
.mobile-open a.close-button span.close-wrap .close-line.close-line2{
  -webkit-transform: translateY(-30px) translateX(-30px) rotate(-45deg);
  transform: translateY(-30px) translateX(-30px) rotate(-45deg);
  -webkit-animation-name: crossLeft;
  animation-name: crossLeft;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}
@-webkit-keyframes crossLeft{
  100%{
    -webkit-transform:translateY(0px) translateX(0px) rotate(-45deg);
    transform:translateY(0px) translateX(0px) rotate(-45deg) 
  }
}
@keyframes crossLeft{
  100%{
    -webkit-transform:translateY(0px) translateX(0px) rotate(-45deg);
    transform:translateY(0px) translateX(0px) rotate(-45deg) 
  }
}
@-webkit-keyframes crossRight{
  100%{
    -webkit-transform:translateY(0px) translateX(0px) rotate(45deg);
    transform:translateY(0px) translateX(0px) rotate(45deg) 
  }
}
@keyframes crossRight{
  100%{
    -webkit-transform:translateY(0px) translateX(0px) rotate(45deg);
    transform:translateY(0px) translateX(0px) rotate(45deg) 
  }
}

.custom-menu-primary ul.submenu.level-1>li>a {
  font-size: 22px;
  line-height: 28px;
  font-family: Varela, sans-serif !important;
  font-weight: 400;
  position: relative;
  display: inline-block;
  width: auto;
}
.custom-menu-primary ul.submenu.level-1>li{
  margin-bottom: 12px;
  position: relative;
}
.custom-menu-primary ul.submenu.level-1>li>a:after{
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  border-top: 2px solid;
  content: '';
  padding-bottom: inherit;
  transform-origin: left;
  pointer-events: none;
  bottom: -2px;
  -webkit-transition: -webkit-transform 0.37s cubic-bezier(0.52, 0.01, 0.16, 1);
  transition: transform 0.37s cubic-bezier(0.52, 0.01, 0.16, 1);
}
.custom-menu-primary ul.submenu.level-1>li>a:hover:after{
  backface-visibility: hidden;
  -ms-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.inner-wrap {
  margin: auto 0;
  height: 80vh;
  position: relative;
  width: 100%;
  display: block;
}

.custom-menu-primary {
/*   margin-bottom: 25px; */
  position: relative;
  top: auto;
  height: 70%;
  width: 100%;
  display: block;
  min-width: 190px;
  margin-top: 0px;
  -webkit-transform: translateX(110px);
  -webkit-transition: all .8s cubic-bezier(0.2,1,0.3,1);
  transform: translateX(110px);
  transition: all .8s cubic-bezier(0.2,1,0.3,1);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
.custom-menu-primary .child-trigger {
  transition: transform 0.5s cubic-bezier(0.215,0.61,0.355,1);
  position: absolute;
  right: -6px;
  top: 10px;
  transform: translateY(-50%);
  cursor: pointer;
  height: 28px;
  width: 28px;
  line-height: 0;
  top: 15px;
}

.custom-menu-primary .child-trigger:before {
  font-size: 18px;
  height: 28px;
  width: 28px;
  line-height: 28px;
  top: 0;
  display: inline-block;
  word-spacing: 1px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  max-width: 100%;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  content: "\f107";
  color: #fff;
}
.custom-menu-primary .child-open .child-trigger {
  transform: translateY(-50%) rotate(180deg);
}

ul.off-canvas-social-links li {
  display: inline-block;
  padding: 0;
}

ul.off-canvas-social-links {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
ul.off-canvas-social-links li a {
  color: #fff;
  transition: opacity 0.2s ease, color 0.2s ease;
  -webkit-transition: opacity 0.2s ease, color 0.2s ease;
  height: 24px;
  width: auto;
  line-height: 38px;
  opacity: 1;
  padding: 0 11.5px;
  box-sizing: content-box;
  text-align: center;
  display: inline-block;
  margin-right: 0;
  margin-left: 0;
  overflow: hidden;
  position: relative;
}

ul.off-canvas-social-links li:first-child a {
  padding-left: 0;
}

ul.off-canvas-social-links li a i {
  font-size: 20px;
  height: 26px;
  width: auto;
  color: inherit;
  background-color: transparent;
  transition: transform 0.25s ease,opacity 0.2s ease;
  -webkit-transition: -webkit-transform 0.25s ease,opacity 0.2s ease;
  text-align: center;
  line-height: 24px;
  display: block;
  position: relative;
  top: auto;
  backface-visibility: hidden;
  vertical-align: middle;
}
[class^="icon-"], [class*=" icon-"], i[class*="fa-"], span[class*="fa-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}
.fa-facebook:before {
  content: "\f09a";
}
.off-canvas-social-links li i:before {
  z-index: 10;
  display: block;
  position: relative;
}
.off-canvas-social-links .fa-instagram:after {
  content: "\f16d";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-instagram:before {
  content: "\f16d";
}
.off-canvas-social-links a i:after {
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  width: 100%;
}
.off-canvas-social-links .fa-facebook:after {
  content: "\f09a";
}
.off-canvas-social-links li a i:after {
  z-index: 10000;
}
.off-canvas-social-links .fa-yelp:after {
  content: "\f1e9";
}
.off-canvas-social-links a:hover i {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.header__navigation.header--element.open::-webkit-scrollbar {
  width:0
}


.custom-menu-primary ul.submenu.level-1>li ul {
  box-sizing: content-box;
  -webkit-transition: max-width 0.5s cubic-bezier(0.215,0.61,0.355,1),padding 0.25s cubic-bezier(0.215,0.61,0.355,1);
  transition: max-width 0.5s cubic-bezier(0.215,0.61,0.355,1),padding 0.25s cubic-bezier(0.215,0.61,0.355,1);
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  overflow: hidden;
  padding-left: 20px;
}

.custom-menu-primary ul.submenu.level-1>li ul>li {
  position: relative;
  margin-bottom: 14px;
  font-size: 16px;
}

.custom-menu-primary ul.submenu.level-1>li ul>li>a {
  font-family: Varela, sans-serif !important;
  font-weight: 400;
  position: relative;
  font-size: 16px;
  line-height: 22px;
  display: inline-block !important;
  width: auto;
}

.custom-menu-primary ul.submenu.level-1>li ul>li:first-child {
/*   margin-top: 12px; */
}

.custom-menu-primary ul.submenu.level-1>li ul>li:last-child {
  margin-bottom: 0;
}
.custom-menu-primary ul.submenu.level-1 ul>li>a:after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  border-top: 2px solid;
  content: '';
  padding-bottom: inherit;
  transform-origin: left;
  pointer-events: none;
  bottom: -2px;
  -webkit-transition: -webkit-transform .37s cubic-bezier(0.52,0.01,0.16,1);
  transition: transform .37s cubic-bezier(0.52,0.01,0.16,1);
}
.custom-menu-primary ul.submenu.level-1 ul>li>a:hover:after {
  backface-visibility: hidden;
  -ms-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.lp .header-toggle-wrap {
  display: none;
}
ul.header-btn>div>div {
  height: 100%;
}

ul.header-btn>div {
  height: 100%;
}
ul.header-btn ul {
/*   height: 100%; */
}
ul.header-btn li {
  height: 100%;
}

/* CUSTOM */
.header__logo img.logo-secondary{ display: none; }
.header--secundary{position: absolute;}
body:not(.scroll-header) .header--secundary .header{background-color: transparent;}
body:not(.scroll-header) .header--secundary ul.header-btn li a{ color: #fff; }
body:not(.scroll-header) .header--secundary ul.header-btn li:first-child a:before,
body:not(.scroll-header) .header--secundary ul.header-btn li:nth-child(2) a:before { 
  border-color:#fff; 
}
body:not(.scroll-header) .header--secundary .lines:before, 
body:not(.scroll-header) .header--secundary .lines:after,
body:not(.scroll-header) .header--secundary .lines-button:after{ background-color: #fff; }
.scroll-header header.header .header__logo img.logo-primary{ display:none; }
.scroll-header header.header .header__logo img.logo-secondary{ display: inline-block; }
body:not(.scroll-header) ul.header-btn li:last-child a:before {background: rgba(218,186,141,1.0);}
body:not(.scroll-header) .header--secundary ul.header-btn li:last-child a:hover:before { background: #daba8d; color: #fff !important;}

body:not(.scroll-header) .news_bar{display: none;}
body:not(.scroll-header) .header__logo img {height: 24px; }
body:not(.scroll-header) .header--secundary ul.header-btn li a:hover, body:not(.scroll-header) .header--secundary ul.header-btn li:last-child a:hover {border-color: #fff; color: #fff;}

/* Mobile Styles */
@media (min-width: 690px){
  .header__logo {
    margin-right: 2%;
  }
}


@media only screen and (min-width: 1000px){
  .scroll-header header.header {
    -webkit-box-shadow: 0 3px 45px rgba(0,0,0,0.15);
    box-shadow: 0 3px 45px rgba(0,0,0,0.15);
  }
  .header-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .header__logo {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: none;
    width: auto;
  }
  .header__column {
    margin-left: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: none;
    width: auto;
  }
  .header__logo a {
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
  }
  ul.header-btn>div>span {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
  .header-toggle-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    height: auto;
    float: none;
    vertical-align: middle;
  }
  .header-toggle-wrap-inner {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .mobile-open a.close-button {
    opacity: 1;
    right: 0;
    transform: translateY(-50%) translateX(-36.55vw);
    position: fixed;
    z-index: 10000;
    transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
    top: 50%;
    display: block;
  }
  a.close-button:before{
    box-shadow: 0 16px 44px rgba(0,0,0,0.3);
  }
  .header__navigation {
    min-width: 33.3vw;
    padding-left: 4%;
    padding-right: 4%;
  }

  .mobile-open .body-wrapper {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: scale(0.8) translateX(-32vw) translateZ(0)!important;
    transform: scale(0.8) translateX(-32vw) translateZ(0)!important;
  }
  a.close-button {
    opacity: 0;
    transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
    right: -100px;
    top: 50%;
    transform: translateY(-50%) translateX(100%);
    position: fixed;
  }
}


@media only screen and (min-width: 1100px){
  .mobile-open a.close-button{
    -ms-transform: translateY(-50%) translateX(-35.55vw);
    -webkit-transform: translateY(-50%) translateX(-35.55vw);
    transform: translateY(-50%) translateX(-35.55vw);
  }
}
@media only screen and (max-width:1099px){
  ul.header-btn {
    display: none;
  }
  .header--toggle.header__navigation--toggle>span {
    margin-right: 0;
    margin-left: auto;
  }
}

@media only screen and (max-width: 999px){
  .header-wrap {
    min-height: 69px;
  }
  a.close-button {
    position: absolute;
    right: 50px;
    top: 50px;
    z-index: 8;
    display: block;
  }

  .header__logo {
    width: 100%;
    margin: 0;
  }

  .header__container {
    padding: 0;
  }

  .header__column {
    float: right;
    min-height: 0;
    width: auto!important;
    position: absolute!important;
    right: 0;
    top: 0;
    z-index: 2000;
    height: 100%;
  }

  .header__logo img {
    position: relative;
    top: 0;
/*     margin-top: 0!important; */
/*     height: 45px!important; */
  }

  header.header {
    padding: 0;
  }
  .header-toggle-wrap {
    display: inline-block;
    position: relative;
    width: auto;
    padding: 0 7px;
    top: auto;
    right: auto;
    margin-bottom: 0;
    margin-top: 0;
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    height: 100%;
    -webkit-transform: none;
    transform: none;
    padding-right: 0;
  }

  .header--toggle.header__navigation--toggle>span {
    height: 20px;
  }

  .header-toggle-wrap-inner {
    position: relative;
    display: block;
    top: 50%;
    font-size: 18px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: transparent;
  }

  .lines:before {
    top: 6px;
  }

  .lines:after {
    top: -6px;
  }

  a.close-button:before {
    box-shadow: none;
  }




}
@media only screen and (max-width: 690px){
  .header__container{
    max-width: 320px!important;
  }
}

@media only screen and (max-width: 690px) and (min-width: 480px){
  .header__container{
    max-width: 420px!important;
  }
}

@media only screen and (max-width: 450px){
  .header__navigation {
    min-width: 78vw;
    width: 78vw;
    padding-left: 50px;
    padding-right: 50px;
    -ms-transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
    -webkit-transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  }

  .mobile-open .body-wrapper {
    -webkit-transform: scale(0.84) translateX(-93vw) translateZ(0)!important;
    transform: scale(0.84) translateX(-93vw) translateZ(0)!important;
  }
  .custom-menu-primary ul.submenu.level-1>li>a {
    font-size: 20px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: transparent;
}
.footer__container {
  padding: 0px 90px;
  margin: 0 auto;
  position: relative;
}
.footer-bottom {
  font-size: 14px;
  color: #777;
  padding: 0 5% !important;
  position: relative;
}
.sb_instagram_header a>div>div {
  float: left;
}
.footer-bottom .footer__container {
  margin: 30px auto !important;
  position: relative;
  width: 100%;
}
.footer__copyright {
  z-index: 10;
  min-height: 1px;
  position: relative;
  float: left;
  display: block;
}
ul.social {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  float: left;
  display: block;
  text-align: right;
  float: right;
}
.footer__copyright p {
  line-height: 22px;
  margin: 0;
  margin-top: 3px;
  font-family: Varela, sans-serif !important;
  font-size: 14px;
}
ul.social li{
  display: inline-block;
  margin-left: 16.5px;
}
ul.social li a{
  display: block;
  line-height: 22px;
  height: 24px;
  position: relative;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  background-position: center top;
}
ul.social li i {
  color: #777;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  font-size: 20px;
  width: auto;
  background-color: transparent;
  display: inline-block;
  word-spacing: 1px;
  position: relative;
  text-align: center;
  top: -2px;
  vertical-align: middle;
  max-width: 100%;
}
.footer-middle-inner {
  position: relative;
  padding: 55px 0;
}
.footer-privacy,
.footer-location,
.footer-hours,
.footer-directions{
  z-index: 10;
  min-height: 1px;
  position: relative;
  float: left;
  display: block;
}
.footer-middle-inner h4 {
  font-family: Varela, sans-serif !important;
  text-transform: capitalize!important;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #777;
  font-size: 14px;
  line-height: 32px;
}
.footer-directions img {
  max-width: 100%;
  height: auto;
}
.footer-hours p:nth-child(3) {
  float: left;
  line-height: 26px;
  font-size: 16px;
  margin: 0;
}

.footer-hours p:nth-child(2) {
  margin: 0;
  float: left;
  padding-right: 20px;
  line-height: 26px;
  font-size: 16px;
}
.footer-location p {
  padding-bottom: 20px;
  MARGIN: 0;
}

.footer-location p:last-child {
  padding: 0;
}
.lp .privacy-inner {
  margin: 0 !important;
}
.footer-location p a,
.footer-directions p {
  line-height: 26px;
  font-size: 16px;
}

.privacy-inner {
  margin-bottom: 30px;
/*   margin-top: -28px !important; */
}

.privacy-inner p {
  margin: 0;
  line-height: 26px;
  font-size: 16px;
}

.footer-logo-wrap p {
  padding-bottom: 20px;
  margin: 0;
}
.footer-logo img {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
  max-width: 100%;
  height: auto;
}
.footer-top {
  padding: 0 30px;
}

.footer-instgram-section {
  padding-top: 50px;
  padding-bottom: 20px;
}

.sb_instagram_header {
  line-height: 1.2;
  width: 100%;
  float: left;
  clear: both;
  margin: 0 0 15px 0;
}

.sb_instagram_header a {
  float: left;
  display: block;
  text-decoration: none;
  transition: color .5s ease;
  text-decoration: none;
}

.sbi_header_text {
  float: left;
  width: 100%;
  padding-top: 5px;
}

.sbi_header_img {
  height: 50px;
  background: #333;
  color: #fff;
  float: left;
  position: relative;
  width: 50px;
  margin: 0 0 0 -100%!important;
  overflow: hidden;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
}

.sbi_header_hashtag_icon {
  display: block;
  color: #fff;
  opacity: .9;
  -webkit-transition: background .6s linear,color .6s linear;
  -moz-transition: background .6s linear,color .6s linear;
  -ms-transition: background .6s linear,color .6s linear;
  -o-transition: background .6s linear,color .6s linear;
  transition: background .6s linear,color .6s linear;
}

.sbi_header_hashtag_icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -12px;
  width: 24px;
  height: 24px;
  font-size: 24px;
}

.sbi_header_text h3 {
  font-weight: 400;
  font-family: Varela, sans-serif !important;
  font-size: 16px;
  line-height: 1.3;
  float: left;
  clear: both;
  width: auto;
  margin: 0 0 0 60px!important;
  padding: 0!important;
  padding-top: 9px!important;
  color: rgb(255,255,255);
}
.sb_instagram_header:hover .sbi_header_hashtag_icon{
  display: block;
  opacity: 1;
  -webkit-transition: background .2s linear,color .2s linear;
  -moz-transition: background .2s linear,color .2s linear;
  -ms-transition: background .2s linear,color .2s linear;
  -o-transition: background .2s linear,color .2s linear;
  transition: background .2s linear,color .2s linear;
}
.footer-middle {
  padding: 0 5% !important;
}


@media (min-width: 690px){
  .footer__copyright {
    margin-right: 2%;
    width: 40.5%;
  }
  ul.social {
    width: 57.5%;
  }
  .footer-privacy,
  .footer-location,
  .footer-hours,
  .footer-directions {
    width: 23.5%;
    margin-right: 2%;
  }
  .footer-directions{
    margin-right:0%;
  }

}

@media only screen and (min-width: 1000px){
  .footer-middle-inner {
    padding: 25px 0;
  }
}

@media only screen and (max-width: 999px){
  .footer__container {
    padding: 0;
  }
  .footer__copyright {
    width: 49%;
    margin-bottom: 0;
  }

  ul.social {
    width: 49%;
  }
  .footer-privacy,
  .footer-location {
    margin-bottom: 40px;
    margin-right: 15px;
    margin-left: 0!important;
    padding: 15px;
    float: left;
    width: 48%!important;
  }

  .footer-hours,
  .footer-directions{
    margin-right: 15px;
    margin-left: 0!important;
    padding: 15px;
    float: left;
    width: 48%!important;
  }
  .footer-location,
  .footer-directions{
    margin-right: 0px;
  }


}


@media only screen and (max-width: 690px){
  .footer__container{
    max-width: 320px!important;
  }
  .footer__copyright {
    width: 100%;
    margin-bottom: 25px;
  }

  ul.social {
    width: 100%;
    float: left;
    text-align: left;
  }
  ul.social li:first-child {
    margin-left: 0;
  }
  .footer-privacy, .footer-location, .footer-hours, .footer-directions {
    width: 100% !important;
    padding: 0;
    margin-bottom: 40px;
  }

  .footer-directions {
    margin-bottom: 0;
  }

  .footer-middle-inner h4 {
    line-height: 28.8px;
  }
}

@media only screen and (max-width: 690px) and (min-width: 480px){
  .footer__container{
    max-width: 420px!important;
  }
}
/* ******************************************************************************
*********************************************************************************
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 {
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
}
.blog-listing-wrap {
  padding-top: 35px;
  position: relative;
  z-index: 10;
  padding-bottom: 40px;
  background-color: white;
}
.blog-listing {
  position: relative;
  padding-top: calc(100vw * 0.07);
  padding-bottom: calc(100vw * 0.07);
}
.blog-listing-inner {
  margin-left: -1%;
  margin-right: -1%;
  z-index: 10;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  float: none;
}
.hs-button, .button--primary {
    background-color: #DFBB89 !important;
    border-radius: 4px;
    border-width: 0px;
    padding-left: 11px;
    padding-right: 11px;
    padding-top: 11px;
    padding-bottom: 11px;
    width: 100%;
}
.blog-categories ul li {
    border-bottom: 1px solid #E0E0E0 !important;
}

.blog-index-wrap {
  padding-left: 1%;
  padding-right: 1%;
  position: relative;
  display: block;
  width: 100%;
}
.blog-header p {
  margin: 0;
}

.blog-header p span {
  font-family: 'Montserrat' !important;
  font-weight: 400 !important;
  font-size: 34px !important;
  line-height: 44px !important;
  text-transform: uppercase;
}
.blog-index {
  margin-bottom: 20px;
  margin-top: 0;
  overflow: visible;
  width: 100%;
  margin-right: 0;
  position: relative;
  float:left;
  display: block;
}
.blog-sidebar {
  display: block;
  position: relative;
  float:left;
  width: 100%;
}
article.post-item {
  width: 43%;
  display: inline-block;
  color: #676767;
  margin-bottom: 20px;
  margin-right: 23px !important;
}

article.post-item .inner-wrap {
  box-shadow: 0px 30px 90px rgba(0,0,0,0.14);
  border-radius: 5px;
  overflow: hidden;
  height: 100%;
}

.post-content {
  position: relative;
  min-height: 98px;
}
/* delete */


.article-content-wrap{
  bottom: 50px;
  width: 100%;
  height: 150px;
  overflow: hidden;
  padding:0 7%;
  background-color: white;
  -webkit-transition: height .3s;
  transition: height .3s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.article-content-wrap {
    position: absolute;
    bottom: 0;
}

span.post-featured-img {
    padding-bottom: 103px ;
    min-height: 80px;
}

.article-content-wrap:hover .content-info-image {
  display: block !important;
}
.article-content-wrap:hover {
  height: 210px;
  margin-top: -60px;
  /*overflow: auto;*/
}
.content-info-image {
display:none;
}
.article-content-wrap:hover .content-info-image {
display:visible;
}

/*delete*/

.content-inner {
  position: relative;
}

a.entire-meta-link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  z-index: 101;
  height: 100%;
}
span.post-featured-img {
  overflow: hidden;
  display: block;
  line-height: 0;
  position: relative;
}

span.post-featured-img img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: all .7s cubic-bezier(.2,1,.22,1);
  -webkit-transition: all .7s cubic-bezier(.2,1,.22,1);
  height: auto;
  width: 100%;
}
span.meta-category {
  padding: 20px 30px 0 30px;
  display: block;
  position: relative;
  z-index: 110;
  background-color: #fff;
}
span.meta-category a{
  font-size: 14px;
  line-height: 19px;
  position: relative;
  display: inline-block;
  font-weight: 600;
  margin: 0 0 10px 0;
  color: #daba8d;
}
span.meta-category a:before{
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -3px;
  left: 0;
  content: '';
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition: transform 0.37s cubic-bezier(0.52, 0.01, 0.16, 1);
  transition: transform 0.37s cubic-bezier(0.52, 0.01, 0.16, 1);
  background-color: #daba8d;
}
span.meta-category a:hover:before{
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.article-content-wrap {
  background-color: #fff;
  padding: 10px 30px 30px 30px!important;
}
.post-header{
  margin-bottom: 12px;
  color: #888;
}
.post-header h3{
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  color: #4e4d4c;
  margin-bottom: 4px;
  font-family: 'Montserrat, sans-serif';
  font-size: 22px;
  line-height: 34px;
  font-weight: 400;
}

.post-header h3 a{
  color: inherit!important;
  font-family: 'Montserrat, sans-serif';
}
.blog-header {
  margin-bottom: 1.5em;
  padding-top: 5px;
}
.grav-wrap {
  position: relative;
  margin-top: 30px;
  z-index: 110;
}
.grav-wrap a{
  color: inherit;
}
.grav-wrap a img{
  max-width: 100%;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  margin-bottom: 0;
  margin-right: 13px;
  vertical-align: middle;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
  object-fit: cover;
}
.grav-wrap .text {
  vertical-align: middle;
  display: inline-block;
  line-height: 0;
  color: #4e4d4c;
}
.grav-wrap .text a {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: inherit;
}
.grav-wrap .text span {
  font-size: 13px;
  line-height: 18px;
}
.grav-wrap a:hover img,
.grav-wrap a img.hovered{
  box-shadow: 0 7px 20px rgba(0,0,0,0.19);
}
article.post-item:hover span.post-featured-img img {
  transform: scale(1.07);
  -webkit-transform: scale(1.07);
}



.site_search form {
  position: relative;
  max-width: 100%;
}

.site_search input.hs-search-field__input {
  margin: 0;
}

.site_search button {
  font-size: 14px;
  width: auto;
  border: none;
  color: #fff;
  cursor: pointer;
  font-family: 'Varela, sans-serif';
  text-transform: capitalize!important;
  letter-spacing: 1px;
  font-weight: 600;
  border-radius: 4px!important;
  -webkit-border-radius: 4px!important;
  box-shadow: none;
  -webkit-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
  transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
  margin: 0!important;
  position: absolute;
  right: 0;
  background-color: transparent!important;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 0;
  padding: 15px 22px!important;
}

.site_search button span {
  width: auto;
  height: auto;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  font-family: 'icomoon'!important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-top: 1px;
  display: block;
  font-size: 17px;
  color: #daba8d!important;
}
/*listing - most popular*/
.blog-listing-wrap .recent_Posts li.hs-postlisting-item,
.blog-listing-wrap .most-popular li.hs-postlisting-item {
    display: flex;
    background-color: #F5F5F5;
    align-items: center;
    margin-top: 9px;
    padding-right: 17px !important;
}
.blog-listing-wrap .recent_Posts li.hs-postlisting-item a,
.blog-listing-wrap .most-popular li.hs-postlisting-item a {
    font-size: 15px !important;
}
.blog-listing-wrap .date-post span {
    font-size: 14px;
    color: #DABD8D;
}
.blog-listing-wrap h3.title {
    font-size: 18px;
}
.blog-listing-wrap article.post-item .inner-wrap {
    box-shadow: 2px 7px 13px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}
.blog-listing-wrap .recent_Posts li.hs-postlisting-item img,
.blog-listing-wrap .most-popular li.hs-postlisting-item img {
    width: 110px;
    padding-right: 10px;
    object-fit: cover;
    max-height: 55px;
}
/* end listing */

.blog-categories ul li a:before {
    color: inherit;
    content: '\f054';
    font-family: 'FontAwesome';
    float: left;
     margin-right: 0.5em; 
    color: #DFBB89;
}


/* end listing */

.hs-form label {
    font-size: 16px;
}

.subscriptionBox {
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    padding: 20px;
}
.textSubscription h2 {
    font-size: 24px;
}
.site_search button span:before {
  content: "\e906";
  text-decoration: inherit;
  speak: none;
}
.site_search,
.recent_Posts,
.recent-comments,
.blog-archives,
.blog-categories {
  margin-bottom: 60px;
}

.blog-sidebar ul li a span {
  display: none;
}
.blog-sidebar h3 {
    color: #4E4D4C;
    margin-bottom: 15px;
    opacity: .7;
    font-size: 24px;
    line-height: 32px;
    -webkit-font-smoothing: antialiased;
 /*   font-weight: 600;*/
  font-family: 'Montserrat, sans-serif';
  letter-spacing:1px
}
.blog-sidebar ul {
  margin: 0;
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.blog-sidebar ul li {
  border: none;
  padding: 4px 0;
}

.blog-sidebar ul li:first-child {
  padding-top: 0;
}

.blog-sidebar ul li a {
  padding: 0!important;
  border: none;
  color: inherit;
}

.blog-sidebar ul li a:hover {
  color: #daba8d;
}

.blog-author-page {
  margin: 0 0 0 0;
  padding: 0 0 36px 0;
  border-bottom: 1px solid rgba(0,0,0,0.15);
}

.blog-author-page span.subheader {
  font-size: 20px;
  line-height: 20px;
  top: 0;
  position: relative;
  text-transform: none;
  font-family: 'Montserrat, sans-serif';
  color: #4e4d4c;
  margin-bottom: 15px;
}
.blog-author-page h1 {
  font-family: 'Montserrat, sans-serif';
  font-size: 38px;
  line-height: 62px;
  font-weight: 600;
  margin-bottom: 0;
  top: 3px;
  letter-spacing: -1px;
  position: relative;
  color: #4e4d4c;
}
.blog-author-page + .blog-listing {
  padding-top: 20px;
  padding-bottom: 40px;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Varela, sans-serif !important;
  margin-top: 20px;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.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-post {
  max-width: 1000px;
  margin: 0 auto;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}
span.blog-post-featured-img img {
  max-width: 100%;
  height: auto;
  margin-bottom: 50px;
}

#author-bio {
  margin-top: 0;
  min-height: 80px;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  border-bottom: 1px solid #DDD;
  position: relative;
  padding-bottom: 0;
  border: none;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

ul.hs-search-field__suggestions {
  padding: 10px;
}
ul.hs-search-field__suggestions:empty {
  padding:0px;
}
.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-wrap {
  width: 100%;
}

h1.entry-title {
  margin-bottom: 8px;
  font-family: 'Montserrat, sans-serif';
  font-size: 34px;
  line-height: 62px;
  max-width: 800px;
  top: 3px;
  letter-spacing: -1px;
  position: relative;
  color: #4e4d4c;
}

div#single-below-header {
  color: #888;
}

#single-below-header > span:first-child {
  padding-left: 0;
  border: none;
}
#single-below-header span {
  /*font-family: 'Varela, sans-serif';*/
  font-size: 16px;
  color: #4e4d4c;
  line-height: 20px;
  top: 0;
  position: relative;
  text-transform: none;
  padding-left: 10px;
}
#single-below-header > span {
  padding: 0 20px 0 20px;
  border-left: 1px solid rgba(0,0,0,0.1);
}
#single-below-header span>span {
  /*font-family: 'Montserrat, sans-serif';*/
  font-size: 16px;
  color: #4e4d4c;
}

#single-below-header span>span a {
  color: inherit;
}

#single-below-header span>span a:hover {
  color: #daba8d;
}

.hs-blog-post span.meta-category {
  -webkit-transition: all 0.4s cubic-bezier(0.05, 0.2, 0.1, 1);
  transition: all 0.4s cubic-bezier(0.05, 0.2, 0.1, 1);
  color: #4e4d4c;
  display: inline-block;
  background: transparent;
}

.hs-blog-post span.meta-category a {
  color: inherit;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0;
}

.hs-blog-post span.meta-category a:hover {
  color: #daba8d;
}

.hs-blog-post span.meta-category a:before {
  content: none;
}

.heading-title {
  padding-bottom: 35px;
  border-bottom: 1px solid #DDD;
  margin-bottom: 35px;
}
div#single-meta {
  top: 50%;
  margin-top: -13px;
  float: none;
  z-index: 102;
  position: absolute;
  right: 0;
  margin-top:4px;
}
.blog-title {
  margin-bottom: 14px;
  position: relative;
  float: left;
  width: 100%;
  display: block;
}

.meta-comment-count {
  float: left;
  -webkit-transition: all 0.4s cubic-bezier(0.05, 0.2, 0.1, 1);
  transition: all 0.4s cubic-bezier(0.05, 0.2, 0.1, 1);
}
.meta-comment-count a{
  display: block;
  border-radius: 100px;
  padding: 6px 20px!important;
  -webkit-transition: border-color .45s cubic-bezier(0.25,1,0.33,1);
  transition: border-color .45s cubic-bezier(0.25,1,0.33,1);
  height: auto;
  line-height: 20px;
  color: #999!important;
  border: 2px solid rgba(0,0,0,0.1);
}
#single-meta div i {
  font-size: 16px;
  line-height: 30px;
  height: 30px;
  background-color: transparent;
  width: 34px;
  margin-right: 0;
  color: #999!important;
}
[class*=" steadysets-icon-"], [class^=steadysets-icon-] {
  font-family: steadysets!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"], i[class*=" icon-"] {
  display: inline-block;
  max-width: 100%;
  position: relative;
  text-align: center;
  vertical-align: middle;
  top: -2px;
  word-spacing: 1px;
}
.steadysets-icon-chat:before {
  content: "\e651";
  text-decoration: inherit;
  speak: none;
}



#author-bio img {
  width: 80px;
  height: 80px;
  margin-bottom: 0;
  left: 0;
  top: 0;
  max-width: 100%;
  left: 0;
  top: 0;
  height: 80px;
  margin-bottom: 0;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  border-radius: 100%;
  min-width: unset;
  min-height: unset;
  object-fit: cover;
}
#author-bio #author-info {
  width: 75%!important;
  vertical-align: middle;
  display: inline-block;
  padding-left: 30px;
}
#author-bio #author-info h3 {
  margin-bottom: -3px;
  line-height: 1.6em;
  font-family: 'Montserrat, sans-serif';
  font-size: 22px;
  font-weight: 400;
  color: #4e4d4c;
}
#author-bio #author-info h3 span{
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  text-transform: none;
}
#author-bio #author-info a {
  color: inherit;
}
#author-bio #author-info a:hover{
  color: #daba8d!important;
}
#author-bio #author-info p {
  max-width: 70%;
  opacity: 0.7;
  line-height: 1.8em;
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
  text-transform: none;
}

.custom-post-pagination {
  margin-top: 80px;
  text-align: center;
  overflow: hidden;
  position: relative;
  background-color: #333;
}

.post-bg-img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  height: 100%;
  -ms-transition: transform 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) 0s;
  -webkit-transition: transform 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) 0s;
  transition: transform 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) 0s;
}
.post-pagination-inner {
  position: relative;
  width: auto;
  z-index: 10;
  height: 250px;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  float: none;
  color: #4e4d4c;
}
.container-viewAllButton{
  text-align:center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.viewAllButton {
  background-color: rgba(218,186,141,1.0);
  padding: 11px 23px;
  color: white;
  display: inline-block;
  border-radius: 5px;
}

span.bg-overlay {
  color: #fff;
  display: block;
  position: absolute;
  text-indent: -9999px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #282b30;
  z-index: 2;
  opacity: 0.3;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  margin-bottom: 0;
}

.post-pagination-inner-wrap {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}

.post-pagination-inner-wrap span {
  display: block;
  color: #fff;
  margin-bottom: 5px;
}

.post-pagination-inner-wrap a h3 {
  color: #fff;
  font-family: 'Montserrat, sans-serif';
  font-size: 22px;
  line-height: 34px;
  font-weight: 400;
  margin: 0;
  transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  padding: 0 15%;
}

.custom-post-pagination:hover .post-bg-img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.custom-post-pagination:hover span.bg-overlay {
  opacity: 0;
}
span.full-link {
  color: #fff;
  display: block;
  position: absolute;
  text-indent: -9999px;
  top: 0;
  z-index: 10;
  left: 0;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

span.full-link a {
  display: block;
  position: absolute;
  text-indent: -9999px;
  top: 0;
  z-index: 10;
  left: 0;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.meta-comment-count a:hover {
  border-color: #daba8d;
  color: #daba8d !important;
}
#single-meta div a:hover i{
  color: #daba8d !important;
}
.nectar-social {
  bottom: 100px !important;
  right: 25px !important;
  height: 50px;
  width: 50px;
  line-height: 50px;
  z-index: 1000;
  position: fixed;
  transition: transform 0.45s cubic-bezier(.15,0.2,.1,1);
}
.nectar-social >a {
  height: 50px;
  width: 50px;
  line-height: 52px;
  text-align: center;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  color: #daba8d;
}
.nectar-social >a:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.45s cubic-bezier(.15,0.2,.1,1);
  -webkit-transition: all 0.45s cubic-bezier(.15,0.2,.1,1);
  height: 100%;
  transform: translateZ(0);
  backface-visibility: hidden;
  border-radius: 50%;
  background-color: #daba8d;
}
.nectar-social a i {
  z-index: 10;
  position: relative;
  left: -1px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 14px;
  top: 0;
  padding-right: 0;
  display: block;
}
.nectar-social >a:after{
  background-color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  content: '';
  display: block;
  border-radius: 50%;
  -webkit-transition: opacity 0.25s cubic-bezier(.15,0.2,.1,1);
  transition: opacity 0.25s cubic-bezier(.15,0.2,.1,1);
}
.steadysets-icon-share:before {
  content: "\e63c";
}
.nectar-social .nectar-social-inner {
  position: absolute;
  height: 50px;
  width: 50px;
  bottom: 0;
  left: 0;
  z-index: 1;
  text-align: center;
}
.nectar-social .nectar-social-inner a {
  display: block;
  line-height: 36px;
  height: 36px;
  padding: 0;
  margin: 0;
  width: 36px;
  left: 7px;
  position: absolute;
  opacity: 0;
  border: none;
  top: 0;
  box-shadow: 0 7px 15px rgba(0,0,0,0.2);
  border-radius: 50%;
  -webkit-transition: all 0.45s cubic-bezier(.15,0.2,.1,1);
  transition: all 0.45s cubic-bezier(.15,0.2,.1,1);
  transform: translateY(0px) scale(0);
  -webkit-transform: translateY(0px) scale(0);
  background-color: #daba8d;
}

.nectar-social .nectar-social-inner a i {
  height: 36px;
  line-height: 36px;
  width: 36px;
}
.nectar-social .social-text{
  display: none;
}
.nectar-social .nectar-social-inner a:after {
  background-color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  content: '';
  display: block;
  border-radius: 50%;
}
.nectar-social:hover .nectar-social-inner a:nth-child(1) {
  -webkit-transition: all 0.45s cubic-bezier(.15,0.2,.1,1);
  -webkit-transform: translateY(-56px) scale(1);
  transition: all 0.45s cubic-bezier(.15,0.2,.1,1);
  transform: translateY(-56px) scale(1);
  opacity: 1;
}
.nectar-social:hover .nectar-social-inner a:nth-child(2) {
  -webkit-transition: all 0.45s cubic-bezier(.15,0.2,.1,1);
  -webkit-transform: translateY(-106px) scale(1);
  transition: all 0.45s cubic-bezier(.15,0.2,.1,1);
  transform: translateY(-106px) scale(1);
  opacity: 1;
}
.nectar-social:hover .nectar-social-inner a:nth-child(3) {
  -webkit-transition: all 0.45s cubic-bezier(.15,0.2,.1,1);
  -webkit-transform: translateY(-156px) scale(1);
  transition: all 0.45s cubic-bezier(.15,0.2,.1,1);
  transform: translateY(-156px) scale(1);
  opacity: 1;
}
.nectar-social:hover .nectar-social-inner a:nth-child(4) {
  -webkit-transition: all 0.45s cubic-bezier(.15,0.2,.1,1);
  -webkit-transform: translateY(-206px) scale(1);
  transition: all 0.45s cubic-bezier(.15,0.2,.1,1);
  transform: translateY(-206px) scale(1);
  opacity: 1;
}
.nectar-social:hover {
  height: 340px;
}
.nectar-social:hover >a:before {
  box-shadow: 0 7px 15px rgba(0,0,0,0.2);
}
.nectar-social:hover >a:before {
  -webkit-transform: scale(1.23) translateZ(0);
  transform: scale(1.23) translateZ(0);
}
.fa-twitter:before {
  content: "\f099";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.nectar-social .nectar-social-inner a:hover:after {
  opacity: 0.2;
}
a.next-posts-link.load-more.p-hide {
  display: none !important;
}

/* custom */
.blog-hidden{display: none}
.post-content{min-width: 100%;}
.post-featured-img {
    background-size: cover;
    height: 400px;
    background-position: top center;
}
.article-content-wrap:hover{ background-color: rgb(255 255 255 / 90%); }

@media only screen and (min-width: 690px){
  article.post-item{
    margin-right: 2.8%;
  }
  article.post-item:nth-child(2n){
    margin-right: 0;
  }
  .span_12 {
    width: 100%;
  }

}


@media only screen and (min-width: 1000px){
  .content-wrapper {
    padding: 0px 90px;
  }
  .blog-index {
    padding-right: 0;
    margin-right: 4%;
    width: 68.5%;
  }
  .blog-sidebar {
    width: 27.5%;
    backface-visibility: hidden;
  }

}

@media only screen and (max-width: 1300px) and (min-width: 1000px){
  h1.entry-title,
  .blog-author-page h1  {
    font-size: 40.5px;
    line-height: 46.5px;
  }
}


@media only screen and (max-width: 1300px) and (min-width: 690px){
  .blog-header p span{
    font-size: 27px !important;
    line-height: 35px !important;
  }
}
@media only screen and (max-width: 1110px){
  .hs-blog-listing .blog-listing-wrap {
    padding-top: 0;
  }
}

@media only screen and (max-width: 999px) and (min-width: 1px){
  div#single-meta {
    position: relative!important;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 999px) and (min-width: 690px){
  .blog-index {
    margin-bottom: 90px;
  }
  h1.entry-title {
    font-size: 37.8px;
    line-height: 43.4px;
  }
  .blog-author-page h1 {
    font-size: 37.8px;
    line-height: 43.4px;
  }

}



@media only screen and (max-width: 690px){
  .content-wrapper {
    max-width: 320px!important;
  }
  .blog-header p span {
    font-size: 26px !important;
    line-height: 36px !important;
  }
  article.post-item {
    position: relative!important;
    top: auto!important;
    display: block;
    width: 100%!important;
    margin-right: 0!important;
    margin-bottom: 25px;
    margin-left: 0!important;
  }
  .post-header h3 {
    font-size: 17.6px;
    line-height: 22px;
  }
  .blog-sidebar h3 {
    line-height: 28.8px;
  }
  .meta-comment-count {
    display: none;
  }
  #author-bio {
    text-align: center;
  }
  #author-bio img {
    margin-right: 0;
    width: 60px !important;
    height: 60px;
  }
  #author-bio #author-info {
    width: 100%!important;
    text-align: center;
    padding-left: 0;
    margin-top: 20px;
  }
  div#author-bio {
    text-align: center;
  }
  .blog-author-page h1 {
    font-size: 35.1px;
    line-height: 40.3px;
  }
  h1.entry-title {
    font-size: 35.1px;
    line-height: 40.3px;
  }



}

@media only screen and (max-width: 690px) and (min-width: 480px){
  .content-wrapper {
    max-width: 420px!important;
  }
}


@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
  .content-wrapper {
    max-width: 320px!important;
    padding-left:15px;
    padding-right:15px;
  }
}

/*FIX IMG IN MOBILE POST*/


/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
  
  .hs-blog-post .blog-post img{
    min-width:100%;
    max-width:100%;
    height:auto;
  }
  
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
  .hs-blog-post .blog-post img{
    min-width:100%;
    max-width:100%;
    height:auto;
  }
  
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  
  .hs-blog-post .blog-post img{
    min-width:100%;
    max-width:100%;
    height:auto;
  }
  
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
  
  .hs-blog-post .blog-post img{
    min-width:100%;
    max-width:100%;
    height:auto;
  }
  
}


.hs-embed-content-wrapper img {
    max-width: 100% !important;
    margin-top: 20px;
    height:auto;
  
}

.blog-post.blog-index img {
    max-width: 100%;
}
.SubscriptionBox{
    margin-bottom: 60px;
}
.btn-module{
    cursor: pointer;
    text-decoration: none;
    padding: 10px 15px;
    font-family: Varela, sans-serif !important;
    font-size: 14px;
    line-height: 18px;
    border-radius: 4px;
    display: inline-block !important;
    transition: .3s
}
.btn-module:hover{   
    box-shadow: 0 20px 38px rgb(0 0 0 / 16%) !important;
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    opacity: .87;
    transition: .3s
}
.cta {
    font-family: Varela, sans-serif !important;
}
.button-primary{     
    border: 2px solid #daba8d;    
    color: #daba8d;
}
.button-primary:hover{  
    color: #daba8d;    
}
.button-secondary{      
  font-family: Varela, sans-serif !important;  
  color: #ffffff;    
    background-color: #daba8d;
    border: 2px solid #daba8d;  
}
.button-secondary:hover{  
    color: #ffffff;
}
.button-tertiary{  
    border: 2px solid #fff; 
    color: #fff;
}
.button-tertiary:hover{  
    color: #fff;
}


/*SIZES*/

.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
}

.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}
/* ******************************************************************************
*********************************************************************************
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: Varela, sans-serif !important;
  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;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  line-height: 24px;
  font-family:"Nunito Sans";
  font-size: 14px;
  padding: 10px 10px;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Montserrat, sans-serif !important;
  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;
}