/* ******************************************************************************
*********************************************************************************
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;
}
.banner-section .dnd-section>.row-fluid {
  padding: 0;
}
.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 1250px) {
  .dnd-section > .row-fluid {
    padding: 0px 20px 0px 20px;
  }
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */


@font-face { 
  font-family: "Font Awesome 5 Free"; 
  src: url("https://8362842.fs1.hubspotusercontent-na1.net/hubfs/8362842/CopperBuilders_April2021/Fonts/FontAwesome5Free-Regular.eot") format("embedded-opentype"),
    url("https://8362842.fs1.hubspotusercontent-na1.net/hubfs/8362842/raw_assets/public/CopperBuilders_April2021/fonts/FontAwesome5Free-Regular.woff2") format("woff2"),
      url("https://8362842.fs1.hubspotusercontent-na1.net/hubfs/8362842/raw_assets/public/CopperBuilders_April2021/fonts/FontAwesome5Free-Regular.woff") format("woff"),
        url("https://8362842.fs1.hubspotusercontent-na1.net/hubfs/8362842/raw_assets/public/CopperBuilders_April2021/fonts/FontAwesome5Free-Regular.ttf") format("truetype"),
          url("https://8362842.fs1.hubspotusercontent-na1.net/hubfs/8362842/raw_assets/public/CopperBuilders_April2021/fonts/FontAwesome5Free-Regular.svg") format("svg");
            font-style: normal; 
            font-weight: 400; 
            }

@font-face { 
  font-family: "Font Awesome 5 Free";
  src: url("https://8362842.fs1.hubspotusercontent-na1.net/hubfs/8362842/CopperBuilders_April2021/Fonts/FontAwesome5Free-Solid.eot") format("embedded-opentype"),
    url("https://8362842.fs1.hubspotusercontent-na1.net/hubfs/8362842/raw_assets/public/CopperBuilders_April2021/fonts/FontAwesome5Free-Solid.woff2") format("woff2"),
      url("https://8362842.fs1.hubspotusercontent-na1.net/hubfs/8362842/raw_assets/public/CopperBuilders_April2021/fonts/FontAwesome5Free-Solid.woff") format("woff"), 
        url("https://8362842.fs1.hubspotusercontent-na1.net/hubfs/8362842/raw_assets/public/CopperBuilders_April2021/fonts/FontAwesome5Free-Solid.ttf") format("truetype"), 
          url("https://8362842.fs1.hubspotusercontent-na1.net/hubfs/8362842/raw_assets/public/CopperBuilders_April2021/fonts/FontAwesome5Free-Solid.svg") format("svg");
            font-style: normal;
            font-weight: 900;
            }

@font-face { 
  font-family: "Book Antiqua";
  src: url("https://8362842.fs1.hubspotusercontent-na1.net/hubfs/8362842/raw_assets/public/CopperBuilders_April2021/fonts/BookAntiqua.ttf") format("truetype"),
    url("https://8362842.fs1.hubspotusercontent-na1.net/hubfs/8362842/raw_assets/public/CopperBuilders_April2021/fonts/BookAntiqua.woff") format("woff"),
       url("https://8362842.fs1.hubspotusercontent-na1.net/hubfs/8362842/raw_assets/public/CopperBuilders_April2021/fonts/BookAntiqua.woff2") format("woff2"),
          url("https://8362842.fs1.hubspotusercontent-na1.net/hubfs/8362842/raw_assets/public/CopperBuilders_April2021/fonts/BookAntiqua.svg") format("svg");
    font-style: normal;
    font-weight: normal;
    }

@font-face { 
  font-family: "Astra"; 
  src: url("https://8362842.fs1.hubspotusercontent-na1.net/hubfs/8362842/raw_assets/public/CopperBuilders_April2021/fonts/Astra.woff") format("woff"),
    url("https://8362842.fs1.hubspotusercontent-na1.net/hubfs/8362842/raw_assets/public/CopperBuilders_April2021/fonts/Astra.ttf") format("truetype"),
      url("https://8362842.fs1.hubspotusercontent-na1.net/hubfs/8362842/raw_assets/public/CopperBuilders_April2021/fonts/Astra.svg") format("svg");
        font-style: normal; 
        font-weight: normal; 
        }

@font-face { 
  font-family: "Bell MT"; 
  src: url("https://8362842.fs1.hubspotusercontent-na1.net/hubfs/8362842/CopperBuilders_April2021/Fonts/BellMTBold-1.eot") format("embedded-opentype"),
    url("https://8362842.fs1.hubspotusercontent-na1.net/hubfs/8362842/raw_assets/public/CopperBuilders_April2021/fonts/BellMTBold.woff2") format("woff2"),
      url("https://8362842.fs1.hubspotusercontent-na1.net/hubfs/8362842/raw_assets/public/CopperBuilders_April2021/fonts/BellMTBold.woff") format("woff"), 
        url("https://8362842.fs1.hubspotusercontent-na1.net/hubfs/8362842/raw_assets/public/CopperBuilders_April2021/fonts/BellMTBold.ttf") format("truetype"),
          url("https://8362842.fs1.hubspotusercontent-na1.net/hubfs/8362842/raw_assets/public/CopperBuilders_April2021/fonts/BellMTBold.svg") format("svg");
            font-style: normal;
            font-weight: normal;
            }

html {
  font-size: 93.75%;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.85714285714286;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
::selection {
  background-color: #0274be;
  color: #ffffff;
}
::selection {
  color: #fff;
  background: #0274be;
}

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

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

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

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

h2 {
  font-size: 1.6rem;
  line-height: 1.2;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.5;
}

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

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

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-left: 20px;
}

ul li,
ol li {}

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

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

blockquote {
  border-left: 5px solid rgba(0,0,0,.05) !important;
  font-style: italic;
  color: #000000;
  margin: 1.5em 1em 1.5em 3em;
  padding: 1.2em;
  font-size: 1.1em;
  line-height: inherit;
  position: relative;
}

img{
  max-width: 100%;
}

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

.hs-button {
  margin: 20px 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  line-height: 1.1;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 2px;
  border-style: solid;
  border-width: 0;
  white-space: normal;
  font-family: "Open Sans", Sans-serif;
  font-size: 18px;
  padding: 10px 40px;
  
  text-decoration: none;
  box-shadow: 0px 3px 2px 0px rgb(0 0 0 / 50%);
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
  box-shadow: none;
  text-decoration: none;
}

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


.hs-form label {
  font-size: 18px;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: 400;
  text-align: left;
  line-height: 27px;
  padding-top: 0;
  font-family: "Book Antiqua", Sans-serif;
  margin-bottom: 4px;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #ff0000;
  font-weight: bold;
  padding-left: 20px;
  display: block;
  padding-right: 20px;
  font-family: "Book Antiqua", Sans-serif;
  font-size: 18px;
}
div#hs-search-module a.hs-button.primary {
  margin-top: 36px;
}
.hs-input {
  display: inline-block;
  width: 100%;
  height: 36.8px;
  padding: 5px 10px 5px 10px !important;
  font-family: "Open Sans", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  color: #111111;
  border: 1px solid;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}

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

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

textarea.hs-input {
  height: auto;
}

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

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

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

.actions {
  padding: 0;
}

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

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

.field {
  margin-bottom: 18px;
}

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

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

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

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

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

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

.hs-menu-item a {
  display: block;
  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.
*********************************************************************************
****************************************************************************** */

.header {
  background-color: #F8FAFC;
}

.header__container {
  max-width: 1200px;
  margin: 0 auto;
}
.header {
  position: fixed;
  margin-top: 0px;
  margin-bottom: 0px;
  top: 0px;
  border-style: solid;
  border-width: 0px 0px 2px 0px;
  border-color: #CCCCCCCC;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  width: 100%;
  z-index: 9;
}
.header__container {
  justify-content: flex-start !important;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.header_inner {
  justify-content: flex-start !important;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-left-menu {
  width: 23%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-logo {
  width: 54.941%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-number {
  width: 11.581%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-contact-link {
  width: 10.409%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-left-menu-inner {
  margin: 0px 0px 0px 0px;
  padding: 10px 0px 0px 40px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-left-menu-flex {
  align-content: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mobile-rigger {
  position: absolute;
  left: 0;
  margin-bottom: 0px;
  width: 100%;
  text-align: left;
  transition: all 0.5s;
  visibility: visible;
  opacity: 1;
}
.close-trigger {
  position: absolute;
  left: 0;
  transition: all 0.5s;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
}
.menu-open .close-trigger {
  visibility: visible;
  opacity: 1;
}
.mobile-rigger-widget-container {
  margin: 0px 0px 3px 0px;
  padding: 0px 0px 0px 0px;
}
.mobile-rigger-widget-container ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.mobile-rigger-widget-container ul li {
  font-family: "Bell MT", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.mobile-rigger-widget-container ul li a {
  font-family: "Bell MT", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.mobile-rigger-icon-list-text {
  margin-top: -10px;
  color: #566263;
  padding-left: 14px;
  display: inline-block;
  -ms-flex-item-align: center;
  align-self: center;
}
.icon-list-icon {
  text-align: left;
}
.mobile-rigger-widget-container ul li a svg {
  width: 25px;
  margin: -2px 0 0 0px;
  fill: #566263;
  overflow: hidden;
}
.header-logo .header-logo-populated {
  margin: 0px 0px 0px 0px;
  padding: 25px 10px 25px 0px;
}
.header-logo .header-logo-populated {
  margin: 0px 0px 0px 0px;
  padding: 25px 10px 25px 0px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-logo-widget-wrap {
  align-content: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.header-logo-widget-wrap img {
  width: 266px !important;
  height: 52px;
  object-fit: contain;
  vertical-align: middle;
  display: inline-block;
}
.header-logo-widget-wrap>div {
  width: 100%;
  text-align: center;
}
.header-contact.column-wrap {
  margin: 0px 0px 0px 0px;
  padding: 10px 10px 10px 10px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.header-contact.widget-wrap {
  text-align: center;
  width: 100%;
}
.header-contact.widget-wrap .icon-box-icon {
  line-height: 27.8571px;
}
.header-contact.column-wrap a.icon.elementor-animation {
  font-size: 32px;
  display: inline-block;
  line-height: 1;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  text-align: center;
}
.header-contact.column-wrap a.icon.elementor-animation svg {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
  top: -1px;
}
.header-contact.widget-wrap .icon-box-content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.header-contact.widget-wrap .icon-box-content h3.icon-box-title {
  font-family: "Open Sans", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24.51px;
  margin: 0;
}
.header-contact.widget-wrap .icon-box-content h3.icon-box-title a {
  font-family: "Open Sans", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24.51px;
  color: inherit;
}
.header-contact-link svg {
  width: 1em;
  height: 1em;
  position: relative;
  top: -1px;
  display: block;
}
.header-contact-link a.elementor-icon.elementor-animation {
  font-size: 32px;
  display: inline-block;
  line-height: 1;
  text-align: center;
}
.header-contact-link .header-contact.column-wrap {
  padding: 10px 30px 10px 10px;
}
.icon-list-icon {
  text-align: left;
  position: relative;
  top: 2px;
}
.header-contact-link .icon-box-icon a {
  font-size: 32px;
  display: inline-block;
  line-height: 1;
  text-align: center;
}
.header-number .icon-box-icon a {
  font-size: 32px;
  display: inline-block;
  line-height: 1;
  text-align: center;
}
.header-number .icon-box-icon a svg {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
  top: -1px;
}

.menu-open .mobile-rigger {
  visibility: hidden;
  opacity: 0;
}
.menu-open .close-trigger {
  visibility: visible;
}

.close-trigger .close-widget-container {
  margin: 0px 0px 3px 0px;
  padding: 0px 0px 0px 0px;
}
.close-trigger .close-widget-container ul.close-icon-list-items {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.close-icon-list-items li.close-icon-list-item {
  font-family: "Bell MT", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
  line-height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0;
  padding: 0;
  position: relative;
}
nav.uael-nav-menu .hs-menu-wrapper>ul>li>a .sub-arrow:hover {
  border: 1px dotted;
}
ul.close-icon-list-items li.close-icon-list-item a {
  font-family: "Bell MT", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  outline: none;
  text-transform: uppercase;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
ul.close-icon-list-items li.close-icon-list-item a span.icon-list-icon {
  text-align: left;
  margin-top: -4px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa, .fab, .fad, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
i.far.fa-window-close:before {
  content: "\f410";
}

ul.close-icon-list-items li.close-icon-list-item a span.icon-list-icon i.far.fa-window-close {
  font-size: 25px;
  color: #566263;
  width: 1.25em;
  position: relative;
  top: -2px;
}

ul.close-icon-list-items li.close-icon-list-item a span.mobile-rigger-icon-list-text {
  padding-left: 8px;
  margin-top: -10px;
}

.header-menu {
  animation-duration: 0.6s;
  box-shadow: 2px 8px 23px 3px rgb(0 0 0 / 36%);
  margin: 104px 0px 0px 0px;
  width: auto;
  overflow: visible;
  max-width: 100%;
  max-height: 100%;
  border-radius: 0;
  position: fixed;
  top: 0;
  left: -340px;
  width: 320px;
  transition: all 0.5s;
  z-index: 99999;
  bottom: 0;
}
.menu-open .header-menu {
  left: 0;
  transition-delay: .1s;
}
.header-menu-widget-container {
  width: 320px;
  height: 100vh;
  align-items: flex-start;
  max-width: 100vw;
  max-height: 100vh;
  padding: 0;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  font-size: 12px;
  line-height: 1.5;
  max-height: calc(100vh - 104px);
}
.header-menu-widget-container {
  height: 100vh;
  align-items: flex-start;
  max-width: 100vw;
  max-height: 100vh;
  padding: 0;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  font-size: 12px;
  line-height: 1.5;
  max-height: calc(100vh - 104px);
}
.header-menu-nav-menu {
  width: 100%;
}
nav.uael-nav-menu {
  margin-right: auto;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.header-menu-nav-menu {
  width: 100%;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
nav.uael-nav-menu .hs-menu-wrapper>ul {
  margin-right: auto;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
}
nav.uael-nav-menu .hs-menu-wrapper>ul li {
  position: relative;
}
nav.uael-nav-menu .hs-menu-wrapper>ul>li>a {
  font-family: "Book Antiqua", Sans-serif;
  font-size: 18px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
  font-weight: bold;
  outline: none;
  padding: 10px;
  text-decoration: none;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 27px;
}
nav.uael-nav-menu .hs-menu-wrapper>ul>li>ul {
  display: none;
}
nav.uael-nav-menu .hs-menu-wrapper>ul>li>a .sub-arrow {
  padding: 10px;
  border: 1px dotted transparent;
  font-size: 14px;
  line-height: 1;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  margin-top: -10px;
  margin-bottom: -10px;
}
.fa, .fas {
  font-weight: 900;
}
.fa, .far, .fas {
  font-family: "Font Awesome 5 Free";
}
nav.uael-nav-menu .hs-menu-wrapper>ul>li>a .sub-arrow i.fa:before {
  content: '';
}
nav.uael-nav-menu .hs-menu-wrapper>ul>li:nth-child(7)>a, nav.uael-nav-menu .hs-menu-wrapper>ul>li:nth-child(8)>a {
  font-family: "Book Antiqua", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
}
nav.uael-nav-menu .hs-menu-wrapper>ul>li:nth-child(7)>a:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transition-timing-function: cubic-bezier(.58,.3,.005,1);
  transition-timing-function: cubic-bezier(.58,.3,.005,1);
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  width: 1.25em;
  color: #FFFFFF;
  font-size: 20px;
  position: relative !important;
  opacity: 1 !important;
  background: transparent !important;
  content: "\f0e0";
  line-height: 1.5;
}
nav.uael-nav-menu .hs-menu-wrapper>ul>li:nth-child(8)>a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 1.25em;
  color: #FFFFFF;
  font-size: 20px;
  position: relative !important;
  opacity: 1 !important;
  background: transparent !important;
  content: "\f879";
  display: block;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transition-timing-function: cubic-bezier(.58,.3,.005,1);
  transition-timing-function: cubic-bezier(.58,.3,.005,1);
  line-height: 1.5;
}
nav.uael-nav-menu .hs-menu-wrapper>ul>li>ul {
  padding-left: 10px;
}
nav.uael-nav-menu .hs-menu-wrapper>ul>li>ul>li>a {
  font-family: "Bell MT", Sans-serif;
  font-size: 17px;
  font-weight: 600;
  padding-left: 30px;
  padding-right: 10px;
  padding-top: 14px;
  padding-bottom: 14px;
  position: relative;
  background: url(https://8362842.fs1.hubspotusercontent-na1.net/hubfs/8362842/raw_assets/public/CopperBuilders_April2021/images/flecha-apunta-a-la-derecha.png);
  background-repeat: no-repeat;
  background-position: left;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
  line-height: 1;
  text-decoration: none;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
nav.uael-nav-menu .hs-menu-wrapper>ul>li.child-open i.fa:before {
  content: '' !important;
}
.header-outer {
  min-height: 104px;
}
.menu-open nav.uael-nav-menu .hs-menu-wrapper>ul {
  left: 0;
  transition-delay: .3s;
}
nav.uael-nav-menu .hs-menu-wrapper>ul {
  position: relative;
  left: -300px;
  transition: all 0.7s;
}

@media(max-width: 1300px){
  .header-left-menu {
    width: 30%;
  }
  .header-logo {
    width: 40%;
  }
  .header-number {
    width: 15%;
  }
  .header-contact-link {
    width: 15%;
  }
}

@media(max-width: 1024px){
  .header {
    padding: 5px 0px 5px 0px;
  }
  .header-left-menu-inner {
    padding: 0px 0px 0px 20px;
  }
  .header-logo-widget-wrap img {
    width: 160px !important;
    height: 60px;
  }
  .header-logo .header-logo-populated {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .header-logo {
    width: 43%;
  }
  .header-contact-link {
    width: 12%;
  }
  .header-contact-link .header-contact.column-wrap {
    padding: 0;
  }
  .header-contact-link .icon-box-icon a {
    font-size: 18px;
  }
  .header-number .icon-box-icon a {
    font-size: 17px;
  }
  .header-contact.widget-wrap .icon-box-content h3.icon-box-title {
    line-height: 21.51px;
  }
  .header-contact.widget-wrap .icon-box-content h3.icon-box-title a {
    font-size: 14px;
  }
  .header-outer {
    min-height: 83px;
  }
  .header-menu {
    width: 260px;
    z-index: 99999;
    margin: 80px 0px 0px 0px;
    left: -280px;
  }
  nav.uael-nav-menu .hs-menu-wrapper>ul>li>a {
    font-size: 15px;
    line-height: revert;
  }
  nav.uael-nav-menu .hs-menu-wrapper>ul>li:nth-child(7)>a, nav.uael-nav-menu .hs-menu-wrapper>ul>li:nth-child(8)>a {
    font-size: 15px;
  }
  .header-menu-widget-container {
    width: 260px;
  }
}


@media(max-width: 921px){
  .mobile-rigger-icon-list-text {
    line-height: 25px;
  }
  .header-contact.widget-wrap .icon-box-icon {
    line-height: 25px;
  }
  .header-outer {
    min-height: 81px;
  }
  .lp .header {
    padding: 11px 0px 10px 0px;
  }
}

@media(max-width: 767px){
  .mobile-rigger-widget-container ul li a svg {
    width: 20px;
  }
  .header {
    padding: 10px 0px 10px 0px;
    position: absolute;
  }
  .mobile-rigger-icon-list-text {
    font-size: 15px;
  }
  .header-logo-widget-wrap img {
    width: 100px !important;
    height: 30px;
  }
  .header-logo {
    width: 40%;
  }
  .header-contact-link {
    width: 20%;
  }
  .header-left-menu {
    width: 25%;
  }
  .header-contact.widget-wrap .icon-box-content {
    display: none;
  }
  .header-contact.column-wrap {
    padding: 0;
  }
  .header-logo-widget-wrap>div {
    width: 100%;
    text-align: center;
    line-height: 0;
  }
  .header-logo .header-logo-populated {
    margin: 0px 0px 0px 20px;
    padding: 0px 0px 0px 10px;
  }
  .header-number .header-contact.column-wrap {
    margin: 0px 0px 0px 20px;
    padding: 0px 0px 0px 0px;
  }
  .header-contact-link .header-contact.column-wrap {
    margin: 0px 0px 0px 08px;
    padding: 0px 0px 0px 0px;
  }
  .header-number .icon-box-icon a {
    font-size: 18px;
    position: relative;
    top: -1px;
  }
  .header-left-menu-inner {
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 0px 020px;
  }
  .icon-list-icon {
    top: 3px;
  }
  .mobile-rigger-icon-list-text {
    position: relative;
    top: 1px;
  }
  ul.close-icon-list-items li.close-icon-list-item a span.icon-list-icon i.far.fa-window-close {
    font-size: 20px;
    top: -3px;
  }
  .header-menu {
    margin: 50px 0px 0px 0px;
  }
  nav.uael-nav-menu .hs-menu-wrapper>ul>li>a {
    font-size: 16px;
    line-height: revert;
  }
  nav.uael-nav-menu .hs-menu-wrapper>ul>li:nth-child(7)>a, nav.uael-nav-menu .hs-menu-wrapper>ul>li:nth-child(8)>a {
    font-size: 16px;
  }
  .header-outer {
    min-height: 52px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: #F8FAFC;
  padding: 30px 0px 30px 0px;
  position: relative;
}
.footer__container {
  margin: 0 auto;
}
.contact-inner-section {
  width: 100%;
}
.privacy-link {
  font-size: 18px;
}
.footer__container {
  justify-content: flex-start !important;
  flex-direction: row;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: 100%;
}
.footer_main {
  justify-content: flex-start !important;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer_section {
  width: 33.333%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-logo-inner-section {
  padding: 20px 0px 0px 0px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-logo-inner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.footer-logo {
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
  position: relative;
}
.footer-logo img {
  width: 270px;
  height: 154px;
  object-fit: contain;
  vertical-align: middle;
  display: inline-block;
}

.footer-social-share-wrapper {
  display: block;
  width: 100%;
}
.footer-menu-inner-section {
  width: 100%;
  padding: 10px 0px 0px 40px;
}
.footer_section.footer-menu-section .hs-menu-wrapper>ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
}
.footer_section.footer-menu-section .hs-menu-wrapper>ul>li {
  position: relative;
}
.footer_section.footer-menu-section .hs-menu-wrapper>ul>li>a {
  color: #BFD1CB;
  font-family: "Open Sans", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 6px;
  padding: 13px 20px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.footer-contact-section {
  margin: 0px 0px 0px 0px;
  padding: 10px 0px 0px 0px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact-main {
  color: #BFD1CB;
  font-family: "Open Sans", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  position: relative;
  margin-bottom: 20px;
}
.footer_number {
  color: #BFD1CB;
  font-family: "Open Sans", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 31px;
}
.footer_number>div {
  margin: -40px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.footer_number a {
  color: #bfd1cb;
  position: relative;
  z-index: 999;
}
.privacy-link a {
  color: #BFD1CB;
}
a#back-to-top {
  font-size: 1rem;
  background-color: #0274be;
  content: "769";
  position: fixed;
  text-align: center;
  cursor: pointer;
  z-index: 99;
  width: 2.1em;
  height: 2.1em;
  line-height: 2.1;
  color: #fff;
  border-radius: 2px;
  right: 30px;
  bottom: 30px;
  transform: rotate(
    180deg
  );
  opacity: 1 !important;
  display: none;
}
a#back-to-top:before {
  content: "\e900";
  font-family: Astra;
  text-decoration: inherit;
}

@media(max-width: 1024px){
  .footer {
    padding: 0px 20px 30px 20px;
  }
  .footer-logo img {
    width: 80%;
    height: 154px;
  }
  .footer-logo {
    margin: 0;
  }
  .footer_section {
    width: 35%;
  }
  .footer_section {
    width: 30%;
  }
  .footer_section.footer-menu-section {
    width: 35%;
  }
  .footer_section.contact-section {
    width: 33%;
  }
  .footer_section.footer-logo-section {
    width: 30%;
  }
  .footer-logo-inner-section {
    padding: 15px 0px 0px 0px;
  }
  .footer_section.footer-menu-section .hs-menu-wrapper>ul {
    margin-top: 10px;
  }
  .contact-inner-section {
    width: 100%;
    padding: 10px 0px 0px 0px;
  }
  .footer-menu-inner-section {
    width: 100%;
    padding: 0;
  }
  .footer_section.footer-menu-section .hs-menu-wrapper>ul>li {
    line-height: normal;
  }
  .footer_section.footer-menu-section .hs-menu-wrapper>ul>li>a {
    font-family: "Open Sans", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 6px;
    padding: 10px 20px;
  }
  .footer-menu-inner-section {
    width: 100%;
    padding: 25px 0px 0px 0px;
  }
  .footer-contact-section {
    padding: 25px 0px 0px 0px;
  }
  .footer_number {
    margin: 40px 0 25px;
  }

  .footer_section.footer-menu-section .hs-menu-wrapper>ul>li>a {
    white-space: nowrap;
  }
}

@media(max-width: 767px){
  .footer {
    padding: 0px 20px 20px 20px;
  }
  .footer_section {
    width: 100% !important;
  }
  .contact-main {
    padding: 0px 0px 0px 20px;
    margin: 0;
  }
  .contact-inner-section {
    width: 100%;
    padding: 0;
  }

  .footer_number {
    padding: 0px 0px 0px 20px;
  }
  .privacy-link {
    padding: 0px 0px 0px 20px;
  }
  .footer_number {
    margin: 0;
  }
  .footer_number>div {
    margin: 0;
    padding: 0px 0px 0px 0px;
  }
  .footer_number p {
    margin: 0;
  }
  .privacy-link {
    line-height: 25px;
  }
  .footer-menu-inner-section {
    width: 100%;
    padding: 0;
  }

  .footer-logo-inner-section {
    padding: 10px 0px 0px 0px;
  }
  .footer-logo img {
    width: 60%;
    height: 154px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

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

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

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

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

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

.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

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

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post {
  max-width: 1200px;
  margin: 0 auto;
  padding: 3.3rem 0;
  box-shadow: unset !important;
}
.blog-post img{
  display:block;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

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

.blog-recent-posts {
  
  padding: 2rem 0;
  background-color: #F5F5EF;
}
.blog-recent-posts h2 {
  font-family: "Book Antiqua",Sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  color: #566263;
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
  margin-top: -50px;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.hs-button {
  outline: none !important;
}
/*             Blog Listing with Sidebar            */

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

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

/*             Blog Grid Listing            */

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

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

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

.blog-index__post-inner-card .blog-index__post-content {
  display: flex;
  flex-direction: column;
  padding: 24px 30px 30px 30px;
  height: 100%;
}
.blog-index__post-inner-card {
  box-shadow: unset;
}
.blog-recent-posts {
  padding: 2rem 0;
  background-color: #f5f5ef !important;
}
.blog-post__tag-link,
.blog-post__tags {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.01rem;
  font-family: "Book Antiqua", Sans-serif;
}

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


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

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

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

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

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

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

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

/*             Blog Grid Listing with Sidebar            */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Mobile Blog Sidebar */

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

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

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

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

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

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

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

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

/* Blog Subscription Section */

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

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

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

/*             Blog Post Layout          */

.post-featured-image {
  /* 	margin-bottom: -110px; */
  min-height: 525px;
  background-size: cover;
  border-radius: 5px;
  margin-top: 40px;
  background-position: center center;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.blog-post {
  position: relative;
  /*width: 90%;*/
  margin: 0 auto;
  padding: 10px 0 50px 0;
  background: #fff;
  border-radius: 5px;
  /*   top: 110px; */
}

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

.blog-post__title {
  line-height: 1.25;
  font-family: "Book Antiqua",Sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
}
.hs-blog-post .blog-post__title {
  color: #566263;
}

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

.blog-post__links {
  display: block;
  padding: 26px 0;
  margin-top: 20px;
}
.blog-post__links {
  border: 0 !important;
}
.blog-post__back-to-blog {
  text-decoration: none;
}

.blog-post__back-to-blog svg {
  position: relative;
  top: 6px;
  margin-right: 10px;
  width: 20px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
body .hs-blog-post .blog-post form .hs-error-msgs label {
  color: #B09245!important;
}

@media (max-width: 767px) {
  body .hs-blog-post .blog-index__post-inner-card .blog-index__post-content {
    padding: 5px 10px 5px 10px;
  }
  body .hs-blog-listing .blog-index__post-inner-card .blog-index__post-content {
    padding: 5px 10px 5px 10px;
  }
}

/* Blog Comments */

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

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

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

.blog-comments form {
  margin-top: 2em;
  border: 0 !important;
  padding-top: 2em;
}
div#sidebar {
  padding-top: 40.8px;
}
/* Related Articles */

.blog-recent-posts__list {
  flex-wrap: wrap;
}
.blog-index.sidebar {
  padding: 24px 0;
}
.blog-pagination {
  margin-bottom: 36px;
}
.blog-recent-posts .blog-index__post-content h2 {
  text-align: left;
  font-family: "Bell MT", Sans-serif;
}

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

/* Sidebar */
.blog-sidebar-form h2 {
  color: #333;
  font-family: Lora;
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 600;
  line-height: 37px;
}
.blog-sidebar-form p span {
  color: rgba(0,134,230,1.0);
  font-size: 18px;
  font-weight: 600;
}
.blog-sidebar-form input[type="email"] {
  margin-bottom: 0;
}
.blog-sidebar-form label.hs-error-msg {
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.blog-sidebar .blog-sidebar-form ul {
  padding: 0px;
  margin: 0 0 0px 0;
}
.blog-sidebar-form .hs-button {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 40px; 
}
.sidebar-cta {
  margin-bottom: 40px;
  margin-top: 0;
}
.sidebar-cta img {
  height:auto;
}
.blog-sidebar-topic-filter h3 {
  margin-bottom: 0px;
  text-align: center;
}
.blog-sidebar-topic-filter ul {
  padding: 0;
  text-align: center;
}
.blog-post-topics {
  margin-top: 40px;
}
.read {
  font-size: 12px;
  font-weight: 400;
  font-family: "Book Antiqua",Sans-serif;
  color: #566263;
  margin-top: 5px;
}
.hs-blog-post .content-wrapper {
  max-width: 1200px;
}

.blog-post__title {
  margin-top: 10px;
  margin-bottom: 20px;
}
.blog-comments form {
  max-width: 100%!important;
}
@media (min-width: 767px) {
  .blog-recent-posts .blog-index__post-inner-card .blog-index__post-content {
    padding: 10px 30px 10px 30px;
    width: 55%;
  }
  .blog-recent-posts .blog-index__post-image {
    width: 45%;
    padding-bottom: 30%;
  }
  /*.hs-blog-post .blog-post {
  padding: 44px 100px 80px 100px;
}*/
  body .blog-index__post-image {
    width: 100%;
    padding-bottom: auto;
  }
  body .blog-index__post-inner-card {
    flex-flow: wrap;
  }
  body .blog-index__post-inner-card .blog-index__post-content {
    width: 100%;
    color: #566263;
  }
  body .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/1);
  }
  .blog-recent-posts .blog-index__post {
    flex: 0 0 calc(100%/1);
  }
  .blog-recent-posts .blog-index__post-inner-card {
    flex-flow: wrap;
  }
  body .blog-recent-posts .blog-post__meta-section {
    justify-content: flex-start;
  }
}
body .blog-index__post-inner-card .blog-index__post-content {
  padding: 5px 10px 5px 10px;
}
.sidebar__inner{
  position: relative;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  will-change: position, transform;
}
#sidebar{
  will-change: min-height;
}
.hs-form label {
  position: relative;
}
.legal-consent-container .hs-form-booleancheckbox-display input {
  position: absolute;
  margin: auto;
  margin-top: -12px;
}
.hs-form-booleancheckbox {
  text-align: left;
}
.hs-blog-post .blog-post__tag-link,
.hs-blog-post .blog-post__tag-link:hover {
  color: #566263; 
}
.blog-pagination.span9 {
  display:flex;
  position: relative;
  z-index: 1;
  margin-left: 0;
}
.hs-blog-listing h2,
.hs-blog-listing h3 {
  font-family: 'Book Antiqua',Sans-serif;
  color: #566263;
 
}

.hs-blog-listing h2 a,
.hs-blog-listing h3 a {
  font-family: 'Book Antiqua',Sans-serif;
  
 
}


.hs-blog-listing #ft-main .form-left-wrapper h2 {
  font-family: "Bell MT";
}


#ft-main{
  padding: 0px 0px 24px 0px;
  background: #EAEAEA;
  line-height: 27px;
}
#ft-main h2{
  color: #566263;
  font-family: Sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 12px;
}
#ft-main form div{
  padding-bottom: 8px;
}
#ft-main form{
  font-family: "Book Antiqua", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}
#ft-main form input[type=email],
#ft-main forminput[type=number],
#ft-main forminput[type=password],
#ft-main form input[type=reset],
#ft-main form input[type=search],
#ft-main form input[type=tel],
#ft-main form input[type=text],
#ft-main form input[type=url],
#ft-main form select,
#ft-main form textarea{
  width: 100%;
  margin-bottom: 25px;
  padding: 5px 10px 5px 10px !important;
  font-family: "Open Sans", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  background-color: #fff !important;
}
#ft-main form input[type=email]:placeholder, 
#ft-main  form input[type=number]:placeholder, 
#ft-main  form input[type=password]:placeholder,
#ft-main form input[type=reset]:placeholder, 
#ft-main form input[type=search]:placeholder, 
#ft-main form input[type=tel]:placeholder, 
#ft-main form input[type=text]:placeholder, 
#ft-main form input[type=url]:placeholder, 
#ft-main form select:placeholder, 
#ft-main form textarea:placeholder{

}
#ft-main  form .hs-button{
  background: rgb(176,146,69);
  background: linear-gradient(0deg, rgba(176,146,69,1) 0%, rgba(172,146,80,1) 65%, rgba(214,200,166,1) 100%); 
  border-radius: 2px !important;
  box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.5);
  color: #ffffff;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 400;
  font-family: "Open Sans", Sans-serif !important;
  width: 100%;
  line-height: 1.3;
}
#ft-main form ul{
  list-style: none;
  margin: 0 0 1em 0;
}
#ft-main form .hs-error-msg{
  color: #B09245 !important;
  font-weight: bold;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
}
#ft-main form .hs-form-booleancheckbox{
  font-size: 18px;
  font-weight: bold;
}
#ft-main input[type=checkbox],
#ft-main input[type=radio] {
  border: none;
  cursor: pointer;
  height: auto;
  line-height: normal;
  margin: 5px 0 0 0;
  padding: 0;
  width: auto;
}
#ft-main form fieldset{
  max-width: 100% !important;
}
#ft-main form .hs-input {
  width: 100% !important;
}
#ft-main .legal-consent-container .hs-form-booleancheckbox-display input {
  float: left;
  width: 3% !important;
}
#ft-main .hs-field-desc{
  font-size: 18px;
}
#ft-main .hs-input{
  margin-bottom: 0px !important
}
#ft-main .inputs-list{
  margin-top: 4px !important;
}
#ft-main .hs_submit.hs-submit{
  margin-top: 10px;

}
.ft__column-two ul li {
  list-style: none;
  width: 100%;
  margin-bottom: 0 !important;
}
.ft__column-two ul li a{
  color: #bfd1cb;
  font-family: "Open Sans", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  padding: 0 0 5px 0 !important;
}
.ft__column-two ul li a:hover{
  color: #bfd1cb !important;
}
.span4{
  padding-bottom: 24px;
}

ul.ft__column-two {

  top: 0;
}

.ft__column-two ul {
  padding-inline-start: 40px !important;
  padding-top: 13px;
}

.ft__column-two ul li a {
  padding-left: 20px !important;
  padding-right: 20px !important;
}


@media (min-width: 768px) and (max-width: 1024px) {
  #ft-main form .hs-button{
    padding-right: 90px;
    padding-left: 90px;

  }
}

#ft ul {
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
}
/* cambio */

#ft {
  /*   height: 298px; */
  padding: 30px 20px 27px;
  background: #566263;
}
.ft__wrapper {
  display: grid;
  grid-template-columns: 33.33% 33.33% 33.33%;
  max-width: 1240px;
  margin: 0 auto;
  padding:0 22px;
  width: 100%;
}

.ft__column-one {
  text-align: center;
  padding-top: 20px;
}
.ft__text {
  color: #bfd1cb;
  font-family: "Open Sans", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 6px;
  padding: 5px 0;
  display: block;
  text-decoration: none !important;
}

/* cambio */
.ft__text:hover {
  color: #bfd1cb;
  text-decoration: none !important;
}
/* cambio */

.ft__text a {
  text-decoration: none;
  color: #bfd1cb;
}
.ft__bold {
  font-weight: bold;
}

/* ===================== */
/* ===================== */
/* ft__column-one */
/* ===================== */
#ft__logo {
  width: 100%;
  max-width: 270px;
}
.ft__social {
  width: 100%;
  max-width: 171px;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
  left: 0;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
/* cambio */
.ft__social-icon {
  width: 39px;
  height: 39px;
  display: block;
  color: #ffffff;
  border-radius: 50%;
  background-color: #b09245;
  text-decoration: none;
  text-align: center;
  /*   padding: 4px; */
  font-size: 13px;
  line-height: 1.5;
}
.ft__social-imgIcon img {
  width: 100%;
  height: auto;
}
.ft__social-icon:hover {
  color: #ffffff !important;
  text-decoration: none;
}

.ft__social-imgIcon {
  width: 39px;
  height: 39px;
  background-color: transparent;
  padding: 0;
  border-radius: 50%;
  background-color: #b09245;
}
.ft__text > p:not([style*="font-size"]) {margin-top: 5px;}

.ft__text > p:last-child {
  margin-top: 10px;
}
#ft-main h2 img {
  vertical-align: middle;
}
/* cambio */

/* ===================== */
/* ===================== */
/* ft__column-two */
/* ===================== */
.ft__column-two {
  list-style: none;
  position: relative;
  top: -2px;
}
.ft__column-two li {
  margin-bottom: 15.5px;
}

/* ===================== */
/* ===================== */
/* ft__column-two */
/* ===================== */
.ft__column-three {
  position: relative;
  top: 0;
}
.ft__text p{
  margin:0;
}
.ft__column-three .ft__text {
  line-height: 25px;
  margin-bottom: 0;
  padding: 0;
}
.form-left-wrapper div {
  line-height: 27px;
}
.ft__column-three .ft__text:first-child {
  width: 200px;
  margin-bottom: 29px;
}
.ft__column-three .ft__text:last-child {
  margin-top: 10px;
}
.ft__column-three .ft__text:last-child a {
  margin: 0;
}
.ft__column-three .ft__text:first-child span {
  display: block;
}
#ft-main form .hs-button {
  padding-top: 6px;
  padding-bottom: 6px;
  border: 0;
  margin: 0;
}
#ft-main .hs-input {
  padding: 5px 10px 5px 10px !important;
  line-height: 25px;
  height: auto;
  min-height: 43px;
  border-width: 1px;
  border-style: solid;
  border-color: #e0e0d1;
}
#ft-main form .hs_email label {
  padding-top: 5px;
}

#ft-main form {
  padding-top: 22px;
}
/* cambio */
@media screen and (max-width: 1160px) {
  #ft {
    height: auto !important;
    padding: 49px 20px 30px;
    background: #566263;
  }
  .ft__wrapper {
    grid-template-columns: repeat(3, 1fr);
  }

  /* ===================== */
  /* ===================== */
  /* ft__column-two */
  /* ===================== */
  .ft__column-two {
    padding-inline-start: 30px !important;
  }
}


@media(max-width: 1024px){
  .ft__wrapper {grid-template-columns: 30% 35% 33%;}

  .ft__column-one {
    width: 80%;
    margin: 0 auto;
    padding-top: 0;
  }

  #ft {
    padding: 30px 0 30px;
  }

  .ft__column-two ul {
    padding-inline-start: 0 !important;
    padding-top: 0;
  }

  .ft__column-two {
    padding-inline-start: 0 !important;
  }

  .ft__column-two ul li a {
    line-height: 1.2;
  }

  .ft__social-icon {
    width: 34px;
    height: 34px;
  }

  .ft__social {
    width: 140px;
  }

  .ft__column-three .ft__text:first-child {
    margin-bottom: 0;
  }
}


.ft__text_link{
  color: #B09245 !important;
}
/* cambio */

@media screen and (max-width: 767px) {
  /* cambio */
  #ft {
    height: auto !important;
    padding: 30px 20px 30px;
    background: #566263;
  }
  .ft__wrapper {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0;
    width: 100%;
  }
  .ft__text a {
    margin-left: 0;
  }
  /* cambio */

  .ft__bold {
    display: block;
  }

  /* ===================== */
  /* ===================== */
  /* ft__column-one */
  /* ===================== */
  .ft__column-one {
    text-align: center;
  }
  #ft__logo {
    max-width: 200px;
  }
  .ft__social {
    max-width: 100px !important;
    margin: 0 auto;
    left: 6px;
    margin-top: 30px;
  }
  .ft__social-icon{

    width: 28px;
    height: 28px;
  }

  /* ===================== */
  /* ===================== */
  /* ft__column-two */
  /* ===================== */
  .ft__column-two {
    position: initial;
    padding-inline-start: 0 !important;
  }

  /* ===================== */
  /* ===================== */
  /* ft__column-two */
  /* ===================== */
  .ft__column-three {
    padding-left: 0;
  }

  /* cambio */
  .ft__column-three .ft__text:first-child {
    width: auto;
  }
  /* cambio */
  .ft__column-two ul li a {
    padding-left: 0 !important;
  }

  .ft__text>p:last-child {
    margin-top: 0;
  }

  .ft__column-three {
    padding-top: 15px;
  }


}
/* ******************************************************************************
*********************************************************************************
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: #eaebed;
  z-index: -1;
}
input.email-edit.hs-input {
  width: 100% !important;
}
ul.no-list.hs-error-msgs {
  padding: 0;
  margin: 0;
}
p.header {
  position: static !important;
  background: transparent !important;
  box-shadow: unset;
  border: 0;
  min-height: unset !important;
  height: unset !important;
  padding: 0 !important;
  margin: 0 0 10px;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0;
}
input#hs-pwd-widget-password {
  width: 100%;
  height: 40px !important;
  outline: none;
  padding-left: 20px !important;
  border: 1px solid rgba(234,234,234,1.0);
  background-color: #e0e0d1;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: unset;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: 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;
}

.body-container-wrapper .custom_error_message form,
.body-container-wrapper .widget-type-form,
.body-container-wrapper .widget-type-blog_subscribe,
.body-container-wrapper .widget-type-google_search,
.body-container-wrapper .widget-type-password_prompt.custom_error_message,
.body-container-wrapper .widget-type-email_simple_subscription, 
.hs-blog-post .body-container-wrapper .widget-type-blog_comments,
.body-container-wrapper .hs-search-field__bar,
.body-container-wrapper .submitted-message, 
.body-container-wrapper #hs_cos_wrapper_password_prompt,
.body-container .submitted-message, 
.blog-comments form,
.widget-type-email_simple_subscription,
.hs_cos_wrapper_type_member_login, 
.hs_cos_wrapper_type_member_register, 
.hs_cos_wrapper_type_password_reset_request,
.hs_cos_wrapper_type_password_reset,
.widget-type-password_prompt{
  display: block;
  max-width: 700px;
}

@media(max-width: 767px){
  .body-container-wrapper .custom_error_message form,
  .body-container-wrapper .widget-type-form,
  .body-container-wrapper .widget-type-blog_subscribe,
  .body-container-wrapper .widget-type-google_search,
  .body-container-wrapper .widget-type-password_prompt.custom_error_message,
  .body-container-wrapper .widget-type-email_simple_subscription, 
  .hs-blog-post .body-container-wrapper .widget-type-blog_comments,
  .body-container-wrapper .hs-search-field__bar,
  .body-container-wrapper .submitted-message, 
  .body-container-wrapper #hs_cos_wrapper_password_prompt,
  .body-container .submitted-message, 
  .blog-comments form,
  .widget-type-email_simple_subscription,
  .hs_cos_wrapper_type_member_login, 
  .hs_cos_wrapper_type_member_register, 
  .hs_cos_wrapper_type_password_reset_request,
  .hs_cos_wrapper_type_password_reset,
  .widget-type-password_prompt{
    max-width: 100;
  }
  .systems-page h1 {
    font-size: 32px;
  }
  .systems-page h2 {
    font-size: 28px;
  }
}