/* ******************************************************************************
*********************************************************************************
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: hidden;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
} 
.banner-area .dnd-section {
  padding: 0;
}
.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

body { 
  letter-spacing: 0.5px;
  background-color: #FFFFFF; 
  margin:0; 
  line-height: 1.5; 
}
body, input, textarea, button, select {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
p {
  margin: 0 0 10px;
  text-rendering: optimizeLegibility;
  /*   font-family: Poppins, serif; */
} 
/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: underline;
}
a:hover, a:focus {
  outline: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.2; 
  font-weight: 700;
  font-family: Muli, serif;
  color: #494a52;
  word-break: break-word;
  text-rendering: optimizeLegibility; 
}

h1 {
  font-size: 2.1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.175rem; 
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: .9rem;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

ul li,
ol li {
  line-height: inherit;
}

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

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em; 
}

sub { 
  bottom: -0.25em;
}

:focus {
  outline: auto; 
  outline-color: green;
}
.disable-focus-styles :focus {
  outline: none; 
}
.body-container-wrapper .dnd-section>.row-fluid, .page-center {
  padding-left: 15px;
  padding-right: 15px;
} 


@media (max-width: 1199px) {
  .body-container-wrapper .dnd-section>.row-fluid, .page-center {
    width: 100%;
    padding-left:20px;
    padding-right:20px;
  }
 
}

@media (max-width: 767px) {
  .body-container-wrapper .dnd-section>.row-fluid, .page-center {
    width: 100%;
    max-width:100%;
    padding-left: 10px;
    padding-right: 10px;
  } 
  p {
    font-size: 10px;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 100%;
  font-family: Poppins, sans-serif;
}  

.hs-button {
  margin: 15px 0 !important;
  cursor: pointer;
  display: inline-block;
  position: relative; 
  text-align: center;
  border-radius: 6px; 
  border-style: solid;
  vertical-align: middle;
  border-width: 1px;
  text-decoration: none !important;
  white-space:normal !important;
  width: auto !important; 
  height: auto !important; 
  
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 1.5;
  transition: all 0.3s; 
  text-transform: none;
  outline: none;
} 

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

.hs-form label {
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  margin-bottom: 4px;
  font-weight: 400;
  font-size: 10px;
  letter-spacing: 0.5px;
  line-height: 18px;
}

.hs-error-msgs label {
  color: #f2545b;
}

form input, form select, form textarea, .hs-input, .hs-input[type=file] {
  display: block;
  width: 100% !IMPORTANT;
  background-color: #ffffff; 
  margin-top: 0 !important; 
  border: 1px none;
  border-bottom:1px solid;
  max-width:700px; 
  font: inherit;
  /* start here your style */  
  transition: border-color 0.3s;
  font-size: 10px;
  letter-spacing: 0.5px;
  line-height: 18px;
  outline: none;
  padding: 4px 6px 8px;
  margin-bottom: 10px; 
}
input[type=password], input[type=search] { 
  width:100% !important;
  height:100% !important;
}

form input:focus, form select:focus, form textarea:focus, .hs-input:focus  { 
  outline: 0;
} 
.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto!important;
  height: auto!important;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
} 
.systems-page ul.no-list.hs-error-msgs {
  margin: 10px 0;
  padding: 0;
  list-style: none;
}
ul.no-list.hs-error-msgs.inputs-list {
  margin: 10px 0;
  padding: 0; 
  list-style: none;
  font-weight: normal;
  color: #ff0000; 
  font-size: 9px;
  letter-spacing: 0.5px;
  line-height: 18px;
}
.invalid {
  border-color: #ff0000 !important;
}
ul.no-list.hs-error-msgs.inputs-list li,
ul.no-list.hs-error-msgs.inputs-list li label {
  margin: 0;
  padding: 0; 
  display: block; 
  color: inherit;
  text-transform: none;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}
/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear { display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal { display: none; width : 0; height: 0; }

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: 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: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

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

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

.field {
  margin-bottom: 18px;
}

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

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

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

.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: Poppins, serif;
}


@media (max-width:767px) {
  form input, form select, form textarea, .hs-input, .hs-input[type=file] { 
    max-width:100%;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

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

.hs-menu-item a { 
  display: block;
  text-decoration: none;
}
.custom-menu-primary .navigation-primary > ul {
  text-align: center;
  padding-bottom: 0;
  margin: 0;
  padding: 7px 0 0;
  border-bottom: 1px solid #eee;
  position: relative;
}

.custom-menu-primary .navigation-primary > ul > li {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  margin-right: 8px;
}

.custom-menu-primary .navigation-primary > ul > li:last-child {
  margin-right: 0;
}

.custom-menu-primary .navigation-primary > ul > li > a {
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 16px;
  padding: 16px 10px;
  position: relative;
  height: auto;
  text-decoration: none;
}

.custom-menu-primary .navigation-primary > ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.custom-menu-primary .navigation-primary > ul ul .container {
  max-width: 1180px;
  padding: 0 20px;
  width: 100%;
  margin: 0 auto;
}
.custom-menu-primary .navigation-primary > ul ul .container .container--inner {
  margin: 0 -15px;
  width: auto;
}
.custom-menu-primary .navigation-primary > ul ul li > a .image {
  display: block;
  overflow: hidden;
} 
.custom-menu-primary .navigation-primary > ul ul li > a img {
  max-width: 100%;
  vertical-align: middle;
  width: 100%;
  transition: all 0.3s;
}
.custom-menu-primary .navigation-primary > ul ul li:hover > a img { 
  transform: scale(1.05);
}
.custom-menu-primary .navigation-primary > ul > li:nth-child(2) ul li {
  width: 33.3333333%;
}
.custom-menu-primary .navigation-primary > ul > li:nth-child(3) ul li {
  width: 33.3333333%;
}
.custom-menu-primary .navigation-primary > ul > li:nth-child(6) ul li {
  width: 33.3333333%;
}




@media (min-width:750px) {
  .custom-menu-primary .navigation-primary > ul ul {
    transition: all 0.3s;
    padding: 29px 0;
    border-bottom: 1px solid #eee;
    position: absolute;
    top: 90px;
    opacity: 0;
    left: 0;
    width: 100%;
    visibility:hidden;
    z-index:10;
  }

  .custom-menu-primary .navigation-primary > ul > li.has-submenu:hover ul {
    top: 56px;
    opacity: 1;
    visibility:visible;
  }

  .custom-menu-primary .navigation-primary > ul ul li {
    padding: 0 15px;
    float: left;
    text-align: left;
    width: 25%;
  }

  .custom-menu-primary .navigation-primary > ul ul li > a {
    position: relative;
    text-align: left;
    text-decoration: none;
    display: inline-block; 
  }
  .custom-menu-primary .navigation-primary > ul ul li > a span.link {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 18px;
    padding-right: 20px;
    margin-top: 8px;
    display: inline-block; 
    position: relative;
  }

  .custom-menu-primary .navigation-primary > ul ul li > a span.link:after {
    content: '';
    width: 15px;
    height: 16px;
    position: absolute;
    right: 10px;
    top: 0;
    opacity: 0;
    transition: all 0.3s;
    display: block;
    background: url(https://8639009.fs1.hubspotusercontent-ap1.net/hubfs/8639009/raw_assets/public/Levantine_Hill_January2021/images/arrow-right-gold.svg) no-repeat center center;
    background-size: 6px;
  } 

  .custom-menu-primary .navigation-primary > ul ul li:hover > a span.link:after {
    right: 0;
    opacity: 1;
  }
  .child-trigger {
    display: none;
  }
  header .custom-menu-mobile {
    display: none;
  }
  .custom-menu-primary .navigation-primary > ul > li:hover > a:after {
    content: '';
    width: 100%;
    height: 2px;
    display: block;
    position: absolute; 
    bottom: -1px;
    left: 0;
    background-color: #A68F58;
  }

}



@media (min-width:750px) and (max-width:874px) {
  .custom-menu-primary .navigation-primary > ul > li > a {
    padding: 16px 2px;
    font-size: 12px;
  } 

}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
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 {
  background-color: transparent;
}

.header__container {
  max-width: 1200px;
  margin: 0 auto;
}
header.header {
  padding: 30px 30px 0; 
  line-height: 16px;
  position: relative;
}

.custom-menu-mobile {
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  position: absolute;
  top: 0;
  background-color: #fff;
  transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
  display: block;
  overflow: hidden;
  width: 100%;
}

.header__top {
  display: table;
  table-layout: fixed;
  z-index: 999;
  position: relative;
  width: 100%;
  margin-left: 0;
}

.header__top .col {
  float: none;
  display: table-cell;
  vertical-align: middle;
}

.header__top .col2 {
  vertical-align: top;
  text-align: center;
}

.header__top .col3 {
  position: relative;
  white-space: nowrap;
}

.header__top .col2 a {
  display: block;
}

.header__top .col2 a img {
  display: block;
  vertical-align: middle;
  width: 100% !important;
  margin: 0 auto;
  max-width: 106px;
}

a.mobile-trigger {
  display: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  color: #222;
  text-align: left;
}

.header__top .medium-up--hide {
  display: none;
}

.header__top .header-left-wrapper {
  padding-right: 15px;
}

.header__top .header-left-wrapper a span {
  float: left;
  padding-right: 20px;
}

.header__top .header-left-wrapper a span img {
  vertical-align: middle;
  max-width: 84px;
  height: auto;
} 

.header__top .header-left-wrapper p {
  margin: 0;
}

.header__top .header-left-wrapper p a:first-child {
  text-decoration: none;
}

.header__top .header-left-wrapper p a:first-child span {
  display: inline;
  color: #A68F58;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height:17px;
}
.site-header__icons-wrapper {
  position: relative; 
  text-align: right;
} 
.site-header__icons-wrapper .search-top-icon {
  cursor: pointer;
  background: url(https://8639009.fs1.hubspotusercontent-ap1.net/hubfs/8639009/raw_assets/public/Levantine_Hill_January2021/images/search-13-24.png) no-repeat center center/cover;
  width: 18px;
  height: 18px;
  padding: 0;
  position: relative;
  right: 0;
  top: 0;
  vertical-align: middle;
  transform: none;
  margin: 0;
  display: inline-block;
  margin-right: 20px;
  background-size: 18px;
  outline: none;
  border: none;
}
.site-header__icons-wrapper .site-header__account {
  width: 18px;
  height: 18px;
  padding: 0;
  position: relative;
  right: 0;
  top: 4px;
  transform: none;
  margin: 0;
  display: inline-block;
  background: url(https://8639009.fs1.hubspotusercontent-ap1.net/hubfs/8639009/raw_assets/public/Levantine_Hill_January2021/images/account_icon@2x.png) no-repeat center center/cover;
}
.site-header__icons-wrapper .site-header__cart {
  cursor: pointer;
  padding: 0;
  position: relative;
  right: 0;
  top: 4px;
  margin-left: 20px;
  transform: none;
  display: inline-block;
}
.site-header__icons-wrapper .site-header__cart span {
  width: 18px;
  height: 18px;
  display: block;
  background: url(https://8639009.fs1.hubspotusercontent-ap1.net/hubfs/8639009/raw_assets/public/Levantine_Hill_January2021/images/bag_icon@2x.png) no-repeat center center/cover;
}
.header__top .header-left-wrapper > div > span,
.header__top .header-left-wrapper > div {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: end; 
}


.search-bar {
  background-color: #fff;
  transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1); 
  position: absolute;
  overflow: hidden;
  width: 100%;
  z-index: 1000;
  max-width: 375px;
  padding: 0;
  top: 40px;
  right: 100px;
  border: 1px solid #f2f2f2;
  box-shadow: 2px 2px 8px 0 rgb(0 0 0 / 12%);
  transform: translateY(0px);
  opacity: 0;
  visibility: hidden;
}
.seach-open .search-bar {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.search-bar .search-bar__table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}

.search-bar__table-cell {
  display: table-cell;
  vertical-align: middle;
}

.search-bar .search-bar__table-cell:nth-child(1) {
  width: 90%;
}

.search-bar .search-bar__table-cell:nth-child(2) {
  text-align: right;
}

.search-bar .search-bar__table-cell:nth-child(2) button {
  transition: all 0.3s;
  text-transform: none;
  border-radius: 0;
  outline: none;
  line-height: 40px;
  height: 40px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.5px;
  background-color: transparent;
  border: 0;
  margin: 0;
  color: #222;
  text-align: left;
  padding: calc(10em / 16) 0.75em;
}

.search-bar .search-bar__table-cell:nth-child(2) button svg {
  fill: currentColor;
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  width: 12px;
  height: auto;
}

.search-bar .search-bar__table-cell:nth-child(2) button:hover {
  background-color: #B69850;
  outline: none;
  color: #484848;
  cursor: pointer;
}

.search-bar form {
  width: 100%;
  position: relative;
  padding: 5px;
  height: auto;
  display: flex;
  align-items: center;
  border: none;
}

.search-bar form input {
  padding: 10px 18px;
  margin: 0;
  font: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  padding-right: calc(35em / 16);
  width: 100%;
  min-height: 44px;
  background-color: transparent;
  border-radius: 2px;
  color: #222;
  border: 1px solid transparent !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  order: 1;
  letter-spacing: 0;
  padding-left: 19.5px;
}

.search-bar form button {
  transition: all 0.3s;
  text-transform: none;
  border-radius: 0;
  outline: none;
  line-height: 40px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.5px; 
  background-color: transparent;
  border: 0;
  margin: 0;
  color: #222;
  text-align: left;
  right: 0;
  top: 0;
  padding: 0 12px;
  height: 100%;
  z-index: 1;
  display: inline-block;
  vertical-align: middle;
  position: static;
}

.search-bar form button svg {
  fill: currentColor;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  position: relative;
  top: -1px;
  width: 12px;
  height: auto;
}
.nonav_header header.header {
  padding-bottom: 56px;
}  
.site-header__icons-wrapper div {
  display: inline-block;
}

.header__height {
  min-height: 156px;
}
.header__height.nav-up .header__wrapper {
  transform: translateY(-100%);
  transition: transform 0s;
  position: fixed;
}
.header__height.nav-down .header__wrapper {
  transform: translateY(0);
  transition: transform 0.2s;
  position: fixed;
  z-index:99;
}


/* Tablet Styles */

@media (max-width: 1150px) and (min-width: 767px) {

}

/* Mobile Styles */  
@media (max-width: 991px) {
  header.header { 
    padding: 20px 23px 0 20px;
  }
  .header__height {
    min-height: 146px;
  }
}

@media (max-width: 960px) {
  .header__top .header-left-wrapper a span {
    display: none;
  }

}

@media (max-width: 767px) {
  .header__height {
    min-height: 56px;
  }
  .custom-menu-primary {
    display: none;
  }
  .header__wrapper .custom-menu-mobile.custom-menu-primary {
    display: block;
  }
  header.header {
    padding: 10px 20px 10px;
  }
  .header__wrapper {
    border-bottom: 1px solid #eee;
  }
  .header__top .col2 a img {
    width: 61px !IMPORTANT;
    height: auto;
    margin: 0 auto;
  }

  .site-header__icons-wrapper .site-header__cart {
    top: 3px;
    margin-left: 26px;
    padding-right: 3px;
  }

  .site-header__icons-wrapper .site-header__account {
    top: 3px;
  }

  .site-header__icons-wrapper .search-top-icon {
    top: -3px;
  }

  .header__top .header-left-wrapper p {
    display: none;
  }

  .header__top .medium-up--hide {
    width: 24px;
    height: 24px;
    background: #fff url(https://8639009.fs1.hubspotusercontent-ap1.net/hubfs/8639009/raw_assets/public/Levantine_Hill_January2021/images/phone_icon@2x.png) no-repeat center center;
    background-size: 19px;
    display: inline-block; 
    float: left;
    margin-left: 26px;
  }

  a.mobile-trigger {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    float: left;
    width: 24px;
    height: 24px;
    padding: 0;
  }

  a.mobile-trigger span.abc {
    margin: 2px 2px;
    -webkit-transform: rotate( 0deg );
    -ms-transform: rotate(0deg);
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0, 0, 0.58, 1) 0s,transform 0.2s cubic-bezier(0, 0, 0.58, 1) 0s;
    width: 20px;
    height: 20px;
    position: relative;
    transform: rotate( 0deg );
    transition: -ms-transform 0.2s cubic-bezier(0, 0, 0.58, 1) 0s,-webkit-transform 0.2s cubic-bezier(0, 0, 0.58, 1) 0s,transform 0.2s cubic-bezier(0, 0, 0.58, 1) 0s;
  }

  a.mobile-trigger .abc .a {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0, 0, 0.58, 1) 0.4s,transform 0.2s cubic-bezier(0, 0, 0.58, 1) 0.4s;
    transform: translateY(-5px);
    position: absolute;
    top: 9px;
    left: 0;
    transition: -ms-transform 0.2s cubic-bezier(0, 0, 0.58, 1) 0.4s,-webkit-transform 0.2s cubic-bezier(0, 0, 0.58, 1) 0.4s,transform 0.2s cubic-bezier(0, 0, 0.58, 1) 0.4s;
  }

  a.mobile-trigger span {
    display: block;
  }

  a.mobile-trigger .abc .b {
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0, 0, 0.58, 1) 0.4s,transform 0.2s cubic-bezier(0, 0, 0.58, 1) 0.4s;
    position: absolute;
    top: 9px;
    left: 0;
    transition: -ms-transform 0.2s cubic-bezier(0, 0, 0.58, 1) 0.4s,-webkit-transform 0.2s cubic-bezier(0, 0, 0.58, 1) 0.4s,transform 0.2s cubic-bezier(0, 0, 0.58, 1) 0.4s;
  }

  a.mobile-trigger .abc .c {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0, 0, 0.58, 1) 0.4s,transform 0.2s cubic-bezier(0, 0, 0.58, 1) 0.4s;
    transform: translateY(5px);
    position: absolute;
    top: 9px;
    left: 0;
    transition: -ms-transform 0.2s cubic-bezier(0, 0, 0.58, 1) 0.4s,-webkit-transform 0.2s cubic-bezier(0, 0, 0.58, 1) 0.4s,transform 0.2s cubic-bezier(0, 0, 0.58, 1) 0.4s;
  }

  a.mobile-trigger .abc .a .a1 {
    -webkit-transform: rotate( 0deg );
    -ms-transform: rotate(0deg);
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0, 0, 0.58, 1) 0.2s,transform 0.2s cubic-bezier(0, 0, 0.58, 1) 0.2s;
    transform: rotate( 0deg );
    transition: -ms-transform 0.2s cubic-bezier(0, 0, 0.58, 1) 0.2s,-webkit-transform 0.2s cubic-bezier(0, 0, 0.58, 1) 0.2s,transform 0.2s cubic-bezier(0, 0, 0.58, 1) 0.2s;
    background-color: #A68F58;
    height: 2px;
    width: 20px;
  }

  a.mobile-trigger .abc .b .b1 {
    background-color: #A68F58;
    height: 2px;
    width: 20px;
  }

  a.mobile-trigger .abc .c .c1 {
    background-color: #A68F58;
    height: 2px;
    width: 20px;
  } 
  .search-bar {
    top: 0;
    right: 0;
    max-width: inherit;
  } 
  .search-bar form button {
    min-width: 36px;
  }
  .search-bar form input {
    padding-left: 15px;
  }
  .mobile-open .mobile-trigger .abc {
    -webkit-transform: rotate( 45deg );
    -ms-transform: rotate(45deg);
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.42, 0, 1, 1) 0.4s,transform 0.2s cubic-bezier(0.42, 0, 1, 1) 0.4s;
    width: 20px;
    height: 20px;
    position: relative;
    transform: rotate( 45deg );
    transition: -ms-transform 0.2s cubic-bezier(0.42, 0, 1, 1) 0.4s,-webkit-transform 0.2s cubic-bezier(0.42, 0, 1, 1) 0.4s,transform 0.2s cubic-bezier(0.42, 0, 1, 1) 0.4s;
  }

  .mobile-open .mobile-trigger .abc .a, .mobile-open .mobile-trigger .abc .c {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.42, 0, 1, 1) 0s,transform 0.2s cubic-bezier(0.42, 0, 1, 1) 0s;
    transform: translateY(0px); 
    position: absolute;
    top: 9px;
    left: 0;
    transition: -ms-transform 0.2s cubic-bezier(0.42, 0, 1, 1) 0s,-webkit-transform 0.2s cubic-bezier(0.42, 0, 1, 1) 0s,transform 0.2s cubic-bezier(0.42, 0, 1, 1) 0s;
  }

  .mobile-open .mobile-trigger .abc .b {
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.42, 0, 1, 1) 0s,transform 0.2s cubic-bezier(0.42, 0, 1, 1) 0s !important;
    position: absolute;
    top: 9px;
    left: 0;
    transition: -ms-transform 0.2s cubic-bezier(0.42, 0, 1, 1) 0s,-webkit-transform 0.2s cubic-bezier(0.42, 0, 1, 1) 0s,transform 0.2s cubic-bezier(0.42, 0, 1, 1) 0s;
  }

  .mobile-open .mobile-trigger .abc .a .a1 {
    -webkit-transform: rotate( 90deg );
    -ms-transform: rotate(90deg);
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.42, 0, 1, 1) 0.2s,transform 0.2s cubic-bezier(0.42, 0, 1, 1) 0.2s;
    transform: rotate( 90deg );
    transition: -ms-transform 0.2s cubic-bezier(0.42, 0, 1, 1) 0.2s,-webkit-transform 0.2s cubic-bezier(0.42, 0, 1, 1) 0.2s,transform 0.2s cubic-bezier(0.42, 0, 1, 1) 0.2s;
    background-color: #A68F58;
    height: 2px;
    width: 20px;
  }
  .custom-menu-mobile {
    transform: translateY(-100%);
    width: 100%;
    background-color: #A68F58; 
    color: #fff;
    text-align: center;
    transition: all 0.3s;
    left: 0;
  }
  .mobile-open .custom-menu-mobile {
    display: block;
    transform: translateY(60px) !important;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 99;
    padding-bottom: 80px;
    height: 100vh;
  }
  header.header:after {
    content: '';
    background: #FFFFFF;
    width: 100%;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
  }
  .mobile-open {
    overflow: hidden;
  }

  .custom-menu-mobile .navigation-primary > ul {
    position: relative;
    padding-bottom: 0;
    margin: 0;
    padding: 7px 0 0;
    margin-top: 0;
    padding-top: 48px;
    display: flex;
    flex-wrap: wrap;
    border-bottom: none;
    opacity: 0;
    transition: none;
  }

  .custom-menu-mobile ul {
    opacity: 0;
    transition: none;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    margin-top: 20px;
  }

  .mobile-open .custom-menu-mobile ul {
    opacity: 1;
    transition: opacity 0.2s cubic-bezier(0, 0, 0.58, 1) 0.3s,-ms-transform 0s cubic-bezier(0, 0, 0.58, 1) 0.3s,-webkit-transform 0s cubic-bezier(0, 0, 0.58, 1) 0.3s,transform 0s cubic-bezier(0, 0, 0.58, 1) 0.3s;
  }

  .custom-menu-mobile .navigation-primary > ul > li {
    width: 100%;
    margin-right: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0;
    vertical-align: middle;
    margin: 0;
  }

  .custom-menu-mobile .navigation-primary > ul > li > a {
    display: block;
    line-height: 26px;
    position: relative;
    height: auto;
    text-decoration: none;
    color: #FFFFFF !important; 
    padding: 0 15px 10px 15px;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 16px;
    text-align: left;
    width: calc(100% - 40px);
  }

  .child-trigger {
    width: 40px;
    height: 26px;
    display: block;
    transform: rotate( 0deg );
    cursor: pointer;
  }

  .child-trigger svg {
    vertical-align: middle;
    fill: currentColor;
    display: inline-block;
    overflow: hidden;
    height: 26px;
    width: 12px;
  }

  .custom-menu-mobile .navigation-primary > ul ul {
    background-color: #a68f58 !important;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    opacity: 1;
    position: unset;
    width: 100%;
    transition: none;
    padding: 15px 0;
    display: none;
  }

  .custom-menu-mobile .navigation-primary > ul > li + li {
    padding-top: 10px;
  }

  .custom-menu-mobile ul li {
    vertical-align: middle;
    display: inline-block;
    margin: 0 11px 10px;
  }

  .custom-menu-mobile ul li a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 0 3px;
  }

  .custom-menu-mobile ul li a svg {
    vertical-align: middle;
    fill: currentColor;
    display: inline-block;
    overflow: hidden;
  }
  .child-trigger.child-open { 
    transform: rotate( -180deg );
  }
  .custom-menu-primary .navigation-primary>ul ul li {
    width: 25%;
    padding: 0 15px;
    float: left;
    margin: 0;
  }
  .custom-menu-primary .navigation-primary>ul ul li a {
    padding: 0;
    text-align: left;
  }
  .custom-menu-primary .navigation-primary>ul ul li a .link {
    padding-right: 0;
    color: #ffffff;
    width: 100%;
    margin-top: 8px;
    display: block;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 18px;
    position: relative;
  }
  .nonav_header header.header {
    padding-bottom: 9px;
  }


}

@media (max-width:479px) {
  .custom-menu-mobile ul {
    width: 100%;
    margin-top: 37px; 
  }
  .custom-menu-mobile ul ul li {
    text-align: left;
    width: 100%; 
    margin: 0;
    padding: 0 15px;
  }
  .custom-menu-primary .navigation-primary>ul ul li {
    width: 100%;
  }
  .custom-menu-primary .navigation-primary>ul ul li + li {
    padding-top: 10px;
  }



}

@media (max-width:374px) {
  .custom-menu-mobile ul {
    width: 100%;
    margin-top: 60px;
  }

}



@media (max-width:325px) {
  header.header {
    padding-right: 30px;
  }

}
/* ******************************************************************************
*********************************************************************************
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 {
  margin: 0 auto;
}
footer.footer {
  margin: 80px 0 0;
}

.footer .bottom-footer {
  line-height: 16px;
  padding: 31px 0;
}

.footer .footer__container {
  padding: 0 20px;
  margin: 0 auto;
}

.footer .bottom-footer p {
  max-width: 615px;
  padding-left: 3px;
  letter-spacing: 0.55px;
  margin-bottom: 0;
}

footer .middle-footer {
  padding: 59px 0 30px;
}

.middle-footer .grid:last-child {
  margin-top: 57px;
}

.middle-footer .footer-copyright {
  line-height: 20px;
  text-align: right;
  position: relative;
  right: -4px;
  margin-top: 3px;
  letter-spacing: 0.7px;
}

.middle-footer .footer-copyright i {
  font-style: normal;
  font-size: 12px;
} 

.middle-footer .footer-copyright i:nth-child(1) {
  margin-right: 14px;
  letter-spacing: 0.6px; 
}

.middle-footer .footer-copyright a {
  margin-right: 16px;
  letter-spacing: 0.5px;
  text-decoration: none;
  font-size: 12px;
}

.middle-footer .footer-copyright a:nth-child(2) {
  margin-right: 14px;
}
.middle-footer .col { 
  float: left;
}
.middle-footer .col h4 {
  padding-left: 4px;
  margin: 0 0 23px;
  letter-spacing: 2px;
  line-height: 17px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  font-family: inherit;
}

.middle-footer .col2 {
  padding-left: 5px;
}

.middle-footer .col ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.middle-footer .col2 ul > li {
  display: inline-block;
}

.middle-footer .col2 ul > li > a {
  display: block;
  padding: 0 3px;
}

.middle-footer .col2 ul > li > a svg {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  fill: currentColor; 
  width: 30px;
  height: auto;
}
.middle-footer .col1 .hs-menu-wrapper > ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.middle-footer .col1 .hs-menu-wrapper > ul > li {
  padding-right: 20px;
}

.middle-footer .col1 .hs-menu-wrapper > ul > li:nth-child(1) {
  padding-left: 4px;
}

.middle-footer .col1 .hs-menu-wrapper > ul > li:nth-child(2) {
  padding-left: 9px;
}

.middle-footer .col1 .hs-menu-wrapper > ul > li:nth-child(3) {
  padding-left: 14px;
}
.middle-footer .col1 .hs-menu-wrapper > ul > li > a {
  letter-spacing: 2px;
  line-height: 17px;
  text-transform: uppercase;
  margin: 0 0 19px;
  font-size: 12px;
  font-weight: 600;
}

.middle-footer .col1 .hs-menu-wrapper > ul ul {
  margin: 0;
}

.middle-footer .col1 .hs-menu-wrapper > ul ul li {
  display: block;
}

.middle-footer .col1 .hs-menu-wrapper > ul ul li > a {
  text-decoration: none;
  line-height: 24px;
}

.middle-footer .col1 .hs-menu-wrapper > ul ul li > a:hover {
  text-decoration: underline;
}
footer .top-footer {
  border-top: 1px solid #eee;
  padding: 33px 0 30px;
}

footer .top-footer img {
  width: 35px;
  vertical-align: middle;
  max-width: 100%;
  border: 0; 
}

footer .top-footer h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  font-size: 12px;
  margin-left: 30px;
}

footer .top-footer .footer__container .hs_cos_wrapper_type_rich_text, footer .top-footer .footer__container > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

footer .top-footer .footer__container {
  max-width: 1185px;
}
footer .top-footer1 {
  border-top: 1px solid #eee;
  padding: 33px 0 30px;
}

footer .top-footer1 .footer__container {
  max-width: 1185px;
}


footer .top-footer1 i {
  font-style: normal;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

footer .top-footer1 i img {
  vertical-align: middle;
  max-width: 85px;
  border: 0;
}

footer .top-footer1 i h3 {
  font-size: 15px;
  font-weight: 400;
  max-width: 275px;
  padding-right: 30px;
  position: relative;
  line-height: 20px;
  margin-bottom: 0;
  margin-left: 19px;
  font-family: inherit;
  letter-spacing: 0;
}

footer .top-footer1 i h3:after {
  content: '';
  width: 1px;
  height: 50px;
  position: absolute;
  top: -6px;
  right: 0;
  background: #eee; 
}

footer .top-footer1 p {
  max-width: 480px;
  margin-bottom: 0;
  margin-left: 40px;
  line-height: 20px;
}

footer .top-footer1 a {
  outline: none;
  padding: 0 10px;
  transition: all 0.3s; 
  text-transform: none;
  border-radius: 0;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.5px; 
  text-align: center;
  display: inline-block;
  text-decoration: none;
  border: 2px solid;
  margin-left: auto;
  min-width: 110px;
  position: relative;
  right: -1px;
  top: -1px;
  line-height: 30px;
  height: 34px;
}
.top-footer1 .footer__container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
}

.top-footer1 .footer__container > div {
  width: 33.333%;
}

.top-footer1 .footer__container > div:nth-child(1) {
  width: 33.11%;
}

.top-footer1 .footer__container > div:nth-child(2) {
  width: 42%;
}

.top-footer1 .footer__container > div:nth-child(3) {
  width: auto;
  margin-left: auto;
}








@media (min-width: 750px) {
  .middle-footer .col1 {
    width: 75%; 
  }
  .middle-footer .col2 {
    width: 25%;
  }
  .middle-footer .col1 .hs-menu-wrapper > ul > li {
    width: 33.333%;
  }


}

@media (max-width:850px) and (min-width:768px) {
  footer .top-footer1 .footer__container > div,
  footer .top-footer1 .footer__container .hs_cos_wrapper_type_rich_text {
    flex-wrap: nowrap;
  }
  footer .top-footer1 a {
    min-width: auto;
    line-height: 1;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

}





@media (max-width: 991px) {
  .footer .bottom-footer {
    padding: 25px 0;
  }
  .footer .footer__container {
    padding: 0 18px;
  }
  .footer .bottom-footer p {
    padding-left: 0;
  }
  .middle-footer .col1 .hs-menu-wrapper>ul>li:nth-child(1),
  .middle-footer .col1 .hs-menu-wrapper>ul>li:nth-child(2),
  .middle-footer .col1 .hs-menu-wrapper>ul>li:nth-child(3) {
    padding-left: 0;
  }
  .middle-footer .col1 {
    width: 69%;
  }
  .middle-footer .col2 {
    width: 30.7%;
  }
  footer .top-footer {
    padding: 23px 0 19px;
  }
  footer .top-footer .footer__container {
    padding: 0 22px 0 10px;
  }
  footer .top-footer1 {
    padding: 23px 0 19px; 
  }
  footer .top-footer1 .footer__container {
    padding: 0 22px 0 10px;
  }
  footer .top-footer1 p {
    margin-left: 30px;
    max-width: 275px;
    line-height: 18px;
  }
  footer .top-footer1 a {
    min-width: 100px; 
    top: -2px;
    right: -2px;
  }


}




@media (max-width:767px) {
  .footer .bottom-footer {
    border-top: 1px solid #E8E8E8;
    margin-top: 8px;
    padding: 17px 0;
  }
  .footer .bottom-footer p {
    padding: 0;
    max-width: 100%;
    text-align: left;
    letter-spacing: 1px;
  }
  .footer .footer__container {
    padding: 0 20px;
  }
  footer .middle-footer {
    padding: 25px 0 0;
    overflow: hidden;
  }
  .middle-footer .grid:last-child {
    margin: 0 -20px;
    background: #fff;
    border-top: 1px solid #E8E8E8;
    padding: 0;
  }
  .middle-footer .footer-copyright {
    right: 0;
    text-align: left;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 18px;
  }
  .middle-footer .footer-copyright i:nth-child(1) {
    order: 2;
    margin-right: 0;
  }
  .middle-footer .footer-copyright a {
    order: 0;
    margin-bottom: 10px;
    margin-right: 20px;
  }
  .middle-footer .footer-copyright > div > span, .middle-footer .footer-copyright > div {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .middle-footer .footer-copyright a:nth-child(2) {
    margin-right: 18px;
  }
  .middle-footer .footer-copyright i:last-child {
    margin-right: 20px;
  }
  .middle-footer .grid:first-child {
    display: flex;
    flex-wrap: wrap;
  }
  .middle-footer .grid:first-child .col2 {
    order: 0;
    margin-bottom: 31px;
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .middle-footer .grid:first-child .col1 {
    width: 100%;
    order: 2;
    margin: 0 -20px;
    width: calc(100% + 40px);
  }
  .middle-footer .col1 .hs-menu-wrapper > ul {
    flex-direction: column;
  }
  .middle-footer .col1 .hs-menu-wrapper > ul > li {
    width: 100%;
    padding: 0;
  }
  .middle-footer .col1 .hs-menu-wrapper > ul > li > a {
    position: relative;
    margin: 0;
    padding: 18px 40px 18.5px 20px;
    border-top: 1px solid #E8E8E8;
    background-color: #FFFFFF;
  }
  .middle-footer .col1 .hs-menu-wrapper > ul > li > a:after {
    content: '';
    height: 9px;
    background: #a68f58;
    width: 1px;
    display: block;
    position: absolute;
    right: 27px;
    top: 22px;
    transition: all 0.3s;
  }
  .middle-footer .col1 .hs-menu-wrapper > ul > li > a:before {
    content: '';
    width: 9px;
    background: #a68f58;
    height: 1px;
    display: block;
    position: absolute;
    right: 23px;
    top: 26px;
    transition: all 0.3s;
  }
  .middle-footer .col1 .hs-menu-wrapper > ul ul {
    display: none;
    margin: -6px 0 10px;
    padding: 0 20px;
    background-color: #FFFFFF;
    margin-bottom: 0;
    padding-bottom: 10px;
  }
  .middle-footer .col1 .hs-menu-wrapper > ul > li:not(:last-child) > a {
    border-top: 1px solid #E8E8E8;
  }
  .middle-footer .col h4 {
    padding: 0;
    margin: 0 0 13px;
  }
  .middle-footer .col2 ul {
    margin-bottom: -3px;
  }
  footer .top-footer .footer__container {
    padding: 0 20px;
  }
  footer .top-footer {
    padding: 27px 0 30px;
  }
  footer .top-footer1 {
    padding: 27px 0 30px;
  }
  footer .top-footer1 .footer__container {
    padding: 0 20px;
  }
  footer .top-footer1 .footer__container>div, footer .top-footer1 .footer__container>div>span {
    display: block;
    text-align: center;
  }
  footer .top-footer1 p {
    max-width: 100%;
    margin: 15px 0;
    width: 100%;
    text-align: center;
    padding: 0;
    line-height: 18px;
    font-size: 10px;
  }
  footer .top-footer1 a {
    min-width: 110px;
    left: 50%;
    transform: translateX(-50%);
    float: left;
    top: 0;
    right: 0;
    margin-left:0;
  }
  footer .top-footer1 i {
    justify-content: center;
  } 
  footer .top-footer1 i img {
    width: 70px;
    height: auto;
    float: left;
  }
  footer .top-footer1 i h3 { 
    font-size: 15px;
    padding-right: 0;
    margin-left: 0;
    padding-left: 13px; 
    float: left;
    width: calc(100% - 70px);
    text-align: left;
  }
  footer .top-footer1 .footer__container>div>span:after,
  footer .top-footer1 .footer__container>div:after {
    clear: both; 
    content: '';
    display: block;
  }
  .middle-footer .footer-copyright i:nth-child(1) {
    margin-bottom: 10px;
  }
  .middle-footer .footer-copyright i:last-child {
    margin-bottom: 10px;
  }
  .middle-footer .col1 .hs-menu-wrapper > ul > li.clicked > a:before {
    transform: rotate( 90deg );
    opacity: 0;
  }
  .middle-footer .col1 .hs-menu-wrapper > ul > li.clicked > a:after {
    transform: rotate( 90deg );
  }
  footer.footer {
    margin: 39px 0 0; 
  }

  footer .top-footer h6 {
    width: 100%;
    margin-left: 0;
    text-align: center;
    padding-left: 30px;
  }

  footer .top-footer .footer__container .hs_cos_wrapper_type_rich_text, footer .top-footer .footer__container>div {
    display: block;
  }

  footer .top-footer img {
    float: left;
  }

  .middle-footer .grid:first-child .col2 {
    margin-bottom: 32px;
  }

  footer .top-footer .footer__container .hs_cos_wrapper_type_rich_text:after,
  footer .top-footer .footer__container>div:after,
  footer .top-footer .footer__container .hs_cos_wrapper_type_rich_text:before,
  footer .top-footer .footer__container>div:before {
    content: '';
    display: block;
    clear: both;
  }

  footer .top-footer1 .footer__container {
    display: block;
    padding: 0 23px;
  }

  footer .top-footer1 i {
    width: 100%;
  }

  footer .top-footer1 i h3:after {
    display: none;
  }
  .top-footer1 .footer__container>div:nth-child(1), .top-footer1 .footer__container>div:nth-child(2) {
    width: 100%;
  }




}
/* ******************************************************************************
*********************************************************************************
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;
  padding: 0 30px;
  margin: 0 auto;
}

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

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

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

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

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-post img {
  max-width: 100%;
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
    }
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Poppins, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Poppins, sans-serif;
  margin-bottom: 3.3rem;
}
.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;
  display: none; 
}
.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: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Poppins, sans-serif;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}

.blog-recent-posts {
  margin-top: 3rem;
  background-color: transparent;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
/* .blog-comments .hs-button {
background-color: transparent;
border: 2px solid #494A52;
color: #494A52;
}
.blog-comments .hs-button:hover {
background-color: #494A52; 
color: #fff;
} */
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}

/*             Blog Listing with Sidebar            */

.post-item .page-center{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
  -webkit-flex: 1; /* Safari */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
  flex-basis: 31.914893614%;

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}

/*             Blog Grid Listing            */

.blog-index__post.blog-index__post--small {
  display: flex;
}

.blog-index__post-inner-card {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  border-radius: 5px;
  background: #fff;
}

.blog-index__post-image {
  border-radius: 5px 5px 0 0;
}

.blog-index__post-inner-card .blog-index__post-content {
  display: flex;
  flex-direction: column;
  padding: 24px 30px 30px 30px;
  height: 100%;
}

.blog-post__tag-link,
.blog-post__tags {
  font-size: 12px;
  font-weight: 200;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.01rem;
}

.blog-post__tag-link:hover{
  text-decoration: none;
}

.blog-index__post-content--small h2 {
  font-size: 18px;
  line-height: 26px;
}

.blog-index__post-content--small h2 a:hover {
  text-decoration: none;
  transition: all .5s;
}

.blog-post__meta-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
  padding-top: 30px;
  font-size: 14px;
}

.blog-post__read-more a:hover {
  text-decoration: none;
}

.read-more__arrow {
  position: relative;
  top: 3px;
  padding-left: 10px;
}

.blog-post__read-more svg {
  width: 15px;
  height: auto;
}

.blog-post__read-more a svg {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media screen and (max-width: 767px) {
  .blog-index.sidebar {
    padding: 1rem 0;
    padding-bottom: 3.3rem;
  }
}

/*             Blog Grid Listing with Sidebar            */

.blog-index.sidebar {
  display:flex;
}

@media screen and (min-width: 1000px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/2);
  }
}

@media screen and (max-width: 999px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/1);
  }
}

.blog-sidebar {
  padding-top: 3.9rem;
}

@media screen and (max-width: 767px) {
  .blog-sidebar {
    padding: 2rem 1rem;
    padding-bottom: 0;
  }
}

.blog-sidebar h3 {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 600;
  line-height: 37px;
}

.blog-sidebar ul {
  padding: 30px;
  margin: 0 0 40px 0;
  list-style: none;
  border-radius: 5px;
  background: #fff;
}

.blog-sidebar ul li {
  padding: 10px 0;
  border-top: 1px solid #dfddd9;
  font-weight: 600;
}

.blog-sidebar ul li:first-child {
  border-top-color: transparent;
}

.blog-sidebar a {
  text-decoration: none;
}

.blog-sidebar a:hover {
  text-decoration: none;
}

.blog-sidebar .filter-link-count {
  display: none;
}

.blog-sidebar .filter-expand-link {
  position: relative;
  top: -15px;
  display: block;
  margin-bottom: 25px;
  text-transform: capitalize;
  text-align: center;
}

.blog-sidebar-post-listing ul li {
  padding-left: 2.3em;
  line-height: 24px;
  text-indent: -2.3em;
}

.blog-sidebar-post-listing li:before {
  position: relative;
  width: 22px;
  float: left;
  content: counter(list-item);
  margin-right: 25px;
  font-size: 36px;
  font-weight: 600;
}

.blog-sidebar-post-listing li a {
  position: relative;
  top: -3px;
}

.blog-pagination.span12 {
  display: flex;
  margin-left: 0;
}

/* Mobile Blog Sidebar */

@media(max-width: 767px) {
  .hs-blog-listing .content-wrapper > .row-fluid {
    display: flex;
    flex-direction: column;
  }

  .hs-blog-listing .span3 {
    order: 1;
  }

  .hs-blog-listing .span9 {
    order: 2;
  }

  .hs-blog-listing .blog-pagination {
    order: 3;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter ul,
  .blog-sidebar.mobile .blog-sidebar-post-listing ul {
    visibility: hidden;
    opacity: 0;
    transition: all 5s;
    display: none;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter h3,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3 {
    cursor: pointer;
  }
  .blog-sidebar.mobile .blog-sidebar-topic-filter h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3:after {
    content: "+";
    padding-left: 6px;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter.clicked h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing.clicked h3:after {
    content: "-";
    padding-left: 7px;
  }

  .blog-sidebar.mobile .clicked ul {
    display: block;
    visibility: visible;
    transition: all 1s;
    opacity: 1;
  }
}

/* Blog Subscription Section */

.subscription-form {
  display: block;
  margin: 0 auto;
  padding: 60px 0;
  width: 40%;
  text-align: center;
}

@media (max-width: 767px) {
  .subscription-form {
    width: 85%;
  }
}

.subscription-form label {
  text-align: center;
}

/*             Blog Post Layout          */

.post-featured-image {
  margin-bottom: -110px;
  min-height: 300px;
  background-size: cover;
  border-radius: 5px;
  margin-top: 40px;
  background-position: center center;
}

.blog-post {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 84px 100px 80px 100px;
  background: #fff;
  border-radius: 5px;
}

.blog-post.no-image {
  margin-top: 50px;
}

.blog-post__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
}

.blog-post__meta a {
  text-decoration: none;
}

.blog-post__links {
  display: block;
  padding: 26px 0;
  margin-top: 20px;
}

.blog-post__back-to-blog {
  text-decoration: none;
}

.blog-post__back-to-blog svg {
  position: relative;
  top: 6px;
  margin-right: 10px;
  width: 20px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media (max-width: 767px) {
  .blog-post {
    width: 90%;
    padding: 30px;
  }
}

/* Blog Comments */

.blog-comments {
  max-width: 100%;
}

.comment.depth-0:first-child {
  margin-top: 2em;
}

.comment.depth-1 {
  padding-left: 2em;
  padding-top: 1em;
  margin-top: 1em;
}

.blog-comments form {
  margin-top: 2em;
  padding-top: 2em;
} 

/* Related Articles */

.blog-recent-posts__list {  
  flex-wrap: wrap;
}

.blog-recent-posts .blog-index__post-content h2 {  
  text-align: left;
}

.blog-recent-posts .blog-post__meta-section {
  justify-content: flex-end;
}

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  overflow: hidden;
  overflow-x: auto;
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field .grecaptcha-badge { 
  margin-left: 0;
}
.comment-date {
  display: block !important;
  text-align: left;
}



/* Custom blog style start here */  


.banner-content {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  position: relative;
  background-color: #333333;
}

.banner-content .top-heading-wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-content .heading-text {
  position: absolute;
  left: 0px;
  bottom: 42px;
  width: 100%;
  z-index: 2;
}

.banner-content .heading-content {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 18px;
}

.banner-content .heading-content p {
  font-size: 13px;
  line-height: 11px;
  font-weight: 500;
  color: #FFE7AF;
  margin-bottom: 7px;
  margin-left: 4px;
}

.banner-content .heading-content h1 {
  font-family: 'Muli';
  font-size: 42px;
  line-height: 46px;
  color: #ffffff;
  margin-bottom: 0;
  letter-spacing: 1px;
  font-weight: 200;
  text-transform: uppercase;
}

.banner-content .heading-banner {
  border: 0;
  max-width: 100%;
  vertical-align: middle;
  width: 100%;
}

.banner-content .top-heading-wrapper:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 60.373%;
  left: 0;
  bottom: 0;
  background: linear-gradient( 180deg , rgba(255,255,255,0) 0%, rgba(250,250,250,0.01) 0%, rgba(0,0,0,0.69) 49.98%, #000 100%);
  opacity: 0.6;
}
nav.blog--breadcrumb {
  padding: 16px 0;
  border-bottom: 1px solid #EEEEEE;
  background: #fff;
  margin: 0;
  border-radius: 4px;
  list-style: none;
}

nav.blog--breadcrumb .container {
  width: 100%;
  max-width: 1180px;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: auto;
  margin-left: auto;
}

nav.blog--breadcrumb .container a {
  font-size: 9px;
  letter-spacing: .5px;
  text-decoration: none;
  color: #555; 
  line-height: 22px;
}
nav.blog--breadcrumb .container a:hover {
  color: #111;
  text-decoration: underline;
}
nav.blog--breadcrumb .container span {
  color: #999999;
  font-size: 9px;
  letter-spacing: 0.5px;
  line-height: 16px;
  padding: 0 7px;
}

.blog--wrapper .blog-index {
  display: block;
  padding: 0;
}

.blog--wrapper .content-wrapper {
  padding: 0 20px;
}

.custom-categories {
  margin: 20px 0 10px;
}

.custom-categories a {
  border: 2px solid #5D2920;
  background-color: #fff;
  color: #222222;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-align: center;
  line-height: 32px;
  height: 36px;
  outline: none;
  padding: 0 10px;
  transition: all 0.3s;
  text-transform: none;
  border-radius: 0;
  display: inline-block;
  text-decoration: none;
  min-width: 100px;
  padding: 0 13px;
  margin: 0 18px 10px 0;
  border-color: #DDDDDD;
}

.custom-categories a.tab-all { 
  border-color: #5D2920;
}

.custom-categories a:hover {
  border-color: #5D2920;
  background-color: #5D2920;
  color: #fff;
  outline: none;
}
.custom-categories a.active,
.custom-categories a:focus {
  border-color: #5D2920;
  background-color: #FFF;
  color: #222;
}
.custom-items {
  margin: 0 -15px;
  position: relative;
}

.blog-index_post {
  padding: 0 15px;
  width: 33.333333%;
  float: left; 
  margin-bottom: 48px;
}

a.index_post-image {
  padding-top: 77.777777%;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
}

.post-item-content h3 {
  line-height: 1.1;
  font-size: 15px;
  margin: 19px 0 27px;
  font-weight: 500;
  height: 32px;
  font-family: inherit;
}

.post-item-content .post-item-date {
  color: #888888;
  font-size: 10px;
  letter-spacing: 0.5px;
  line-height: 18px;
}

.post-item-content .post-item-desc {
  margin: 14px 0 16px;
  line-height: 18px;
  height: 144px;
}
.blog-index_post:nth-child(3n + 1) {
  clear: both;
}
.blog--wrapper .blog-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 11px;
  margin-bottom: -10px;
  padding: 0;
}
.blog-pagination a {
  padding: 9px 5px; 
  min-width: 30px;
  text-align: center; 
  cursor: pointer;
  margin: 0 9px 5px 0;
  line-height: 10px;
  border-bottom: 1px solid transparent;
  text-decoration: none;
  color:#555555;
}
.blog-pagination a:hover, .blog-pagination a.link--active {
  border-bottom: 1px solid #A68F58;
}
.blog-pagination a.link--disabled { 
  display: none !important;
}
.blog--wrapper .blog-pagination {
  margin-top: 1px;
  margin-bottom: -20px; 
}
.banner-content.for__mobile {
  display: none;
}
.banner-content.for__dekstop .top-heading-wrapper {
  background: none !important;
  height: auto;
}
.blog-post-wrapper .content-wrapper {
  padding: 0 20px;
  margin-bottom: 40px;
}

.blog-post-wrapper .blog--post {
  margin-top: 39px;
}
.blog-post-wrapper span.article__date { 
  margin-bottom: 9px;
  color: #888888;
  line-height: 18px;
  display: inline-block;
  width: 100%;
}
.blog-post__body p {
  font-weight: 300; 
  font-size: 14px;
  line-height: 22px;
  margin: 0 0 10px;
  margin-bottom: 22px;
  color: #555;
}
.blog-post__body h2 {
  font-weight: 700;
  font-size: 14px; 
  line-height: 22px;
  margin: 0 0 10px;
  margin-bottom: 22px;
  color: #555;
}
.blog-comments {
  max-width: 680px;
  margin-left: 0;
}
.blog-recent-post h2 {
  text-transform: none;
  letter-spacing: 0;
  font-family: inherit;
  font-weight: 400;
  color: #000A12;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 21px;
}

.blog-recent-post .content-wrapper {
  padding: 0 20px;
}

.blog-recent-post .items {
  margin: 0 -15px;
}

.blog-recent-post .item {
  width: 33.333333%;
  float: left;
  padding: 0 15px;
}

.blog-recent-post .item .image {
  margin-bottom: 17px;
}

.blog-recent-post .item .image a {
  font-size: 10px;
  line-height: 16px;
  height: 280px;
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.blog-recent-post .item .title {
  margin-bottom: 25px;
  line-height: 0;
}

.blog-recent-post .item .title a {
  color: #222222;
  font-size: 15px; 
  line-height: 20px;
  font-weight: 500; 
  margin-bottom: 24px;
  text-decoration: none;
}

.blog-recent-post .item .meta .date {
  display: inline-block;
  width: 100%;
  color: #888888;
  font-size: 10px;
  line-height: 18px;
  margin-bottom: 14px;
}

.blog-recent-post .item .meta .short-desc {
  line-height: 18px;
  display: inline-block;
  width: 100%;
  height: 144px;
  margin-bottom: 16px;
}

.blog-recent-post .item .meta a {
  font-size: 10px; 
  line-height: 16px;
}
.blog-post__body blockquote {
  font-style: normal;
  text-align: center; 
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

@media (min-width: 767px) {
  .custom-categories .custom-inner {
    display: block !important;
    overflow: inherit !important;
  }

}


@media (min-width: 750px) {
  .custom-categories span.btn-hollow {
    display: none;
  }
}





@media (max-width: 1199px) {
  .banner-content .heading-text {
    bottom: 16px;
  }
  .banner-content .heading-content {
    padding: 0 18px;
  }
  .banner-content .heading-content h1 {
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 0.76px;
  }
  .blog-post-wrapper .blog--post {
    margin-top: 19px;
  }


}


@media (max-width: 767px) {
  .banner-content .top-heading-wrapper {
    height: 240px;
  }
  .banner-content .heading-banner {
    display: none;
  }
  .banner-content .heading-text {
    bottom: 20px;
  }
  .banner-content .heading-content {
    padding: 0 24px;
  }
  .banner-content .heading-content p {
    font-size: 11px;
    margin-left: 1px;
    margin-bottom: 4px;
  }
  .banner-content .heading-content h1 {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 1px;
    font-weight: 300;
  }
  nav.blog--breadcrumb {
    display: none;
  }
  .custom-items.clearfix {
    margin: 0;
  }
  .blog--wrapper .content-wrapper {
    padding: 0 10px;
    position: relative;
  }
  .blog-index_post {
    width: 100%;
    margin-bottom: 24px;
    padding: 0;
  }
  a.index_post-image {
    background-color: #DDDDDD;
  }
  .post-item-content h3 {
    height: 16px;
  }
  .post-item-content .post-item-desc {
    height: 54px;
  }
  .custom-categories .custom-inner {
    position: absolute;
    z-index: 9;
    width: calc(100% - 20px);
    background: #fff;
    margin: 0;
    padding: 10px 10px 0;
    top: 46px;
    border: 1px solid #eee;
    transition-duration: 1.5s;
    transition-timing-function: ease;
    transition-property: opacity,transform,-webkit-transform;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    display:none;
  }

  .custom-categories span.btn-hollow {
    border: 2px solid #5D2920;
    background-color: #fff;
    color: #222222;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-align: center;
    line-height: 32px;
    height: 36px;
    outline: none;
    padding: 0 10px;
    transition: all 0.3s;
    text-transform: none; 
    border-radius: 0;
    width: 100%;
    display: inline-block;
    margin: 10px 0;
  }

  .custom-categories span.btn-hollow:after {
    content: '';
    background: url(https://8639009.fs1.hubspotusercontent-ap1.net/hubfs/8639009/raw_assets/public/Levantine_Hill_January2021/images/icon-plus-black.svg) no-repeat center center;
    background-size: cover;
    display: inline-block;
    width: 12px;
    height: 12px; 
    background-size: contain;
    position: relative;
    top: 2px;
    margin-left: 8px; 
  }
  .custom-categories.active .btn-hollow:after {
    background: url(https://8639009.fs1.hubspotusercontent-ap1.net/hubfs/8639009/raw_assets/public/Levantine_Hill_January2021/images/minus-black.jpg) no-repeat center center;
    height: 2px;
    top: -3px; 
  }
  .custom-categories {
    margin: 0;
  }
  .custom-categories .custom-inner a {
    width: 100%;
    margin-right: 0;
    border-color: #DDDDDD;
  }
  .banner-content.for__mobile {
    display: block;
  }
  .banner-content.for__mobile  .top-heading-wrapper {
    height: auto;
    display: block;
    background: none !important; 
  }

  .banner-content.for__mobile img {
    display: block;
  }
  .blog-recent-post .item {
    width: 100%;
    padding: 0;
  }
  .blog-recent-post .content-wrapper {
    padding: 0 10px;
  }
  .blog-recent-post .items {
    margin: 0;
  }
  .blog-recent-post .item .meta .short-desc {
    height: auto;
  }
  .blog-post-wrapper .content-wrapper {
    padding: 0 10px;
  }


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

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
} 
.error-page:before {
  content: attr(data-error);
  position: absolute; 
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Poppins, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
.error-page h1.error-page_heading, .error-page a, 
.error-page p{
  position: relative;
  z-index: 2;
}
[type="checkbox"], [type="radio"] {
  width: auto !important;
  height: auto !important;
  display: inline-block !important;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}
.systems-page { 
  padding: 5rem 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

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

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

@media (max-width: 767px) {
  .systems-page .success { 
    min-width: 100%;
  }
  .systems-page h1 {
    font-size: 32px;
  }
  .systems-page h2 {
    font-size: 28px; 
  }
  .content-wrapper {
    padding: 0 10px;
  }
  .error-page {
    padding: 5rem 0;
  }
}