/* ******************************************************************************
*********************************************************************************
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 {
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid,
.page-center {
  max-width: 1200px;
  width: 95%;
  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;
  }
  .dnd-section > .row-fluid,
  .page-center {
    /* width: 90%; */
    width : 100% ;
  }
  .dnd-section .hs-image-widget
  {
    width : 100% ;
  }
}
@font-face {
  font-family: "Gotham Condensed Light";
  src: url("https://7610660.fs1.hubspotusercontent-na1.net/hubfs/7610660/Boveda_May2020_Theme/Fonts/GothamCond-Light.eot#iefix") format("embedded-opentype"),
    url("https://7610660.fs1.hubspotusercontent-na1.net/hubfs/7610660/Boveda_May2020_Theme/Fonts/GothamCond-Light.woff") format("woff"),
    url("https://7610660.fs1.hubspotusercontent-na1.net/hubfs/7610660/Boveda_May2020_Theme/Fonts/GothamCond-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Gotham Book";
  src: url("https://7610660.fs1.hubspotusercontent-na1.net/hubfs/7610660/Boveda_May2020_Theme/Fonts/Gotham-Book.eot#iefix") format("embedded-opentype"),
    url("https://7610660.fs1.hubspotusercontent-na1.net/hubfs/7610660/Boveda_May2020_Theme/Fonts/Gotham-Book.woff") format("woff"),
    url("https://7610660.fs1.hubspotusercontent-na1.net/hubfs/7610660/Boveda_May2020_Theme/Fonts/Gotham-Book.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Gotham Medium";
  src: url("https://7610660.fs1.hubspotusercontent-na1.net/hubfs/7610660/Boveda_May2020_Theme/Fonts/Gotham-Medium.eot#iefix") format("embedded-opentype"),
    url("https://7610660.fs1.hubspotusercontent-na1.net/hubfs/7610660/Boveda_May2020_Theme/Fonts/Gotham-Medium.woff") format("woff"),
    url("https://7610660.fs1.hubspotusercontent-na1.net/hubfs/7610660/Boveda_May2020_Theme/Fonts/Gotham-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Gotham Bold";
  src: url("https://7610660.fs1.hubspotusercontent-na1.net/hubfs/7610660/Boveda_May2020_Theme/Fonts/Gotham-Bold.eot#iefix") format("embedded-opentype"),
    url("https://7610660.fs1.hubspotusercontent-na1.net/hubfs/7610660/Boveda_May2020_Theme/Fonts/Gotham-Bold.woff") format("woff"),
    url("https://7610660.fs1.hubspotusercontent-na1.net/hubfs/7610660/Boveda_May2020_Theme/Fonts/Gotham-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 800;
}
@font-face {
  font-family: "Gotham Black";
  src: url("https://7610660.fs1.hubspotusercontent-na1.net/hubfs/7610660/Boveda_May2020_Theme/Fonts/Gotham-Black.eot#iefix") format("embedded-opentype"),
    url("https://7610660.fs1.hubspotusercontent-na1.net/hubfs/7610660/Boveda_May2020_Theme/Fonts/Gotham-Black.woff") format("woff"),
    url("https://7610660.fs1.hubspotusercontent-na1.net/hubfs/7610660/Boveda_May2020_Theme/Fonts/Gotham-Black.ttf") format("truetype");
  font-style: normal;
  font-weight: 800;
}
@font-face {
  font-family: "FuturaStandardMedium";
  src: url("https://7610660.fs1.hubspotusercontent-na1.net/hubfs/7610660/Boveda_May2020_Theme/Fonts/FuturaStdMedium.otf") format("opentype"),
    url("https://7610660.fs1.hubspotusercontent-na1.net/hubfs/7610660/Boveda_May2020_Theme/Fonts/FuturaStdMedium.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

body {
  line-height: 1;
  font-family: 'sans-serif', sans-serif;
  font-size: 1rem;
  color: #494a52;
}

p {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  margin: 0 0 1em;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
  font-weight: bold;
 
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0.5em 0 1em;
  line-height: 1.35em;
  font-weight: 700;
  font-family: sans-serif;
  color: #494a52;
  word-break: break-word;
}

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

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-family: sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: .9rem;
}

strong, b {
  font-weight: 800;
  font-family: 'Gotham Black', sans-serif;
}

code {
  vertical-align: bottom;
}

p, ol, ul, blockquote, dl {
  line-height: 1.5em;
}
ul, ol {
  padding: 0;
  margin: 0 0 0 1.4em;
}
ul li,
ol li {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}
img {
    max-width: 100%;
    width: auto;
    height: auto;
}
/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: none;
}

.disable-focus-styles :focus {
  outline: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  font-family: sans-serif;
}
h3.form-title {
  margin: 0 0 40px;
  font-size: 1.71429em;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
}
.hs-button {
  width : 100% ;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  padding: 15px 53px;

  font: 400 13.3333px 'Gotham Black';
  text-decoration: none;
  /* font-size: 1.14286em; */
  font-size : 12px ;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 14px;
  margin-top: 15px;
  white-space: normal;
}

.hs-button:hover, .hs-button:focus {
  background-color: rgba (119,218,212,1.0);
  border-color: #21222a;

  color: #604b3b;
}

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


.hs-form label,
.hs-form-field > label {
  font-size: .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-fieldtype-text > label ,
.hs-fieldtype-select > label ,
.hs-fieldtype-textarea > label ,
.hs-fieldtype-number > label
{
  display : none ;
}

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

.hs-input,
input#hs-pwd-widget-password {
  background-color : transparent ;
  box-sizing: border-box;
  border: 2px solid #77DAD4;
  font-size: 0.85714em;
  color: #604a3c;
  padding: 13px 12px 12px;
  font-weight: bold;
  display: block;
  width: 100%;
  max-width: 767px;
}
input#hs-pwd-widget-password  {
  height: auto !important;
}
.hs-input[type=checkbox]
{
  cursor: pointer;
  padding: 0;
  margin: 0px 5px 3px 0px;
  line-height: 20px;
  border: none;
  height: 18px;
  width: 18px;
  background-color: #77dad4;
 
}
.hs-input[type=radio] {
  cursor: pointer;
  padding: 0;
  margin: 0px 5px 3px 0px;
  line-height: 20px;
  border: none;
  height: 18px;
  width: 18px;
  background-color: #77dad4;
  border-radius: 50%;
}

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

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

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

.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;
  min-height : 96px ;
}

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

.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;
}
.systems-page .form-container .hs-form-field>label,
.systems-page .form-container .hs-input[type=checkbox] {
  display: inline-block;
}
.systems-page .form-container {
  margin-bottom: 20px;
}
.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,
.hs-form-field {
  margin-bottom: 15px;
}

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

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

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

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: sans-serif;
}
@media (max-width: 767px) {

  form.hs-form {
    margin-bottom: 30px;
  }
  
}

.hs-submit::after
{
    display : block ;
    margin : 4px 0 1em ;
    text-align : center ;
    word-break : break-word ;
    color : #604B3B ;
    line-height : 1.35em ;
    font-family : 'Gotham Book' , sans-serif ;
    font-size : 12px ;
    font-weight : 700 ;
    content : '' ;
}

.legal-consent-container .hs-richtext p ,
.legal-consent-container .hs-form-booleancheckbox-display p
{
  margin-bottom : 4px ;
  color : #604B3B ;
  font-size : 12px ;
}
.submitted-message a ,
.legal-consent-container .hs-richtext a
{
  text-decoration : underline ;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
.top-header-wrapper,
.bottom-header-wrapper {
  background-color: #604a3d;
  background: url('https://7610660.fs1.hubspotusercontent-na1.net/hubfs/7610660/raw_assets/public/Boveda_May2020_Theme/images/header-bg.png') repeat-x center top;  
}
.top-header-wrapper {
  position: relative;
  border-bottom: 2px solid #37271d;
  padding: 10px 0;
}
.custom-header-wrapper .page-center,
.blog-post-container .page-center {
  max-width: 930px;
  width: 90%;
}
.top-header-menu .hs-menu-wrapper > ul {
  margin: 0 auto;
  text-align: center;
  line-height: 0.8em;
  display: block;
}
.top-header-menu .hs-menu-wrapper > ul li {
  margin: 0;
  display: inline-block;
  margin-left: -4px;
  border-left: 2px solid #37271d;
  overflow: hidden;
}
.top-header-menu .hs-menu-wrapper > ul li:first-child {
  border-left: 0;
}
.top-header-menu .hs-menu-wrapper > ul li a {
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.85714em;
  letter-spacing: 2px;
  padding: 0 0 3px 1px;
  line-height: 10px;
  border-bottom: 2px solid transparent;
  color: #e3c19f;
  margin: 10px 30px 6px;
}
.top-header-menu .hs-menu-wrapper > ul li a:hover {
  border-bottom: 2px solid #e3c19f;
}
.bottom-header-inner-wrapper:before,
.bottom-header-inner-wrapper:after {
  content: '';
  display: table;
}
.bottom-header-inner-wrapper:after {
  clear: both;
}
.custom-logo {
  width: 19%;
  margin: 0 2.5%;
  margin: 25px 2.5%;
  float: left;
}
.custom-menu-primary {
  float: left;
  width: 60%;
  display: block;
}

.ecommerce-nav {
  width: 15%;
  float: right;
  margin: 30px 0;
}
.nav__list {
  list-style: none;
    margin: 0;
    margin: 0 auto;
  text-align: center;
}
.nav__list li {
  display: inline;
  margin: 0;
}
.ecommerce-nav li {
  position: relative;
  display: inline-block;
  float: right;
}
.ecommerce-nav li:first-child {
  float: left;
}
.ecommerce-nav li.mobile-only {
  display: none;
}
.nav__list a {
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.85714em;
  letter-spacing: 2px;
  padding: 0 0 3px 1px;
  line-height: 10px;
  border-bottom: 2px solid transparent;
}
.nav-search {
  float: left;
}
.ecommerce-nav a {
  padding: 0;
}
.icon-search {
  display: block;
  width: 22px;
  height: 22px;
  background: url('https://7610660.fs1.hubspotusercontent-na1.net/hubfs/7610660/raw_assets/public/Boveda_May2020_Theme/images/search-icon.svg') no-repeat center top;
}
a.nav-cart {
  float: right;
  width: 52px;
  font-size: 0.85714em;
  letter-spacing: 0;
}
.icon-cart {
  display: inline-block;
  width: 25px;
  height: 18px;
  margin-top: 4px;
  background: url('https://7610660.fs1.hubspotusercontent-na1.net/hubfs/7610660/raw_assets/public/Boveda_May2020_Theme/images/cart-icon.svg') no-repeat center top;
}
.icon-search:hover,
.active .icon-search,
.icon-cart:hover, 
.active .icon-cart { 
  background-position: center bottom;
}
.bg-offwhite {
  background: #fffdfa url('https://7610660.fs1.hubspotusercontent-na1.net/hubfs/7610660/raw_assets/public/Boveda_May2020_Theme/images/bg-offwhite.png') repeat left top;
    }
.row--search {
  z-index: 100;
  position: absolute;
  width: 100%;
  padding: 20px 0;
  -webkit-box-shadow: 0px 10px 80px -30px rgba(0, 0, 0, 0.75);
  -ms-box-shadow: 0px 10px 80px -30px rgba(0, 0, 0, 0.75);
  -o-box-shadow: 0px 10px 80px -30px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 80px -30px rgba(0, 0, 0, 0.75);
  display: none;
}
.search-open .row--search {
  display: block;
}
.row--truncated {
  margin: 0 auto;
  width: 95%;
  max-width: 1120px;
}
.row--truncated .row__cell {
  display: inline;
  float: left;
  position: relative;
  margin-left: 1.785%;
  min-height: 1px;
  width: 100%;
  margin-left: 0;
}
input.header-search__text {
  font: 400 13.3333px Arial;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  background: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  font-weight: bold;
  border: 2px solid #7eddd3;
  width: calc(100% - 230px);
  padding: 15px 20px;
  text-align: left;
  color: #604a3c;
  font-size: 1.5em;
  line-height: 1em;
  letter-spacing: 2px;
  float: left;
  box-sizing: unset;
}
input.header-search__text::-webkit-input-placeholder {
  color: #604a3c;
  text-align: center;
}
input.header-search__text:focus::-webkit-input-placeholder {
  opacity: 0.5;
}
.submit--header {
  font: 400 13.3333px Arial;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  background: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
  background: #7EDDD3;
  color: #604a3c;
  border-top: 2px solid #7EDDD3;
  border-bottom: 2px solid #7EDDD3;
  border-right: 2px solid #7EDDD3;
  text-transform: uppercase;
  padding: 17px 15px 16px;
  font-size: 1.5em;
  line-height: 1em;
  letter-spacing: 2px;
  float: left;
  font-weight: bold;
}
.submit--header:hover {
  cursor: pointer;
  color: #fff;
}
.header-search--clear {
  font: 400 13.3333px Arial;
  outline: none;
  float: left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid #7EDDD3;
  border-left: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  background: none;
  margin: 0;
  padding: 0;
  width: 56px;
  height: 58px;
  position: relative;
  text-align: center;
}
.header-search--clear span {
  display: block;
  position: absolute;
  height: 4px;
  width: 22px;
  border-radius: 2px;
  background: #604a3c;
  left: 16px;
  top: 25px;
}
.header-search--clear span:first-child {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header-search--clear span:last-child {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header-search--clear:hover {
  cursor: pointer;
}
.header-search--clear:active {
  background: #7EDDD3;
}
.header-search--clear:active span {
  background: #fff;
}



@media (min-width: 768px) {
  .scroll-header .bottom-header-outer-wrapper {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
  }
  .scroll-header .top-header-wrapper {
    margin-bottom: 86px;
  }
  .scroll-header .custom-logo {
    text-align: center;
    margin: 15px 2.5%;
  }
  .scroll-header .ecommerce-nav {
    margin: 0;
    margin: 15px 0;
  }
  .mobile-menu-wrapper {
    display: none !important;
  }
}

@media (max-width: 1028px) {
  
  .custom-logo {
    width: 17%;
    margin: 26px 1% 26px 0%;
  }
  .custom-menu-primary {
    width: 67%;
  }


}

@media (max-width: 767px) {
  .top-header-wrapper,
  .row--search {
    display: none !important;
  }
  .top-header-wrapper, .bottom-header-wrapper {
    padding: 18px 0;
  }
  .custom-logo {
    width: 45%;
    max-width: 111px;
    margin: 0 2.5%;
  }
  .custom-menu-primary {
    display: none;
  }
  .ecommerce-nav {
    width: 70px;
    margin: 5px 0 0;
  }
  .ecommerce-nav li.mobile-hide {
    display: none;
  }
  .ecommerce-nav li {
    float: left;
  }
  .ecommerce-nav li.mobile-only {
    display: inline-block;
  }
  a.nav-cart {
    width: 40px;
    margin-right: 13px;
  }
  .icon-cart {
    width: 20px;
    height: 15px;
    margin: 2px 0 0;
    background-size: 20px 30px;
  }
  .mobile-toggle {
    display: block;
    width: 17px;
    height: 17px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .mobile-toggle span {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
    width: 17px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
  }
  .mobile-toggle span:nth-of-type(1) {
    top: 2px;
  }
  .mobile-toggle span:nth-of-type(2), .mobile-toggle span:nth-of-type(3) {
    top: 8px;
  }
  .mobile-toggle span:nth-of-type(4) {
    top: 14px;
  }
  .mobile-open .mobile-toggle span:nth-of-type(1) {
    top: -10px;
    opacity: 0;
  }
  .mobile-open .mobile-toggle span:nth-of-type(2) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .mobile-open .mobile-toggle span:nth-of-type(3) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .mobile-open .mobile-toggle span:nth-of-type(4) {
    top: 26px;
    opacity: 0;
  }
  .row--truncated {
    width: 90%;
  }
  .mobile-menu-wrapper {
    background: #604a3c url(https://7610660.fs1.hubspotusercontent-na1.net/hubfs/7610660/raw_assets/public/Boveda_May2020_Theme/images/bg-brown.png) repeat left top;
    border-top: 2px solid #37271d;
    padding: 20px 0; 
    display: none;
  }
  .mobile-menu-inner-wrapper {
    position: relative;
  }
  input.header-search__text--mobile {
    border: 0;
    font: 400 13.3333px Arial;
    font-weight: bold;
    margin: 0;
    border-radius: 0;
    border: 0;
    width: calc(100% - 85px);
    padding: 23px 0 22px 25px;
    text-align: left;
    color: #e3c19f;
    font-size: 0.85714em;
    letter-spacing: 1px;
    line-height: 1em;
    background: rgba(0, 0, 0, 0.25);
    float: left;
    box-sizing: unset;
  }
  input.header-search__text--mobile::-webkit-input-placeholder {
    color: #e3c19f;
  }
  input.header-search__text--mobile:focus::-webkit-input-placeholder {
    opacity: .5;
  }
  .header-search--submit {
    border: 0;
    font: 400 13.3333px Arial;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    float: left;
    margin: 0;
    padding: 0;
    width: 60px;
    height: 60px;
    text-align: center;
    background: rgba(0, 0, 0, 0.25) url(https://7610660.fs1.hubspotusercontent-na1.net/hubfs/7610660/raw_assets/public/Boveda_May2020_Theme/images/search-icon-tan.svg) no-repeat center center;
  }
  .header-search--submit:hover {
    cursor: pointer;
  }
  .mobile-menu-wrapper .custom-menu-primary {
    display: block !important;
  }
  .mobile-menu-wrapper .custom-menu-primary {
    display: block !important;
    width: 100%;
    margin: 40px 0 0;
    float: none;
  }
  .top-header-menu .hs-menu-wrapper > ul li {
    border: none !important;
    float: none;
    display: block;
    margin: 0 auto;
    border: none;
  }
  .top-header-menu .hs-menu-wrapper > ul li a {
    font-size: 1em;
    line-height: 1em;
    margin: 10px 0 30px;
    padding: 0;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

/* .custom-footer-wrapper .page-center {
  width: 95%;
  max-width: 1120px;
} */
.bottom-footer-wrapper {
  padding: 20px 0;
  background: #604a3c url('https://7610660.fs1.hubspotusercontent-na1.net/hubfs/7610660/raw_assets/public/Boveda_May2020_Theme/images/header-bg.png') repeat-x center top;
    }
.footer-menu ul {
  line-height: 0.8em;
  margin: 0 auto;
  text-align: center;
  display: block;
  list-style: none;
}
.footer-menu ul li {
  margin: 0;
  display: inline-block;
  margin-left: -4px;
  overflow: hidden;
}
.footer-menu ul li a {
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.85714em;
  letter-spacing: 2px;
  padding: 0 0 3px 1px;
  line-height: 10px;
  border-bottom: 2px solid transparent;
  color: #e3c19f;
  margin: 0 20px;
  line-height: 12px;
}
.footer-menu ul li a:hover {
  border-bottom: 2px solid #e3c19f;
}
.modal__body label .hs-form-required {
  opacity: 0;
}
.top-footer-wrapper {
  /* padding: 20px 0 0; */
  background: #fffdfa url('https://7610660.fs1.hubspotusercontent-na1.net/hubfs/7610660/raw_assets/public/Boveda_May2020_Theme/images/bg-offwhite.png') repeat left top;
    position: relative;
    }
.copyright-wrapper {
  position: relative;
}
.copyright p {
  text-align : center ;
  text-transform: uppercase;
  font-size: 16px;
  font-weight : bold ;
  margin : 16px 0 ;
  /* margin: 40px 0 20px; */
}
.footer-logo {
  width: 78px;
  height: 135px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.coyright-content:before,
.coyright-content:after,
.footer-top-content:before,
.footer-top-content:after {
  content: '';
  display: table;
}
.coyright-content:after,
.footer-top-content:after {
  clear: both;
}
.footer-top-content {
  position: relative;
  border-top: 2px solid #604a3c;
}
.top-footer-wrapper .footer-col {
  float: left;
  position: relative;
  width: 15.17917%;
  margin-left: 1.785%;
}
.top-footer-wrapper .footer-col-1 {
  width: 23.66125%;
  float: right;
  margin-left: 0;
}
.top-footer-wrapper .footer-col-2 {
  margin-left: 0;
}
.top-footer-wrapper .footer-col h2 {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 0.85714em;
  line-height: 1em;
  padding: 20px 0;
  border-bottom: 2px dashed #604a3c;
  margin: 0 0 25px;
}
.top-footer-wrapper .footer-col p {
  font-size: 0.85714em;
}
.top-footer-wrapper a {
  color: #604a3c;
}
.top-footer-wrapper a:hover {
  color: #7EDDD3;
}
.top-footer-wrapper .footer-col h3 {
  letter-spacing: 1px;
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: .85714em;
  line-height: 1.5em;
}
.top-footer-wrapper .footer-col-4 h3 {
  letter-spacing: 2px;
  margin: 0 0 1.35em;
}
.top-footer-wrapper .footer-col .button {
  display: block;
  margin-bottom: 1em;
  font-size: 1.14286em;
}
.top-footer-wrapper .footer-col .button .button--link {
  display: block;
  padding: 16px 20px 14px;
  border: 3px solid #604a3c;
  color: #604a3c;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  font-size: 1.14286em;
  text-decoration: none;
  border: 3px solid #7EDDD3;
  color: #7EDDD3;
  padding-top: 12px;
  padding-bottom: 10px;
  text-align: center;
  cursor: pointer;
}
.top-footer-wrapper .footer-col .button .button--link:hover {
  background: #7EDDD3;
  color: #fffdfa;
}
.top-footer-wrapper .inline-list {
  padding: 0;
  list-style: none;
  margin: 0;
  display: inline;
}
.top-footer-wrapper .inline-list li {
  display: inline;
  margin: 0 0 0 15px;
}
.top-footer-wrapper .inline-list li:first-child {
  margin: 0;
}
#FooterBanner
{
  box-sizing : content-box ;
  background-color : #e7cbae ;
  padding : 64px ;
  text-align : center ;
}
#FooterLogo ,
#FooterMotto ,
#FooterNetworks
{
display : inline-block ;
vertical-align : middle ;
}
#FooterLogo
{
  float : left ;
  margin : 0 16px ;
}
#FooterLogo img
{
  width : 174px ;
  max-width : 100% ;
}
#FooterMotto
{
  float : left ;
  margin : 0 16px ;
  text-align : left ;
  font-family : 'Gotham Book' , sans-serif ;
  font-size : 18px ;
}
/*
#FooterMotto img
{
  width : 214px ;
  max-width : 100% ;
}
*/
#FooterNetworks
{
  float : right ;
  margin : 0 16px ;
}
.s_icon {
  display : inline-block ;
  width : 32px ;
  height : 16px ;
  background-size : auto 100% ;
  background-position : center ;
  background-repeat : no-repeat ;
  font-size : 0 ;
  /* float: left; */
  /* margin-right: 1%; */
}
#fb {
  width : 20px ;
  background-image: url('https://7610660.fs1.hubspotusercontent-na1.net/hubfs/7610660/Boveda_May2020_Theme/Images/Fb.png');
    }

#tt {
  width : 24px ;
  background-image: url('https://7610660.fs1.hubspotusercontent-na1.net/hubfs/7610660/Boveda_May2020_Theme/Images/Tt.png');
    }

#ig {
  width : 24px ;
  background-image: url('https://7610660.fs1.hubspotusercontent-na1.net/hubfs/7610660/Boveda_May2020_Theme/Images/Ig.png');
    }

#yt {
  background-image: url('https://7610660.fs1.hubspotusercontent-na1.net/hubfs/7610660/Boveda_May2020_Theme/Images/YT.png');
    }

#em {
  background-image: url('https://7610660.fs1.hubspotusercontent-na1.net/hubfs/7610660/Boveda_May2020_Theme/Images/EM.png');
    }

#FooterClear
{
  clear : both ;
}


@media ( max-width : 874px )
{
  #FooterBanner
  {
    padding-left : 0 ;
    padding-right : 0 ;
  }
  #FooterLogo ,
  #FooterMotto ,
  #FooterNetworks
  {
    float : none ;
    margin : 8px ;
  }
  #FooterNetworks
  {
    margin-top : 0 ;
    margin-bottom : 18px ;
  }
}
@media ( max-width : 441px )
{
  #FooterMotto
  {
    text-align : center ;
  }
}



/*
@media (max-width: 870px) {
  .copyright p {
    margin: 70px 0 20px;
  }
*/



@media (max-width: 767px) {

  .bottom-footer-wrapper {
    padding: 20px 0 50px;
  }
/*   .custom-footer-wrapper .page-center {
    width: 90%;
  } */
  .footer-menu ul {
    text-align: left;
  }
  .footer-menu ul:before,
  .footer-menu ul:after {
    content: '';
    display: table;
  }
  .footer-menu ul:after {
    clear: both;
  }
  .footer-menu ul li {
    width: 50%;
    margin: 0 0 20px;
    float: left;
  }
  .footer-menu ul li a {
    margin: 0;
  }
/*
  .copyright p {
    margin: 110px 0 15px;
  }
*/
  .top-footer-wrapper .footer-col {
    width: 47.3225%;
    margin-left: 3.57%;
    margin-top: 40px;
  }
  .top-footer-wrapper .footer-col-2,
  .top-footer-wrapper .footer-col-4 {
    margin-left: 0;
  }
  .top-footer-wrapper .footer-col-1 {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
  }


}

@media (max-width: 479px) {
  .top-footer-wrapper .footer-col {
    width: 100%;
    margin-left: 0;
  }
  .footer-menu ul li {
    width: 100%;
  }

}

/*
@media (min-width: 768px) {
  .lp-footer .copyright p {
    margin-top: 100px;
  }
}
*/

/**** popup form ****/

.sub_text {
  background-color: white;
  font-weight: normal !important;
  border: 0 !important;
}
#sub_submit {
  text-align: center;
  border: 3px solid #FFF;
  color: #FFF !important;
  display: block;
  padding: 12px 80px 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 1.14286em;
  text-decoration: none;
  cursor: pointer;
}
#sub_submit:hover {
  background-color: white;
  color: #9AD0D5 !important;
}
.sub_text::placeholder {
  color: #a2a2a2 !important;
  font-family: Arial;
  font-weight: 400;
  opacity: 1;
}
.modal__wrapper {
  position: fixed;
  width: 100%;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow-y: scroll; 
}
.modal__container {
  width: 90%;
  max-width: 600px;
  margin: 150px auto;
  background: #fff; 
}

@media (max-width: 767px) {
  .modal__container {
    margin-top: 40px; 
  } 
}

.modal__header {
  padding: 20px 20px 40px; 
}
.modal__header h2 {
  font-size: 1.42857em;
  line-height: 1em;
  letter-spacing: 1px;
  padding: 20px 0 0; 
}

.modal__body {
  padding: 45px 7%; 
}
.modal__body h2 {
  font-size: 1.42857em;
  letter-spacing: 1px;
  line-height: 1.5em; 
  color: #fff;
  margin: auto;
  border: 3px;
  padding: 20px 0 0 50px;
}
.modal__body h3 {
  font: inherit;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 0.85714em;
  margin: 0 0 10px; 
}
.modal__body label {
  font: inherit;
  font-size: .85714em;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 30px;
  display: block;
  margin: 0;
  padding: 0 0 10px;
  font-size: 0.8em;
  color: #fff !important;
  font-weight: normal;
}
.modal__body .hs-fieldtype-checkbox > label {
  font: inherit;
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 1em;
  margin: 0 0 1em;
  line-height: 1.35em;
  color: #604a3c !important;
  padding-top: 14px;
}
.modal__body label.bot50 {
  margin: 0 0 50px; 
}
.modal__body label.flush {
  margin: 0 0 10px; 
}
.modal__body label .label-text {
  display: inline-block;
  width: 120px;
  margin-right: 20px;
  line-height: 1.4em; 
}
.modal__body ul.inputs-list.multi-container {
  margin: 0;
  padding: 0;
}
.modal__body ul.inputs-list.multi-container > li {
  font: inherit;
  font-size: 0.85714em;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 30px;
}
.modal__body ul.inputs-list.multi-container > li label {
  font: inherit;
  color: inherit !important;
  padding: 0;
  margin: 0;
  position: relative;
  top: -1px;
  margin-bottom: -7px;
}
.modal__body input[type=checkbox], .modal__body input[type=radio] {
  box-sizing: unset;
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: 0 10px -3px 0;
  cursor: pointer;
  background: #fff;
  border: 2px solid #604a3c;
  position: relative;
  font-size: 0.85714em;
  -webkit-appearance: none;
  vertical-align: baseline;
}
.modal__body input[type=checkbox]:checked + span:before,
.modal__body input[type=radio]:checked + span:before {
  position: absolute;
  left: 4px;
  top: 5px;
  width: 9px;
  height: 9px;
  background: #7EDDD3;
  content: '';
}
.modal__body input[type=checkbox] + span,
.modal__body input[type=radio] + span {
  margin-left: 5px;
  vertical-align: unset;
}
.modal__body form .hs-button {
  font: 400 13.3333px Arial;
  position: relative;
  text-align: center;
  border: 3px solid #FFF;
  color: #FFF !important;
  display: block;
  padding: 12px 80px 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 1.14286em;
  text-decoration: none;
  cursor: pointer;
  background: transparent;
  margin-top: 46px;
}
.modal__body form .hs-button:hover {
  background-color: white;
  color: #9AD0D5 !important;
}

@media (max-width: 767px) {
  .modal__body label .label-text {
    width: 100%;
    margin: 0 0 5px; 
  } 
  .modal__body form.hs-form {
    margin: 0;
  }
}
.modal__body label .label-text--number {
  vertical-align: top;
  padding-top: 10px; 
}
@media (max-width: 767px) {
  /* line 67, scss/components/modals.scss */
  .modal__body label .label-text--number {
    vertical-align: baseline;
    padding-top: 0; 
  } 
}
.modal__body label .inline-input {
  width: calc(100% - 175px); 
}
@media (max-width: 767px) {
  .modal__body label .inline-input {
    width: calc(100% - 28px); 
  } 
}

.modal__body label .inline-select {
  width: calc(100% - 146px); 
}
@media (max-width: 767px) {
  
  .modal__body label .inline-select {
    width: 100%; 
  } 
}

.modal__body label .inline-number {
  float: none;
  display: inline-block; 
}

.modal__body label .inline-number input[type=number] {
  border-left: none;
  border-right: none; 
}
.modal__body label .input[type=radio] {
  margin-top: 2px; 
}
.modal__body input[type=text], .modal__body input[type=email], .modal__body input[type=number], .modal__body input[type=password], .modal__body select {
  font: 400 13.3333px Arial;
  border: 2px solid #e3c19f;
  font-size: 1em; 
  background-color: white;
  font-weight: normal !important;
  border: 0 !important;
}
.modal__body .hs-form-field {
  margin-bottom: 30px;
}
.modal__body .hs-input::-webkit-input-placeholder {
  color: #a2a2a2 !important;
  font-family: Arial;
  font-weight: 400;
  opacity: 1 !important;
}
.modal__body .hs-input:focus::-webkit-input-placeholder {
  opacity: .5 !important;  
}
.triple-select select {
  width: 30%;
  margin-right: 2%; 
}
.triple-select select:last-child {
  margin-right: 0; 
}
@media (max-width: 767px) {
  .triple-select select {
    width: calc(32% - 4px); 
  } 
}

.form-caption {
  display: inline-block;
  font-size: 0.85714em;
  margin: 5px 0 0 145px;
  text-transform: none; 
}
@media (max-width: 767px) {
  .form-caption {
    margin: 5px 0 0; 
  } 
}
.modal--close {
  display: block;
  float: right;
  height: 19px;
  width: 19px;
  position: relative;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); 
}
.modal--close span {
  display: block;
  position: absolute;
  background: #fff; 
}
.modal--close span:first-child {
  width: 3px;
  height: 19px;
  top: 0;
  left: 8px; 
}
.modal--close span:last-child {
  width: 19px;
  height: 3px;
  left: 0;
  top: 8px; 
}
/* .modal--alt h2 {
  margin: 0 0 40px; 
} */
.text-center {
  text-align: center;
}
.modal--alt .button--first {
  margin: 0 0 30px; 
}
.modal--alt .divider {
  margin: 20px 0;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 0 20px;
  border-bottom: 2px solid #fff; 
}
.modal--alt .triple-select select {
  border: 2px solid #fff;
  color: #604a3c;
  background-color: transparent;
  font-weight: bold; 
}
body.noscroll {
  overflow: hidden; 
}
@media (max-width: 380px) {
  .modal__body form .hs-button {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 790px) and (min-width: 768px) {
  .s_icon {
    margin-right: 0;
  }
}
/* ******************************************************************************
*********************************************************************************
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
*********************************************************************************
****************************************************************************** */

.blog-container .page-center {
  width: 95%;
  max-width: 1120px;
}
.blog-main-title .page-center {
  padding: 50px 0;
}
.panel-title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.85714em;
  margin: 0 0 0.75em;
  letter-spacing: 2px;
}
.row__cell {
  display: inline;
  float: left;
  position: relative;
  margin-left: 1.785%;
  min-height: 1px;
}
.row__cell--span6 {
  width: 49.1075%;
}
.page-center > *:first-child {
  margin-left: 0;
}
.postcount-2, .postcount-3, .postcount-4 {
  margin-bottom: 20px;
}
.postcount-1 a img {
  min-width: 100%;
  margin-bottom: 25px;
}
span.author-date {
  font-style: italic;
  font-size: 0.71429em;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 5px;
  display: block;
  margin-top: 30px;
}
h2.post-title {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.42857em;
  font-weight: bold;
  line-height: 24px;
}
.blog-container a {
  color: #604a3c;
}
span.more-link {
  font-weight: bold;
}
span.more-link:hover {
  color: #6baeb2;
}
.postcount-2 a img, .postcount-3 a img, .postcount-4 a img {
  max-width: 48%;
}
.content-right {
  width: 48%;
  float: right;
}
.content-right span.author-date {
  margin-top: 0;
}
.featured-post-wrapper img {
  width: 100%;
}
.listing-topic-wrapper .page-center {
  background: #7EDDD3;
  padding: 30px 0;
  margin-top: 25px;
  margin-bottom: 40px;
}
.listing-topic-wrapper h3 {
  margin: 0;
  color: #604a3c;
  text-align: center;
  font-size: 1.42857em;
  font-weight: bold;
  line-height: 24px;
  margin-left: 0;
  letter-spacing: 1px;
}
.listing-topic-wrapper ul {
  list-style: none;
  width: 90%;
  text-align: center;
  margin: auto;
  padding: 20px 0 0;
}
.listing-topic-wrapper ul li {
  margin: 0 0 1.5em 1.4em;
  display: inline;
  text-align: center;
  font-weight: bold;
}
span.filter-link-count {
  display: none;
}
.listing-topic-wrapper ul li a {
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 2px solid transparent;
}
.listing-topic-wrapper ul li > a:active,
.listing-topic-wrapper ul li.active > a,
.listing-topic-wrapper ul li a:hover {
  cursor: pointer;
  border-bottom: 2px solid #604a3c;
}
.row__cell--span4 {
  width: 32.14333%;
}
.post-item {
  margin-left: 0;
}
.gutter {
  width: 1.785%;
}
.row__cell--span4.some-categories:nth-of-type(3n - 2) {
  clear: left;
  margin-left: 0;
}
.post-item-wrapper {
  margin-bottom: 30px;
}
.post-item-wrapper img {
  width: 100%;
}
.load-more-wrapper {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 40px;
}
/* .load-more-wrapper {
  display: block !important;
}
.load-more-wrapper.p-hide {
  display: none !important;
} */
p.load-more-button {
  display: inline-block;
  margin-bottom: 0;
}
div#infscr-loading {
  display: none !important;
}
.load-more-wrapper a.load-more-btn-link {
  display: block;
  padding: 16px 20px 14px;
  border: 3px solid #604a3c;
  color: #604a3c;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  font-size: 1.14286em;
  text-decoration: none;
  cursor: pointer;
}
.load-more-wrapper a.load-more-btn-link:hover {
  background: #604a3c;
  color: #7EDDD3;
}
.breadcrumbs {
  margin: 20px auto;
  text-align: center;
  font-size: 0.85714em;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.breadcrumbs a:hover {
  color: #7EDDD3;
}
.blog-post-container {
  padding: 50px 0;
}
h1.post-page-title {
  margin: 0 0 40px;
  font-size: 1.71429em;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
.blog-post__body {
  font-size: 16px;
}
.grecaptcha-badge {
  margin: 0;
}
.comment-date {
  display: block !important;
}
.featured-post-wrapper p {
  font: inherit;
  margin: 0;
  margin-top: 1em;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
.feature-tag-wrap {
  margin-bottom: 1em;
}
.feature-tag-wrap p {
  margin-top: 0;
}

@media (max-width: 767px) {
  .row__cell--span6 {
    width: 100%;
  }
  .row__cell {
    margin-top: 40px;
  }
  .row__cell, .row__cell--span3 {
    margin-left: 0;
  }
  .row__cell:first-child {
    margin-top: 0px;
  }
  .row__cell--span4 {
    width: 100%;
  }
  .blog-container .panel-title {
    margin: 0;
  }
  .postcount-2 a img, .postcount-3 a img, .postcount-4 a img {
    max-width: 100%;
    width: 100%;
  }
  .content-right {
    width: 100%;
    float: none;
    display: block;
  }
  .blog-container .page-center {
    width: 90%;
  }
  .content-right span.author-date {
    margin-top: 30px;
  }
  .postcount-1 a img {
    margin-bottom: 0px;
  }
  .listing-topic-wrapper .page-center {
    padding: 20px 0;
  }
  .listing-topic-wrapper h3 {
    padding: 0 5%;
    text-align: left;
    background: url(https://7610660.fs1.hubspotusercontent-na1.net/hubfs/7610660/raw_assets/public/Boveda_May2020_Theme/images/select-arrow-brown.png) no-repeat 98.5% center;
    cursor: pointer;
  }
  .listing-topic-wrapper ul {
    padding: 10px 0 0;
  }
  .listing-topic-wrapper .block .widget-module {
    display: none;    
  }
  .listing-topic-wrapper ul li {
    width: 100%;
    display: block;
    margin: 10px 0 0;
  }
  


}

/* @media (min-width: 768px) {
  .listing-topic-wrapper ul {
    display: block !important;
  }
  .listing-topic-wrapper h3 {
    pointer-events: none;
  }
} */
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
.systems-page input.email-edit.hs-input {
  width: 100% !important;
  padding: 13px 12px 12px !important;
  font-size: .85714em !important;
}
.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: sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0;
}
.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;
}
.systems-page .success {
  min-width: auto;
  font-size: 1rem;
  max-width: 767px;
  width: 100%;
}
.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: sans-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;
}