/*============================================================================
  Launch Theme | Built with Slate
    - You cannot use native CSS/Sass @imports in this file without a build script
==============================================================================*/
/*================ UTILS ================*/
/*================ Mixins ================*/
/*============================================================================
  Prefix mixin for generating vendor prefixes.
  Based on https://github.com/thoughtbot/bourbon/blob/v4-stable/app/assets/stylesheets/addons/_prefixer.scss

  Usage:
    // Input:
    .element {
      @include prefix(transform, scale(1), ms webkit spec);
    }

    // Output:
    .element {
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
    }
==============================================================================*/
/*================ Media Query Mixin ================*/
/*================ Responsive Show/Hide Helper ================*/
/*================ Responsive Text Alignment Helper ================*/
/*================ SETTINGS ================*/
/*================ Color Variables ================*/
/*================ Typography Variables ================*/
/*============================================================================
  Grid Breakpoints and Class Names
    - Do not change the variable names
==============================================================================*/
/*============================================================================
  Generate breakpoint-specific column widths and push classes
    - Default column widths: $breakpoint-has-widths: ($small, $medium-up);
    - Default is no push classes
    - Will not work if `styles/global/grid.scss` is removed
==============================================================================*/
/*================ Sizing Variables ================*/
/*================ Z-Index ================*/
/*================ SVG ================*/
/*********************
COLORS
*********************/
/*================ VENDOR ================*/
/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
/** /!!! core css Should not edit !!!/**/
.lSSlideOuter {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

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

.lightSlider {
  overflow: hidden;
  margin: 0; }

.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative; }

.lSSlideWrapper > .lightSlider:after {
  clear: both; }

.lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 1s;
  -webkit-transition-property: -webkit-transform,height;
  -moz-transition-property: -moz-transform,height;
  transition-property: transform,height;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important; }

.lSSlideWrapper .lSFade {
  position: relative; }

.lSSlideWrapper .lSFade > * {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%; }

.lSSlideWrapper.usingCss .lSFade > * {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important; }

.lSSlideWrapper .lSFade > *.active {
  z-index: 10; }

.lSSlideWrapper.usingCss .lSFade > *.active {
  opacity: 1; }

/** /!!! End of core css Should not edit !!!/**/
/* Pager */
.lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: center; }

.lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px; }

.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #222222;
  border-radius: 30px;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  text-indent: -999em;
  width: 8px;
  position: relative;
  z-index: 99;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s; }

.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #428bca; }

.lSSlideOuter .media {
  opacity: 0.8; }

.lSSlideOuter .media.active {
  opacity: 1; }

/* End of pager */
/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
  width: 100% !important;
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.lSSlideOuter .lSPager.lSGallery li {
  margin: 1px !important;
  overflow: hidden;
  -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
  transition: border-radius 0.12s linear 0s 0.35s linear 0s;
  opacity: 0.2; }

.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
  opacity: 1; }

.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%;
  margin: auto; }

.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
  content: " ";
  display: table; }

.lSSlideOuter .lSPager.lSGallery:after {
  clear: both; }

/* End of Gallery*/
/* slider actions */
.lSAction > a {
  width: 32px;
  display: block;
  top: 50%;
  height: 32px;
  background-image: url("../img/controls.png");
  cursor: pointer;
  position: absolute;
  z-index: 99;
  margin-top: -16px;
  opacity: 0.5;
  -webkit-transition: opacity 0.35s linear 0s;
  transition: opacity 0.35s linear 0s; }

.lSAction > a:hover {
  opacity: 1; }

.lSAction > .lSPrev {
  background-position: 0 0;
  left: 10px; }

.lSAction > .lSNext {
  background-position: -32px 0;
  right: 10px; }

.lSAction > a.disabled {
  pointer-events: none; }

.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden; }

/* vertical */
.lSSlideOuter.vertical {
  position: relative; }

.lSSlideOuter.vertical.noPager {
  padding-right: 0px !important; }

.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0; }

.lSSlideOuter.vertical .lightSlider > * {
  width: 100% !important;
  max-width: none !important; }

/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
  left: 50%;
  margin-left: -14px;
  margin-top: 0; }

.lSSlideOuter.vertical .lSAction > .lSNext {
  background-position: 31px -31px;
  bottom: 10px;
  top: auto; }

.lSSlideOuter.vertical .lSAction > .lSPrev {
  background-position: 0 -31px;
  bottom: auto;
  top: 10px; }

/* vertical */
/* Rtl */
.lSSlideOuter.lSrtl {
  direction: rtl; }

.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
  padding-left: 0;
  list-style: none outside none; }

.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
  padding-right: 0; }

.lSSlideOuter .lightSlider > *, .lSSlideOuter .lSGallery li {
  float: left; }

.lSSlideOuter.lSrtl .lightSlider > *, .lSSlideOuter.lSrtl .lSGallery li {
  float: right !important; }

/* Rtl */
@-webkit-keyframes rightEnd {
  0% {
    left: 0; }

  50% {
    left: -15px; }

  100% {
    left: 0; } }

@keyframes rightEnd {
  0% {
    left: 0; }

  50% {
    left: -15px; }

  100% {
    left: 0; } }

@-webkit-keyframes topEnd {
  0% {
    top: 0; }

  50% {
    top: -15px; }

  100% {
    top: 0; } }

@keyframes topEnd {
  0% {
    top: 0; }

  50% {
    top: -15px; }

  100% {
    top: 0; } }

@-webkit-keyframes leftEnd {
  0% {
    left: 0; }

  50% {
    left: 15px; }

  100% {
    left: 0; } }

@keyframes leftEnd {
  0% {
    left: 0; }

  50% {
    left: 15px; }

  100% {
    left: 0; } }

@-webkit-keyframes bottomEnd {
  0% {
    bottom: 0; }

  50% {
    bottom: -15px; }

  100% {
    bottom: 0; } }

@keyframes bottomEnd {
  0% {
    bottom: 0; }

  50% {
    bottom: -15px; }

  100% {
    bottom: 0; } }

.lSSlideOuter .rightEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative; }

.lSSlideOuter .leftEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative; }

.lSSlideOuter.vertical .rightEnd {
  -webkit-animation: topEnd 0.3s;
  animation: topEnd 0.3s;
  position: relative; }

.lSSlideOuter.vertical .leftEnd {
  -webkit-animation: bottomEnd 0.3s;
  animation: bottomEnd 0.3s;
  position: relative; }

.lSSlideOuter.lSrtl .rightEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative; }

.lSSlideOuter.lSrtl .leftEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative; }

/*/  GRab cursor */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

/*================ COMMON ================*/
/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 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 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/*================ Slate specific reset ================*/
*,
*::before,
*::after {
  box-sizing: border-box; }

body,
input,
textarea,
button,
select {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }

a:focus {
  color: inherit; }

img {
  max-width: 100%; }

/*================ Form element helpers ================*/
form {
  margin: 0; }

@media only screen and (max-width: 1049px) {
  input,
  textarea,
  select {
    font-size: 16px; } }
button,
input[type="submit"],
label[for] {
  cursor: pointer; }

optgroup {
  font-weight: 700; }

option {
  color: black;
  background-color: white; }

[tabindex='-1']:focus {
  outline: none; }

/*============================================================================
  Fast Tap
  enables no-delay taps (FastClick-esque) on supporting browsers
==============================================================================*/
a,
button,
[role="button"],
input,
label,
select,
textarea {
  touch-action: manipulation; }

ul {
  list-style-type: none;
  padding: 0; }

/*================ Helper Classes ================*/
.clearfix {
  *zoom: 1; }
  .clearfix::after {
    content: '';
    display: table;
    clear: both; }

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.js-focus-hidden:focus {
  outline: none; }

.label-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }
  .no-placeholder .label-hidden {
    position: inherit !important;
    overflow: auto;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0; }

.visually-shown {
  position: inherit !important;
  overflow: auto;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0; }

.no-js:not(html) {
  display: none; }
  .no-js .no-js:not(html) {
    display: block; }

.no-js .js {
  display: none; }

.supports-no-cookies:not(html) {
  display: none; }
  html.supports-no-cookies .supports-no-cookies:not(html) {
    display: block; }

html.supports-no-cookies .supports-cookies {
  display: none; }

/*============================================================================
  Skip to content button
    - Overrides .visually-hidden when focused
==============================================================================*/
.skip-link:focus {
  position: absolute !important;
  overflow: auto;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
  color: black;
  background-color: white;
  padding: 15px;
  z-index: 10000;
  transition: none; }

/*============================================================================
  Grid
    - Based on CSS Wizardry grid
==============================================================================*/
.grid {
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -30px; }
  .grid::after {
    content: '';
    display: table;
    clear: both; }

@media only screen and (min-width: 870px) {
  .grid__item {
    float: left;
    padding-left: 30px;
    width: 100%; } }
.grid__item[class*='--push'] {
  position: relative; }

/*============================================================================
  Reversed grids allow you to structure your source in the opposite
  order to how your rendered layout will appear.
==============================================================================*/
.grid--rev {
  direction: rtl;
  text-align: left; }
  .grid--rev > .grid__item {
    direction: ltr;
    text-align: left;
    float: right; }

/*============================================================================
  Grid Columns
    - Create width classes, prepended by the breakpoint name.
==============================================================================*/
/*================ Grid push classes ================*/
/*================ Clearfix helper on uniform grids ================*/
/*================ Build Base Grid Classes ================*/
/** Whole */
.one-whole {
  width: 100%; }

/* Halves */
.one-half {
  width: 50%; }

/* Thirds */
.one-third {
  width: 33.33333%; }

.two-thirds {
  width: 66.66667%; }

/* Quarters */
.one-quarter {
  width: 25%; }

.two-quarters {
  width: 50%; }

.three-quarters {
  width: 75%; }

/* Fifths */
.one-fifth {
  width: 20%; }

.two-fifths {
  width: 40%; }

.three-fifths {
  width: 60%; }

.four-fifths {
  width: 80%; }

/* Sixths */
.one-sixth {
  width: 16.66667%; }

.two-sixths {
  width: 33.33333%; }

.three-sixths {
  width: 50%; }

.four-sixths {
  width: 66.66667%; }

.five-sixths {
  width: 83.33333%; }

/* Eighths */
.one-eighth {
  width: 12.5%; }

.two-eighths {
  width: 25%; }

.three-eighths {
  width: 37.5%; }

.four-eighths {
  width: 50%; }

.five-eighths {
  width: 62.5%; }

.six-eighths {
  width: 75%; }

.seven-eighths {
  width: 87.5%; }

/* Tenths */
.one-tenth {
  width: 10%; }

.two-tenths {
  width: 20%; }

.three-tenths {
  width: 30%; }

.four-tenths {
  width: 40%; }

.five-tenths {
  width: 50%; }

.six-tenths {
  width: 60%; }

.seven-tenths {
  width: 70%; }

.eight-tenths {
  width: 80%; }

.nine-tenths {
  width: 90%; }

/* Twelfths */
.one-twelfth {
  width: 8.33333%; }

.two-twelfths {
  width: 16.66667%; }

.three-twelfths {
  width: 25%; }

.four-twelfths {
  width: 33.33333%; }

.five-twelfths {
  width: 41.66667%; }

.six-twelfths {
  width: 50%; }

.seven-twelfths {
  width: 58.33333%; }

.eight-twelfths {
  width: 66.66667%; }

.nine-twelfths {
  width: 75%; }

.ten-twelfths {
  width: 83.33333%; }

.eleven-twelfths {
  width: 91.66667%; }

.show {
  display: block !important; }

.hide {
  display: none !important; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

/*================ Build Responsive Grid Classes ================*/
@media only screen and (max-width: 869px) {
  /** Whole */
  .small--one-whole {
    width: 100%; }

  /* Halves */
  .small--one-half {
    width: 50%; }

  /* Thirds */
  .small--one-third {
    width: 33.33333%; }

  .small--two-thirds {
    width: 66.66667%; }

  /* Quarters */
  .small--one-quarter {
    width: 25%; }

  .small--two-quarters {
    width: 50%; }

  .small--three-quarters {
    width: 75%; }

  /* Fifths */
  .small--one-fifth {
    width: 20%; }

  .small--two-fifths {
    width: 40%; }

  .small--three-fifths {
    width: 60%; }

  .small--four-fifths {
    width: 80%; }

  /* Sixths */
  .small--one-sixth {
    width: 16.66667%; }

  .small--two-sixths {
    width: 33.33333%; }

  .small--three-sixths {
    width: 50%; }

  .small--four-sixths {
    width: 66.66667%; }

  .small--five-sixths {
    width: 83.33333%; }

  /* Eighths */
  .small--one-eighth {
    width: 12.5%; }

  .small--two-eighths {
    width: 25%; }

  .small--three-eighths {
    width: 37.5%; }

  .small--four-eighths {
    width: 50%; }

  .small--five-eighths {
    width: 62.5%; }

  .small--six-eighths {
    width: 75%; }

  .small--seven-eighths {
    width: 87.5%; }

  /* Tenths */
  .small--one-tenth {
    width: 10%; }

  .small--two-tenths {
    width: 20%; }

  .small--three-tenths {
    width: 30%; }

  .small--four-tenths {
    width: 40%; }

  .small--five-tenths {
    width: 50%; }

  .small--six-tenths {
    width: 60%; }

  .small--seven-tenths {
    width: 70%; }

  .small--eight-tenths {
    width: 80%; }

  .small--nine-tenths {
    width: 90%; }

  /* Twelfths */
  .small--one-twelfth {
    width: 8.33333%; }

  .small--two-twelfths {
    width: 16.66667%; }

  .small--three-twelfths {
    width: 25%; }

  .small--four-twelfths {
    width: 33.33333%; }

  .small--five-twelfths {
    width: 41.66667%; }

  .small--six-twelfths {
    width: 50%; }

  .small--seven-twelfths {
    width: 58.33333%; }

  .small--eight-twelfths {
    width: 66.66667%; }

  .small--nine-twelfths {
    width: 75%; }

  .small--ten-twelfths {
    width: 83.33333%; }

  .small--eleven-twelfths {
    width: 91.66667%; }

  .grid--uniform .small--one-half:nth-child(2n+1),
  .grid--uniform .small--one-third:nth-child(3n+1),
  .grid--uniform .small--one-quarter:nth-child(4n+1),
  .grid--uniform .small--one-fifth:nth-child(5n+1),
  .grid--uniform .small--one-sixth:nth-child(6n+1),
  .grid--uniform .small--two-sixths:nth-child(3n+1),
  .grid--uniform .small--three-sixths:nth-child(2n+1),
  .grid--uniform .small--one-eighth:nth-child(8n+1),
  .grid--uniform .small--two-eighths:nth-child(4n+1),
  .grid--uniform .small--four-eighths:nth-child(2n+1),
  .grid--uniform .small--five-tenths:nth-child(2n+1),
  .grid--uniform .small--one-twelfth:nth-child(12n+1),
  .grid--uniform .small--two-twelfths:nth-child(6n+1),
  .grid--uniform .small--three-twelfths:nth-child(4n+1),
  .grid--uniform .small--four-twelfths:nth-child(3n+1),
  .grid--uniform .small--six-twelfths:nth-child(2n+1) {
    clear: both; }

  .small--show {
    display: block !important; }

  .small--hide {
    display: none !important; }

  .small--text-left {
    text-align: left !important; }

  .small--text-right {
    text-align: right !important; }

  .small--text-center {
    text-align: center !important; } }
@media only screen and (min-width: 870px) {
  /** Whole */
  .medium-up--one-whole {
    width: 100%; }

  /* Halves */
  .medium-up--one-half {
    width: 50%; }

  /* Thirds */
  .medium-up--one-third {
    width: 33.33333%; }

  .medium-up--two-thirds {
    width: 66.66667%; }

  /* Quarters */
  .medium-up--one-quarter {
    width: 25%; }

  .medium-up--two-quarters {
    width: 50%; }

  .medium-up--three-quarters {
    width: 75%; }

  /* Fifths */
  .medium-up--one-fifth {
    width: 20%; }

  .medium-up--two-fifths {
    width: 40%; }

  .medium-up--three-fifths {
    width: 60%; }

  .medium-up--four-fifths {
    width: 80%; }

  /* Sixths */
  .medium-up--one-sixth {
    width: 16.66667%; }

  .medium-up--two-sixths {
    width: 33.33333%; }

  .medium-up--three-sixths {
    width: 50%; }

  .medium-up--four-sixths {
    width: 66.66667%; }

  .medium-up--five-sixths {
    width: 83.33333%; }

  /* Eighths */
  .medium-up--one-eighth {
    width: 12.5%; }

  .medium-up--two-eighths {
    width: 25%; }

  .medium-up--three-eighths {
    width: 37.5%; }

  .medium-up--four-eighths {
    width: 50%; }

  .medium-up--five-eighths {
    width: 62.5%; }

  .medium-up--six-eighths {
    width: 75%; }

  .medium-up--seven-eighths {
    width: 87.5%; }

  /* Tenths */
  .medium-up--one-tenth {
    width: 10%; }

  .medium-up--two-tenths {
    width: 20%; }

  .medium-up--three-tenths {
    width: 30%; }

  .medium-up--four-tenths {
    width: 40%; }

  .medium-up--five-tenths {
    width: 50%; }

  .medium-up--six-tenths {
    width: 60%; }

  .medium-up--seven-tenths {
    width: 70%; }

  .medium-up--eight-tenths {
    width: 80%; }

  .medium-up--nine-tenths {
    width: 90%; }

  /* Twelfths */
  .medium-up--one-twelfth {
    width: 8.33333%; }

  .medium-up--two-twelfths {
    width: 16.66667%; }

  .medium-up--three-twelfths {
    width: 25%; }

  .medium-up--four-twelfths {
    width: 33.33333%; }

  .medium-up--five-twelfths {
    width: 41.66667%; }

  .medium-up--six-twelfths {
    width: 50%; }

  .medium-up--seven-twelfths {
    width: 58.33333%; }

  .medium-up--eight-twelfths {
    width: 66.66667%; }

  .medium-up--nine-twelfths {
    width: 75%; }

  .medium-up--ten-twelfths {
    width: 83.33333%; }

  .medium-up--eleven-twelfths {
    width: 91.66667%; }

  .grid--uniform .medium-up--one-half:nth-child(2n+1),
  .grid--uniform .medium-up--one-third:nth-child(3n+1),
  .grid--uniform .medium-up--one-quarter:nth-child(4n+1),
  .grid--uniform .medium-up--one-fifth:nth-child(5n+1),
  .grid--uniform .medium-up--one-sixth:nth-child(6n+1),
  .grid--uniform .medium-up--two-sixths:nth-child(3n+1),
  .grid--uniform .medium-up--three-sixths:nth-child(2n+1),
  .grid--uniform .medium-up--one-eighth:nth-child(8n+1),
  .grid--uniform .medium-up--two-eighths:nth-child(4n+1),
  .grid--uniform .medium-up--four-eighths:nth-child(2n+1),
  .grid--uniform .medium-up--five-tenths:nth-child(2n+1),
  .grid--uniform .medium-up--one-twelfth:nth-child(12n+1),
  .grid--uniform .medium-up--two-twelfths:nth-child(6n+1),
  .grid--uniform .medium-up--three-twelfths:nth-child(4n+1),
  .grid--uniform .medium-up--four-twelfths:nth-child(3n+1),
  .grid--uniform .medium-up--six-twelfths:nth-child(2n+1) {
    clear: both; }

  .medium-up--show {
    display: block !important; }

  .medium-up--hide {
    display: none !important; }

  .medium-up--text-left {
    text-align: left !important; }

  .medium-up--text-right {
    text-align: right !important; }

  .medium-up--text-center {
    text-align: center !important; } }
/*================ Build Grid Push Classes ================*/
@media only screen and (max-width: 869px) {
  .no-mobile-float {
    float: none !important; } }

/*================ General layout styles ================*/
body,
html {
  background-color: white; }

.page-width {
  *zoom: 1;
  max-width: 1180px;
  padding: 0 30px;
  margin: 0 auto; }
  .page-width::after {
    content: '';
    display: table;
    clear: both; }

.wrap {
  margin: 0 auto; }

.page-wrap {
  box-shadow: 5px 0 15px -4px rgba(23, 32, 35, 0.1), -5px 0 8px -4px rgba(23, 32, 35, 0.1);
  max-width: 1840px;
  margin: auto; }

.wrap-1140 {
  max-width: 1140px;
  margin: auto; }

.mw-1200 {
  max-width: 1200px;
  margin: auto; }

.mw-1100 {
  max-width: 1100px;
  margin: auto; }

.mw-1040 {
  max-width: 1040px;
  margin: auto; }

.mw-960 {
  max-width: 960px;
  margin: auto; }

.mw-850 {
  max-width: 850px;
  margin: auto; }

.mw-880 {
  max-width: 880px;
  margin: auto; }

.mw-710 {
  max-width: 710px;
  margin: auto; }

.mw-600 {
  max-width: 600px;
  margin: auto; }

.mw-640 {
  max-width: 640px;
  margin: auto; }

.mw-450 {
  max-width: 450px;
  margin: auto; }

.mw-850-auto {
  max-width: 850px;
  margin: auto; }

.w-100 {
  width: 100%; }

.w-250 {
  width: 250px; }

/*================ Icons ================*/
.icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  fill: currentColor; }
  .no-svg .icon {
    display: none; }

.icon--wide {
  width: 40px; }

svg.icon:not(.icon--full-color) circle,
svg.icon:not(.icon--full-color) ellipse,
svg.icon:not(.icon--full-color) g,
svg.icon:not(.icon--full-color) line,
svg.icon:not(.icon--full-color) path,
svg.icon:not(.icon--full-color) polygon,
svg.icon:not(.icon--full-color) polyline,
svg.icon:not(.icon--full-color) rect,
symbol.icon:not(.icon--full-color) circle,
symbol.icon:not(.icon--full-color) ellipse,
symbol.icon:not(.icon--full-color) g,
symbol.icon:not(.icon--full-color) line,
symbol.icon:not(.icon--full-color) path,
symbol.icon:not(.icon--full-color) polygon,
symbol.icon:not(.icon--full-color) polyline,
symbol.icon:not(.icon--full-color) rect {
  fill: inherit;
  stroke: inherit; }

/*============================================================================
  A generic way to visually hide content while
  remaining accessible to screen readers (h5bp.com)
==============================================================================*/
.icon-fallback-text {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }
  .no-svg .icon-fallback-text {
    position: static !important;
    overflow: auto;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0; }

/*================ Payment Icons ================*/
.payment-icons {
  -moz-user-select: "none";
  -ms-user-select: "none";
  -webkit-user-select: "none";
  user-select: "none";
  cursor: default; }

/*================ Shopify icon on password page ================*/
.icon-shopify-logo {
  width: 82.28571px;
  height: 24px; }

/*================ Rich Text Editor ================*/
.rte img {
  height: auto; }
.rte table {
  table-layout: fixed; }
.rte ul,
.rte ol {
  margin: 0 0 15px 30px; }
.rte ul {
  list-style: disc outside; }
  .rte ul ul {
    list-style: circle outside; }
    .rte ul ul ul {
      list-style: square outside; }

.text-center.rte ul,
.text-center.rte ol,
.text-center .rte ul,
.text-center .rte ol {
  margin-left: 0;
  list-style-position: inside; }

.rte-table {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.rte__video-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  height: auto; }
  .rte__video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.rte__table-wrapper {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

/*============================================================================
  Responsive tables, defined with .responsive-table on table element.
==============================================================================*/
@media only screen and (max-width: 869px) {
  .responsive-table {
    width: 100%;
    /*     thead {
          display: none;
        }
    
        tr {
          display: block;
        } */
    /*     tr,
        td {
          float: left;
          clear: both;
          width: 100%;
        }
    
        th,
        td {
          display: block;
          text-align: right;
          padding: $gutter / 2;
          margin: 0;
        } */
    /*     td::before {
          content: attr(data-label);
          float: left;
          text-align: center;
          padding-right: 10px;
        } */ }

  .responsive-table-row + .responsive-table-row,
  tfoot > .responsive-table-row:first-child {
    position: relative;
    margin-top: 10px;
    padding-top: 15px; }
    .responsive-table-row + .responsive-table-row::after,
    tfoot > .responsive-table-row:first-child::after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 15px;
      right: 15px;
      border-bottom: 1px solid #f6f6f6; } }
thead tr {
  text-align: left; }

.responsive-table-row p {
  text-transform: capitalize; }

/*================ Links & Buttons ================*/
.btn {
  -moz-user-select: "none";
  -ms-user-select: "none";
  -webkit-user-select: "none";
  user-select: "none";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: auto;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border: 0; }
  .btn.grey {
    background-color: #fff;
    border-color: #ccc;
    color: #ccc; }
    .btn.grey:hover {
      background-color: #fff;
      border-color: #ccc;
      color: #ccc; }

.button,
button,
input[type='submit'] {
  display: inline-block;
  padding: 0.75em 1.75em;
  text-align: center;
  background-color: #28aae1;
  color: #fff;
  border: 1px solid #28aae1;
  border-radius: 0;
  line-height: 1.2;
  font-size: 1.1em;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-appearance: none; }
  .button:hover,
  button:hover,
  input[type='submit']:hover {
    color: #28aae1;
    background-color: #fff; }
  .button.button-white,
  button.button-white,
  input[type='submit'].button-white {
    color: #28aae1;
    background-color: #fff;
    border: 1px solid #28aae1; }
    .button.button-white:hover,
    button.button-white:hover,
    input[type='submit'].button-white:hover {
      color: #fff;
      background-color: #28aae1; }
  .button.button-smaller,
  button.button-smaller,
  input[type='submit'].button-smaller {
    font-size: 0.8em; }
  .button.button-bigger,
  button.button-bigger,
  input[type='submit'].button-bigger {
    font-size: 1.2em; }
    @media only screen and (min-width: 870px) {
      .button.button-bigger,
      button.button-bigger,
      input[type='submit'].button-bigger {
        font-size: 1.5em; } }

.ghost-button {
  background-color: transparent; }
  .ghost-button.white {
    color: #fff;
    border-color: #fff; }
    .ghost-button.white:hover {
      background-color: #fff;
      color: #1d0e23; }
  .ghost-button.blue {
    color: #28aae1;
    border-color: #28aae1; }
    .ghost-button.blue:hover {
      background-color: #28aae1;
      color: #fff; }

/*============================================================================
  Form scaffolding
    - Selectors setup for you to style form elements how you want
    - Focus, error, and disabled states are set to be extended
==============================================================================*/
input,
textarea,
select {
  border: 1px solid #f6f6f6;
  border-radius: 0;
  max-width: 100%; }
  input[disabled],
  textarea[disabled],
  select[disabled] {
    cursor: default;
    background-color: black;
    border-color: black; }

textarea {
  min-height: 100px; }

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  max-width: 400px;
  display: inline-block;
  line-height: 1em;
  padding: 0.75em 1em;
  margin-bottom: 0.5em;
  border-radius: 0;
  vertical-align: middle;
  box-shadow: none;
  border: 1px solid #ccc;
  width: 100%;
  background-color: #fff;
  font-size: 1em;
  color: #1d0e23; }
  @media only screen and (min-width: 870px) {
    input[type="text"],
    input[type="password"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="date"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    input[type="number"],
    input[type="email"],
    input[type="url"],
    input[type="search"],
    input[type="tel"],
    input[type="color"],
    select,
    textarea,
    .field {
      font-size: 1.2rem; } }
  input[type="text"]:focus, input[type="text"]:active,
  input[type="password"]:focus,
  input[type="password"]:active,
  input[type="datetime"]:focus,
  input[type="datetime"]:active,
  input[type="datetime-local"]:focus,
  input[type="datetime-local"]:active,
  input[type="date"]:focus,
  input[type="date"]:active,
  input[type="month"]:focus,
  input[type="month"]:active,
  input[type="time"]:focus,
  input[type="time"]:active,
  input[type="week"]:focus,
  input[type="week"]:active,
  input[type="number"]:focus,
  input[type="number"]:active,
  input[type="email"]:focus,
  input[type="email"]:active,
  input[type="url"]:focus,
  input[type="url"]:active,
  input[type="search"]:focus,
  input[type="search"]:active,
  input[type="tel"]:focus,
  input[type="tel"]:active,
  input[type="color"]:focus,
  input[type="color"]:active,
  select:focus,
  select:active,
  textarea:focus,
  textarea:active,
  .field:focus,
  .field:active {
    background-color: rgba(200, 204, 212, 0.5);
    outline: none; }
  input[type="text"][disabled], input[type="text"].is-disabled,
  input[type="password"][disabled],
  input[type="password"].is-disabled,
  input[type="datetime"][disabled],
  input[type="datetime"].is-disabled,
  input[type="datetime-local"][disabled],
  input[type="datetime-local"].is-disabled,
  input[type="date"][disabled],
  input[type="date"].is-disabled,
  input[type="month"][disabled],
  input[type="month"].is-disabled,
  input[type="time"][disabled],
  input[type="time"].is-disabled,
  input[type="week"][disabled],
  input[type="week"].is-disabled,
  input[type="number"][disabled],
  input[type="number"].is-disabled,
  input[type="email"][disabled],
  input[type="email"].is-disabled,
  input[type="url"][disabled],
  input[type="url"].is-disabled,
  input[type="search"][disabled],
  input[type="search"].is-disabled,
  input[type="tel"][disabled],
  input[type="tel"].is-disabled,
  input[type="color"][disabled],
  input[type="color"].is-disabled,
  select[disabled],
  select.is-disabled,
  textarea[disabled],
  textarea.is-disabled,
  .field[disabled],
  .field.is-disabled {
    cursor: not-allowed;
    border-color: #c8ccd4;
    opacity: 0.6; }

input[type="password"] {
  letter-spacing: 0.3em; }

textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em;
  resize: none; }

label {
  display: inline-block;
  color: #808a96;
  font-size: 1em; }
  @media only screen and (min-width: 870px) {
    label {
      font-size: 1.2em; } }

.cigarette-form {
  max-width: 500px;
  margin: auto; }
  .cigarette-form input[type="text"], .cigarette-form input[type="email"] {
    border-color: #c8ccd4;
    background-color: #fafafa;
    width: 100%; }
  .cigarette-form input[type="submit"],
  .cigarette-form button {
    padding: 0.58em 0.75em;
    width: 150px;
    background-color: #28aae1 !important;
    border-color: #28aae1 !important;
    float: right; }
    @media only screen and (min-width: 870px) {
      .cigarette-form input[type="submit"],
      .cigarette-form button {
        padding: 0.87em 0.75em; } }
  .cigarette-form p {
    color: #fff !important; }

/*================ Custom select style ================*/
select::-ms-expand {
  display: none; }

/*================ Error styles ================*/
input.input-error,
select.input-error,
textarea.input-error {
  border-color: black;
  background-color: black;
  color: black; }

.placeholder-svg {
  display: block;
  fill: rgba(0, 0, 0, 0.35);
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2); }

.placeholder-svg--small {
  width: 480px; }

.placeholder-noblocks {
  padding: 40px;
  text-align: center; }

.placeholder-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .placeholder-background .icon {
    border: 0; }

/*********************
GENERAL STYLES
*********************/
html {
  box-sizing: border-box; }

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

html, body {
  overflow-x: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* disable webkit tap highlight */
  -webkit-font-smoothing: antialiased;
  hyphens: none; }

iframe[name='google_conversion_frame'] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
  float: left; }

/*********************
LINK STYLES
*********************/
img {
  width: auto;
  height: auto;
  max-width: 100%;
  display: block; }

svg {
  max-width: 100%;
  height: auto; }

/*********************
CLEARFIXIN'
*********************/
.cf, .clearfix {
  zoom: 1; }
  .cf:before, .cf:after, .clearfix:before, .clearfix:after {
    content: "";
    display: table; }
  .cf:after, .clearfix:after {
    clear: both; }

/*********************
TOOLS
*********************/
.inline-block, .dib, .button,
button,
input[type='submit'] {
  display: inline-block; }

.db {
  display: block; }

.dn {
  display: none; }

.tran-delay, .bt-menu-trigger span, .bt-menu-trigger span:before, .bt-menu-trigger span:after {
  transition-delay: all ease 300ms; }

.tran, input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field, .default-animate.fast-animate, .pushy:after, .pushy li a:after, .pushy, .bt-menu-trigger span, .bt-menu-trigger span:before, .bt-menu-trigger span:after, .product-form-button-wrap button:after, .tran2, .default-animate, .top-nav-wrap .top-nav-wrap:after {
  transition: all ease 300ms;
  transform: translate3d(0, 0, 0); }

.tran2, .default-animate, .top-nav-wrap .top-nav-wrap:after {
  transition: all ease 500ms; }

.bgi {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.cfff {
  color: #fff; }
  .cfff:link, .cfff:active, .cfff:hover, .cfff:visited, .cfff:focus {
    color: #fff; }

.posa {
  position: absolute; }

.posr {
  position: relative; }

.vat {
  vertical-align: top; }

.fll {
  float: left; }

.flr {
  float: right; }

.ttu {
  text-transform: uppercase; }

.ttc {
  text-transform: capitalize; }

.o0 {
  opacity: 0; }

.o1 {
  opacity: 1; }

.o05 {
  opacity: 0.5; }

.z0 {
  z-index: 0 !important; }

.light-grey-background {
  background-color: #efefef; }

@media only screen and (min-width: 870px) {
  .default-animate {
    opacity: 0;
    transform: translate(0, 1em); }
    .default-animate.animated, .default-animate.animate {
      opacity: 1;
      transform: translate(0, 0); } }

.vidrap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0; }
  .vidrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.ma {
  margin: auto; }

.m0 {
  margin: 0; }

.mt0 {
  margin-top: 0; }

.mb0 {
  margin-bottom: 0; }

.m05 {
  margin: 0.5em; }

.mt05 {
  margin-top: 0.5em; }

.mb05 {
  margin-bottom: 0.5em; }

.m1 {
  margin: 1em; }

.mt1 {
  margin-top: 1em; }

.mb1 {
  margin-bottom: 1em; }

.mt2 {
  margin-top: 2em; }

.mb2 {
  margin-bottom: 2em; }

.p05 {
  padding: 0.5em; }

.pt05 {
  padding-top: 0.5em; }

.pb05 {
  padding-bottom: 0.5em; }

.p1 {
  padding: 1em; }

.pt1 {
  padding-top: 1em; }

.pb1 {
  padding-bottom: 1em; }

.p2 {
  padding: 2em; }

.pt2 {
  padding-top: 2em; }

.pb2 {
  padding-bottom: 2em; }

.pt0 {
  padding-top: 0; }

.from-m-up, .sidebar,
.from-b-up,
.from-m-up-dib {
  display: none !important; }

.from-m-down-dib {
  display: inline-block; }

.from-m-down,
.from-b-down {
  display: block; }

@media only screen and (min-width: 870px) {
  .from-m-up, .sidebar {
    display: block !important; }

  .from-m-down {
    display: none; }

  .from-m-up-dib {
    display: inline-block !important; }

  .from-m-down-dib {
    display: none !important; } }
@media only screen and (min-width: 1050px) {
  .from-b-up {
    display: block !important; }

  .from-b-down {
    display: none; } }
.serif {
  font-family: serif; }

.sans-serif {
  font-family: "Gotham A", "Gotham B", "proxima-nova", sans-serif; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

body {
  font-family: "Gotham A", "Gotham B", "proxima-nova", sans-serif;
  line-height: 1.75;
  color: #1d0e23;
  min-width: 319px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500; }

.bigger-title,
.big-title,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  text-rendering: optimizelegibility;
  color: #1d0e23;
  font-family: "Gotham A", "Gotham B", "proxima-nova", sans-serif;
  font-weight: bold;
  line-height: 1.4; }

h1 {
  font-family: "proxima-nova";
  font-weight: 700; }

.title-no-style {
  font-family: "Gotham A", "Gotham B", "proxima-nova", sans-serif;
  font-weight: 300; }

h1, .h1 {
  font-size: 2.25em; }
  @media only screen and (min-width: 870px) {
    h1, .h1 {
      font-size: 3.25em; } }
  @media only screen and (min-width: 1050px) {
    h1, .h1 {
      font-size: 3em; } }

h2, .h2 {
  font-size: 1.75em; }
  @media only screen and (min-width: 870px) {
    h2, .h2 {
      font-size: 2.25em; } }

h3, .h3 {
  font-size: 1.3125em; }
  @media only screen and (min-width: 1050px) {
    h3, .h3 {
      font-size: 1.75em; } }

h4, .h4 {
  font-size: 1.125em; }
  @media only screen and (min-width: 870px) {
    h4, .h4 {
      font-size: 1.5em; } }

h5, .h5 {
  font-size: 1.125em; }

h6, .h6 {
  font-size: 1em; }

.big-title {
  font-size: 2.25em; }
  @media only screen and (min-width: 870px) {
    .big-title {
      font-size: 3.25em; } }
  @media only screen and (min-width: 1050px) {
    .big-title {
      font-size: 3.5em; } }

.letter-spacing {
  letter-spacing: 0.1em; }

a {
  transition: ease all 300ms;
  opacity: 1;
  text-decoration: none;
  color: #28aae1; }

p, li {
  font-size: 1.1em; }

.proxima-nova {
  font-family: "proxima-nova";
  font-weight: normal; }

.bigger {
  font-size: 1.2em; }

.normal {
  font-weight: normal; }

.bold {
  font-weight: bold; }

.italic {
  font-style: italic; }

.smaller-text, .smaller {
  font-size: 0.8em; }

.text-shadow {
  text-shadow: 0px 0px 25px black; }

.black {
  color: #1d0e23; }
  .black:hover {
    color: #1d0e23; }

.blue {
  color: #28aae1; }
  .blue:hover {
    color: #28aae1; }

.white {
  color: #fff; }
  .white:hover {
    color: #fff; }

.grey {
  color: #555; }

.light-grey {
  color: #999; }

.mid-grey {
  color: #a0a2a7; }

/*================ MODULES ================*/
/*================ Site Header ================*/
.site-logo {
  display: block; }
  .site-logo img {
    display: block;
    width: 100%; }

@media only screen and (max-width: 869px) {
  body {
    margin-top: 114px; } }
.top-bar {
  position: absolute;
  top: 0;
  z-index: 99;
  background: #28aae1;
  width: 100%;
  font-size: 0.8em;
  color: #fff;
  text-align: center;
  height: 35px;
  display: flex !important; }
  @media only screen and (max-width: 1049px) {
    .top-bar {
      margin-top: 78px; } }
  .top-bar a {
    color: #fff;
    width: 100%;
    font-weight: bold;
    margin-top: 0.5em; }
    @media screen and (max-width: 400px) {
      .top-bar a {
        font-size: 0.85em; } }

@media only screen and (min-width: 870px) {
  body {
    margin-top: 119px; }

  .pushy {
    background-color: transparent;
    background-image: none;
    border: 0;
    width: 100%;
    font-size: 0.95em;
    left: 0 !important;
    top: 0;
    border: 0;
    z-index: 9999;
    position: fixed;
    width: 100%;
    background-color: #1D1D1D;
    text-align: center;
    border-bottom: 1px solid #fff;
    margin-top: 35px;
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */ }
    .pushy:after {
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
    .movin .pushy {
      width: 100%;
      top: 0;
      left: 0;
      z-index: 99;
      background-color: rgba(29, 29, 29, 0.9);
      border-bottom: 1px solid rgba(255, 255, 255, 0.15);
      margin-top: 0; }
      .movin .pushy:after {
        opacity: 0; }
    .pushy .nav {
      display: inline-block;
      margin: 0;
      list-style-type: none;
      padding-right: 1em;
      position: relative;
      z-index: 15;
      float: right;
      margin-right: 170px; }
    .pushy .site-nav-item {
      float: left;
      position: relative;
      font-size: 1rem; }
      .pushy .site-nav-item a {
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
        position: relative;
        padding: 1.75em 0.75em 1em;
        text-shadow: 0 0 1em #1D1D1D; }
        .pushy .site-nav-item a:after {
          content: '';
          position: absolute;
          left: 5%;
          bottom: 1em;
          width: 90%;
          height: 1px;
          background-color: #1d0e23;
          transform: scale(0);
          transform-origin: 50% 0;
          opacity: 0; }
    .pushy .site-nav__submenu {
      display: none;
      position: absolute;
      top: calc(100% - 1.1em);
      left: 5%;
      width: 90%;
      background-color: #1D1D1D;
      border: 1px solid rgba(255, 255, 255, 0.05);
      border-top: 0;
      padding-left: 0; }
      .pushy .site-nav__submenu a:after {
        opacity: 0.75 !important; }
    .pushy .site-nav-item:hover a:after,
    .pushy .site-nav-item.site-nav--active a:after {
      opacity: 1;
      transform: scale(1); }
    .pushy .site-nav-item:hover .site-nav__submenu {
      display: block; }

  .customer-links {
    font-size: 0.8em;
    position: absolute;
    right: 0;
    top: 0; }
    .customer-links li {
      float: left;
      padding: 0.5em; }
    .customer-links a {
      color: #fff; }

  .inner-nav-wrap {
    max-width: 1300px;
    margin: auto;
    z-index: 9;
    position: relative; } }
  @media only screen and (min-width: 870px) and (min-width: 1050px) {
    .pushy {
      font-size: 1em; } }
      @media only screen and (min-width: 870px) and (min-width: 1050px) {
        .pushy .site-nav-item a {
          padding: 2em 1.2em 1.5em; } }
.nav-icons {
  width: 75px;
  position: absolute;
  right: 1em;
  top: 1em;
  padding-top: 0.9em; }
  @media only screen and (min-width: 870px) {
    .nav-icons {
      width: 140px; } }
  .nav-icons a {
    float: left;
    width: 40px;
    padding: 0 0.5em;
    color: #fff;
    position: relative; }

.cart-icon-count {
  position: absolute;
  right: -0.1em;
  top: -0.1em;
  background-color: #b73232;
  font-size: 0.75em;
  width: 1.25em;
  height: 1.25em;
  line-height: 1;
  text-align: center;
  border-radius: 50%;
  padding-top: 0.15em;
  font-weight: bold;
  color: #fff; }

.currency-wrap select {
  height: 30px;
  background-color: rgba(255, 255, 255, 0.5); }
  @media only screen and (min-width: 870px) {
    .currency-wrap select {
      font-size: 0.8em; } }

@media only screen and (min-width: 870px) {
  .pushy .home-link {
    top: 50%;
    transform: translateY(-50%);
    left: 1.5em;
    position: absolute;
    width: 80px;
    z-index: 16; } }
@media only screen and (min-width: 1050px) {
  .pushy .home-link {
    width: 80px; }
    .pushy .home-link img {
      width: 80px; } }

.site-nav__link svg {
  width: 0.65em;
  opacity: 0.75;
  margin-top: -5px;
  margin-left: 0.2em; }
  @media only screen and (max-width: 869px) {
    .site-nav__link svg {
      display: none; } }

.site-nav__submenu {
  font-size: 0.9em;
  list-style-type: none; }
  @media only screen and (max-width: 869px) {
    .site-nav__submenu {
      font-size: 0.75em; } }

.headroom {
  transition: transform 300ms ease;
  transform: translate3d(0, 0, 0); }
  @media only screen and (min-width: 870px) {
    .headroom {
      transition: all 300ms ease; } }

.headroom--pinned {
  transform: translateY(0%); }

.movin .headroom--unpinned {
  transform: translateY(-100%); }

.pushy li {
  list-style-image: none; }
.pushy a {
  display: block;
  color: #fff;
  text-decoration: none; }

#container {
  transition: all ease 300ms; }

@media only screen and (max-width: 869px) {
  .top-nav-wrap {
    opacity: 0;
    position: fixed;
    height: 0%;
    width: 100%;
    background-color: #1D1D1D;
    color: #fff;
    text-align: left;
    left: 0;
    top: 0;
    z-index: 10000;
    overflow: hidden; }

  #container {
    opacity: 1; }

  .menu-active {
    overflow: hidden; }
    .menu-active .top-nav-wrap {
      opacity: 1;
      height: 100%;
      overflow-y: scroll; }
  .home-link {
    padding-top: 0;
    color: #fff;
    transition-delay: 50ms;
    display: inline-block; }
    .home-link span {
      font-weight: bold; }
    .menu-active .home-link {
      color: #1d0e23; }

  .nav {
    margin: 0;
    padding: 0; }
    .nav a {
      text-transform: uppercase;
      letter-spacing: 0.3em;
      font-weight: bold;
      color: #fff;
      line-height: 1;
      padding: 0;
      border-bottom: 1px solid rgba(0, 0, 0, 0);
      border-top: 1px solid rgba(0, 0, 0, 0);
      font-size: 1.2em;
      transition-delay: 500ms;
      opacity: 0; }
      .menu-active .nav a {
        border-bottom-color: rgba(0, 0, 0, 0.1);
        border-top-color: rgba(255, 255, 255, 0.1);
        color: #fff;
        line-height: 1.5;
        padding: 1em;
        opacity: 1; }

  .nav-bar-cta {
    position: absolute !important;
    z-index: 99;
    right: -0.75em;
    top: 1em;
    transform: scale(0.75);
    padding: 0.6em 1em !important; } }
    @media only screen and (max-width: 869px) and (min-height: 850px) {
      .menu-active .top-nav-wrap {
        overflow-y: hidden; } }

@media only screen and (max-width: 869px) {
  .menu-active {
    overflow: hidden; } }

@media only screen and (max-width: 869px) {
  .nav-bar {
    position: relative;
    overflow: hidden;
    padding: 0.75em 0.5em 1em;
    z-index: 1;
    width: 100%;
    background-color: #1D1D1D;
    border-bottom: 1px solid #fff; } }
.nav-bar .home-link {
  width: 134px;
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translateY(-50%);
  z-index: 20;
  margin-left: -67px; }
  .nav-bar .home-link svg {
    width: 100%; }
  .nav-bar .home-link img {
    margin: auto; }

@media only screen and (max-width: 869px) {
  .nav-bar-outside {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999; }
    .movin .nav-bar-outside {
      position: fixed;
      background-color: rgba(29, 29, 29, 0.9); } }

.bt-menu-trigger {
  position: relative;
  top: 2px;
  left: 20px;
  display: block;
  width: 30px;
  height: 50px;
  cursor: pointer;
  z-index: 10001; }
  .bt-menu-trigger span {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    height: 4px;
    margin-top: -2px;
    background-color: #fff;
    font-size: 0px;
    user-select: none; }
    .bt-menu-trigger span:before, .bt-menu-trigger span:after {
      position: absolute;
      left: 0;
      width: 100%;
      height: 100%;
      background: #fff;
      content: ''; }
    .bt-menu-trigger span:before {
      transform: translateY(-250%); }
    .bt-menu-trigger span:after {
      transform: translateY(250%); }

.menu-active .bt-menu-trigger span {
  background-color: transparent; }
  .menu-active .bt-menu-trigger span:before {
    transform: translateY(0) rotate(45deg); }
  .menu-active .bt-menu-trigger span:after {
    transform: translateY(0) rotate(-45deg); }

/*********************
NORMAL PAGE
*********************/
.normal-page {
  font-family: "proxima-nova";
  font-weight: normal; }
  .normal-page * {
    color: #1d0e23; }
  .normal-page a {
    color: #28aae1;
    text-decoration: underline; }
  .normal-page p {
    line-height: 1.75; }
  .normal-page ul, .normal-page ol {
    padding-left: 2em;
    list-style-type: disc;
    margin: auto; }
  .normal-page ol {
    padding-left: 2em;
    list-style-type: decimal; }
  .normal-page ul ul {
    list-style-type: square; }
    .normal-page ul ul ul {
      list-style-type: circle; }
  .normal-page li {
    margin-bottom: 0.5em; }
  .normal-page td, .normal-page th {
    border: 1px solid #c8ccd4;
    padding: 0.5em; }
  .normal-page blockquote {
    font-style: italic;
    font-size: 1.2em;
    font-weight: normal; }

.site-footer {
  padding: 2em 1em;
  background-color: #fafafa; }

.social-icons__link {
  color: #1d0e23; }

.footer-inner {
  max-width: 1300px;
  margin: auto; }

@media only screen and (max-width: 869px) {
  .footer-section {
    max-width: 400px;
    margin: auto; } }

.site-footer__social-icons {
  list-style-type: none;
  padding: 0; }
  .site-footer__social-icons li {
    display: inline;
    padding: 0.5em; }

@media only screen and (min-width: 870px) {
  footer .medium-up--one-fifth {
    margin-top: 7.5%; } }

/*================ Giftcard Template ================*/
.giftcard-qr img {
  display: block;
  margin: 0 auto; }

.apple-wallet-image {
  display: block;
  margin: 0 auto; }

/*================ Print Giftcard Styles ================*/
@media print {
  @page {
    margin: 0.5cm; }

  p {
    orphans: 3;
    widows: 3; }

  html,
  body {
    background-color: #fff;
    color: #000; }

  .print-giftcard,
  .apple-wallet {
    display: none; } }
.tags-list {
  max-width: 1200px;
  margin: auto; }

.tag {
  display: inline-block;
  padding: 0 0.5em;
  border: 1px solid #ccc;
  border-radius: 0.1em;
  margin: 0.25em; }

.collection-wrap .medium-up--one-third {
  text-align: center;
  margin: 1em auto;
  max-width: 400px;
  border-radius: 6px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  padding: 0;
  overflow: hidden; }
  @media only screen and (min-width: 870px) {
    .collection-wrap .medium-up--one-third {
      width: 30%;
      margin: 1em 1.5%; } }

.collection-rating {
  max-width: 170px;
  margin: auto; }

.collection-wrap img {
  padding: 1em; }

.bottom-cta-bar {
  background-color: black;
  padding: 0.5em;
  position: fixed;
  z-index: 999;
  width: 100%;
  left: 0;
  bottom: 0; }
  .bottom-cta-bar h3, .bottom-cta-bar p {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    padding: 0.25em; }
  .bottom-cta-bar .bottom-cta-bar-link {
    display: inline-block;
    margin-top: 0.5em;
    color: #fff; }

.product-top-wrap {
  background-color: #f3f3f3;
  padding-bottom: 8.5%;
  padding-top: 1.5em; }
  @media only screen and (min-width: 870px) {
    .product-top-wrap {
      padding-top: 3em; } }

.product-top {
  max-width: 1220px;
  margin: auto; }

.product-title {
  font-weight: normal; }

@media only screen and (min-width: 870px) {
  .grid__item .product-form {
    padding-right: 0.5em; } }

.product-left {
  /*   #lightSlider{
    	img{
        box-shadow: 0 2px 10px rgba(0,0,0,0.15);
      }
    } */ }
  @media only screen and (min-width: 870px) {
    .product-left {
      padding: 1em; } }

/* .yotpo-stars {
    margin-right: 0.5em !important;
} */
.product-right {
  padding: 1em; }

.swatch {
  margin: 0 !important; }

.product-italic-line {
  font-style: italic;
  font-size: 0.9em; }
  .product-italic-line p {
    display: inline-block;
    border-left: 2px solid #28aae1;
    padding-left: 1em;
    margin-left: 0.65em;
    margin-top: 0.45em;
    float: left; }
    @media only screen and (min-width: 870px) {
      .product-italic-line p {
        margin-top: 0.45em; } }
    @media only screen and (min-width: 1050px) {
      .product-italic-line p {
        margin-top: 0.85em; } }
    @media screen and (max-width: 450px) {
      .product-italic-line p {
        margin-top: 0.75em;
        font-size: 0.9em; } }

.swatch .header {
  margin-top: 0;
  color: #808a96; }

.swatch-element {
  margin-bottom: 0 !important; }

.product-form label,
.product-form select,
.product-form input {
  font-size: 1em;
  width: auto; }
.product-form label {
  display: block; }
.product-form select {
  padding: 0.575em;
  padding-right: 1.5em; }
.product-form input {
  margin-right: 1em; }
  .product-form input[type='number'] {
    padding: 0.5em;
    width: 100px;
    background-color: #fff; }

.add-upsell {
  display: inline-block;
  padding: 0.25em 0.75em;
  background-color: #ffffff7d;
  border: 1px solid #737272;
  border-radius: 0.2em;
  position: relative; }
  .add-upsell input {
    margin-right: 0.25em;
    margin-top: 0.2em; }
  .add-upsell span {
    line-height: 2.1;
    vertical-align: top;
    color: #333;
    font-size: 0.9em; }

.add-upsell-thumb {
  border: 1px solid #dcdcdc;
  position: absolute;
  width: 20%;
  border-radius: 100%;
  left: -1.1em;
  top: -1.1em; }

.add-upsell-content {
  padding-left: 20%; }
  @media only screen and (max-width: 469px) {
    .add-upsell-content {
      padding-left: 15%; } }

.product-form-input-wrap {
  display: none; }

.product-form-button-wrap button {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  position: relative;
  padding: 0.75em;
  padding-right: 3em; }
  .product-form-button-wrap button:after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(https://cdn.shopify.com/s/files/1/0256/9915/6056/t/2/assets/Path.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translatey(-50%); }
  .product-form-button-wrap button:hover {
    background-color: #28aae1;
    color: #fff; }
    .product-form-button-wrap button:hover:after {
      right: .5rem; }

.product-icons {
  margin-top: 2em;
  border-top: 4px solid #28aae1;
  padding-top: 1.5em; }

.product-icon-wrap p {
  float: right;
  width: calc(100% - 45px);
  margin-top: 0.25em;
  color: #666; }

.product-icon {
  float: left;
  margin-top: 0.25em;
  width: 40px; }

.product-price {
  margin-top: 0.3em;
  float: left; }

/* swatches */
/* 
   Swatches Styles
*/
.swatch {
  margin: 1em 0; }

/* Label */
.swatch .header {
  margin: 0.5em 0; }

/* Hide radio buttons.*/
.swatch input {
  display: none; }

.swatch label {
  /* Rounded corners */
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /* To give width and height */
  float: left;
  /* Color swatches contain no text so they need to have a width. */
  min-width: 50px !important;
  height: 35px !important;
  /* No extra spacing between them */
  margin: 0;
  /* The border when the button is not selected */
  border: #ccc 1px solid;
  /* Background color */
  background-color: #ddd;
  /* Styling text */
  font-size: 13px;
  text-align: center;
  line-height: 35px;
  white-space: nowrap;
  text-transform: uppercase; }

.swatch-element label {
  padding: 0 10px; }

.color.swatch-element label {
  padding: 0; }

/* Styling selected swatch */
/* Slightly raised */
.swatch input:checked + label {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8);
  border-color: transparent; }

.swatch .swatch-element {
  float: left;
  -webkit-transform: translateZ(0);
  /* webkit flicker fix */
  -webkit-font-smoothing: antialiased;
  /* webkit text rendering fix */
  /* Spacing between buttons */
  margin: 0px 10px 10px 0;
  /* To position the sold out graphic and tooltip */
  position: relative; }

/* Image with the cross in it */
.crossed-out {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

.swatch .swatch-element .crossed-out {
  display: none; }

.swatch .swatch-element.soldout .crossed-out {
  display: block; }

.swatch .swatch-element.soldout label {
  filter: alpha(opacity=60);
  /* internet explorer */
  -khtml-opacity: 0.6;
  /* khtml, old safari */
  -moz-opacity: 0.6;
  /* mozilla, netscape */
  opacity: 0.6;
  /* fx, safari, opera */ }

/* Tooltips */
.swatch .tooltip {
  text-transform: capitalize;
  text-align: center;
  background: gray;
  color: #fff;
  bottom: 100%;
  padding: 10px;
  display: block;
  position: absolute;
  width: 100px;
  left: -23px;
  margin-bottom: 15px;
  /* Make it invisible by default */
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  visibility: hidden;
  /* Animations */
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -ms-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  z-index: 10000;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.swatch .tooltip:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%; }

/* CSS triangle */
.swatch .tooltip:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid gray 10px;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0; }

.swatch .swatch-element:hover .tooltip {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px); }

.swatch.error {
  background-color: #e8d2d2 !important;
  color: #333333 !important;
  padding: 1em;
  border-radius: 5px; }

.swatch.error p {
  margin: 0.7em 0; }

.swatch.error p:first-child {
  margin-top: 0; }

.swatch.error p:last-child {
  margin-bottom: 0; }

.swatch.error code {
  font-family: monospace; }

.long-content-wrap {
  background-color: #f9f9f9;
  margin-top: -5%;
  padding-top: 5%; }

.product-example-wrap {
  max-width: 1150px;
  margin: auto; }

.product-pr-icons {
  margin: auto;
  margin-top: -6%; }

.tab-section {
  margin: auto;
  display: none; }
  .tab-section h2 {
    position: relative;
    padding-bottom: 0.25em; }
    .tab-section h2:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      background-color: #28aae1;
      height: 2px; }

.tab-section--active {
  display: block; }

.tab-section {
  max-width: 900px; }

.tab-nav-wrap {
  margin: 0 auto 2em;
  max-width: 800px; }

li.tab-nav-item {
  float: left;
  width: 33.3333333%;
  text-align: center;
  padding: 16px;
  border-bottom: 2px solid #dadee6;
  cursor: pointer; }

h2.tab-nav-item {
  border-bottom: 2px solid #dadee6;
  cursor: pointer; }

.tab-nav-item--active {
  border-bottom: 4px solid #28aae1 !important;
  padding-bottom: 15px !important; }

.cart-wrap {
  padding-left: 0 !important; }
  @media only screen and (max-width: 869px) {
    .cart-wrap {
      max-width: 450px;
      margin: auto; } }

@media only screen and (min-width: 870px) {
  .cart-form {
    padding-right: 2em; } }
@media only screen and (max-width: 1049px) {
  .cart-form .grid {
    margin: auto; } }

#rrSmsContainer {
  border: 1px solid #ccc;
  background-color: #f2f2f2;
  margin-top: 1em; }
  @media only screen and (max-width: 1049px) {
    #rrSmsContainer {
      float: none !important; } }
  #rrSmsContainer label {
    display: inline; }
  #rrSmsContainer p {
    margin: 0; }

.template-cart .responsive-table-row input {
  width: auto;
  max-width: 50px;
  font-size: 1em;
  border-width: 1px;
  padding: 0.75em 0.5em; }
.template-cart .remove-button {
  padding: 0em 0.5em 0.2em;
  border: 1px solid #c8ccd4;
  border-radius: 2em;
  font-size: 0.9em;
  color: #808a96;
  line-height: 1.25;
  margin-left: 0.25em; }
  @media only screen and (max-width: 1049px) {
    .template-cart .remove-button {
      font-size: 0.8em; } }
.template-cart .responsive-table {
  border-collapse: separate;
  width: 100%;
  border: 2px solid #ebebeb; }
  .template-cart .responsive-table p {
    margin: auto; }
  .template-cart .responsive-table img {
    width: 100px; }
    @media only screen and (max-width: 869px) {
      .template-cart .responsive-table img {
        float: right; } }
.template-cart .btn {
  margin-bottom: 0.75em; }

.cart-thead {
  display: flex; }

.cart-th {
  font-weight: bold;
  text-align: center;
  padding: 0.5em;
  flex: 1 1;
  width: 100%;
  align-self: center; }

@media only screen and (max-width: 1049px) {
  .cart-table {
    font-size: 0.85em; } }
.cart-td {
  flex: 1 1;
  width: 100%;
  padding: 0.25em;
  align-self: center; }

@media screen and (max-width: 450px) {
  .cart__quantity-td,
  .cart__price,
  .cart__small {
    max-width: 60px; } }

.cart-tr {
  border-top: 1px solid #ccc;
  display: flex; }

.cart-subtotal {
  padding: 0.5em 0 1em; }

.cart-subtotal__price {
  font-weight: bold; }

.cart__qty label {
  display: none; }

.cart__final-price {
  font-weight: bold; }

.template-cart .btn:last-child {
  margin-left: 0.75em; }

.shopify-cleanslate > div > div {
  justify-content: flex-end; }

.shopify-cleanslate form button.bold_clone {
  display: none !important; }

@media only screen and (min-width: 870px) {
  .cart-subtotal-wrap + p {
    float: right;
    margin-top: -1em;
    width: 35%;
    text-align: right; } }
@media only screen and (max-width: 869px) {
  .cart-subtotal-wrap + p {
    text-align: center; } }
@media only screen and (max-width: 869px) {
  .cart-subtotal-wrap {
    text-align: center; } }

/* .cart-subtotal{
  @include media-query($medium-up) {
    float: right;
    width: 150px;
  }
} */
.cart-subtotal-inner {
  width: 150px;
  margin: auto; }
  @media only screen and (min-width: 870px) {
    .cart-subtotal-inner {
      float: right; } }
  .cart-subtotal-inner p {
    float: left;
    width: 70px; }

@media only screen and (max-width: 869px) {
  .cart-buttons-wrap {
    font-size: 0.8em; } }
.cart-buttons-wrap .btn {
  margin-top: 0.5em; }

.woo-sidebar {
  max-width: 400px;
  margin: auto;
  background-color: #fafafa;
  padding: 1em;
  padding-bottom: 0;
  position: relative; }
  @media only screen and (max-width: 869px) {
    .woo-sidebar {
      float: none; } }
  .woo-sidebar .phone,
  .woo-sidebar .email {
    max-width: 300px;
    margin: 1em auto; }

.woo-sidebar-inner {
  position: relative;
  z-index: 2; }

.woo-top-contact {
  max-width: 300px;
  margin: 1em auto;
  font-weight: bold;
  line-height: 1.2; }
  @media only screen and (min-width: 1050px) {
    .woo-top-contact {
      font-size: 1.25em; } }

.woo-ssl-img,
.woo-cc-img {
  text-align: center; }
  .woo-ssl-img img,
  .woo-cc-img img {
    width: 100%; }

.woo-ssl-img {
  padding: 0.75em 0; }

.woo-ssl-text {
  font-size: 0.75em;
  padding: 0.5em 1em;
  margin: 0 -1.3em;
  background-color: #424148; }
  .woo-ssl-text p {
    color: #fff;
    margin-bottom: 0.5em;
    font-weight: bold; }

.woo-cc-img {
  background-color: #1d0e23;
  margin: 0 -1em;
  padding: 0.5em; }
  .woo-cc-img img {
    margin: auto;
    width: 250px; }

.article {
  padding: 1em; }

.widgettitle {
  border-bottom: 1px solid #dadee6;
  margin-bottom: 0;
  padding-right: 2em;
  padding-bottom: 0.15em;
  font-size: 1.2em;
  display: inline-block; }

.sidebar {
  padding-left: 2em;
  padding: 1em; }
  .sidebar ul {
    margin-top: 0.5em; }
  .sidebar li {
    text-transform: capitalize;
    padding-bottom: 1em;
    font-weight: bold; }

.category-item {
  margin: 0;
  line-height: 1; }

.normal-article {
  padding: 0;
  margin: 3em auto;
  border-bottom: 1px solid #fafafa;
  max-width: 700px;
  box-shadow: 0 0 2.5em rgba(29, 14, 35, 0.05); }
  @media only screen and (max-width: 1049px) {
    .normal-article {
      max-width: 480px;
      margin: auto; } }
  .normal-article:first-child {
    margin-top: 2em; }
  .normal-article .category-item {
    margin-bottom: 0.2em; }
  .normal-article h1 {
    margin-top: 0.5em;
    margin-bottom: 0;
    font-weight: normal; }

.vact {
  color: #fff; }
  .vact a {
    border: 1px solid #c3d0e0;
    border-radius: 4em;
    padding: 0.1em 0.5em; }

.article-excerpt {
  max-width: 560px; }

.article-content-wrap {
  padding: 1em;
  padding-top: 0; }

.social-sharing a {
  display: inline-block;
  padding: 0.5em; }

.sharing-twitter {
  color: #1ea1f3; }

.sharing-facebook {
  color: #3b5998; }

.sharing-pintrest {
  color: #c92228; }

.custom-content {
  margin-left: 0 !important;
  margin-bottom: 0 !important; }

.custom__item {
  padding-left: 0; }

.custom__item {
  margin: 0; }

main#MainContent {
  padding-top: 0 !important; }

.page-template-wrap {
  background-color: #f9f9f9; }

.page-template-hero {
  background-size: cover;
  background-position: center center;
  background-image: url(//cdn.shopify.com/s/files/1/0256/9915/6056/t/2/assets/hero.jpg?v=7688969332037839933);
  position: relative; }
  .page-template-hero:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35); }

.page-template-hero--about {
  background-image: url(//cdn.shopify.com/s/files/1/0256/9915/6056/t/2/assets/about-hero.jpg?v=11600120906882437994);
  background-position: 50% 100%; }

.page-template-hero-inner {
  padding: 12% 1em 5%;
  position: relative;
  z-index: 2;
  max-width: 750px;
  /*   margin: auto; */ }
  .page-template-hero-inner h1 {
    position: relative;
    margin: auto;
    color: #fff;
    z-index: 2; }

.side-section-bg {
  background: #e8e8e6;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #e8e8e6 0%, #d6d6d5 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #e8e8e6 0%, #d6d6d5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #e8e8e6 0%, #d6d6d5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e6', endColorstr='#d6d6d5',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

.side-section-inner {
  max-width: 1250px;
  margin: auto; }

@media screen and (min-width: 900px) {
  .side-section-image {
    float: right;
    width: 55%; }

  .side-section-left .side-section-image {
    float: left; }

  .side-section-image-space {
    padding-top: 10%; }

  .side-section-content {
    float: left;
    width: 45%;
    padding: 15% 1em 0; }

  .side-section-bottom-space .side-section-content {
    padding-bottom: 15%; } }
@media screen and (max-width: 899px) {
  .side-section {
    padding: 1em; }

  .side-section-inner {
    max-width: 550px; }

  .side-section-image,
  .side-section-content {
    padding: 1em;
    padding-bottom: 0; }

  .mobile-shift-left {
    margin-left: -2em !important; } }
.side-section-content * {
  color: #313947; }

.side-section-image img {
  margin: auto;
  display: block; }

#shopify-section-featured-collections h2 {
  text-transform: uppercase;
  font-size: 30px !important;
  padding-top: 0;
  margin-top: 0;
  font-weight: bold; }

@media screen and (min-width: 900px) {
  #shopify-section-featured-collections h2 {
    font-size: 40px !important; } }
.mobile-button {
  text-align: center;
  padding: 1em; }

@media screen and (min-width: 900px) {
  .mobile-button {
    display: none; } }
.media-section {
  text-align: center; }

.media-section img {
  padding: 0 1em; }

@media screen and (min-width: 900px) {
  .media-section {
    padding: 1em;
    max-width: 1200px;
    margin: auto; }

  .media-section img {
    display: inline-block;
    vertical-align: top;
    width: 48%; } }
.bottom-center {
  text-align: center;
  padding: 1em; }

.side-section-content a {
  color: #fff; }

@media only screen and (max-width: 869px) {
  .contact-page-wrap .grid {
    margin-left: 0; } }

.errors {
  color: red; }

.faq-section {
  padding: 1em;
  background-color: #fff;
  margin: 1em auto; }

.faq-section p {
  margin: 0.5em 0; }

/*/////////////////////////////////////////*/
/*///////////////NEW HOME SCSS/////////////*/
/*/////////////////////////////////////////*/
#hm-wrpr {
  background: #F3F3F3;
  color: #1B1B1B;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.7;
  min-width: 320px;
  /* 	p{
  		margin: 1em 0;
  	} */ }
  #hm-wrpr div {
    box-sizing: border-box; }
  #hm-wrpr img, #hm-wrpr svg {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%; }
  #hm-wrpr .vidrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0; }
    #hm-wrpr .vidrap iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  #hm-wrpr h1, #hm-wrpr h2, #hm-wrpr h3, #hm-wrpr h4 {
    color: #1B1B1B; }
  #hm-wrpr h1 {
    color: #fff;
    font-size: 3.3rem;
    line-height: 1.3;
    margin: 0.5rem 0; }
  #hm-wrpr h2 {
    font-size: 3rem; }
  #hm-wrpr h3 {
    font-size: 2rem;
    font-weight: 700;
    margin-top: 1em;
    margin-bottom: 0.5em; }
  #hm-wrpr h4 {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    font-size: 1.6rem;
    font-weight: 400; }
  #hm-wrpr .sct-in {
    width: 100%;
    max-width: 1200px;
    margin: auto; }
  #hm-wrpr .hm-sct {
    width: 100%;
    box-sizing: border-box;
    padding: 1rem; }
  #hm-wrpr .back-forth-wrap {
    margin-bottom: 2em; }
    @media only screen and (min-width: 870px) {
      #hm-wrpr .back-forth-wrap {
        margin-bottom: 4em; } }
  @media screen and (max-width: 868px) {
    #hm-wrpr .sct-in {
      max-width: 650px; }
    #hm-wrpr h2 {
      font-size: 2.7rem; }
    #hm-wrpr h3 {
      font-size: 1.9rem; }
    #hm-wrpr h4 {
      font-size: 1.4rem; } }
  @media screen and (max-width: 500px) {
    #hm-wrpr {
      font-size: 15px; }
      #hm-wrpr h1 {
        font-size: 3rem; }
      #hm-wrpr h2 {
        font-size: 2.4rem; }
      #hm-wrpr h3 {
        font-size: 1.7rem; }
      #hm-wrpr h4 {
        font-size: 1.3rem; } }
  @media screen and (max-width: 450px) {
    #hm-wrpr h1 {
      font-size: 2.7rem; }
    #hm-wrpr h2 {
      font-size: 2.1rem; }
    #hm-wrpr h3 {
      font-size: 1.4rem; }
    #hm-wrpr h4 {
      font-size: 1.2rem; } }
  @media screen and (max-width: 350px) {
    #hm-wrpr h1 {
      font-size: 2.4rem; } }
  #hm-wrpr .btm-brdr {
    border-bottom: 2px solid #28aae1; }
  #hm-wrpr .buy-button {
    font-size: 1.25em;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    z-index: 9;
    left: -2rem;
    bottom: -1rem;
    display: block;
    width: 70%;
    background-color: #28aae1;
    padding: 0.7rem 1.2em;
    text-decoration: none;
    color: #fff; }
    #hm-wrpr .buy-button::after {
      content: "";
      display: inline-block;
      width: 15px;
      height: 15px;
      background: url("//cdn.shopify.com/s/files/1/0256/9915/6056/t/2/assets/Path.png") no-repeat;
      background-size: contain;
      position: absolute;
      top: 50%;
      right: 1.5rem;
      transform: translatey(-50%); }
    #hm-wrpr .buy-button:hover::after {
      right: 0.85rem;
      transition: 0.2s; }
    #hm-wrpr .buy-button.out-of-stock {
      background-color: #666666 !important;
      width: 80%;
      min-width: 260px; }

@keyframes kenburns {
  0% {
    transform: scale(1) translate(0, 0); }

  50% {
    transform: scale(1.1) translate(0.4em, 0.2em); }

  100% {
    transform: scale(1) translate(0, 0); } }

@-webkit-keyframes kenburns {
  0% {
    -webkit-transform: scale(1) translate(0, 0); }

  50% {
    -webkit-transform: scale(1.1) translate(0.4em, 0.2em); }

  100% {
    -webkit-transform: scale(1) translate(0, 0); } }

#sct-1 {
  position: relative;
  padding: 0 !important;
  z-index: 1; }
  #sct-1:before, #sct-1:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 100% 100%;
    background-image: url(//cdn.shopify.com/s/files/1/0256/9915/6056/t/2/assets/ha-1.jpg?v=5294117642736549421);
    z-index: 0;
    animation-name: kenburns;
    -webkit-animation-name: kenburns;
    animation-duration: 35s;
    -webkit-animation-duration: 35s;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    /* Chrome, Safari, Opera */
    -webkit-backface-visibility: hidden;
    /* Fix chrome animation jitter */
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform-style: preserve-3d;
    transition: ease all 1500ms; }
  #sct-1:after {
    background-image: url(//cdn.shopify.com/s/files/1/0256/9915/6056/t/2/assets/ha-2.jpg?v=4463506810167425672);
    opacity: 0; }
  #sct-1.image-change:after {
    opacity: 1; }
  #sct-1 .sct-1-in {
    max-width: 400px; }
  #sct-1 #hro-bg-ovrly {
    padding: 2rem 1rem;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 2; }
  #sct-1 .buy-button {
    left: 0; }
  @media screen and (min-width: 868px) {
    #sct-1 .sct-1-in {
      padding: 7% 1rem 15% 1rem; }
    #sct-1 #hro-img {
      display: none; }
    #sct-1 #hro-bg-ovrly {
      position: relative; }
      #sct-1 #hro-bg-ovrly #press-icons {
        position: absolute;
        bottom: -2.5rem;
        left: 50%;
        transform: translatex(-50%);
        width: 80%;
        max-width: 1000px;
        z-index: 2; } }
  @media screen and (max-width: 868px) {
    #sct-1 {
      margin-bottom: 2rem; }
      #sct-1 #hro-img {
        width: 100%; }
      #sct-1 #press-icons {
        display: none; }
      #sct-1 .sct-1-in {
        margin: auto; } }

#sct-2 .sct-2-in {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  #sct-2 .sct-2-in iframe {
    box-shadow: 3px 3px 23px -14px rgba(0, 0, 0, 0.4); }
#sct-2 svg {
  margin: 2rem 0; }
@media screen and (min-width: 868px) {
  #sct-2 {
    padding: 4rem 1rem !important; }
    #sct-2 .sct-2-mid {
      width: 49%;
      padding: 1rem; } }
@media screen and (max-width: 868px) {
  #sct-2 {
    padding: 0 !important; }
    #sct-2 .sct-2-in {
      flex-direction: column; }
    #sct-2 .sct-2-mid {
      width: 100%;
      max-width: 500px; }
    #sct-2 .sct-2-mid:last-child {
      padding: 1rem; } }

.sct-3 {
  background-color: rgba(255, 255, 255, 0.7);
  /*   	.top-base-img {
        position: absolute;
        width: 260px !important;
        left: 50%;
        margin-left: -130px;
        margin-top: 3em;
        opacity: 0;
  	} */ }
  .sct-3 h2 {
    margin: 1em auto 0.5em auto; }
  .sct-3 h3 {
    text-transform: uppercase; }
  .sct-3 .air-pix-3-in {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 450px;
    margin: 2.5rem auto;
    background-color: #fff;
    box-shadow: 3px 3px 23px -14px rgba(0, 0, 0, 0.4);
    position: relative;
    /* 		&:nth-child(2){
    			.top-img-wrp{
    				background:url('//cdn.shopify.com/s/files/1/0256/9915/6056/t/2/assets/product-bg-2.jpg') no-repeat;
    			}
    		}
    		&:last-child{
    			.top-img-wrp{
    				background:url('//cdn.shopify.com/s/files/1/0256/9915/6056/t/2/assets/product-bg-3.jpg') no-repeat;
    			}
    		} */ }
    .sct-3 .air-pix-3-in:first-child .top-img-wrp:after {
      background: url(//cdn.shopify.com/s/files/1/0256/9915/6056/t/2/assets/product-bg-1.jpg?v=8819809429190367373) no-repeat;
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 0;
      opacity: 1;
      transition: all ease 300ms;
      background-size: cover;
      background-position: center center; }
    .sct-3 .air-pix-3-in:hover {
      /*           .top-base-img{
                	opacity: 1;
                } */ }
      .sct-3 .air-pix-3-in:hover .top-img-wrp:after {
        opacity: 0; }
      .sct-3 .air-pix-3-in:hover .top-img {
        width: 260px !important;
        transform: translatex(23%) translatey(-30%); }
  .sct-3 .top-img-wrp {
    width: 100%;
    padding: 110px 0;
    background-size: 100% auto;
    position: relative;
    z-index: 1; }
    .sct-3 .top-img-wrp .top-img {
      position: absolute;
      width: 60% !important;
      right: 30%;
      bottom: -25%;
      transform: translatex(50%);
      z-index: 3; }
  .sct-3 .inn-txt-3 {
    padding: 0 1rem; }
    .sct-3 .inn-txt-3 .pix-features {
      list-style-type: circle;
      padding: 0;
      font-weight: 600;
      padding: 0 1.5em; }
      .sct-3 .inn-txt-3 .pix-features li {
        margin-bottom: 0.3rem; }
    .sct-3 .inn-txt-3 .price-3 {
      font-size: 1.05rem;
      font-weight: 600; }
  @media screen and (max-width: 868px) {
    .sct-3 .air-pix-3-in {
      margin: 1rem auto; } }

.cover-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2; }

#sct-4 .sct-4-in {
  margin: 0;
  max-width: 100%;
  padding-bottom: 0.5rem; }
#sct-4 .ig-plugin {
  margin: 3rem 0; }
#sct-4 .sct-4-reviews {
  display: flex;
  margin: auto;
  margin-top: 4rem; }
  #sct-4 .sct-4-reviews .review-callout {
    box-shadow: 3px 3px 23px -14px rgba(0, 0, 0, 0.4); }
  #sct-4 .sct-4-reviews .review-blu {
    background-color: #28AAE1 !important;
    padding: 1rem; }
  #sct-4 .sct-4-reviews .review-owner {
    position: relative;
    background-color: #fff;
    padding: 2.5rem; }
    @media only screen and (min-width: 870px) {
      #sct-4 .sct-4-reviews .review-owner {
        padding-left: 5em; } }
  #sct-4 .sct-4-reviews img, #sct-4 .sct-4-reviews a {
    margin: auto; }
  #sct-4 .sct-4-reviews .review-button {
    display: block;
    width: 150px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    padding: 0.5rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    border: 1px solid #fff; }
#sct-4 .review-blu-title {
  color: #fff;
  text-align: center;
  font-size: 4vw;
  font-weight: bold;
  line-height: 1;
  margin-top: 1em;
  margin-bottom: 0.2em; }
#sct-4 .review-blu-content {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: 0.5em; }
#sct-4 .review-owner {
  position: relative; }
@media screen and (min-width: 868px) {
  #sct-4 .sct-4-reviews .review-blu {
    width: 25%; }
  #sct-4 .sct-4-reviews .review-owner {
    width: 75%; } }
@media screen and (max-width: 1050px) {
  #sct-4 #air-img:before {
    display: none; } }
@media screen and (max-width: 868px) {
  #sct-4 .sct-4-reviews {
    flex-direction: column;
    max-width: 400px; }
    #sct-4 .sct-4-reviews .review-owner {
      padding-top: 3.5rem; } }

#sct-5 .sct-5-in {
  max-width: 450px; }
@media screen and (min-width: 868px) {
  #sct-5 {
    margin-bottom: -60px; }
    #sct-5 .sct-5-in {
      margin: 0; } }
@media screen and (max-width: 1140px) and (min-width: 868px) {
  #sct-5 {
    margin-bottom: -120px; } }
@media screen and (max-width: 1060px) and (min-width: 868px) {
  #sct-5 {
    margin-bottom: -50px; } }

.sct-6-in img {
  box-shadow: 3px 3px 23px -14px rgba(0, 0, 0, 0.4); }

.hm-l-sct {
  /* 	.l-sct-hlf:first-child {
  		width:45%;
  		.l-sct-txt{
  			max-width:500px;
  		}
  	}
  	.l-sct-hlf:last-child {
  		width:50%;
  	} */ }
  .hm-l-sct:nth-child(odd) .sct-in {
    flex-direction: row-reverse; }
  .hm-l-sct .sct-in {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .hm-l-sct .l-sct-hlf-image {
    width: 60%; }
    .hm-l-sct .l-sct-hlf-image img {
      box-shadow: 0 3px 1em rgba(0, 0, 0, 0.2); }
  .hm-l-sct .l-sct-hlf-text {
    width: 35%; }
  .hm-l-sct h3 {
    color: #28AAE1 !important; }
  @media screen and (max-width: 868px) {
    .hm-l-sct {
      padding: 0 !important; }
      .hm-l-sct .sct-in {
        flex-direction: column-reverse !important; }
      .hm-l-sct .l-sct-hlf {
        width: 100% !important;
        max-width: 500px;
        margin: auto; }
      .hm-l-sct .l-sct-hlf:first-child {
        padding: 1rem; } }

/*/////////////////////////////////////////*/
/*/////////////////Footer CSS/////////////*/
/*/////////////////////////////////////////*/
.site-footer {
  background-color: #1B1B1B; }
  .site-footer h2, .site-footer h3, .site-footer h4, .site-footer p, .site-footer strong, .site-footer b, .site-footer a, .site-footer li, .site-footer span {
    color: #fff !important; }

.phone-form {
  max-width: 450px;
  margin: auto; }

.phone-form-inner {
  display: flex; }

.phone-form input[type="tel"],
.phone-form button {
  height: 48px; }

.countdown {
  max-width: 290px;
  text-align: center;
  padding: 0.25em;
  border: 1px solid #333;
  background-color: rgba(255, 255, 255, 0.75);
  font-size: 1em;
  text-transform: uppercase;
  margin: 1em 0; }
  @media screen and (max-width: 471px) {
    .countdown {
      margin: 0; } }
  @media screen and (max-width: 470px) {
    .countdown {
      font-size: 0.7em; } }
  .countdown .count-item,
  .countdown .colon {
    display: inline-block;
    vertical-align: top;
    color: #333;
    line-height: 1.4; }
  .countdown .count-item {
    width: 50px; }
  .countdown .count,
  .countdown .colon {
    font-size: 1.2em; }
  .countdown .count {
    font-weight: bold; }
  .countdown .colon {
    width: 5px; }
  .countdown .increment {
    color: #666;
    font-style: italic;
    font-size: 0.6em; }

.bf-bar {
  text-align: center;
  background-color: #28aae1;
  position: relative;
  padding: 0.5em;
  height: 72px; }

.br-bar-inner > * {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2; }

.bf-bar p {
  margin: 0;
  font-weight: bold;
  text-align: left;
  color: #fff;
  font-size: 0.8em; }
  @media screen and (max-width: 470px) {
    .bf-bar p {
      font-size: 0.7em; } }

.bf-bar p:first-child {
  text-align: right; }

.bf-bar-link {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

@media screen and (max-width: 470px) {
  .bf-side-text {
    display: none; } }

.v3-wrap .button_style {
  border-radius: 40px;
  color: #fff !important;
  text-decoration: none  !important; }
  .v3-wrap .button_style:hover {
    color: #937850 !important;
    background-color: #fff !important; }

.v3-d .offer-text {
  margin-top: -10%; }

.support-group {
  max-width: 520px;
  margin: 0 auto 2em;
  padding: 2em 1em;
  background-color: #fff;
  box-shadow: 3px 3px 23px -14px rgba(0, 0, 0, 0.4); }
  @media only screen and (min-width: 870px) {
    .support-group {
      padding: 2em; } }
  .support-group p {
    margin: 1.5em auto 0.5em;
    font-weight: 600; }

@media only screen and (min-width: 870px) {
  .support-group-tall {
    min-height: 470px; } }
