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

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* Customs */
.banner-section  .banner-area .row-fluid {
 max-width: 100% !important;
width: 100% !important;
padding:0px!important;
}
.page-center,
.dnd-section > .row-fluid,
  .container{
  width: 100%;
  padding-right: 18px;
  padding-left: 18px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 991.98px){
  .page-center,
  .dnd-section > .row-fluid{
    padding-left: 25px;
    padding-right: 25px;
  }
  .container {
    padding-left: 25px;
    padding-right: 25px;
}
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face {
  font-family: 'Gotham Book';
  src: url('https://7610660.fs1.hubspotusercontent-na1.net/hubfs/7610660/Boveda_December2020/fonts/font-Gotham-Book.eot');
  src: url('https://7610660.fs1.hubspotusercontent-na1.net/hubfs/7610660/Boveda_December2020/fonts/font-Gotham-Book.eot') format('embedded-opentype'),
    url(https://7610660.fs1.hubspotusercontent-na1.net/hubfs/7610660/raw_assets/public/Boveda_December2020/fonts/font-Gotham-Book.woff2) format('woff2'),
    url(https://7610660.fs1.hubspotusercontent-na1.net/hubfs/7610660/raw_assets/public/Boveda_December2020/fonts/font-Gotham-Book.woff) format('woff'),
    url(https://7610660.fs1.hubspotusercontent-na1.net/hubfs/7610660/raw_assets/public/Boveda_December2020/fonts/font-Gotham-Book.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'Gotham Medium';
  src: url('https://7610660.fs1.hubspotusercontent-na1.net/hubfs/7610660/Boveda_December2020/fonts/font-Gotham-Medium.eot');
  src: url('https://7610660.fs1.hubspotusercontent-na1.net/hubfs/7610660/Boveda_December2020/fonts/font-Gotham-Medium.eot') format('embedded-opentype'),
    url(https://7610660.fs1.hubspotusercontent-na1.net/hubfs/7610660/raw_assets/public/Boveda_December2020/fonts/font-Gotham-Medium.woff2) format('woff2'),
    url(https://7610660.fs1.hubspotusercontent-na1.net/hubfs/7610660/raw_assets/public/Boveda_December2020/fonts/font-Gotham-Medium.woff) format('woff'),
    url(https://7610660.fs1.hubspotusercontent-na1.net/hubfs/7610660/raw_assets/public/Boveda_December2020/fonts/font-Gotham-Medium.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham Bold';
  src: url('https://7610660.fs1.hubspotusercontent-na1.net/hubfs/7610660/Boveda_December2020/fonts/font-Gotham-Bold.eot');
  src: url('https://7610660.fs1.hubspotusercontent-na1.net/hubfs/7610660/Boveda_December2020/fonts/font-Gotham-Bold.eot') format('embedded-opentype'),
    url(https://7610660.fs1.hubspotusercontent-na1.net/hubfs/7610660/raw_assets/public/Boveda_December2020/fonts/font-Gotham-Bold.woff2) format('woff2'),
    url(https://7610660.fs1.hubspotusercontent-na1.net/hubfs/7610660/raw_assets/public/Boveda_December2020/fonts/font-Gotham-Bold.woff) format('woff'),
    url(https://7610660.fs1.hubspotusercontent-na1.net/hubfs/7610660/raw_assets/public/Boveda_December2020/fonts/font-Gotham-Bold.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Futura Std Bold';
  src: url('https://7610660.fs1.hubspotusercontent-na1.net/hubfs/7610660/Boveda_December2020/fonts/font-FuturaStd-Bold.eot');
  src: url('https://7610660.fs1.hubspotusercontent-na1.net/hubfs/7610660/Boveda_December2020/fonts/font-FuturaStd-Bold.eot') format('embedded-opentype'),
    url(https://7610660.fs1.hubspotusercontent-na1.net/hubfs/7610660/raw_assets/public/Boveda_December2020/fonts/font-FuturaStd-Bold.woff2) format('woff2'),
    url(https://7610660.fs1.hubspotusercontent-na1.net/hubfs/7610660/raw_assets/public/Boveda_December2020/fonts/font-FuturaStd-Bold.woff) format('woff'),
    url(https://7610660.fs1.hubspotusercontent-na1.net/hubfs/7610660/raw_assets/public/Boveda_December2020/fonts/font-FuturaStd-Bold.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Futura Std Medium';
  src: url('https://7610660.fs1.hubspotusercontent-na1.net/hubfs/7610660/Boveda_December2020/fonts/font-FuturaStd-Medium.eot');
  src: url('https://7610660.fs1.hubspotusercontent-na1.net/hubfs/7610660/Boveda_December2020/fonts/font-FuturaStd-Medium.eot') format('embedded-opentype'),
    url(https://7610660.fs1.hubspotusercontent-na1.net/hubfs/7610660/raw_assets/public/Boveda_December2020/fonts/font-FuturaStd-Medium.woff2) format('woff2'),
    url(https://7610660.fs1.hubspotusercontent-na1.net/hubfs/7610660/raw_assets/public/Boveda_December2020/fonts/font-FuturaStd-Medium.woff) format('woff'),
    url(https://7610660.fs1.hubspotusercontent-na1.net/hubfs/7610660/raw_assets/public/Boveda_December2020/fonts/font-FuturaStd-Medium.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


html {
  font-size: 10px;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.65;
  margin: 0;
  position: relative;
}

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


/* Anchor Links */
a {
  font-family: Gotham Bold,sans-serif;
  -webkit-transition: .3s;
  transition: .3s;
}
a:hover{
  text-decoration:none; 
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5em;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
  text-transform: uppercase;
}

h1 {
  font-size: 2.1rem;
  line-height: 4.5rem;
  letter-spacing: .43px;
}

h2 {
  font-size: 1.6rem;
  line-height: 3.7rem;
  letter-spacing: .34px;
}

h3 {
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: .4px;
}

h4 {
  font-family: Lato, sans-serif;
  font-size: 1.175rem;
  line-height: 2.5rem;
  letter-spacing: .03px;
}

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

h6 {
  font-size: .9rem;
  line-height: 1.7rem;
  letter-spacing: 1px;
}


@media (max-width: 991.98px){
  h1{
    line-height: 1.1;
    letter-spacing: .25px;
  }
  h2{
    letter-spacing: .25px;
    line-height: 2.9rem; 
  }
  h3{
    letter-spacing: .2px;
    line-height: 2.2rem; 
  }
  h4{
    line-height: 2rem;
    letter-spacing: .03px; 
  }
  h6{
    letter-spacing: .1px;
    line-height: 1.2;
  }
}



strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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


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

blockquote {
  margin: 0 0 1rem;
}

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

 

.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,
.submitted-message {
  border: 1px solid transparent;
  max-width: 100%;
  font-family: Lato, sans-serif;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-style: solid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .2s;
  transition: .2s;
  white-space: normal;
  font-family: Gotham Medium,sans-serif;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 1px;
  min-height: 44px;
  min-width: 168px;
  text-transform: uppercase;
  background-size: 100% 100%;
  padding: 16px 25px 0;
  margin-top: 10px;
   margin-bottom: 10px;
  background-image: url(https://7610660.fs1.hubspotusercontent-na1.net/hubfs/7610660/raw_assets/public/Boveda_December2020/images/button-bg-trans-and-tan-160.png);
}

.hs-button:hover, .hs-button:focus {
  background-image: url(https://7610660.fs1.hubspotusercontent-na1.net/hubfs/7610660/raw_assets/public/Boveda_December2020/images/button-bg-brown-160.png);
  border-color: #21222a;
  
  color: #fff;
}

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



.hs-form label {
  font-size: 1.83rem;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
}

.hs-input,
.hs-search-field__input,
input#hs-pwd-widget-password{
  width: 100%;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  padding: 4px 6px;
  display:block;
  margin:0;
  vertical-align: middle;
  max-width:100%;
  margin:12px 0px;
}

.hs-input:focus {
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

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

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

.hs-input:-moz-placeholder {
  color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

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

#hs-search-module form input {
  margin-bottom: 20px;
}


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

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}

.hs-error-msgs label{
      color: #e15000;
    font-size: 1.2rem;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

.modal {
  z-index: 1050;
}
.fade {
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}

@media (min-width: 576px){
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
}

@media (min-width: 768px){
  .modal .modal-dialog {
    max-width: 738px;
  }
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out,-webkit-transform .3s ease-out;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}

.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.modal-content {
  border: 1px solid rgba(0,0,0,.2);
  border-radius: .3rem;
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid rgba(0,0,0,.2);
  outline: 0;
}
#social-modal .close {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 26px;
  width: 40px;
  cursor: pointer;
  z-index: 1;
  background: transparent;
  border-radius: 0;
  border: 0;
  text-transform: none;
  overflow:visible;
  padding: 0;
}
.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal .modal-body {
  padding: 36px;
  font-size: 1.6rem;
}
#social-modal .social-group {
  margin-bottom: 50px;
}
#social-modal .social-group h2{
  font-family: Futura Std Bold,sans-serif;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: .4px;
  color: #604b3b;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top:0;
}
.social-links {
  margin-left: auto;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.social-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.social-links ul li {
  display: inline-block;
}
.modal-backdrop {
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100vw;
  height: 100vh;
  background-color: #a9e4e1;
}
.modal-backdrop {
  background: rgba(0,0,0,.7);
}
.modal-backdrop.show {
  opacity: 1;
}
#social-modal .social-group:last-of-type {
  margin-bottom: 0;
}
@media(max-width:991px){
  #social-modal .social-group h2 {
    font-size: 2rem;
    letter-spacing: .2px;
    line-height: 2.2rem;
  }
  .desktop-search-dropdown {
    overflow: hidden;
  }
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

.nav-bar-top-of-page .hs_cos_wrapper_type_module {
    width: 100%;
}
.mega_right_sctn:hover .menu_read a {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.primary-nav li.has-submenu:last-child .level-2 {
    left: auto;
    right: 0;
}
.menu_read a:hover {
    color: #A9E4E1;
}
#site-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
  background: #58473d;
}
.body-wrapper {
  max-width: 1800px;
  margin: 0 auto;
  background: #fff;
}
.snackbar {
  background: #a9e4e1;
  text-align: center;
  padding: 7px 50px 5px;
  position: relative;
}
.snackbar p {
  color: #604b3b;
  font-family: Gotham Medium,sans-serif;
  font-size: 1.2rem;
  line-height: 1.5rem;
  text-transform: uppercase;
}
.snackbar p:last-of-type {
  margin-bottom: 0;
}
.snackbar .close-btn {
  position: absolute;
  top: 50%;
  right: 17px;
  height: 12px;
  width: 12px;
  margin-top: -6px;
  background-image: url(https://7610660.fs1.hubspotusercontent-na1.net/hubfs/7610660/raw_assets/public/Boveda_December2020/images/icon-close-dark-brown.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  cursor: pointer;
  border: none;
  display: block;
  -webkit-appearance: none;
  background: transparent;
  border-radius: 0;
  padding: 0;
}

.nav-bar-top-of-page {
  height: 67px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.primary-navbar {
  background: #58473d;
  -webkit-box-shadow: 0 6px 10px -10px #000;
  box-shadow: 0 6px 10px -10px #000;
  top: 0;
}
.no-gutters {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.nav-bar-top-of-page .row {
  position: relative;
  padding: 30px 0 0;
}
.nav-bar-top-of-page .mobile-menu-toggle {
  position: absolute;
  left: 0;
  height: 60px;
  width: 60px;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.nav-bar-top-of-page .mobile-menu-toggle:after {
  content: "";
  display: block;
  width: 16px;
  height: 13px;
  background-image: url(https://7610660.fs1.hubspotusercontent-na1.net/hubfs/7610660/raw_assets/public/Boveda_December2020/images/icon-menu-light-tan.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 23px;
  left: 25px;
}


.mob_opn .nav-bar-top-of-page .mobile-menu-toggle:after {
  width: 15px;
  height: 15px;
  background-image: url(https://7610660.fs1.hubspotusercontent-na1.net/hubfs/7610660/raw_assets/public/Boveda_December2020/images/trigger_open.svg);
  top: 22px;
  left: 25px;
}

.d-none {
  display: none!important;
}
.nav-bar-top-of-page .mobile-account-link {
  position: absolute;
  left: 55px;
  height: 60px;
  width: 42px;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.nav-bar-top-of-page .mobile-search {
  position: absolute;
  right: 55px;
  height: 60px;
  width: 60px;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.nav-bar-top-of-page .mobile-cart {
  position: absolute;
  right: 0;
  height: 60px;
  width: 55px;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #e7cbae;
}
.site-logo-top {
  padding: 0;
  height: 37px;
  width: 172px;
  display: block;
  margin: 0 auto;
}
.nav-bar-top-of-page .shop-now {
  position: absolute;
  right: 0;
}
.desktop-search-dropdown .search-form .search-input-container .mobile-cancel-search-button, 
.more-arrow, 
.store-locator .store-locator-search-from .col>label:not(.checkbox-item), 
.store-table thead th, .type-button-text {
  font-family: Gotham Medium,sans-serif;
  font-size: 1.2rem;
  line-height: 1.9rem;
  letter-spacing: .11px;
}
.more-arrow {
  position: relative;
  text-transform: uppercase;
  color: #604b3b;
  padding-right: 7px;
  display: inline-block;
  margin-right: 15px;
  font-size: 1.2rem;
  line-height: 1.9rem;
  letter-spacing: .11px;
}
.more-arrow, .more-arrow:after {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.more-arrow:after {
  content: "";
  position: absolute;
  top: 3px;
  right: -15px;
  width: 18px;
  height: 13px;
  display: block;
  background-size: 16px auto;
  background-repeat: no-repeat;
  z-index: 1;
}
.more-arrow.more-arrow-green:after {
  background-image: url(https://7610660.fs1.hubspotusercontent-na1.net/hubfs/7610660/raw_assets/public/Boveda_December2020/images/icon-arrow-right-green.svg);
}
a.more-arrow {
  cursor: pointer;
  text-decoration: none!important;
}
.more-arrow.more-arrow-green,
.more-arrow.more-arrow-green:hover {
  color: #a9e4e1;
}
.nav-bar-top-of-page .mobile-search .icon,
.nav-bar-top-of-page .mobile-search svg {
  position: absolute;
  top: 22px;
  right: 15px;
  color: #e7cbae;
}
.nav-bar-top-of-page .mobile-account-link .icon,
.nav-bar-top-of-page .mobile-account-link svg {
  position: absolute;
  top: 22px;
  right: 15px;
  color: #e7cbae;
}
.primary-navbar .row {
  position: relative;
}

.primary-navbar .site-brand {
  width: 85px;
  position: absolute;
  left: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  display: none;
}
.site-logo {
  margin: 0;
  padding: 0;
  height: 55px;
  width: 55px;
  display: block;
  margin-right: 20px;
}
.primary-navbar .site-brand svg {
  width: 100%;
  height: auto;
}


.nav-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.nav-controls li {
  display: block;
}
.nav-controls li:not(:last-of-type) {
  margin-right: 30px;
}
.nav-controls li.nav-item {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.nav-controls li.is-shop-now {
  display: none;
}
.nav-controls li.nav-item a {
  display: block;
  color: #d2c9c3;
}
.nav-controls li.is-shop-now a {
  color: #a9e4e1;
}

.primary-nav{
  width: 100%;
  text-align: center;
}
nav.navigation-primary > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}
nav.navigation-primary > ul > li {
  display: inline-block;
}

nav.navigation-primary>ul > li:not(:last-child) {
  margin-right: 25px;
}

nav.navigation-primary>ul > li > a {
  text-decoration: none!important;
  outline: none;
  color: #d2c9c3;
  text-transform: uppercase;
  font-family: Gotham Medium,sans-serif;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 1px;
  position: relative;
  padding: 20px 0;
}

nav.navigation-primary>ul > li > a,nav.navigation-primary>ul > li > a::before {
  display: block;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
#site-header.page-has-scrolled .nav-controls .is-shop-now, 
#site-header.page-has-scrolled .primary-navbar .site-brand {
  display: block;
}

.desktop-search-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #faf3ed;
  display: none;
}
.desktop-search-dropdown span.dropdown-indicator {
  content: "";
  display: block;
  position: absolute;
  top: -7px;
  height: 7px;
  width: 11px;
  background-image: url(https://7610660.fs1.hubspotusercontent-na1.net/hubfs/7610660/raw_assets/public/Boveda_December2020/images/icon-dropdown-indicator-light-tan.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  right: 186px;
  display:none;
}
.desktop-search-dropdown .search-form {
  padding: 80px 0;
  text-align: center;
}
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-right: 18px;
  padding-left: 18px;
}
.desktop-search-dropdown .search-form .search-input-container {
  position: relative;
  display: inline-block;
  width: 50%;
  margin-right: 20px;
}
.desktop-search-dropdown .search-form .search-input-container:before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 34px;
  height: 16px;
  width: 16px;
  background-image: url(https://7610660.fs1.hubspotusercontent-na1.net/hubfs/7610660/raw_assets/public/Boveda_December2020/images/icon-search-dark-brown.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.desktop-search-dropdown .search-form .search-or {
  font-family: Gotham Medium,sans-serif;
  font-size: 1.6rem;
  letter-spacing: .5px;
  margin-left: 15px;
  margin-right: 15px;
  text-transform: uppercase;
}
#mobile-menu .mobile-search input, 
#site-footer .footer-top-row .footer-navigation-column ul li a, 
.desktop-search-dropdown .search-form input[type=text], 
.dropdown-menu.dropdown-main .main-dropdown-inner .main-dropdown-feature .feature-copy,
.store-locator .location-list-item .location-distance, 
.store-locator .store-locator-search-from .dropdown-toggle,
.store-locator .store-locator-search-from input[type=text], 
.store-locator .store-locator-search-from select, 
.store-table tbody .product-remove, .type-small-text {
  font-family: Gotham Book,sans-serif;
  font-size: 1.2rem;
  line-height: 1.9rem;
}
.desktop-search-dropdown .search-form .search-input-container .mobile-cancel-search-button,
.more-arrow, 
.store-locator .store-locator-search-from .col>label:not(.checkbox-item),
.store-table thead th, .type-button-text {
  font-family: Gotham Medium,sans-serif;
  font-size: 1.2rem;
  line-height: 1.9rem;
  letter-spacing: .11px;
}
.desktop-search-dropdown .search-form .search-input-container .mobile-cancel-search-button {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  text-transform: uppercase;
  height: 46px;
  padding: 17px 15px;
  cursor: pointer;
}
.desktop-search-dropdown .search-form input[type=text] {
  height: 46px;
  width: 100%;
  border: 1px solid rgba(88,71,61,.2);
  border-radius: 0!important;
  padding: 14px 75px;
  color: #58473d;
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #faf3ed!important;
}
.search-form .btn.btn-green {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .2s;
  transition: .2s;
  white-space: normal;
  font-family: Gotham Medium,sans-serif;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 1px;
  min-height: 44px;
  min-width: 168px;
  text-transform: uppercase;
  background-size: 100% 100%;
  color: #604b3b;
  background-color: transparent;
  padding: 0 15px;
  cursor: pointer;
  border: none;
  outline: none!important;
  background-image: url(https://7610660.fs1.hubspotusercontent-na1.net/hubfs/7610660/raw_assets/public/Boveda_December2020/images/button-bg-green-160.png);
}
form#search-form-desktop {
  padding: 0;
}

.search-form .btn.btn-green:hover {
  color: #a9e4e1;
  background-image: url(https://7610660.fs1.hubspotusercontent-na1.net/hubfs/7610660/raw_assets/public/Boveda_December2020/images/button-bg-brown-160.png);
}
.desktop-search-dropdown .search-form #search-form-desktop:after {
  display: block;
  clear: both;
  content: "";
}
#site-header.page-has-scrolled .primary-nav {
  width: auto;
  text-align: left;
  margin-left: 85px;
}
.site-logo-top svg {
  width: 100%;
  height: auto;
}
#mobile-menu {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top:71px;
  background: #fcf4ef;
  z-index: 1000;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  overflow: scroll;
  opacity: 0;
  pointer-events: none;
}
#mobile-menu.hiding {
  opacity: 1;
  pointer-events: all;
}
.snackbar {
  display: none;
}
.primary-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.primary-nav .level-2 {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
}

.primary-nav li.has-submenu {
  position: relative;
}

li.has-submenu:hover >.level-2 {
  opacity: 1;
  visibility: visible;
}

.primary-nav .level-2 {
  background: #faf3eb;
  -webkit-box-shadow: 0 1.7518px 3.84708px rgba(6,57,96,.034102), 0 4.43042px 9.72955px rgba(6,57,96,.048808), 0 9.03764px 19.8474px rgba(6,57,96,.061192), 0 18.6158px 40.8818px rgba(6,57,96,.075898), 0 30px 112px rgba(6,57,96,.11);
  box-shadow: 0 1.7518px 3.84708px rgba(6,57,96,.034102), 0 4.43042px 9.72955px rgba(6,57,96,.048808), 0 9.03764px 19.8474px rgba(6,57,96,.061192), 0 18.6158px 40.8818px rgba(6,57,96,.075898), 0 30px 112px rgba(6,57,96,.11);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-transition: .4s;
  transition: .4s;
  margin: 0 auto;
  text-align: left;
  padding: 25px;
  top: 52px;
  left: 0;
  right: auto;
}

.primary-nav .level-3 li a {
  font-family: Gotham Medium,sans-serif;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: .7px;
  text-decoration: none;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  white-space: nowrap;
}

.primary-nav .level-1 > li.has-submenu:nth-child(7) .level-2,
.primary-nav .level-1 > li.has-submenu:nth-child(8) .level-2{
  right: 0;
  left: auto;
}

.primary-nav .level-3 li {
  padding-right: 70px;
  margin-bottom: 5px;
  font-size: 1.3rem;
}

.primary-nav .level-1  > li.has-submenu>a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 5px);
  height: 7px;
  width: 11px;
  background-image: url(https://7610660.fs1.hubspotusercontent-na1.net/hubfs/7610660/raw_assets/public/Boveda_December2020/images/dropdown_indicator.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  opacity: 0;
  display: block;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.primary-nav .level-1 > li.has-submenu:hover>a:before {
  opacity: 1;
} 

.primary-nav .level-2 >  li >  a ,
.mega_left_col > li> a{
  font-family: Gotham Medium,sans-serif;
  font-size: 1.8rem;
  letter-spacing: .32px;
  line-height: 1.8rem;
  color: #a59186;
  margin-bottom: 10px;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
}

.primary-nav .level-2 > li > a[href="javascript:;"] {
  cursor: text;
}

.mega_menu .level-2 {
  width: 880px;
  right: 0;
  top: 52px;
  padding: 45px;
}

.primary-nav li.mega_menu {
  position: static;
}

.mega_left_col {
  padding-right: 70px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.mega_wrap_inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mega_right_sctn {
  cursor: pointer;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.mega_left_col > li> a {
  font-family: Gotham Medium,sans-serif;
  font-size: 1.8rem;
  letter-spacing: .32px;
  line-height: 1.8rem;
  margin-bottom: 10px;
  position: relative;
  text-transform: uppercase;
  padding-right: 7px;
  display: inline-block;
  margin-right: 15px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.mega_left_col > li:not(:last-child) .level-3 {
  margin-bottom: 30px;
}

.mega_left_col > li> a:after {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  width: 18px;
  height: 13px;
  display: block;
  background-size: 16px auto;
  background-repeat: no-repeat;
  z-index: 1;
  background-image: url(https://7610660.fs1.hubspotusercontent-na1.net/hubfs/7610660/raw_assets/public/Boveda_December2020/images/icon-arrow-right-dark-brown.svg);
  cursor: default;
}
.mega_left_col>li>a:after {
  background-image: url(https://7610660.fs1.hubspotusercontent-na1.net/hubfs/7610660/raw_assets/public/Boveda_December2020/images/icon-arrow-right-tan.svg);
}
.mega_left_col > li> a:hover:after {
  margin-right: -2px;
}

.menu_feat_img {
  margin-bottom: 15px;
}

.menu_feat_img img {
  height: auto;
  width: 100%;
  vertical-align: middle;
  max-width: 100%;
}

.menu_feat_txt p {
  font-family: Gotham Book,sans-serif;
  font-size: 1.2rem;
  line-height: 1.9rem;
  color: #604b3b;
  margin: 0;
}

.menu_read {
  overflow: hidden;
  display: inline-block;
}

.menu_read a {
  font-family: Gotham Medium,sans-serif;
  position: relative;
  text-transform: uppercase;
  color: #604b3b;
  padding-right: 7px;
  display: inline-block;
  margin-right: 15px;
  font-size: 1.2rem;
  line-height: 1.9rem;
  letter-spacing: .11px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  cursor: pointer;
  text-decoration: none;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.menu_read a:after {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  content: "";
  position: absolute;
  top: 3px;
  right: -15px;
  width: 18px;
  height: 13px;
  display: block;
  background-image: url(https://7610660.fs1.hubspotusercontent-na1.net/hubfs/7610660/raw_assets/public/Boveda_December2020/images/icon-arrow-right-dark-brown.svg); 
  background-size: 16px auto;
  background-repeat: no-repeat;
  z-index: 1;
}

.menu_read a:hover {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.page-has-scrolled .mega_menu .level-2{
  margin:0;
}
.nav-bar-top-of-page .mobile-cart .icon,
.nav-bar-top-of-page .mobile-cart svg {
  position: absolute;
  top: 21px;
  right: 25px;
  color: #e7cbae;
}


.search-icon-desk:after,
.search-icon-mobile:after{
  content: "";
  display: block;
  position: absolute;
  bottom: -13px;
  height: 7px;
  width: 11px;
  background-image: url(https://7610660.fs1.hubspotusercontent-na1.net/hubfs/7610660/raw_assets/public/Boveda_December2020/images/icon-dropdown-indicator-light-tan.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.search-icon-mobile:after{
  right: 19px;
  bottom: -5px;
}
a#search-toggle-desktop{
  position: relative;
}






@media(max-width:991.98px){
  div#mobile-menu .level-1 >li:nth-child(1) a:after {
    content: "";
    position: absolute;
    top: 19px;
    left: 141px;
    height: 13px;
    width: 18px;
    background-image: url(https://7610660.fs1.hubspotusercontent-na1.net/hubfs/7610660/raw_assets/public/Boveda_December2020/images/icon-arrow-right-dark-brown.svg);
    background-size: 16px auto;
    background-repeat: no-repeat;
    z-index: 1;
  }

  div#mobile-menu .level-1 >li:nth-child(1) {
    background: #e7cbae;
  }

  div#mobile-menu .level-1 >li:nth-child(1) a {
    position: relative;
  }

  nav.navigation-primary>ul>li:not(:last-of-type) {
    margin-right: 0!important;
  }

  nav.navigation-primary>ul>li {
    display: block;
  }

  #mobile-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .mega_menu .level-2 {
    width: 100%;
    top: 0;
  }

  .mega_left_col {
    padding: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .mega_right_sctn {
    display: none;
  }

  .level-2 {
    display: none;
  }

  nav.navigation-primary>ul>li>a {
    display: block;
    padding: 14px 22px 11px;
    font-family: Gotham Medium,sans-serif;
    font-size: 1.8rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 2.4rem;
  }

  nav.navigation-primary>ul>li {
    display: block;
    border-bottom: 1px solid rgba(96,75,59,.13);
    position: relative;
  }

  nav.navigation-primary>ul>li.has-submenu:before {
    content: "";
    display: block;
    position: absolute;
    top: 21px;
    right: 22px;
    width: 16px;
    height: 10px;
    background-image: url(https://7610660.fs1.hubspotusercontent-na1.net/hubfs/7610660/raw_assets/public/Boveda_December2020/images/mobile_dropdown.svg);
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    cursor:default;
  }

  nav.navigation-primary>ul>li.menu_opn:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .mega_wrap_inr ,
  .level-1 >li:not(.mega_menu) .level-2{
    padding: 14px 22px 11px !important;
    background: #fbf3ec;
    border-top: 1px solid rgba(96,75,59,.13);
  }

  .mega_left_col > li> a {
    font-family: Gotham Medium,sans-serif;
    font-size: 1.7rem;
    line-height: 1.7rem;
  }

  .mega_left_col > li> a:after {
    top: 3px;
  }

  .mega_left_col .level-3 li,
  nav.navigation-primary ul ul>li{
    margin-bottom: 5px;
    font-size: 1.3rem;
  }

  .mega_left_col .level-3 li a ,
  nav.navigation-primary ul ul>li>a{
    font-family: Gotham Medium,sans-serif;
    font-size: 1.3rem;
    color: #58473d;
    text-transform: uppercase;
    letter-spacing: .7px;
    text-decoration: none;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    white-space: normal;
  }

  .mega_left_col >li:not(:last-child) .level-3 {
    margin-bottom: 30px !important;
  }

  .level-2 li > a[href="javascript:;"]:after {
    display: none;
  }

  .level-2 li > a[href="javascript:;"] {
    cursor: text;
  }

}


@media (min-width: 992px){
  #site-header.page-has-scrolled .lp-page .nav-bar-top-of-page {
    height: 26px;
    opacity: 0;
  }
  .primary-nav .level-1 >li:nth-child(1) {
    display: none;
  }
  #mobile-menu{
    display:none;
  }
  #site-header.page-has-scrolled .nav-bar-top-of-page {
    height: 0;
    opacity: 0;
  }
  .nav-bar-top-of-page .mobile-account-link {
    display: none;
  }
  .nav-bar-top-of-page .mobile-menu-toggle {
    display: none;
  }
  .nav-bar-top-of-page .mobile-cart {
    display: none;
  }
  .primary-navbar {
    padding: 0;
  }
  .nav-bar-top-of-page .mobile-search {
    display: none;
  }
  nav.navigation-primary>ul>li:last-child > ul > li > a {
    margin: 0;
}
}
@media (max-width: 1500px){
  nav.navigation-primary > ul > li:not(:last-of-type) {
    margin-right: 18px;
  }
}
@media (max-width: 1200px){
  .nav-controls li:not(:last-of-type) {
    margin-right: 14px;
  }
  nav.navigation-primary > ul > li:not(:last-of-type) {
    margin-right: 13px;
  }
  /*   nav.navigation-primary > ul > li > a {
  font-size: 1.3rem;
} */

  .desktop-search-dropdown .search-form {
    padding: 40px 20px;
  }
}
@media (max-width: 1200px) and (min-width:991px){
  nav.navigation-primary>ul>li>a {
    font-size: 1.3rem;
}
  .page-has-scrolled nav.navigation-primary>ul>li>a {
    font-size: 1.18rem;
}
}

@media (max-width: 1000px){
  .desktop-search-dropdown .search-form input[type=text] {
    padding: 14px 15px 14px 50px;
  }
  .desktop-search-dropdown .search-form .search-input-container {
    width: 35%;
  }
  .desktop-search-dropdown .search-form .search-input-container:before {
    left: 18px;
  }
}
@media(max-width:991px){
#mobile-menu {
    background-color: #FCF4EF !important;
}
  a#search-toggle-desktop {
    display: none;
  }
  .snackbar {
    padding: 10px 30px;
  }
  .snackbar .close-btn {
    height: 10px;
    width: 10px;
  }
  .primary-navbar {
    display: none;
  }
  .site-logo-top {
    width: 140px;
    height: 31px;
    margin: 0 auto;
  }
  .nav-bar-top-of-page .row {
    padding: 20px 0;
  }
  #site-header .container {
    padding-left: 0;
    padding-right: 0;
  }
  .nav-bar-top-of-page .shop-now {
    display: none;
  }
  .nav-bar-top-of-page {
    height: auto;
    -webkit-box-shadow: 0 6px 10px -10px #000;
    box-shadow: 0 6px 10px -10px #000;
  }

}
@media(max-width:767px){
   .search-form .btn.btn-green {
   font-size: 1.3rem;
    letter-spacing: 0;
} 
}
@media (max-width: 768px){

  .desktop-search-dropdown .search-form .search-input-container {
    width: 100%;
  }
  .desktop-search-dropdown .search-form input[type=text] {
    background: transparent;
    padding: 14px 73px 14px 50px;
  }
  .desktop-search-dropdown .search-form .search-input-container:before {
    top: 15px;
    left: 14px;
  }
  .desktop-search-dropdown .search-form {
    padding: 20px;
  }
  .search-form .btn.btn-green {
    width: 49%;
    margin-top: 20px;
  }

  .desktop-search-dropdown .search-form .btn:first-of-type {
    float: left;
  }

  .desktop-search-dropdown .search-form .btn:last-of-type {
    float: right;
  }

  .desktop-search-dropdown .search-form .search-or {
    display: none;
  }
  .desktop-search-dropdown .search-form .search-input-container .mobile-cancel-search-button {
    display: block;
  }
}
@media(max-width:340px){
  .nav-bar-top-of-page .mobile-account-link .icon,
  .nav-bar-top-of-page .mobile-account-link svg {
    right: 8px;
  }
  .nav-bar-top-of-page .mobile-search .icon, 
  .nav-bar-top-of-page .mobile-search svg {
    right: 8px;
  }
  .nav-bar-top-of-page .mobile-search {
    right: 50px;
  }
  .nav-bar-top-of-page .mobile-cart .icon,
  .nav-bar-top-of-page .mobile-cart svg {
    right: 18px;
  }
  .nav-bar-top-of-page .mobile-cart {
    width: 50px;
  }
}


.lp_header .primary-navbar {
    min-height: 52px;
} 

.lp_header .primary-navbar .site-brand {
    top: -2px;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */
#site-footer .footer-top-row {
  padding: 130px 0;
}

#site-footer .footer-top-row h2.footer-section-label {
  color: #e7cbae;
  font-family: Futura Std Medium,sans-serif;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#site-footer .footer-top-row h2 {
  margin-bottom: 25px;
}


#site-footer .footer-top-row h2 {
  margin-bottom: 25px;
}
#site-footer .newsletter-column h2{
  font-family: Futura Std Medium,sans-serif;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 2.2rem;
}
#site-footer .footer-top-row .footer-navigation-column h2,
#site-footer .newsletter-column h2{
  font-size: 1.4rem;
}

#site-footer .newsletter-column p{
  font-family: Gotham Book,sans-serif;
  font-size: 1.2rem;
  line-height: 1.9rem; 
  margin-bottom: 1.4em;
}
.col-lg-4,
.col-lg-8{
  position: relative;
  width: 100%;
  padding-right: 18px;
  padding-left: 18px;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -18px;
  margin-left: -18px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-right: 18px;
  padding-left: 18px;
}

#site-footer .footer-bottom-row {
  padding: 40px 0;
}
.align-items-center {
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
}
#site-footer .footer-bottom-row .footer-logo {
  height: 50px;
  width: 50px;
  margin-right: 25px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
#site-footer .footer-bottom-row .footer-logo svg {
  width: 100%;
  height: auto;
}
#site-footer .footer-bottom-row .disclaimer {
  font-family: Gotham Book,sans-serif;
  font-size: 1.2rem;
  line-height: 1.9rem;
  color: #604b3b;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
#site-footer .footer-bottom-row .disclaimer a {
  color: #58473d;
  font-weight: 700;
  text-decoration: underline;
  font-family: Gotham Book,sans-serif;
  font-size: 1.2rem;
  line-height: 1.9rem;
}
.social-links {
  margin-left: auto;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.sr-only {
  border: 0;
  clip: rect(0,0,0,0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.social-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
img, svg {
  vertical-align: middle;
}
svg {
  overflow: hidden;
}
.social-links ul li {
  display: inline-block;
}
.social-links ul li:not(:last-of-type) {
  margin-right: 30px;
}
.social-links a {
  display: inline-block;
  color: #604b3b;
}
.social-links .social-icon-facebook svg {
  width: 8px;
  height: auto;
}
.social-links .social-icon-youtube svg {
  width: 21px;
  height: auto;
}
.social-links .social-icon-twitter svg {
  width: 20px;
  height: auto;
}
.social-links .social-icon-instagram svg {
  width: 18px;
  height: auto;
}
.social-links a:hover {
  color: #a9e4e1;
}
#site-footer .footer-top-row .footer-navigation-column ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}

#site-footer .footer-top-row .footer-navigation-column ul li {
  position: relative;
}

#site-footer .footer-top-row .footer-navigation-column ul li a {
  text-decoration: none!important;
  font-size: 1.2rem;
  line-height: 1.9rem;
  font-family: Gotham Book,sans-serif;
}
.newsletter-column .hs-button {
  color: #58473d;
  background-image: url(https://7610660.fs1.hubspotusercontent-na1.net/hubfs/7610660/raw_assets/public/Boveda_December2020/images/button-bg-tan-160.png);
  outline:none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .2s;
  transition: .2s;
  white-space: normal;
  font-family: Gotham Medium,sans-serif;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 1px;
  min-height: 44px;
  min-width: 168px;
  text-transform: uppercase;
  background-size: 100% 100%;
  padding-top: 0px;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top:0px;
}

.newsletter-column .hs-button:hover {
  color: #e7cbae;
  background-image: url(https://7610660.fs1.hubspotusercontent-na1.net/hubfs/7610660/raw_assets/public/Boveda_December2020/images/button-bg-trans-and-tan-160.png);
}
#site-footer .footer-top-row .newsletter-column .hubspot-footer-form .hs-email>label:before {
  content: "Enter Your Email*";
  font-family: Gotham Book,sans-serif;
  font-size: 1.2rem;
  letter-spacing: .1px;
  line-height: 1.9rem;
  color: #e7cbae;
  margin-left:-1px;
}

#site-footer .footer-top-row .newsletter-column .hubspot-footer-form .hs-form-required {
  display: none;
}

#site-footer .footer-top-row .newsletter-column .hubspot-footer-form .hs-email input[type=email] {
  width: 270px;
  border: 1px solid #e7cbae;
  padding: 10px 20px;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #e7cbae;
  font-size: 1.5rem;
  border-radius: 0;
  line-height: inherit;
  font-family: inherit;
  margin-left:-1px;
  max-width:100%;
  margin-top:0px;
}
#site-footer .footer-top-row .newsletter-column .hubspot-footer-form .hs-email {
  margin-bottom: 25px;
}
#site-footer .footer-top-row .newsletter-column .hubspot-footer-form .hs-email input::placeholder {
  visibility: hidden;
}
#site-footer .newsletter-column h2 {
  font-family: Futura Std Medium,sans-serif;
  font-size: 1.5rem;
}

#site-footer .footer-top-row .newsletter-column .hubspot-footer-form .hs-email>label {
  content: "Enter Your Email*";
  font-size: 0;
  display: inline-block;
  margin-bottom: .5rem;
}
footer#site-footer .submitted-message {
    color: rgba(231,203,174,1.0);
}




@media (max-width: 1600px) and (min-width: 991px){
  .row.row-extra-gutters {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 451px){
  #site-footer .footer-top-row .footer-navigation-column ul li:not(:last-of-type) {
    margin-bottom: 2px;
  }
  #site-footer .footer-top-row .footer-navigation-column ul {
    display: block!important;
  }
  #site-footer .footer-top-row .footer-navigation-column ul {
    height: auto !important;
  }
}
@media (min-width: 581px){
  #site-footer .footer-bottom-row .row {
    padding: 0 18px;
  }

}
@media (min-width: 992px){
  #site-footer .footer-top-row h2.footer-section-label{
    line-height:1; 
  }
  #site-footer .newsletter-column h2{
    line-height:1; 
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
}

@media (max-width: 1200px){
  #site-footer .footer-top-row {
    padding: 115px 0;
  }
}
@media (max-width: 991.98px){
  .container>.row:not(.no-gutters) {
    margin-left: -25px;
    margin-right: -25px;
  }
  #site-footer .footer-top-row .newsletter-column {
    margin-bottom: 50px;
  }
  #site-footer .footer-top-row .footer-navigation-column h2{
    line-height: 2.2rem;
  }
  #site-footer .footer-top-row {
    padding: 80px 0;
  }
  #site-footer .footer-top-row .newsletter-column .hubspot-footer-form .hs-email>label {

    line-height: 2.2rem;
  }
}

@media (max-width: 768px){
  .newsletter-column .hs-button {
    font-size: 1.3rem;
    letter-spacing: 0;
    min-width: 145px;
    min-height: 44px;
  }
  #site-footer .footer-top-row {
    padding: 40px 0;
  }
  #site-footer .footer-bottom-row .disclaimer {
    text-align: center;
    padding-top: 25px;
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .social-links {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .social-links ul li:not(:last-of-type) {
    margin-right: 26px;
  }
}

@media (max-width: 580px){
  #site-footer .footer-bottom-row {
    padding: 35px 25px;
  }
}
@media (max-width: 576px){
  .row:not(.no-gutters) .col, .row:not(.no-gutters) [class*=col-] {
    padding-right: 25px;
    padding-left: 25px;
  }
  .row:not(.no-gutters) {
    margin-right: -25px;
    margin-left: -25px; 
  }
}
@media (max-width: 450px){
  #site-footer .footer-top-row .footer-navigation-column .row {
    display: block;
    border-top: 1px solid hsla(31,54%,79%,.2);
  }
  #site-footer .footer-top-row .footer-navigation-column .col {
    width: 100%;
    display: block;
    padding: 0;
  }
  #site-footer .footer-top-row .footer-navigation-column h2 {
    padding: 18px;
    border-bottom: 1px solid hsla(31,54%,79%,.2);
    margin-bottom: 0;
  }
  .newsletter-column .hs-button {
    font-size: 1.3rem;
    letter-spacing: 0;
    min-width: 145px;
    min-height: 44px;
  }

  #site-footer .footer-top-row .footer-navigation-column ul {
    padding: 15px 0;
    border-bottom: 1px solid hsla(31,54%,79%,.2);
    display: none;
  }

  #site-footer .footer-top-row .footer-navigation-column h2:after {
    content: "";
    display: block;
    width: 16px;
    height: 10px;
    position: absolute;
    top: 23px;
    right: 18px;
    background-image: url(https://7610660.fs1.hubspotusercontent-na1.net/hubfs/7610660/raw_assets/public/Boveda_December2020/images/icon-arrow-down-weird-tan.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    z-index: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  #site-footer .footer-top-row {
    padding-bottom: 0;
  }
  #site-footer .footer-top-row .footer-navigation-column ul li a {
    padding: 5px 18px;
    display: inline-block;
  }
  #site-footer .footer-top-row .footer-navigation-column .menu-is-open h2:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@media (max-width: 768px) and (min-width: 451px){
  #site-footer .footer-top-row .footer-navigation-column .col {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    margin-bottom: 50px;

  }
}

@media (max-width: 370px){
  #site-footer .footer-bottom-row .footer-logo {
    height: 58px;
    width: 58px;
    margin-right:0px;
  }
  .social-links ul li:not(:last-of-type) {
    margin-right: 18px;
  }
}
/* ******************************************************************************
*********************************************************************************
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
*********************************************************************************
****************************************************************************** */
img {
  max-width: 100%;
  height: auto;
}
.hs-blog-banner {
  display: table;
  width: 100%;
  vertical-align: middle;
  height: 300px;
  background-size: cover;
  background-position: center;
}
.blog-banner-overlay {
  display: table-cell;
  vertical-align: middle;
}
ul#blog-categories-tabs>li.active>a:after {
  content: "";
  width: 11px;
  height: 6px;
  background-image: url(https://7610660.fs1.hubspotusercontent-na1.net/hubfs/7610660/raw_assets/public/Boveda_December2020/images/icon-current-category-dark-brown.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}


.hs-blog-banner .row-extra-gutters {
  display: flex;
  justify-content: center;
}
.hs-blog-banner .type-page-title {
  text-align: center;
  color: #e7cbae;
  text-transform: uppercase;
  font-family: Futura Std Bold,sans-serif;
  font-size: 4.8rem;
  line-height: 4.5rem;
  letter-spacing: .43px;
  margin-bottom: .5em;
  font-weight: 400;
  padding-right: 18px;
  padding-left: 18px;
}



.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.category-navigation {
  z-index: 1;
  position: relative;
  background-color: #f5e9dd;
}
.category-navigation .col-12 {
  overflow: scroll;
}
.category-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.category-navigation ul>li {
  display: block;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.category-navigation ul>li>a {
  display: block;
  font-family: Gotham Medium,sans-serif;
  font-size: 1.2rem;
  color: #604b3b;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  padding: 28px 0 24px;
  margin-right: 40px;
  position: relative;
}
.category-navigation ul>li.active>a:after {
  content: "";
  width: 11px;
  height: 6px;
  background-image: url(https://7610660.fs1.hubspotusercontent-na1.net/hubfs/7610660/raw_assets/public/Boveda_December2020/images/icon-current-category-dark-brown.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.category-navigation:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 45px;
  background: #f4e9dc;
  z-index: 1;
}
.category-navigation:after {
  position: absolute;
  content: "";
  top: 30px;
  bottom: 0;
  right: 25px;
  width: 7px;
  height: 12px;
  background-image: url(https://7610660.fs1.hubspotusercontent-na1.net/hubfs/7610660/raw_assets/public/Boveda_December2020/images/icon-right-arrow-brown.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: 2;
}

a.block-link-reset {
  display: block;
  text-decoration: none!important;
}

.blog-listings {
  padding-top: 100px;
}

.col-lg-6 {
  position: relative;
  width: 100%;
  padding-right: 18px;
  padding-left: 18px;
}
.blog-post-list-item .img-container {
  margin-bottom: 12px;
}
.blog-post-list-item.featured-blog-post-list-item .img-container {
  margin-bottom: 35px;
}
.img-container img {
  display: block;
  width: 100%;
  height: auto;
}
.type-button-text.color-dark-brown.text-uppercase {
  margin-bottom: 5px;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-family: Gotham Medium,sans-serif;
  line-height: 1.9rem;
  letter-spacing: .11px;
  color: #604b3b;
}

.post-title.color-dark-brown {
  color: #604b3b;
  font-family: Gotham Book,sans-serif;
}

.blog-col-3  {
  position: relative;
  width: 100%;
  padding-right: 18px;
  padding-left: 18px;
}
.justify-content-center {
  -webkit-box-pack: center!important;
  -ms-flex-pack: center!important;
  justify-content: center!important;
}

.standard-pagination ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.standard-pagination ul a {
  display: inline-block;
}
.standard-pagination ul a {
  position: relative;
}
.standard-pagination ul a {
  min-width: 48px;
  text-align: center;
  text-decoration: none;
  padding: 14px 20px 12px;
  color: #604b3b;
  font-family: Gotham Book,sans-serif;
  font-size: 1.6rem;
  line-height: 2.3rem;
}
.standard-pagination ul .prev-link:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 16px;
  background: url(https://7610660.fs1.hubspotusercontent-na1.net/hubfs/7610660/raw_assets/public/Boveda_December2020/images/icon-caret-left-dark-brown.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-right: 8px;
  position: relative;
  top: 1px;
}
.standard-pagination ul a.active, .standard-pagination ul a:hover {
  background: #a9e4e1;
}
.standard-pagination ul .next-link:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 16px;
  background: url(https://7610660.fs1.hubspotusercontent-na1.net/hubfs/7610660/raw_assets/public/Boveda_December2020/images/icon-caret-right-dark-brown.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-left: 8px;
  position: relative;
  top: 1px;
}
.type-text.color-dark-brown {
  font-size: 1.4rem;
  line-height: 1.9rem;
  letter-spacing: .12px;
  font-family: Gotham Book,sans-serif;
  color: #604b3b;
}
@media (max-width: 1700px) and (min-width: 769px){
  .hs-blog-banner .blog-banner-overlay {
    padding-left: 40px;
  }
}
@media (max-width: 1600px) and (min-width: 991px){
  .hs-blog-banner .row-extra-gutters {
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 576px){
  .blog-col-3  {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px){
  .blog-listings {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .mb-md {
    margin-bottom: 75px;
  }

  .blog-col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px){
  .post-title.color-dark-brown {
    font-size: 2.3rem;
    line-height: 2.4rem;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .blog-col-3  {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (max-width: 991.98px){
  .blog-post-list-item {
    margin-bottom: 50px;
  }
  .standard-pagination ul a:not(.next-link) {
    display: none;
  }
  .standard-pagination ul .prev-link {
    display: block!important;
  }
  .standard-pagination ul .next-link {
    margin-left: auto;
  }
  .standard-pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .standard-pagination ul a {
    background: #a9e4e1;
  }
  .blog-post-list-item.featured-blog-post-list-item .img-container {
    margin-bottom: 12px;
  }
  .hs-blog-banner .type-page-title {
    font-size: 2.8rem;
    line-height: 1.1;
    letter-spacing: .25px;
  }
}

@media (max-width: 767.98px){
  .blog-listings {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 576px){
  .hs-blog-banner .type-page-title {
    padding-right: 25px;
    padding-left: 25px;
  }
}




/* Blog Post */
.col-md-8 {
  width: 100%;
  padding-right: 18px;
  padding-left: 18px;
}
.no-gutters>.col, .no-gutters>[class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.more-arrow.more-arrow-left:after {
  right: auto;
  left: -22px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 0;
}
.more-arrow {
  position: relative;
  text-transform: uppercase;
  color: #604b3b;
  padding-right: 7px;
  display: inline-block;
  margin-right: 15px;
  font-size: 1.2rem;
  line-height: 1.9rem;
  letter-spacing: .11px;
  margin-left: 40px;
}
.more-arrow:after {
  content: "";
  position: absolute;
  top: 3px;
  right: -15px;
  width: 18px;
  height: 13px;
  display: block;
  background-image: url(https://7610660.fs1.hubspotusercontent-na1.net/hubfs/7610660/raw_assets/public/Boveda_December2020/images/icon-arrow-right-dark-brown.svg);
  background-size: 16px auto;
  background-repeat: no-repeat;
  z-index: 1;
}
.more-arrow, .more-arrow:after {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.post-header {
  margin-top: 10px;
}

.hs-blog-post .post-header {
  margin-bottom: 60px;
}

.hs-blog-post .container-fluid {
  padding: 18px!important;
}
.hs-blog-post  .post-header .post-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
.hs-blog-post .post-header .post-details .post-primary-category {
  color: rgba(88,71,61,.5);
  text-transform: uppercase;
  margin-bottom: 5px;
  text-decoration:none;
}
.hs-blog-post  .post-title {
  font-family: Futura Std Bold,sans-serif;
  font-size: 3.6rem;
  line-height: 3.7rem;
  letter-spacing: .34px;
  color: #604b3b;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: .5em;
  font-weight: 400;
}
.hs-blog-post .more-arrow.more-arrow-left {
  padding-left: 7px;
  padding-right: 0;
  margin-left: 15px;
}
.hs-blog-post .page-content{
  padding-bottom:100px; 
}
.hs-blog-post .page-content p{
  font-size: 1.6rem; 
}
.text-center {
  text-align: center;
}
.text-uppercase {
  text-transform: uppercase;
}
.hs-blog-post .featured-blog-posts {
  background-color: #f5e9dd;
}
.block-link-resetblog-post-list-item {
  text-decoration: none;
}
.post-date {
  font-family: Gotham Book,sans-serif;
  font-size: 1.2rem;
  color: #604b3b;
  margin-top: 20px;
  text-transform: uppercase;
}

.block-heading-row {
  margin-bottom: 35px;
  position: relative;
}
.block-heading-row .more-arrow {
  font-size: 1.2rem;
  line-height: 1.9rem;
  letter-spacing: .11px;
}
.block-heading-row .more-arrow.top-right-locked {
  position: absolute;
  top: 20px;
  right: 20px;
}
.col.text-center {
  padding-right: 18px;
  padding-left: 18px;
}
.more-arrow:hover:after {
  margin-right: -2px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.hs-blog-post .blog-post__body {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1024px){
  .hs-blog-post .block-heading-row.has-top-right-locked {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hs-blog-post .block-heading-row .more-arrow.top-right-locked {
    position: relative;
    top: auto;
    right: auto;
    text-align: center;
    margin: 15px auto 0;
  }
}
@media(max-width:991px){
  .hs-blog-post .featured-blog-posts h2.type-title,
  .hs-blog-post .post-title{
    font-size: 2.8rem;
    letter-spacing: .25px;
    line-height: 2.9rem;
  }
  .hs-blog-post .blog-post-list-item:nth-of-type(odd) {
    padding-right: 12px!important;
  }
  .hs-blog-post .blog-post-list-item:nth-of-type(2n) {
    padding-left: 12px!important;
  }
  .hs-blog-post .featured-blog-posts .blog-col-3{    
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .hs-blog-post .blog-post__body {
    padding-right: 25px;
    padding-left: 25px;
    max-width:100%;
  }

}
@media(max-width:767.98px){
  .hs-blog-post .featured-blog-posts {
    padding-top: 60px;
    padding-bottom: 60px;
  } 
}
@media (max-width: 576px){
  .hs-blog-post .blog-post__body {
    padding-right: 25px;
    padding-left: 25px;
  }

}
@media (min-width: 768px){

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .hs-blog-post  .featured-blog-posts {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #f5e9dd;
  }
}
@media (max-width: 576px){
  .hs-blog-post .row:not(.no-gutters) .col, .hs-blog-post .row:not(.no-gutters) [class*=col-] {
    padding-right: 25px;
    padding-left: 25px;
  }
  .category-navigation ul>li>a { 
    padding: 28px 5px 24px 0; 
  }
}
@media (min-width: 992px){
  .hs-blog-post .featured-blog-posts .type-title {
    font-family: Futura Std Bold,sans-serif;
    font-size: 3.6rem;
    line-height: 3.7rem;
    letter-spacing: .34px;
    color: #604b3b;
    margin-bottom:0px;
  }

}

@media(max-width:479px){
  .hs-blog-post .featured-blog-posts .blog-col-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 25px !important;
    padding-left: 25px !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

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

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

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

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


.content-wrapper{
  margin:0 auto; 
}
.error-page .hs-button {
  margin: 0 auto;
  text-align: center;
}

.systems-page form {
  width: 670px;
  max-width: 100%;
}
ul.no-list.hs-error-msgs {
  padding: 0;
  margin: 0;
}

#email-prefs-form {
  width: 100%;
}
input#hs-pwd-widget-password {
  height: auto!important;
}

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


.error-page {
  z-index: 1;
}

footer#site-footer {
  overflow-x: hidden;
}
.systems-page input#hs-login-widget-remember {
  width: auto !IMPORTANT;
  display: inline-block;
}


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

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

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

/* Colors */
.text-color-blue{
color:#7EDDD3;
}
.text-color-brown{
color:#5A493E;
}
.text-color-tan{
color:#E1C3A0;
}
.hover-text-color-blue:hover{
color:#7EDDD3;
}
.hover-text-color-brown:hover{
color:#5A493E;
}
.hover-text-color-tan:hover{
color:#E1C3A0;
}
.bg-color-blue{
background-color: #7EDDD3;
}

.bg-color-brown{
background-color: #5A493E;
}

.bg-color-tan{
background-color: #E1C3A0;
}

.hover-bg-color-blue:hover{
background-color: #7EDDD3;
}

.hover-bg-color-brown:hover{
background-color: #5A493E;
}

.hover-bg-color-tan:hover{
background-color: #E1C3A0;
}
/* Colors */
.border-color-blue{
  border-color: #7EDDD3;
}
.border-color-brown{
  border-color: #5A493E;
}
.border-color-tan{
  border-color: #E1C3A0;
}
.hover-border-color-blue:hover{
  border-color: #7EDDD3;
}
.hover-border-color-brown:hover{
  border-color: #5A493E;
}
.hover-border-color-tan:hover{
  border-color: #E1C3A0;
}

.bt-color-blue{
  border-top-color: #7EDDD3;
}
.bt-color-brown{
  border-top-color: #5A493E;
}
.bt-color-tan{
  border-top-color: #E1C3A0;
}
.br-color-blue{
  border-right-color: #7EDDD3;
}
.br-color-brown{
  border-right-color: #5A493E;
}
.br-color-tan{
  border-right-color: #E1C3A0;
}
.bb-color-blue{
  border-bottom-color: #7EDDD3;
}
.bb-color-brown{
  border-bottom-color: #5A493E;
}
.bb-color-tan{
  border-bottom-color: #E1C3A0;
}
.bl-color-blue{
  border-left-color: #7EDDD3;
}
.bl-color-brown{
  border-left-color: #5A493E;
}
.bl-color-tan{
  border-left-color: #E1C3A0;
}

/* Sizes */
.border-size-0{
border-width: 0px;
}
.border-size-1{
border-width: 1px;
}
.border-size-2{
border-width: 2px;
}
.border-size-3{
border-width: 3px;
}
.border-size-4{
border-width: 4px;
}
.border-size-5{
border-width: 5px;
}
.cursor-pointer{
cursor: pointer;
}
.cursor-help{
cursor: help;
}
.cursor-wait{
cursor: wait;
}
.cursor-crosshair{
cursor: crosshair;
}
.cursor-not-allowed{
cursor: not-allowed;
}
.cursor-grab{
cursor: grab;
}
.cursor-zoom-in{
cursor: zoom-in;
}