/* ******************************************************************************
*********************************************************************************
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 15px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */
@font-face {
   font-family: "nest"; 
   src: url("https://go.4over.com/hubfs/4Over_January2021/Fonts/nest.woff2") format("woff2"), 
   url("https://go.4over.com/hubfs/4Over_January2021/Fonts/nest.ttf") format("truetype"), 
   url("https://go.4over.com/hubfs/4Over_January2021/Fonts/nest.woff") format("woff");
    font-style: normal;
    font-weight: normal;  
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}

html, body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.42857143;
  overflow-x: hidden;
}

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: underline;
}

/* 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.3;
}

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;
}

ul li,
ol li {

}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  border-left: 0 solid #e5e5e5;
  margin: 0 0 20px 40px;
  padding: 0;
  font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

sup,
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: none;
}

.disable-focus-styles :focus {
  outline: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 767px;
  font-family: Lato, sans-serif;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  padding: 15px 53px;

  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  font-size: 1.6rem;
  line-height:normal;
  font-weight: 700;
  font-family: 'Montserrat','Helvetica Neue',Helvetica,Arial,sans-serif;
  margin:10px 0;
  white-space:normal;
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;

  color: #fff;
  text-decoration:none;
}

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}
h3.form-title {
  font-family: 'Montserrat','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 600;
  line-height: 46px;
  font-size: 36px;
  text-align: center;
}

.hs-form label {
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  text-transform: uppercase;
  font-family: 'Montserrat','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 700;
  line-height: 36px;
  font-size: 1.4rem;
}

.hs-error-msgs label {
  color: #e02b27!important;
}

.hs-input {
  display: inline-block;
  width: 100%!important;
  height: auto!important;
  font-weight: normal;
  color: #33475b;
  background-color: #ffffff;
  border: 1px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  line-height: 1.42857143;
  padding: 6.5px 15px;
  vertical-align: baseline;
  font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-size: 14px;
  margin-bottom:10px;
}

form input {
  display: inline-block;
  height: auto!important;
  font-weight: normal;
  color: #33475b;
  background-color: #ffffff;
  border: 1px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  line-height: 1.42857143;
  padding: 6.5px 15px;
  vertical-align: baseline;
  font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-size: 14px;
  margin-bottom:10px;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto!important;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}
input.email-edit.hs-input {
  padding: 6.5px 15px !important;
  font-size: 14px !important;
}
input#hs-pwd-widget-password {
  width: 100%;
}
.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: #ed8380;
}
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: 1.42857143;
  text-align: left;
  white-space: normal;
  font-weight: normal;
  font-size: 1.2rem;
  text-transform: none;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

ul.no-list {
  list-style: none;
  padding-left:0;
}

.field {
  margin-bottom:8px;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}

.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 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 10;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 2rem;
  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.header {
  background-color: #F8FAFC;
}
.custom-banner-area:after{
  background-image: url(https://go.4over.com/hubfs/raw_assets/public/4Over_January2021/images/footer-colorbar.png);
}
.panel_wrapper {
  color: #fff;
}
.header__container {
  padding-left: 15px;
  padding-right: 15px;
}


.panel_wrapper .header__container {
  padding-left: 15px;
  padding-right: 15px;
  width: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  padding-top: 0;
  padding-bottom: 0;
}

.header-panel_left {
  line-height: 2rem;
  font-weight: 700;
  padding-bottom: 11px;
  padding-top:9px;
  font-size: 1.8rem;
  margin-right: auto;
  padding-left: 150px;
}
.header-panel_left p,
.header-panel_right p{
  margin: 0;
  font-weight: 700;
}
.rs-link-open .header-additional-links>li button {
  border: 1px solid #ddd;
}
.header-panel_right p a{
  text-decoration:underline; 
}
.header-panel_right {
  -webkit-flex-basis: 63%;
  -ms-flex-basis: 63%;
  flex-basis: 63%;
  background-color: #ea232a;
  position: relative;
  line-height: 2rem;
  font-weight: 700;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 55px;
  font-size: 1.4rem;
}

.header-panel_right:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 30px;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 100' fill='rgb(35,31,32)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,0 1,100 0,100'%3E%3C/polygon%3E%3C/svg%3E");
  background-size: 100% 100%;
}

.panel_wrapper:after {
  background-color: #ea232a;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 50%;
}

.header__container {
  max-width: 1200px;
  margin: 0 auto;
}
.main-header {
  position: relative;
}
.main-header .header__container {
  padding-left: 15px;
  padding-right: 15px;
  display: -webkit-flex;
  display: -khtml-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -khtml-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -khtml-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
span.nav-toggle {
  font-size: 0;
  left: 15px;
  position: absolute;
  top: 15px;
  z-index: 14;
  text-decoration: none;
  cursor: pointer;
  border-radius: 5px;
  text-transform: uppercase;
}
.nav-toggle:before {
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: inherit;
  color: #1994d2;
  content: "\e928";
  font-family: "nest";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: visible;
  speak: none;
  text-align: center;
}
.header__logo {
  max-width: 50%;
  position: relative;
}
.custom-logo img {
  max-width: 100%;
  display: block;
  height: auto;
  max-height: inherit;
  max-width: 117px;
}
.header-content-actions {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.customer-account-btn {
  -ms-flex-order: 10;
  -webkit-order: 10;
  order: 10;
}
.customer-account-btn a {
  border-radius: 5px;
  text-transform: uppercase;
  vertical-align: middle;
  background-image: none;
  background: #1994d2;
  border: 2px solid #1994d2;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Montserrat','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 7px 20px;
  text-align: center;
  font-size: 1.4rem;
}
.customer-account-btn a:hover{
  background: #005287;
  border: 2px solid #005287;
  color: #fff;
  text-decoration:none;
}
.header-additional-links {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 600;
  font-family: 'Montserrat','Helvetica Neue',Helvetica,Arial,sans-serif;
  color: #231f20;
  text-transform: uppercase;
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-additional-links>li {
  display: inline-block;
  position: relative;
}
.header-additional-links>li button {
  vertical-align: middle;
  font-family: 'Montserrat','Helvetica Neue',Helvetica,Arial,sans-serif;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 600;
  background: none;
  line-height: 1.42857143;
  margin: 0;
  border-radius: 0;
  border: 1px solid transparent;
  box-shadow: none;
  padding: 14px 20px;
  display: inline-block;
  text-decoration: none;
}

.header-additional-links>li button:before {
  font-size: 16px;
  margin-right: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: inherit;
  color: #1994d2;
  content: "\e94b";
  font-family: "nest";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: visible;
  speak: none;
  text-align: center;
}
.header-additional-links>li button span {
  vertical-align: middle;
}

.header-link-menu ul {
  box-shadow: -1px 1px 4px 0 rgba(0,0,0,0.13);
  z-index: 101;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  list-style: none none;
  background: #fff;
  border: 1px solid #ddd;
  margin: 0;
  margin-top: -1px;
  left: 0;
  right: auto;
  min-width: 240px;
  padding: 1rem;
}
.header-link-menu ul li a{
  line-height: 1.8rem;
  font-weight: 400;
  text-transform: none;
  display: block;
  padding: 8px;
  text-decoration: none;
  color: #3a3a3a;
  font-family: 'Montserrat','Helvetica Neue',Helvetica,Arial,sans-serif;
}
.header-link-menu ul li a::before{
  content: "\e94f";
  font-family: "nest";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: visible;
  speak: none;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #1994d2;
  margin-right: 1rem;
  width: 2rem;
}
.header-link-menu ul li:first-child a::before{
  content: "\e94f";
}
.header-link-menu ul li:nth-child(2) a::before{
  content: "\e94e";
}
.header-link-menu ul li:nth-child(3) a::before{
  content: "\e956";
}
.block-search {
  padding-left: 0;
  position: static;
  width: auto;
}
form.minisearch label {
  float: right;
  display: inline-block;
  text-decoration: none;
  font-family: 'Montserrat','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 600;
  border: 1px solid transparent;
  border-radius: 0;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 1.4rem;
}
form.minisearch label:before{
  color: #1994d2;
  content: "\e92f";
  font-family: "nest";
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: visible;
  speak: none;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
}
form.minisearch label span{
  vertical-align: middle;
}
form.minisearch .field.search {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #ddd;
  width: 100%;
  position: absolute;
  left: -9999px;
  top: 0;
  bottom: 0;
  margin: 0;
}

form.minisearch .field.search label.close {
  line-height: 5rem;
  width: 40px;
  margin-left: 10px;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  text-align: center;
  padding: 0;
  border: 0;
}
form.minisearch .field.search label.close:before {
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: "\e91a";
  font-family: "nest";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: visible;
  speak: none;
  text-align: center;
  margin: 0;
}
.block-search .control {
  border-top: 1px solid #e5e5e5;
  clear: both;
  margin: 0 -15px -1px;
  padding: 0 15px;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
.rs-link-open .header-link-menu ul {
  display: block;
}
.form-open form.minisearch .field.search {
  left: 0;
}
.block-search form.minisearch .field.search input {
  margin: 0;
  position: static;
  padding: 0 15px;
  padding-left: 40px;
  padding-right: 15px;
  height: 50px !important;
  border-radius: 0;
  font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-size: 16px;
  width: 100%;
}

.block-search .action.search {
  border-radius: 5px;
  text-transform: uppercase;
  cursor: default;
  z-index: 1;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  position: absolute;
  pointer-events: none;
  opacity: .5;
  top: 15px;
  left: 15px;
  right: auto;
}

.block-search .action.search:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 32px;
  color: #1994d2;
  content: "\e92f";
  font-family: "nest";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: visible;
  speak: none;
  text-align: center;
  line-height: 5rem;
  width: 40px;
}
.nav-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 12px 20px;
  cursor: pointer;
  font-size: 0;
  display: none;
  text-decoration: none;
}
.nav-close:before {
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 1em;
  color: #1994d2;
  content: "\e91a";
  font-family: "nest";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: visible;
  speak: none;
  text-align: center;
}

.mobile-open span.nav-toggle-overlay {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  width: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  background: rgba(140,140,140,0.7);
  content: '';
}
.header-hide header.header {
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transition: transform .3s;
  -khtml-transition: transform .3s;
  -moz-transition: transform .3s;
  -ms-transition: transform .3s;
  transition: transform .3s;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  border-bottom: 1px solid #e5e5e5;
  z-index: 20;
}

.header-show header.header {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: transform .3s;
  -khtml-transition: transform .3s;
  -moz-transition: transform .3s;
  -ms-transition: transform .3s;
  transition: transform .3s;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 20;
}

.lp .header-content-actions {
  opacity: 0;
  visibility: hidden;
}
.header-wrap {
  min-height:51px;
}

/* Mobile Styles */
@media (min-width: 768px) {
  .custom-menu-primary ul.submenu.level-1>li:last-child {
    display: none;
  }
  .panel_wrapper {
    border-bottom: 1px solid #e8e8e8;
    background-color: #231f20;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .main-header {
    margin-top: 40px;
  }
  span.nav-toggle {
    display: none;
  }
  .header__logo {
    margin: -40px auto 0 0;
  }
  .customer-account-btn a {
    min-width: 190px;
  }
  .header-additional-links {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .block-search {
    z-index: 4;
    float: right;
  }
  form.minisearch label {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
  }
  form.minisearch label>span{
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
  }
  .nav-sections-item-title,
  .section-item-title,
  .section-item-content {
    display: none;
  }

  .custom-menu-primary ul.submenu.level-1 {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .custom-menu-primary ul.submenu.level-1>li {
    margin: 0;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
  }

  .custom-menu-primary ul.submenu.level-1>li>a {
    padding: 10px 15px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1.8rem;
    text-align: center;
    padding-left: 7.5px;
    padding-right: 7.5px;
    width: 100%;
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 700;
  }
  .custom-menu-primary ul.submenu.level-1>li>a.active-branch {
    border-color: #ea232a;
    border-style: solid;
    border-width: 0 0 3px;
    text-decoration: none;
    display: inline-block;
  }
  .custom-menu-primary ul.submenu.level-1>li ul.submenu.level-2 {
    margin: 0 !important;
    z-index: 1;
    border: 1px solid #ddd;
    box-shadow: -1px 1px 4px 0 rgba(0,0,0,0.13);
    font-size: 14px;
    font-weight: 400;
    min-width: 275px;
    padding: 0;
    padding-top: 48px;
    padding-bottom: 10px;
  }

  .custom-menu-primary ul.submenu.level-1>li ul.submenu.level-2>li:first-child {
    top: 15px;
    left: 0;
    right: 0;
    position: absolute;
    margin: 0;
    font-family: 'Montserrat','Helvetica Neue',Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    min-width: 240px;
    break-inside: avoid-column;
    display: block !important;
    padding-bottom: 4px;
    padding:0;
  }

  .custom-menu-primary ul.submenu.level-1>li ul.submenu.level-2>li>a {
    display: block;
    line-height: inherit;
    padding: 3px 25px;
    font-weight: 700;
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
  }
  .custom-menu-primary ul.submenu.level-1>li:nth-child(2) ul.submenu.level-2{
    column-count: 3;
  }
  .custom-menu-primary ul.submenu.level-1>li:nth-child(3) ul.submenu.level-2,
  .custom-menu-primary ul.submenu.level-1>li:nth-child(7) ul.submenu.level-2{
    column-count: 2;
  }


  .custom-menu-primary ul.submenu.level-1>li ul.submenu.level-2>li:first-child>a {
    color: #1994d2;
    display: inline-block;
    font-family: 'Montserrat','Helvetica Neue',Helvetica,Arial,sans-serif;
  }

  .custom-menu-primary ul.submenu.level-1>li ul.submenu.level-2>li:first-child>a:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    content: "\e948";
    font-family: "nest";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: visible;
    speak: none;
    text-align: center;
    margin-left: 5px;
    vertical-align: top;
    font-size: 1.2rem;
    top: 1px;
    position: relative;
  }
  .custom-menu-primary ul.submenu.level-1>li ul.submenu.level-2>li {
    break-inside: avoid-column;
    display: block;
    position: static;
    min-width: 240px;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .custom-menu-primary ul.submenu.level-1>li ul.submenu.level-2 ul.submenu.level-3 {
    z-index: 1;
    font-size: 14px;
    font-weight: 400;
    top: -1px !important;
    left: 100% !important;
    display: block !important;
    position: static !important;
    border: none;
    box-shadow: none;
    padding: 0;
    min-width: auto;
  }

  .custom-menu-primary ul.submenu.level-1>li ul.submenu.level-2 ul.submenu.level-3>li>a {
    display: block;
    line-height: inherit;
    padding: 3px 25px;
  }
  .header-content-actions {
    padding-left: 70px;
  }
  .header-wrap {
    min-height: 135px;
  }




}

@media (min-width:1024px) {
  .header-content-actions {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 127px;
  }
  .customer-account-btn {
    margin-left: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  form.minisearch label{
    padding: 14px 20px;
  }
  form.minisearch label:before{
    margin-right: 10px;
  }
  form.minisearch .field.search{
    padding: 15px;
  }
  .header-wrap {
    min-height: 90.3px;
  }
}


@media (max-width:1570px) {
  .custom-menu-primary ul.submenu.level-1>li:last-child ul.submenu.level-2,
  .custom-menu-primary ul.submenu.level-1>li:nth-last-child(2) ul.submenu.level-2 {
    left: auto;
    right: 0;
  }

}

@media (max-width: 1023px){
  .header-panel_left {
    padding-left: 125px;
  }
  .header-content-actions {
    padding-top: 6px;
    padding-bottom: 5px;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
  }

  .header-panel_left {
    padding-left: 125px;
  }

  .header-content-actions {
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    justify-content: flex-end;
  }

  .customer-account-btn a {
    font-size: 0rem;
    min-width: auto;
  }

  .customer-account-btn a:before {
    font-size: 1.2rem;
    content: 'Apply';
  }

  .header-additional-links>li button {
    display: inline-block;
    text-decoration: none;
    font-size: 1.2rem;
    text-align: center;
    padding: 14px 10px;
  }

  .header-additional-links>li button:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: inherit;
    color: #1994d2;
    content: "\e94b";
    font-family: "nest";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: visible;
    speak: none;
    text-align: center;
    margin: 0;
  }

  .header-additional-links>li button span {
    vertical-align: middle;
    display: block;
    margin-right: 0;
  }

  form.minisearch label span {
    display: block;
    margin-right: 0;
    vertical-align: middle;
  }

  form.minisearch label:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: inherit;
    color: #1994d2;
    font-family: "nest";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: visible;
    speak: none;
    text-align: center;
  }

  form.minisearch>label {
    text-align: center;
    padding: 15px 10px;
    font-size: 1.2rem;
  }
  div#customer-logged-in {
    font-size: 1.2rem;
    font-family: 'Montserrat';
    flex: auto;
    margin-left: 20px;
  }
  .custom-menu-primary ul.submenu.level-1>li>a {
    padding-right: 4px;
    padding-left: 4px;
  }
  .customer-account-btn {
    margin-left: 10px;
  }
  form.minisearch>label {
    padding: 14px 10px;
  }
  .form-open form.minisearch .field.search {
    padding: 15px;
  }

  .block-search form.minisearch .field.search input {
    width: 100%;
  }



}

@media (max-width:880px) and (min-width:768px) {
  .custom-menu-primary ul.submenu.level-1>li:nth-child(2) ul.submenu.level-2{
    column-count: 2;
  }


}
@media (max-width:767px) {
  .lp .main-header .header__container {
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .header-panel_left {
    display: none;
  }
  .header-panel_right:before {
    content: none;
  }
  .panel_wrapper {
    background-color: #ea232a !important;
    display: block;
  }
  .header-panel_right {
    font-size: 1.2rem;
    width: 100%;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    padding-left: 0;
  }
  .customer-account-btn a:before {
    font-size: 1.2rem;
    content: 'Apply';
  }
  span.nav-toggle {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    background-color: #231f20;
    border-radius: 0;
    width: 55px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
  }
  .overlay-wrap{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
  }
  span.nav-toggle:before {
    color: #fff;
  }

  span.nav-toggle:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    display: block;
    width: 40px;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 100' fill='rgb(35,31,32)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,0 1,100 0,100'%3E%3C/polygon%3E%3C/svg%3E");
  }

  .header__logo {
    width: 64px;
    margin-left: 50px;
  }

  .header__logo img {
    max-height: 48.5px;
  }

  .header-content-actions {
    margin-left: 15px;
    padding: 0;
  }

  div#customer-logged-in {
    display: none;
  }

  form.minisearch>label {
    padding: 12px;
  }

  form.minisearch>label span {
    display: none;
  }

  .header-additional-links {
    display: none;
  }

  .header-additional-links>li button:before,
  form.minisearch label:before,
  .header-link-menu ul li a::before {
    font-size: 18px;
  }
  .form-open form.minisearch .field.search {
    padding: 10px;
    padding: 0 10px;
    z-index: 30;
    padding-right: 15px;
  }

  .block-search .control {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: transparent;
    position: static;
  }

  .block-search form.minisearch .field.search input {
    padding-left: 15px;
    height: 40px !important;
    margin: 0;
  }

  .block-search .action.search {
    display: none;
  }

  form.minisearch .field.search label.close {
    font-size: 1.4rem;
  }
  .nav-section-wrap {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left .3s;
    -moz-transition: left .3s;
    -ms-transition: left .3s;
    transition: left .3s;
    height: 100%;
    left: -80%;
    left: calc(-1 * (100% - 36px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: 80%;
    width: calc(100% - 36px);
    background-color: #fff;
  }
  .mobile-open .nav-section-wrap{
    -webkit-box-shadow: 0 0 5px 0 rgba(50,50,50,0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50,50,50,0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50,50,50,0.75);
    box-shadow: 0 0 5px 0 rgba(50,50,50,0.75);
    left: 0;
    z-index: 99;
  }
  span.nav-close:before{
    font-size: 1.1rem;
    color: #fff;
  }
  span.nav-close {
    padding: 20px;
    display: block;
  }
  .nav-sections-item-title {
    float: left;
    text-align: center;
    border: 1px solid #7d7d7d;
    margin-right: 5px;
    margin-top: 5px;
    padding-top: 13px;
    background: transparent;
    border-bottom-color: transparent;
    width: 42.5%;
    height: 45px;
    cursor: pointer;
  }

  .nav-sections-item-title a {
    text-decoration: none;
    font-size: 1.4rem;
    line-height: 1.8rem;
    color: #fff!important;
    font-weight: 600;
    text-align: center;
  }

  .custom-menu-primary {
    width: 100%;
    float: right;
    margin-left: -100%;
    background-color: #fff;
    margin-top: 50px;
    padding: 0 0 25px;
  }

  .section-item-title {
    text-align: center;
    float: left;
    border: 1px solid #7d7d7d;
    margin-right: 5px;
    margin-top: 5px;
    padding-top: 13px;
    background: transparent;
    border-bottom-color: transparent;
    width: 42.5%;
    height: 45px;
    cursor: pointer;
  }

  .section-item-title a {
    text-decoration: none;
    font-size: 1.4rem;
    line-height: 1.8rem;
    color: #fff!important;
    font-weight: 600;
    text-align: center;
  }
  body.mobile-open {
    overflow: hidden;
  }
  .nav-section-inner {
    background-color: #3a3a3a;
    position: relative;
    z-index: 1;
    font-size: 1.4rem;
  }
  .section-item-content {
    width: 100%;
    float: right;
    margin-left: -100%;
    background-color: #fff;
    margin-top: 50px;
    padding: 0 0 25px;
    display: none;
  }
  .custom-menu-primary ul.submenu.level-1>li {
    border-top: 1px solid #e5e5e5;
    font-size: 1.4rem;
    line-height: 1.8rem;
  }

  .custom-menu-primary ul.submenu.level-1>li>a {
    position: relative;
    display: block;
    line-height: 1em;
    font-weight: 700;
    padding: 10px 20px;
    text-decoration: none;
    color: #231f20;
  }

  .custom-menu-primary ul.submenu.level-1>li>.child-trigger:before {
    position: absolute;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    font-family: "nest";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: visible;
    speak: none;
    text-align: center;
    font-size: 1.3rem;
    top: 8px;
    right: 25px;
    content: "\e947";
  }

  .custom-menu-primary ul.submenu.level-1>li ul.submenu.level-2 {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left .3s ease-out;
    padding-left: 20px;
    padding-right: 20px;
  }

  .custom-menu-primary ul.submenu.level-1>li ul.submenu.level-2>li,
  .custom-menu-primary ul.submenu.level-1>li ul.submenu.level-2 ul.submenu.level-3>li {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }

  .custom-menu-primary ul.submenu.level-1>li ul.submenu.level-2>li>a,
  .custom-menu-primary ul.submenu.level-1>li ul.submenu.level-2 ul.submenu.level-3>li>a {
    display: block;
    color: #231f20;
    padding: 7px 13px 8px;
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 600;
  }

  .custom-menu-primary ul.submenu.level-1>li ul.submenu.level-2>li:first-child>a {
    font-family: 'Montserrat','Helvetica Neue',Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    color: #1994d2;
    font-weight: 700;
    display: inline-block;
  }

  .custom-menu-primary ul.submenu.level-1>li ul.submenu.level-2>li:first-child>a:after {
    text-decoration: none;
    margin-left: 5px;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: inherit;
    color: inherit;
    content: "\e948";
    font-family: "nest";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: visible;
    speak: none;
    text-align: center;
    font-size: 1.2rem;
  }

  .custom-menu-primary ul.submenu.level-1>li>.child-trigger.child-open:before {
    content: "\e957";
  }

  .custom-menu-primary ul.submenu.level-1>li ul.submenu.level-2 ul.submenu.level-3 {
    display: block !important;
  }
  .custom-menu-primary ul.submenu.level-1>li ul.submenu.level-2 ul.submenu.level-3>li>a {
    font-weight: 400;
    padding: 8px 13px 8px;
  }
  .custom-menu-primary ul.submenu.level-1>li:last-child {
    border-bottom: 1px solid #e5e5e5;
  }

  .custom-menu-primary ul.submenu.level-1>li:last-child>a {
    padding: 11px 20px;
  }

  .custom-menu-primary ul.submenu.level-1>li:last-child ul.submenu.level-2>li>a {
    color: #231f20;
    font-size: 1.4rem;
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 700;
    padding: 8px 20px;
    display: block;
    width: 100%;
    text-align: left;
    text-transform: none;
    font-style: normal;
  }

  .custom-menu-primary ul.submenu.level-1>li:last-child ul.submenu.level-2>li:first-child>a:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    content: "\e94f";
    font-family: "nest";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: visible;
    speak: none;
    text-align: center;
  }

  .custom-menu-primary ul.submenu.level-1>li:last-child ul.submenu.level-2 {
    padding: 0 10px;
  }

  .custom-menu-primary ul.submenu.level-1>li:last-child ul.submenu.level-2>li:first-child>a:after {
    content: none;
  }

  .custom-menu-primary ul.submenu.level-1>li:last-child ul.submenu.level-2>li:nth-child(2)>a:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    content: "\e94e";
    font-family: "nest";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: visible;
    speak: none;
    text-align: center;
  }

  .custom-menu-primary ul.submenu.level-1>li:last-child ul.submenu.level-2>li:nth-child(3)>a:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    content: "\e956";
    font-family: "nest";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: visible;
    speak: none;
    text-align: center;
  }
  .account-menu-open .section-item-content {
    display: block;
  }
  .account-menu-open .custom-menu-primary {
    display: none;
  }
  .section-item-content ul {
    margin: 0;
    padding: 0;
    position: relative;
    list-style: none;
    border-bottom: 1px solid #d1d1d1;
  }

  .section-item-content ul>li {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }

  .section-item-content ul>li>a {
    font-size: 1.4rem;
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 700;
    padding: 8px 20px;
    display: block;
    width: 100%;
    text-align: left;
    text-transform: none;
    border-top: 1px solid #d1d1d1;
    border-radius: 0;
    color: #231f20;
  }
  .nav-sections-item-title.active {
    background-color: #1994d2;
    border-color: #1994d2;
  }
  .section-item-title.active{
    background-color: #1994d2;
    border-color: #1994d2;
  }
  .body-wrapper {
    -webkit-transition: left .3s;
    -moz-transition: left .3s;
    -ms-transition: left .3s;
    transition: left .3s;
    height: 100%;
    position: relative;
    left: 0;
  }
  .mobile-open .body-wrapper {
    left: calc(100% - 36px);
  }
  header.header {
    position: relative;
    z-index: 9;
  }


}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: transparent;
}
.footer__container {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.footer-bottom {
  padding: 26px 0;
  padding-bottom: 25px;
}
.footer-bottom small {
  display: inline-block;
  font-size: 1.4rem;
  margin-right: 5px;
  padding: 0;
}
.footer-bottom ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-bottom ul li a{
  padding: 10px 0;
}
.footer-bottom div#hs_cos_wrapper_footer_copyright ul li:not(:last-child):after{
  content: "|";
  position: absolute;
  top: 0;
  right: -5px;
}
.footer__main {
  font-size: 1.4rem;
  line-height: 2.4rem;
  position: relative;
  margin: 0;
}
.footer__main:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 10px;
  background-image: url(https://go.4over.com/hubfs/raw_assets/public/4Over_January2021/images/footer-colorbar.png);
  background-size: cover;
  background-position: center;
}
.footer-address {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  justify-content: flex-start;
  display: flex;
  flex-direction: column;
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  border-style: none;
  border-width: 1px;
  border-radius: 0px;
  padding-left: 15px;
  padding-top: 15px;
  padding-right: 15px;
}

.footer-menu {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  justify-content: flex-start;
  display: flex;
  flex-direction: column;
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  border-style: none;
  border-width: 1px;
  border-radius: 0px;
}
.footer__main .footer__container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
} 
.footer-menu nav.navigation-primary {
  display: block;
}

.footer-menu ul.submenu.level-1 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer-menu ul.submenu.level-1>li {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  justify-content: flex-start;
  display: flex;
  flex-direction: column;
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  border-style: none;
  border-width: 1px;
  border-radius: 0px;
  padding: 15px 15px 10px;
}
.footer-menu ul.submenu.level-1>li ul.submenu.level-2 {
  position: static;
  display: block;
  opacity: 1;
  visibility: visible;
}
.footer-bottom ul.payment-icons {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 3.6rem;
  color: #fff;
  padding: 0;
  padding-left: 5px;
}
.footer-bottom ul.payment-icons li{
  display: inline-block;
}
.footer-bottom ul.payment-icons li span{
  font-style: normal;
  display: inline-block;
  text-decoration: none;
}
.visa:before {
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: "\e952";
  font-family: "nest";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: visible;
  speak: none;
  text-align: center;
}
.mastercard:before {
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: "\e953";
  font-family: "nest";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: visible;
  speak: none;
  text-align: center;
}
.american-express:before {
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: "\e955";
  font-family: "nest";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: visible;
  speak: none;
  text-align: center;
}
.discover:before {
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: "\e954";
  font-family: "nest";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: visible;
  speak: none;
  text-align: center;
}
div#hs_cos_wrapper_footer_copyright {
  position: relative;
  top: -1px;
}
.footer-bottom div#hs_cos_wrapper_footer_copyright ul li {
  font-size: 1.6rem;
  padding-right:5.5px;
  margin: 0 10px 0 0;
  display: inline-block;
  position: relative;
  letter-spacing: .33px;
} 
ul.social-icons {
  padding: 0;
  list-style: none;
  margin: 25px 0;
  line-height: 3.6rem;
  font-size: 3.6rem;
  margin-bottom: 21px;
}
ul.social-icons li {
  margin-right: 10px;
  display: inline-block;
}

ul.social-icons li a {
  font-style: normal;
  display: inline-block;
  font-weight: 400;
  text-decoration: none;
  line-height: 3.6rem;
  font-size: 3.6rem;
  color: #fff;
}

ul.social-icons li a.facebook:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: "\e904";
  font-family: "nest";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: visible;
  speak: none;
  text-align: center;
}

ul.social-icons li a.twitter:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: "\e951";
  font-family: "nest";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: visible;
  speak: none;
  text-align: center;
}

ul.social-icons li a.youtube:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: "\e949";
  font-family: "nest";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: visible;
  speak: none;
  text-align: center;
}
.footer-menu ul.submenu.level-1>li>a,
.footer-address h6 {
  font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 700;
  line-height: 24px;
  font-size: 1.6rem;
  cursor:text;
}
.footer-menu ul.submenu.level-1>li ul.submenu.level-2>li>a {
  display: inline-block;
  line-height: 1.42857143;
  max-width: 100%;
  font-weight: 400;
  font-size: 1.4rem;
}
.footer-menu ul.submenu.level-1>li ul.submenu.level-2>li>a:hover,
.footer-address p a:hover{
text-decoration: underline;
}
.footer-address p {
  margin: 0;
}
.lp .footer-bottom {
  padding: 34px 0;
  padding-top: 43px;
}
.lp .footer__main {
  padding: 0;
}
@media (min-width: 768px){
  .footer-bottom .footer__container {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .footer-bottom .footer__container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .footer-bottom ul {
    margin: 0;
    padding: 0;
    list-style: none;
    vertical-align: top;
    display: inline-block;
    padding-right: 70px;
  }
  .footer-bottom div#hs_cos_wrapper_footer_copyright ul li {
    font-size: 14px;
  } 
  .footer-bottom div#hs_cos_wrapper_footer_copyright ul li a{
    display: inline;
    text-decoration: none;
  }
  .footer-bottom div#hs_cos_wrapper_footer_copyright ul li a:hover{
    text-decoration:underline;
  }
  .footer__main {
    padding: 30px 0 25px;
  }
  .footer__main .footer__container {
    padding: 0;
  }
  .footer-address {
    -webkit-flex-basis: 20%;
    -ms-flex-basis: 20%;
    flex-basis: 20%;
  }
  .footer-menu {
    -webkit-flex-basis: 80%;
    -ms-flex-basis: 80%;
    flex-basis: 80%;
  }
  .footer-bottom ul.payment-icons {
    font-size: 3.6rem;
  }
  .footer-menu ul.submenu.level-1>li>a,
  .footer-address h6{
    margin: 0 0 5px;
  }
  .footer-menu ul.submenu.level-1>li {
    -webkit-flex-basis: 25%;
    -ms-flex-basis: 25%;
    flex-basis: 25%;
  }




}

@media (max-width: 767px){
  .footer-bottom {
    padding: 15px 0;
    margin-top: 10px;
    font-size: 1.4rem;
  }

  .footer-bottom ul li a {
    font-size: 1.4rem;
  }

  .footer-bottom ul {
    display: inline-block;
  }

  .footer-bottom ul.payment-icons {
    font-size: 2.4rem;
    margin-top: 9px;
    padding: 0;
  }

  .footer-bottom div#hs_cos_wrapper_footer_copyright ul li:not(:last-child):after {
    right: -6px;
  }
  .footer__main .footer__container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 5px;
  }

  .footer__main {
    padding: 10px 0;
  }

  .footer-menu ul.submenu.level-1 {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-menu ul.submenu.level-1>li ul.submenu.level-2 {
    line-height: 2rem;
  }

  ul.social-icons {
    margin-bottom: 0;
  }
  .footer-address p {
    line-height: 2rem;
  }

  .footer-address h6 {
    margin: 0;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  padding: 0 15px;
  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 {
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-post img {
  max-width: 100%;
  }
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
}
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

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

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

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

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


.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}

/*             Blog Listing with Sidebar            */

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

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

/*             Blog Grid Listing            */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*             Blog Grid Listing with Sidebar            */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Mobile Blog Sidebar */

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

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

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

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

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

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

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

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

/* Blog Subscription Section */

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

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

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

/*             Blog Post Layout          */

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

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

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

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

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

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

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

.blog-post__back-to-blog svg {
	position: relative;
	top: 6px;
	margin-right: 10px;
	width: 20px;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
.blog-comments .comment-date{
  display:block;
}
@media (max-width: 767px) {
	.blog-post {
		width: 90%;
		padding: 20px;
  }
  .hs_recaptcha.hs-recaptcha.field.hs-form-field { padding: 5px; overflow: hidden; overflow-x: auto;}
}

/* Blog Comments */


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

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

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

/* Related Articles */

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

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

.blog-recent-posts .blog-post__meta-section {
	justify-content: flex-end;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  padding: 6.5px 15px;
}

.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;
}