





*,
*:before,
*:after {
  box-sizing: border-box;
}

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

body {
  padding-top: 0 !important;
  background: #efefef !important;
}


/*! 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: visible;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}





/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 28px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}


.content-wrapper {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}

@media screen and (min-width: 1200px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section {
  padding: 40px 20px;
}

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

/* General  */
.container {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 25px;
  overflow: visible;
}

.flex {
    display: flex;
}

@media screen and (max-width: 768px) {
    .mobile-col {
      flex-direction: column;
    }

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






html {
  font-size: 17px;
}

body {
  font-family: 'Plantin', serif !important;
  font-size: 17px;
  font-weight: 300;
  line-height: 28px;
  color: #1c1b1b;
  overflow-x: hidden;
  word-break: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

p,
ul,
ul li {
  font-family: 'Plantin', serif !important;
  font-size: 17px;
  font-weight: 300;
  line-height: 28px;
  color: #1c1b1b;
}

a {
  font-family: 'Plantin', serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 28px;
  color: #808080;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
a h1,
a h2,
a h3 {
  font-family: 'Montserrat', serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 28px;
  color: #808080;
}

h1,
h2,
h3,
h4 {
  color: #1c1b1b !important;
  font-family: 'Montserrat', sans-serif !important;
  margin: 10px 0;
}


h5,
h6 {
  color: #1c1b1b !important;
  font-family: 'Montserrat', sans-serif !important;
  margin: 0;
}

h1 {
  font-size: 26px;
  line-height: 36px;
  font-weight: 500;
  letter-spacing: 4.4px;
}

h2 {
  font-size: 24px;
  line-height: 25px;
  font-weight: 500;
	text-transform: uppercase !important;
	letter-spacing: .3em !important;
}

h3 {
  font-size: 16px;
  font-weight: 500;
	text-transform: uppercase !important;
}

h4 {
  font-size: 16px;
  font-weight: 500;
	text-transform: uppercase !important;
}

h5 {
  font-size: 16px;
  font-weight: 500;
	
}

h6 {
  color: #1c1b1b;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

blockquote {
  font-weight: 600;
  margin: 10px 0;
}

ul,
ol {
  color: #1c1b1b;
}

li {
  margin: 35px 0;
}

/* ------- ELF SLIDER styling COPY THIS TO SHOPIFY -- THEME.SCSS.LIQUID -- when making any changes here, K?! --------- */


/* ------- ELF SLIDER Headline --------- */
.eas-title-component {
  font-family: 'Montserrat', sans-serif !important;
	font-weight: 400 !important;
  text-transform: uppercase !important;
	letter-spacing: 0.1em !important;
  font-size: 35px !important;
}


.eas-text-component {
	font-family: 'Montserrat', sans-serif !important;
	font-size: 15px !important;
  letter-spacing: 0.1em !important;
	font-weight: 300 !important;
}

/* ------- ELF SLIDER Button --------- */

.eas-button-link {
  font-family: 'Montserrat', sans-serif !important;
	font-weight: 600 !important;
  text-transform: uppercase !important;
	letter-spacing: 0.1em !important;
}



/* ------- FIX to remove underline in main nav parent items --------- */

p.MegaMenu__PushHeading.u-h6 {
  text-decoration:none !important;
	font-family: 'Montserrat', sans-serif !important;	
}

p.MegaMenu__PushHeading.heading:hover {
  text-decoration:none !important;
	font-family: 'Montserrat', sans-serif !important;	
}

p.MegaMenu__PushSubHeading.u-h7 {
  text-decoration:none !important;
	font-family: 'Montserrat', sans-serif !important;	
}

p.MegaMenu__PushSubHeading.u-h7:hover {
  text-decoration:none !important;
	font-family: 'Montserrat', sans-serif !important;	
}

a.heading.u-h6:hover {
  text-decoration:none !important;
	font-family: 'Montserrat', sans-serif !important;
	
}

Header .Heading, .Header .Heading:hover {
    text-decoration:none !important;
}


/* Shopify animated button */

/* Primary Button */

.button--simple,
.hs-button {
  background-color: #1c1b1b !important;
  color: #ffffff;
  position: relative !important;
  text-decoration: none;
  padding: 14px 28px !important;
  line-height: normal;
  border: 1px solid transparent !important;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 15px;
  text-align: center;
  letter-spacing: 0.2em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-style: normal;
  white-space: normal;
  display: inline-block !important;
  width: auto !important;
  height: unset !important;
  top: unset !important;
  right: unset !important;
}

.button--simple:hover,
.hs-button:hover {
  background-color: #ffffff !important;
  color: #1c1b1b !important;
  position: relative !important;
  text-decoration: none;
  padding: 14px 28px !important;
  line-height: normal;
  border: 1px solid #000 !important;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 15px;
  text-align: center;
  letter-spacing: 0.2em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-style: normal;
}

.Button--primary {
    font-size: 15px !important;
    font-family: 'Montserrat',sans-serif !important;
    font-weight: 500 !important;
    color: #fff !important;
    text-decoration: none !important;
}

.Button--primary:hover {
    text-decoration: none !important;
}


form.hs-form {
  font-family: 'Plantin', serif;
  background-color: #efefef;
  padding: 20px;
}

form h1,
.css-8h36g {
 font-family: 'Montserrat', sans-serif !important;
  color: #1c1b1b !important;
  margin-bottom: 0 !important;
  padding: 20px !important;
  text-align: center !important;
}

form p,
form ul,
form ul li,
form label,
.css-n5uw6l {
  font-family: 'Plantin', serif !important;
  font-size: 17px !important;
  font-weight: 300 !important;
  line-height: 28px !important;
  color: #1c1b1b !important;
}

form.hs-form .hs-button {
  display: block;
  width: 100%;
}

.hs-form label,
.hs-form-field > label {
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  padding-top: 0;
  margin-bottom: 4px;
}

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

.hs-input {
  display: inline-block;
  width: 100%;
  padding: 9px 10px;
  background-color: #FFFFFF;
  box-sizing: border-box;
  border: none;
}

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

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

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

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

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

form .hs-richtext img {
  max-width: 100% !important;
  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;
  margin: 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: 18px;
  color: #051F46;
}

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

/* Membership error message */
.form-input-validation-message ul {
  padding-left: 0;
  margin: 0;
}

.form-input-validation-message ul li {
  line-height: 1rem;
}

/* Password prompt */
.password-prompt input[type=password] {
  height: auto !important;
  margin-top: 0 !important;
}


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





/* Lead Flow Bar */

.leadin-preview-wrapper h4,
a.leadin-button {
  background: #000000 !important;
  color: #ffffff !important;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-style: normal;
  transition: color 0.2s ease-in-out;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.leadinModal-869836 .leadin-button-secondary {
  background: #000000 !important;
  color: #ffffff !important;
}
/* Niche Header */
header {
  width: 100%;
  position: fixed;
  margin-bottom: calc(-1 * var(--header-height));
}
header ul li, header ol li {
  margin: 0;
}
header button {
  background: #1c1b1b !important;
}
header button:active,
header .button:active,
header button:hover,
header button:focus,
header .button:hover,
header .button:focus {
  background-color: #1c1b1b !important;
  background: #1c1b1b !important;
}
header button.Header__Icon:hover,
header button.Header__Icon:focus,
header button.Header__Icon:active {
  background: transparent !important;
  background-color: transparent !important;
}

.SidebarMenu {
  height: 100%;
  background: #1c1b1b;
  color: #fff;
}
.Collapsible__Button {
  background: #1c1b1b !important;
  color: #fff;
}
.Collapsible__Inner[aria-expanded="true"] {
  overflow: visible !important;
  height: auto !important;
  visibility: visible !important;
}
.Linklist--bordered {
    padding: 0 20px 0 25px !important;
}
.Icon-Wrapper--clickable {
    background: transparent !important;
}
.SidebarMenu .SidebarMenu__Social .Icon-Wrapper--clickable {
  color: #ffffff;
}
.SidebarMenu .Text--subdued {
  color: rgba(255,255,255,0.5);
}
.SidebarMenu .Drawer__Header {
  top: 30px;
}
.SidebarMenu .Drawer__Container {
  position: relative;
  top: 60px;
}
.SidebarMenu .Drawer__Footer {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 48px;
    box-shadow: 0 1px rgba(255,255,255,0.25) inset;
    color: rgba(255,255,255,0.5);
}
.SidebarMenu .Drawer__Footer::before {
    bottom: 100%;
    height: 30px;
    background-image: linear-gradient(rgba(28,27,27,0), rgba(28,27,27,0.6) 40%, #1c1b1b);
}
.SidebarMenu__Social {
    display: grid;
    grid-template-columns: repeat(auto-fit, 34px);
    justify-content: space-evenly;
    text-align: center;
    flex: 1 0 auto;
    margin: 0;
    padding: 6px 0;
}
.SidebarMenu__Social .Icon {
  font-size: 17px;
  display: inline-block;
  height: 1em;
  width: 1em;
  fill: rgba(255,255,255,0.5);
  vertical-align: middle;
  stroke-width: 1px;
  background: none;
  pointer-events: none;
  transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out;
} 
.Drawer__Close {
  top: 0;
}

@media screen and (max-width: 640px) {
  .Header__LogoImage {
    max-width: 90px;
  }
}

.Header .Heading,
.Header .Heading:hover {
  font-family: 'Montserrat',sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  transition: color 0.2s ease-in-out;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.Header__LinkSpacer {
    position: absolute;
    display: block;
    bottom: 0;
    color: transparent;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.Header__LinkSpacer::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transform: scale(0, 1);
    transform-origin: left center;
    border-bottom: 2px solid #1c1b1b;
    transition: transform 0.3s, opacity 0.3s;
}

svg:not(:root) {
    overflow: hidden;
}
.Icon {
    display: inline-block;
    height: 1em;
    width: 1em;
    fill: currentColor;
    vertical-align: middle;
    stroke-width: 1px;
    background: none;
    pointer-events: none;
}

.supports-sticky .Search[aria-hidden="true"] + .Header--transparent {
    box-shadow: 0 -1px rgba(255, 255, 255, 0.25) inset;
    color: #ffffff;
}
.supports-sticky .Search[aria-hidden="true"]+.Header--transparent {
    background: transparent;
}

@media screen and (min-width: 1240px) {
  .Header:not(.Header--sidebar) .Header__Wrapper {
    padding: 18px 50px; }
  .Header--initialized .Header__Wrapper {
    opacity: 1;
  }
  .js .Header__Wrapper {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }
}
@media screen and (min-width: 641px) {
  .Header__Wrapper {
    padding: 18px 30px;
  }
}
.Header__Wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 18px;
}

.Header__FlexItem--fill {
    flex: 1 0 0;
    align-items: center;
}
.Header__FlexItem {
    display: flex;
}
.Header__FlexItem--fill:last-child {
    justify-content: flex-end;
}
.Header__Icon {
  display: inline-block;
  line-height: 1;
  transition: color 0.2s ease-in-out;
  color: #1c1c1b;
}
.Header--transparent:hover .Header__Icon {
  color: #1c1c1b;
  background: transparent;
}
.Icon-Wrapper--clickable {
    position: relative;
    background: transparent !important;
}
@media screen and (min-width: 1240px) {
  .Header__MainNav {
    margin-right: 45px;
  }
  .HorizontalList--spacingExtraLoose {
    margin-left: -21px;
    margin-right: -21px;
  }
  .HorizontalList--spacingExtraLoose .HorizontalList__Item {
    margin-right: 21px;
    margin-left: 21px;
  }
}
.HorizontalList--spacingExtraLoose {
    margin-left: -17px;
    margin-right: -17px;
}
.HorizontalList {
    list-style: none;
    margin: -6px -8px;
}

.HorizontalList--spacingExtraLoose .HorizontalList__Item {
    margin-right: 17px;
    margin-left: 17px;
}
.HorizontalList__Item {
    display: inline-block;
    margin: 6px 8px 6px 8px;
}

.MegaMenu {
    max-height: calc(100vh - var(--header-height));
    position: absolute;
    padding: 20px 0;
    width: 100%;
    left: 0;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    max-height: 600px;
    overflow: auto;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    text-align: left;
    background: #fff;
    border-bottom: 1px solid #ddd;
    transition: all 0.3s ease-in-out;
}
.MegaMenu__Inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
    max-width: 1450px;
    margin: 0 auto;
    padding: 0 10px;
}
.MegaMenu__Item--fit {
    flex-shrink: 0;
}
.MegaMenu__Item {
    margin: 20px 40px;
    flex-shrink: 1;
}

.Linklist__Item::before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    top: calc(50% - 3px);
    left: 0;
    border-radius: 100%;
    background: #1c1b1b;
    opacity: 0;
    transition: opacity 0.1s ease-in-out;
}
.Link, .shopify-payment-button__more-options {
    transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.MegaMenu__Item--fit {
    flex-shrink: 0;
}
.MegaMenu__Item {
    margin: 20px 40px;
    flex-shrink: 1;
}
.MegaMenu__Push--shrink:first-child {
    padding-right: 15px;
}
.MegaMenu__Push--shrink {
    width: 50%;
}
.MegaMenu__Push {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.MegaMenu__PushImageWrapper {
    margin: 8px auto 20px auto;
    max-width: 100%;
    overflow: hidden;
}
.AspectRatio {
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.AspectRatio::before {
    padding-bottom: calc(100% / (var(--aspect-ratio)));
}
.AspectRatio::before {
    content: '';
    display: block;
}
.Image--lazyLoaded.Image--fadeIn {
    opacity: 1;
}
@media not all, (hover: hover) {
.MegaMenu__Push img {
    transform: scale(1);
    transition: opacity 0.3s ease,transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
}
.AspectRatio>img, .no-js .AspectRatio>noscript img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.AspectRatio>img {
    max-height: 100%;
    max-width: 100%;
}
.Image--fadeIn {
    opacity: 0;
    transition: opacity 0.3s ease;
}
.Image__Loader {
    position: absolute;
    display: block;
    height: 2px;
    width: 50px;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    margin: auto;
    pointer-events: none;
    background-color: #cfcfcf;
    z-index: -1;
    transition: all 0.2s ease-in-out;
    overflow: hidden;
}
.Image__Loader::after {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 200%;
    background-color: #1c1b1b;
}
.MegaMenu__PushHeading {
    margin-bottom: 6px;
}
@media screen and (min-width: 641px) {
  .u-h6, .Rte h6 {
    font-size: 15px;
  }
  .u-h7 {
    font-size: 13px;
  }
}
.u-h6, .Rte h6 {
  font-size: 15px;
}
.u-h7 {
  font-size: 13px;
}

.is-expanded .MegaMenu {
  visibility: visible;
  opacity: 1;
}

.MegaMenu__Push--shrink:last-child {
    padding-left: 15px;
}
.MegaMenu__Push--shrink {
    width: 50%;
}
.MegaMenu__Push {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.Header__Logo {
  margin-top: 0;
}
.Header__LogoLink {
    text-align: center;
}
.Header__LogoLink, .Header__LogoImage {
    display: block;
}

.supports-sticky .Search[aria-hidden="true"]+.Header--transparent .Header__LogoImage--primary:not(:only-child) {
    opacity: 0;
}
@media screen and (min-width: 641px) {
.Header__LogoImage {
    max-width: 100%;
}
}
.Header__LogoImage {
    margin: 0 auto;
    transition: opacity 0.3s ease-in-out;
}
.Header__LogoLink, .Header__LogoImage {
    display: block;
}

.supports-sticky .Search[aria-hidden="true"]+.Header--transparent .Header__LogoImage--transparent {
    opacity: 1;
}
@media screen and (min-width: 641px) {
.Header__LogoImage {
    max-width: 100%;
}
}
.Header__LogoImage--transparent {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.Header__LogoImage {
    margin: 0 auto;
    transition: opacity 0.3s ease-in-out;
}
.Header__LogoLink, .Header__LogoImage {
    display: block;
}

@media screen and (min-width: 641px) {
  .Header--withIcons .Header__SecondaryNav {
    position: relative;
    top: 1px;
    margin-right: 32px;
  }
}

/* Header no navigation */

.header__no-navigation {
  height: 70px;
  position: relative;
  z-index: 100;
}

.header__no-navigation .header__container {
  background: #ffffff;
  margin: 0 auto;
  padding: 20px;
}
.header__logo {
  text-align: center;
}
.hidden-tablet-and-up{
  display: none !important;
}
@media(max-width: 768px){
  .hidden-tablet-and-up{
    display: block !important;
  }
  .hidden-phone{
    display: none;
  }
}



/* Shopify Footer */


.Footer form, 
.Footer form.hs-form {
  background-color: unset;
  border: 0;
  padding: 0;
}
.Footer ul li,
.Footer ol li {
  margin: 0 0 12px 0;
  padding-left: 0 !important;
}

.Footer {
  padding: 34px 0;
  background: #fff;
}
.Footer p {
  color: #6a6a6a;
}

.Footer__Content p,
.Linklist__Item a,
.Linklist__Item a:hover {
  font-family: 'Plantin',serif;
  font-weight: 300;
  color: #6a6a6a;
  font-size: 17px;
}

@media screen and (min-width: 1239px) {
  .Container {
    padding: 0 80px;
  }
  .Footer__Inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .Footer__Block {
    flex: 0 1 auto;
  }
  .Footer__Block--text {
    flex-basis: 460px;
  }
  .Footer__Block--newsletter {
    flex-basis: 375px;
  }
}

.Footer .Heading, .Footer .Link--primary:hover {
    color: #1c1b1b;
}
.Footer__Title {
    margin-bottom: 20px;
}
.Footer .Heading {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #1c1b1b;
  transition: color 0.2s ease-in-out;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.Rte {
    word-break: break-word;
}

.Footer__Social {
 margin-top: 30px;
}
.Footer__Social a {
  color: #6a6a6a;
  font-size: 17px;
}

.HorizontalList--spacingLoose {
    margin-left: -14px;
    margin-right: -14px;
}
.HorizontalList {
    list-style: none;
}
.HorizontalList--spacingLoose .HorizontalList__Item {
    margin-right: 14px;
    margin-left: 14px;
}
.HorizontalList__Item {
    display: inline-block;
    margin: 6px 8px 6px 8px;
}
.HorizontalList__Item>.Link, .HorizontalList__Item>.shopify-payment-button__more-options {
    display: inline-block;
}
.Link, .shopify-payment-button__more-options {
    transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.Linklist {
    list-style: none;
    padding: 0;
}
.Linklist__Item a,
.Linklist__Item a:hover {
  font-family: 'Plantin', serif;
  font-weight: 300;
  line-height: 25.5px;
  color: #6a6a6a;
}
.Linklist__Item a:hover {
  color: #1c1b1b;
}

.Footer__Content+.Footer__Newsletter {
    margin-top: 18px;
}

.Footer__Newsletter .hbspt-form {
    width: 100% !important;
}

.Footer__Newsletter .hbspt-form .submitted-message {
  color: #2b5329;
}

.Footer__Inner+.Footer__Aside {
  margin-top: 0;
}

.Footer__Aside {
    text-align: center;
}
.Footer__Aside {
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
}
.Footer__Aside .Footer__StoreName {
    font-size: 14px;
}
.Footer__PaymentList {
  padding: 0;
  margin: 0 -8px;
  border: none;
}

.Footer__Block {
    margin-bottom: 0 !important;
}

@media screen and (min-width: 641px) and (max-width: 1239px) {
  .Footer {
      padding: 75px 0 42px 0;
  }
  .Container {
    padding: 0 50px;
  }
  .Footer__Inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: -40px;
    margin-right: -40px;
  }
  .Footer__Block {
    flex: 1 1 50%;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 640px) {
  .Container {
    margin: 0 auto;
    padding: 0 24px;
  }
  .Footer__Block:first-child {
    margin-top: 0;
  }
  .Footer__Block {
    margin-top: 48px;
  }
  .Footer__Block--text, .Footer__Block--newsletter {
    flex-basis: 240px;
  }
  .Footer__PaymentList {
    margin: 50px auto 0 auto;
    padding-top: 28px;
    border-top: 1px solid #e9e9e9;
    display: block;
  }
  .Footer__Inner+.Footer__Aside {
    display: block;
  }
  .lp_footer .row-fluid {
    display: block !important;
    text-align: center;
    margin: 0 auto;
  }
  .lp_footer p,
  .lp_footer p a,
  .lp_footer p .copy {
    text-align: center;
  }
  .lp_footer img {
    display: block !important;
    text-align: center;
    margin: 10px auto 0 auto;
  }
}


/* Landing Page Footer  */

.lp_footer {
  background: #555555;
  padding: 30px 15px 40px;
  text-transform: uppercase;
  font: 8px/12px 'plantin', serif;
  color: #8f8f8f;
}

.lp_footer .row-fluid {
  max-width: 1200px;
  justify-content: center;
  display: flex;
  align-items: center;
  margin: 0 auto;
}

.lp_footer p,
.lp_footer p a,
.lp_footer p .copy {
  color: #ffffff;
  font-size: 9px;
  letter-spacing: 1px;
}



.hs-landing-page p,
.hs-landing-page li {
  font-family: 'Plantin', serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 28px;
  color: #1c1b1b;
}
.hs-landing-page li {
  margin: 0;
  padding: 0;
}
.hs-landing-page a {
  font-family: 'Plantin', serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 28px;
  color: #808080;
}

.hs-landing-page h1,
.hs-landing-page h2,
.hs-landing-page h3,
.hs-landing-page h4 {
  color: #1c1b1b;
  font-family: 'Montserrat', sans-serif;
  margin: 10px 0;
}

.hs-landing-page h5,
.hs-landing-page h6 {
  color: #1c1b1b;
  font-family: 'Montserrat', sans-serif;
  margin: 0;
}

.hs-landing-page h1 {
  font-size: 40px;
  line-height: 36px;
  font-weight: 500;
  letter-spacing: 4.4px;
  padding-top: 80px;
}

.hs-landing-page h2 {
  font-size: 22px;
  line-height: 25px;
  font-weight: 500;
}

.hs-landing-page h3 {
  font-size: 16px;
  font-weight: 500;
}

.landing_page-row-0-background-image {
  color: #1c1b1b;
  text-align: center !important;
  padding: 150px 0;
  margin: 0 auto !important;
}

.landing_page-row-0-background-image h1,
.landing_page-row-0-background-image h2 {
  color: #1c1b1b;
  text-align: center !important;
  margin: 0 auto !important;
}

/* ------- ELF SLIDER styling --------- */


.eapp-slider-slider-component{
font-family: Montserrat !important;
}

.eapp-slider-title-component{ font-size: 1.0em; letter-spacing:2px; text-transform: uppercase !important;
}
.eapp-slider-badge-component{
font-family: Plantin; letter-spacing:7px !important;
}
.eapp-slider-text-component{
font-family: Plantin ; letter-spacing:3px !important;
}





/* Blog Styles  */

.hs-blog-name-niche-lighting-blog p {
  font-family: 'Plantin', sans-serif;
  font-size: 16px;
  color: #1c1b1b;
}
.hs-blog-name-niche-lighting-blog p a {
  font-family: 'Plantin', serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 28px;
  color: #808080;
}
.hs-blog-name-niche-lighting-blog a {
  color: #808080;
}
.hs-blog-name-niche-lighting-blog h3,
.hs-blog-name-niche-lighting-blog h3 a {
  color: #1c1b1b;
}
.blog-hero{
  text-align: center;
}
.hs-blog-name-niche-lighting-blog .blog-hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hs-blog-name-niche-lighting-blog .blog-hero__title {
 font-family: 'Montserrat', serif;
  color: #000000;
 padding: 100px 0 0 0;
}
.hs-blog-name-niche-lighting-blog .blog-header__subtitle {
  font-family: 'Montserrat', serif;
  color: #000000;
  padding: 0 0 100px 0;
}
.blog-header__subtitle{
  padding: 00px 0px 40px 0px !important;
}
/* Blog Navigation */

.blog-navigation {
  margin-top: -30px;
  background-color: #ffffff;
}

.blog-navigation .content-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.blog-navigation__tag-filter form {
  background-color: #efefef;
  padding: 30px;
  color: #1c1b1b;
  border: none;
}

#blog-filter__category {
  border: none;
  background-color: #efefef;
  color: #1c1b1b;
}

.blog-navigation__search form {
  background-color: transparent;
  border: none;
  margin: 0;
  max-width: 360px;
  padding: 0;
}
.blog-navigation__search .hs-search-field__bar {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .blog-navigation .content-wrapper {
    display: block;
    padding: 0;
    text-align: center;
  }
  
  .blog-navigation__search form {
      margin: 0 auto;
  }
}

.blog-navigation__search form {
  background-color: transparent;
  border: none;
  margin-left: auto;
  padding: 0;
  position: relative;
}

.blog-navigation__search form:before {
  content: '';
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='25px' height='22px' viewBox='0 0 25 22' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Blog' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Construction---Blog---2-col' transform='translate(-1085.000000, -388.000000)'%3E%3Cg id='hero' transform='translate(0.000000, 105.000000)'%3E%3Cg id='Group-5' transform='translate(1086.000000, 284.000000)'%3E%3Ccircle id='Oval' stroke='%231F2E43' cx='5.33333333' cy='5.33333333' r='5.33333333'%3E%3C/circle%3E%3Cline x1='9.47691329' y1='8.66666667' x2='16' y2='13.2736132' id='Path-3' stroke='%23051F46'%3E%3C/line%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  height: 25px;
  width: 25px;
  position: absolute;
  top: 60%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}

.blog-navigation__search form input.hs-search-field__input {
  border: none;
  padding: 0.75rem 2.25rem;
  color: #051F46;
}

.blog-navigation__search .hs-search-field--open .hs-search-field__suggestions {
  position: absolute;
  width: 100%;
  border-color: #d0d0d0;
  background-color: #ffffff;
  padding: 10px;
  z-index: 1;
}

.blog-navigation__search .hs-search-field--open .hs-search-field__suggestions li {
  padding: 5px 0;
}

.hs-blog-name-niche-lighting-blog .blog-header{
  padding: 10px 0;
  margin-bottom: 10px;
  background-color: #F2F4F6;
}
 
.blog-index__post {
  margin: 75px 0;
  display: flex;
  border-bottom: 1px solid #000000;
}

.blog-index__post-image {
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  flex-shrink: 0;
  background-position: center center;
}

@media screen and (max-width: 1000px) {
  .blog-index__post {
    flex-direction: column;
    height: 100%;
  }
  .blog-index__post-image {
    width: 100%;
    height: 175px;
    display: block;
    border-radius: 0;
    background-position: center center;
  }
}

.blog-index__post-content {
  padding: 40px 50px 40px 50px;
}

h3.blog-index__post-content__title {
  margin: 0;
} 


.button.button--simple {
  background-color: #1c1b1b;
  color: #ffffff;
  position: relative;
  text-decoration: none;
  padding: 14px 28px !important;
  line-height: normal;
  border: 1px solid transparent;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 15px;
  text-align: center;
  letter-spacing: 0.2em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-style: normal;
}
.button.button--simple:hover {
  background-color: #ffffff;
  color: #1c1b1b;
  position: relative;
  text-decoration: none;
  padding: 14px 28px !important;
  line-height: normal;
  border: 1px solid #000;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 15px;
  text-align: center;
  letter-spacing: 0.2em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-style: normal;
}

.blog-author {
  display: flex;
  align-items: center;
}
.blog-author__image {
  height: 60px;
  width: 60px;
  overflow: hidden;
  margin-right: 20px;
}

.blog-author__image img {
  height: 100%;
  width: auto;
}

.blog-author__name h5 {
  margin: 10px 0;
}

.blog-index__tag-header {
  margin-top: 80px;
}

.blog-tags {
  margin-bottom: 20px;
}

.blog-tag {
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #1c1b1b;
}
.blog-tag:after {
  content: ",";

}
.blog-tag:last-child:after {
  content: "";
}

.blog-summary {
  flex-grow: 1;
  padding-top: 20px;
  margin: 20px 0;
  border-top: 2px solid #E7EBEF;
}

.hs-blog-name-niche-lighting-blog .blog-summary h1,
.hs-blog-name-niche-lighting-blog .blog-summary h2,
.hs-blog-name-niche-lighting-blog .blog-summary h3,
.hs-blog-name-niche-lighting-blog .blog-summary h4,
.hs-blog-name-niche-lighting-blog .blog-summary h5,
.hs-blog-name-niche-lighting-blog .blog-summary h6 {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px !important;
  margin: 0;
  line-height: 1.5;
	color: lime;
}

.hs-blog-name-niche-lighting-blog .blog-summary p {
  font-family: 'Plantin', sans-serif;
  font-size: 16px;
  color: #1c1b1b;
}

.blog-pagination {
  margin: 100px 0 50px 0;
  text-align: center;
}

.blog-pagination__link {
  text-decoration: none;
  padding: 10px;
  color: #9EA1A6;
  letter-spacing: 1.6px;
  margin: 0 3px;
}

a.blog-pagination__link--active {
  background-color: #051F46;
  color: #ffffff;
}

.blog-cta {
  background: linear-gradient(169.7deg, #9159FD 0%, #762FFF 100%);
  border-radius: 10px;
  padding: 30px 50px;
}

.blog-cta__text {
  width: 40%;
}

@media screen and (max-width: 1000px) {
  .blog-cta__text {
    width: 100%;
  }
}

.blog-cta__text .button--primary {
  margin-top: 20px;
}

/* Two Column Blog Styles  */

.blog-index--2-col {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 80px;
}

.blog-index--2-col__post {
  width: calc(50% - 50px);
  -webkit-box-shadow: -12px 12px 22px -1px rgba(0,0,0,0.1); 
  box-shadow: -12px 12px 22px -1px rgba(0,0,0,0.1);
  margin-top: 80px;
}

@media screen and (max-width: 1000px) {
  
  .blog-index--2-col {
    flex-direction: column;
  }
  .blog-index--2-col__post {
    width: 100%;
  }
}

.blog-index--2-col__post-image {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 230px;
  display: block;
  border-bottom: 1px solid #000000;
  margin-bottom: 20px;
}

.blog-index--2-col__post-content {
  padding: 10px 40px 50px 40px;
  display: flex;
  flex-direction: column;
}

.blog-post__tags {
  padding: 20px 0;
}

.blog-index--2-col__post-content__title {
  margin: 20px 0 0 0;
}

.blog-index--2-col__post-content__title a {
  text-decoration: none;
  color: inherit;
}

/* Blog Post Styles  */

.blog-post {
  padding: 0 100px;
  position: relative;
}
.blog-post__image {
  height: 420px;
  width: 100%;
  position: relative;
  margin: 35px 0;
  background-position: center center;
}
@media screen and (max-width: 1000px) {
  .hs-blog-post .container{
    padding: 0px;
  }
  .blog-post {
    padding: 0 0px;
    /*padding: 0 20px;*/
  }
  .blog-post__title, .blog-post__social-sharing, .blog-post__body{
    padding: 0px 20px;
  }
  .blog-post__image{
    background-position: left;
  }
}
@media screen and (max-width: 500px) {
  .blog-post__image{
    height: 250px;
  }
}
a.back-to-blog {
  text-decoration: none;
  font-weight: 700;
}

a.back-to-blog:hover {
  font-weight: 700;
}

.blog-post__tag {
  text-decoration: none;
  font-weight: 300;
}

.blog-post__tag:after {
  content: ",";
}

.blog-post__tag:last-child:after {
  content: "";
}

.blog-post__title {
  margin: 80px 0 50px 0;
  text-align: center;
	font-size: 26px !important;
  text-transform: uppercase !important;
}

.blog-author__name {
  color: inherit;
  text-decoration: none;
}



.blog-post__social-sharing .share-title {
  display: none;
}

.blog-post__social-sharing .social-links {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #1b1c1c;
}

.blog-post__social-sharing .social-links__icon span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-post__social-sharing .social-links__icon {
  width: 30px;
  height: 30px;
  margin: 20px 10px 10px 0;
  background-color: #1b1c1c;
  display: flex;
  justify-content: center;
  align-items: center;
}

.blog-post__social-sharing .social-links__icon svg {
  height: 15px;
  fill: #ffffff;
}

@media screen and (min-width: 1300px) {
  
  .blog-post__social-sharing .social-links {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .blog-post__social-sharing {
    left: -2rem;
    margin-bottom: 0;
    position: absolute;
    text-align: left;
    top: 2rem;
  }
}

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

  .blog-post__social-sharing {
    text-align: left;
    margin-bottom: 0;
    position: absolute;
    left: 0;
    top: 2rem;
  }

  .blog-post__social-sharing .share-title {
    display: block;
  }

  .blog-post__social-sharing .social-links {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .blog-post__social-sharing .social-links__icon {
    margin: 10px 0;
  }
}

.sample-icon {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: #19CCA3;
  margin: 5px;
}

.blog-post__body {
  line-height: 24px;
}

.blog-post__comments-listing {
  margin: 3rem 0;
}

.blog-post__cta {
  background: linear-gradient(169.7deg, #9159FD 0%, #762FFF 100%);
  text-align: center;
  border-radius: 10px;
  padding: 20px 100px;
}

.blog-post__cta h3,
.blog-post__cta p {
  color: white;
}

.blog-post__cta-form {
  border: 0;
  border-radius: 25px;
  box-shadow: 0;
  margin-right: 5px;
  padding: 10px 25px;
}

.blog-post__cta .button.button--primary {
  margin: 30px 0;
}

.blog-post__author {  
  background-color: #F2F4F6;
  padding: 20px 0;
}

.blog-post__author .container {
  padding: 0 100px;
}

.blog-post__author .buffer {
  display: flex;
  background-color: #ffffff;
  padding: 20px 100px;
}

.blog-post__author__image {
  height: 150px;
  width: 150px;
}

.blog-post__author__image img {
  height: 100%;
  width: auto;
}

.blog-post__author__text {
  margin-left: 35px;
}

.blog-post__author__text h6 {
  margin: 10px 0;
}

.blog-post__author__sharing {
  display: flex;
}

.sample-icon.small {
  height: 15px;
  width: 15px;
}

.blog-recent-posts {
  padding-bottom: 100px;
}

.blog-recent-posts__title {
  margin: 0 auto;
}
.blog-recent-posts__title h2 {
  margin: 20px auto;
  text-align: center;
  display: block;
}

.blog-recent-posts__list {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1000px) {
  
  .blog-recent-posts__list {
    flex-direction: column;
  }

}

@media screen and (max-width: 767px) {
  
  .blog-post__author .buffer {
    display: block;
    padding: 20px;
  }

  .blog-post__author__text {
    margin-left: 0;
  }

}
.system-container {
  min-height: calc(100vh - 300px);
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 100px;
}

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 20px;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Teko, sans-serif;
  font-size: 1.25rem;
  color: #051F46;
  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: #051F46;
}