/* ******************************************************************************
*********************************************************************************
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 */
  margin: 0; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

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

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

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

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

@media (max-width: 1210px) {
  .dnd-section>.row-fluid {
    max-width: 90% !important;
  }
}

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


@font-face { 
  font-family: "Font Awesome 5 Brands";
  src: url("//8396453.fs1.hubspotusercontent-na1.net/hubfs/8396453/Luxe_November2020/Fonts/FontAwesome5Brands-Regular.eot") format("embedded-opentype"),
    url("//8396453.fs1.hubspotusercontent-na1.net/hubfs/8396453/Luxe_November2020/Fonts/FontAwesome5Brands-Regular.woff2") format("woff2"),
    url("//8396453.fs1.hubspotusercontent-na1.net/hubfs/8396453/Luxe_November2020/Fonts/FontAwesome5Brands-Regular.woff") format("woff"),
    url("//8396453.fs1.hubspotusercontent-na1.net/hubfs/8396453/Luxe_November2020/Fonts/FontAwesome5Brands-Regular.ttf") format("truetype"),
    url("//8396453.fs1.hubspotusercontent-na1.net/hubfs/8396453/Luxe_November2020/Fonts/FontAwesome5Brands-Regular.svg") format("svg");
  font-style: normal;
  font-weight: normal;
}

@font-face { 
  font-family: "latin_modern_roman10_regular";
  src: url("//8396453.fs1.hubspotusercontent-na1.net/hubfs/8396453/Luxe_November2020/Fonts/LMRoman10-Regular.woff2") format("woff2"),
    url("//8396453.fs1.hubspotusercontent-na1.net/hubfs/8396453/Luxe_November2020/Fonts/LMRoman10-Regular.woff") format("woff"); 
  font-style: normal;
  font-weight: normal;
}


html {
  font-size: 100%;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
}
img{
  max-width: 100%;
}
::selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

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

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
a:hover, a:focus {
  text-decoration: none;
}
.body-container-wrapper a{
  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;
  padding-left: 20px;
}

ul li,
ol li {}

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

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

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

@media (max-width: 767px) {
  html {
    font-size: 18.0px
  }
}

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

form {
  max-width: 100%;
  font-family: Lato, sans-serif;
}
label.hs-error-msg, label.hs-main-font-element {
  color: red !important;
  font-size: 13px !important; 
}
.hs-button {
  margin: 15px 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 40px;
  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;
  font-size: 18px;
  outline: none;
  font-family: "Work Sans", sans-serif;
  padding: 15px 53px;
  
  text-decoration: none !important;
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
  text-decoration: none;
}
.systems-page.shadow form .hs-input {
  margin-bottom: 10px;
}
.hs_cos_wrapper_type_password_prompt,
.hs_cos_wrapper_type_email_simple_subscription,
.hs_cos_wrapper_type_form,
.hs_cos_wrapper_type_blog_subscribe,
.widget-type-google_search,
#comment-form,
.section.post-footer,
.hs-search-field,
.systems-page.shadow form{
  padding: 32px 16px 16px;
  box-shadow: 0 0 5px rgba(89,89,88,0.25);
  -webkit-box-shadow: 0 0 5px rgba(89,89,88,0.25);
  -moz-box-shadow: 0 0 5px rgba(89,89,88,0.25);
  max-width: 700px;
  display: block;
  margin-bottom: 30px;
}

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

div#hs-search-module a.hs-button.primary {
  margin-top: 35px;
}
.hs-form label {
  font-size: 18px;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: 600;
  text-align: left;
  line-height: 1.3;
  padding-top: 0;
  margin-bottom: 4px;
}

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

.hs-input {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 12.8px 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
  color: #33475b;
  background-color: #ffffff;
  border: 2px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}

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

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

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

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

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

textarea.hs-input {
  height: auto;
}

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

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

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

.actions {
  padding: 0;
}

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

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

.field {
  margin-bottom: 18px;
}

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

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

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

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

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

@media(max-width: 767px){
  .hs_cos_wrapper_type_password_prompt,
  .hs_cos_wrapper_type_email_simple_subscription,
  .hs_cos_wrapper_type_form,
  .hs_cos_wrapper_type_blog_subscribe,
  .widget-type-google_search,
  #comment-form,
  .section.post-footer,
  .hs-search-field,
  .systems-page.shadow form{
    max-width: 100%;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

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

.hs-menu-item a {
  display: block;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.header {
  background-color: #F8FAFC;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
}

.header__container {
  max-width: 1200px;
  margin: 0 auto;
}
.search-block {
  margin-top: 30px;
  display: none;
}
.header-inner {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
}
.header-inner .menu-secondary {
  width: 75px;
  height: 75px;
}
.header-inner .menu-secondary .menu-button {
  display: block;
  cursor: pointer;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 0 none;
  position: relative;
}
.header-inner .menu-secondary .menu-button span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 25px;
  height: 1px;
  background-color: #000;
}
.header-inner .menu-secondary .menu-button span:after, .header-inner .menu-secondary .menu-button span:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  height: 1px;
  background-color: inherit;
}
.search-block .search-box {
  border: 1px solid #ddd;
  padding: 10px 45px 28px;
  background-color: #fff;
}
.search-block .search-box form#searchform1 {
  padding-right: 170px;
  position: relative;
  display: flex;
}
.search-block .search-box form#searchform1 label.screen-reader-text {
  position: absolute;
  top: 0;
  left: 0;
  clip: rect(0px,0,0,0px);
}
.popup_menu .hs-menu-wrapper>ul>li>ul>li:last-child {
  margin: 0;
}
.search-block .search-box form#searchform1 input#s1 {
  display: block;
  font-size: 30px;
  color: #000;
  height: 65px;
  width: 100%;
  outline: none;
  border: 0 none;
  background-color: #fff;
  padding: 0;
  line-height: 1.2;
  text-align: left;
  margin: 0;
  border-radius: 0;
  resize: none;
  border-bottom: 1px solid #ddd;
}
.search-block .search-box form#searchform1 button#searchsubmit1 {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-top: 0px;
  font-size: 20px;
  line-height: 1;
  font-family: 'latin_modern_roman10_regular', sans-serif;
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 11px 35px 14px;
  text-transform: uppercase;
  -webkit-appearance: button;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  cursor: pointer;
  font-weight: 400;
  font-family: latin_modern_roman10_regular, sans-serif;
}
.header-inner .menu-secondary .menu-button span:after {
  bottom: -6px;
}
.header-inner .menu-secondary .menu-button span:before {
  top: -6px;
}
.header_logo {
  width: 110px;
}
.header_logo img.hs-image-widget {
  border: 0 none;
  max-width: 100%;
  vertical-align: top;
  height: auto;
  display: block;
  width: auto !important;
}
nav.site-navigation .hs-menu-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
nav.site-navigation .hs-menu-wrapper ul > li:last-child {
  margin: 0;
}
nav.site-navigation .hs-menu-wrapper ul > li {
  margin-right: 40px;
}
nav.site-navigation .hs-menu-wrapper ul > li > a {
  display: block;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
}
.red-link a {
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  display: block;
  text-transform: uppercase;
}
.header-search {
  width: 75px;
  height: 75px;
}
.header-search span.icon-search {
  display: block;
  width: 100%;
  height: 100%;
  background: url(//8396453.fs1.hubspotusercontent-na1.net/hubfs/8396453/raw_assets/public/Luxe_November2020/images/icon-search.svg) no-repeat center center;
  cursor: pointer;
}
.search-block .search-box form#searchform1 input#s1::-webkit-input-placeholder {
  color: #ddd;
}
.search-block .search-box form#searchform1 input#s1::-moz-placeholder {
  color: #ddd;
}
.search-block .search-box form#searchform1 input#s1:-ms-input-placeholder {
  color: #ddd;
}
.search-block .search-box form#searchform1 input#s1:-moz-placeholder {
  color: #ddd;
}
.search-block .search-box form#searchform1 button#searchsubmit1:hover {
  background-color: #000;
  color: #fff;
}
.popup-menu.menu-opened {
  z-index: 9999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255,255,255,0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  transition: all linear 0.2s;
}
.mobile-open .popup-menu.menu-opened {
  visibility: visible;
  opacity: 1;
}
.popup-menu-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid #000;
  padding: 20px 15px;
  width: 350px;
  max-height: 90%;
  overflow: auto;
}
body.mobile-open {
  overflow: hidden;
}
.popup-menu-box .close {
  top: 15px;
  position: absolute;
  right: 0;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background: url(//8396453.fs1.hubspotusercontent-na1.net/hubfs/8396453/raw_assets/public/Luxe_November2020/images/icon-close.svg) no-repeat center center;
  background-size: 15px auto;
  border: 0 none;
  padding: 0;
}
.popup-logo {
  width: 110px;
  margin-bottom: 30px;
}
.popup-logo img.hs-image-widget {
  display: block;
  border: 0 none;
  max-width: 100%;
  vertical-align: top;
  height: auto;
}
.search-form label.screen-reader-text {
  position: absolute;
  top: 0;
  left: 0;
  clip: rect(0px,0,0,0px);
}
.search-form input#s {
  border: 1px solid #ddd;
  outline: none;
  padding: 0 40px 0 10px;
  height: 30px;
  line-height: 1.2;
  text-align: left;
  margin: 0;
  background-color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  resize: none;
  width: 100%;
  font-size: 100%;
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
}
.search-form button#searchsubmit {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 30px;
  border: 0 none;
  font-size: 0;
  background: url(//8396453.fs1.hubspotusercontent-na1.net/hubfs/8396453/raw_assets/public/Luxe_November2020/images/icon-search.svg) no-repeat center center;
  background-size: 15px auto;
  padding: 0;
  -webkit-appearance: button;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  cursor: pointer;
  line-height: normal;
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  vertical-align: baseline;
}
.search-form {
  margin-bottom: 30px;
  position: relative;
}
.popup_menu .hs-menu-wrapper > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.popup_menu .hs-menu-wrapper > ul > li {
  margin: 0 0 10px;
  position: relative;
}
.popup_menu .hs-menu-wrapper > ul > li > a {
  display: block;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  cursor: pointer;
}
.popup_menu .hs-menu-wrapper > ul > li > ul {
  margin: 15px 10px;
  display: none;
}
.popup_menu .hs-menu-wrapper>ul>li>ul>li {
  list-style: none;
  margin-bottom: 7px;
}
.popup_menu .hs-menu-wrapper>ul>li>ul>li>a {
  font-size: 14px;
  display: block;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  cursor: pointer;
}
span.sub-menu-toggle {
  position: absolute;
  top: 0;
  right: -15px;
  width: 30px;
  height: 20px;
  background: url(//8396453.fs1.hubspotusercontent-na1.net/hubfs/8396453/raw_assets/public/Luxe_November2020/images/icon-arrow-down.svg) no-repeat center center;
  background-size: 15px auto;
  z-index: 1;
  -webkit-transition: all 350ms;
}
.popup_menu .hs-menu-wrapper>ul>li.child-open .sub-menu-toggle {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.popup-menu.menu-opened hr {
  border: 0 none;
  margin: 30px 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
}
.popup-footer {
  margin: 30px 0;
}
.popup-footer a {
  font-size: 14px;
  padding: 10px;
  width: 48%;
  display: inline-block;
  font-family: 'latin_modern_roman10_regular', sans-serif;
  line-height: 0.9;
  text-transform: uppercase;
  border: 1px solid;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  cursor: pointer;
}
.lp .header-inner .menu-secondary .menu-button span:after, .lp .header-inner .menu-secondary .menu-button span:before {
  display: none;
}
.lp .header-inner .menu-secondary .menu-button span {
  background: transparent;
}
.lp .header-inner .menu-secondary .menu-button {
  cursor: default;
}
.lp nav.site-navigation .hs-menu-wrapper ul {
  visibility: hidden;
}
.lp .red-link a {
  cursor: default;
  visibility: hidden;
}
.lp .header-search span.icon-search {
  visibility: hidden;
}
.popup-footer > div > span, .popup-footer > div > div {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.social-media ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-media ul li {
  margin-right: 10px;
}
.social-media ul li:last-child {
  margin-right: 0;
}
.social-media ul li a {
  font-size: 13px;
  width: 25px;
  height: 25px;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  cursor: pointer;
}
.lp .red-link {
  width: 105px;
}
.lp nav.site-navigation {
  width: 714.91px;
}
.social-media ul li a span.screen-reader-text {
  position: absolute;
  top: 0;
  left: 0;
  clip: rect(0px,0,0,0px);
}
.social-media ul li a:hover {
  background-color: #3f3b36;
}
.search-form input#s::-webkit-input-placeholder {
  opacity: 1;
  color: #999;
}
.search-form input#s::-moz-placeholder {
  opacity: 1;
  color: #999;
}
.search-form input#s:-ms-input-placeholder {
  opacity: 1;
  color: #999;
}
.search-form input#s:-moz-placeholder {
  opacity: 1;
  color: #999;
}
.header.fixed {
  transition: all .3s;
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
}
.fixed .header.fixed {
  z-index: 999;
  position: fixed;
  left: 0;
  top: 0;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
  background: #fff;
  -webkit-animation: stickyhead ease-in-out 0.4s 0.1s both;
  -moz-animation: stickyhead ease-in-out 0.4s 0.1s both;
  animation: stickyhead ease-in-out 0.4s 0.1s both;
}
.fixed .search-block {
  position: fixed;
  left: 0;
  top: 75px;
  padding: 0;
  width: 100%;
  z-index: 99999;
  margin: 0;
}
@media (max-width: 1600px){
  .body-container-wrapper h1 {
    font-size: 55px !important;
  }
}

@media (max-width: 1300px){
  .lp nav.site-navigation {
    width: 674.91px;
  }
  nav.site-navigation .hs-menu-wrapper ul>li {
    margin-right: 30px;
  }
}
@media (max-width: 1210px){
  .header__container {
    max-width: 90% !important;
  }
}
@media (max-width: 1024px){
  .body-container-wrapper h1 {
    font-size: 35px !important;
  }
  .body-container-wrapper h2 {
    font-size: 30px !important;
  }
  .body-container-wrapper h3 {
    font-size: 28px !important;
  }
  .body-container-wrapper h4 {
    font-size: 25px !important;
  }
  nav.site-navigation {
    display: none;
  }
  .red-link {
    display: none;
  }
}
@media (max-width: 767px){
  .body-container-wrapper h1 {
    font-size: 25px !important;
  }
  .body-container-wrapper h2 {
    font-size: 24px !important;
  }
  .body-container-wrapper h3 {
    font-size: 23px !important;
  }
  .body-container-wrapper h4 {
    font-size: 22px !important;
  }
  .header__container {
    max-width: 95% !important;
  }
  .search-block .search-box {
    padding: 10px 20px;
  }
  .search-block .search-box form#searchform1 {
    padding: 0;
    display: block;
  }
  .search-block .search-box form#searchform1 button#searchsubmit1 {
    position: relative;
    margin-top: 5px;
    width: 100%;
  }
}

@media (max-width: 360px){
  .popup-menu-box {
    width: 90%;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: #F8FAFC;
}
.footer__container {
  margin: 0 auto;
}
.copyright-footer {
  padding: 30px 0;
  text-align: center;
}
.copyright-footer img {
  display: block;
  max-width: 120px;
  margin: 0 auto 10px;
  vertical-align: top;
  height: auto;
  border: 0 none;
}
.copyright-footer p {
  font-size: 11px;
  line-height: 1;
  margin: 0;
}
.social-media-footer {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 20px 0;
}
.social-media-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.footer_form .submitted-message {
  text-align: center;
}
.social-media-footer ul li {
  margin-right: 25px;
}
.social-media-footer ul li a {
  font-size: 25px;
  height: 40px;
  width: 40px;
  background-color: #000;
  border-radius: 50%;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  cursor: pointer;
}
.social-media-footer ul li a span.screen-reader-text {
  position: absolute;
  top: 0;
  left: 0;
  clip: rect(0px,0,0,0px);
}
.fab {
  font-family: "Font Awesome 5 Brands";
}
.fa, .fab, .fad, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fab, .far {
  font-weight: 400;
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.social-media-footer ul li:last-child {
  margin: 0;
}
.main-footer {
  padding: 65px 0 55px;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.footer-logo {
  width: 45%;
}
.footer-logo img.hs-image-widget {
  display: block;
  margin: auto;
  border: 0 none;
  max-width: 100%;
  vertical-align: top;
  height: auto;
  width: 230px !important;
}
.footer_menu {
  width: 55%;
}
.footer_menu .hs-menu-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  font-size: 20px;
}
.footer_menu .hs-menu-wrapper ul li {
  width: 50%;
  margin-bottom: 15px;
  font-size: 20px;
}
.footer_menu .hs-menu-wrapper ul li a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  cursor: pointer;
}
.social-media-footer ul li a:hover {
  background-color: #3f3b36;
}
.social-media-footer ul li a em:before {
  position: relative;
  top: -1px;
}
section.footer-newsletter-block {
  padding-top: 100px;
}
.newsletter-box {
  padding: 50px;
  color: #fff;
}
.newsletter-box img {
  max-width: 250px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 35px;
  vertical-align: top;
}
.newsletter-box h3 {
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
  font-family: 'Playfair Display', sans-serif;
  margin-bottom: 50px;
  font-weight: normal;
  line-height: 1.2;
}
.footer_form h3.form-title {
  display: none;
}
.footer_form form {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.footer_form form > div:first-child {
  width: 450px;
  padding-right: 50px;
  font-size: 20px;
  line-height: 1.3;
}
.footer_form form .hs-richtext p {
  margin: 0;
}
.footer_form form .hs-richtext p span {
  font-size: 20px;
  line-height: 1.3;
}
.footer_form form .hs_email {
  width: 185px;
  margin-right: 10px !important;
}
.footer_form form .field {
  margin: 0;
}
.footer_form form .field > label {
  display: none;
}
.footer_form form .hs_region_of_interest {
  cursor: pointer;
  line-height: 1;
  width: 265px;
  position: relative;
  margin-right: 10px;
  text-align: left;
}
.newsletter-box .hs_cos_wrapper_type_form {
  padding: 0;
  margin: 0;
  max-width: 100%;
  box-shadow: unset;
}
.footer_form form .hs_email {
  position: relative;
}
.footer_form form .hs_submit input.hs-button.primary.large {
  border: 0 none;
  padding: 11px 25px;
  display: inline-block;
  font-family: 'latin_modern_roman10_regular', sans-serif;
  line-height: 0.9;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  cursor: pointer;
  margin: 0;
  vertical-align: baseline;
  border-radius: 0;
  font-weight: 400;
}
.footer_form form .hs-input {
  border-radius: 2px;
  padding: 0 20px;
  margin-right: 10px;
  height: 40px;
  line-height: 1.2;
  text-align: left;
  margin: 0;
  border: 0 none;
  vertical-align: baseline;
  font-size: 100%;
  appearance: none;
}
.footer_form form .hs-richtext {
  margin: 0;
}
.footer_form form .hs-input::-webkit-input-placeholder {
  color: #000;
}
.footer_form form .hs-input::-moz-placeholder {
  color: #000;
}
.footer_form form .hs-input:-ms-input-placeholder {
  color: #000;
}
.footer_form form .hs-input:-moz-placeholder {
  color: #000;
}

.footer_form form select {   
  cursor: pointer;
  background: url(//8396453.fs1.hubspotusercontent-na1.net/hubfs/8396453/raw_assets/public/Luxe_November2020/images/icon-arrow.png) #ffffff no-repeat 95% 50% !Important;
}
.footer_form form .hs_error_rollup ul.no-list.hs-error-msgs.inputs-list {
  display: none !important;
}
.footer_form form ul.no-list.hs-error-msgs.inputs-list {
  position: absolute;
  width: auto;
  margin: 0;
}

@media (max-width: 1600px){
  .main-footer {
    padding: 50px 0;
  }
}

@media (max-width: 1210px){
  .footer__container {
    max-width: 90% !important;
  }
}

@media (max-width: 1200px){
  .footer_form form ul.no-list.hs-error-msgs.inputs-list {
    position: static;
    width: auto;
    margin: 0;
  }
  .footer_form form .hs_email {
    margin-bottom: 10px;
    width: 100%;
  }
  .footer_form form>div:first-child {
    width: 100%;
    padding: 10px 0;
    text-align: center;
  }
}

@media (max-width: 1024px){
  .footer_menu .hs-menu-wrapper ul li {
    font-size: 18px;
  }
  .footer_form form .hs_region_of_interest {
    padding-bottom: 10px;
    width: 100%;
  }
  .footer_form form select{
    background-position: 98% 50%!Important; 
  }
}

@media (max-width: 767px){
  .footer-logo {
    width: 100%;
    padding: 0 10px 20px;
  }
  .footer_menu {
    width: 100%;
  }
  .footer_menu .hs-menu-wrapper ul li {
    width: 100%;
    text-align: center;
  }
  .footer__container {
    max-width: 95% !important;
  }
}

@media (max-width: 350px){
  .social-media-footer ul li {
    margin-right: 17px;
  }
}
/* ******************************************************************************
*********************************************************************************
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;
  margin: 0 auto;
}
.list-wrapper {
  padding-top: 50px;
}
.page-header {
  text-align: center;
  max-width: 100%;
  margin: 0 auto 70px;
  position: relative;
}
.page-header h1 {
  line-height: 1;
  font-size: 65px;
  font-weight: 900;
  text-transform: uppercase;
  font-family: 'Playfair Display', sans-serif;
  margin: 0;
}
.page-header p {
  margin-top: 25px;
  margin-bottom: 0;
  line-height: 1.4;
}
.blog-header {
  background-color: #F8FAFC;
  text-align: center;
}
.blog-listing-wrapper {
  text-align: center;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-right: -30px;
}
.blog-listing-wrapper .post-item {
  width: 33.33%;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 60px;
}
.blog-listing-wrapper .post-item img {
  margin-bottom: 20px;
  width: 100%;
  height: 345px;
  object-fit: cover;
  object-position: center;
  border: 0 none;
  max-width: 100%;
  vertical-align: top;
  display: block;
}
.blog-listing-wrapper .post-item span.designtv-title.title {
  font-family: 'Playfair Display', sans-serif;
  line-height: 1.2;
  font-size: 30px;
  padding: 0 15px;
  display: block;
}
.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;
}
.post-main-wrapper {
  padding-top: 50px;
}
.page-header span.m_lifestyle {
  line-height: 1;
  font-size: 65px;
  font-weight: 900;
  text-transform: uppercase;
  font-family: 'Playfair Display', sans-serif;
  color: #000;
}
.page-header span.m_lifestyle a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  cursor: pointer;
  line-height: 1;
  font-size: 65px;
  font-weight: 900;
  text-transform: uppercase;
  font-family: 'Playfair Display', sans-serif;
}
ul.topic {
  margin: 40px 0 0;
  padding: 0;
  list-style: none;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
ul.topic li {
  margin-right: 35px;
}
ul.topic li:last-child {
  margin: 0;
}
ul.topic li a {
  text-transform: uppercase;
  font-size: 14px;
  display: block;
  line-height: 1;
  color: #000;
  text-decoration: none;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  cursor: pointer;
}
.back {
  margin-bottom: 45px;
}
.back a {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  cursor: pointer;
}
.back a:hover {
  color: #3f3b36;
}
ul.topic li a:hover {
  color: #3f3b36;
}
.blog-header__form {
  margin: 0 1rem;
}
.post-content .entry-header h1.entry-title {
  font-size: 60px;
  font-weight: normal;
  line-height: 1.2;
  max-width: 85%;
  margin: 0 auto 30px;
  text-align: center;
  font-family: 'Playfair Display', sans-serif;
}
ul.entry-meta {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
ul.entry-meta > li {
  padding-right: 20px;
  margin-right: 15px;
  position: relative;
  text-transform: uppercase;
}
ul.entry-meta > li:first-child:after {
  position: absolute;
  content: "/";
  top: 0;
  right: 0;
  bottom: 0;
  width: 7px;
  display: block;
}
ul.entry-meta > li a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  cursor: pointer;
  text-transform: uppercase;
}
.post-content-wrap {
  padding-top: 90px;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.post-content-wrap .post-left-content {
  width: calc(100% - 365px);
}
aside.post-sidebar {
  width: 345px;
}
.stickyme {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
.home-sidebar {
  text-align: center;
}
.newsletter {
  width: 315px;
  padding: 25px 35px;
  text-align: center;
  position: -webkit-sticky;
  position: sticky;
  top: 85px;
  display: inline-block;
  background-color: #000;
  color: #fff;
}
.newsletter h3 {
  color: #fff;
  line-height: 1;
  margin: 0;
  font-weight: normal;
  font-size: 30px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: 'Playfair Display', sans-serif;
}
.newsletter .footer_form form>div:first-child {
  display: none;
}
.newsletter .footer_form form .hs-input {
  height: 36px;
  font-size: 16px;
  line-height: 1.2;
  padding: 0 15px;
  color: #000;
  margin-bottom: 5px;
  background-color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  resize: none;
  width: 100%;
  border: 0 none;
  text-align: left;
}
.newsletter .footer_form form .field {
  width: 100%;
  margin: 0 !important;
}
.newsletter .footer_form form .hs_submit input.hs-button.primary.large {
  padding: 5px 20px 8px;
  background-color: #58595b;
  color: #fff;
  border: 0 none;
  -webkit-appearance: button;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  cursor: pointer;
  width: 100%;
}
.at-share-btn-elements a {
  background-color: rgb(34, 34, 34);
  padding: 4px;
  margin: 0 23px;
  border-radius: 100% !important;
  -webkit-border-radius: 100% !important;
  display: inline-block;
  overflow: hidden;
  line-height: 0;
  text-decoration: none;
  text-transform: none;
  color: #fff;
  cursor: pointer;
  transition: all .2s ease-in-out;
  border: 0;
  font-family: helvetica neue,helvetica,arial,sans-serif;
}
.at-share-btn-elements a .at4-visually-hidden {
  position: absolute;
  clip: rect(1px,1px,1px,1px);
  padding: 0;
  border: 0;
  overflow: hidden;
}
.at-share-btn-elements a span.at-icon-wrapper {
  float: left;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
}
.at-share-btn-elements a span.at-icon-wrapper svg {
  cursor: pointer;
}
.at-share-btn-elements {
  margin-top: 60px;
  text-align: center;
  margin-bottom: 60px;
}
.at-share-btn-elements a:hover {
  transform: translateY(-4px);
  color: #fff;
  text-decoration: none;
}
.newsletter .footer_form form {
  display: block;
}

@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-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: #F8FAFC;
  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 {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.related-wrapper {
  margin-top: 100px;
}
.related-wrapper .section-heading {
  position: relative;
  margin-bottom: 85px;
}
.related-wrapper .section-heading:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 2px;
  height: 1px;
  background-color: #ddd;
  z-index: 0;
}
.related-wrapper .section-heading .content-wrapper {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.related-wrapper .section-heading .content-wrapper h2.section-title {
  font-size: 40px;
  line-height: 0.8;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 10px;
  background-color: #fff;
  position: relative;
  font-family: 'Playfair Display', sans-serif;
  margin: 0;
  z-index: 9;
  font-weight: normal;
}
.related-wrapper .section-heading .content-wrapper a.see-all {
  text-transform: uppercase;
  line-height: 1;
  display: block;
  font-size: 20px;
  color: #000;
  text-decoration: none;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  cursor: pointer;
}
.related-wrapper .section-heading .content-wrapper a.see-all:hover {
  color: #3f3b36;
}
.newsletter .footer_form form .hs_submit input.hs-button.primary.large:hover {
  background-color: #3f3b36;
}
.slick-dotted.slick-slider {
  margin-left: -35px !important;
  margin-right: -35px !important;
  margin-bottom: 0 !important;
}
.related-post-item a {
  display: block;
  text-align: center;
  padding: 0 35px;
}
.related-post-item a img.lazyloaded {
  margin-bottom: 25px;
  height: 345px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  display: block;
  border: 0 none;
  max-width: 100%;
  vertical-align: top;
}
.related-post-item a span.title {
  font-family: 'Playfair Display', sans-serif;
  line-height: 1.2;
  font-size: 32px;
  color: #000;
}
.related-post-item a:hover span.title {
  color: #3f3b36;
}
.slick-prev, .slick-next {
  position: absolute!important;
  z-index: 1!important;
  top: 50%!important;
  width: 40px!important;
  height: 40px!important;
  background: url(//8396453.fs1.hubspotusercontent-na1.net/hubfs/8396453/raw_assets/public/Luxe_November2020/images/icon-arrow.svg) no-repeat center center!important;
  margin-top: -70px!important;
  font-size: 0!important;
  border: 0 none!important;
  padding: 0!important;
}
.slick-prev:before, .slick-next:before{
  display: none !important;
}
button.slick-next.slick-arrow {
  right: -20px !important;
  transform: scale(-1, 1) !important;
}
.slick-prev {
  left: -20px !important;
}
.list-wrapper {
  overflow: hidden;
}
/*             Blog Listing with Sidebar            */

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

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

/*             Blog Grid Listing            */

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

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

.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 30px 30px 30px;
  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: 30px;
  margin: 0 0 40px 0;
  list-style: none;
  border-radius: 5px;
  background: #fff;
}

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

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

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

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

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

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

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

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

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

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

/* Mobile Blog Sidebar */

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

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

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

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

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

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

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

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

/* Blog Subscription Section */

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

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

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

/*             Blog Post Layout          */

.post-featured-image {
  margin-bottom: -110px;
  min-height: 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: #fff;
  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;
}

@media (max-width: 767px) {
  .blog-post {
    width: 90%;
    padding: 30px;
  }
}

/* Blog Comments */

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

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

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

.blog-comments form {
  margin-top: 2em;
  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;
}
.page-header.author h1.archive-title {
  font-size: 50px;
}
.page-header.author h1.archive-title span.vcard {
  display: block;
}
@media (max-width: 1600px){
  .related-post-item a span.title {
    font-size: 26px;
  }
  .page-header h1 {
    font-size: 55px;
  }
  .page-header {
    margin-bottom: 50px;
  }
  .page-header {
    margin-bottom: 50px;
  }
  ul.topic {
    margin-top: 30px;
  }
  .post-content .entry-header h1.entry-title {
    font-size: 45px;
    max-width: 60%;
  }
  .post-content-wrap {
    padding-top: 50px;
  }
  .related-wrapper .section-heading {
    margin-bottom: 60px;
  }
}
@media (max-width: 1400px){
  .related-wrapper .section-heading .content-wrapper h2.section-title {
    font-size: 30px;
  }
  .slick-prev {
    left: -10px !important;
  }
  button.slick-next.slick-arrow {
    right: -10px !important;
  }
}
@media (max-width: 1210px){
  .content-wrapper {
    max-width: 90% !important;
  }
}

@media (max-width: 1200px){
  .post-content-wrap .post-left-content {
    width: calc(100% - 325px);
  }
  aside.post-sidebar {
    width: 300px;
    text-align: left;
  }
}

@media (max-width: 1024px){
  .page-header span.m_lifestyle {
    font-size: 45px;
  }
  .page-header span.m_lifestyle a {
    font-size: 45px;
  }
  .post-content .entry-header h1.entry-title {
    font-size: 35px;
  }
  .newsletter {
    width: 100%;
  }
  .page-header h1 {
    font-size: 45px;
    max-width: 90%;
    margin: 0 auto;
  }
  .blog-listing-wrapper .post-item {
    width: 50%;
  }
}

@media (max-width: 910px){
  button.slick-next.slick-arrow {
    right: 0 !important;
  }
  .slick-prev {
    left: 0 !important;
  }
}

@media (max-width: 767px){
  .page-header h1 {
    font-size: 25px;
    max-width: 90%;
    margin: 0 auto;
  }
  .at-share-btn-elements a {
    margin-right: 0;
  }
  button.slick-next.slick-arrow {
    right: 30px !important;
    top: 46% !important;
  }
  .slick-prev {
    left: 30px !important;
  }
  .related-wrapper {
    margin-top: 100px;
    overflow: hidden;
  }
  .page-header span.m_lifestyle a {
    font-size: 25px;
  }
  .page-header span.m_lifestyle {
    font-size: 25px;
  }
  ul.topic {
    display: block;
  }
  ul.topic li {
    margin-right: 0;
  }
  .post-content .entry-header h1.entry-title {
    font-size: 25px;
    max-width: 90%;
  }
  .post-content-wrap .post-left-content {
    width: 100%;
  }
  aside.post-sidebar {
    width: 100%;
    padding-top: 20px;
    text-align: left;
  }
  .post-content-wrap {
    display: block;
  }
  .content-wrapper {
    max-width: 95% !important;
  }
  .blog-listing-wrapper .post-item {
    width: 100%;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #eaebed;
  z-index: -1;
}
input.email-edit.hs-input {
  width: 100% !important;
}
ul.no-list.hs-error-msgs {
  padding: 0;
  margin: 0;
}
p.header {
  position: static !important;
  background: transparent !important;
  box-shadow: unset;
  border: 0;
  min-height: unset !important;
  height: unset !important;
  padding: 0 !important;
  margin: 0 0 10px;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}
.systems-page .page-header {
  margin: 0;
}
.systems-page {
  padding: 3rem 0;
}
input#hs-pwd-widget-password {
  width: 100%;
  height: 40px !important;
  outline: 0;
  border: 2px solid rgba(229,225,220,1.0);
  padding-left: 20px !important;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: unset;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

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

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.systems-page .page-header {
  text-align: left;
}
.systems-page .page-header h1 {
  margin-left: 0;
  margin-right: 0;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
.systems-page.sub form {
  width: 100%;
}
@media(max-width: 767px){
  .systems-page h2 {
    font-size: 23px;
  }
  .systems-page .page-header {
    text-align: left;
  }
  .systems-page form {
    width: 100%;
  }
}