/* ******************************************************************************
*********************************************************************************
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 {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

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

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

.dnd-section > .row-fluid {
  max-width: 1024px;
  padding: 80px 40px;
}

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

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */
@font-face {
  font-family: proxima-nova-alt;
  src: url(https://7893883.fs1.hubspotusercontent-na1.net/hubfs/7893883/raw_assets/public/Sierra_July2020/fonts/Proxima%20Nova%20A/d.woff);
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: proxima-nova-alt;
  src: url(https://7893883.fs1.hubspotusercontent-na1.net/hubfs/7893883/raw_assets/public/Sierra_July2020/fonts/Proxima%20Nova%20A%20Semibold/d.woff);
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: proxima-nova-alt;
  src: url(https://7893883.fs1.hubspotusercontent-na1.net/hubfs/7893883/raw_assets/public/Sierra_July2020/fonts/Proxima%20Nova%20A%20700/d.woff);
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "Glyphicons Halflings"; 
  src: url(https://7893883.fs1.hubspotusercontent-na1.net/hubfs/7893883/raw_assets/public/Sierra_July2020/fonts/GLYPHICONS%20Halflings%20Regular/glyphicons-halflings-regular.woff2);
  src: url(https://7893883.fs1.hubspotusercontent-na1.net/hubfs/7893883/raw_assets/public/Sierra_July2020/fonts/GLYPHICONS%20Halflings%20Regular/glyphicons-halflings-regular.woff);
  src: url(https://7893883.fs1.hubspotusercontent-na1.net/hubfs/7893883/raw_assets/public/Sierra_July2020/fonts/GLYPHICONS%20Halflings%20Regular/glyphicons-halflings-regular.ttf);
}

html {
  font-size: 10px;
}

body {
  font-family: proxima-nova-alt, sans-serif;
  font-size: 14px;
  color: #333;
  line-height: 1.42857143;
  overflow-x: hidden;
}

p {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: proxima-nova-alt, sans-serif;
}

/* Anchor Links */
a {
  color: #e41c34;
  text-decoration: none;
}
a:hover, a:focus {
  text-shadow: 1px 1px 3px #e1e1e1;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  line-height: 1.2;
  font-weight: 700;
  font-family: proxima-nova-alt, sans-serif;
  color: #333;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-family: proxima-nova-alt, sans-serif;
  font-size: 1.175rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: .9rem;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 15px;
  padding: 0 0 0 13px;
}

ul li,
ol li {

}

ul ul,
ol ul,
ul ol,
ol ol {

}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
figure {
  margin-left: 0;
  margin-right: 0;
}
/* 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;
}

@media only screen and (max-width: 1024px){
  a:hover, a:focus {
    text-shadow: 1px 1px 3px gray;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */
.hs-button {
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-align: center;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-style: solid;
  border-width: 1px;
  
  text-decoration: none;
  font-size: 14px;
  line-height: 1.42857143;
  padding: 2px 7px ;
  margin: 20px 0;
  white-space: normal;
  font-family:proxima-nova-alt;
  outline: none;
  text-indent: 0 ;
  text-transform: uppercase;
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
}

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


.hs-form label {
  color: #333;
  display: block;
  line-height: 16px;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
}

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

input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select,
.hs-input{
  display: inline-block;
  width: 100%;
  padding: 6px 12px;
  color: #555;
  background-color: #ffffff;
  border: 1px solid #6a6a6a;
  box-sizing: border-box;
  border-radius: 0;
  font-size: 14px;
  font-family: Arial;
  box-shadow: 0 0 0 rgba(0,0,0,.075) inset;
  line-height: 1.42857143;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  outline: none;
}
.email-edit.hs-input {
  width: 100% !important;
  padding: 6px 12px !important;
  font-size: 14px !important;
}
input[type="password"] {
  height: auto !important;
  margin-top: 0 !important;
}
input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus,
.hs-input:focus{
  box-shadow: none ;
}

.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: #e61f34;
  border-color: #bfbfbf;
  border-bottom: 1px solid #e61f34
}
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: #e61f34;
  border-color: #bfbfbf;
  border-bottom: 1px solid #e61f34
}

.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;
  text-align: left;
  white-space: 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: 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: 14px;
  color: #333;
}
.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: proxima-nova-alt, sans-serif;
}

@media (min-width: 768px){
  form {
    max-width: 500px;
    font-family: proxima-nova-alt, sans-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: 0;
  margin: 0;
  list-style: none;
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

@media only screen and (min-width: 769px){
  .header.lp .header-top {
    height: auto;
    min-height: auto;
  }
}

@media only screen and (max-width: 767px){
  .footer.lp .footer__copyright .hs_cos_wrapper_type_rich_text {
    padding-top: 25px;
    display: block;
  }
}
/* ******************************************************************************
*********************************************************************************
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: 1024px;
  margin: 0 auto;
}
.header-top {
  height: 59px;
  transition: 0.3s ease margin-top;
  transition-timing-function: cubic-bezier(0.325, -0.385, 0.935, 0.330);
}
.header-toggle-division {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  width: auto;
  position: relative;
  transform: translateY(10px);
}
.header-toggle-division a:first-of-type {
  color: black;
  font-weight: bold;
  margin-right: 5px;
}
.header-toggle-division:hover a:not(:hover) {
  color: #AAA;
}
.header-toggle-division a {
  display: inline-block;
  transition: 0.2s ease all;
  text-decoration: none;
}
.header-toggle-division .hs_cos_wrapper_type_rich_text > span {
  pointer-events: none;
  user-select: none;
  display: inline-block;
  color: #AAA;
  margin: 4px;
}
.header-toggle-division a:last-of-type {
  color: #AAA;
  font-weight: 400;
  font-size: 14px;
}

.header-toggle-division a:last-of-type:hover {
  /*   color: #E02; */
  font-weight: bold;
}
.header-toggle-division a:hover {
  color: #E02;
}
.header-search {
  display: inline-block;
  max-width: calc(100% - 200px);
  float: right;
  text-align: right;
  margin-right: 15px;
  margin-top: 4px;
}
.header-search form {
  padding: 0;
  max-width: 100%;
  float: right;
  margin-left: 0;
  margin-top: 8px;
  margin-bottom: 8px;
  box-shadow: none;
  border: 1px solid #333;
  border-radius: 3em;
}


.header-cart ul li {
  float: none;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
}

.header-cart ul li a {
  position: relative;
  display: block;
  line-height: 20px;
  padding: 15px;
  margin-right: 0;
  background-color: transparent;
  color: #555;
  float: right;
  height: 19px;
  left: 5px;
  margin-bottom: 0;
  margin-left: 20px;
  top: 16px;
  width: 19px;
  background-position-x: 0;
  background-position-y: 10%;
  background-size: 60%;
  background-repeat: no-repeat;
  background-image: url(https://7893883.fs1.hubspotusercontent-na1.net/hubfs/7893883/raw_assets/public/Sierra_July2020/images/shopping-cart-gray.svg);
  text-decoration: none;
  outline: 0;
}
.header-cart ul li a:hover {
  background-color: transparent ;
  color: #e41c34;
  background-image: url(https://7893883.fs1.hubspotusercontent-na1.net/hubfs/7893883/raw_assets/public/Sierra_July2020/images/shopping-cart-red.svg);
  filter: drop-shadow(0px 2px 4px rgba(50,0,0,0.3));
}
.header-cart ul li a::after {
  content: "Cart";
  display: block;
  margin-left: 0;
  margin-top: 0;
  position: absolute;
  left: -29px;
  top: -1px;
}
.header-bottom {
  padding-bottom: 5px;
  z-index: 6;
  position: relative;
  margin-top: 10px;
}

.header-navbar {
  border-radius: 4px;
  position: relative;
  min-height: 50px;
}

.header-navbar-container {
  margin-bottom: -2rem;
  padding-top: 25px;
  padding-right: 50px;
}

.header-navbar-fixed {
  margin-top: -20px;
}

.header-logo {
  margin-left: -15px;
  height: 61px;
  width: 262px;
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

.header-logo a {
  display: block;
}
.header-logo img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.mega-menu-divider {
  background-color: #bcbdbf;
  height: 1px;
  margin: 0 0 4px 16px;
  position: absolute;
  top: 186px;
  width: 64.4%;
  left: 53px;
}
.header-call-us {
  z-index: 10;
  position: absolute;
  top: 4px;
  float: none;
  right: 0;
  display: inline-block;
  margin-bottom: 5px;
}

.header-call-us a {
  font-weight: bold;
}
.header-call-us .hs_cos_wrapper_type_rich_text > span::after {
  display: block;
  width: 17px;
  height: 17px;
  position: absolute;
  left: -20px;
  top: 1px;
  content: "";
  background-image: url(https://7893883.fs1.hubspotusercontent-na1.net/hubfs/7893883/raw_assets/public/Sierra_July2020/images/yellow-handset.svg);
  background-size: cover;
  filter: hue-rotate(-15deg) brightness(.95);
}

.meganav-slider img { 
  max-width:255px; 
  max-height:293px; 
  margin:16px auto 0;
  display:block;
  vertical-align: middle;
}
.meganav-slider span.top-label { 
  display:block; 
  font-size:20px; 
  color:#000000; 
  margin:23px 0 -6px 14px;
}
.meganav-slider span.sub-label { 
  display:block; 
  font-size:24px; 
  color:#e40433;
  margin:0 0 16px 14px; 
}
.meganav-slider{
  /*   position: relative;
  display: block !important;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; */
}
.slick-slider .slick-track,
.slick-slider .slick-list{
  /*   -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); */
}
.slick-list,.slick-slider{
  display: block !important;
}

.slick-track{
  /*   position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; */
}
.meganav-slider .btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  background-color: #e61f34;
  font-size:22px; 
  padding:1px 17px;
  margin-left:14px;
  color:#fff;
}

.meganav-slider .slick-arrow.slick-next { 
  right:0;
  background-image: url(https://7893883.fs1.hubspotusercontent-na1.net/hubfs/7893883/raw_assets/public/Sierra_July2020/images/ic_chevron_right_black_48dp.png);
}
.meganav-slider .slick-arrow.slick-prev { 
  left:0; 
  background-image: url(https://7893883.fs1.hubspotusercontent-na1.net/hubfs/7893883/raw_assets/public/Sierra_July2020/images/ic_chevron_left_black_48dp.png);
}
.meganav-slider .slick-arrow {
  top: 135px;
}
.meganav-slider .slick-slide {
  /*   min-width:380px */
}
.meganav-slider .slick-track  { 
  /*   min-width:1140px */
}
.home3 .meganav-slider .slick-track  {
  /*   min-width:1520px */
}
.home1 #mega-menu-divider {
  /*   margin:29px 0 9px 16px;  */
}
.home2 { 
  /*   left:-78px; */
}

.slick-arrow {
  background: no-repeat none;
  border: 0;
  height: 24px;
  position: absolute;
  text-indent: -9999px;
  width: 15px;
  z-index: 9999;
  cursor: pointer;
}



.header-call-us .hs_cos_wrapper_type_rich_text > span:hover::after {
  filter: hue-rotate(0) brightness(1);
}

.live-help-text-link-header {
  font-weight: bold;
  right: 180px;
  position: absolute;
  top: 4px;
  float: none;
  display: inline-block;
  cursor: pointer;
}

.live-help-text-link-header::after {
  display: block;
  width: 17px;
  height: 17px;
  position: absolute;
  left: -22px;
  top: 3px;
  content: "";
  background-image: url(https://7893883.fs1.hubspotusercontent-na1.net/hubfs/7893883/raw_assets/public/Sierra_July2020/images/yellow-bubble.svg);
  background-size: cover;
  filter: hue-rotate(-15deg) brightness(.95);
}

.live-help-text-link-header:hover {
  text-shadow: 0px 1px 4px rgba(25,0,0,0.4);
}

.live-help-text-link-header .hs_cos_wrapper_type_rich_text:hover::after {
  filter: hue-rotate(0) brightness(1);
}

.live-help-text-link-header:hover::after {
  filter: hue-rotate(0) brightness(1);
}

.header-fast-ship {
  position: absolute;
  display: flex;
  right: 145px;
  top: 40px;
}
.header-fast-ship label {
  margin-bottom: 5px;
  font-weight: 700;
  position: absolute;
  display: block;
  pointer-events: none;
  user-select: none;
  right: 0;
  max-width: 100vw;
  white-space: nowrap;
  opacity: 0;
  transition: 0.2s ease-out all;
  right: -15rem;
  font-size: 12px;
  font-style: italic;
  bottom: -4.5rem;
  color: #e41c34;
  transform: translateY(0);
}
.header-fast-ship:hover label {
  opacity: 1;
  margin-bottom: 0;
  transform: translateY(-2rem);
}
.header-fast-ship a {
  display: inline-block;
  min-width: 110px;
}

.header-fast-ship a img {
  height: 26px;
  width: auto;
  min-width: 116px;
  margin-top: -1px;
  opacity: 0.6;
  transition: 0.4s ease all;
  margin-right: -8px;
  display: block;
  max-width: 100%;
}

.header-fast-ship a:hover img {
  opacity: 1.0;
}

.header-get-a-quote a {
  position: absolute;
  display: block;
  right: 0px;
  top: 38px;
  width: 120px;
  height: 26px;
  font-weight: bold;
  padding-top: 1px;
  padding-bottom: 1px;
  font-size: 17px;
  text-align: center;
  text-shadow: none;
  line-height: 36px;
  min-height: 36px;
}

.header-search form .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
.header-cart {
  float: right;
}
.header-cart ul {
  float: right;
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-cart ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.header-search input[type="text"] {
  padding-right: 8px;
  background-color: #fff;
  font: 13px/25px proxima-nova-alt;
  width: 200px;
  height: 24px;
  font-size: 14px;
  color: #939393;
  padding-left: 12px;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  box-shadow: 0 0 0 rgba(0,0,0,.075) inset;
  border-radius: 1em;
  padding-top: 0;
  padding-bottom: 0;
  border: 0;
}
.header-search input[type="text"]:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}

@media screen and (min-width: 768px){
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul > li:first-child {
    width: 75%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul > li:last-child {
    width: 25%;
  }

}


@media screen and (min-width: 769px){



  .mobile-header-navbar {
    display: none;
  }
  .mobile {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li>ul>li>ul>li:first-child>ul>li:first-child>a {
    color: #000 !important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li:nth-child(2) {
    text-align: center;
    font-size: 26px;
    margin: 0 0 1px;
    line-height: 25px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li:nth-child(2)>a {
    cursor: text;
    text-shadow: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li>ul>li>ul>li:nth-child(2)>a,
  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li>ul>li>ul>li:last-child>a {
    font-size: 26px;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 20px;
    display: block;
    margin: 0;
    cursor: text;
    text-shadow: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li>ul>li:nth-child(2)>ul>li:first-child>a,.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li>ul>li:nth-child(3)>ul>li>a {
    font-size: 22px;
    font-size: 22px;
    margin-bottom: 10px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li>ul>li>ul>li:first-child>ul>li:last-child,
  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li>ul>li>ul>li:nth-child(2)>ul {
    margin-bottom: 20px;
  }


  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li>ul>li>ul>li>ul>li:first-child>a {
    font-size: 14px;
    color: #000 !important;
    cursor: pointer;
  }


  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul {
    padding: 20px 20px;
    padding-left: 0;
    left: 5px;
    margin-left: -55px;
    min-height: 383px;
    width: 1024px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li:first-child {
    width: 58.33333333%;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li {
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li:nth-child(2) {
    width: 41.66666667%;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul >li ul.hs-menu-children-wrapper {
    background: transparent;
    border: 0;
    padding: 0;
    box-shadow: none;
    position: static;
  }

  /*   .custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul >li >ul>li {
  width: 33.33333333%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
} */
  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li>ul>li:first-child, 
  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li>ul>li:nth-child(2), 
  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li>ul>li:nth-child(3) {
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li>ul>li:nth-child(1) {
    width: 33.33333333%;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li>ul>li:nth-child(2) {
    width: 41.66666667%;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li>ul>li:nth-child(3) {
    width: 25%;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul >li >ul>li>ul>li:first-child {
    font-size: 26px;
    margin: 0 0 1px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    float: left;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    float: none;
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    margin: 20px 20px 15px 0;
    padding: 0;
    font: 700 15.67px proxima-nova-alt;
    background: 0;
    position: relative;
    display: block;
  }

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

  .custom-menu-primary::before,.custom-menu-primary::after {
    display: block;
    content: "";
    clear: both;
  }

  .custom-menu-primary .hs-menu-wrapper > ul::before,.custom-menu-primary .hs-menu-wrapper > ul::after {
    display: block;
    content: "";
    clear: both;
  }
  .custom-menu-primary ul.hs-menu-children-wrapper {
    border-radius: 4px;
    float: left;
    font-size: 14px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    /*     background: #e0e0e0;
    background: -moz-linear-gradient(top,#e0e0e0 0,#fff 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#e0e0e0),color-stop(100%,#fff));
    background: -webkit-linear-gradient(top,#e0e0e0 0,#fff 100%);
    background: -o-linear-gradient(top,#e0e0e0 0,#fff 100%);
    background: -ms-linear-gradient(top,#e0e0e0 0,#fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0e0e0',endColorstr='#fff',GradientType=0); */
    box-shadow: 0 6px 12px rgba(0,0,0,.176);
    padding: 25px 30px 15px 30px;
    min-width: 232px;
    display:none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children:hover ul {
    display: block;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li {
    line-height: 1.8;
    list-style-type: none;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li:first-child > a {
    cursor: text;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li:first-child > a:hover {
    color: #e41c34;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li:first-child {
    font: 18.75px/25px proxima-nova-alt;
    font-weight: 500;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > ul {
    width: 420px;
    padding: 5px 0;
    min-width: auto;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > ul > li {
    padding: 10px 15px;
    min-width: 200px;
    float: left;
    max-width: 200px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > ul > li > ul,.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > ul > li > ul > li > ul,
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul li ul.hs-menu-children-wrapper{
    padding: 0;
    background: transparent;
    box-shadow: none;
    border: 0;
    position: static;
    min-width: auto;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > ul > li > ul > li {
    padding: 10px 15px;
    min-width: 200px;
    float: left;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul {
    left: -78px;
    height: 490px;
    margin-left: -55px;
    min-height: 383px;
    padding: 30px 0 20px 38px;
    width: 1024px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul > li {
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li:last-child>ul>li:first-child>a {
    background: rgba(0, 0, 0, 0) url(https://7893883.fs1.hubspotusercontent-na1.net/hubfs/7893883/raw_assets/public/Sierra_July2020/images/flow-brochure1.png) no-repeat scroll 0 0 / cover;
    height: 253px;
    width: 200px;
    float: left;
    margin: 0 10px 0 0;
    cursor: pointer;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li:last-child>ul>li:nth-child(2)>a {
    text-transform: uppercase;
    color: #e41c34;
    font-weight: 500;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li:last-child>ul>li>a {
    font-weight: 700;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li:last-child>ul>li:nth-child(2) {
    margin: 0 0 -4px;
    padding: 62px 0 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li:first-child>ul>li {
    width: 33.33333333%;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li:first-child>ul>li:first-child {
    margin-bottom: 105px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li>ul>li>ul>li:first-child {
    font-size: 26px;
    margin: 0 0 1px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li:first-child>ul>li:nth-child(3) {
    clear: both;
    visibility: hidden;
    height: 0;
  }
}

@media only screen and (min-width: 992px){
  .header-logo {
    margin-top: -15px;
  }
}

@media only screen and (max-width: 1024px){
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover,.header-toggle-division a:hover {
    text-shadow: 1px 1px 3px gray ;
  }
}

@media (max-width: 992px){
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul {
    width: 612px;
    margin: 0;
    padding: 30px 0 0 40px;
  }
  .mega-menu-divider {
    top: 211px;
    width: 61%;
    left: 55px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul {
    width: 612px;
    margin: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li>ul>li:nth-child(1)>ul li {
    width: 33.33333333%;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li>ul>li:nth-child(2)>ul>li>ul>li,
  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li>ul>li>ul>li:first-child{
    width: 41.66666667%;
  }


  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li:last-child>ul>li:nth-child(3) {
    width: 26%;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li:last-child>ul>li:nth-child(4) {
    width: 25%;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li:first-child>ul>li:nth-child(6)>ul>li:nth-child(2),
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li:first-child>ul>li:nth-child(6)>ul>li:nth-child(3),.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li:first-child>ul>li:nth-child(6)>ul>li:nth-child(4) {
    width: 74px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li:first-child>ul>li:nth-child(5)>ul>li:nth-child(2) {
    width: 55px;
  }

}

@media(max-width: 800px) {
  .slick-arrow.slick-prev {
    left:10px
  }

  .slick-arrow.slick-next {
    right: 0
  }

}

@media only screen and (max-width: 768px){
  .header-cart,.header-search {
    display: none;
  }
  .desktop {
    display: none;
  }
  .header-top {
    height: 62px;
    border-top: 3px solid #e40433;
    border-bottom: 0 !important;
  }
  .header-bottom {
    margin-top: 30px;
    padding: 0 15px;
  }
  .header-navbar {
    display: none;
  }
  .mobile-header-navbar {
    /* margin-top: 1rem; */
    /* margin-bottom: -40px; */
    clear: both;
    display: block;
    width: 100%;
    background-color: transparent;
  }

  .mobile-header {
    position: relative;
    margin-left: 1rem;
    padding-top: 1rem;
  }

  .mobile-logo {
    background-size: contain;
    background-repeat: no-repeat;
    height: 50px;
    width: 180px;
    /*     background-image: url(https://www.sierrainstruments.com/assets/images/sierra-logo.png); */
    position: absolute;
    top: -6.5rem;
    left: -1.5rem;
    cursor: pointer;
    z-index: 50;
  }

  .mobile-trigger {
    display: block;
    position: absolute;
    top: -55px;
    min-height: inherit;
    line-height: inherit;
    vertical-align: inherit;
    width: 24px;
    height: 24px;
    padding: 0;
    border: 0;
    outline: none;
    background: none;
    opacity: 0.5;
    transform: scaleX(1.25);
    margin-right: 1vw;
    right: 1vw;
    cursor: pointer;
  }

  .mobile-header img {
    display: block;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
  }
  .mobile-trigger:active {
    opacity: 1.0;
  }
  .mobile-cart {
    font-family: inherit;
    font-size: inherit;
    display: block;
    position: absolute;
    top: -55px;
    min-height: inherit;
    line-height: inherit;
    vertical-align: inherit;
    width: 24px;
    height: 24px;
    padding: 0;
    border: 0;
    outline: none;
    background: none;
    opacity: 0.5;
    right: 14vw;
    cursor: pointer;
  }

  .cancel-search {
    overflow: hidden;
    max-width: 0;
    padding: 0;
    opacity: 0;
    transform: scale(0.5) translate(-.5rem, -.1rem);
    transition: 0.2s ease-in all;
    right: 24vw;
    min-height: inherit;
    line-height: inherit;
    vertical-align: inherit;
    width: 24px;
    height: 24px;
    border: 0;
    outline: none;
    background: none;
    display: block;
    position: absolute;
    top: -55px;
    font-family: inherit;
    font-size: inherit;
    cursor: pointer;
  }

  .mobile-search {
    transition: 0.2s ease-in all;
    overflow: hidden;
    max-width: 4rem;
    opacity: .5;
    transform: scale(1.0) translate(0,0);
    right: 24vw;
    min-height: inherit;
    line-height: inherit;
    vertical-align: inherit;
    width: 24px;
    height: 24px;
    padding: 0;
    border: 0;
    outline: none;
    background: none;
    display: block;
    position: absolute;
    top: -55px;
    font-family: inherit;
    font-size: inherit;
    cursor: pointer;
  }

  .mobile-search-form {
    display: inline-block;
    width: 80%;
    float: right;
    height: 0;
    transform: translateY(0);
  }

  .mobile-search-form input[type="text"] {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    display: inline-block;
    overflow: hidden;
    max-width: 0;
    width: 0;
    opacity: 0;
    border-radius: 2rem;
    border: 1px solid gray;
    padding-left: 1rem;
    outline: none;
  }

  .mobile-search-form label {
    transition: 0s ease-out all;
    transition-delay: 0s;
    content: "";
    margin: 0;
    padding: 0;
    position: absolute;
    top: -2px;
    font-size: 1.25rem;
    display: inline-block;
    pointer-events: none;
    z-index: 4;
    transform: scale(.3) translate(-135px, 5px);
    opacity: 0;
    max-width: 100%;
    font-weight: 700;
  }
  .header-bottom.masthead {
    min-width: 320px;
    margin-right: -30px;
  }

  .open-search .cancel-search {
    transition: 0.2s ease-in all;
    overflow: hidden;
    max-width: 4rem;
    opacity: .5;
    transform: scale(1.0) translate(0,0);
  }

  .open-search .mobile-search {
    overflow: hidden;
    max-width: 0;
    padding: 0;
    opacity: 0;
    transform: scale(0.5) translate(-.5rem, -.1rem);
  }

  .open-search .mobile-search-form {
    width: 100%;
    transform: inherit ;
    height: inherit;
  }

  .open-search .mobile-search-form input[type="text"] {
    box-shadow: 0 0 4px 4px rgba(50,160,220,0.1);
    transform: translateY(-1.5rem);
    overflow: hidden ;
    max-width: 100% ;
    width: calc(100% - 30px) ;
    opacity: 1;
    height: 4rem ;
    margin-left: 0;
    font-size: 1.75rem;
    padding-left: 1.75rem;
  }

  .open-search .mobile-search-form label {
    filter: drop-shadow(0 0 2px rgba(50,160,220,0.95));
    pointer-events: all;
    transition: 0.2s ease all;
    margin-bottom: 0 ;
    cursor: pointer;
    transition-delay: 0.2s;
    opacity: 0.4;
    width: 2.5rem;
    height: 2.5rem;
    transform: scale(1) translate(-35px, 5px);
  }
  .custom-menu-primary-wrapper {
    padding: 0;
    list-style: none;
    margin: 0;
    transition: 0.2s ease all;
    overflow: hidden;
    max-height: 0;
    height: auto;
    opacity: 0;
    transform: scaleY(.2);
    transform-origin: top;
  }

  .mobile-open .custom-menu-primary-wrapper {
    max-height: 100rem;
    opacity: 1;
    transform: scaleY(1);
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    line-height: 2;
    margin: 0;
    padding: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    clear: left;
    font-family: proxima-nova-alt;
    font-weight: 600;
    line-height: 2;
    font-size: 2.75rem;
    margin: 0;
    padding: 0;
    padding-left: 1rem;
    background-color: white;
    transition: 0.2s ease-out all;
    position: relative;
    display: block;
    color: #000;
    border-bottom: 1px solid #AAA;
    overflow: visible;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child>a {
    margin-top: 0;
    border-top: 0;
  }
  .mega-menu-divider {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul li.hs-item-has-children.li-border > a {
    line-height: 3 !important;
    transition: 0.2s ease-out all;
    color: #777;
    border-bottom: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a:hover {
    text-shadow: none;
  }
  .header-toggle-division {
    font-size: 20px;
    transform: translateY( -8px );
    padding-top: 3px;
    padding-bottom: 1px;
  }
  .header-toggle-division a {
    line-height: 44px;
    min-height: 44px;
    vertical-align: middle;
  }
  .header-get-a-quote a {
    position: relative;
    display: block;
    right: 0px;
    cursor: pointer;
    top: 0;
    width: 120px;
    height: auto;
    font-weight: bold ;
    border-radius: 0;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 0;
    padding-right: 0;
    font-size: 17px;
    text-align: center;
    margin-top: 0;
    float: right;
    margin-bottom: 12px;
    line-height: 2;
    min-height: auto;
  }

  .header-get-a-quote::before,.header-get-a-quote::after {
    display: block;
    content: "";
    clear: both;
  }

  .header-get-a-quote.mobile {
    float: right;
  }
  .h-child-trigger {
    position: absolute;
    height: 56px;
    cursor: pointer;
    z-index: 3;
    top: 0;
    right: 0;
    width:100%;
    font-family: proxima-nova-alt;
    font-weight: 600;
  }
  .h-child-trigger::after {
    content: "+";
    display: block;
    position: absolute;
    right: 2rem;
    top: 0;
    bottom: 0;
    line-height: 2;
    font-size: 2.75rem;
    color: #000;
  }
  .h-child-trigger.child-open::after {
    content: "−";
    color: #777;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children.li-border > a{
    color: #777;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children {
    position: relative;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li .h-child-trigger {
    left: 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li .h-child-trigger::after   {
    display:none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li .h-child-trigger::before {
    content: "+";
    font-size: 2.25rem;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    line-height: 2.25;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li .h-child-trigger.child-open::before {
    content: "−";
    font-size: 2.25rem;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    line-height: 2.25;
    padding-top: .5rem;
    color: #e41c34;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    color: #777 !important;
    font-size: 2.5rem;
    line-height: 2;
    transition: none;
    background-color: transparent;
    padding-left: 2rem;
    display: block;
    position: relative;
    font-weight: 600;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a {
    transition: 0.2s ease all;
    padding-left: 3rem;
    text-decoration: underline;
    text-decoration-color: #e41c34;
    font-size: 1.75rem;
    line-height: 3;
    font-weight: bold;
    color: #000!important;
    width: 100%;
    display: block;
    cursor: pointer;
    min-height: 44px;
    vertical-align: middle;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul ul li a:hover {
    color: #e41c34 !important;
    text-decoration: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul li.hs-item-has-children.li-border > a {
    color: #e41c34 !important;
  }
  .custom-menu-primary ul.hs-menu-children-wrapper {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a {
    line-height: 44px;
    min-height: 44px;
    vertical-align: middle
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child {}

  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>h2 {
    border-bottom: 1px solid #AAA;
    overflow: visible;
    background-color: white;
    transition: 0.2s ease-out all;
    position: relative;
    display: block;
    color: #000;
    text-decoration: underline;
    text-decoration-color: #e41c34;
    white-space: nowrap;
    line-height: 2;
    font-size: 2.75rem;
    margin: 0;
    padding: 0;
    padding-left: 1rem;
    font-weight: 600;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>h2>a {
    display: inline-block;
    line-height: 44px;
    min-height: 44px;
    vertical-align: middle;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>h2>a>img {
    display: block;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    width: 140px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>h2>label {
    text-decoration: underline;
    text-decoration-color: #E25;
    font-weight: 500;
    font-size: 22px;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a>img {
    display: block;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    width: 140px;
    height: 45px
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child> label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    text-decoration: underline;
    text-decoration-color: #E25;
    font-weight: 500;
    font-size: 22px;
  }
}

@media only screen and (max-width: 767px){
  .header-bottom.masthead {
    margin-right: 0;
  }
}

@media only screen and (max-width: 737px){

}

@media screen and (max-width: 479px){
  .header-top {
    min-height: 59px;
    height: 59px;
  }
}

@media screen and (max-width: 466px){
  .header-get-a-quote {
    position: absolute;
    right: 0;
    top: 0;
  }
  .header-toggle-division {
    padding-top: 51px;
  }
}

@media screen and (max-width: 374px){
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>h2 {
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>h2>label {
    font-size: 21px;
  }
}

@media screen and (max-width: 340px){
  .header-bottom.masthead {
    min-width: auto;
    margin-right: -10px;
    padding: 0;
  }
}

@media only screen and (max-width: 320px){
  .header-top {
    height: 70px;
  }
}

@media only screen and (max-device-width : 768px)  { 
  .header-bottom.masthead {
    min-width: auto;
    margin-right: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>h2>label {
    font-size: 22px;
  }
  .mobile-header {
    margin-left: 0;
  }
  .mobile-logo {
    left: 0;
  }
  .mobile-trigger {
    margin-right: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding-left: 0;
  }

}


@media all and (-ms-high-contrast:none) {
  .meganav-slider {
    display: none !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: transparent;
  font-size: 1.4rem;
  line-height: 2.8;
  padding: 20px;
}
.footer__container {
  margin: 0 auto;
}
.footer-content {
  padding-right: 15px;
  padding-left: 15px;
}
.footer-address {
  width: 40%;
  float: left;
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}
/* .footer-menu-links .hs-menu-wrapper > ul::before,
.footer-menu-links .hs-menu-wrapper > ul::after {
display: block;
content: "";
clear: both;
} */
.footer-menu-links .hs-menu-wrapper > ul > li {
  margin-top: 23px;
  width: 20%;
  float: left;
  position: relative;
}
.footer-menu-links .hs-menu-wrapper > ul > li > a {
  font-weight: 500;
  text-transform: uppercase;
  cursor: text;
}
.footer-address h3 {
  font-size: 1.8rem;
  margin-bottom: 7px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.1;
}
.footer-address h3 {
  padding-top: 23px;
}
.footer-address p {
  font-size: 1.4rem;
  line-height: 1.7;
  margin: 0;
}

.footer-address h5 {
  font-size: 1.8rem;
  margin: 0 0 10px;
  font-weight: 500;
  line-height: 1.1;
}
.footer-address h3, .footer-address h5, .footer-address h4 {
  padding-top: 20px;
}
.footer-address a,.footer-menu-links .hs-menu-wrapper > ul ul li a {
  text-decoration: none;
}
.footer-address h4 {
  font-size: 1.8rem;
  text-transform: uppercase;
  margin: 0 0 10px;
  font-weight: 500;
  line-height: 1.1;
}
.footer-top-section::before,.footer-top-section::after {
  display: block;
  content: "";
  clear: both;
}
.footer-menu-links .hs-menu-wrapper > ul > li > a:hover {
  text-shadow: none;
}
.footer__copyright {
  margin-top: 15px;
  font: 12.45px proxima-nova-alt,Arial;
  padding-bottom: 50px;
}
.footer-menu .hs-menu-wrapper ul li {
  display: inline-block;
  padding-right: 1.5px;
}
.footer-menu {
  display: inline-block;
}
.footer-menu .hs-menu-wrapper ul li a {
  text-decoration: none;
}
.footer-social-icons li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-social-icons li a {
  margin-top: 15px;
  float: left;
  margin-right: 5px;
  text-decoration: none;
  outline: 0;
  display: block;
  background: url(https://7893883.fs1.hubspotusercontent-na1.net/hubfs/7893883/raw_assets/public/Sierra_July2020/images/sprites.png)rgba(0,0,0,0);
  height: 24px;
  width: 24px;
}

.footer-social-icons li:first-child a {
  background-position: 0 0;
}

.footer-social-icons li:nth-child(2) a {
  background-position: -24px 0;
}

.footer-social-icons li:nth-child(3) a {
  background-position: -49px 0;
}

.footer-social-icons li:nth-child(4) a {
  background-position: -72px 0;
}

.footer-social-icons li:nth-child(5) a {
  background-position: -98px 0;
}

.footer-social-icons li:nth-child(6) a {
  background-position: -122px 0;
  margin-right: 0;
}

.footer-iso {
  display: inline-block;
  padding-right: 5px;
  position: relative;
  padding-top: 15px;
}

.footer-tasi li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
  position: relative;
}

.footer-iso li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-tasi img {
  display: inline;
  height: 25px;
  padding-right: 15px;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
}
.footer-tasi li a {
  position: relative;
  text-decoration: underline;
}
.footer-tasi li a:hover {
  text-decoration: none;
}
.footer-iso a img {
  max-width: none;
  display: block;
  height: auto;
  vertical-align: middle;
}
.footer-menu .hs-menu-wrapper ul li::after {
  padding-left: 10px;
  content: "|";
}
.footer-menu-links .hs-menu-wrapper>ul>li:nth-child(2) ul>li:nth-child(3)>a {
  color: #f0c511;
  text-shadow: none;
}
.footer-middle-section {
  padding-top: 20px;
  margin-top: 40px;
}
.footer-nav-section {
  font-weight: 500;
  text-transform: uppercase;
}
.footer-social-icons {
  width: 220px;
  display: inline-block;
  float: right;
  padding-right: 50px;
}
.footer-iso {
  display: inline-block;
  padding-right: 5px;
}

@media (min-width: 769px){
  .child-trigger {
    display: none;
  }
  .footer-menu-links .hs-menu-wrapper > ul > li:last-child {
    display: none;
  }
}

@media (max-width: 1280px) {
  .footer-address h3 {
    padding-top: 25px;
  }
}

@media (max-width: 768px){
  .child-trigger {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    cursor: pointer;
    height: 93px;
    font-size: 2.4rem;
  }
  .footer-menu-links .hs-menu-wrapper > ul ul li a {
    font-size: 1.6rem;
    position: relative;
    display: block;
  }
  .footer-menu-links .hs-menu-wrapper > ul ul li a:hover {
    text-shadow: 1px 1px 3px gray ;
  }
  .child-trigger::after {
    float: right;
    top: unset;
    content: "\e259";
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    position: relative;
    font-size: 90%;
    padding: 40px 20px 10px;
  }
  .child-open .child-trigger::after {
    content: "\e260";
  }
  .footer-menu {
    display: none;
  }
  .footer__copyright {
    text-align: center;
  }
  .footer-middle-section {
    margin: 0;
    padding: 0;
    border: 0 !important;
  }
  .footer-nav-section {
    display: none;
  }
  .footer-social-icons {
    display: block;
    width: 100%;
    float: none;
    padding: 0;
  }
  .footer-social-icons li a {
    margin-left: 20px;
  }
  .footer-iso {
    display: table-cell;
    padding-top: 10px;
    padding-right: 25px;
  }
  .footer-iso li a {
    line-height: 25px;
    padding-left: 20px;
    position: relative;
    display: block;
  }
  .footer-content {
    padding: 0;
  }
  .footer-tasi {
    display: block;
    padding-left: 20px;
    padding-top: 20px;
  }
  .footer-tasi img {
    display: inline;
    height: 25px;
    padding-right: 15px;
    max-width: 100%;
  }
  .footer-tasi li a {
    position: relative;
    display: block;
    font-size: 1.6rem;
  }
  .footer-address {
/*     margin-left: 25px; */
    padding-top: 26px;
/*     padding-left: 0; */
    padding-bottom: 20px;
    border-top: none;
    margin-bottom: 20px;
    width: 100%;
    padding-left: 25px;
    margin-left: 0;
  }

  .footer-address p {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .footer-address h4,
  .footer-address h5,  
  .footer-address h3 {
    font-size: 2.4rem;
    font-weight: 400;
  }
  .footer-menu-links .hs-menu-wrapper > ul > li {
    margin-bottom: 20px;
    padding: 15px 20px 10px;
    width: 100%;
    border-top: 1px solid #ffffff;
    margin-top: 0;
  }
  .footer-menu-links ul.hs-menu-children-wrapper {
    display: none;
  }
  .footer-menu-links .hs-menu-wrapper > ul > li > a {
    text-transform: capitalize;
    user-select: none;
    font-size: 2.4rem;
    line-height: 2.8;
    font-weight: 400;
  }
  .footer-address p a {
    display: inline;
    vertical-align: middle;
    font-size: 105%;
    padding-top: 1.25em;
    padding-bottom: 1.35em;
    line-height: 0;
    min-height: 3em;
    margin-top: -.75em;
    margin-bottom: -.75em;
    padding-right: .25em;
    padding-left: .25em;
  }
}

@media only screen and (max-width: 767px){
  .footer {
    padding: 0;
  }
  .footer-social-icons li a {
    display: inline-block;
    vertical-align: middle;
  }
  .footer-iso li a {
    display: inline-block;
    line-height: 44px;
    min-height: 44px;
    vertical-align: middle;
  }
  .footer-tasi li a {
    display: inline-block;
    line-height: 44px;
    min-height: 44px;
    vertical-align: middle;
  }
  .footer-address h3,.footer-address h5,.footer-address h4 {
    line-height: 1 ;
  }
  .footer-address h5 a {
    display: inline-block;
    line-height: 44px;
    min-height: 44px;
    vertical-align: middle;
  }
}

@media only screen and (max-width: 568px){
  .footer__copyright {
    margin: 0;
  }
  .footer__copyright .hs_cos_wrapper_type_rich_text {
    margin: 8px 0;
    display: block;
  }
  .footer-menu-links .hs-menu-wrapper > ul > li {
    margin: 0px 0 8px 0;
  }
  .footer-address {
    margin-top: 8px;
    margin-bottom: 8px;
  }
}
/* ******************************************************************************
*********************************************************************************
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
*********************************************************************************
****************************************************************************** */
.comment-date {
  display: block !important;
}
/* *************************** POST Style *************************************************** */
.hs-blog-post .blog-content-wrapper {
  overflow-x: hidden;
  background: linear-gradient(to bottom,#e0e0e0 0,#fff 200px) rgba(0,0,0,0);
}
.hs-blog-post .blog-title,.hs-blog-post .blog-text {
  position: relative;
  left: 300px;
}
.hs-blog-post .blog-post h3 {
  position: relative;
  left: -100px;
  width: 100%;
  letter-spacing: .5px;
  line-height: 40px;
  margin-top: 0;
}
.hs-blog-post .blog-post {
  width: 120%;
  padding-left: 130px;
  margin-left: -15px;
}
.hs-blog-post .post-author {
  width: auto;
  text-align: left;
  left: 0;
  position: relative;
  padding: 0;
  max-width: 100%;
  float: none;
}

.hs-blog-post .post-author .post-author-inner {
  float: left;
  margin-right: 8px;
}

.hs-blog-post .post-author .post-author-inner img {
  width: 65px;
}
.hs-blog-post .blog-cont,.hs-blog-post .ico-date,.hs-blog-post .ico-auth a  {
  width: 100%;
  position: relative;
  left: -100px;
}

/* *************************** POST Style END*************************************************** */

.blog-cont {
  padding: 8px 0;
}
.blog-sidebar-topic-filter ul li a {
  color: #000;
  text-shadow: none;
}
.blog-post {
  position: relative;
  padding-left: 130px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 40px;
  margin-bottom: 40px;
  margin-left: -15px;
}

.blog-post h3 {
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.1;
}

.ico-date {
  color: #000;
  font-size: 15px;
  font-weight: bold;
  height: 16px;
  line-height: 16px;
  left: 0;
  position: relative;
  top: 20px;
}

.ico-auth {
  left: 0;
  position: relative;
  top: -20px;
  font-size: 18px;
  margin: 0 0 25px;
}

.post-author {
  border: none;
  background: none;
  margin-top: 7px ;
  font-size: 13.33px;
  left: 0;
  position: absolute;
  top: 0;
  width: 130px;
  margin: 5px 20px 20px 0;
  max-width: 96%;
  padding: 5px 3px 10px;
  padding-right: 18px;
  text-align: center;
  float: left;
}
.post-author img {
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
  margin-bottom: 8px;
  border: 1px solid #888;
  display: block;
  vertical-align: middle;
}

.post-author .gray {
  color: #999;
  display: inline-block;
}

.blog-cont::before,.blog-cont::after {
  display: block;
  content: "";
  clear: both;
}

.blog-sidebar-topic-filter {
  margin-bottom: 40px;
}

.pogoSlider-slide {
  display: inline-block;
}

.pogoSlider-slide p {
  display: inline-block;
}

.slick-initialized.slick-slider {
  display: inline-block;
}

.slick-list.draggable {
  display: inline-block;
}

.pogoSlider-slide p a {
  letter-spacing: .1px;
}

.pogoSlider-slide p a img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.pogoSlider-slide p a span {
  color: #000;
  font-weight: 700;
}

.widget-blog {}

.blog-content-wrapper p,.blog-newsletter-form h3.form-title {
  font: 13.33px proxima-nova-alt;
}

.widget-blog p {}

.widget-blog p a,.blog-newsletter .red.collapsable a {
  font-size: 16px;
  letter-spacing: .1px;
}

.blog-newsletter {
  max-width: 190px;
}

.blog-newsletter .red.collapsable {
  padding-bottom: 5px;
}

.blog-newsletter .red.collapsable a {
  /* font-size: 16px; */
  /* letter-spacing: .1px; */
}

.blog-newsletter .glyphicon-menu-down {}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.blog-newsletter-form {}

.blog-newsletter-form h3.form-title {}

.blog-newsletter-form h3.form-title {}

.blog-newsletter-form .hs-form-required {
  display: none;
}

.blog-newsletter-form form {
  max-width: 100%;
}

.blog-newsletter-form input[type=email] {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  box-shadow: 0 0 0 rgba(0,0,0,.075) inset;
  border-radius: 0;
  font-family: proxima-nova-alt;
  margin-bottom: 15px;
}
.blog-newsletter-form .field {
  margin: 0;
}
.pagination-info {
  margin: 20px 0;
  text-align: center;
}
.pagination-info .active {
  pointer-events: none;
  cursor: default;
}
.pagination-info .next,.pagination-info .previous {
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  letter-spacing: .1px;
  background-color: #fff;
  border: 1px solid #666;
  color: #666 !important;
  /* background: #666; */
  margin-right: 1em;
  display: inline-block;
  padding: 2px 7px;
  font-weight: 400;
}
.pagination-info span {
    font-weight: bold;
    border: 0px;
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border-radius: 15px;
}
.pagination-info .next {
  float: right;
}

.pagination-info .previous {
  float: left;
}

.pagination-info a {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  color: #333;
  font-weight: bold;
  border: 0px;
  /* text-shadow: none; */
}
.open-form .glyphicon-menu-down:before {
  content: "\e260";
}
.blog-newsletter-form {
  display: none;
}
.blog-newsletter-form input[type=email]:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}

.blog-newsletter-form .hs-button {
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  padding: 2px 7px;
  border-radius: 0;
  font-size: 14px;
  margin: 0 0 15px 0;
  white-space: nowrap;
  text-transform: none;
}
.blog-content-wrapper::before, .blog-content-wrapper::after {
  display: block;
  content: "";
  clear: both;
}
.readmore {
  letter-spacing: .1px;
  color: #fff;
  background: #e41c34 none repeat scroll 0 0;
  float: right;
  padding: 4px 12px;
}
.readmore:hover {
  color: #fff;
}
.post-author::before,.post-author::after {
  display: block;
  content: "";
  clear: both;
}
.blog-tags {
  background: none;
  border: medium none;
  display: block;
  margin: 0;
  padding: 0 15px;
  width: 30%;
  float: left;
}
.blog-posts {
  width: 70% ;
  float: right;
}
.blog-breadcrumbs {
  width: 100%;
  display: inline-block;
}

.blog-breadcrumbs-inner {
  width: 58.33333333%;
  float: left;
  padding-right: 15px;
}

.blog-breadcrumbs-content {
  font-size: 12.5px;
  padding: 0 0 25px 0;
  margin-top: -5px;
  color: #666;
}

.blog-breadcrumbs a {
  color: #000;
}
.blog-breadcrumbs a:hover {
  color: #000;
}
.blog-content-wrapper {
  padding: 50px 40px;
}
.blog-sidebar-topic-filter h3 {
  font-size: 22.92px;
  color: #e61f34;
  margin: 0;
  font-weight: 500;
  line-height: 1.1;
}
.blog-sidebar-topic-filter ul li a {
  color: #000;
  text-shadow: none;
}
.blog-sidebar-topic-filter ul {
  padding: 5px 0 0;
  margin: 0;
  list-style: none;
}
.blog-sidebar-topic-filter ul li {
  padding: 5px 0;
  white-space: nowrap;
  width: 275px;
  height: 23px;
}
.blog-title {
  position: relative;
  left: 18px;
  font-size: 36px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.1;
}
.blog-text {
  position: relative;
  left: 18px;
  color: #e41c34;
  margin-bottom: 28px;
  font-size: 30px;
  margin-top: 20px;
  font-weight: 500;
  line-height: 1.1;
}
.blog-title a {
  letter-spacing: .1px;
  font-size: 40px;
  color: #000 ;
  line-height: 29.67px;
}
.blog-title a:hover {
  color: #000;
}
/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  margin: 0 auto;
}

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

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

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

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

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

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: proxima-nova-alt, sans-serif;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #333;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.pagination-info::before, .pagination-info::after {
  display: block;
  content: "";
  clear: both;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #333;
  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: #333;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post {

}
.blog-post h1 {

}
.blog-post__meta {

}
.blog-post__meta a {

}

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

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

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


/*             Blog Listing with Sidebar            */
.post-item .page-center{

  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 only screen and (max-width: 1199px){
  .hs-blog-post .blog-title, .hs-blog-post .blog-text {
    left: 282px;
  }
}

@media only screen and (max-width: 991px){
  .hs-blog-post .blog-title, .hs-blog-post .blog-text {
    left: 218px;
  }
}

@media screen and (max-width: 780px){
  .ico-date {
    line-height: 32px;
    top: 32px;
  }
}


@media only screen and (max-width: 768px){
  .blog-content-wrapper p, .blog-newsletter-form h3.form-title {
    line-height: 1.5;
    font-size: 1em;
  }
  .hs-blog-post .blog-title, .hs-blog-post .blog-text {
    position: relative;
    left: 15px;
  }
  .blog-breadcrumbs {
    display: none;
  }

  .blog-title a {
    display: inline-block;
    line-height: 44px;
    min-height: 44px;
    vertical-align: middle;
  }
  .blog-tags {
    display: none;
  }
  .blog-posts {
    width: 100%;
    float: none;
  }
  .pagination-info .next, .pagination-info .previous {
    display: inline-block;
    line-height: 44px;
    min-height: 44px;
    vertical-align: middle;
  }
  .comment-date {
    display: block !important;
  }
}
@media only screen and (max-width: 767px){
  .readmore {
    display: inline-block;
    line-height: 44px;
    min-height: 44px;
    vertical-align: middle;
  }
  .blog-text {
    font-size: 14pt;
    font-weight: 600;
    line-height: 1;
  }
  .ico-auth a {
    display: inline-block;
    line-height: 44px;
    min-height: 44px;
    vertical-align: middle;
  }
  .blog-content-wrapper {
    padding: 0;
  }
}

@media only screen and (max-width: 737px){
  .hs-blog-post .blog-content-wrapper {
    background: transparent;
  }
}


@media(max-width: 479px){
  .blog-post {
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .post-author {
    max-width: 100%;
    position: static;
    margin: 0;
    padding: 0;
    text-align: left;
    float: none;
  }

}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}
.slick-list:focus {
    outline: 0
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}
.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}
.slick-track:after {
    clear: both
}
.slick-loading .slick-track {
    visibility: hidden
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}
[dir=rtl] .slick-slide {
    float: right
}
.slick-slide img {
    display: block
}
.slick-slide.slick-loading img {
    display: none
}
.slick-slide.dragging img {
    pointer-events: none
}
.slick-initialized .slick-slide {
    display: block
}
.slick-loading .slick-slide {
    visibility: hidden
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}
.slick-arrow.slick-hidden {
    display: none
}
/*# sourceMappingURL=slick.min.css.map */
/* ******************************************************************************
*********************************************************************************
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: proxima-nova-alt, 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;
  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: proxima-nova-alt, sans-serif;
  font-size: 1.25rem;
  color: #333;
  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: #333;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
.systems-page .form-input-validation-message label {
  color: #e61f34;
}

.systems-page .form-input-validation-message ul {
  padding: 0;
  margin: 0;
}
#email-prefs-form .header {
  background: transparent;
  min-height:auto;
}
.widget-type-email_subscriptions form {
  max-width: 100%;
}

@media (max-width: 767px){
  .systems-page .success{
    min-height:auto;
    min-width:auto;
  }
  .systems-page {
    padding: 3rem 0px;
  }
}

@media (max-width: 567px){
  .systems-page h1 {
    font-size: 20px;
  }
  .systems-page h2 {
    font-size: 18px;
  }
}